@charset "UTF-8";
/*
Theme Name: spring
Theme URI:
Description: 藤岡観光ガイド（春）
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
@import url(css/fontawesome-all.min.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cnt, header .inner, .gmenuarea, footer .inner, footer .copyright, .mainimgarea, .spot_wrap, .top .top_infoct, .under .pan, .under .ct {
  width: 990px;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.f_g2 {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.f_m1 {
  font-family: "游明朝", YuMincho, serif;
}

.f_m2 {
  font-family: "HGP明朝E", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.f_org1, .gmenuarea ul.gmenu li a, .smp_menuarea li, .smp_menuarea .sub-menu li a, .mainimgarea .pgtitle, .spot .ct .cate_lb dt, .place .ct .copy {
  /* 400,700,900 */
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_org2, .mainimgarea .pgtitle .copy {
  /* 400,800 */
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_org3, .spot .ct .event .ev_lb, .history .ct .panel1 .placeinfo .lb {
  /* 400,700 */
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b,
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder {
  border: 1px solid #c8c8c8;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow, .history .ct img, .kaiyutei .ct img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe, .spot .ct .placeinfo ul li img, .spot .ct .o_placeinfo_narrow img, .place .ct .placeinfo ul li img, .gourmet .ct .gourmetinfo .gbox img, .gourmet .ct .gourmetinfo ul li img, .kaiyutei .ct img, .kaiyutei .ct .panel1 .placeinfo ul li img {
  margin: 2px;
  border: 7px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.txt_ind1 {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_ind2 {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al_right {
  text-align: right;
}

.al_left {
  text-align: left;
}

.al_center {
  text-align: center;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.valign-t {
  vertical-align: top;
}

.valign-b {
  vertical-align: bottom;
}

.valign-m {
  vertical-align: middle;
}

.mauto, header .inner, .gmenuarea, footer .inner, footer .copyright, .mainimgarea, .spot_wrap, .top .top_infoct, .under .pan, .under .ct,
article .mauto,
article header .inner,
header article .inner,
article .gmenuarea,
article footer .inner,
footer article .inner,
article footer .copyright,
footer article .copyright,
article .mainimgarea,
article .spot_wrap,
article .top .top_infoct,
.top article .top_infoct,
article .under .pan,
.under article .pan,
article .under .ct,
.under article .ct {
  margin-left: auto;
  margin-right: auto;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.pos-rl {
  position: relative;
}

.pos-fix {
  position: fixed;
  z-index: 500;
}

.of {
  overflow: hidden;
}

.br-pc,
.dn-pc {
  display: block;
}

.br-sp,
.dn-sp {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.scroll::-webkit-scrollbar-thumb {
  /* スクロールバーのツマミの色 */
  background: rgba(255, 255, 255, 0.5);
}

/* tableにスクロールバーを追加 ここまで↑ */
.scroll table {
  /* tableの幅を100%に */
  width: 100%;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #1e1e1e;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
  position: relative;
  min-width: 990px;
  -webkit-text-size-adjust: 100%;
}

p,
li,
dt,
dd,
table,
th,
td {
  line-height: 1.8;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #0075c8;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #0075c8;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  width: 100%;
}
header .h_top {
  padding: 0.25em 0;
  background-color: #f2eff3;
}
header .h_top .inner {
  padding: 0;
}
header .h_top h1 {
  font-size: 1.2rem;
}
header .h_top ul {
  display: -webkit-flex;
  display: flex;
}
header .h_top ul li {
  margin-right: 1em;
}
header .h_top ul li a {
  padding-left: 15px;
  font-size: 1.2rem;
  position: relative;
}
header .h_top ul li a::before {
  content: "";
  display: -webkit-flex;
  display: flex;
  width: 12px;
  height: 12px;
  background: url(img/icon/arrow_w.svg) no-repeat center center;
  background-size: 8px auto;
  background-color: #a39ae9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0.1em;
  left: 0;
}
header .inner {
  padding: 15px 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header .add {
  font-size: 1.3rem;
  text-align: right;
  line-height: 1.4;
}
header .mail {
  display: none;
}

/* ====================================================================== */
/* Globalmenu */
/* ====================================================================== */
.gmenuarea {
  position: absolute;
  top: -35px;
}
.gmenuarea ul.gmenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: visible;
}
.gmenuarea ul.gmenu li {
  width: 185px;
  margin: 0 3px;
  position: relative;
  text-align: center;
}
.gmenuarea ul.gmenu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 70px;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWZhZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmY4MDk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY4NTk5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9faf), color-stop(30%, #ff8095), color-stop(100%, #ff8599));
  background-image: -moz-linear-gradient(#ff9faf, #ff8095 30%, #ff8599);
  background-image: -webkit-linear-gradient(#ff9faf, #ff8095 30%, #ff8599);
  background-image: linear-gradient(#ff9faf, #ff8095 30%, #ff8599);
  background-color: #ff8599;
  border: 1px solid #f3647c;
  border-bottom: none;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  font-feature-settings: "palt";
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px;
  border-radius: 7px 7px 0 0;
  text-shadow: 0 0 2px #f55771, 0 0 2px #f55771, 0 0 2px #f55771;
}
.gmenuarea ul.gmenu li a small {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  bottom: 0.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-weight: normal;
  text-align: center;
}
.gmenuarea ul.gmenu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gmenuarea ul.gmenu li .sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1000;
  text-align: left;
  background-color: #ff8599;
  border-top: none;
  border-bottom: none;
}
.gmenuarea ul.gmenu li .sub-menu li {
  display: block;
  width: auto;
  margin: 0;
  border: none;
  text-align: left;
}
.gmenuarea ul.gmenu li .sub-menu li a {
  display: block;
  height: auto;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0.35em 0.5em 0.35em 0.5em;
  position: relative;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.gmenuarea ul.gmenu li .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.gmenuarea ul.gmenu li .sub-menu li a:hover::before {
  left: auto;
  top: auto;
  transform: none;
}
.gmenuarea ul.gmenu li .sub-menu li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 7px;
  height: 7px;
  background: url(img/icon/arrow_w.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
}
.gmenuarea ul.gmenu li .sub-menu li a::after {
  display: none;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  padding-bottom: 50px;
  text-align: left;
  position: relative;
}

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
article p {
  margin-top: 30px;
}

/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
article table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}
article table th,
article table td {
  padding: 1em 2em;
  border: 1px solid #9d9d9d;
}
article table th {
  background-color: #1e1e1e;
  color: white;
  font-weight: bold;
  position: relative;
}
article table th::before {
  /*      content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url(img/common/th_beg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  @include opacity(0.7);*/
}

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
article ul,
article ol {
  margin-top: 30px;
}
article ul.list_disc li,
article ol.list_disc li {
  margin-left: 20px;
  list-style-type: disc;
}
article ul.list_none li,
article ol.list_none li {
  margin-left: 20px;
  list-style-type: none;
}
article ul.list_num li,
article ol.list_num li {
  margin-left: 20px;
  list-style-type: decimal;
}

/* --------------------------------------------------- */
/* Bgbox */
/* --------------------------------------------------- */
.bg_wrap {
  overflow: hidden;
}
.bg_wrap.bg1 {
  background-color: #615754;
}
.bg_wrap.bg2 {
  background-color: #e9eef3;
}
.bg_wrap.bg3 {
  background-color: #160907;
}

/* --------------------------------------------------- */
/* Form_Parts */
/* --------------------------------------------------- */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  box-sizing: border-box;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  vertical-align: middle;
}
.select select {
  width: auto;
  padding: 4px 40px 4px 10px;
  font-size: 1.6rem;
  border: 1px solid rgba(175, 218, 30, 0.7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: white;
}
.select:focus {
  outline: none;
}
.select::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #afda1e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}

/* --------------------------------------------------- */
/* Other */
/* --------------------------------------------------- */
article .pagenavi {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
article .pagenavi a {
  display: inline-block;
  margin: 0 15px;
  padding: 1em 2em;
  border: 1px solid #b6b6b6;
  text-decoration: none;
}
article .pagenavi a:hover {
  background-color: #696eb5;
  border-color: #696eb5;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ====================================================================== */
/* スマホ用メニュー */
/* ====================================================================== */
.smp_menuarea {
  display: none;
  margin: 0;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  text-align: left;
}
.smp_menuarea li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
  color: #464646;
  font-feature-settings: "palt";
  border-top: 1px solid #d6d6d6;
}
.smp_menuarea li:nth-of-type(1) {
  border-top: none;
}
.smp_menuarea li:nth-last-of-type(1) {
  border-bottom: 1px solid #d6d6d6;
}
.smp_menuarea li small {
  margin-left: 30px;
  font-size: 1.1rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-weight: normal;
}
.smp_menuarea li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(img/icon/arrow_w.svg) no-repeat center;
  background-size: 8px auto;
  background-color: #6b70b6;
  position: absolute;
  top: 27px;
  left: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.smp_menuarea li a, .smp_menuarea li.ct_button-toggle {
  display: block;
  padding: 1.5em 2.5em;
  text-decoration: none;
  color: #464646;
}
.smp_menuarea .sub-menu {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.smp_menuarea .sub-menu li {
  width: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.smp_menuarea .sub-menu li::before {
  display: none;
}
.smp_menuarea .sub-menu li a {
  display: block;
  padding: 0.75em 2.5em;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #464646;
}
.smp_menuarea .sub-menu li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/icon/arrow_g.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.smp_add {
  display: none;
  padding: 30px 0;
  text-align: center;
  line-height: 2;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  width: 100%;
  padding: 15px 0;
  background-color: #ff7f94;
  color: white;
}
footer .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer ul.f_menu {
  display: -webkit-flex;
  display: flex;
}
footer ul.f_menu li {
  font-weight: 300;
  margin: 0 1em;
}
footer ul.f_menu li a {
  color: white;
  font-size: 1.2rem;
}
footer ul.f_menu li .sub-menu li {
  margin: 0 0 0 1em;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.5;
}
footer .copyright {
  display: block;
  font-size: 1.1rem;
  margin-top: 0;
  color: white;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}
#pagetop a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #696eb5;
  color: white;
  font-size: 2.4rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#pagetop a img {
  width: 30%;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
.ct_bg {
  width: 100%;
  height: 300px;
  background-color: #ffeaf1;
  position: absolute;
  z-index: -1;
}

.mainimgarea {
  margin-top: 20px;
  padding-bottom: 7px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODU5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODU5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8599), color-stop(100%, #ff8599));
  background-image: -moz-linear-gradient(#ff8599, #ff8599);
  background-image: -webkit-linear-gradient(#ff8599, #ff8599);
  background-image: linear-gradient(#ff8599, #ff8599);
  border: 1px solid #ff8599;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.mainimgarea::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: url(img/common/shadow.png) no-repeat center;
  position: absolute;
  bottom: -25px;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.mainimgarea img {
  margin-top: 35px;
}
.mainimgarea .pgtitle {
  display: block;
  margin: 50px 30px 15px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: left;
  position: relative;
  color: white;
}
.mainimgarea .pgtitle:first-letter {
  font-size: 3.2rem;
}
.mainimgarea .pgtitle .copy {
  font-size: 1.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
}
.mainimgarea .pgtitle .copy strong {
  font-size: 2.4rem;
  font-weight: 800;
}
.mainimgarea .ctslide {
  width: 968px;
  position: relative;
  margin: 35px auto 5px;
}
.mainimgarea .ctslide .slider {
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.mainimgarea .ctslide .slider.slick-initialized {
  opacity: 1;
}
.mainimgarea .ctslide .slider .slider_ct {
  width: 100%;
  height: 259px;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid white;
  box-sizing: border-box;
}
.mainimgarea .ctslide .slider .slider_ct img {
  width: 100%;
  height: 259px;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.mainimgarea .ctslide .slider .slick-prev::before,
.mainimgarea .ctslide .slider .slick-next::before {
  font-size: 1.5rem;
}
.mainimgarea .ctslide .slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mainimgarea .ctslide .slider .slide-arrow {
  width: 16px;
  height: 16px;
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.mainimgarea .ctslide .slider .prev-arrow {
  left: 15px;
  border-bottom: solid 2px white;
  border-left: solid 2px white;
}
.mainimgarea .ctslide .slider .next-arrow {
  right: 15px;
  border-top: solid 2px white;
  border-right: solid 2px white;
}

.spot_wrap {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.spot_wrap .spot {
  width: 235px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.spot_wrap .spot.sp1 {
  background-color: #e678e6;
}
.spot_wrap .spot.sp2 {
  background-color: #f58181;
}
.spot_wrap .spot.sp3 {
  background-color: #0a298f;
}
.spot_wrap .spot.sp4 {
  background-color: #8b543f;
}
.spot_wrap .spot .lb {
  margin-top: -30px;
}
.spot_wrap .spot p {
  margin: 1em;
  color: white;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
}
.spot_wrap .spot .dt_btn {
  display: table;
  width: 130px;
  padding: 0.5em 0;
  background-color: white;
  color: #d72929;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.spot_wrap .spot .dt_btn::before {
  content: "";
  display: -webkit-flex;
  display: flex;
  width: 12px;
  height: 12px;
  background: url(img/icon/arrow_w.svg) no-repeat center center;
  background-size: 8px auto;
  background-color: #d72929;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

/* ================================================================== */
/* TOP */
/* ================================================================== */
.top .top_infoct {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.top .top_infoct .information {
  width: 480px;
  background-color: #ffef96;
  border: 1px solid #ffb52f;
  box-sizing: border-box;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.top .top_infoct .information .inner {
  margin: 5px;
  padding: 10px;
  background-color: white;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.top .top_infoct .information .lb {
  position: relative;
}
.top .top_infoct .information .lb::after {
  content: "Topics";
  color: #ffd688;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 2rem;
}
.top .top_infoct .information dl {
  display: table;
  padding: 0.5em 0;
  width: 100%;
  border-bottom: 1px solid #f9d7b1;
}
.top .top_infoct .information dl:nth-of-type(1) {
  margin-top: 15px;
}
.top .top_infoct .information dl:last-child {
  border-bottom: none;
}
.top .top_infoct .information dl dt,
.top .top_infoct .information dl dd {
  display: table-cell;
  font-size: 1.3rem;
}
.top .top_infoct .information dl dt {
  width: 80px;
}
.top .top_infoct .information dl dd a {
  font-weight: bold;
  position: relative;
}
.top .top_infoct .information dl dd a.pdf::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 16px;
  height: 16px;
  background: url(img/icon/pdf_icon.png) no-repeat;
  vertical-align: middle;
}
.top .top_infoct .information dl dd.cate {
  width: 80px;
}
.top .top_infoct .information dl dd.cate span {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #ff3333;
  font-size: 1.2rem;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.top .top_infoct .rightbnr {
  width: 200px;
}
.top .top_infoct .rightbnr img {
  margin-bottom: 10px;
}

/* ================================================================== */
/* Under */
/* ================================================================== */
.under .pan {
  margin: 10px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 1.2rem;
}
.under .pan .inner {
  display: table;
  padding-right: 10px;
  text-align: right;
}
.under .pan .inner a {
  position: relative;
  font-weight: normal;
}
.under .pan .inner a::after {
  content: "≫";
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}
.under .ct {
  margin-top: 30px;
  background-color: white;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.under .ct .ct_inner {
  margin: 20px;
  overflow: hidden;
}
.under .sublb {
  display: block;
  margin-top: 30px;
  padding: 0.75em 2em;
  font-size: 1.5rem;
  font-weight: bold;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.under .sublb::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60%;
  background-color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}
.under .tab-group {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
}
.under .tab-group li.tab {
  margin: 0 1em;
  padding: 0.5em 2em;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background-color: #e9dfdc;
}
.under .tab-group li.tab.is-active {
  background: #582b21;
  color: white;
  transition: all 0.2s ease-out;
  font-weight: bold;
}
.under .tab-group li.tab:nth-of-type(1) {
  margin-left: 30px;
}
.under .panel {
  display: none;
  overflow: hidden;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.under .panel.is-show {
  display: block;
}
.under .wp-pagenavi {
  margin-top: 50px;
  padding: 1em 0;
  text-align: center;
}
.under .wp-pagenavi a,
.under .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid rgba(200, 200, 200, 0.5);
  padding: 0.2em 0.75em;
  margin: 3px;
  color: white;
}
.under .wp-pagenavi a:hover,
.under .wp-pagenavi span.current {
  background-color: #c1bcbb;
  color: #1e1e1e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-weight: bold;
}

/* ================================================================== */
/* Spot */
/* ================================================================== */
.spot .ct .tab-group li.tab {
  background-color: #e8f7d8;
}
.spot .ct .tab-group li.tab.is-active {
  background: #63ab14;
}
.spot .ct .panel {
  border: 3px solid #63ab14;
  box-sizing: border-box;
}
.spot .ct .panel a {
  font-weight: bold;
  text-decoration: underline;
}
.spot .ct .cate_lb {
  display: table;
}
.spot .ct .cate_lb.cate2 {
  margin-top: 50px;
}
.spot .ct .cate_lb.cate2 dt {
  color: #8c31d9;
}
.spot .ct .cate_lb.cate3 {
  margin-top: 50px;
}
.spot .ct .cate_lb.cate3 dt {
  color: #067ec4;
}
.spot .ct .cate_lb dt,
.spot .ct .cate_lb dd {
  display: table-cell;
  vertical-align: top;
}
.spot .ct .cate_lb dt {
  width: 220px;
  font-size: 5rem;
  font-weight: 900;
  color: #ff3710;
  line-height: 1.3;
}
.spot .ct .cate_lb dt small {
  font-size: 4.2rem;
}
.spot .ct .cate_lb dt img {
  vertical-align: middle;
}
.spot .ct .sublb {
  background: none;
  background-color: #a3bb30;
  color: white;
}
.spot .ct .sublb.o_sublb {
  background-color: #8c31d9;
}
.spot .ct .sublb::before {
  background-color: white;
}
.spot .ct .placeinfo_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spot .ct .linkbtn {
  display: table;
  margin: 20px auto 0;
  padding: 0.35em 1em 0.35em 1.5em;
  background-color: #ff6633;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  line-height: 1;
  text-decoration: none !important;
}
.spot .ct .linkbtn::before {
  content: "";
  display: -webkit-flex;
  display: flex;
  width: 12px;
  height: 12px;
  background: url(img/icon/arrow_w.svg) no-repeat center center;
  background-size: 8px auto;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.spot .ct .placeinfo {
  margin-top: 30px;
  padding: 15px;
  background: url(img/spot/sp_cnt.png);
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 1px 3px rgba(147, 118, 95, 0.8);
  -webkit-box-shadow: 0 1px 3px rgba(147, 118, 95, 0.8);
  box-shadow: 0 1px 3px rgba(147, 118, 95, 0.8);
}
.spot .ct .placeinfo.o_placeinfo {
  background: none;
  background-color: #eee8f4;
  box-shadow: none;
}
.spot .ct .placeinfo.o_placeinfo .linkbtn {
  background-color: #bf2b5c;
}
.spot .ct .placeinfo ul {
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spot .ct .placeinfo ul li {
  margin-top: 20px;
  width: 25%;
}
.spot .ct .placeinfo ul li img {
  display: block;
  width: 180px;
  height: 110px;
  object-fit: cover;
  margin: 0 auto;
}
.spot .ct .placeinfo ul li .caption {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.spot .ct .o_placeinfo_narrow {
  width: 210px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 0 0 20px;
  background-color: #eee8f4;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.spot .ct .o_placeinfo_narrow:nth-of-type(4) {
  margin-right: 0;
}
.spot .ct .o_placeinfo_narrow .sublb {
  margin-top: 0;
}
.spot .ct .o_placeinfo_narrow img {
  display: block;
  margin: 20px auto 0;
  width: 180px;
  height: 110px;
  object-fit: cover;
}
.spot .ct .o_placeinfo_narrow .linkbtn {
  background-color: #bf2b5c;
}
.spot .ct .search001 {
  float: right;
  text-align: center;
  margin-top: -70px;
  margin-left: 50px;
}
.spot .ct .search001 figcaption {
  margin-top: 10px;
  font-weight: bold;
}
.spot .ct .event .ev_lb {
  padding: 20px 0;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  color: #20275f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTRlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e4ec), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#e2e4ec, #ffffff);
  background-image: -webkit-linear-gradient(#e2e4ec, #ffffff);
  background-image: linear-gradient(#e2e4ec, #ffffff);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.spot .ct .event .evinfo {
  margin-top: 30px;
  overflow: hidden;
}
.spot .ct .event .evinfo ul {
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spot .ct .event .evinfo ul li {
  margin-top: 20px;
  width: 33.33333%;
}
.spot .ct .event .evinfo ul li img {
  display: block;
  width: 260px;
  height: 170px;
  object-fit: cover;
  margin: 0 auto;
}
.spot .ct .event .evinfo ul li .linkbtn {
  background-color: #248dd7;
}
.spot .ct .event .ev_c1 {
  margin: 50px 0 0;
  overflow: hidden;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZjg2M2IiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmOTA0NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY5MDQ3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZjg2M2IiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmODYzYiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmY5MDQ3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY5MDQ3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #ff863b 25%, #ff9047 25%, #ff9047 50%, #ff863b 50%, #ff863b 75%, #ff9047 75%, #ff9047);
  background-image: -webkit-linear-gradient(135deg, #ff863b 25%, #ff9047 25%, #ff9047 50%, #ff863b 50%, #ff863b 75%, #ff9047 75%, #ff9047);
  background-image: linear-gradient(-45deg, #ff863b 25%, #ff9047 25%, #ff9047 50%, #ff863b 50%, #ff863b 75%, #ff9047 75%, #ff9047);
  background-size: 30px 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.spot .ct .event .ev_c1 .lb {
  margin-top: 10px;
  text-align: center;
}
.spot .ct .event .ev_c1 .inner {
  margin: 10px;
  padding: 15px;
  background-color: white;
  overflow: hidden;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.spot .ct .event .ev_c1 p:nth-of-type(1) {
  margin-top: 0;
}
.spot .ct .event .ev_c1 .c1info {
  margin-top: 30px;
  overflow: hidden;
}
.spot .ct .event .ev_c1 .c1info ul {
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spot .ct .event .ev_c1 .c1info ul.subimg li {
  width: 20%;
}
.spot .ct .event .ev_c1 .c1info ul.subimg li img {
  width: 140px;
  height: 100px;
}
.spot .ct .event .ev_c1 .c1info ul li {
  margin-top: 20px;
  width: 33.33333%;
}
.spot .ct .event .ev_c1 .c1info ul li .lb {
  display: block;
  margin: 0 0.5em;
  padding: 0.5em 0;
  background-color: #a20d0d;
  color: #ffec95;
  font-weight: bold;
  line-height: 1.3;
}
.spot .ct .event .ev_c1 .c1info ul li img {
  display: block;
  width: 260px;
  height: 170px;
  object-fit: cover;
  margin: 20px auto 0;
}

/* ================================================================== */
/* Place */
/* ================================================================== */
.place .ct .panel {
  margin-top: 30px;
  box-sizing: border-box;
}
.place .ct .panel a {
  font-weight: bold;
  text-decoration: underline;
}
.place .ct .copy {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.3;
}
.place .ct .sublb {
  background: none;
  color: white;
}
.place .ct .sublb small {
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 30px;
}
.place .ct .sublb::before {
  background-color: white;
}
.place .ct .pl_info {
  display: inline-block;
  width: auto;
  padding: 0.5em;
  background-color: white;
  border: 1px solid #999;
  word-break: break-all;
  word-wrap: break-word;
}
.place .ct .pl_info caption {
  display: block;
  margin-bottom: 1em;
  text-align: left;
  background-color: white;
  font-weight: bold;
  border-bottom: 1px dashed #999;
}
.place .ct .pl_info th,
.place .ct .pl_info td {
  padding: 0.25em 0.5em;
  border: none;
  font-size: 1.2rem;
  line-height: 1.3;
}
.place .ct .pl_info th {
  background-color: transparent;
  color: #1e1e1e;
}
.place .ct .pl_info td a {
  font-weight: normal;
}
.place .ct .placeinfo {
  margin-top: 30px;
  padding: 15px;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.place .ct .placeinfo ul {
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.place .ct .placeinfo ul li {
  margin-top: 20px;
  width: 25%;
}
.place .ct .placeinfo ul li img {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
}
.place .ct .placeinfo ul li .caption {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.place .ct .placeinfo ul li .exp {
  display: block;
  margin: 10px 10px 0;
  font-size: 1.3rem;
  line-height: 1.5;
}

.fujinosakuoka .ct .panel {
  background-color: #fbf5fc;
  border: 3px solid #dea9eb;
}
.fujinosakuoka .ct .copy {
  color: #b52f50;
  text-align: center;
}
.fujinosakuoka .ct .sublb {
  background-color: #c572db;
}
.fujinosakuoka .ct .pl_infobox {
  margin-top: 30px;
  background: url(img/fujinosakuoka/ct_bg.png) no-repeat right top;
}
.fujinosakuoka .ct .pl_tarea {
  margin-top: 30px;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.fujinosakuoka .ct .pl_tarea p {
  margin-top: 10px;
}
.fujinosakuoka .ct .pl_tarea p:nth-of-type(1) {
  margin-top: 0;
}
.fujinosakuoka .ct .placeinfo {
  background-color: #f0ccfb;
}

.sakurayamakouen .ct .panel {
  background-color: #fcf7f7;
  border: 3px solid #f89c9c;
}
.sakurayamakouen .ct .copy {
  color: #ff3859;
}
.sakurayamakouen .ct .sublb {
  background-color: #f67575;
}
.sakurayamakouen .ct .pl_infobox {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sakurayamakouen .ct .pl_ibox {
  width: 350px;
}
.sakurayamakouen .ct .pl_info th {
  width: 80px;
}
.sakurayamakouen .ct .pl_gallery {
  width: 500px;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sakurayamakouen .ct .pl_gallery li {
  margin: 0 0 15px 15px;
}
.sakurayamakouen .ct .pl_gallery li img {
  width: 150px;
  height: 100px;
  object-fit: cover;
}
.sakurayamakouen .ct .placeinfo {
  background-color: #ffefcf;
}
.sakurayamakouen .ct .placeinfo ul li {
  width: 33.33333%;
}
.sakurayamakouen .ct .placeinfo ul li img {
  width: 250px;
  height: 180px;
}
.sakurayamakouen .ct .placeinfo ul li .caption {
  color: #b31111;
}

.lalanfujioka .ct .panel {
  background-color: #f3f5fb;
  border: 3px solid #4360c3;
}
.lalanfujioka .ct .copy {
  color: #103060;
}
.lalanfujioka .ct .sublb {
  background-color: #0e2c91;
}
.lalanfujioka .ct .pl_infobox {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.lalanfujioka .ct .pl_info {
  margin-top: 0;
}
.lalanfujioka .ct .placeinfo ul li {
  width: 33.33333%;
}
.lalanfujioka .ct .placeinfo ul li img {
  width: 250px;
  height: 180px;
}

.tsuchihi .ct .panel {
  background-color: #f8f4f2;
  border: 3px solid #b3775f;
}
.tsuchihi .ct .copy {
  color: #ad2828;
}
.tsuchihi .ct .placeinfo {
  padding: 0;
}
.tsuchihi .ct .placeinfo ul li {
  margin-right: 15px;
  padding-bottom: 10px;
  width: 290px;
  background-color: #dac3c8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.tsuchihi .ct .placeinfo ul li:nth-of-type(3n) {
  margin-right: 0;
}
.tsuchihi .ct .placeinfo ul li .sublb {
  margin: 5px;
  padding: 0.25em 0;
  background-color: #8c5642;
  text-align: center;
}
.tsuchihi .ct .placeinfo ul li .sublb::before {
  display: none;
}
.tsuchihi .ct .placeinfo ul li img {
  margin-top: 20px;
  width: 250px;
  height: 170px;
  object-fit: cover;
}

/* ================================================================== */
/* Gourmet */
/* ================================================================== */
.gourmet .ct .tab-group li.tab {
  background-color: #fce6a4;
}
.gourmet .ct .tab-group li.tab.is-active {
  background: #fa8e2e;
}
.gourmet .ct .panel {
  border: 3px solid #fa8e2e;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZWZhZTEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZkZjVjYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmRmNWNiIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZWZhZTEiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZlZmFlMSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmRmNWNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRmNWNiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #fefae1 25%, #fdf5cb 25%, #fdf5cb 50%, #fefae1 50%, #fefae1 75%, #fdf5cb 75%, #fdf5cb);
  background-image: -webkit-linear-gradient(135deg, #fefae1 25%, #fdf5cb 25%, #fdf5cb 50%, #fefae1 50%, #fefae1 75%, #fdf5cb 75%, #fdf5cb);
  background-image: linear-gradient(-45deg, #fefae1 25%, #fdf5cb 25%, #fdf5cb 50%, #fefae1 50%, #fefae1 75%, #fdf5cb 75%, #fdf5cb);
  background-size: 20px 20px;
}
.gourmet .ct .panel a {
  font-weight: bold;
  text-decoration: underline;
}
.gourmet .ct .copy {
  text-align: center;
}
.gourmet .ct .gourmetinfo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 8px 0 0;
  /*      padding: 8px;*/
  background-color: #fd7c35;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.gourmet .ct .gourmetinfo .gbox {
  width: 290px;
  margin: 0 0 8px 8px;
  background-color: white;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 1px 3px rgba(251, 62, 42, 0.8);
  -webkit-box-shadow: 0 1px 3px rgba(251, 62, 42, 0.8);
  box-shadow: 0 1px 3px rgba(251, 62, 42, 0.8);
}
.gourmet .ct .gourmetinfo .gbox .lb {
  margin: 10px 10px 0;
  padding: 0.5em 1em;
  background-color: #fe3d1d;
  color: white;
  font-size: 1.6rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gourmet .ct .gourmetinfo .gbox img {
  margin-top: 20px;
}
.gourmet .ct .gourmetinfo .gbox dl {
  margin: 10px;
}
.gourmet .ct .gourmetinfo .gbox dl dt {
  color: #b31111;
  font-weight: bold;
}
.gourmet .ct .gourmetinfo .gbox dl dd {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.3;
}
.gourmet .ct .gourmetinfo .gbox .shopinfo {
  margin: 10px;
  padding: 0.5em;
  font-size: 1.2rem;
  text-align: left;
  background-color: #ffe7b8;
  color: #fa460a;
  line-height: 1.3;
  font-weight: bold;
}
.gourmet .ct .gourmetinfo .gbox .shopinfo a {
  font-weight: normal;
  font-size: 1.1rem;
}
.gourmet .ct .gourmetinfo ul {
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gourmet .ct .gourmetinfo ul li {
  margin-top: 20px;
  width: 25%;
}
.gourmet .ct .gourmetinfo ul li img {
  display: block;
  width: 180px;
  height: 110px;
  object-fit: cover;
  margin: 0 auto;
}
.gourmet .ct .gourmetinfo ul li .caption {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.gourmet .ct .placeinfo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 15px;
  background-color: white;
  border: 2px solid #a2c66f;
  box-sizing: border-box;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.gourmet .ct .placeinfo.col2 ul {
  width: 270px;
}
.gourmet .ct .placeinfo.col2 .infobox {
  width: 580px;
}
.gourmet .ct .placeinfo ul {
  width: 540px;
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gourmet .ct .placeinfo ul li {
  margin-top: 20px;
}
.gourmet .ct .placeinfo ul li:nth-of-type(1), .gourmet .ct .placeinfo ul li:nth-of-type(2) {
  margin-top: 0;
}
.gourmet .ct .placeinfo .infobox {
  width: 300px;
}
.gourmet .ct .placeinfo .infobox .lb {
  margin: 0;
  padding: 0.5em 1em;
  background-color: #6da22e;
  color: white;
  font-size: 1.6rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gourmet .ct .placeinfo .infobox .lb + p {
  margin-top: 10px;
}
.gourmet .ct .placeinfo .infobox p {
  font-size: 1.3rem;
}
.gourmet .ct .placeinfo .infobox .shopinfo {
  margin: 10px 0 0;
  padding: 0.5em;
  font-size: 1.2rem;
  text-align: left;
  background-color: #ffe7b8;
  color: #fa460a;
  line-height: 1.3;
  font-weight: bold;
}
.gourmet .ct .placeinfo .infobox .shopinfo a {
  font-weight: normal;
  font-size: 1.1rem;
}
.gourmet .ct .placeinfo dl {
  display: table;
  width: 100%;
}
.gourmet .ct .placeinfo dl:nth-of-type(1) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid red;
}
.gourmet .ct .placeinfo dl dt,
.gourmet .ct .placeinfo dl dd {
  display: table-cell;
  font-size: 1.3rem;
  font-weight: bold;
  color: red;
}
.gourmet .ct .placeinfo dl dt {
  width: 25%;
}

/* ================================================================== */
/* History */
/* ================================================================== */
.history .ct .panel {
  background-color: #906347;
  color: white;
}
.history .ct .panel a {
  color: #ffff99;
  font-weight: bold;
  text-decoration: underline;
}
.history .ct .sublb {
  background: none;
  background-color: #6b3f3f;
  color: white;
}
.history .ct .sublb::before {
  background-color: white;
}
.history .ct dl {
  display: table;
  padding: 0.15em 0;
  width: 100%;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}
.history .ct dl:nth-of-type(1) {
  margin-top: 30px;
}
.history .ct dl dt,
.history .ct dl dd {
  display: table-cell;
}
.history .ct dl dt {
  width: 100px;
}
.history .ct dl dt span {
  display: inline-block;
  width: 80%;
  background-color: #9c2b38;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 1.3rem;
}
.history .ct .panel1 .ct_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.history .ct .panel1 .ct_info {
  width: 450px;
}
.history .ct .panel1 .ct_info p:nth-of-type(1) {
  margin-top: 0;
}
.history .ct .panel1 .placeinfo_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.history .ct .panel1 .placeinfo {
  margin-top: 30px;
  padding: 15px;
  background-color: #472b20;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.history .ct .panel1 .placeinfo.wide2 .p_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp {
  margin-left: 30px;
}
.history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp p {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp p.p_lb {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl {
  width: 350px;
}
.history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl:nth-of-type(1) {
  margin-top: 20px;
}
.history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl dt,
.history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl dd {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
}
.history .ct .panel1 .placeinfo.narrow {
  width: 260px;
  text-align: center;
}
.history .ct .panel1 .placeinfo.narrow .lb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  font-size: 2.5rem;
}
.history .ct .panel1 .placeinfo.narrow .lb.lb_small {
  font-size: 2rem;
}
.history .ct .panel1 .placeinfo.narrow img {
  margin-top: 20px;
}
.history .ct .panel1 .placeinfo.narrow p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
}
.history .ct .panel1 .placeinfo.narrow dl:nth-of-type(1) {
  margin-top: 20px;
}
.history .ct .panel1 .placeinfo.narrow dl dt,
.history .ct .panel1 .placeinfo.narrow dl dd {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
}
.history .ct .panel1 .placeinfo .lb_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.history .ct .panel1 .placeinfo .lb_wrap p {
  margin-top: 0;
  width: 650px;
}
.history .ct .panel1 .placeinfo .lb {
  font-size: 3rem;
  color: #ffff99;
}
.history .ct .panel1 .placeinfo ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.history .ct .panel2 .ct_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.history .ct .panel2 .ct_info {
  width: 450px;
}
.history .ct .panel2 .ct_info p:nth-of-type(1) {
  margin-top: 0;
}
.history .ct .panel2 .ct_info ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  padding: 15px;
  background-color: #472b20;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.history .ct .panel2 .ct_info ul li {
  margin-right: 15px;
}

/* ================================================================== */
/* Kaiyutei */
/* ================================================================== */
.kaiyutei .ct .panel {
  background: url(img/kaiyutei/ctbk2.png);
  border: 3px solid #ca8f50;
  box-sizing: border-box;
}
.kaiyutei .ct .panel a {
  color: #ffff99;
  font-weight: bold;
  text-decoration: underline;
}
.kaiyutei .ct .sublb {
  background: none;
  background-color: #9a6739;
  color: white;
}
.kaiyutei .ct .sublb::before {
  background-color: white;
}
.kaiyutei .ct .pl_info {
  display: inline-block;
  width: auto;
  padding: 0.5em;
  background-color: #623924;
  word-break: break-all;
  word-wrap: break-word;
}
.kaiyutei .ct .pl_info caption {
  display: block;
  margin-bottom: 1em;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}
.kaiyutei .ct .pl_info th,
.kaiyutei .ct .pl_info td {
  padding: 0.25em 0.5em;
  border: none;
  font-size: 1.2rem;
  line-height: 1.3;
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.kaiyutei .ct .pl_info th {
  background-color: transparent;
}
.kaiyutei .ct .pl_info td a {
  font-weight: normal;
}
.kaiyutei .ct .panel1 .ct_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.kaiyutei .ct .panel1 .ct_info {
  width: 450px;
}
.kaiyutei .ct .panel1 .ct_info p:nth-of-type(1) {
  margin-top: 0;
}
.kaiyutei .ct .panel1 .placeinfo {
  margin-top: 30px;
  padding: 0;
  overflow: hidden;
}
.kaiyutei .ct .panel1 .placeinfo ul {
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kaiyutei .ct .panel1 .placeinfo ul li {
  margin-top: 20px;
  width: 33.33333%;
}
.kaiyutei .ct .panel1 .placeinfo ul li img {
  display: block;
  width: 250px;
  height: 180px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

/* ================================================================== */
/* Access */
/* ================================================================== */
.access .ct_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.access .map {
  width: 480px;
  text-align: center;
}
.access .map figcaption {
  margin-top: 20px;
}
.access .traffic {
  width: 450px;
}
.access .traffic .tr_box {
  margin: 20px 0 0;
  padding: 15px;
  background-color: #fff8c6;
  border: 2px solid #ffb053;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.access .traffic .tr_box:nth-of-type(1) {
  background: url(img/access/car_icon.png) no-repeat 95% center;
  background-color: #fff8c6;
}
.access .traffic .tr_box:nth-of-type(2) {
  background: url(img/access/train_icon.png) no-repeat 95% center;
  background-color: #fff8c6;
}
.access .traffic .tr_box .lb {
  color: #fa460a;
  font-size: 1.6rem;
  font-weight: bold;
}
.access .traffic .tr_box .lb strong {
  font-size: 2.4rem;
}
.access .traffic .tr_box .lb + ul {
  margin-top: 10px;
}
.access .traffic .tr_box ul li {
  font-size: 1.3rem;
}
.access .traffic .img_wrap {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.access .traffic .img_wrap figure {
  text-align: center;
}
.access .traffic .img_wrap figure figcaption {
  margin-top: 10px;
}
.access .fac_maparea {
  width: 820px;
  margin: 50px auto 0;
  position: relative;
}
.access .fac_maparea img.map_a1 {
  position: absolute;
  top: 30px;
  left: 30px;
  -moz-box-shadow: 0 1px 3px rgba(95, 80, 50, 0.8);
  -webkit-box-shadow: 0 1px 3px rgba(95, 80, 50, 0.8);
  box-shadow: 0 1px 3px rgba(95, 80, 50, 0.8);
}
.access .fac_maparea img.map_b1 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -moz-box-shadow: 0 1px 3px rgba(95, 80, 50, 0.8);
  -webkit-box-shadow: 0 1px 3px rgba(95, 80, 50, 0.8);
  box-shadow: 0 1px 3px rgba(95, 80, 50, 0.8);
}

/* ================================================================== */
/* Sitemap */
/* ================================================================== */
.sitemap .ct #sitemap_list {
  width: 90%;
  margin: 0 auto;
}
.sitemap .ct #sitemap_list li {
  position: relative;
}
.sitemap .ct #sitemap_list li::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 16px;
  height: 16px;
  background: url(img/icon/arrow_w.svg) no-repeat center center;
  background-size: 8px auto;
  background-color: #a39ae9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.sitemap .ct #sitemap_list li .children {
  display: -webkit-flex;
  display: flex;
}
.sitemap .ct #sitemap_list li .children li {
  font-size: 1.4rem;
  margin-right: 1.5em;
  background: none !important;
}
.sitemap .ct #sitemap_list li .children li::before {
  margin-right: 0.5em;
  width: 10px;
  height: 10px;
  background: url(img/icon/arrow_g.svg) no-repeat center center;
  background-size: contain;
  background-color: transparent;
}

/* ================================================================== */
/* NEWS */
/* ================================================================== */
.news .postbox {
  padding-bottom: 100px;
  overflow: hidden;
}
.news .postbox .posttitle {
  margin-top: 30px;
  padding: 0.75em 2em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.news .postbox .posttitle::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60%;
  background-color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}
.news .postbox .ctlb {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
.news .postbox .post_meta {
  margin-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.news .postbox .post_meta li {
  width: auto;
  margin: 0;
  padding: 0;
}
.news .postbox .post_meta li.date {
  font-size: 1.3rem;
}
.news .postbox .post_meta li.date::before {
  content: "";
  display: inline-block;
  margin-right: 0.75em;
  width: 16px;
  height: 16px;
  background: url(img/icon/date.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.news .postbox .post_meta li.cate a {
  margin-left: 1em;
  font-size: 1.2rem;
  padding: 0.15em 0.75em;
  background-color: red;
  color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
}
.news .postbox .post_meta li.tag {
  font-size: 1.2rem;
  margin-left: 1em;
}
.news .postbox .post_meta li.tag a {
  margin-right: 1em;
  font-size: 1.2rem;
  padding: 0.25em 1em;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.news .postbox .context {
  margin-top: 50px;
  overflow: hidden;
}
.news .postbox .context p,
.news .postbox .context ul,
.news .postbox .context ol {
  margin: 0;
}
.news .postbox .context p.wp-caption-text {
  margin-top: 0;
}
.news .postbox .context img {
  display: block;
}
.news .postbox .context img.postimg {
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
  object-fit: contain;
  object-position: 0 0;
}
.news .postbox .context .pdficon {
  margin: 50px 0 0;
}
.news .infolist {
  min-height: 300px;
}
.news .infolist dl {
  display: table;
  margin: 0 auto;
  padding: 1em 0;
  width: 90%;
  border-bottom: 1px solid #ccc;
}
.news .infolist dl dt,
.news .infolist dl dd {
  display: table-cell;
}
.news .infolist dl dt {
  width: 15%;
}
.news .infolist dl dt .cate {
  display: inline-block;
  margin-left: 30px;
  width: 120px;
  color: white;
  text-align: center;
  font-weight: normal;
}
.news .infolist dl dt .cate.cate1 {
  background-color: #82b93a;
}
.news .infolist dl dt .cate.cate2 {
  background-color: #14287d;
}
.news .infolist dl dd {
  font-weight: bold;
}

/* ================================================================== */
/* BLOG */
/* ================================================================== */
.wp-pagenavi {
  margin-top: 50px;
  padding: 1em 0;
  font-size: 1.4rem;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #b6b6b6;
  padding: 0.2em 0.75em;
  margin: 2px;
  color: #1e1e1e;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #0542a8;
  border-color: #0542a8;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-weight: normal;
}

/* ================================================================== */
/* Page */
/* ================================================================== */
.page .context {
  margin-top: 50px;
  overflow: hidden;
}
.page .context p,
.page .context ul,
.page .context ol {
  margin: 0;
}
.page .context p.wp-caption-text {
  margin-top: 0;
}
.page .context img {
  display: block;
}
.page .context img.postimg {
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
  object-fit: contain;
  object-position: 0 0;
}

/* ================================================================== */
/* SMP */
/* ================================================================== */
@media screen and (max-width: 767px) {
  .cnt, header .inner, .gmenuarea, footer .inner, footer .copyright, .mainimgarea, .spot_wrap, .top .top_infoct, .under .pan, .under .ct {
    width: 95%;
  }

  .br-pc,
  .dn-sp {
    display: none;
  }

  .br-sp,
  .dn-pc {
    display: block;
  }

  body {
    font-family: sans-serif;
    min-width: initial;
    font-size: 1.4rem;
  }

  /* ====================================================================== */
  /* HEADER */
  /* ====================================================================== */
  header {
    position: fixed;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 10;
  }
  header .h_top {
    padding: 0.25em 0;
  }
  header .h_top h1 {
    font-size: 1.1rem;
  }
  header .h_top ul {
    display: none;
  }
  header .inner {
    padding: 10px 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  header .inner img.logo {
    width: 240px;
    margin-left: 50px;
  }
  header .add {
    display: none;
  }
  header .mail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #6c71b6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
  }
  header .mail img {
    width: 16px;
  }

  .gmenuarea {
    display: none;
  }

  .d_nav {
    display: block;
  }

  .smp_menuarea {
    display: block;
  }

  .smp_add {
    display: block;
  }

  /* ====================================================================== */
  /* CONTENT */
  /* ====================================================================== */
  article p {
    margin-top: 30px;
  }

  article table {
    display: block;
    margin-top: 30px;
  }
  article table th,
  article table td {
    display: block;
  }

  article ul,
  article ol {
    margin-top: 30px;
  }

  /* --------------------------------------------------- */
  /* Bgbox */
  /* --------------------------------------------------- */
  .bgbox {
    margin-top: 30px;
  }
  .bgbox .inner {
    margin: 6px;
    padding: 1.5em;
  }
  .bgbox .lb {
    font-size: 2rem;
  }
  .bgbox .lb::before {
    font-size: 1.6rem;
  }

  .imgbox {
    margin-top: 30px;
  }

  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
  article .pagenavi {
    margin: 0 auto 50px;
  }
  article .pagenavi a {
    display: inline-block;
    margin: 0 10px;
    padding: 1em;
    font-size: 1.4rem;
  }

  footer {
    padding: 15px 0;
  }
  footer .inner {
    text-align: center;
    display: block;
  }
  footer ul.f_menu {
    display: none;
  }
  footer .copyright {
    text-align: center;
    line-height: 1.3;
  }

  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 200;
  }
  #pagetop a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 1.4rem;
  }
  #pagetop a::before {
    font-weight: 300;
    font-size: 1.3rem;
    top: 5px;
  }

  /* ================================================================== */
  /* COMMON */
  /* ================================================================== */
  .ct_bg {
    height: 100px;
    top: -10px;
  }

  .mainimgarea {
    width: 100%;
    margin-top: 100px;
    margin-top: 45px;
    padding-bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .mainimgarea::after {
    background-size: 100% auto;
    bottom: -17px;
  }
  .mainimgarea img {
    width: 98%;
    margin: 5px auto;
  }
  .mainimgarea .pgtitle {
    display: block;
    margin: 15px;
    font-size: 2rem;
  }
  .mainimgarea .pgtitle:first-letter {
    font-size: 2.8rem;
  }
  .mainimgarea .pgtitle .copy {
    display: block;
    margin-top: 1em;
    font-size: 1.2rem;
    position: relative;
    text-align: right;
  }
  .mainimgarea .pgtitle .copy strong {
    font-size: 1.4rem;
  }
  .mainimgarea .ctslide {
    width: auto;
    margin: 5px auto;
  }
  .mainimgarea .ctslide .slider .slider_ct {
    width: auto;
    height: auto;
    border: none;
  }
  .mainimgarea .ctslide .slider .slider_ct img {
    margin: 0 auto;
    padding: 0;
    width: 98%;
    height: auto;
    object-fit: cover;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid white;
    box-sizing: border-box;
  }
  .mainimgarea .ctslide .slider .slide-arrow {
    width: 10px;
    height: 10px;
  }
  .mainimgarea .ctslide .slider .prev-arrow {
    left: 10px;
  }
  .mainimgarea .ctslide .slider .next-arrow {
    right: 10px;
  }

  .spot_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spot_wrap .spot {
    width: 48%;
    margin-bottom: 40px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
  .spot_wrap .spot:nth-of-type(3), .spot_wrap .spot:nth-of-type(4) {
    margin-bottom: 0;
  }
  .spot_wrap .spot .lb {
    margin-top: -22px;
    width: 95%;
  }

  /* ================================================================== */
  /* TOP */
  /* ================================================================== */
  .top .top_infoct {
    display: block;
    overflow: hidden;
  }
  .top .top_infoct .information {
    width: auto;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
  .top .top_infoct .information .inner {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .top .top_infoct .information .lb img {
    width: 120px;
  }
  .top .top_infoct .information dl {
    width: 100%;
    display: block;
  }
  .top .top_infoct .information dl dt,
  .top .top_infoct .information dl dd {
    display: block;
  }
  .top .top_infoct .information dl dt {
    display: inline;
    width: auto;
  }
  .top .top_infoct .information dl dd:nth-of-type(1) {
    display: inline;
    margin-left: 10px;
  }
  .top .top_infoct .information dl dd:nth-of-type(2) {
    padding-top: 5px;
  }
  .top .top_infoct .information dl dd:nth-of-type(2) a {
    display: block;
  }
  .top .top_infoct .information dl dd.cate {
    width: auto;
  }
  .top .top_infoct .information dl dd.cate span {
    font-size: 1.1rem;
  }
  .top .top_infoct .centerbnr {
    margin-top: 30px;
    width: 50%;
    float: left;
  }
  .top .top_infoct .rightbnr {
    width: 45%;
    float: right;
    margin-top: 30px;
  }
  .top .top_infoct .rightbnr img {
    width: 100%;
  }

  /* ================================================================== */
  /* Under */
  /* ================================================================== */
  .under .pan {
    display: none;
  }
  .under .ct {
    margin-top: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .under .ct:nth-of-type(1) {
    margin-top: 15px;
  }
  .under .ct .ct_inner {
    margin: 20px 0;
    overflow: hidden;
  }
  .under .tab-group {
    margin-top: 15px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .under .tab-group li.tab {
    margin: 0 0.5em;
    padding: 0.75em 0.75em;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .under .tab-group li.tab:nth-of-type(1) {
    margin-left: 0.5em;
  }
  .under .panel {
    padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }

  /* ================================================================== */
  /* Spot */
  /* ================================================================== */
  .spot .ct .cate_lb {
    display: block;
  }
  .spot .ct .cate_lb dt,
  .spot .ct .cate_lb dd {
    display: block;
  }
  .spot .ct .cate_lb dt {
    width: auto;
    font-size: 4.2rem;
  }
  .spot .ct .cate_lb dt small {
    font-size: 3.2rem;
  }
  .spot .ct .cate_lb dt img {
    width: 48px;
  }
  .spot .ct .cate_lb dd {
    padding-top: 30px;
  }
  .spot .ct .placeinfo_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .spot .ct .linkbtn {
    display: block;
    margin: 20px 10px 0;
    padding: 0.5em 1em 0.5em 1.5em;
    font-size: 1.3rem;
  }
  .spot .ct .placeinfo {
    margin-top: 30px;
    padding: 10px;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .spot .ct .placeinfo ul li {
    margin: 10px 0;
    width: 50%;
  }
  .spot .ct .placeinfo ul li img {
    width: 85%;
    height: 100px;
  }
  .spot .ct .o_placeinfo_narrow {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 48%;
    margin-right: 0;
  }
  .spot .ct .o_placeinfo_narrow .sublb {
    margin-top: 0;
  }
  .spot .ct .o_placeinfo_narrow img {
    width: 80%;
    height: 100px;
  }
  .spot .ct .search001 {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }
  .spot .ct .search001 img {
    display: block;
    width: 100%;
  }
  .spot .ct .event .ev_lb {
    font-size: 3.2rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .spot .ct .event .evinfo ul li {
    width: 50%;
  }
  .spot .ct .event .evinfo ul li img {
    width: 90%;
    height: 120px;
  }
  .spot .ct .event .ev_c1 {
    margin: 50px 0 0;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .spot .ct .event .ev_c1 .lb img {
    width: 90%;
  }
  .spot .ct .event .ev_c1 .inner {
    margin: 10px 6px 6px;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .spot .ct .event .ev_c1 .c1info {
    margin-top: 30px;
    overflow: hidden;
  }
  .spot .ct .event .ev_c1 .c1info ul.subimg li {
    width: 33.33333%;
    margin: 0;
  }
  .spot .ct .event .ev_c1 .c1info ul.subimg li img {
    width: 90%;
    height: 80px;
  }
  .spot .ct .event .ev_c1 .c1info ul li {
    width: 50%;
  }
  .spot .ct .event .ev_c1 .c1info ul li img {
    width: 90%;
    height: 120px;
  }

  /* ================================================================== */
  /* Place */
  /* ================================================================== */
  .place .ct .panel {
    margin-top: 0;
  }
  .place .ct .copy {
    font-size: 1.8rem;
  }
  .place .ct .sublb small {
    display: block;
    margin: 0.5em 0 0;
  }
  .place .ct .pl_info {
    display: block;
  }
  .place .ct .pl_info th,
  .place .ct .pl_info td {
    display: table-cell;
  }
  .place .ct .pl_info th {
    width: 30%;
  }
  .place .ct .placeinfo {
    margin-top: 30px;
    padding: 10px;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .place .ct .placeinfo ul {
    margin-top: 0;
  }
  .place .ct .placeinfo ul li {
    margin: 10px 0;
    width: 50%;
  }
  .place .ct .placeinfo ul li img {
    width: 80%;
    height: 100px;
  }
  .place .ct .placeinfo ul li .exp {
    margin: 10px 10px 0;
    line-height: 1.3;
  }

  .fujinosakuoka .ct .pl_infobox {
    margin-top: 30px;
    background: none;
  }
  .fujinosakuoka .ct .pl_infobox img {
    display: block;
    width: 100%;
  }
  .fujinosakuoka .ct .pl_tarea {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .fujinosakuoka .ct .pl_tarea p {
    margin-top: 10px;
  }
  .fujinosakuoka .ct .pl_tarea p:nth-of-type(1) {
    margin-top: 0;
  }

  .sakurayamakouen .ct .pl_infobox {
    display: block;
  }
  .sakurayamakouen .ct .pl_ibox {
    width: auto;
  }
  .sakurayamakouen .ct .pl_ibox img {
    width: 100%;
  }
  .sakurayamakouen .ct .pl_info th {
    width: 30%;
  }
  .sakurayamakouen .ct .pl_gallery {
    width: auto;
    margin-top: 30px;
  }
  .sakurayamakouen .ct .pl_gallery li {
    width: 33.33333%;
    margin: 0 0 15px 0;
  }
  .sakurayamakouen .ct .pl_gallery li img {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 80px;
    object-fit: cover;
  }
  .sakurayamakouen .ct .placeinfo ul li {
    width: 50%;
  }
  .sakurayamakouen .ct .placeinfo ul li img {
    width: 80%;
    height: 100px;
  }

  .lalanfujioka .ct .pl_infobox {
    display: block;
  }
  .lalanfujioka .ct .placeinfo ul li {
    width: 50%;
  }
  .lalanfujioka .ct .placeinfo ul li img {
    width: 80%;
    height: 100px;
  }

  .tsuchihi .ct .placeinfo {
    padding: 0;
  }
  .tsuchihi .ct .placeinfo ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tsuchihi .ct .placeinfo ul li {
    margin-right: 0;
    width: 48%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .tsuchihi .ct .placeinfo ul li img {
    margin-top: 20px;
    width: 80%;
    height: 100px;
  }

  /* ================================================================== */
  /* Gourmet */
  /* ================================================================== */
  .gourmet .ct .copy img {
    width: 100%;
  }
  .gourmet .ct .gourmetinfo {
    padding: 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
  }
  .gourmet .ct .gourmetinfo .gbox {
    width: auto;
    margin: 0 auto 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  .gourmet .ct .gourmetinfo .gbox:last-child {
    margin-bottom: 0;
  }
  .gourmet .ct .gourmetinfo .gbox img {
    width: 60%;
  }
  .gourmet .ct .gourmetinfo .gbox dl {
    margin: 10px;
  }
  .gourmet .ct .gourmetinfo .gbox dl dd {
    font-size: 1.4rem;
  }
  .gourmet .ct .gourmetinfo .gbox .shopinfo {
    padding: 1em;
    font-size: 1.3rem;
  }
  .gourmet .ct .gourmetinfo .gbox .shopinfo a {
    font-size: 1.2rem;
  }
  .gourmet .ct .gourmetinfo ul {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gourmet .ct .gourmetinfo ul li {
    margin-top: 20px;
    width: 25%;
  }
  .gourmet .ct .gourmetinfo ul li img {
    display: block;
    width: 180px;
    height: 110px;
    object-fit: cover;
    margin: 0 auto;
  }
  .gourmet .ct .gourmetinfo ul li .caption {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .gourmet .ct .placeinfo {
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
  }
  .gourmet .ct .placeinfo.col2 ul {
    width: auto;
  }
  .gourmet .ct .placeinfo.col2 .infobox {
    width: auto;
  }
  .gourmet .ct .placeinfo ul {
    width: auto;
  }
  .gourmet .ct .placeinfo ul li {
    width: 50%;
    margin-top: 20px;
    text-align: center;
  }
  .gourmet .ct .placeinfo ul li img {
    width: 90%;
  }
  .gourmet .ct .placeinfo ul li:nth-of-type(1), .gourmet .ct .placeinfo ul li:nth-of-type(2) {
    margin-top: 10px;
  }
  .gourmet .ct .placeinfo .infobox {
    width: auto;
    margin-top: 15px;
  }
  .gourmet .ct .placeinfo .infobox p {
    font-size: 1.4rem;
  }
  .gourmet .ct .placeinfo .infobox .shopinfo {
    padding: 1em;
    font-size: 1.3rem;
  }
  .gourmet .ct .placeinfo .infobox .shopinfo a {
    font-size: 1.2rem;
  }
  .gourmet .ct .placeinfo dl dt {
    width: 30%;
  }

  /* ================================================================== */
  /* History */
  /* ================================================================== */
  .history .ct .sublb {
    background: none;
    background-color: #6b3f3f;
    color: white;
  }
  .history .ct .sublb::before {
    background-color: white;
  }
  .history .ct img {
    width: 100%;
  }
  .history .ct dl dt {
    width: 120px;
  }
  .history .ct dl dt span {
    width: 80%;
  }
  .history .ct .panel1 .ct_wrap {
    display: block;
  }
  .history .ct .panel1 .ct_info {
    width: auto;
    margin-top: 30px;
  }
  .history .ct .panel1 .placeinfo_wrap {
    display: block;
  }
  .history .ct .panel1 .placeinfo {
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap {
    display: block;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap img {
    width: auto;
    float: left;
    margin: 10px 15px 15px 0;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp {
    margin-left: 0;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp p.p_lb {
    margin-top: 10px;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl {
    width: 100%;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl:nth-of-type(1) {
    margin-top: 20px;
  }
  .history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl dt,
  .history .ct .panel1 .placeinfo.wide2 .p_wrap .p_exp dl dd {
    font-size: 1.3rem;
  }
  .history .ct .panel1 .placeinfo.narrow {
    width: auto;
  }
  .history .ct .panel1 .placeinfo.narrow .lb {
    display: block;
    height: auto;
    font-size: 2.4rem;
  }
  .history .ct .panel1 .placeinfo.narrow .lb.lb_small {
    font-size: 2.4rem;
  }
  .history .ct .panel1 .placeinfo.narrow img {
    width: 50%;
    float: left;
    margin: 30px 15px 15px 0;
  }
  .history .ct .panel1 .placeinfo.narrow p {
    font-size: 1.4rem;
  }
  .history .ct .panel1 .placeinfo.narrow dl:nth-of-type(1) {
    margin-top: 20px;
  }
  .history .ct .panel1 .placeinfo.narrow dl dt,
  .history .ct .panel1 .placeinfo.narrow dl dd {
    font-size: 1.3rem;
  }
  .history .ct .panel1 .placeinfo .lb_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: block;
  }
  .history .ct .panel1 .placeinfo .lb_wrap p {
    margin-top: 15px;
    width: auto;
  }
  .history .ct .panel1 .placeinfo .lb {
    font-size: 2.4rem;
    color: #ffff99;
    text-align: center;
  }
  .history .ct .panel1 .placeinfo ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .history .ct .panel1 .placeinfo ul li {
    width: 50%;
    margin: 10px 0;
  }
  .history .ct .panel1 .placeinfo ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .history .ct .panel2 .ct_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: block;
  }
  .history .ct .panel2 .ct_info {
    width: auto;
  }
  .history .ct .panel2 .ct_info p:nth-of-type(1) {
    margin-top: 30px;
  }
  .history .ct .panel2 .ct_info ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .history .ct .panel2 .ct_info ul li img {
    width: auto;
    height: 130px;
  }

  /* ================================================================== */
  /* Kaiyutei */
  /* ================================================================== */
  .kaiyutei .ct .pl_info {
    display: block;
  }
  .kaiyutei .ct .pl_info th,
  .kaiyutei .ct .pl_info td {
    display: table-cell;
  }
  .kaiyutei .ct .panel1 .ct_wrap {
    display: block;
  }
  .kaiyutei .ct .panel1 .ct_wrap img {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .kaiyutei .ct .panel1 .ct_info {
    width: auto;
    margin-top: 30px;
  }
  .kaiyutei .ct .panel1 .placeinfo ul {
    margin-top: 0;
  }
  .kaiyutei .ct .panel1 .placeinfo ul li {
    margin: 10px 0;
    width: 50%;
  }
  .kaiyutei .ct .panel1 .placeinfo ul li img {
    display: block;
    width: 80%;
    height: 100px;
  }

  /* ================================================================== */
  /* Access */
  /* ================================================================== */
  .access .ct_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: block;
  }
  .access .map {
    width: auto;
  }
  .access .map img {
    width: 90%;
  }
  .access .traffic {
    width: auto;
  }
  .access .traffic .tr_box {
    padding: 10px;
  }
  .access .traffic .tr_box .lb {
    font-size: 1.4rem;
  }
  .access .traffic .tr_box .lb strong {
    font-size: 2.1rem;
  }
  .access .traffic .img_wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .access .traffic .img_wrap figure {
    width: 55%;
  }
  .access .traffic .img_wrap figure img {
    width: 90%;
  }
  .access .traffic .img_wrap .i002 {
    width: 40%;
  }
  .access .fac_maparea {
    width: auto;
    margin: 50px auto 0;
    position: relative;
  }
  .access .fac_maparea img {
    width: 100%;
  }
  .access .fac_maparea img.map_a1 {
    width: 30%;
    top: 10px;
    left: 10px;
  }
  .access .fac_maparea img.map_b1 {
    width: 20%;
    bottom: 10px;
    right: 10px;
  }

  /* ================================================================== */
  /* Sitemap */
  /* ================================================================== */
  .sitemap .ct #sitemap_list {
    width: auto;
    margin: 30px auto 0;
  }
  .sitemap .ct #sitemap_list li::before {
    width: 14px;
    height: 14px;
    background-size: 6px auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .sitemap .ct #sitemap_list li .children {
    display: block;
    margin-top: 1em;
  }
  .sitemap .ct #sitemap_list li .children li {
    padding: 0.25em 0;
    font-size: 1.4rem;
  }

  /* ================================================================== */
  /* NEWS */
  /* ================================================================== */
  .news .postbox {
    padding-bottom: 50px;
  }
  .news .postbox ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .postbox .context img {
    display: block;
    max-width: 90% !important;
    height: auto;
  }
  .news .postbox .context img.postimg {
    margin: 0 auto 50px;
  }
  .news .postbox .context .pdficon {
    width: 50px !important;
  }
  .news .infolist {
    margin-top: 0;
  }
  .news .infolist dl {
    display: block;
    width: auto;
  }
  .news .infolist dl:nth-of-type(1) {
    margin-top: 0;
  }
  .news .infolist dl dt,
  .news .infolist dl dd {
    display: block;
  }
  .news .infolist dl dt {
    width: auto;
  }

  /* ================================================================== */
  /* BLOG */
  /* ================================================================== */
  .blog .blog_wrap {
    display: block;
  }
  .blog .blog_wrap .archive_list {
    width: auto;
  }
  .blog .catlb {
    margin-bottom: 1em;
    font-size: 2.1rem;
  }
  .blog .sidebox {
    width: auto;
  }
  .blog .wp-pagenavi {
    margin: 50px auto;
  }

  .wprm-wrapper .wprm-overlay {
    background-color: rgba(107, 112, 182, 0.3) !important;
    opacity: 0.4 !important;
  }

  #wprmenu_bar {
    width: 100px !important;
    background-color: transparent !important;
    overflow: visible !important;
  }
  #wprmenu_bar.active {
    background-color: transparent !important;
  }
  #wprmenu_bar .hamburger {
    margin-top: 25px !important;
    z-index: 500 !important;
  }
  #wprmenu_bar .hamburger.is-active .hamburger-inner {
    background-color: white !important;
    border-color: white !important;
  }
  #wprmenu_bar .hamburger.is-active .hamburger-inner::before, #wprmenu_bar .hamburger.is-active .hamburger-inner::after {
    background-color: white !important;
    border-color: white !important;
  }
  #wprmenu_bar .hamburger .hamburger-inner {
    height: 2px !important;
    position: relative !important;
  }
  #wprmenu_bar .hamburger .hamburger-inner::before {
    height: 2px !important;
  }
  #wprmenu_bar .hamburger .hamburger-inner::after {
    height: 2px !important;
  }

  #mg-wprm-wrap {
    height: 110% !important;
    margin-top: -50px !important;
  }

  #wprmenu_menu_ul {
    margin-top: 80px !important;
  }
  #wprmenu_menu_ul li {
    text-align: left !important;
    position: relative !important;
  }
  #wprmenu_menu_ul li a {
    padding: 0.75em !important;
    font-size: 1.6rem;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wprmenu_menu_ul li .sub-menu li a {
    background-color: transparent !important;
    border-bottom: none !important;
  }
  #wprmenu_menu_ul li .wprmenu_icon {
    width: 100% !important;
  }

  a[href^="tel:"] {
    pointer-events: visible;
  }
}
