/*
Theme Name: Shikoku Michinoeki
Theme URI:
Author: fliplogic
Author URI:
Description:
Version: 1.0
License:
License URI:
Tags:
Text Domain:
*/

/* -----------------------------------------------
--------------------------------------------------
	フォントインストール
--------------------------------------------------
----------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?srf3rx");
  src: url("fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "Noto Sans Japanese";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/NotoSansCJKjp_Light.eot?") format('eot'),
	url("fonts/NotoSansCJKjp_Light.woff") format('woff');
}

@font-face {
	font-family: "Noto Sans Japanese";
	font-style: normal;
	font-weight: bold;
	src: url("fonts/NotoSansCJKjp_Regular.eot?") format('eot'),
	url("fonts/NotoSansCJKjp_Regular.woff") format('woff');
}

@font-face {
	font-family: "Noto Sans Japanese bolder";
	font-style: normal;
	font-weight: bold;
	src: url("fonts/NotoSansCJKjp_Medium.eot?") format('eot'),
	url("fonts/NotoSansCJKjp_Medium.woff") format('woff');
}

body,
button,
input,
select,
textarea {
	font-family: 'Noto Sans Japanese', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	font-family: 'Noto Sans Japanese',  Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-weight: normal;
}

img {
	max-width :100%;
	height:auto;
	vertical-align: middle;
	border: 0
}

/* IE8 max-widthバグへの対応*/
 .ie8 img{width: auto; height: auto}
/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}

.clear { clear:both; }

/*----------------------------------------------*/
/*# Layout */
/*----------------------------------------------*/
#sidebar-inner {
	padding-left:30px;
}

@media screen and (max-width: 1199px) {
	#sidebar-inner {
		padding-left:10px;
	}
}

@media screen and (max-width: 991px) {
	#sidebar-inner {
		padding-left:0px;
	}
}

/*----------------------------------------------*/
/*# Wordpress */
/*----------------------------------------------*/

/* 回りこみ */

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    margin: 0 0 10px 30px;
    display: inline;
}

img.alignleft {
    margin: 0 30px 10px 0;
    display: inline;
}

@media screen and (max-width: 991px) {
	.alignright img,
	.alignleft img,
	img.alignleft,
	img.alignright {
		max-width:360px;
	}
}

@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter,
	img.alignleft,
	.wp-caption.alignleft,
	img.alignright,
	.wp-caption.alignright,
	img.aligncenter {
		display:block;
		float:none;
		margin: 0 auto 10px !important;
		max-width:100%;
	}
}

/*----------------------------------------------*/
/*# Global */

html.overflow, body.overflow {
  overflow-x: auto;
}
html.overflow #header-section, html.overflow #main, html.overflow #hero, html.overflow #mobile-menu, html.overflow #footer, body.overflow #header-section, body.overflow #main, body.overflow #hero, body.overflow #mobile-menu, body.overflow #footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-size: 16px;
  line-height: 1.5;
	color:#555;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #22afc6;
}

::-moz-selection {
  color: #ffffff;
  background: #22afc6;
}

::selection {
  color: #ffffff;
  background: #22afc6;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #444;
  border-bottom: 2px solid transparent;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color:#22afc6;
}

a img:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
	color:#444;
}

h1, .h1 {
  font-size: 2.0em;
  line-height: 1.4;
}

h2, .h2 {
  font-size: 1.7em;
  line-height: 1.4;

}

h3, .h3 {
  font-size: 1.4em;
  line-height: 1.5;
}

h4, .h4 {
  font-size: 1.15em;
  line-height: 1.7;
}

h5, .h5 {
  font-size: 1em;
  line-height: 1.8;
}

h6, .h6 {
  font-size: 0.9em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
	h1, .h1 {
	  font-size: 1.5em;
	  line-height: 1.4;
	}

	h2, .h2 {
	  font-size: 1.35em;
	  line-height: 1.4;
	}

	h3, .h3 {
	  font-size: 1.2em;
	  line-height: 1.5;
	}
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}

ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

p {
  margin: 0 0 20px 0;
}

.serif {
	font-family: "游明朝", YuMincho, "游明朝体", Helvetica, Arial,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
  .col-xxs-6 {
    width: 50% !important;
  }
}

/*----------------------------------------------*/
/*# Helper */
/*----------------------------------------------*/
.visible-sp {
    display:none;
}
@media screen and (max-width: 767px) {
    .visible-sp {
        display:inline;
    }
}

/* フォント
----------------------------------------------- */
.text-xxs {
  font-size: 60% !important;
}

.text-xs {
  font-size: 70% !important;
}

.text-sm {
  font-size: 85% !important;
}

.text-md {
  font-size: 115% !important;
}

.text-lg {
  font-size: 130% !important;
}

.text-xl {
  font-size: 160% !important;
}

.text-xxl {
  font-size: 180% !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-lighter {
  font-weight: lighter !important;
}

.text-bolder {
  font-family: "Noto Sans Japanese bolder" !important;
	font-weight: bolder !important;
}

.text-just {
	text-align: justify;
}

.chara-space-half {
	letter-spacing:-0.5em !important;
}

.chara-space-none {
	letter-spacing:0px !important;
}

.chara-space-xs {
	letter-spacing:-0.25em !important;
}

.chara-space-sm {
	letter-spacing:-1px !important;
}

.chara-space-md {
	letter-spacing:1px !important;
}

.chara-space-lg {
	letter-spacing:2px !important;
}

.chara-space-xl {
	letter-spacing:3px !important;
}

.chara-space-xxl {
	letter-spacing:5px !important;
}

/* Text Color & BG Color */
.blue {
	color:#22afc6 !important;
}

.color-light {
	color:#888;
}

input.bg-white,
.bg-white {
	background-color:#fff !important;
}

i {
	position:relative;
	top:2px;
}

i.text-lg {
	top:3px;
}

i.text-xl {
	top:4px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0fafc;
}

.well {
	box-shadow:none;
}

/* ブロック要素マージン
----------------------------------------------- */
.mar-none {
  margin: 0 !important;
}
.mar-xs {
  margin: 5px !important;
}
.mar-sm {
  margin: 10px !important;
}
.mar-md {

  margin: 15px !important;
}
.mar-lg {
  margin: 20px !important;
}
.mar-xl {
  margin: 40px !important;
}
.mar-t-none {
  margin-top: 0 !important;
}
.mar-t-xs {
  margin-top: 5px !important;
}
.mar-t-sm {
  margin-top: 10px !important;
}
.mar-t-md {
  margin-top: 15px !important;
}
.mar-t-lg {
  margin-top: 25px !important;
}
.mar-t-xl {
  margin-top: 40px !important;
}
.mar-b-none {
  margin-bottom: 0 !important;
}
.mar-b-xs {
  margin-bottom: 5px !important;
}
.mar-b-sm {
  margin-bottom: 10px !important;
}
.mar-b-md {
  margin-bottom: 15px !important;
}
.mar-b-lg {
  margin-bottom: 25px !important;
}
.mar-b-xl {
  margin-bottom: 40px !important;
}
.mar-b-xxl {
  margin-bottom: 60px !important;
}
.mar-l-none {
  margin-left: 0 !important;
}
.mar-l-xs {
  margin-left: 5px !important;
}
.mar-l-sm {
  margin-left: 10px !important;
}
.mar-l-md {
  margin-left: 15px !important;
}
.mar-l-lg {
  margin-left: 25px !important;
}
.mar-l-xl {
  margin-left: 40px !important;
}
.mar-r-none {
  margin-right: 0 !important;
}
.mar-r-xs {
  margin-right: 5px !important;
}
.mar-r-sm {
  margin-right: 10px !important;
}
.mar-r-md {
  margin-right: 15px !important;
}
.mar-r-lg {
  margin-right: 25px !important;
}
.mar-r-xl {
  margin-right: 40px !important;
}
.pad-none {
  padding: 0 !important;
}
.pad-xs {
  padding: 5px !important;
}
.pad-sm {
  padding: 10px !important;
}
.pad-md {
  padding: 15px !important;
}
.pad-lg {
  padding: 20px !important;
}
.pad-xl {
  padding: 40px !important;
}
.pad-t-none {
  padding-top: 0 !important;
}
.pad-t-xs {
  padding-top: 5px !important;
}
.pad-t-sm {
  padding-top: 10px !important;
}
.pad-t-md {
  padding-top: 15px !important;
}
.pad-t-lg {
  padding-top: 25px !important;
}
.pad-t-xl {
  padding-top: 40px !important;
}
.pad-b-none {
  padding-bottom: 0 !important;
}
.pad-b-xs {
  padding-bottom: 5px !important;
}
.pad-b-sm {
  padding-bottom: 10px !important;
}
.pad-b-md {
  padding-bottom: 15px !important;
}
.pad-b-lg {
  padding-bottom: 25px !important;
}
.pad-b-xl {
  padding-bottom: 40px !important;
}
.pad-b-xxl {
  padding-bottom: 60px !important;
}
.pad-l-none {
  padding-left: 0 !important;
}
.pad-l-xs {
  padding-left: 5px !important;
}
.pad-l-sm {
  padding-left: 10px !important;
}
.pad-l-md {
  padding-left: 15px !important;
}
.pad-l-lg {
  padding-left: 25px !important;
}
.pad-l-xl {
  padding-left: 40px !important;
}
.pad-r-none {
  padding-right: 0 !important;
}
.pad-r-xs {
  padding-right: 5px !important;
}
.pad-r-sm {
  padding-right: 10px !important;
}
.pad-r-md {
  padding-right: 15px !important;
}
.pad-r-lg {
  padding-right: 25px !important;
}
.pad-r-xl {
  padding-right: 40px !important;
}

@media screen and (max-width: 991px) {
	.sm-mar-r-0 {	margin-right:0px !important; }
	.sm-mar-l-0 {	margin-left:0px !important; }
	.sm-pad-r-0 {	padding-right:0px !important;	}
	.sm-pad-l-0 {	padding-left:0px !important; }
	.sm-pad-r-def {	padding-right:15px !important;	}
	.sm-pad-l-def {	padding-left:15px !important; }
}

@media screen and (max-width: 767px) {
	.xs-mar-r-0 {	margin-right:0px !important; }
	.xs-mar-l-0 {	margin-left:0px !important; }
	.xs-pad-r-0 {	padding-right:0px !important;	}
	.xs-pad-l-0 {	padding-left:0px !important; }
	.xs-pad-r-def {	padding-right:15px !important;	}
	.xs-pad-l-def {	padding-left:15px !important; }
}

/* Spacer */
.spacer {
	display:block;
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.spacer-xlg {
  height: 150px;
}

@media screen and (max-width: 767px) {
  .spacer-xlg {
    height: 70px;
  }
}

.spacer-lg {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .spacer-lg {
    height: 50px;
  }
}

.spacer-md {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .spacer-md {
    height: 30px;
  }
}

.spacer-sm {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .spacer-sm {
    height: 20px;
  }
}

.spacer-xs {
  height: 30px;
}

@media screen and (max-width: 767px) {
  .spacer-xs {
    height: 20px;
  }
}

.spacer-xxs {
  height: 20px;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}


/* Breadcrumb */
.breadcrumb > li + li:before {
	content:">\00a0";
	color:#444;
}

.breadcrumb {
	padding:14px 0 4px;
	font-size:0.9em;
	background: none;
}

/* Modal */
.modal-dialog {
	margin: 60px auto 0 !important;
}

/*----------------------------------------------*/
/*# Section */
/*----------------------------------------------*/
/* Header */

#header-section {
  width: 100%;
  padding: 0 0 0 0 !imporant;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}

#header-section #menu-wrap .sf-menu {
	width:100%;
	height:56px;
	background:url(images/header_nav_sep.png) no-repeat left center;
	margin-bottom:10px !important;
}

#header-section #menu-wrap .sf-menu > li {
	background:url(images/header_nav_sep.png) no-repeat right center;
	position:relative;
}
#header-section #menu-wrap .sf-menu li.nav-srsuc {width:21%;}
#header-section #menu-wrap .sf-menu li.nav-gourmet {width:23%;}
#header-section #menu-wrap .sf-menu li.nav-event {width:16.5%;}
#header-section #menu-wrap .sf-menu li.nav-news {width:16.5%;}
#header-section #menu-wrap .sf-menu li.nav-about {width:23%;}

#header-section #menu-wrap .sf-menu > li > a {
	background-image:url(images/header_nav_btn.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header-section #menu-wrap .sf-menu > li:after {
	content:'';
	display:block;
	position:absolute;
	bottom:-3px;
	left:8%;
	width:84%;
	height:3px;
	background-color:#6AD4E5;
	opacity:0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.%s ease;
}
#header-section #menu-wrap .sf-menu > li:hover:after,
#header-section #menu-wrap .sf-menu > li.active:after {
	opacity:0.9;
}
#header-section #menu-wrap .sf-menu li.nav-srsuc a {background-position: center 5px;}
#header-section #menu-wrap .sf-menu li.nav-gourmet a {background-position: center -95px;}
#header-section #menu-wrap .sf-menu li.nav-event a {background-position: center -195px;}
#header-section #menu-wrap .sf-menu li.nav-news a {background-position: center -295px;}
#header-section #menu-wrap .sf-menu li.nav-about a {background-position: center -395px;}

#header-section.scrolled {
  position: fixed;
	top:0;
  padding: 0px 0;
	border-bottom:1px solid #e6e6e6;
	-webkit-box-shadow: 0 0.25em 0.05em 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25em 0.05em 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0.25em 0.05em 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0.25em 0.05em 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25em 0.05em 0 rgba(0, 0, 0, 0.05);
}

#header-section.scrolled #blanding {
	display:none;
}

#header-section.scrolled #logo a {
  color: #333;
}

#header-section.scrolled #logo a:hover {
  color: #7b7b7b;
}

#header-section.scrolled #menu-wrap .sf-menu {
	margin-bottom:0px !important;
}

#header-section.scrolled #menu-wrap .sf-menu a {
  border-bottom: none !important;
}

#header-section.scrolled #menu-wrap .sf-menu a:hover {
  color: #333 !important;
}

#header-section.scrolled #menu-wrap .sf-menu li.active > a {
  color: #333 !important;
}

.header.container {
	width:auto;
	max-width:1180px;
	padding:0 10px;
}

#header-sub-nav li {
	float:right;
	list-style:none;
	padding: 5px 0 5px 15px;
	font-size:14px;
}

#header-sub-nav li a {color:#666;}

.i-arrow-s1,
.i-arrow-s1-left {
	display:inline-block;
	padding-right:5px;
	width:18px;
	height:13px;
	position:relative;
	top:2px;
	background:url(images/arrow_s.png) no-repeat 0 0;
	background-size:13px;
}

.i-arrow-s1-left {
	padding-left:5px;
	background-position:0 -18px;
}

#logo {
	width:350px;
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0px 0px 0px;
  padding: 0 0 0px 0;
}

#logo a {
  border-bottom: none !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#logo img {
	margin:20px 0 20px;
}

@media screen and (max-width: 1199px) {
  #logo {
		width:280px;
		padding-top:6px;
  }
}

@media screen and (max-width: 991px) {
  #logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Search Form */
#search input[type="text"] {
	width:180px;
	height:32px;
	border-radius: 4px 0 0 4px;
	border-right:none !important;
}

#search .btn {
	height:32px;
	border-radius: 0 4px 4px 0 !important;
	padding-left:5px !important;
	padding-right:5px !important;
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

.sf-menu a {
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 13px;
  border-bottom: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #999;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#menu-wrap .sf-menu a {
  padding: 1em 2em 1em 2em;
}

#primary-menu > li > ul li.active > a {
  color: #22afc6 !important;
}

#primary-menu .sub-menu {
  padding: 1px 1px ;
  background: rgba(230, 230, 230, 0.99);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
	left: 0;
	z-index:9999;
}

#primary-menu .sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#primary-menu .sub-menu:after {
  position: absolute;
  top: -8px;
  left: 50%;
	margin-left:-8px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(230, 230, 230, 0.99);
  border-left: 8px solid transparent;
  content: '';
}

#primary-menu .sub-menu .sub-menu:before {
  top: 6px;
  right: 100%;
}

#primary-menu .sub-menu .sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}

.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#primary-menu .sub-menu li {
	border-bottom:1px dotted #aaa;
}

#primary-menu .sub-menu li:last-child {
	border-bottom:none;
}

#primary-menu .sub-menu a {
  letter-spacing: 0;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  color: #222 !important;
  text-transform: none;
  background: none;
}

#primary-menu .sub-menu a:hover {
	background:#f6f6f6;
}

#primary-menu .sub-menu a:hover {
  color: #22afc6 !important;
}

/* Mobile Menu */
#mobile-menu-btn {
  padding: 0 5px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
	background: #222;
  height: 48px;
  display: table;
	border-bottom:none !important;
}

#mobile-menu-btn i {
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #fff;
}

#mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #222;
  padding: 0.75em 1.25em;
}

#mobile-menu #mobile-menu-ul {
  padding: 0;
  margin: 0;
}

#mobile-menu #mobile-menu-ul li {
  list-style: none;
}

#mobile-menu #mobile-menu-ul li i {
	margin-right:6px;
	color:#22afc6;
}

#mobile-menu #mobile-menu-ul li.active > a {
  color: #ffffff;
}

#mobile-menu #mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}

#mobile-menu #mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}

#mobile-menu #mobile-menu-ul .sub-ddown {
  position: relative;
}

#mobile-menu #mobile-menu-ul .sub-ddown:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e628";
}

#mobile-menu #mobile-menu-ul .sub-menu {
  display: none;
  padding-left: 20px;
}

#mobile-menu #mobile-menu-ul .sub-menu li {
  list-style: none;
}

#logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 48px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #2e2e2e;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

#logo-mobile-wrap #logo{
	width:240px !important;
  padding: 0;
}

#logo-mobile-wrap img.logo-img {
	width:240px;
  margin: 10px auto 0;
	padding-left:30px;
}

#logo-mobile-wrap a {
  border-bottom: none !important;
}

/* Sign Board */
#signboard {
	background-color:#f6f6f6;
	background-image:linear-gradient(
    #c4eefc 0%,
    #ffffff 100%
	);
}

#signboard .sb-inner {
	background:url(images/content_sb.png) no-repeat right bottom;
}

#signboard.mobile-signboard {
	margin-top:48px;
}

@media screen and (max-width: 1199px) {
	#signboard .sb-inner {
		background-size:600px;
	}
}

@media screen and (max-width: 991px) {
	#signboard .sb-inner {
		background:none;
	}
}


#signboard .pagetitle {
	color:#444;
	font-size:34px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:10px !important;
}

#signboard .pagetitle .pref-shikoku {
	color:#22afc6;
}

#signboard .pagetitle .pref-tokushima {
	color:#618bb5;
}

#signboard .pagetitle .pref-kagawa {
	color:#769e52;
}

#signboard .pagetitle .pref-ehime {
	color:#ed8526;
}

#signboard .pagetitle .pref-kochi {
	color:#c95757;
}

#signboard .pagetitle .count-num {
	font-size:18px;
	font-weight:normal;
	color:#555;
}

@media screen and (max-width: 767px) {
	#signboard .pagetitle {
		font-size:28px;
	}
}

#main {
  padding-top: 70px;
	padding-bottom: 40px;
  position: relative;
  background: #ffffff;
}

.home #main {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  #main,
	.home #main {
    margin-top: 0px;
    padding-top: 30px;
  }
}

#main,
#logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.mobile-menu-visible #main,
body.mobile-menu-visible #logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);

  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.mobile-menu-visible #mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*
========================================

Components

========================================
*/
/* Buttons */
.btn {
  border: none !important;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
}

.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}

.btn.btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #282e3c !important;
  background: #282e3c;
  color: #ffffff;
}

.btn-default {
	border:1px solid #ccc !important;
}

.btn-primary {
  background: #5fbfd6;
}

.btn-success {
  background: #88bf58;
}

.btn-danger {
  background: #e04527;
}

.btn-info {
  background: #6e9aaf;
}

.btn-warning {
  background: #ef9943;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #282e3c;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #7fdae9;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #a3d373;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #8ebccf;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background: #f8ac70;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #f65537;
}

.btn-chevron {
	position:relative;
	text-indent:-5px;
}

.btn-chevron:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
	right:0px;
  top: 50%;
  margin-top: -5px;
  content: "\e623";
}

.form-control {
  box-shadow: none !important;
  border: 1px solid #aaa !important;
	background: #fafafa !important;
}

.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
}

/* Footer */
#footer {
  padding: 2em 0;
  background-color: #f0fafc;
}

#footer .footer-nav {
	text-align:center;
	list-style:none;
	margin-bottom:40px;
}

#footer .footer-nav a {
	color:#888;
}

#footer .footer-nav a:hover,
#footer .footer-nav a:focus,
#footer .footer-nav a:active {
	color:#22afc6;
}

#footer .footer-nav li {
	display:inline-block;
	padding:0 15px;
	font-size:90%;
}

#footer-logo {
	margin:0 auto 1em;
	width:80%;
	max-width:340px;
}

#footer #copyright {
	font-size:80%;
	color:#999;
}

.pagetop {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:99999;
}

#return-top {
	display:block;
	float:right;
	margin:0 0px 15px 0 !important;
	padding:0 0 0 0;
	background:#6e9aaf;
	background-size:74px 74px;
	width:50px;
	height:50px;
	overflow:hidden;
	position:relative;
	opacity:0.8;
	border-radius:25px;
}

#return-top:after {
  font-family: 'icomoon';
	font-size:40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
	color:#fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
	left:50%;
  top: 50%;
  margin-top: -18px;
	margin-left:-20px;
  content: "\e62b";
}

#return-top span {
	display:none;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 2em 0;
  }
	#return-top {
		width:40px;
		height:40px;
	}
	#return-top:after {
		font-size:32px;
		margin-top:-14px;
		margin-left:-16px;
	}
}

/* Nav Links */
.nav-links ul {
  padding: 0;
  margin: 0;
}

.nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}

.nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #22afc6;
}

.to-animate {
  opacity: 0;
}
.lt-ie8 .to-animate {
  opacity: 1;
}

/*
========================================

Content

========================================
*/
#content {
	line-height:1.7;
}
#home-left-col a,
#content a {
	text-decoration:underline;
}
#content a.btn {
	text-decoration:none !important;
}

/*
========================================

Home

========================================
*/
.home-feature-ttl {
	font-size:30px;
	font-weight:bold;
}

.i-ttl {
	display:inline-block;
	width:40px;
	height:40px;
	background:url(images/i_ttl.png) no-repeat 0 0;
	background-size:50px;
	position:relative;
	top:6px !important;
}
.i-ttl.i-ttl-gourmet {
	background-position:0 -50px;
}
.i-ttl.i-ttl-event {
	background-position:0 -100px;
}
.i-ttl.i-ttl-news {
	background-position:0 -150px;
}
.i-ttl.i-ttl-search-c {
	background-position:0 -250px;
}
.i-ttl.i-ttl-gourmet-c {
	background-position:0 -300px;
}
.i-ttl.i-ttl-event-c {
	background-position:0 -350px;
}
.i-ttl.i-ttl-news-c {
	background-position:0 -400px;
}

#illust-nav {
	background:url(images/home_illust_bg.png) no-repeat center bottom;
	height:400px;
	padding-top:3.5em;
}

#illust-nav h2 {
	color:#4c4c4c !important;
	text-indent:-1em;
}

#illust-nav h2 i {
	top:6px;
}

#illust-nav .btn {
	font-size:28px;
	font-weight:bold;
	font-family: "Noto Sans Japanese bolder";
	width:80%;
	position:relative;
	text-indent:-5px;
	padding-top:10px;
	padding-bottom:12px;
	box-shadow:0 3px 0 rgba(64,64,64,.2);
	color:#fff !important;
}

#illust-nav .btn:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
	right:0px;
  top: 50%;
  margin-top: -12px;
  content: "\e623";
	opacity:.5;
}
#illust-nav .btn#btn-ehime {
	background:#ef9943;
}
#illust-nav .btn#btn-kochi {
	background:#c95757;
}
#illust-nav .btn#btn-tokushima {
	background:#618bb5;
}
#illust-nav .btn#btn-kagawa {
	background:#769e52;
}
#illust-nav .btn#btn-ehime:hover {
	background:#f4a660;
}
#illust-nav .btn#btn-kochi:hover {
	background:#d67070;
}
#illust-nav .btn#btn-tokushima:hover {
	background:#7aa3C4;
}
#illust-nav .btn#btn-kagawa:hover {
	background:#91b26f;
}

#feature-gourmet {
	overflow:hidden;
	padding-top:4em;
	padding-bottom:1em;
}

#feature-gourmet .home-feature-ttl {
	color:#769e52;
	text-indent:-1em;
}

#feature-gourmet .link-wrapper {
	margin-top:25px !important;
}

#feature-gourmet .link-wrapper span,
#feature-gourmet .link-wrapper i {
	color:#769e52;
}

.gourmet-search.link-wrapper select.form-control {
	width:auto;
	float:none;
	display:inline-block;
}

@media screen and (max-width: 767px) {
	.home-feature-ttl {
		font-size:24px;
		font-weight:bold;
	}
	#illust-nav {
		height:370px;
		padding-top:1.5em;
		background-size:960px;
	}
	#illust-nav h2,
	#feature-gourmet .home-feature-ttl {
		text-indent:0;
	}
	#illust-nav .btn {
		width:100%;
		font-size:24px;
	}
	#illust-nav .btn:after {
		margin-top:-9px;
	}
	#feature-gourmet {
		padding-top:1.5em;
	}
	.gourmet-search.link-wrapper select.form-control {
		margin-top:5px;
	}
}

/* Home Gourmet	list */
.carousel-box .groumet-box ul {
	display:none;
}
.groumet-box ul {
	padding:0;
	list-style:none;
}

.groumet-box ul li {
	padding:0;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:20px;
	min-height:180px;
	text-align:center;
	position:relative;
}

@media screen and (min-width: 1200px) {
	.groumet-box ul li {
		min-height:210px;
	}
}
@media screen and (min-width: 1800px) {
	.groumet-box ul li {
		min-height:235px;
	}
}

.groumet-box li p {
	width:100%;
	padding:6px 10px 6px 0;
	margin-bottom:0;
	font-size:15px !important;
	line-height:24px !important;
	height:36px;
	overflow:hidden;
	text-align:left;
}

.groumet-box ul li p a:before {
	position:relative;
	top:1px;
	left:-2px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e652";
	color:#769e52;
}

.nav-left-arrow,
.nav-right-arrow {
	position:absolute;
	top:30%;
	font-size:40px;
	cursor:pointer;
	color:#aaa;
}

.nav-left-arrow {
	left:-35px;
}

.nav-right-arrow {
	right:-35px;
}

#home-left-col {
	padding-right:30px;
}

@media screen and (max-width: 1199px) {
	#home-left-col  {
		padding-right:15px;
	}
}

#feature-event {
	margin-bottom:3em;
}

#feature-news {
	margin-bottom:3em;
}

.recent-list {
	padding-left:0;
}

.recent-list li {
	list-style:none;
	border-top:1px dashed #999;
	padding:0.6em 0;
}

.recent-list li .thumb {
	float:right;
	max-width:70px;
	max-height:70px;
	margin-bottom:0;
	margin-left:15px;
}

.recent-list li h3 {
	font-size:18px;
	font-weight:bold;
	margin:4px 0 8px;
	overflow:hidden;
}
.recent-list li h3 a {
  text-decoration: none !important;
}

.recent-list li h3 .date {
	display:inline-block;
	padding-left:1em;
	font-size:0.8em;
	color:#999;
}

.recent-list li p,
.recent-list li dl {
	margin-bottom:0;
	overflow:hidden;
}

.recent-list li dl dt,
.recent-list li dl dd{
	float:left;
}

.recent-list li dl dd {
	padding-right:1.5em;
}

#feature-event .home-feature-ttl,
#feature-event .link-wrapper a {
	color:#ce5f5f;
}

#feature-news .home-feature-ttl,
#feature-news .link-wrapper a {
	color:#53b2b7;
}

/*
========================================

Entry

========================================
*/

.entry-ttl {
	position: relative;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:1em;
	padding: 0.5em 0.5em 0.7em 1.7em;
	border-bottom: 2px solid #22afc6;
	letter-spacing:0px;
	line-height:1.3;
}

.entry-ttl:before{
    content: "";
    position: absolute;
    background: #88cfdf;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.entry-ttl:after{
    content: "";
    position: absolute;
    background:#22afc6;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.entry-ttl a {
	text-decoration:none !important;
}

.entry-excerpt p,
.entry-content p {
	text-align: justify;
}

.archive-bottom,
.entry-bottom {
	text-align:center;
	border-top:1px dotted #999;
	padding-top:2em;
}

/*
========================================

Individual

========================================
*/
/* Common */

.link-wrapper {
	background:#f8f8f8;
	text-align:center;
	padding:12px 2px;
	background-image: linear-gradient(
    -45deg,
    #f8f8f8 25%,
    #f3f3f3 25%, #f3f3f3 50%,
    #f8f8f8 50%, #f8f8f8 75%,
    #f3f3f3 75%, #f3f3f3
  );
	background-size: 30px 30px;
}

.link-wrapper a {
	text-decoration:none !important;
}

.link-wrapper a:hover {
	text-decoration:underline !important;
}

.small-ttl {
	font-size:1.15em;
	line-height:1.4;
	position:relative;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(246,246,246) 98%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(246,246,246) 98%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(246,246,246) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border:1px solid #ccc;
	padding:0.4em 0.6em 0.4em 1.4em;
	border-radius:4px;
}

.small-ttl::after {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	content: '';
	width: 6px;
	height:1.3em;
	background-color: #22afc6;
}

.i-search {
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:2px;
	background:url(images/i_search.png) no-repeat 0 0;
	background-size:22px;
	position:relative;
	top:2px;
}

/* Table */
table {
	border-collapse:collapse;
	margin-bottom:20px;
}

table th,
table td {
	border:1px solid #ddd;
	padding: 3px 1em;
}

table th {
	text-align:center;
}

/* Pagination */
.paging {
	text-align:center;
	margin-bottom:50px;
}

.pagination {
	margin-top:0;
}

.pagination > li > a,
.pagination > li > span {
	color:#22afc6;
	border-color:#ccc;
	text-decoration:none !important;
}

.pagination .current,
.pagination > li > a:hover {
	background:#eee;
	color:#999 !important;
}

/* Single Navigation */
.single-navigation {
	padding-bottom:40px;
}

.nav-previous,
.nav-next {
	width: 46%;
	line-height:1.4em;
	position:relative;
}

.nav-previous {
	float: right;
	padding-right:24px;
	text-align:right;
}

.nav-next {
	float: left;
	padding-left:24px;
	text-align:left
}

.nav-previous i,
.nav-next i {
	position:absolute;
}

.nav-previous i {
	right:-5px;
	top:5px;
}

.nav-next i {
	left:0px;
	top:5px;
}

/* Slider */

#slider {
	display:none;
	position: relative;
	overflow:hidden;
	padding:0 0 1px !important;
}

#slider .photo-list {
	padding-left:0px ;
	list-style:none;
	margin:0 !important;
}

#slider ul.photo-list li {
	margin:0 !important;
	padding: 0 1px 0 2px;
	position:relative;
}

#slider ul.photo-list li a:hover img {
	opacity:1;
}

#slider ul.photo-list li .caption-txt {
	display:inline-block;
	position:absolute;
	bottom:24px;
	left:30px;
}

#slider ul.photo-list li .caption-txt.white,
#slider ul.photo-list li a .caption-txt.white { color:#fff; text-shadow:0px 1px 1px rgba(0,0,0,.9); }
#slider ul.photo-list li .caption-txt.black,
#slider ul.photo-list li a .caption-txt.black { color:#333; text-shadow:0px 1px 1px rgba(255,255,255,.9); }

#slider ul.photo-list li .pref-btn {
	position:absolute;
	bottom:25px;
	right:25px;
	width:281px;
}

/* 20160216 追加 */
.owl-theme .owl-controls .owl-nav .prev,
.owl-theme .owl-controls .owl-nav .next {
	display:inline-block;
	width:40px;
	height:40px;
  position: absolute;
  top: 50%;
  margin: -22px 0 0;
  padding: 0 20px;
	background:#6e9aaf;
	border-radius:2px;
}
.owl-theme .owl-controls .owl-nav .prev:hover ,
.owl-theme .owl-controls .owl-nav .next:hover {
  background: #8ebccf;
}
.owl-theme .owl-controls .owl-nav .prev span.nav-left-arrow,
.owl-theme .owl-controls .owl-nav .next span.nav-right-arrow {
	position:absolute;
	top:6px;
	left:5px;
  font-size: 30px !important;
	color:#fff;
}
.owl-theme .owl-controls .owl-nav .next span.nav-right-arrow {
	left:auto;
	right:5px;
}
#slider .prev {
  left: -50px;
}

#slider .next {
  right: -50px;
}

.dots-btn {
	position:absolute;
	bottom:-10px;
	display: block !important;
	width:100%;
	text-align: center;
}

.dots-btn a,
.dots-btn .owl-dot {
	margin: 0 7px;
	width: 12px;
	height: 12px;
	border-radius:50%;
	display: inline-block;
	background: #dfe8d8;
}

.dots-btn a.selected,
.dots-btn .active {
	background: #769e52;
}

.dots-btn a span {
	display: none;
}
/* End 20160216 追加・変更 */


#slider.mobile-slider {
	margin-top:45px;
}


@media screen and (max-width: 767px) {
	#slider ul.photo-list li {
		padding:0;
	}
	#slider ul.photo-list li .caption-txt {
		left:auto;
		right:10px;
		bottom:8px;
	}
}

/* Sidebar */
#sidebar .well {
	border-color:#eee;
}

#sidebar .section-heading {
	border-bottom:2px solid #22afc6;
	padding-bottom:0.5em;
	margin-bottom:5px;
	text-indent:-6px;
}

.cat-nav li {
	padding:8px 0px 10px 1px !important;
	margin-bottom:0 !important;
	border-bottom:1px solid #ddd;
	color:#888;
}

.cat-nav li a {
	font-size:17px;
	border-bottom:none !important;
}

.cat-nav li.active a,
.cat-nav li a:hover,
.cat-nav li a:focus,
.cat-nav li a:active {
	color: #22afc6 !important;
}

.side-sub-ttl {
	text-align:center;
	padding:3px 0;
	background:#e2f2f8;
	border-bottom:2px solid #22afc6;
}

/* RS List */
.rs-list-box {
	position:relative;
	padding-bottom:15px;
	margin-bottom:1.em;
}

.rs-list-box h2 a {
	color:#444;
	padding-right:95px;
}

.logo-icon {
	width:30px;
	height:30px;
	float:left;
	margin-right:8px;
	position:relative;
	top:4px;
}
.root-icon {
	position:absolute;
	top:5px;
	right:0px;
}
.root-icon .i-root {
	float:left;
	font-size:14px;
	line-height:1;
	padding-top:9px;
	margin-left:6px;
	text-align:center;
	color:#fff;
	display:inline-block;
	width:43px;
	height:38px;
	background:url(images/i_root.png) no-repeat;
	background-size:43px 100px;
}
.root-icon .i-root.i-root-p {
	background-position:0 -51px;
	padding-top:10px;
}
.btn-wrapper .btn {
	padding-right: 2px;
	padding-left: 10px;
}
.rs-list-box .btn-wrapper {
	margin-bottom: 12px;
}
.rs-list-box .btn-wrapper .btn {
	display:block;
	margin-bottom: 5px;
	margin-right: 0;
}
.btn-sns {
  padding: 7px 15px 7px 11px !important;
  font-size: 0.8em;
  letter-spacing: 0px;
  width: auto;
  color: #fff !important;
  border-radius: 1.375em;
}
.btn-sns:hover {
  opacity: 0.7;
}
.btn-sns svg {
  width: 1.125em;
  height: 1.125em;
  position: relative;
  top: 2px;
  margin-right: 5px;
  fill: #ffffff !important;
}
.btn-sns.btn-x {
  background: #222;
}
.btn-sns.btn-fb {
  background: #4267b2;
}
.btn-sns.btn-insta {
  background: url(images/bg_insta.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.btn-wrapper.link-btn-wrapper .btn {
  margin: 0 8px 12px 0;
}
@media screen and (min-width: 1200px) {
  .btn-wrapper.link-btn-wrapper .btn {
    margin: 0 6px 10px 0;
  }
  .btn-wrapper.link-btn-wrapper .btn.btn-sns {
    margin: 0 2px 10px 0 !important;
  }
  .btn-sns {
    padding: 7px 18px 7px 15px !important;
  }
}
@media screen and (max-width: 767px) {
	.logo-icon {display:none;}
	.root-icon {
		top:0px;
		right:0px;
	}
}
@media screen and (max-width: 480px) {
	.rs-list-box h2 a {
		padding-right:0;
	}
	.root-icon {
		position:relative;
		padding-bottom:15px !important;
	}
	.root-icon .i-root {
		margin-left:0;
		margin-right:6px;
	}
}

table.rs-list-tbl {
	width:100%;
}

table.rs-list-tbl th,
table.rs-list-tbl td {
	vertical-align:top;
	padding:8px 5px 8px 10px;
	border:none;
}

table.rs-list-tbl th {
	width:5.5em;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.9;
	text-align:left;
	color:#333;
}

.link-wrapper .inner {
	padding:10px;
}


@media screen and (max-width: 1191px) {
	.rs-list-box { padding-bottom:40px;}
}

@media screen and (min-width: 1200px) {
	.rs-list-box .gourmet-photo-wrap div:nth-of-type(n+3) {
		display:none;
	}
}
@media screen and (max-width: 1199px) {
	.rs-list-box .gourmet-photo-wrap div:nth-child( 3n+1 ) {
		clear:left;
	}
}
@media screen and (max-width: 480px) {
	.rs-list-box .gourmet-photo-wrap div:nth-child( 3n+1 ) {
		clear:none;
	}
	.rs-list-box .gourmet-photo-wrap div:nth-child( 2n+1 ) {
		clear:left;
	}
}

/* RS Single */
.rs-box {
	margin-bottom:1em;
	position:relative;
}

.rs-name  {
	position: relative;
	padding-right:40px;
	padding-bottom: .6em;
	border-bottom: 4px solid #ddd;
}

.rs-name:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #22afc6;
}

.rs-name a {
	text-decoration:none !important;
}

.rs-name a:hover, .rs-name a:focus, .rs-name a:active {
  color:#22afc6;
}
ul.rs-sup-list {
	margin-bottom:18px;
}
ul.rs-sup-list li {
	margin-bottom:8px;
}
ul.rs-sup-list li label {
	font-size:13px;
	padding:0px 0.5em;
	margin:0 0.5em 0 0;
	border-radius:3px;
	background:#0a61ae;
	color:#fff;
	float:left;
}
ul.rs-sup-list li p {
	overflow:hidden;
	margin-bottom:0;
	padding-top:3px;
	font-size:0.9375em;
	line-height:1.3;
}
table.rs-detail-tbl {
	border-top:1px solid #ddd;
	width:100%;
}
table.rs-detail-tbl th,
table.rs-detail-tbl td {
	padding:12px 0 12px 0px;
	border:none;
	border-bottom:1px solid #ddd;
}
table.rs-detail-tbl th {
	width:10em;
	padding-right:20px;
}
table.rs-detail-tbl th span {
	display:block;
	text-align:center;
	background:#d1f0f5;
	color:#333;
	font-size:14px;
	border-radius:3px;
}
table.rs-detail-tbl td dl {
	margin-bottom:0;
}
@media screen and (max-width: 767px) {
	table.rs-detail-tbl{
		border-top:none;
	}
	table.rs-detail-tbl th,
	table.rs-detail-tbl td {
		display:block;
		width:100% !important;
	}
	table.rs-detail-tbl th {
		padding:5px 0 0 ;
		border-bottom:none;
	}
	table.rs-detail-tbl td {
		padding-top:8px;
		padding-bottom:15px;
		border-bottom:none;
	}
}

.btn-map {
	padding:0 0.2em 1px 0.3em;
	margin-top:3px;
}

#mapcanvas {
	width:100%;
	height:500px;
}
#mapcanvas iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
}

@media screen and (max-width: 767px) {
	#mapcanvas {
		height:400px;
	}
}

@media screen and (max-width: 480px) {
	#mapcanvas {
		height:300px;
	}
}

/* Gourmet List */

.gourmet-list-box .item-box {
	text-align:center;
	margin-bottom:20px;
}

.gourmet-list-box .item-box img {
	display:block;
	margin-bottom:5px;
}

.gourmet-list-box h3 {
	font-size:1em;
	margin-bottom:6px;
}

.gourmet-list-box .item-meta {
	font-size:0.93em;
	line-height:1.4 !important;
	margin-bottom:0;
}

.pref-icon {
	display:inline-block;
	margin-top:5px;
	padding:1px 6px 3px 9px;
	border-radius:4px;;
	background-color:#444;
	color:#fff;
	font-size:13px;
	letter-spacing:4px;
}

.pref-icon.pref-tokushima {
	background-color:#618bb5;
}

.pref-icon.pref-kagawa {
	background-color:#769e52;
}

.pref-icon.pref-ehime {
	background-color:#ed8526;
}

.pref-icon.pref-kochi {
	background-color:#c95757;
}

.food-name .pref-icon {
	position:relative;
	top:5px;
}

/* Event */
.event-excerpt dl {
	margin-bottom:3px;
}

.event-entry dl {
	margin-bottom:15px;
}

.event-excerpt dl dt,
.event-entry dl dt {
	float:left;
	clear:both;
	width:6em;
}

.event-excerpt dl dd,
.event-entry dl dd {
	float:left;
	padding-bottom:5px;
}

.event-excerpt p {
	margin-bottom:12px;
}

.event-entry .post-thumb {
	width:300px;
	padding-bottom:10px;
}

/* News */
.entry-ttl .date {
	display:block;
	font-size:0.8em;
	font-weight:bold;
	color:#999;
	position:relative;
	top:-5px;
}

/* 運営団体 */
table.info-tbl th {
	background:#f6f6f6;
	white-space:nowrap;
	text-align:left;
}

@media screen and (max-width: 767px) {
	table.info-tbl th,
	table.info-tbl td {
		display:block;
		width:100% !important;
		border-width:0 !important;
	}
}

/* Contact Form */
.form-wrapper {
	background:#f9f6f0;
	padding:30px 25px 10px;
	border-radius:10px;
}

@media screen and (max-width: 767px) {
	.form-wrapper {
		padding:20px 15px 10px;
	}
}

.form-wrapper p {
	margin:0 !important;
}

.form-wrapper hr {
  border-top: 1px dotted #999;
}

.form-wrapper .form-group {
	border-bottom:1px solid #fff;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}

.required-label {
	display:inline-block;
	background:#e02745;
	color:#fff;
	font-size:12px;
	line-height:1;
	padding:3px .6em;
	margin-left:.3em;
	border-radius:10px;
}

.form-group .control-label {
	text-align:left;
	padding-top:0.2em !important;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea,
.form-group select {
	background:#fff !important;
}

.form-group .example {
	color:#444;
	font-size:0.9em;
	line-height:1.3;
	display:inline-block;
	padding:10px 0 !important;
}

.form-group .wpcf7-list-item-label {
	color:#666 !important;
	font-weight:normal !important;
}

.form-wrapper input[type="submit"] {
	width:40% !important;
	min-width:200px;
	background:#5fbfd6;
	border:1px solid #5fbfd6;
	color:#fff;
	padding:6px 0 ;
	border-radius:8px;
	font-size:20px !important;
	font-weight:bold;
	letter-spacing:1px;
}

.form-wrapper input[type="submit"]:hover {
	background:#7fdfef;
	border-color:#7fdfef;
}

@media screen and (max-width: 767px) {
	.form-group input[type="submit"] {
		font-size:16px !important;
	}
}

.wpcf7 .form-group .wpcf7-not-valid {
    background: #ffe9e9 !important;
}

.wpcf7 .wpcf7-response-output {
    padding: 8px 1em 8px;
    border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #000;
	font-weight:bold;
	font-size:18px;
	background-color: #fff;
	border: 3px solid #f00;
}

.wpcf7 .wpcf7-mail-sent-ok {
	font-weight:bold;
	font-size:18px;
	background-color: #fff;
	border-width:3px;
}

/* 関連リンク */
ul.links-list {
	padding-left:0;
	margin-bottom:3em;
	list-style:none;
}

ul.links-list li {
	margin-bottom:15px;
}

ul.links-list li .thumb {
	max-width:200px;
	margin-bottom:8px;
}

ul.links-list li h3 {
	font-weight:bold;
	margin-bottom:0;
}

ul.links-list p {
	margin-bottom:0;
}

@media screen and (max-width: 767px) {
	ul.links-list li .link-exp {
		border-bottom:1px solid #ddd;
		padding-bottom:15px;
	}
	ul.links-list li .thumb,
	ul.links-list li h3 {
		max-width:none;
		text-align:center;
	}
	ul.links-list li .thumb img	{
		max-width:200px;
	}
}

/* 施設アイコン */
[class^="mark-"], [class*=" mark-"] {
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:3px;
	margin-bottom:1px;
	background-color:#0a61ae;
	background-image:url(images/facility_mark.png);
	background-size:500px 200px;
	border-radius:3px;
}

#facility-mark .disable {
	background-color:#aaa !important;
}

.mark-restaurant		{ background-position:-50px 0; }
.mark-cafe			 		{ background-position:-100px 0; }
.mark-museam		 		{ background-position:-150px 0; }
.mark-park			 		{ background-position:-200px 0; }
.mark-lookout		 		{ background-position:-250px 0; }
.mark-experience 		{ background-position:-300px 0; }
.mark-marina		 		{ background-position:-350px 0; }
.mark-cycling		 		{ background-position:-400px 0; }
.mark-canoe			 		{ background-position:-450px 0; }
.mark-sport			 		{ background-position:0px -50px; }
.mark-lodge			 		{ background-position:-50px -50px; }
.mark-camp			 		{ background-position:-100px -50px; }
.mark-bath			 		{ background-position:-150px -50px; }
.mark-shower		 		{ background-position:-200px -50px; }
.mark-footbath	 		{ background-position:-250px -50px; }
.mark-ev				 		{ background-position:-300px -50px; }
.mark-rest			 		{ background-position:-350px -50px; }
.mark-info			 		{ background-position:-400px -50px; }
.mark-phone			 		{ background-position:-450px -50px; }
.mark-fax				 		{ background-position:0px -100px; }
.mark-post			 		{ background-position:-50px -100px; }
.mark-aed				 		{ background-position:-100px -100px; }
.mark-wifi			 		{ background-position:-150px -100px; }
.mark-wash			 		{ background-position:-200px -100px; }
.mark-wel-wc		 		{ background-position:-250px -100px; }
.mark-wel-osto	 		{ background-position:-300px -100px; }
.mark-wel-baby	 		{ background-position:-350px -100px; }
.mark-wel-diapers		{ background-position:-400px -100px; }
.mark-wel-nurse	 		{ background-position:-450px -100px; }
.mark-wel-milk	 		{ background-position:0px -150px; }
.mark-wel-babycar		{ background-position:-50px -150px; }
.mark-wel-parking		{ background-position:-100px -150px; }

#facility-mark a {
	display:block;
	float:left;
	margin:0 !important;
	padding:0 !important;
	border-bottom:0 !important;
	cursor:pointer;
}

#mark-exp [class^="mark-"],
#mark-exp [class*=" mark-"] {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}

.exp-mark {
	clear:both;
	padding-left:3px;
}

/* 2016.03.11 ando@fliplogic */
.sub-pic {
	margin: 0 0 5px 0;
}
	.sub-pic .sub-pic-inner {
		text-align: center;
		height: 40px;
		width: 60px;
		display: inline-block;
		overflow: hidden;
		background: #eee;
		margin: 0 10px 5px 0;
	}
	.sub-pic img {
	}

/* chrome bugfix */
::-webkit-selection {
  color: #000;
}

::-moz-selection {
  color: #000;
}

::selection {
  color: #000;
}
