@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
/*
Theme Name: Akechi
*/
@-ms-viewport
{
	width: auto !important;
	initial-scale: 1;
}
@viewport
{
	width: device-width;
	initial-scale: 1;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	-ms-overflow-style: auto;
}
body {
  background: #fdfdfd url("images/bg_pattern.png") repeat left top;
  font-family: Meiryo, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", 'MS PGothic', sans-serif;
  font-weight: 500;
  color: #000;
}
.o-sans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
a:hover, a:active, a:focus {
  outline: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a img {
  border: 0;
	transition: 0.3s;
}
a:hover img {
	opacity: 0.9;
}
iframe {
  text-align: center;
}
.cbox {
  zoom: 1;
}
.cbox:after {
  content: ".";
  display: block;
  height: 0px;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 2em;
}
.aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.left-box {
  float: left;
}
.right-box {
  float: right;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.mb2 {
  margin: 0 0 2em;
}
strong {
  font-weight: bold;
}
.flex-box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2em;
}
.flex-box2 .flex-item {
  width: 48%;
}
.flex-box2 .flex-item-auto {
	width: auto;
}
.flex-box2 .flex1 {
	flex: 1;
	margin: 0 1em 0 0;
}
.flex-box2 .flex3 {
	flex: 3;
}
.edit-link, .entry-footer, .post-navigation, .skip-link, .site-description, .byline, .page-title, .menu-scroll-down, .home .entry-title, .screen-reader-text {
  display: none;
}
.dropdown-toggle,
.dropdown-toggle svg,
.search-submit,
.search-submit svg {
	display: none;
}
.no-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.btn-default a {
  display: inline-block;
  padding: 0.8em 1.5em;
  color: #fff;
  text-decoration: none;
  background-color: #236139;
  border: 1px solid #236139;
  border-radius: 5px;
  transition: 0.3s;
}
.btn-default a:hover {
  background-color: transparent;
  color: #236139;
}
/*HEADER*/
.site-header {
	background-color: #fff;
}
.site-branding {
  /*padding: 20px 0;*/
}
.site-branding .wrap {
  display: flex;
  width: 1000px;
	background-color: #fff;
  margin: 0 auto;
	padding: 20px 30px;
}
.site-branding-text {
  width: 300px;
  margin: 0 auto 0 0;
}
.site-branding .head-link-btn {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.site-branding .head-link-btn li:first-child {
	margin: 0;
}
.site-branding .head-link-btn li {
  margin: 0 0 0 1.5em;
}
.icon-bestrate {
  width: 226px;
}
/*NAV*/
.navigation-top {
  text-align: center;
  background-color: #236139;
}
.navigation-akechi {
  background-color: #ef7f26;
}
.navigation-shinsaiji {
  background-color: #0092d7;
}
.navigation-kashio {
  background-color: #9b4998;
}
.navigation-hirukawa {
  background-color: #3db145;
}
.navigation-shokawa {
  background-color: #e83e2f;
}
.navigation-top .wrap {
  width: 1000px;
  margin: 0 auto;
}
.navigation-top ul {
  display: inline-flex;
  justify-content: space-between;
}
.navigation-top li {
  /*flex: 1;
  text-align: center;*/
  display: flex;
  width: auto;
}
.navigation-top li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 1em 1.55em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	position: relative;
  transition: 0.3s cubic-bezier(.25, .46, .45, .94);
}
.navigation-top li a:hover {
	background-color: #555;
}
.navigation-top li.current-menu-item a,
.navigation-top li.current_page_item a {
  background-color: #3e3e3e;
}
.navigation-top li a:hover:after,
.navigation-top li.current-menu-item a:after,
.navigation-top li.current_page_item a:after {
	content: "";
  border: 5px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
#nav-drawer {
  display: none;
}
/*FLOAT*/
.navigation-float {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	z-index: 20;
}
.navigation-float li {
  margin: 0 0 3px;
}
.navigation-float li a {
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 120px;
  background-size: 50px 120px;
}
.tab-akechi a {
  background: url("images/tab_akechi.png") no-repeat right top;
}
.tab-shinsaiji a {
  background: url("images/tab_shinsaiji.png") no-repeat right top;
}
.tab-kashio a {
  background: url("images/tab_kashio.png") no-repeat right top;
}
.tab-hirukawa a {
  background: url("images/tab_hirukawa.png") no-repeat right top;
}
.tab-shokawa a {
  background: url("images/tab_shokawa.png") no-repeat right top;
}
/*SLIDER*/
.slider-box {
  margin: 0 0 2em;
  overflow: hidden;
}
.sp-slides-container {
  margin: 0;
}
.slider-pro img.sp-thumbnail {
  width: 100% !important;
  height: auto !important;
}
.sp-thumbnails {
  display: flex;
  justify-content: space-between;
}
.sp-bottom-thumbnails .sp-thumbnail-container {
  float: none !important;
  flex: 1;
  margin: 0 2px 0 0 !important;
}
.sp-bottom-thumbnails .sp-thumbnail-container:last-of-type {
  margin: 0 !important;
}
.sp-selected-thumbnail {
  /*border: 4px solid #ef7f26;*/
  outline: 4px solid #ef7f26;
  outline-offset: -4px;
}
/*CONTENT*/
.head-image {
  width: 1000px;
  min-height: 390px;
  margin: 0 auto;
	padding: 30px 30px 0;
	background-color: #fff;
}
.content-wrap {
  width: 1000px;
	background-color: #fff;
  margin: 0 auto;
  padding: 30px 30px 60px;
  display: flex;
  justify-content: space-between;
}
.contents-inner {
  width: 1000px;
  margin: 0 auto;
}
.content-area {
  min-height: 650px;
}
#primary {
  width: 770px;
  flex: 1;
  order: 2;
}
.page-group .panel-content {
  margin: 0 0 2em;
}
.entry-header {
  margin: 0 0 2em;
}
/*.entry-content {
	padding: 0 0 2em;
}*/
.entry-title {
  font-size: 150%;
  border-top: 3px solid #236139;
	border-bottom: 2px solid #e2e2e2;
	background-color: #fff;
  margin: 0 0 1em;
  padding: 0.5em 0.4em;
	position: relative;
}
.page-akechi .entry-title,
.page-akechi-calendar .entry-title,
.page-akechi-compe .entry-title {
	border-top: 3px solid #ef7f26;
}
.page-shinsaiji .entry-title,
.page-shinsaiji-calendar .entry-title,
.page-shinsaiji-compe .entry-title {
	border-top: 3px solid #0092d7;
}
.page-kashio .entry-title,
.page-kashio-calendar .entry-title,
.page-kashio-compe .entry-title {
	border-top: 3px solid #9b4998;
}
.page-hirukawa .entry-title,
.page-hirukawa-calendar .entry-title,
.page-hirukawa-compe .entry-title {
	border-top: 3px solid #3db145;
}
.page-shokawa .entry-title,
.page-shokawa-calendar .entry-title,
.page-shokawa-compe .entry-title {
	border-top: 3px solid #e83e2f;
}
.entry-title .entry-title-link {
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(0,-50%);
	font-size: 80%;
}
.entry-title .entry-title-link a {
	text-decoration: none;
	color: #000;
}
.entry-title .entry-title-link a:before {
	display: inline-block;
	content: "\f0da";
	font-family: FontAwesome;
	margin: 0 0.5em 0 0;
}
.entry-subtitle {
  font-size: 130%;
  border-bottom: 2px solid #ecebeb;
  margin: 1em 0 1em;
  padding: 0.5em 0.4em;
	position: relative;
}
.entry-subtitle:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 120px;
	border-bottom: 2px solid #236139;
}
.page-akechi .entry-subtitle:after,
.page-akechi-calendar .entry-subtitle:after,
.page-akechi-compe .entry-subtitle:after {
	border-bottom: 2px solid #ef7f26;
}
.page-shinsaiji .entry-subtitle:after,
.page-shinsaiji-calendar .entry-subtitle:after,
.page-shinsaiji-compe .entry-subtitle:after {
	border-bottom: 2px solid #0092d7;
}
.page-kashio .entry-subtitle:after,
.page-kashio-calendar .entry-subtitle:after,
.page-kashio-compe .entry-subtitle:after {
	border-bottom: 2px solid #9b4998;
}
.page-hirukawa .entry-subtitle:after,
.page-hirukawa-calendar .entry-subtitle:after,
.page-hirukawa-compe .entry-subtitle:after {
	border-bottom: 2px solid #3db145;
}
.page-shokawa .entry-subtitle:after,
.page-shokawa-calendar .entry-subtitle:after,
.page-shokawa-compe .entry-subtitle:after {
	border-bottom: 2px solid #e83e2f;
}
.entry-extratitle {
  font-size: 120%;
  border-bottom: 1px solid #ecebeb;
  margin: 0 0 1em;
  padding: 0.5em 0.4em;
}
.entry-meta {
  text-align: right;
	color: #555;
}
.entry-content p {
  font-size: 100%;
	line-height: 1.6;
  margin: 0 0 2em;
}
.entry-summary {
	padding: 0 0 2em;
}
.basic-box {
	margin: 0 0 2em;
	padding: 2em;
	border: 1px solid #eee;
	background-color: #fafafa;
}
.top-open-time dl {
  display: flex;
  margin: 0 0 0.5em;
}
.top-open-time dt {
  width: 10em;
}
.top-open-time dd {
  flex: 1;
}
.table-scroll {
	margin: 0 0 2em;
}
.basic-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fafafa;
	border: 1px solid #eee;
	margin: 0 0 1em;
	padding: 0.5em;
}
.basic-table th,
.basic-table td {
	border: 1px solid #eee;
	padding: 0.6em 0.8em;
}
.basic-table th {
	text-align: left;
}
.basic-table td {
	background-color: #fff;
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.nav-links {
	clear: both;
}
.pagination span, .pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #236139;
  border: 1px solid #236139;
}
.pagination a:hover {
  color: #236139;
  background: #fff;
}
.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #fff;
  color: #236139;
}
/*FRONT*/
.section-top-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2em;
}
.section-search-box {
	width: 290px;
}
.section-plan-box {
	width: 460px;
}
.plan-akechi-widget .plan-akechi-title {
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 1em;
}
#wp2_searchbox_rsp_top,
#wp2_searchbox_rsp_top_m {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 1em;
}
#page_search .block_search-form .inner {
	padding: 0 !important;
}
#page_search .block_search-form .inner .form_day {
	width: auto;
	float: none;
}
#page_search .block_search-form .inner .form_day h4, #page_search .block_search-form .inner .form_area h4, #page_search .block_search-form .inner .form_time h4, #page_search .block_search-form .inner .form_style h4, #page_search .block_search-form .inner .form_ponta_style h4, #page_search .block_search-form .inner .form_price h4, #page_search .block_search-form .inner .form_weekend h4, #page_search .block_search-form .inner .form_weekday h4, #page_search .block_search-form .inner .form_planname h4 {
	width: auto !important;
	height: auto !important;
	float: none !important;
	border-left: 4px solid #f1890f !important;
	font-weight: normal !important;
	margin: 0 0 0.7em !important;
	padding: 0 0 0 0.5em !important;
}
#page_search .block_search-form .inner .form_day, #page_search .block_search-form .inner .form_area, #page_search .block_search-form .inner .form_time, #page_search .block_search-form .inner .form_style, #page_search .block_search-form .inner .form_ponta_style, #page_search .block_search-form .inner .form_price, #page_search .block_search-form .inner .form_weekend, #page_search .block_search-form .inner .form_weekday, #page_search .block_search-form .inner .form_planname {
  width: auto !important;
  float: none !important;
  margin: 10px 0px 0px 0px !important;
  display: block !important;
  overflow: inherit !important;
  padding-bottom: 10px !important;
}
#searchbox_parts .form_area select, #searchbox_parts .form_time select {
  width: 100% !important;
  box-sizing: border-box !important;
}
#page_search .block_search-form .inner .form_style,
#page_search .block_search-form .inner .form_price,
#page_search .block_search-form .inner .form_weekend,
#page_search .block_search-form .inner .form_weekday,
#page_search .block_search-form .inner .form_planname,
#page_search .block_search-form .inner .form_ponta_style {
	display: none !important;
}
#page_search .block_search-form .inner .form_btn a {
	display: block;
	text-decoration: none;
	background-color: #3e3e3e;
	border: 1px solid #3e3e3e;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	transition: 0.3s;
	position: relative;
}
#page_search .block_search-form .inner .form_btn a:hover {
  background-color: transparent;
  color: #3e3e3e;
}
#page_search .block_search-form .inner .form_btn a::after {
  content: "検索する";
}
#page_search .block_search-form .inner .form_btn a img {
	display: none;
}
.display-plan-box {
	border: 1px solid #e0e0e0;
}
.display-plan-box .topnew {
	margin: 0;
	padding: 1em;
}
.display-plan-box .topnew:last-child {
	border: none;
}
/*SEARCH*/
.page-plansearch #page_search .block_search-form .inner .form_style,
.page-plansearch #page_search .block_search-form .inner .form_price,
.page-plansearch #page_search .block_search-form .inner .form_weekend,
.page-plansearch #page_search .block_search-form .inner .form_weekday,
.page-plansearch #page_search .block_search-form .inner .form_planname,
.page-compepack #page_search .block_search-form .inner .form_style,
.page-compepack #page_search .block_search-form .inner .form_price,
.page-compepack #page_search .block_search-form .inner .form_weekend,
.page-compepack #page_search .block_search-form .inner .form_weekday,
.page-compepack #page_search .block_search-form .inner .form_planname,
.page-hayawari #page_search .block_search-form .inner .form_style,
.page-hayawari #page_search .block_search-form .inner .form_price,
.page-hayawari #page_search .block_search-form .inner .form_weekend,
.page-hayawari #page_search .block_search-form .inner .form_weekday,
.page-hayawari #page_search .block_search-form .inner .form_planname,
.page-chouchokuzen #page_search .block_search-form .inner .form_style,
.page-chouchokuzen #page_search .block_search-form .inner .form_price,
.page-chouchokuzen #page_search .block_search-form .inner .form_weekend,
.page-chouchokuzen #page_search .block_search-form .inner .form_weekday,
.page-chouchokuzen #page_search .block_search-form .inner .form_planname,
.page-opencompe #page_search .block_search-form .inner .form_style,
.page-opencompe #page_search .block_search-form .inner .form_price,
.page-opencompe #page_search .block_search-form .inner .form_weekend,
.page-opencompe #page_search .block_search-form .inner .form_weekday,
.page-opencompe #page_search .block_search-form .inner .form_planname {
	display: block !important;
}

.page-plansearch #page_search .block_search-form,
.page-compepack #page_search .block_search-form,
.page-hayawari #page_search .block_search-form,
.page-chouchokuzen #page_search .block_search-form,
.page-opencompe #page_search .block_search-form {
	width: auto !important;
	padding: 10px !important;
}
.page-plansearch #page_search .block_search-form .inner,
.page-compepack #page_search .block_search-form .inner,
.page-hayawari #page_search .block_search-form .inner,
.page-chouchokuzen #page_search .block_search-form .inner,
.page-opencompe #page_search .block_search-form .inner {
	width: auto !important;
	margin: 0 !important;
	padding: 10px !important;
}

.page-plansearch #page_search .block_search-form .inner h1,
.page-compepack #page_search .block_search-form .inner h1,
.page-hayawari #page_search .block_search-form .inner h1,
.page-chouchokuzen #page_search .block_search-form .inner h1,
.page-opencompe #page_search .block_search-form .inner h1{
	background: none !important;
	background-color: #ef7f26 !important;
	width: auto !important;
	height: auto !important;
	padding: 0.4em 1em !important;
}
.page-plansearch #searchbox_parts .form_left,
.page-compepack #searchbox_parts .form_left,
.page-hayawari #searchbox_parts .form_left,
.page-chouchokuzen #searchbox_parts .form_left,
.page-opencompe #searchbox_parts .form_left {
	width: 400px !important;
	margin: 0 20px 0 0 !important;
}
.page-plansearch #page_search .block_search-form .inner .form_planname,
.page-compepack #page_search .block_search-form .inner .form_planname,
.page-hayawari #page_search .block_search-form .inner .form_planname,
.page-chouchokuzen #page_search .block_search-form .inner .form_planname,
.page-opencompe #page_search .block_search-form .inner .form_planname {
	padding: 0 1em 1em 0 !important;
}
.page-plansearch #page_search .block_search-form .wp2_selected_planname,
.page-compepack #page_search .block_search-form .wp2_selected_planname,
.page-hayawari #page_search .block_search-form .wp2_selected_planname,
.page-chouchokuzen #page_search .block_search-form .wp2_selected_planname,
.page-opencompe #page_search .block_search-form .wp2_selected_planname {
	width: 100% !important;
	padding: 0.5em !important;
	box-sizing: border-box !important;
}
.page-plansearch #page_search .block_search-form .inner .form_btn,
.page-compepack #page_search .block_search-form .inner .form_btn,
.page-hayawari #page_search .block_search-form .inner .form_btn,
.page-chouchokuzen #page_search .block_search-form .inner .form_btn,
.page-opencompe #page_search .block_search-form .inner .form_btn {
	display: block !important;
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 1em 1em 0 0 !important;
}
.page-plansearch #page_search .result,
.page-plansearch #page_search .anchor-link,
.page-plansearch #page_search .gc-intro,
.page-plansearch #page_search .hanrei,
.page-plansearch #page_search .schedule,
.page-plansearch #page_search .hanrei2,
.page-compepack #page_search .result,
.page-compepack #page_search .anchor-link,
.page-compepack #page_search .gc-intro,
.page-compepack #page_search .hanrei,
.page-compepack #page_search .schedule,
.page-compepack #page_search .hanrei2,
.page-hayawari #page_search .result,
.page-hayawari #page_search .anchor-link,
.page-hayawari #page_search .gc-intro,
.page-hayawari #page_search .hanrei,
.page-hayawari #page_search .schedule,
.page-hayawari #page_search .hanrei2,
.page-chouchokuzen #page_search .result,
.page-chouchokuzen #page_search .anchor-link,
.page-chouchokuzen #page_search .gc-intro,
.page-chouchokuzen #page_search .hanrei,
.page-chouchokuzen #page_search .schedule,
.page-chouchokuzen #page_search .hanrei2,
.page-opencompe #page_search .result,
.page-opencompe #page_search .anchor-link,
.page-opencompe #page_search .gc-intro,
.page-opencompe #page_search .hanrei,
.page-opencompe #page_search .schedule,
.page-opencompe #page_search .hanrei2 {
	width: auto !important;
}
.page-plansearch #page_search .schedule table,
.page-compepack #page_search .schedule table,
.page-hayawari #page_search .schedule table,
.page-chouchokuzen #page_search .schedule table,
.page-opencompe #page_search .schedule table {
	width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 !important;
}
.page-plansearch #page_search .hanrei2,
.page-compepack #page_search .hanrei2,
.page-hayawari #page_search .hanrei2,
.page-chouchokuzen #page_search .hanrei2,
.page-opencompe #page_search .hanrei2 {
	border-bottom: 3px solid #ef7f26 !important;
}

/*RESTAURANT*/
.menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-list li {
  width: 48%;
  margin: 0 0 3em;
}
.menu-list .menu-image {
  text-align: center;
  margin: 0 0 1em;
}
.menu-list .menu-name {
  font-size: 110%;
  font-weight: bold;
}
.menu-table td {
  width: 25%;
}
/*TOPICS*/
.content-area .topics-box {
  margin: 2em 0 4em;
}
.content-area .topics-box-title {
  font-size: 140%;
  padding: 0 0.5em 0.5em;
  position: relative;
}
.content-area .topics-box-title a {
	text-decoration: none;
	color: #000;
}
.content-area .topics-box-title a:before {
	display: inline-block;
	content: "\f0da";
	font-family: FontAwesome;
	margin: 0 0.5em 0 0;
}
.content-area .topics-box-title .entry-title-link {
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(0,-50%);
	font-size: 80%;
}
.content-area .topics-box-title .entry-title-link a:before {
  content: "\f101";
}
.content-area .topics-list-box {
  border-top: 1px solid #ecebeb;
}
.content-area .topics-list-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
	background-color: #fff;
  color: #2e2e2e;
  padding: 1em;
  border-bottom: 1px solid #ecebeb;
  transition: 0.3s;
}
.content-area .topics-list-box a:hover {
  background-color: #fafafa;
}
.content-area .topics-thumbnail {
  width: 270px;
  text-align: center;
}
.content-area .topics-txt {
  flex: 1;
	padding: 0 0 0 2em;
}
.content-area .topics-category {
  display: inline-block;
  font-size: 85%;
  background-color: #f3f3f3;
  margin: 0 0 1em;
  padding: 0.2em 1em;
}
.content-area .topics-title {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0.2em;
}
.content-area .topics-date {
  font-size: 85%;
  color: #555;
  margin: 0 0 1em;
}
.content-area .topics-content {
  font-size: 85%;
  color: #555;
}
.event-course{
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.event-course span{
  display: inline-block;
  padding: 7px 12px 5px;
  line-height:1em;
  border-radius:3px;
}
.event-course.akechi span{
  background: #ef7f26;
}
.event-course.shinsaiji span{
  background: #0092d7;
}
.event-course.kashio span{
  background: #9b4998;
}
.event-course.hirukawa span{
  background: #3db145;
}
.event-course.shokawa span{
  background: #e83e2f;
}
.event-course.grouptop span{
  background: #236139;
}

/*競技日程*/
.compe-date-link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.compe-date-link li {
	width: 15%;
	margin: 0 0.8em 1em 0;
}
.compe-date-link li a {
	display: block;
	border: 1px solid #eee;
	text-align: center;
	color: #333;
	padding: 0.5em;
	text-decoration: none;
	transition: 0.3s;
}
.compe-date-link li a:hover {
	background-color: #fafafa;
}
.compe-date-select {
	text-align: right;
}
.compe-date-select select {
	padding: 0.8em 1.5em;
}
.compe-month-title {
	background-color: #eee;
	margin: 0 0 1em;
	padding: 0.5em 1em;
}
.compe-month {
	margin: 0 0 2em;
	padding: 0.5em;
	background-color: #fafafa;
}
.compe-month li {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 1px dotted #f0f0f0;
	padding: 0.6em 0.8em;
}
.compe-month li.sunday,
.compe-month li.holiday {
	/*background-color: #fff0ee;*/
}
.compe-month li.saturday {
	/*background-color: #f0f3fc;*/
}
.compe-month .compe-table-head {
	background-color: #eee;
}
.compe-month li .compe-date {
	width: 9em;
}
.compe-month li.saturday .compe-date {
	color: #2390c3;
}
.compe-month li.sunday .compe-date,
.compe-month li.holiday .compe-date {
	color: #eb4c76;
}
.compe-month li .compe-title {
	flex: 1;
	padding: 0 1em;
}
.compe-month li .compe-course {
	width: 10em;
}
.compe-date-single {
	margin: 0 0 2em;
}
.entry-content div.pdfemb-viewer {
	border: 1px solid #ccc;
}
.entry-content .pdfemb-poweredby {
	display: none;
}
/*イベント*/
.ai1ec-single-event {
  margin: 0 0 2em;
}
.ai1ec-categories {
  display: none;
}
.ai1ec-calendar-toolbar {
  margin: 0 0 2em;
}
.ai1ec-field-label {
	text-align: left;
}
.ai1ec-col-sm-3,
.ai1ec-col-sm-9 {
	width: inherit;
	padding: 0;
}
.ai1ec-row {
	margin: 0;
	clear: both;
}
.ai1ec-tags {
  display: none;
}
/*BESTRATE*/
.bestrate-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bestrate-box .bestrate-list {
	width: 48%;
	margin: 0 0 2em;
}
.bestrate-box .bestrate-image {
	margin: 0 0 1em;
}
.bestrate-box .bestrate-list dt {
	font-weight: bold;
	margin: 0 0 0.5em;
}
.bestrate-box .bestrate-list dt span {
	display: inline-block;
	margin: 0 0.5em 0 0;
	background-color: #ef7f26;
	color: #fff;
	padding: 0.1em 0.5em;
}
/*SIDE*/
#secondary {
  width: 210px;
  margin: 0 20px 0 0;
  order: 1;
}
.widget {
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
  margin: 0 0 1.5em;
}
.widget h3 {
  text-align: center;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e0e0e0;
  padding: 1em;
}
.widget .topics-box li {
  border-bottom: 1px solid #e9e9e9;
}
.widget .topics-box li a {
  display: block;
  padding: 1em;
  text-decoration: none;
	background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.widget .topics-box li a:hover {
  background-color: #fafafa;
}
.widget .topics-box li:last-child {
  border: none;
}
.widget .topics-box li .topics-date {
  font-size: 90%;
}
.widget .topics-box li dt {
  font-weight: bold;
}
.widget .mypage-box {
  padding: 1em;
	background-color: #fff;
  font-size: 90%;
}
.widget .mypage-lead {
  margin: 0 0 1em;
}
.widget .firstentry-box {
  padding: 1em 0 0;
}
.mypage-btn a {
  display: block;
  text-align: center;
  background-color: #236139;
  border: 1px solid #236139;
  font-weight: bold;
}
.mypage-btn a:hover {
  background-color: transparent;
  color: #236139;
}
.page-akechi .mypage-btn a,
.page-akechi-calendar .mypage-btn a,
.page-akechi-compe .mypage-btn a {
  background-color: #ef7f26;
  border: 1px solid #ef7f26;
}
.page-akechi .mypage-btn a:hover,
.page-akechi-calendar .mypage-btn a:hover,
.page-akechi-compe .mypage-btn a:hover {
	background-color: transparent;
	color: #ef7f26;
}
.page-shinsaiji .mypage-btn a,
.page-shinsaiji-calendar .mypage-btn a,
.page-shinsaiji-compe .mypage-btn a {
  background-color: #0092d7;
  border: 1px solid #0092d7;
}
.page-shinsaiji .mypage-btn a:hover,
.page-shinsaiji-calendar .mypage-btn a:hover,
.page-shinsaiji-compe .mypage-btn a:hover {
	background-color: transparent;
	color: #0092d7;
}
.page-kashio .mypage-btn a,
.page-kashio-calendar .mypage-btn a,
.page-kashio-compe .mypage-btn a {
  background-color: #9b4998;
  border: 1px solid #9b4998;
}
.page-kashio .mypage-btn a:hover,
.page-kashio-calendar .mypage-btn a:hover,
.page-kashio-compe .mypage-btn a:hover {
	background-color: transparent;
	color: #9b4998;
}
.page-hirukawa .mypage-btn a,
.page-hirukawa-calendar .mypage-btn a,
.page-hirukawa-compe .mypage-btn a {
  background-color: #3db145;
  border: 1px solid #3db145;
}
.page-hirukawa .mypage-btn a:hover,
.page-hirukawa-calendar .mypage-btn a:hover,
.page-hirukawa-compe .mypage-btn a:hover {
	background-color: transparent;
	color: #3db145;
}
.page-shokawa .mypage-btn a,
.page-shokawa-calendar .mypage-btn a,
.page-shokawa-compe .mypage-btn a {
  background-color: #e83e2f;
  border: 1px solid #e83e2f;
}
.page-shokawa .mypage-btn a:hover,
.page-shokawa-calendar .mypage-btn a:hover,
.page-shokawa-compe .mypage-btn a:hover {
	background-color: transparent;
	color: #e83e2f;
}
.widget .firstentry-box .mypage-btn a {
  background-color: #3e3e3e;
  border: 1px solid #3e3e3e;
}
.widget .firstentry-box .mypage-btn a:hover {
  background-color: transparent;
  color: #3e3e3e;
}
.widget_simpleimage {
	margin: 0 0 1em;
}
/*FOOTER*/
.site-footer {
  background-color: #3e3e3e;
  color: #fff;
}
.site-info {
  text-align: center;
  font-size: 80%;
  padding: 2em 0;
}
.foot-navigation {
	padding: 2em 0 0;
}
.foot-navigation ul {
	text-align: center;
	font-size: 0;
}
.foot-navigation li {
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 0 1em;
	font-size: 12px;
}
.foot-navigation li:first-child {
	border: none;
}
.foot-navigation li a {
	color: #fff;
	text-decoration: none;
}
.menu-sub-menu-container {
	margin: 1em 0;
}
.page-top {
	display: none;
	position: fixed;
	bottom: 1%;
	right: 1%;
	max-width: 70px;
	cursor: pointer;
}

/*以下GDO側追記*/
.content-area .topics-box-title .entry-title-link {
    margin-left: 30px;
    position: static;
}

.content-area .topics-box-title {
    background-color: #eee;
    padding: 0.2em 0.5em;
}

.entry-header h1 {
    background-color: #eee;
}

#main h1 {
    background-color: #eee;
}

/*--以下GDO側追記*/

@media screen and (max-width: 1024px) {
	body {
		background-image: none;
	}
	.site-branding .wrap {
		padding: 20px 0;
	}
	.head-image {
		padding: 30px 0 0;
	}
	.content-wrap {
		padding: 30px 0 60px;
	}
    

}
@media screen and (max-width: 812px) {
	.site-branding .wrap,
	.navigation-top .wrap,
	.head-image,
	.content-wrap,
	.contents-inner {
		width: auto;
	}
  .head-image {
    min-height: inherit;
  }
	.content-wrap {
		display: block;
		padding: 0 1em;
	}
  .slider-pro img.sp-image {
    margin: 0 !important;
    width: 100% !important;
  }
	#primary {
		width: 100%;
		margin: 0 0 4em;
	}
	.content-area {
		min-height: inherit;
	}
  .event-course{
    margin-bottom: 5px;
    font-weight: 500;
  }
	.head-image {
		margin: 0 0 1em;
		padding: 0 1em;
	}
	#secondary {
		width: auto;
		margin: 0;
	}
	.site-branding {
		padding: 0;
	}
	.site-branding .wrap {
		width: auto;
		padding: 1em;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.site-branding ul.head-link-btn {
		display: none;
	}
	.navigation-top {
		display: none;
	}
	#nav-drawer {
		display: block;
		position: relative;
		padding: 0;
	}
	.menu-toggle {
		display: block;
		-webkit-appearance: none;
		background-color: transparent;
		border: none;
		padding: 0;
		color: #236139;
		font-size: 200%;
		cursor: pointer;
		outline: none;
	}
	#nav-content {
		display: none;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 50%;
		height: 100%;
		padding: 0;
		background: rgba(0,0,0,0.9);
	}
	.main-navigation {
		text-align: left;
	}
	.main-navigation ul {
		border-bottom: 1px solid #f3f3f3;
	}
	.main-navigation li {
		display: block;
	}
	.main-navigation li a {
		display: block;
		padding: 1em;
		border-bottom: 1px dotted #f3f3f3;
		color: #fff;
		text-decoration: none;
		white-space: nowrap;
		transition: none;
		position: relative;
	}
	.main-navigation li:last-child a {
		border: none;
	}
	.main-navigation li a:after {
		display: none;
	}
	.menu-sub-menu-container {
		margin: 0;
	}
	#site-navigation li a:before {
		display: inline-block;
		content: "\f0da";
		font-family: FontAwesome;
		margin: 0 0.5em 0 0;
	}
	.section-search-box {
		width: 33%;
	}
	.section-plan-box {
		width: 65%;
	}
	.page-plansearch #searchBasic,
	.page-compepack #searchBasic,
	.page-hayawari #searchBasic,
	.page-chouchokuzen #searchBasic,
	.page-opencompe #searchBasic {
		border: none !important;
	}
	.page-plansearch .script_sma .js_form_search,
	.page-compepack .script_sma .js_form_search,
	.page-hayawari .script_sma .js_form_search,
	.page-chouchokuzen .script_sma .js_form_search,
	.page-opencompe .script_sma .js_form_search {
		display: none;
	}
	.page-plansearch .script_sma,
	.page-compepack .script_sma,
	.page-hayawari .script_sma,
	.page-chouchokuzen .script_sma,
	.page-opencompe .script_sma {
		display: block !important;
	}
	.mypage-btn br {
		display: none;
	}
	.widget-wrap:after {
		width: 30%;
		content: '';
	}
	.map-box,
	.movie-box {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.map-box iframe,
	.movie-box iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.foot-navigation {
		display: none;
	}
	.widget-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.widget_simpleimage {
		width: 30%;
		text-align: center;
	}
	.page-top {
		display: block;
		width: 6%;
		max-width: 6%;
		bottom: 6%;
		z-index: 100;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 3.6vw;
	}
	.main-navigation li a {
		padding: 0.8em 1em;
	}
	.navigation-float {
		display: none;
	}
	.site-branding-text {
		width: 60%;
	}
	#nav-content {
		width: 60%;
	}
  #slider1 .sp-slide {
    position: relative !important;
    margin: 0 0 1em;
  }
  #slider2 .sp-slide {
    position: absolute;
  }
  .sp-thumbnails {
    width: 100% !important;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    transform: none !important;
  }
  .sp-bottom-thumbnails .sp-thumbnail-container,
  .sp-bottom-thumbnails .sp-thumbnail-container:last-of-type {
    width: 32% !important;
    flex: none !important;
    margin: 0 5px 5px 0 !important;
  }
  .sp-bottom-thumbnails .sp-thumbnail-container:nth-child(3n) {
    margin: 0 0 5px !important;
  }
	.entry-title {
		font-size: 140%;
	}
	.entry-subtitle,
	.content-area .topics-box-title {
		font-size: 120%;
	}
	.content-area .topics-thumbnail {
		width: 25%;
	}
  .event-course{
    margin-bottom: 5px;
  }
  .event-course span{
    padding: 5px 8px 3px;
  }
	.topics-content {
		display: none;
	}
	.content-area .topics-txt {
		padding: 0 0 0 1em;
	}
	.content-area .topics-box {
		margin: 2em 0;
	}
	.content-area .topics-title {
		font-size: 100%;
		font-weight: normal;
	}
	.content-area .topics-list-box a {
		padding: 0.6em;
	}
  .top-open-time dl {
    display: block;
  }
  .top-open-time dt {
    width: auto;
  }
  .top-open-time dd {
    flex: 1;
  }
	.table-scroll {
		overflow-x: scroll;
		font-size: 100%;
		margin: 0 0 2em;
	}
	.compe-date-select select {
		-webkit-appearance: none;
		font-size: 16px;
		padding: 0.5em 1.2em;
	}
	.compe-month li {
		display: block;
	}
	.compe-month li .compe-date,
	.compe-month li .compe-course {
		width: auto;
	}
	.compe-month li .compe-title {
		padding: 0;
	}
	.bestrate-box .bestrate-list {
		width: 100%;
	}
	.section-top-wrap {
		/*display: block;*/
		flex-wrap: wrap;
		margin: 0;
	}
	.section-search-box,
	.section-plan-box {
		width: 100%;
		margin: 0 0 1em;
	}
	.section-search-box {
		order: 2;
	}
	.section-plan-box {
		order: 1;
	}
	.widget_simpleimage {
		width: 48%;
		text-align: center;
	}
	.widget-wrap:after {
		display: none;
	}
	.page-top {
		width: 10%;
		max-width: 10%;
		bottom: 6%;
	}
    
/*以下GDO側追記*/
@media screen and (max-width: 1024px) {
.widget-wrap {
    display: none;
}
}
/*--以下GDO側追記*/
}