.sidebar1 {
    overflow: hidden;
}
body {
    color: #000;
    font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 150%;
}

/* Utility
---------------------------------------------------------------------- */
.content_main div,.content_main h1,.content_main h2,.content_main h3,.content_main h4,.content_main h5,.content_main h6,.content_main p,.content_main dl,.content_main dt,.content_main dd,.content_main ol,.content_main ul,.content_main li,.content_main form,.content_main input,.content_main textarea,.content_main button,.content_main table,.content_main tr,.content_main th,.content_main td,.content_main article,.content_main aside,.content_main footer,.content_main header,.content_main hgroup,.content_main nav,.content_main section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul,ol {
    margin: 0;
    padding: 0;
}
.clearfix {
    zoom: 1;/*for IE 5.5-7*/
    min-height: 1%;
}
.clearfix:after {/*for modern browser*/
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    display: inline-table;
    /*\*/display: block;/**/
}
img {
    /*height: auto;*/
    margin: 0;
    padding: 0;
    max-width: 100%;
    line-height: 100%;
    vertical-align: middle;
}
.alignC {text-align: center;}
.alignR {text-align: right;}
.alignL {text-align: left;}
/* Content
---------------------------------------------------------------------- */

#page {
    position: relative;
}
#pagetop {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 100px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #006400;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
	#pagetop a{
	    color: #fff;
    }
/* Page Utility */
.bgcolor01 {
    background-color: #fbfbfb;
}
.mb30 {
    margin-bottom: 30px;
}
.sec{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ccc;
 }
.sectionWrap {
    margin: 0 auto 60px auto;
	width: 763px;
}
.sectionWrap p{
    padding: 0;
}

	.sectionWrap ul {
	    margin: 0 auto 30px auto;
	    padding: 0;
	}
	.sectionWrap ul li {
	    margin: 0 auto;
	    padding: 0;
	}

/* RESPONSIVE
---------------------------------------------------------------------- */
.footNav {
    display: none;
}
ul.nav a {
    width: auto;
}
.content_osimai {
    padding: 0;
}
@media only screen and (max-width:768px){
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	img {
	    max-width: 100%;
	}
    .pc {display: none;}
	.container {
	    margin: 0 auto;
	    width: auto;
	}
	.content {
	    float: none;
	    padding: 0px 0;
	    width: auto;
	}
	.content_sita,
	.content_osimai,
	.content_osimai2 {
	    float: none;
	    margin: 0 auto;
	    padding: 0;
	    height: auto;
	    width: auto;
	}
	.content_osimai table,
	.content_osimai2 table {
	    width: 100%;
	}
	.content_osimai table th,
	.content_osimai table td {
		display: list-item;
	    padding: 8px 5px 8px 15px;
	    width: auto!important;
		border-bottom: solid 1px #ccc;
	}
	.sidebar1 {
	    display: none;
	}
	.sectionWrap {
	    margin: 0 auto;
	    width: 95%;
	}
	.footNav {
	    display: block;
	}
	.footNav ul.nav {
	    margin: 0;
	    padding: 0;
	}
		.footNav ul li{
		    width: 100%;
		    border-bottom: solid 1px #fff;
		    background-color: #000;
		}
		ul.nav a, ul.nav a:visited {
	    	width: auto;
	    }
	 ul li,ol li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

}
/* TABLE
---------------------------------------------------------------------- */
.table{
	width: 100%;
	border-collapse: collapse;
}
.table td,
.table th{
	padding: 5px;
	border: 1px solid #ccc;
}
.table th{
	font-weight: bold;
    font-size: 12px;
}
.table thead th{
	background:#e6e6e6;
}
.table tbody td {
    font-size: 13px;
}
.table tbody th {
    width: 30%;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width:768px){
	.table{
		display: block;
	}
		.table thead{
			display: none;
		}
		.table tbody{
			display: block;
		}
			.table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			.table tbody th,
			.table tbody td{
				display: list-item;
				border: none;
				width: auto;
			}
			.table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
				text-align: left;
				width: auto;
			}
			.table tbody th img,
			.table tbody th br{
			    display: none;
			}
			.table tbody td{
				margin-left: 20px;
				padding: 0;
			}
}
.gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}
	.row {
	    margin-left: 5px;
	    margin-ight: 0px;
	}
.col-md-2 {
    float: left;
    width: 16.66666667%;
}

	.pc {display: block;}
	.sPhone {
	    display: none;
	}
@media only screen and (max-width:768px){
	.row {
	    margin-left: 5px;
	    margin-ight: 0px;
	}
	.col-xs-4 {
	    float: left;
	    width: 33.33333333%;
	}
	.bnrLink img{
	    margin-bottom: 10px;
	    height: 45px;
	}
	.pc {display: none;}
	.sPhone {
	    display: block;
	}
}

/* Common
---------------------------------------------------------------------- */
.SSS { font-size: 10px; line-height: 14px;}
.SS { font-size: 12px; line-height: 16px;}
.S { font-size: 14px; line-height: 18px;}
.M { font-size: 16px; line-height: 20px;}
.L { font-size: 20px; line-height: 25px;}
.LL { font-size: 20px; line-height: 25px;}
.SF { font-size: 12px; line-height: 18px; color: #eeeeee;}

a { text-decoration: none; } 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.style2 {color: #FFFFFF;}
.style3 {color: #0066CC;}
.SS1 {font-size: 12px; line-height: 16px;}
.SSS1 {font-size: 10px; line-height: 14px;}
.red {font-size: 12px; line-height: 16px; color: #FF0000;}
.pd0 {padding: 0;}
.pd5 {padding: 5px;}
.pd10 {padding: 10px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.w25p {width: 25%;}

img{
	-webkit-backface-visibility: hidden;
}
.text-center {
    text-align: center;
}
.flexwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* pages
---------------------------------------------------------------------- */
.content_main {
    max-width: 100%;
}
.title {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 15px;
    background: -moz-linear-gradient( top, #61b946 0%, #1b6d12);
    background: -webkit-gradient( linear, left top, left bottom, from(#61b946), to(#1b6d12));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #cccccc;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(087,087,087,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(087,087,087,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(087,087,087,0);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.3), 0px 1px 0px rgba(255,255,255,0.3);
}
ul.snsBtn, ul.snsBtn li {
    display: inline-block;
    margin: 5px;
}
#contents {
    padding: 0;
}
#contents a {
    color: blue;
}
#contents #pagetop a {
    color: #fff;
}
#main { padding: 15px; }
.googleCal {
    font-size: 11px;
}
.table tbody th span {
    font-size: 85%;
}

.link_btn_area a {
    color: #fff;
    display: block;
    border: solid 1px;
    border-radius: 8px;
	background: #053b90;
	background: -moz-linear-gradient(top, #053b90 0%, #032468 40%, #020334 100%);
	background: -webkit-linear-gradient(top, #053b90 0%,#032468 40%,#020334 100%);
	background: linear-gradient(to bottom, #053b90 0%,#032468 40%,#020334 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053b90', endColorstr='#020334',GradientType=0 );
}

	.link_btn_area a:hover {
	   opacity: 0.7;
	}
	.link_btn_area td.cell_txt {
	    padding: 5px;
	    font-size: 13px;
	    width: 70%;
	}
	.link_btn_area td.cell_icon {
	    padding: 5px;
	    width: 30%;
	}
	.link_btn_area td.cell_icon img{
	    max-width: 65px;
	}
@media only screen and (max-width:768px){
	.title {
	    margin: 0px auto;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 18px;
	}

	.link_btn_area td.cell_txt {
	    padding: 5px;
	    font-size: 14px;
	}
	.link_btn_area td.cell_icon img{
	    max-width: 100%;
	}
}

.custom_lineup .itemWrap {
    width: 32.3%;
    margin-right: 1%;
}
	.custom_lineup .itemWrap .imgArea {
	    max-height: 180px;
	    min-height: 180px;
	    overflow: hidden;
	    margin-bottom: 5px;
	    position: relative;
	}
		.custom_lineup .itemWrap .imgArea i.fa {
		    position: absolute;
		    right: 10px;
		    top: 10px;
		    font-size: 20px;
		    color: #fff;
		}
	.custom_lineup .itemWrap .shopName {
	    color: #fff;
	    margin-bottom: 5px;
	    padding: 7px 5px 5px 5px;
	    text-align: left;
	    background: #458e31;
	    background: -moz-linear-gradient(left, #458e31 0%, #5bac49 49%, #93f183 100%);
	    background: -webkit-linear-gradient(left, #458e31 0%,#5bac49 49%,#93f183 100%);
	    background: linear-gradient(to right, #458e31 0%,#5bac49 49%,#93f183 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458e31', endColorstr='#93f183',GradientType=1 );
	}
	.custom_lineup .itemWrap .txtArea {
	    margin-bottom: 15px;
	    padding: 5px;
	    background-color: #eee;
	    font-size: 12px;
	    box-sizing: content-box;
	}
	.custom_lineup .itemWrap .txtArea a{
	    text-decoration: underline;
	    color: #03A9F4;
	}

.titleBlue {
    display: block;
    padding: 10px 5px;
    border-radius: 8px;
	background: #053b90;
	background: -moz-linear-gradient(top, #053b90 0%, #032468 40%, #020334 100%);
	background: -webkit-linear-gradient(top, #053b90 0%,#032468 40%,#020334 100%);
	background: linear-gradient(to bottom, #053b90 0%,#032468 40%,#020334 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053b90', endColorstr='#020334',GradientType=0 );
    color: #fff;
    font-size: 24px;
}
.recommendPoint .itemWrap {
    width: 50%;
    margin-bottom: 20px;
}

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

	.titleBlue {
	    font-size: 18px;
	}
	.custom_lineup .itemWrap {
	    width: 49%;
	    margin-right: 1%;
	}
	.recommendPoint .itemWrap {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.recommendPoint .itemWrap h3,
	.recommendPoint .itemWrap p {
	    padding-left: 0;
	    padding-right: 0;
	}
	.custom_lineup .itemWrap .imgArea {
	    max-height: 180px;
	    min-height: auto;
	}
}

/* �ΏۓX��
--------------------------------------------- */
.shopwrap {
    padding: 30px 0 15px 0;
    border-bottom: dashed 1px #ccc;
}
	.shopwrap h4 {
	    margin-bottom: 10px;
	    font-size: 18px;
	}
.areaTitle {
    border-left: 10px solid #032468;
    font-size: 20px;
    padding: 7px 10px;
    margin: 20px 15px;
}
ul.areaList {
    margin: 10px auto;
    padding: 0;
}
.areaList li {
    display: inline-block;
    list-style-type: none;
}
	.areaList li a {
	    display: block;
	    border: solid 1px #032468;
	    border-radius: 5px;
	    padding: 3px 10px;
	    margin: 0 5px;
	}
.ui-tabs-nav a span {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
}
.ui-tabs-panel {
    padding: 0;
}
@media only screen and (max-width:768px){
	h2#tenpo {
	    padding: 0;
	}
	.areaList li {
	    margin-bottom: 10px;
	}
	.shopwrap h4 {
	    margin-top: 10px;
	    font-size: 16px;
	}
	#ui-tab table td {
	    font-size: 11px;
	}
	ul.ui-tabs-nav {
	    padding: 0;
	    width: 100%;
	}
		ul.ui-tabs-nav li {
		    width: 30%;
		}
		.ui-tabs-nav a span {
		    padding-left: 5px;
		    padding-right: 0;
		    font-size: 12px;
		}
		.ui-tabs-nav a {
		    padding-right: 5px;
		}

	ul.sPhone.spMenu {
	    display: block;
	    padding: 10px 5px;
	    border-radius: 8px;
	    background: #053b90;
	    background: -moz-linear-gradient(top, #053b90 0%, #032468 40%, #020334 100%);
	    background: -webkit-linear-gradient(top, #053b90 0%,#032468 40%,#020334 100%);
	    background: linear-gradient(to bottom, #053b90 0%,#032468 40%,#020334 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053b90', endColorstr='#020334',GradientType=0 );
	    color: #fff;
	}
		ul.sPhone.spMenu li {
		    display: inline-block;
		}
		ul.sPhone.spMenu li:first-child {
		    width: 100%;
		}
		ul.sPhone.spMenu li a {
		    display: inline-block;
		    color: #fff;
		    padding: 5px;
		}
}

h3.sample {
    display: block;
    border-radius: 8px;
    background: #053b90;
    background: -moz-linear-gradient(top, #053b90 0%, #032468 40%, #020334 100%);
    background: -webkit-linear-gradient(top, #053b90 0%,#032468 40%,#020334 100%);
    background: linear-gradient(to bottom, #053b90 0%,#032468 40%,#020334 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053b90', endColorstr='#020334',GradientType=0 );
    color: #fff;
    font-size: 24px;
    padding: 10px 15px!important;
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width:768px){
	h3.sample {
    margin-right: 0px;
    margin-left: 0px;
	}

}

.link_shoop_area a{
	display:block;
	padding:15px 10px;
	text-align:center;
	background:linear-gradient(to bottom, #053b90 0%,#032468 40%,#020334 100%);
	color:#fff;
	font-weight:bold;
	position:relative;
}

.link_shoop_area a:hover{
	background:linear-gradient(to bottom, #020334 0%,#032468 60%,#053b90 100%);
}

.link_shoop_area a:after{
	content:">";
	position:absolute;
	right:10px;
	transform: scale( 0.6 , 1 );
}
