@charset "utf-8";

body,
button,
input,
select,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fbf7ee;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	word-wrap: break-word;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
h2 {
	font-size: 18px;
	line-height: 24px;
	}


img {
	max-width : 100%;
	height : auto;
}

a img { 
	border: none;
}

a {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #414958;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color:#4593b9;
	text-decoration: none;
}
hr.style1{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	
.renga_color{
	font-size: 18px;
	line-height: 32px;
	color:#603825;
}

#site {
	width: 100%;
    max-width: 100%;
	padding: 10px 0px 0;
	margin: -10px auto 0;
}

#container {
	width: 100%;
	text-align: center;
}
#content {
	max-width:90%;
	margin: 0 auto;
	padding: 10px 0;
}
#header {
	width: 474px;
	max-width:90%;
	margin: 20px auto 10px;
	text-align: center;
	line-height: 0;
}
#nav {
	width: 474px;
	max-width:100%;
	margin: 0 auto;
}

#nav img {
	max-width:33.333333333%;
}

.footer {
	padding: 20px 0 10px;
	text-align: center;
	font-size: small;
	border-top: thin dashed #666;
}

.block920{
	display: table;
	width: 920px;
	max-width:100%;
	margin: 10px auto;
}
#tit_top {
	width: 840px;
	max-width:100%;
	line-height: 0;
	border-bottom: thin dashed #666;
	margin: 0 auto;
	padding: 10px 0 0;
}
#tit {
	width: 980px;
	max-width:100%;
	line-height: 0;
	border-bottom: thin dashed #666;
	margin: 0 auto 50px;
	padding: 10px 0 0 0;
}
#tit_jp {
	float:left;
}
#tit_en {
	float:right;
}
.blocknews,.blockmedia{
	width: 840px;
	max-width:100%;
	margin: 10px auto 40px auto;
	padding: 0;
	text-align: left;
}
.blocknews ul,.blockmedia ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.blocknews li{
	position:relative;
    list-style-type:none !important;
    list-style-image:none !important;
    margin: 5px 0px !important;
	padding:10px 30px !important;
	border-bottom: thin dashed #666;
}
.blockmedia li{
	position:relative;
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 0px 0px 25px !important;
	padding:10px 30px !important;
	background-color: rgba( 212, 172, 163, 0.2 );
}
.blocknews li:after,.blockmedia li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#000;
	width:7px;
	height:7px; 
	top:17px; 
	left:15px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
    }

.blocknews ul ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.blocknews li ul li{
	position:relative;
    list-style-type:none !important;
    list-style-image:none !important;
    margin: 0px !important;
	padding:5px 30px !important;
	border-bottom: none !important;
}
.blocknews li ul li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#000;
	width:5px;
	height:5px; 
	top:12px !important;
	left:15px; 
	transform:rotate(0) !important;
	-webkit-transform:rotate(0) !important;
	-o-transform:rotate(0) !important;
    }
.blocknews a,.blocknews a:visited {
	color:#4593b9;
	text-decoration: none;
	font-weight: bold;
}
.blocknews a:hover, a:active, a:focus {
	color:#414958;
	text-decoration: underline;
}
	
.blockmedia a {
	color:#039;
	text-decoration: none;
}
.blockmedia a:hover, a:active, a:focus {
	color:#06F;
	text-decoration: underline;
}
.photo {
	display: table-cell;
	width: 450px;
	height: auto;
	vertical-align: middle;
	text-align: center;
}
.photo img {
	box-shadow:0px 0px 8px 0px #ccc;
	-moz-box-shadow:0px 0px 8px 0px #ccc;
	-webkit-box-shadow:0px 0px 8px 0px #ccc;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
iframe{
	max-width:100%
}

/* page top btn */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
	z-index:9999;
}
.pagetop a {
    display: block;
}

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

.photo { 
	display: block;
	width: 90%;
	margin: 10px auto;
}
.blocknews li{
	padding: 10px 0px 10px 15px !important;
}
.blocknews li:after{
	left:5px; 
    }

}

.goog-te-gadget {
    text-align: right;
}
.goog-te-gadget-simple {
    background-color: #fbf7ee !important;
}
.goog-te-gadget-icon {
    display: none;
}

/* Map */
#map{
	position: relative;
	width:980px;
	max-width:100%;
	margin: 0 auto;
	text-align: left;
	-webkit-text-size-adjust: 100% !important;
}

#map a {
	color:#039;
	text-decoration: none;
}

#map a:hover, a:active, a:focus {
	color:#06F;
	text-decoration: underline;
}
.border{
	width:980px;
	height:20px;
	max-width:100%;
	margin: 0 auto;
	text-align: left;
	-webkit-text-size-adjust: 100% !important;/* ブラウザ側での自動調整をなしにする */
	border-bottom: thin dashed #666;
}
.renga{
	color:#af7d7d;
}
.shop {
	font-size:1vw !important; /* ビューポートの幅の%で可変する */
	line-height: 1.3vw !important;
	background: white;
	border-radius: 0.5vw;
	-webkit-border-radius: 0.5vw;
	-moz-border-radius: 0.5vw;
	margin: 0;
	padding: 0.3vw 0.3vw 0.15vw;
}


#mitsubishi {
	position: absolute;
	top: 78%;
	left: 68%;
}

#shiono {
	position: absolute;
	top: 63%;
	left: 62.5%;
}
#budo {
	position: absolute;
	top: 59.8%;
	left: 59.5%;
}

#fukano {
	position: absolute;
	top: 52.5%;
	left: 66.5%;
}

#trank {
	position: absolute;
	top: 50.5%;
	left: 63.5%;
}

#kanjinya {
	position: absolute;
	top: 48.2%;
	left: 63.5%;
}

#root {
	position: absolute;
	top: 45.2%;
	left: 63.5%;
}

#ekimae {
	position: absolute;
	top: 87%;
	left: 26%;
}

#marui {
	position: absolute;
	top: 87%;
	left: 3.5%;
}

#plus {
	position: absolute;
	top: 74%;
	left: 16%;
}

#tsuji {
	position: absolute;
	top: 70.3%;
	left: 18.5%;
}

#basho {
	position: absolute;
	top: 68.7%;
	left: 29.5%;
}

#kosaka {
	position: absolute;
	top: 63.5%;
	left: 14%;
}

#kohei {
	position: absolute;
	top: 57%;
	left: 22%;
}

#shouro {
	position: absolute;
	top: 52.7%;
	left: 40.8%;
}

#izumi {
	position: absolute;
	top: 52.7%;
	left: 32.9%;
}

#aoiro {
	position: absolute;
	top: 52.6%;
	left: 10.6%;
}

#organico {
	position: absolute;
	top: 44.9%;
	left: 24%;
}

#aonisai {
	position: absolute;
	top: 38.5%;
	left: 34%;
}

#bankan {
	position: absolute;
	top: 38.5%;
	left: 21%;
}

#bokeria {
	position: absolute;
	top: 35.5%;
	left: 45.5%;
}

#parupunte {
	position: absolute;
	top: 34.5%;
	left: 1%;
}
#chack{
	position: absolute;
	top: 32%;
	left: 9.5%;
}

#vivo {
	position: absolute;
	top: 32%;
	left: 45.5%;
}

#junana {
	position: absolute;
	top: 29.6%;
	left: 45.5%;
}

#fukuya {
	position: absolute;
	top: 27%;
	left: 45.5%;
}

#tonhomu {
	position: absolute;
	top: 24%;
	left: 45.5%;
}
#finns {
	position: absolute;
	top: 30%;
	left: 23.5%;
}
#hanare {
	position: absolute;
	top: 23.2%;
	left: 24%;
}
#torachu {
	position: absolute;
	top: 25.9%;
	left: 14.3%;
}
#ridental {
	position: absolute;
	top: 6.4%;
	left: 27%;
}

#sky {
	position: absolute;
	top:11.3%;
	left: 18%;
}
#mybasket {
	position: absolute;
	top:2.9%;
	left: 62.5%;
}
#piccolo {
	position: absolute;
	top:11.3%;
	left: 55.5%;
}


@media screen and (min-width: 1201px) {

.shop {
	font-size: 12px !important;
	line-height: 16px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	padding: 4px 5px 3px !important;
}

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

.shop {
	padding: 0.3vw 0.3vw 0.35vw!important;
}
}

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

.shop {
	padding: 0.3vw !important;
}

#parupunte {

	left: 1.5%;
}

#yatonokoami {
	left: 10%;
}

#rinrinrin {
	top: 49%;
}

#organico {
	top: 44.4%;
	left: 24.8%;
}

#shouro {
	top: 52.1%;
}

#izumi {
	top: 52.1%;
}

#basho {
	top: 68.3%;
}

#chino {
	top: 73.6%;
	left: 16%;
}

#tsuji {
	top: 69.8%;
	left: 19%;
}

#ryuseido {
	top: 86.2%;
}

#marui {
	top: 86.2%;
}

#budo {
	top: 59.6%;
}

#trank {
	top: 50.3%;
}

#kanjinya {
	top: 48%;
}

#root {
	top: 45%;
}

#sky {
	top:11.2%;
}
#mybasket {
	top:2.9%;
}
#ridental {
	top:6.4%;
}
#piccolo {
	top:11.5%;
}

}

#restaurant_tit {
	width: 840px;
	height:auto;
	max-width:100%;
	line-height: 0;
	margin: 20px auto 0;
	padding: 0;
	background: #d4aca3;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#merchandising_tit {
	width: 840px;
	height:auto;
	max-width:100%;
	line-height: 0;
	margin: 20px auto 0;
	padding: 0;
	background: #aabbcc;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#medical_tit {
	width: 840px;
	height:auto;
	max-width:100%;
	line-height: 0;
	margin: 20px auto 0;
	padding: 0;
	background: #9fc7aa;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#service_tit {
	width: 840px;
	height:auto;
	max-width:100%;
	line-height: 0;
	margin: 20px auto 0;
	padding: 0;
	background: #d3c477;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#bank_tit {
	width: 840px;
	height:auto;
	max-width:100%;
	line-height: 0;
	margin: 20px auto 0;
	padding: 0;
	background: #b6a9c5;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.subtit_jp {
	float:left;
	margin-left: 20px;
}
.subtit_en {
	float:right;
	margin-right: 20px;
}
.shop_info {
	width: 840px;
	max-width:100%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: thin dashed #666;
}
.shop_photo {
	width: 28%;
	float:left;
	padding-top: 2px;
}
.shop_data {
	width: 68%;
	float:right;
	text-align: left;
}

.shop_data table {
	width:100%;
	table-layout:fixed;
}
table td {
	word-wrap:break-word;
}

/* 飲食店 */
.shop_name01{
	font-size: 130%;
	border-bottom: thin solid #d4aca3;
	padding: 0px 0 6px 6px;
	font-weight: bold;
}
.shop_txt01{
	border-bottom: thin solid #d4aca3;
	padding: 8px 0 6px 6px;
}
table.orange td, table.orange th {
	font-weight:normal;
 	text-align: left;
	border-bottom: thin solid #d4aca3;
}
table.orange th {
	width:20%;
	background-color: rgba( 212, 172, 163, 0.2 );
}

/* 物販 */
.shop_name02{
	font-size: 130%;
	border-bottom: thin solid #aabbcc;
	padding: 0px 0 6px 6px;
	font-weight: bold;
}
.shop_txt02{
	border-bottom: thin solid #aabbcc;
	padding: 8px 0 6px 6px;
}
table.blue td, table.blue th {
	font-weight:normal;
 	text-align: left;
	border-bottom: thin solid #aabbcc;
}
table.blue th {
	width:20%;
	background-color: rgba( 170, 187, 204, 0.2 );
}

/* サービス */
.shop_name03{
	font-size: 130%;
	border-bottom: thin solid #d3c477;
	padding: 0px 0 6px 6px;
	font-weight: bold;
}
.shop_txt03{
	border-bottom: thin solid #d3c477;
	padding: 8px 0 6px 6px;
}
table.yellow td, table.yellow th {
	font-weight:normal;
 	text-align: left;
	border-bottom: thin solid #d3c477;
}
table.yellow th {
	width:20%;
	background-color: rgba( 211, 196, 119, 0.2 );
}

/* 医療*/
.shop_name04{
	font-size: 130%;
	border-bottom: thin solid #9fc7aa;
	padding: 0px 0 6px 6px;
	font-weight: bold;
}
.shop_txt04{
	border-bottom: thin solid #9fc7aa;
	padding: 8px 0 6px 6px;
}
table.green td, table.green th {
	font-weight:normal;
 	text-align: left;
	border-bottom: thin solid #9fc7aa;
}
table.green th {
	width:20%;
	background-color: rgba( 159, 199, 170, 0.2 );
}

/* 銀行 */
.shop_name05{
	font-size: 130%;
	border-bottom: thin solid #b6a9c5;
	padding: 0px 0 6px 6px;
	font-weight: bold;
}
.shop_txt05{
	border-bottom: thin solid #b6a9c5;
	padding: 8px 0 6px 6px;
}
table.purple td, table.purple th {
	font-weight:normal;
 	text-align: left;
	border-bottom: thin solid #b6a9c5;
}
table.purple th {
	width:20%;
	background-color: rgba( 182, 169, 197, 0.2 );
}

@media screen and (max-width: 767px) {
.shop_photo, .shop_data {
	width: 100%;
}

#restaurant_tit .subtit_jp, #restaurant_tit .subtit_en,
#merchandising_tit .subtit_jp, #merchandising_tit .subtit_en,
#medical_tit .subtit_jp, #medical_tit .subtit_en,
#service_tit .subtit_jp, #service_tit .subtit_en,
#bank_tit .subtit_jp, #bank_tit .subtit_en {
	float:none!important;
	margin: 0 10px !important;
}
}

/* メディア紹介　*/
.media_info {
    border-left: #000 1px solid;
    border-right: #000 1px solid;
    box-sizing: border-box;
	padding: 0px 10px;
}
