@charset "utf-8";

input[type="text"], input[type="password"], textarea, select { 
	outline: none;
}
html {
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-size: 14px;
	line-height: 20px;
	background-color: #EEEEEF;
	margin: 0 auto;
	color: #555555;
}
body,div,div{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a{
	display: block;
	text-decoration:none;
	color:#555;
	font-size: 14px;
}
a:hover { opacity: 0.50; }
a:active { color: #444444; }
nav.pc-nav.cf a,.top-img-content a,.search-content a {	display: inline;	}
p {	margin-bottom: 5px;	}
p,table,tr,th,td{
	/*white-space: pre;         CSS 2.0 */
	/*white-space: pre-wrap;    CSS 2.1 */
	/*white-space: pre-line;   	CSS 3.0 */
	/*white-space: -pre-wrap;   Opera 4-6 */
	/*white-space: -o-pre-wrap; Opera 7 */
	/*white-space: -moz-pre-wrap; Mozilla */
	/*white-space: -hp-pre-wrap;  HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
form{
	display:inline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
	line-height: 28px;
}
.row {
	margin: 0 auto;
	max-width: 1060px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:20px;
}
table {
	display: table;
	background-color: white;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 28px;
	table-layout:auto;
	box-sizing: border-box;
}
th {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 5px;
	box-sizing: border-box;
}
td {
	padding: 5px;
	box-sizing: border-box;
}
/*--------------------------------------
　色
---------------------------------------*/
/*-----title-----*/
.tit-y,.tit-pickup{
	background-color: #F6C500 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-yg,.tit-tour{
	background-color: #74BC48 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-g,.tit-activity{
	background-color: #5DB593 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-b,.tit-tourist_facilities{
	background-color: #309AC1 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.paging ul .page_tit {
    border: none;
    background: none;
    box-shadow: none;
    margin-right: 20px;
    padding: 0px 5px;
    font-weight: 700;
}
.paging.search li {
    margin-left: 5px;
}
.search .current {
    background-color: #7ED1C4;
    border: 2px solid #7ed1c4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    padding: 2px 10px;
    display: inline-block;
    color: white;
    margin-left: 5px;
}
.tit-page{
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-db{
	background-color: #3B5C7D !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-r,.tit-beauty{
	background-color: #EB6F70 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-o,.tit-gourmet{
	background-color: #FF8400 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-po,.tit-paper{
	background-color: #EB9E79 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
.tit-gr{
	background-color: #999999 !important;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 8px;
	font-size: 14px;
}
/*-----txt-----*/
.red{	color:red !important;	}
.pink{	color: #EB8D8D !important;	}
.blue{ color: #309AC1 !important; }
.black{ color: #555555 !important; }
.white{	color: #fff !important;	}
/*-----background-----*/
.bg-w{
	background:#fff !important;
	padding:10px;
}
.bg-y{
	background-color: #F6C500 !important;
	padding:10px;
}
.bg-yg{
	background-color: #74BC48 !important;
	padding:10px;
}
.bg-g{
	background-color: #5DB593 !important;
	padding:10px;
}
.bg-b{
	background-color: #309AC1 !important;
	padding:10px;
}
.bg-db{
	background-color: #3B5C7D !important;
	padding:10px;
}
.bg-r{
	background-color: #EB6F70 !important;
	padding:10px;
}
.bg-o{
	background-color: #FF8400 !important;
	padding:10px;
}
.bg-po{
	background-color: #EB9E79 !important;
	padding:10px;
}
.bg-gr{
	background-color: #999999 !important;
	padding:10px;
}
/*--------------------------------------
　list-style
---------------------------------------*/
ul.disc li{
	list-style-type: disc;
	margin-left: 20px;
}
ul.circle li{
	list-style-type: circle;
	margin-left: 20px;
}
/*--------------------------------------
　margin
---------------------------------------*/
.mt0{	margin-top: 0 !important; }
.mt10{	margin-top: 10px !important;	}
.mt15{	margin-top: 15px !important;	}
.mt20{	margin-top: 20px !important;	}
.mt25{	margin-top: 25px !important;	}
.mt30{	margin-top: 30px !important;	}
.mt40{	margin-top: 40px !important;	}
.mt50{	margin-top: 50px !important;	}
.mb0{	margin-bottom: 0 !important; }
.mb10{	margin-bottom: 10px !important;	}
.mb15{	margin-bottom: 15px !important;	}
.mb20{	margin-bottom: 20px !important;	}
.mb25{	margin-bottom: 25px !important;	}
.mb30{	margin-bottom: 30px !important;	}
.mb40{	margin-bottom: 40px !important;	}
.mb50{	margin-bottom: 50px !important;	}
/*--------------------------------------
　カラム
---------------------------------------*/
.columns-3-first{
	width: 23.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-3 {
	width: 23.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-3-first-f {
	width: 23.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-3-f {
	width: 23.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-4-first {
	width: 32%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-4 {
	width: 32%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-4-first-f {
	width: 32%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-4-f {
	width: 32%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-5-first {
	width: 40.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-5 {
	width: 40.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-5-first-f {
	width: 40.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-5-f {
	width: 40.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-6-first {
	width: 49%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-6 {
	width: 49%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-6-first-f {
	width: 49%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-6-f {
	width: 49%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-7-first {
	width: 57.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-7 {
	width: 57.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-7-first-f {
	width: 57.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-7-f {
	width: 57.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-8-first {
	width: 66%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-8 {
	width: 66%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-8-first-f {
	width: 66%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-8-f {
	width: 66%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-9-first {
	width: 74.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-9 {
	width: 74.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
.columns-9-first-f {
	width: 74.5%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.columns-9-f {
	width: 74.5%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
}
/*--------------------------------------
　text
---------------------------------------*/
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.strong{
	font-weight:700 !important;
	font-size:130% !important;
}
.small{
	font-weight:400 !important;
	font-size:70% !important;
}
.inline{
	display:inline !important;
}
.block{
	display:block !important;
}
/*--------------------------------------
　header
---------------------------------------*/
#g-nav {	display: none;	clear:both;	}
#search-bar input{
	padding: 0 10px;
	width: 18em;
	border-radius: 50px;
}
#search-bar {	margin-right:0;	}
.header_search-btn {	display: inline-block;	margin-right: 0;	}
.top_search.field {	text-align: right;	height: auto;	}
.top_search.field input{
	margin-right: 0.6em;
	border: none;
	height: 27px;
}
.header_search-btn input {
	background-color: #5D5E5E;
	padding: 0 1em 0 1em !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #ffffff;
}
.pc-nav {	margin-left: 18%;	width: 80%;	}
.pc-nav img{	width: 14%;	height:auto;	}
header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 9999;
}
.top-img-content {	margin-top: 140px;	}
.top-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	margin-top: 20px;
}
.place-bar {
	background-color: #CCCCCC;
	border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	margin: 0 auto;
	max-width: 1060px;
}
.place-bar ul li{	display:inline;	}
.place-bar ul a{ color:#fff; }
.place-bar ul li:first-child a {
	font-size: 12px;
	margin-left: 25px;
}
.place-bar ul li:before {
	content: '＞';
	display: inline-block;
	margin: 0 3px;
}
.place-bar ul li:first-child:before {
	content: '';
}
#header-logo {
	float: left;
	width: 18%;
	margin-top: 10px;
}
.header-top {
	background-color: #81D2C5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-top .row h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #5D5E5E;
	float: left;
}
.header-main {	margin: 0 auto;	max-width: 1060px;	}
.header-category-bar {	margin-top: 25px;	padding-top: 25px;	}
.header-main .row .header-category-bar li {	float: left;  list-style-type:none;	}
#menu-button {	display: none;	}
.pc-nav ul,.pc-nav ul li{
	display:inline;
	margin:0;
	padding:0;
}
div.top-img h1 {
	margin: 0;
	padding: 0;
}
.ads{
	text-align:center;
}
.sp_view.ads{
	display:none;
}
.tabiset{
	display:block;
	text-align:center;
	margin-top:20px;
	padding:10px 0;
	background-color:#7ed1c4;
	color:#FFFFFF;
	font-weight:bold;
}
/*--------------------------------------
　slider-content
---------------------------------------*/
section.slider-content {	margin-top: 140px;	}
#top-columns-31 {
	width: 74%;
	margin-right: 1%;
	float: left;
	line-height: 1.5em;
	font-size: 11.5px;
}
#top-columns-6-first {
	width: 24%;
	height: 100%;
	margin-left: 1%;
	float: left;
}
#weather {
	border: 5px solid #7ed1c4;
	background-color: #FFFFFF;
	height: auto;
	margin-bottom:15px;
}
#weather-title {
	color: #FFFFFF;
	padding: 8px 5px 8px 35px;
	background: url(../images/weather/tenki_ttl-icon.png) no-repeat;
	background-color: #7ed1c4;
	background-position: 5px 6px;
	font-size: 14px;
}
#weather #weather-title h3 {	font-size: 14px;	}
.weather_box {	padding: 10px 10px 5px 10px;	}
.left_box,#bottom-icon {
	height: auto;
	width: 35%;
	float: left;
	margin-left: 0;
}
.right_box,#fukusou {
	float: right;
	width: 60%;
	padding-top: 10px;
}
#fukusou p {	line-height: 1.0;	font-size: 14px;	}
.right_box p {	font-weight: bold;	font-size: 21px;	line-height: 22px;	}
.clothes_box {	padding: 5px 10px 10px 10px;	}
#bottom-icon {	margin-top: 10px;	}
#top-ad {	margin-top: 10px;	}
#top-ad-SP {	display: none;	}
#copyright {	font-size: 10px;	}
/*--------------------------------------
　category-content
---------------------------------------*/
.search.row.cf{	text-align:right;	}
.cat-select-bar a {	color: #FFFFFF;	font-size:13px;	}
.cat-select-bar {
	background-color: #87C462;
	border-radius: 5px;
	padding: 0;
	margin-bottom:5px;
}
.cat-select-bar ul {	border-radius: 5px;	padding: 0;	}
.cat-select-bar ul li:first-child{	border:none;	}
.cat-select-bar ul li {
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 2px 3px 2px 7px;
}
/*--------------------------------------
　search-content
---------------------------------------*/
.search-content a{	color:#d04526;	}
.category-list {	padding: 15px;	}
#search-window input {
	width: 100px;
	height: 30px;
	margin-bottom: 15px;
}
.search_result {
	margin-top: 20px;
}
.search_result .result_text {
	padding-bottom: 0.1em;
	border-bottom: 1px solid #5D5E5E;
}
.paging {
	text-align: center;
	margin: 0.8em 0 0 0;
}
/*--------------------------------------
	content
---------------------------------------*/
#sintyaku {
	margin: 0px auto;
	padding: 8px;
	background: url(../images/icon_whats-new.png) no-repeat;
	background-position: 10px 5px;
	text-indent: 30px;
}
section.main-content a,
section.sub-content a{	color: #555;	}
.content-title {
	text-align: center;
	background-color: #7ED1C4;
	color: #FFFFFF;
	margin: 20px auto 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	width: 100%;
	font-weight: 700;
}
/*-----記事一覧-----*/
.comment-box {	padding: 10px 15px 10px;	}
.thum-photo {	max-height: 166px !important;	overflow: hidden;	}
.more {
	background-color: #E3E3E3;
	color: #727272;
	font-size: 12px;
	border-radius: 4px;
	width: 90%;
	text-align: center;
	float: none;
	clear: both;
	margin: 0 auto 10px;
}
#tokusyu-logo {	text-align: center;	padding: 3px 0 6px;	}
div#tokusyu-logo img {	vertical-align: middle;	padding: 0 0 3px;	}
#red-tokusyu {
	margin-top: 0px;
	background-color: #F1797C;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: middle;
	display: inline-block;
	padding: 3px 10px 1px;
}
#content-title-mini {
	background-color: #4AB8A8;
	color: #FFFFFF;
	width: 100%;
	padding-top: 3px;
	font-size: 20px;
}
.recommend-list ul{	max-height:263px;	overflow:auto;	}
#switch-window .columns-6-first.recommend-list ul li {
	float: left;
	clear: none;
	margin-top: 0;
	width: 44%;
	line-height: 15px;
	color: #555555;
	padding: 8px 8px;
}
.top-recommend-li {
	clear: both;
	margin-bottom: 0;
	padding: 0 5px;
}
.top-recommend-li img {
	width: 95px;
	float: left;
	margin-bottom: 15px;
}
.top-recommend-li h3 {
	margin-top: 0px;
	font-size: 15px;
	font-weight: 700;
	margin-left: 100px;
}
#pickup-list-PC li {
	padding-left: 20px;
	background: url(../images/icon_arrow-footer01.png) no-repeat;
	background-position: 0.3em 0.5em;
}
.columns-3 .comment-box p,
.columns-3-first .comment-box p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}
.columns-3 .comment-box h3,
.columns-3-first .comment-box h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
}
.columns-3 .comment-box h3 span,
.columns-3-first .comment-box h3 span{
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	padding: 1px 5px 0;
	margin-bottom: 3px;
	background: #aaa;
	vertical-align: middle;
	margin-right: 5px;
	color: #fff;
}
.page-sub-title {
	font-size: 30px;
	line-height: 45px;
	margin: 20px 0 5px;
}
.wrap_paging {
	margin-top: 30px;
	padding-top: 0;
	border-top: 1px solid #5D5E5E;
}
.paging ul {
	text-align: center;
	margin: 0 auto;
}
.paging ul li {
	margin: 0;
	display: inline-block;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #7ed1c4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #cccccc;
	-moz-box-shadow: 0 0 5px 0 #cccccc;
	box-shadow: 0 0 5px 0 #cccccc;
}
.paging ul li a {
	padding: 2px 10px;
	font-weight: 700;
	color: #7ed1c4;
}
/*--------------------------------------
　footer
---------------------------------------*/
footer {
	margin-top: 60px;
	background-color: #FFFFFF;
	width: 100%;
}
#fotter-main {
	padding: 5px 0;
}
#footer-logo{
	float: left;
	width: 18%;
	margin-top: 10px;
}
#copyright {
	clear: both;
	float: none !important;
	text-align: right;
	line-height: 15px;
	padding: 10px 0 5px !important;
	background-color: #81D2C5;
	color: #555555;
}
/*-----TOPへ-----*/
#page-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
}
#page-top .icon_page-top {
	width: 38px;
	height: 38px;
	background: url(../images/pagetop.png) no-repeat;
	background-position: center center;
	background-size: 16px 6px;
	background-color: #5D5E5E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	text-indent: -300%;
	overflow: hidden;
}
.footer_bottom div {
	display:inline;
}
.sns-btn.columns-6-first{
	background:none;
	text-align:left;
}
.sns-btn.columns-6-first div div {
float: left;
vertical-align: top;
}
.copyright.columns-6{
	background:none;
	text-align: right;
}
/*--------------------------------------
　accordion
---------------------------------------*/
.ac-layout {	display: none;	}
.text {	margin-left: 27%;	}
/*--------------------------------------
　toppage
---------------------------------------*/
#search-window {	text-align: center;	}
#fukusou h3 {
	width: 100%;
	font-size: 100%;
	background-color: #7ed1c4;
	padding: 0;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}
#pickup-list-PC {	padding: 10px;	}
.top-recommend-ul {	padding-left: 0;	padding-top: 10px;	}
#news {	padding-left: 0px;	line-height: 1.2em;	}
#news ul{
	overflow-y: scroll;
	height: 90%;
	max-height: 290px;
}
#news li {
	padding: 10px 10px 5px;
	border-bottom: 1px dotted #333333;
	line-height: 20px;
}
.top-recommend{	overflow:auto;	}
#border-line {
	margin-top: 25px;
	padding-top: 0;
	border-top: 1px solid #5D5E5E;
	text-align: center;
}
.nextpage-icon {
	border: 2px solid #7ed1c4;
	background-color: #FFFFFF;
	margin: 20px auto 5px;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 5px;
}
.nextpage-icon a {
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	color: #7ed1c4 !important;
}
.date {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.ad {
	float: left;
	background-color: #FFFFFF;
	margin-left: 2%;
	margin-top: 20px;
	width: 23.5%;
	height: auto;
	text-align: center;
}
.ad div.cf {	padding: 10px;	}
.ad-img {	padding: 0;	margin: 0;	}
.ad div.cf img {	vertical-align: bottom;	}
/*--------------------------------------
　店舗詳細page
---------------------------------------*/
.shop-name-header {
	margin-top: 20px;
	padding: 15px;
	color: #333333;
	background-color: #ffffff;
	border: 5px solid #f0f0f0;
	-webkit-box-shadow: 0 0 5px 0 #cccccc;
	-moz-box-shadow: 0 0 5px 0 #cccccc;
	box-shadow: 0 0 5px 0 #cccccc;
}
.button {	display: none;	}
.shop-info a {	color: #d04526 !important; display:inline;	}
.shop-name-header .columns-6-first,.shop-name-header .columns-6{	margin-top:0;	}
.shop-name p {	line-height: 18px;	}
.shop-yomigana {	margin-bottom: 7px;	}
.shop-name h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shop-catch {	margin-top: 10px;	margin-bottom: 0;	}
.shop-address{	text-align:right;	}
.shop-tel,.shop-tel a {
	color: #E20C5A !important;
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: bold;
}
.shop-tel img {	vertical-align: bottom;	margin-right: 15px;	}
/*-----tabmenu------*/
.shop-gmenu {
	width: 100%;
	text-align: left;
	color: #ffffff;
	background-color: #7ed1c4;
	margin-top: 20px;
}
.shop-gmenu ul {	margin-bottom: 0;	border-left: 1px solid #FBFAF3;	}
.shop-gmenu li {
	float: left;
	background-color: #7ED1C4;
	border-right: 1px solid #FBFAF3;
	padding: 10px;
	min-width: 80px;
	text-align: center;
	cursor: pointer;
}
.shop-gmenu li.active {	font-weight: 700;	background-color: #4AB8A8;	}
/*-----tabcontent-----*/
.tab-contents{	display:none;	}
.shop-coupon{	border: 5px solid #7ed1c4;	background: #fff;	}
.shop-coupon .title{
	padding: 0 5px 3px 50px;
	width: 100%;
	background: url(../images/icon_shop-mini-coupon.png) no-repeat;
	background-position: 0 3px;
	background-color: #7ED1C4;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}
.shop-mainimg{	background:none;	}
.shop-mainimg img{	margin-bottom:15px;	}
.shop-copy {
	font-size: 20px;
	line-height: 20px;
	color: #4AB8A8;
}
.shop_menu-plan {
	text-align: center;
	background-color: #ffffff;
	margin-top: 20px;
}
.shop_menu-plan .shop_menu-plan-detail {
	padding:10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}
.shop_menu-plan .shop_menu-plan-provision {
	margin-top: 10px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #cccccc;
	text-align: left;
}
.shop-coupon-detail{	padding: 23px 15px 20px;	}
.shop-coupon-detail .shop_mini-coupon-contents {
	color: #E20C5A;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	border: none;
	padding-bottom: 0;
}
shop-coupon-detail a,.shop-mini-coupon-notice a{	display:inline-block;	}
.shop-coupon-detail p {
	border-bottom: 2px solid #7ED1C4;
	padding-bottom: 20px;
	margin: 0;
}
.shop-paragraph01 .columns-4 {	background: none;	}
.shop-mini-coupon-notice a div{
	background-color: #7ED1C4;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #ffffff;
}
.shop-images {	border: 1px solid #cccccc;	padding: 10px 10px 5px 10px;	}
.shop-images img {	margin-bottom:5px;	}
.shop-top-detail-contents .columns-7-first{	background:none;	}
.shop-detail table th {
	min-width: 80px;
	font-weight: bold;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
.shop-detail table td {
	border: 1px solid #cccccc;
}
#canvas-wrapper {
	max-width: 100%;
	min-width: 280px;
	padding: 4px;
	border: 1px solid #CCC;
	margin: auto;
	background-color: #ffffff;
}
.menu-detail table,
.menu-detail .columns-6-first,
.menu-detail .columns-6{
	border: none;
	background-color: transparent;
}
.menu-detail th,.menu-detail td {	border-bottom: 1px solid #cccccc;	}
.menu-detail td {	text-align:left;	min-width:70px;}
.coupon-area{	background:#fff;	margin-top:20px;	}
.coupon-title,.coupon-title-provision,.shop_menu-plan-title {
	padding: 10px 0 8px 0;
	width: 100%;
	background-color: #E20C5A;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.coupon-area .columns-4,.coupon-area .columns-8-first{	margin-top:0;	}
.coupon-area .columns-4{	margin-left:0;	width:34%;	}
.coupon-title-provision{	border-left:1px solid #fff;	}
.coupon-area .coupon-title + ul li {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
}
.coupon-area .columns-4 ul li{	border-left:1px solid #555;	}
.coupon-area ul{	margin: 10px 0;	}
.coupon-area ul li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0px 10px 0px 20px;
}
.qr-code .qr-title, .print .print-title {
	border-left: 8px solid #333333;
	text-indent: 0.5em;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 36px;
}
.coupon-main-area .columns-6-first,.coupon-main-area .columns-6-first .columns-9-first{
	background:none;
}
a.btn-print {
	margin-top: 20px;
}
.btn-print div {
	background-color: #4ab8a8;
	color: #ffffff;
	text-align: center;
	padding: 10px 0 10px 0;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #cccccc;
	-moz-box-shadow: 0 0 5px 0 #cccccc;
	box-shadow: 0 0 5px 0 #cccccc;
}
/*-----rss------*/
.shop_fb {
	height: 330px;
	overflow: hidden;
	background-color: #ffffff;
}
#feed h3 {
	margin: 0;
	padding: 8px 5px 5px;
	text-align: center;
	background-color: #E20C5A;
	color: #ffffff;
}
#feed ul {
	width: 90%;
	margin: 0 auto;
	margin-top: 0.4em;
}
#feed ul li {
	padding-top: 0.2em;
	padding-bottom: 0;
	border-bottom: 1px dotted #cccccc;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
#feed ul li span {
	padding-right: 2px;
}
#feed ul li a {
	color: #4AB8A8;
	font-weight: bold;
	display:inline;
}
#feed ul li p {
	white-space: nowrap;
}
/*--------------------------------------
　記事page
---------------------------------------*/
#text-content h1{
	font-size: 26px;
	line-height: 30px;
	margin:0 0 25px;
	padding-top: 12px;
}
#text-content h2{
	font-size: 30px;
	line-height: 34px;
	border-bottom: 4px solid #5D5E5E;
	margin:0 0 20px;
	padding-top: 12px;
}
#text-content h3{
	font-size: 22px;
	line-height: 26px;
	margin:0 0 15px;
	padding-top: 12px;
}
#text-content h4{
	font-size: 20px;
	line-height: 24px;
	margin:0 0 10px;
	padding-top: 12px;
}
#text-content h5{
	font-size: 18px;
	line-height: 22px;
	margin:0 0 10px;
	padding-top: 12px;
}
#text-content h6{
	font-size: 16px;
	line-height: 20px;
	margin:0 0 10px;
	padding-top: 12px;
}
#text-content .catch{
	font-size: 24px;
	line-height: 28px;
	margin:20px 0;
	padding: 12px 10% 8px;
}
#text-content h1 span,
#text-content h2 span,
#text-content h3 span,
#text-content h4 span,
#text-content h5 span,
#text-content h6 span,
#text-content .catch span{
	font-size:70%;
	line-height: 131%;
}
#text-content h1 span.small,
#text-content h2 span.small,
#text-content h3 span.small,
#text-content h4 span.small,
#text-content h5 span.small,
#text-content h6 span.small,
#text-content .catch span.small{
	font-size:50% !important;
	line-height: 131% !important;
}
#text-content .columns-3-first,
#text-content .columns-3,
#text-content .columns-4-first,
#text-content .columns-4,
#text-content .columns-5-first,
#text-content .columns-5,
#text-content .columns-6-first,
#text-content .columns-6,
#text-content .columns-7-first,
#text-content .columns-7,
#text-content .columns-8-first,
#text-content .columns-8,
#text-content .columns-9-first,
#text-content .columns-9 {
	background:none;
}
#text-content a {
color: #d04526;
}
#text-content p{
	font-size:16px;
	line-height: 22px;
}
p.txt:first-letter {
	font-size: 30px;
	line-height: 30px;
	padding: 7px 7px 5px;
	background-color: #EB9E79;
	color: #ffffff;
	margin-right:0.5%;;
	float:left;
}
#text-content .shop-detail .top-detail-contents{
	background:#fff;
	padding: 15px;
}
#text-content .border{
	border: 3px solid #eb9e79;
	padding: 20px;
}

table.table-f th,table.table-f td{
	display: table-cell !important;
}
/*------7つのる-----*/
.row .tab_menu {
margin-top: 12px !important;
}
.row .tab_menu2 {
margin-top: 12px !important;
}
/*--------------------------------------
　formpage
---------------------------------------*/
.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
	width: 100% !important;
	height: 100% !important;
	max-height: 329px;
}
/*--------------------------------------
　申し込みフォーム
---------------------------------------*/
#trust-form table {
	margin-bottom:20px;
}
#trust-form form th {
	padding: 10px;
	border: none;
	border-bottom: 1px solid #999999;
	width: 30%;
	vertical-align:top;
}
#trust-form form td {
	padding: 10px;
	border: none;
	border-bottom: 1px solid #999999;
	vertical-align:top;
}
#trust-form.contact-form input[type="text"], #trust-form.contact-form textarea {
	width: 50%;
}
#trust-form form li {
	display: inline-block;
}
#trust-form form .require, .error {
	color: #F00;
}
#trust-form form th .content {
	font-weight: bold;
}
.form_text {
	line-height: 1.2;
	padding: 5px;
	border: 2px solid #F00;
}
.form_h1 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
#trust-form.contact-form input[type="submit"] {
	width: 200px;
	height: 50px;
}

/*--------------------------------------
　リゾゴdeいこう！
---------------------------------------*/
#rizogo .rizogo_catch {
	color: #00a73b;
	font-size: 24px;
	text-align: center;
	line-height: 28px;
	margin: 20px 0;
}

/*--------------------------------------
　ちゅらがんじゅう
---------------------------------------*/
.bold { font-weight: bold;}

#churaganju h2 {
	margin-bottom: 15px;
}

#churaganju .columns-6,
#churaganju .columns-6-first {
	margin-top: 0;
}

#churaganju .churaNav {
	margin: 30px 0 40px;
}

#churaganju .churaNav ul {
}
#churaganju .churaNav li {
	display: inline-block;
	margin-left: 30px;
}
#churaganju .churaNav li a {
	color: #555;
	font-size: 18px;
	padding: 20px 0;
	text-align: center;
	width: 160px;
}
#churaganju .churaNav li:first-child {
	margin-left: 0;
}

#churaganju .churaNav li.churaNav01 a {
	background-color: #dad1fb;
}
#churaganju .churaNav li.churaNav02 a {
	background-color: #fbe462;
}
#churaganju .churaNav li.churaNav03 a {
	background-color: #f9cea2;
}

#churaganju .churaNav_sp {
	display: none;
}

#churaganju .in_out {
	margin-bottom: 15px;
}
#churaganju .in_out li {
	display: inline-block;
	margin-right: 15px;
	color: #FFF;
	font-weight: bold;
	padding: 0 15px;
}
#churaganju .in_out .in {
	background-color: #65a9dd;
}
#churaganju .in_out .out {
	background-color: #e40062;
}

#churaganju p#experience {
	background-color: #dad1fb;
	color: #555;
	font-size: 24px;
	padding: 10px;
}

#churaganju p#eat {
	background-color: #fbe462;
	color: #555;
	font-size: 24px;
	padding: 10px;
}

#churaganju p#buy {
	background-color: #f9cea2;
	color: #555;
	font-size: 24px;
	padding: 10px;
}

#churaganju .watsu {
	background-color: #e2dbba!important;
	padding: 10px;
}
#churaganju .watsu_tit01 {
	background-color: #fff;
	font-weight: bold;
	padding: 5px;
	display: inline-block;
	margin: 0 0 15px;
}
#churaganju .watsu_tit02 {
	color: #eb6300;
	font-weight: bold;
	font-size: 24px!important;
	margin: 0 0 10px;
}

#churaganju .chura_menyu {
	background-color: #e6d891;
	padding: 10px;
	margin-top: 15px;
}

#churaganju .chura_susume_tit01,
#churaganju .chura_susume_tit02,
#churaganju .chura_susume_tit03 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 10px;
}
#churaganju .chura_susume_tit01 {
	background-color: #45b585;
}
#churaganju .chura_susume_tit02 {
	background-color: #ec6300;
}
#churaganju .chura_susume_tit03 {
	background-color: #bc7435;
}

#churaganju #susume {
	background-color: #e3dcd9;
	padding: 15px;
	margin: 0 0 30px;
}


/*--------------------------------------
　スマートフォン用CSS
---------------------------------------*/
@media screen and (max-width: 728px){
/*-----カラム-----*/
.columns-3-first,
.columns-3,
.columns-4-first,
.columns-4,
.columns-5-first,
.columns-5,
.columns-6-first,
.columns-6,
.columns-7-first,
.columns-7,
.columns-8-first,
.columns-8,
.columns-9-first,
.columns-9 {
	width: 100%;
	float: none;
	display:block;
	margin: 20px 0 0 0;
}
/*-----displaynone-----*/
article.columns-3 div#news,div.row.cf.new-shop,#content-title-mini,#switch-window .columns-3-first,#switch-window .columns-3,.ad,
#content-title-mini,article.columns-3 .more,article.columns-3-first .more,#fukusou h3,.disp-none-sp,.recommend-list .tit-db,
.recommend-list .ac + ul,.cat-select-bar,#content-title-bottom,.qr-area,.pc-nav,#switch-window, #pickup-list-PC, .top-img, .place-bar, .header-top, .header-category-bar,#bottom-nav,#top-ad,h3#sintyaku,#top-columns-31 p,.shop_fb,.sns-btn,.ads{
	display:none;
}
.top-img-content {	margin-top: 0;	}
section.slider-content{	margin-top: 20px;	}
.row {	width: 96%;	}	
#header-logo {
	width: 35%;
	margin-top: 5px;
	margin-left: 20px;
}	
#header-space {	margin-top: 0px;	}
#copyright p{	margin: 0;	padding: 0;	}
.gmap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe, .gmapr object, .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------	
	　SP header
---------------------------------------*/
header {
	position: static;
	margin-top: 0;
	padding-top: 0;
}
#header-logo {	float: left;	max-width: 100%;	}	
#menu-button {
	display: block;
	text-align: right;
	max-width: 50%;
	float: right;
	margin: 2% 20px 0 0;
}
#menu-button img{	width:100%;	}
#header-nav-botton {	padding: 6px 0 0;	}
#header-nav-botton {	background: url(../images/rainbow.png) repeat-x;	}		
/*--------------------------------------
	　SP footer
---------------------------------------*/	
footer {	margin: 0;	text-align: center;	}	
footer img {	margin-bottom: 0px;	float: none; }	
#copyright{ background: none; 	padding: 0 0 15px !important; }
#copyright .copyright{ text-align:center; margin:0; }
#footer-logo {
	float: none;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#footer-logo img {
	margin-bottom: 0px;
	float: none;
	max-width: 150px;
}
/*--------------------------------------	
	　global navigation search bar
---------------------------------------*/	
#search-bar2 input{	padding: 0 10px;	border-radius: 10px; width:60%; }	
#search-bar2 {	margin-right:0;	}	
.header_search-btn2 {	display: inline-block;	margin-right: 0;	}	
.top_search-bar2 {
	text-align: center;
	text-indent: 2%;
	padding: 10px 0;
}
.top_search-bar2 input{
	border: none;
	height: 27px;
}
.header_search-btn2 input {
	background-color: #5D5E5E;
	padding: 0 20px 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #ffffff;
}
/*------SPtop-----*/
#weather{	margin-bottom:0;	}
#top-columns-6-first {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0;
	float: none;
}
#top-columns-31 {	width: 100%;	float: none;	}
#top_img {	width: 100%;	margin-bottom: 10px;	}
.weather-cont {	padding: 0 10px;	}
.left_box img,#bottom-icon img {	vertical-align: bottom;	}
.weather_box {
	padding: 0;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding: 10px 0;
}
.clothes_box {
	padding: 0;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding: 10px 0;
}
.left_box, #bottom-icon {
	display: inline-block;
	height: auto;
	width: 30%;
	float: none;
	margin: 0;
	vertical-align: top;
}
.right_box, #fukusou {
	display: inline-block;
	float: none;
	width: 60%;
	padding-top: 0;
	vertical-align: bottom;
}
.right_box p {
	font-weight: bold;
	font-size: 15px;
}

/*-----記事一覧-----*/
.cont-box{	margin:0;	}
.main-content > h2 + div > .cont-box:first-child{	margin-top:20px;	}
.cont-box > div{
	padding: 15px 20px 15px 10px;
	border-bottom: 1px solid #cccccc;
	background: url(../images/icon_arrow-footer01.png) no-repeat 99% 50%;
	margin:0;
	border-bottom: 1px solid #cccccc;
}
.pickup{	margin-top:20px;	}
.pickup > div{	border:none;	}
.thum-photo {	width:30%;	float: left;	}
.thum-photo img{	width:100%;	}
.cont-box .comment-box {
	width:65%;
	float:right;
	padding: 0;
	margin: 5px 0 0;
}
.cont-box .comment-box h3 {	font-weight: 700;	}
.comment-box p {	line-height: 1.1;	}
.cont-box div.category {
	float: right;
	width: 65%;
	text-align: center;
	padding: 3px 0;
}
#search-window {	width:100%;	margin: 0;	}
.page-sub-title {
	font-size: 20px;
	line-height: 35px;
	margin: 15px 0 5px;
}
/*-----広告-----*/
article.ad-sp{
	display:block;
	float: none;
	clear:both;
	background-color: #FFFFFF;
	margin: 20px 0;
	padding:0;
	width: 100%;
	text-align: center;
}
article.ad-sp li {
	display: inline-block;
	vertical-align:bottom;
	margin:0;
}
article.ad-sp li ins {	vertical-align:bottom; }
article.ad-sp div.cf {	padding: 10px;	border:5px solid #ccc;	}
article.ad-sp .ad-img {	padding: 0;	margin: 0;	text-align:center; }
/*--------------------------------------
　accordion
---------------------------------------*/
.ac-layout {
	display: block;
	padding: 5px;
	cursor: pointer;
	background: url(../images/icon_arrow-footer03.png) no-repeat #7ed1c4;
	background-position: 98% 50%;
	padding: 10px 0 8px 0;
	text-indent: 10px;
	border-bottom: 1px solid #4ab8a8;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
ul.ac01_tp { 	font-size:14px;	}
ul.ac01_tp li {
	background: url(../images/icon_arrow-footer01.png) no-repeat;
	background-position: 98% 50%;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #dfdfdf;
}
ul.ac01_tp li a { 	padding: 5px 0;	display:block;	}
ul.ac01_tp li a:hover {	background:#EFEFEF;	}
.ac01_tp a {	color: #5D5E5E;	}
.ac01_tp li {	text-indent: 10px;	}
.ac-photo {
	width: 23%;
	display: block;
	float: left;
	margin: 20px 2% auto auto;
}
.text a p {
	margin-top: 5px;
	text-indent: 0;
	color: #555555;
	font-size: 13px;
}
.text a h3 {
	text-indent: 0;
	margin-top: 10px;
	font-size: 20px;
}
.text {	margin-right: 30px;	line-height: 20px;	}
#g-nav { 	font-size:14px;	}
#g-nav li {	border-top: 1px solid #f6f6f6;	border-bottom: 1px solid #dfdfdf;	}
#g-nav li a { 	padding: 7px 0 5px 2.2em;	display:block;	}
#g-nav li a:hover {	background:#EFEFEF;	}
.hide-box {	background-color: #cfcfcf;	}
#sq1 {	background:url(../images/color_square/gourmet.png) no-repeat 10px 15px #ffffff;	}	
#sq2 {	background:url(../images/color_square/beauty.png) no-repeat 10px 15px #ffffff;	}
#sq3 {	background:url(../images/color_square/activity.png) no-repeat 10px 15px #ffffff;	}
#sq4 {	background:url(../images/color_square/tourist_facilities.png) no-repeat 10px 15px #ffffff;	}
#sq5 {	background:url(../images/color_square/paper.png) no-repeat 10px 15px #ffffff;	}
#sq6 {	background:url(../images/color_square/tour.png) no-repeat 10px 15px #ffffff;	}
#sq7 {	background:url(../images/color_square/extra.png) no-repeat 10px 15px #ffffff;	}
/*-----アコーディオン-----*/
#news {
	padding-left: 0px;
	line-height: 1.2em;
	overflow-y: auto;
	height: auto;
	max-height: 100%;
}
#news ul.comment-box,#pickup-list-PC{
	margin:0;
	width:100%;
	vertical-align:bottom;
	padding:0;
}
#news ul {
	overflow-y: visible;
	height: auto;
	max-height: none;
}
#news li,
.columns-3-first #pickup-list-PC li,
.columns-3 #pickup-list-PC li{
	padding: 17px 20px 15px 10px;
	border-bottom: 1px solid #cccccc;
	background: url(../images/icon_arrow-footer01.png) no-repeat 99% 50%;
}
#news li a,.columns-3-first #pickup-list-PC li a,
#news li a,.columns-3 #pickup-list-PC li a {
	font-size: 12px;
	line-height: 12px;
}
.columns-3-first #pickup-list-PC li {	text-indent: 0;	}
#news ul.comment-box .date{
	display:inline-block;
	font-weight:400;
	font-size: 12px;
	margin-bottom: 0;
}
#switch-window,
#switch-window .feature-list{
	display:block;
}
#switch-window article.columns-3-first.feature-list,
#switch-window article.columns-3.feature-list{
	margin:0 0 20px 0;
}
.recommend-list ul{	max-height:none;	width: 100%;	}	
#switch-window .columns-6-first.recommend-list ul li{
	float:none;
	width:100%;
	display:block;
	clear:both;
	padding:0;
	margin:0;
	border-bottom: 1px solid #cccccc;
}
#switch-window .columns-6-first.recommend-list ul li div{
	padding: 15px 20px 15px 10px;
	background: url(../images/icon_arrow-footer01.png) no-repeat 99% 50%;
	margin: 0;
}
.recommend-list ul li h3{
	font-weight:700;
	width: 65%;
	float: right;
	padding: 0;
	margin: 5px 0 0;
}
.recommend-list ul li img{
	width: 30%;
	float: left;
	margin:0;
}
/*--------------------------------------
　single.html
---------------------------------------*/
.shop-gmenu li {
	max-width: 30%;
	font-size: 13px;
	padding: 10px 1.5%;
}
.shop-coupon-detail {	padding: 23px 15px 0;	}
.shop-name p {	line-height: 16px;	}
.shop-name-header .shop-address {	text-align: left;	margin-top: 10px;	}
.shop-tel,.shop-tel a {	font-size: 26px;	margin-top:5px;	}
.shop-tel a{ display:inline !important; }
.shop-address .shop-info,.shop-address .shop-info a{	font-size:12px;	margin: 0;	}
.shop-mainimg{	background:none;	}
.shop-copy {	line-height: 26px;	}
.shop-images {	border: 1px solid #cccccc;	padding: 10px 10px 5px 10px;	}
.shop-detail table th,.shop-detail table td {	display:block;	}
#canvas-wrapper {	padding: 15px;	}
.menu-right{	margin:0;	}
.coupon-area .columns-4 {
	width:100%;
	display:block;
	float:none;
}
.coupon-area ul li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0px 15px 0px 15px;
}
.coupon-area .columns-4 ul li {	border-left: none;	font-size:18px;	}
.coupon-area .coupon-title + ul li {	padding: 5px 15px 5px 15px;	}
/*--------------------------------------
　text.html
---------------------------------------*/
#text-content h1{
	font-size: 22px;
	line-height: 26px;
}
#text-content h2{
	font-size: 24px;
	line-height: 28x;
	border-bottom: 4px solid #5D5E5E;
}
#text-content h3{
	font-size: 20px;
	line-height: 24px;
}
#text-content h4{
	font-size: 18px;
	line-height: 22px;
}
#text-content h5{
	font-size: 16px;
	line-height: 20px;
}
#text-content h6{
	font-size: 16px;
	line-height: 20px;
}
#text-content .catch{
	font-size: 20px;
	line-height: 24px;
	margin:20px 0;
	padding:5px 10%;
}
#text-content p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom:10px;
}
#text-content a{
	display:inline;
}
#text-content .shop-detail .top-detail-contents {
	background: #fff;
	padding: 15px 5px;
}
#text-content .shop-detail table th,#text-content .shop-detail table td{
	display:table-cell;
}
/*-----7つのる-----*/
h2 img.mgn_b-40 {
	float: left;
	margin-bottom: 0 !important;
}
.row .tab_menu {
margin-top: 12px !important;
}
.row .tab_menu2 {
margin-top: 12px !important;
}
.tab_menu li a, .tab_menu2 li a{
	font-size:12px;
}
.row .tab_menu li:not(*:root) {
margin-bottom: -2px !important;
}
.row .tab_menu2:not(*:root) {
margin-top: 7px !important;
}
.tab_menu,.tab_menu2 {
		position:relative;
		margin-top: 13px;
	}
/*--------------------------------------
　
---------------------------------------*/
.search.row.cf {
	text-align: center;
	margin-top: 20px;
}
/*--------------------------------------
　申し込みフォーム
---------------------------------------*/
.renewal-form img{
	max-width:50%;
}
.form_text {
	line-height: 1.2;
	padding: 5px;
	border: 2px solid #F00;
}
#trust-form form table th {
	display: block;
	background-color: #999;
	width: 100%;
	color: #FFF;
}
#trust-form form td {
	display: block;
	width: 100%;
}

/*--------------------------------------
　ちゅらがんじゅう
---------------------------------------*/
#churaganju .churaNav {
	display: none;
}

#churaganju .churaNav_sp {
	display: block;
	margin: 20px 10px 30px;
}

#churaganju .churaNav_sp ul {
}
#churaganju .churaNav_sp li {
}
#churaganju .churaNav_sp li a {
	font-size: 16px;
	color: #555;
	padding: 10px 0;
	margin: 0 0 10px;
	text-align: center;
	display: block;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 5px; 
	border-radius: 5px 5px 5px 5px;
}

#churaganju .churaNav_sp li.churaNav01 a {
	background-color: #dad1fb;
}
#churaganju .churaNav_sp li.churaNav02 a {
	background-color: #fbe462;
}
#churaganju .churaNav_sp li.churaNav03 a {
	background-color: #f9cea2;
}
}