@charset "utf-8";
/* common.css */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.one_row:before,
.doc_set:before,
.inner:before,
.cf:before,
.one_row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.one_row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.sp_none {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 大枠        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#content_container {
	background-color: #FFFFFF;
	font-size: 16px !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 赤帯        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#red_belt {
	background-color: #DE2727;
	padding-top: 15px;
	margin-bottom: 40px;
}
#red_belt .inner {
	display: table;
}
#red_icon {
	display: table-cell;
	width: 130px;
	vertical-align: middle;
}
#red_tt {
	display: table-cell;
	color: #FFFFFF;
	font-size: 38px;
	vertical-align: middle;
	width: 860px;
	font-weight: bold;
}
#one_navi {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DE2727;
	margin-top: 15px;
}
#one_navi ul {
	text-align: center;
	font-size: 0px;
	border-left: 1px solid #DE2727;
	margin-bottom: 0px;
}
#one_navi li  {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0px;
	border-right: 1px solid #DE2727;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#one_navi li a {
	display: block;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#one_navi li a:hover {
	background-color: #F9DCDC;
}

#one_navi_current {
	display: block;
	line-height: 40px;
	height: 40px;
	background-color: #FBBD00;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページ下部  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom {
	padding-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;

}
#bottom_tt {
	background-color: #7F7F7F;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 35px;
}
#bottom_box {
	display: table;
}

#google_map {
	width: 640px;
	display: table-cell;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#google_map iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}
#bootom_info {
	display: table-cell;
	width: 340px;
	background-color: #F2F2F2;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#b_info_tt {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	font-size: 18px;
}
.b_info_box {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 16px;
	margin-bottom: 20px;
	width: 300px;
}

#b_shop p {
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
}





/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 767px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.doc_set {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner {
	width: 100%;
}

.sp_none {
	display: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 赤帯        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#red_belt {
	padding-top: 10px;
}
#red_belt .inner {
	display: table;
}
#red_icon {
	width: 100px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
#red_icon img {
	width: 100%;
	height: auto;
}
#red_tt {
	font-size: 24px;
	vertical-align: top;
	width: auto;
	padding-right: 10px;
}
#one_navi {
	margin-top: 10px;
}
#one_navi ul {
	border-left-style: none;
}
#one_navi li {
	font-size: 14px;
}

#one_navi li:last-child {
	border-right-style: none;
	font-size: 14px;
}
#one_navi li a {
	line-height: 30px;
	height: 30px;
}


#one_navi_current {
	line-height: 30px;
	height: 30px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページ下部  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#bottom_tt {
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#bottom_box {
	display: inherit;
}

#google_map {
	width: 100%;
	display: inherit;
	padding-right: 0px;
	margin-bottom: 30px;
}
#google_map iframe {
	height: 300px;
}
#bootom_info {
	display: inherit;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 5px;
}

.b_info_box {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 100%;
}

#b_shop p {
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
}
