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

body,td,th {
	font-size:11px;
	font-size:1.1rem;
	line-height:100%;
	letter-spacing:2px;
	font-family: "Noto Sans Japanese";
	-webkit-text-size-adjust : 100% ;
	background: #EEEEEE;
	color: #222;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
    text-decoration: none;
    cursor: pointer;
	color: #222;
}
a:hover,
a:focus,
a:active {
text-decoration: none;
outline: none;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	color: #128910;
}

textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
	margin-top: 2%;
}
p{
	line-height: 150%;
}
ul, ol {
    list-style: none;
    margin: 0;
	padding: 0;
}
dl, dt, dd, li,p{
    margin: 0;
	padding: 0;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	font-size: 2.0rem;
}
h2 {
	font-size: 14px;
	font-size: 1.4rem;
}
h3 {
	font-size: 14px;
	font-size: 1.4rem;
}
h4 {
	font-size: 14px;
	font-size: 1.2rem;
}
h5 {
	font-size: 12px;
	font-size: 1.2rem;
}
h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

.mb_a{
	margin-bottom:30px;
}
.mb_b{
	margin-bottom:50px;
}
.mb_c{
	margin-bottom:20px;
}
.mb_d{
	margin-bottom:10px;
}
.mb_e{
	margin-bottom:5px;
}
.mb_0 {
	margin-bottom: 0;
}

.mr_a{
	margin-right:20px;
}
.mr_b{
	margin-right:5px;
}
.ml_a{
	margin-left:20px;
}
.mt_a{
	margin-top:20px;
}
.mt_b{
	margin-top:30px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.text_small {
	font-size: 0.9rem;
}
/* サイトの大枠 */

#wrapper {
	width:100%;
	min-width:480px;
	display:block;
	float:left;
	overflow: hidden;
}

/* ヘッダー */
header {
	width: 100%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.header_idxback  {
	background: url(../../images/idx_heder_back.png) repeat-x top;
	background-color: #fff;
	margin-bottom: 40px;
	height: 370px;
}
.header_back  {
	background-image: url(../images/nav_back.png) ;
}
.idx_headbox {
	width: 100%;
	max-width: 1240px;
	min-width: 400px;
	display: block;
	height: 300px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.headbox {
	width: 100%;
	max-width: 1240px;
	min-width: 400px;
	display: block;
	height: 190px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.head_logo {
	width:25%;
	float:left;
	display:block;
	margin-top: 40px;
	margin-left: 3%;
}
.logo {
	width:100%;
	float: left;
	display: block;
}
.logo img {
	width:100%;
	float: left;
	display: block;
}
.tcontact {
	width:80%;
	float: left;
	font-weight:bold;
	display: block;
}
.tcontact02 {
	width:100%;
	float: left;
	display: block;
	font-size: 8px;
	font-size: 0.8rem;
}
.idx_catch{
	width: 100%;
	float: left;
	display: block;

}
.in_mainimg {
	width:100%;
	display:block;
	float:none;
	margin:0 auto;
}
.in_mainimgbox {
	width:100%;
	display:block;
	float:none;
	margin:0 auto;
}
.bartitle {
	width:100%;
	float: none;
	padding: 4rem 0;
	margin: 0 auto;
	font-size:20px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 100%;
}
.titleal {
	width:auto;
	font-size:10px;
	font-size: 1rem;
	line-height: 100%;
}
@media only screen and (max-width: 750px) {
	.bartitle {
		padding: 2rem 0;
	}
}
/*コンテンツ*/

section {
	width:100%;
	max-width:1920px;
	min-width:480px;
	display:block;
	float:left;
}

#contents {
	width:100%;
	max-width:1240px;
	min-width:480px;
  justify-content: space-between;
	float:none;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
	#contents {
		display: block;
	}
}
#contents_obi {
	width:100%;
	max-width:1240px;
	min-width:480px;
	float:none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#contents_obi_s {
	display: none;
}


.news {
	width: 100%;
	height:120px;
	float: none;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	margin: 0 auto 30px auto;
  overflow:auto;
}
.news dl {
  padding: .25rem 0;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	border-bottom:#ddd dotted 1px;
}
.news  dt a {
	width: 25%;
	display:block;
	float: left;
	color:#E60214;
}
.news  dd a {
	float:right;
	display:block;
	width: 75%;
}
.mainbox {
	float:left;
	display:block;
	width:72.5%;
}
.slideShow {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
}

.slideShow ul {
	width: 100%;
}

.slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}

.slideShow ul li img {
	width: 100%;
}

/*サイドボックス*/
.sidebox {
	width:25%;
	float:right;
	display:block;
}
.sidebox ul {
	width:100%;
	float:left;
	display:block;
	margin-bottom: 30px;

}
.sidebox li {
	width:100%;
	float:left;
	display:block;
	margin-bottom: 5px;
	width: -webkit-fill-available;
}
.menu01 {
	background: none;
  font-size: 12px;
  padding: .5rem;
  font-size: 1.1rem;
	font-weight: 500;
  border: 2px solid #128910;
  color: #128910;
}
.menu01:hover {
	opacity: .5;
	cursor: pointer;
}
.menu01 a{
	color: #128910;
}
.menu02 {
	background: url(../images/shop_ichiran.png) no-repeat left;
	background-size: 20px;
	padding: .5rem 25px;
	font-size: .85rem;
	margin-left: .5rem;
}
.menu02:hover {
	opacity: .5;
	cursor: pointer;
}
.menu02 a{
	color: #000;
}
.sidetitle {
	width: 100%;
	float: left;
	display: block;
	margin: 3% 0 10% 0;
}
.side_banner {
	width: 100%;
	float: left;
	display: block;
}
.side_banner img {
	width: 100%;
}
.pc-side-nav-fixed {
	top: 2%;
	left: 68%;
	width: 18%;
	position: fixed;
}

/*ボックス*/
.box00{
	width: 95%;
	float: left;
	display: block;
	padding: 2% 2.5% 0 2.5%;
	background: #fff;
	margin-bottom: 50px;
}
.box01{
	width: 95%;
	float: left;
	display: block;
	padding: 2% 2.5% 0 2.5%;
	background: #fff;
}
.box02{
	width: 100%;
	float: left;
	display: block;
}

/*タイトル*/
.barh2 {
	width: 100%;
	float: left;
	display: block;
	padding: 1.5% 0 ;
	font-size: 16px;
	font-size: 1.6rem;
	text-indent: 60px;
	color: #128910;
	border-bottom: solid 2px ;
	background: url(../images/inoshishi.png) no-repeat left;
}
.barh2_b {
	width: 100%;
	float: left;
	display: block;
	padding: 1% 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #128910;
	border-bottom: solid 2px ;
	line-height: 180%;
}
.barh3 {
	width: 100%;
	float: left;
	display: block;
	padding: 1% 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #5F5E5E;
	border-bottom: dotted 1px ;
	margin-bottom: 10px;
	margin-top: 30px;
}
.barh3_b {
	width: 100%;
	float: left;
	display: block;
	padding: 1% 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #E60214;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	margin-top: 30px;
}
.barh4 {
	width:100%;
	line-height:35px;
	color:#128910;
	font-size:12px;
	font-size:1.2rem;
	margin-bottom: 10px;
	border-bottom: dotted 1px ;
}
.barh5 {
	width:100%;
	line-height:35px;
	color:#128910;
	font-size:12px;
	font-size:1.2rem;
	margin-bottom: 5px;
	border-bottom: dotted 1px ;
}
/*テキストフレーム*/
.waku{
	width: 100%;
	float: left;
	display: block;
	border: 1px #ddd solid;
}
.waku img{
	width: 100%;
	float: left;
	display: block;
}
.waku_new{
	width: 26%;
	float: left;
	display: block;
	padding: 1% 2.5% 1% 2.5%;
	float: left;
	display: block;
	border-radius: 8px;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px #ddd solid;
	background:#FFBFBF;
}
.akawaku{
	width: 100%;
	float: left;
	display: block;
	color: #E60214;
	font-weight: bold;
	text-align: center;
}
.akawaku02{
	width: 95%;
	float: left;
	display: block;
	background: #E60214;
	color: #fff;
	border-radius: 8px;
	padding: 2% 2.5% ;
	font-weight: bold;
	text-align: center;
}

.midoriwaku{
	width: 97%;
	float: left;
	display: block;
	background: #128910;
	color: #fff;
	border-radius: 8px;
	padding: 1% 1.5% ;
	font-weight: bold;
	text-align: center;
}
.midoriwaku02{
	width: -webkit-fill-available;
	display: flex;
	background: #128910;
	color: #fff;
	padding: 1rem;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	position: relative;
	justify-content: center;
}
.aowaku{
	width: 97%;
	float: left;
	display: block;
	background: #014FA3;
	color: #fff;
	border-radius: 8px;
	padding: 1% 1.5% ;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}
.graywaku{
	width: 95%;
	float: left;
	display: block;
	background: #ddd;
	border-radius: 8px;
	padding: 1% 2.5% ;
}
.graywaku02{
	width: 95%;
	float: left;
	display: block;
	background: #ddd;
	border-radius: 8px;
	padding: 1% 2.5% ;
	text-align: center;
}
.kakaku01{
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}
.kakaku02{
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	color: #E60214;
	font-weight: bold;
}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 1%;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
	margin: 10px;
}

.square_btn:active {/*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	color: #FFF;
}
.square_btn:hover {
	color: #FFF;
}
.text-icon {
  background: #df002c;
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  margin-right:10px;
	padding: 3px 5px;
}
@media only screen and (max-width: 768px) {
	.midoriwaku02{
		padding: 1rem .5rem;
		font-size: 1.25rem;
	}
}

/*ラインナップ*/
.lineup_box{
	width:48%;
	float:left;
	display:block;
	margin-left: 1%;
	margin-right: 1%;
}

.lineup{
	float: left;
	display: block;
	background: #fff;
	border-left: 7px solid #128910;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.lineup dl{
	width: 98%;
	float: right;
}
.lineup dt{
	width: 55%;
	float: left;
	color: #128910;
	font-weight: bold;
	padding-top: 11%;
}

.lineup dd{
	width: 40%;
	float: right;
}
.lineup dd img{
	width: 100%;
	float: right;
}
/*フッター*/
footer {
	width:100%;
	float:left;
	display:block;
	text-align:left;
	background: #128910;
	position: relative;
}
.footbox {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.footnav {
	width:100%;
	max-width: 1240px;
	min-width: 200px;
	display:block;
	float:none;
	margin:0 auto;
	padding:0;
}

.footnav ul {
	width: 100%;
  display: flex;
  justify-content: space-between;
}

.footnav li {
	float:left;
	display:block;
	margin-top:30px;
	font-size: 9px;
	font-size:0.9rem;
	background: url(../images/f_nav_icon.png)no-repeat left;
	padding-left: 30px;
	margin-right: 2%;
}
.footnav li a {
	color:#fff;
}
.footnav li a:hover {
	text-decoration:none;
	color:#CBEA7B;
}
/*
フッターコンタクト
*/
.foot_contact {
	width:100%;
	max-width: 1240px;
	min-width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.map{
	float:right;
	display:block;
	width:60%;
}
.side_infomation {
	width:100%;
	float:left;
	display:block;
}
.side_infomation dl {
	width:100%;
	float:left;
	display:block;
	color: #fff;
}
.side_infomation dt {
	width:100%;
	float:left;
	display:block;
	font-size:9px;
	font-size:0.9rem;
	margin-bottom:15px;
	text-align:left;
	line-height: 150%
}
.side_infomation dd {
	width:90%;
	float:left;
	display:block;
	margin-bottom:5px;
}
.side_infomation dd a {
	color: #fff;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.f_info{
	float:left;
	display:block;
	width:40%;
}
.copyright {
	width:100%;
	max-width:1920px;
	min-width:480px;
	float:left;
	display:block;
	background-color:#000;
	font-size:7px;
	font-size:0.7rem;
	text-align:center;
	color:#CBEA7B ;
}
/* ウィンドウ幅が769?1000pxの場合に適用するCSS */
@media only screen and (max-width:1000px )
{

.head_logo {
	width:95%;
	float:left;
	display:block;
	margin: 40px 2.5% 0 2.5%;
}
.logo {
	width:35%;
	float: left;
	display: block;
}
.logo img {
	width:320px;
	float: left;
	display: block;
}
.tcontact {
	width:30%;
	float: right;
	font-weight:bold;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 2.5%;
}
.tcontact02 {
	width:30%;
	float: left;
	display: block;
	font-size: 8px;
	font-size: 0.8rem;
}


}


/* ウィンドウ幅が481?768pxの場合に適用するCSS */
@media only screen and (max-width: 768px)
{
.head_logo {
	width:70%;
	float:right;
	display:block;
	margin: 40px 15% 0 15%;
}
.logo {
	width:100%;
	float: left;
	display: block;
}
.logo img {
	width:300px;
	float: left;
	display: block;
}
.tcontact {
	width:100%;
	float: right;
	font-weight:bold;
	display: block;
}
.tcontact img {
	width:280px;
	float: left;
	display: block;
}



/*メインボックス*/
.mainbox {
	float:left;
	display:block;
	width:100%;
	margin-bottom: 30px;
}
/*ラインナップ*/
.lineup_box{
	width:98%;
}
.lineup{
	width:100%;
}
/*サイドボックス*/
.sidebox {
	width:100%;
	float:right;
	display:block;
}
.side_banner img {
	width: 80%;
	margin: 0 10%;
}
.footnav ul {
	width:90%;
	float:left;
	display:block;
	margin: 0 5%;
}
.f_info{
	float:left;
	display:block;
	width:90%;
	margin: 0 5%;
}
.map{
	float:right;
	display:block;
	width:90%;
	margin: 0 5% 30px 5%;
}
}



/* ウィンドウ幅が0?480pxの場合に適用するCSS */
@media only screen and (max-width:480px )
{
.head_logo {
	width:70%;
	float:right;
	display:block;
	margin: 40px 10% 0 10%;
}
.logo {
	width:100%;
	float: left;
	display: block;
}
.logo img {
	width:100%;
	float: left;
	display: block;
}
.tcontact {
	width:100%;
	float: left;
	margin-top: 5px;
	text-align: center;
}
.tcontact02 {
	width:100%;
	float: left;
	margin-top: 5px;
	text-align: center;
}
#contents_obi {
	display: none;
	}
#contents_obi_s {
	width:100%;
	float: left;
	display: block;
}
#contents_obi_s img {
	width:95%;
	float: left;
	display: block;
	margin: 20px 2.5% 0 2.5%;
}
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 34px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
}
#page-top a:hover {
    text-decoration: none;
    background: #717171;
}
