.nami-bg {
	background-image: url(../img/nami_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	margin-bottom:-1px;
}
.bg-bule {
	background-color: #72C2D2;
	padding-top: 50px;
	padding-bottom: 50px;
}
.titlelogo {
	padding-top: 30px;
	padding-bottom: 40px;
}
.gnavi-box {
	border-left: 1px dotted #fff;
	position: relative;
}
.gnavi-box div {
	border-right: 1px dotted #fff;
	position: relative;
}
.gnavi-box p {
	position: absolute;
	top: -90%;
}
.b30 {
	margin-bottom: 30px;
}
.b10 {
	margin-bottom: 10px;
}
#mcontents-box {
	background: -moz-linear-gradient(top, #e9e8e8, #FFF);
    background: -webkit-linear-gradient(top, #e9e8e8, #FFF);
    background: linear-gradient(to bottom, #e9e8e8, #FFF);
    border-radius: 10px;
}
#mcontents-box2 {
	background: #fff;
    margin-top: 3px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 10px;
	padding: 25px 25px 25px;
}
.content-photo img{
	max-width: 100%;
	max-height: 100%;
}
.ukhh-box {
	display: flex;
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
}
.ukhh-box p img {
	width: 100%;
    max-width: 100%;
}
.gyokai-box {
	display: flex;
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.gyokai-box p img {
	width: 100%;
}
.column2-box {
	display: flex;
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.category-menu{
	max-width: 300px;
	margin: 10px auto;	
}
.storesearch {
/*  検索キーワードボタン追加するために背景画像を削除 */
/*	background-image: url(../img/side_search.png); */
/*	height: 201px; */
/*  背景画像を削除した代わりにボーダーラインを追加 */
	border: 1px solid;
	width: 301px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.storesearch h3 {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 10px;
	font-size: 1rem;
}
.storesearch h4 {
	text-align: center;
	font-size: 1rem;
}
.submit_btn{
	border: 0px;
	width: 201px;
	height: 31px;
	background-position: left top no-repeat;
	background-image: url(../img/side_search_btn.png);
}

table.calbase_rakuten{
	width: 100%!important;
}
table.calframe_rakuten{
	width: 90%!important;
}
a img {
	transition: 0.5s ;
}

a:hover img {
	opacity: 0.6 ;
}
@media screen and (max-width:414px){
	.bg-bule {
	background-color: #72C2D2;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media screen and (max-width:768px){
.ukhh-box {
	flex-wrap: nowrap;
}
}
