@charset 'UTF-8';

/****************************************************************************************************

CSSリセット

*****************************************************************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
.section,
summary,
time,
mark,
audio,
video {
  max-height: 999999px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url(img/px.png) 0 0 no-repeat;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
.section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 3em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/****************************************************************************************************

clearfix

*****************************************************************************************************/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  display: table;
  /* 2 */

  content: " ";
  /* 1 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/****************************************************************************************************

初期設定（共通）

*****************************************************************************************************/

html,
body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 162%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #323232;
  background-color: #fff;
  z-index: 1;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

ul {
  list-style: inside;
}

.red {
  color: #dc574e;
}

.yellow {
  color: #f8b500;
}

.mizuiro {
  color: #0087a6;
}

.green {
  color: #207f6a;
}

.orange {
  color: #e36e0f;
}

.pink {
  color: #e5587a;
}

.big {
  font-size: 1.1rem;
}

.small {
  font-size: 1rem;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.cb {
  clear: both;
}

em,
strong {
  font-style: normal;
  font-weight: bold;
}

.required

/*必須*/ {
  display: -block;
  float: left;
  border: 1px solid #cc0000;
  background-color: #fef0ef;
  color: #cc0000;
  line-height: normal;
  margin: 0 2px 0 0;
  padding: 2px 3px 0 4px;
  font-size: 0.625rem;
}

.option

/*任意*/ {
  display: block;
  float: left;
  border: 1px solid #147dcf;
  background-color: #f0f7f8;
  color: #147dcf;
  line-height: normal;
  margin: 0 2px 0 0;
  padding: 2px 3px 0 4px;
  font-size: 0.625rem;
}

table th .title {
  display: block;
  overflow: hidden;
}

.hide {
  display: none;
}

#agree {
  margin: 0;
}

.box {
  background-color: #f2f3ea;
  padding: 20px 20px 1px 20px;
  margin-bottom: 40px;
}

.box {
  background-color: #f2f3ea;
  padding: 20px 20px 1px 20px;
  margin-bottom: 40px;
}

.box2 {
  border-top: 1px solid #ddd;
  padding: 20px 20px 1px 20px;
  margin-bottom: 40px;
}

.top {
  margin-top: 0;
}

.hissu {
  color: #cc0000 !important;
}

.input_avatar {
  margin-bottom: 20px;
}

.input_avatar img {
  display: inline;
  border: 1px solid #ccc;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

/* リンク
*****************************************************************************************************/

a {
  color: #6f7528;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}

a img {
  transition: all 0.5s;
}

a:hover,
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}

/*リンクボタン*/
.button {
  width: 100%;
  text-align: center;
}

.button a {
  position: relative;
  display: block;
  width: 320px;
  height: 64px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding-top: 21px;
  background: url(img/button_arrow.png) 92% center no-repeat;
  background-color: #eee;
  background-size: 8px auto;
}

.button a:hover {
  background: url(img/button_arrow.png) 95% center no-repeat;
  background-color: #eee;
  background-size: 8px auto;
}

.button a i {
  margin-right: 3%;
  position: absolute;
  left: 30px;
  font-size: 1.5rem;
}

.button.em a {
  width: 450px;
  background-color: #c04545;
  color: #fff;
  background-image: none;
}

.button.em a:hover {
  background-color: #cd4c4c;
}

.button.em2 a {
  width: 450px;
  background-color: #366b97;
  color: #fff;
  background-image: none;
}

.button.em2 a:hover {
  background-color: #4c93ce;
}

.button_search a {
  display: block;
  width: 320px;
  height: 64px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding-top: 21px;
  background: url(img/button_search.png) 92% center no-repeat;
  background-color: #eee;
  background-size: 16px auto;
}

.button_acc a {
  display: block;
  width: 100%;
  height: 72px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding-top: 24px;
  background-color: #eee;
  background-size: auto 8px;
}

.button_acc a:hover {
  background-color: #eee;
  background-size: auto 8px;
}

.button_acc a.open .fa-arrow-up::before {
  content: "\f063" !important;
}

.button_acc a.open:hover .fa-arrow-up::before {
  content: "\f063" !important;
}

.filter-toggle h1 {
  font-size: 15px;
  font-weight: bold;
  padding-top: 24px;
  background: url(img/button_arrow_acc.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle h1:hover {
  background: url(img/button_arrow_acc.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle h1.open {
  background: url(img/button_arrow_acc_up.png) 58% 50% no-repeat;
  background-size: auto 8px;
}

.filter-toggle h1.open:hover {
  background: url(img/button_arrow_acc_up.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub h1 {
  font-size: 15px;
  font-weight: bold;
  padding-top: 24px;
  background: url(img/button_arrow_acc.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub h1:hover {
  background: url(img/button_arrow_acc.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub h1.open {
  background: url(img/button_arrow_acc_up.png) 58% 50% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub h1.open:hover {
  background: url(img/button_arrow_acc_up.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub p {
  font-size: 15px;
  font-weight: bold;
  padding-top: 24px;
  background: url(img/button_arrow_acc.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub p:hover {
  background: url(img/button_arrow_acc.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub p.open {
  background: url(img/button_arrow_acc_up.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.filter-toggle-sub p.open:hover {
  background: url(img/button_arrow_acc_up.png) 56% 48% no-repeat;
  background-size: auto 8px;
}

.button2 a {
  position: relative;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  padding-top: 12px;
  background-color: #eee;
  background-size: 8px auto;
}

/* 背景
*****************************************************************************************************/
.gray {
  position: relative;
  background-color: #f9f9f6;
}

.gray::before {
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background: url(img/bg_gray_hd.png) 0 0 repeat;
  background-size: contain;
}

.gray::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background: url(img/bg_gray_ft.png) 0 0 repeat;
  background-size: contain;
}

/*--------------------------------
SNSボタン
---------------------------------*/
.sns {
  margin: 0 auto;
  text-align: center;
}

.sns ul {
  margin: 40px auto;
  list-style: none;
}

.sns li {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}

.sns li:nth-child(3n) {
  margin-right: 0;
}

.sns li i {
  margin-right: 3%;
  position: absolute;
  left: 30px;
  font-size: 1.5rem;
}

.sns li a {
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding: 15px 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* ツイッター */
.sns .twitter a {
  background: #00acee;
}

.sns .twitter a:hover {
  background: #0092ca;
}

/* Facebook */
.sns .facebook a {
  background: #3b5998;
}

.sns .facebook a:hover {
  background: #2c4373;
}

/* Htet */
.sp {
  display: none;
}

html,
body {
  /*background: url(img/bg.png) 0 0 repeat;*/
}

.wrapper {
  position: relative;
  z-index: 0;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

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

/* テーブル *****************************************************************************************************/

table {
  width: 100%;
  margin-bottom: 30px;
}

table tr:hover th,
table tr:hover td {
  background-color: #f7f7f7;
}

table th {
  position: inherit;
  width: 28%;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  padding: 15px 10px;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0rem;
  transition: all 0.5s;
}

table .th2 {
  width: 18%;
}

table td {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 10px;
  vertical-align: middle;
  letter-spacing: 0rem;
  transition: all 0.5s;
}

table.schedule {
  text-align: center;
  max-width: 100%;
  overflow-x: auto;
  display: block;
}

table.schedule th {
  width: 12%;
  vertical-align: middle;
  background-color: #877e56;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}

table.schedule td {
}

table.schedule .no {
  background-color: #f7f7f7;
}

table.schedule tr td:hover {
  background-color: #f7f7f7;
}

table.tbl2 th {
  padding: 20px 20px;
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: right;
  position: relative;
}

table.tbl2 th::after {
  content: "│";
  position: absolute;
  top: 50%;
  left: 100%;
  margin: auto;
  transform: translate(-50%, -50%);
  color: #ccc;
}

table.tbl2 td {
  padding: 20px 20px;
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
}

/*カラム *****************************************************************************************************/

ul li img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.col2-1 {
  float: left;
  width: 50%;
  padding: 0 4%;
}

.col3-1 {
  float: left;
  width: 30.66%;
  margin: 0 1%;
}

.col4-1 {
  float: left;
  width: 23%;
  margin: 0 1%;
}

.sepalater {
  border-right: 1px solid #ddd;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 余白 *****************************************************************************************************/

/* マージン */

.mt0_pc {
  margin-top: 0px;
}

.mt10_pc {
  margin-top: 10px;
}

.mt20_pc {
  margin-top: 20px;
}

.mt30_pc {
  margin-top: 30px;
}

.mt40_pc {
  margin-top: 40px;
}

.mt50_pc {
  margin-top: 50px;
}

.mt60_pc {
  margin-top: 60px;
}

.mb0_pc {
  margin-bottom: 0px;
}

.mb10_pc {
  margin-bottom: 10px;
}

.mb20_pc {
  margin-bottom: 20px;
}

.mb30_pc {
  margin-bottom: 30px;
}

.mb40_pc {
  margin-bottom: 40px;
}

.mb50_pc {
  margin-bottom: 50px;
}

.mb60_pc {
  margin-bottom: 60px;
}

.mr30_pc {
  margin-right: 30px;
}

.mr40_pc {
  margin-right: 40px;
}

.ml30_pc {
  margin-left: 30px;
}

/* パディング */

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pb10_pc {
  padding-bottom: 10px;
}

/****************************************************************************************************

  ヘッダー
  *****************************************************************************************************/

body > .wrapper > header {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: rgba(56, 57, 40, 0.5);
}

body > .wrapper > header.index {
  background-color: rgba(56, 57, 40, 0.5);
}

body > .wrapper > header a {
  color: #fff;
}

body > .wrapper > header img {
  vertical-align: middle;
}

body > .wrapper > header .subbar {
  position: relative;
  height: 32px;
  padding-top: 5px;
}

body > .wrapper > header .subbar .sns {
  position: absolute;
  left: 0;
}

body > .wrapper > header .subbar .sns a {
  float: left;
  margin-right: 15px;
}

body > .wrapper > header .subbar .user {
  position: absolute;
  right: 0;
}

body > .wrapper > header .subbar .user > a,
body > .wrapper > header .subbar .user > .lang {
  float: left;
  margin-left: 30px;
  font-size: 15px;
  position: relative;
}

body > .wrapper > header .subbar .user .lang ul.child {
  list-style: none;
  position: absolute;
  right: -45px;
  width: 120px;
  height: 0;
  background-color: rgba(238, 238, 238, 1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  overflow: hidden;
}

body > .wrapper > header .subbar .user .lang:hover ul.child {
  height: 85px;
}

body > .wrapper > header .subbar .user .lang ul.child li {
  padding: 10px 15px;
}

body > .wrapper > header .subbar .user .lang ul.child li a {
  color: #000;
}

body > .wrapper > header .subbar .user .lang ul.child li a img {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

body > .wrapper > header .subbar .user a img {
  margin-right: 5px;
}

body > .wrapper > header .logo {
  float: left;
  margin: 10px 0;
}

body > .wrapper > header .sublink {
  float: right;
  margin-top: 15px;
}

body > .wrapper > header .sublink a {
  margin-left: 30px;
  font-size: 15px;
}

/* ナビ
  *****************************/
body > .wrapper > header .navbar {
  position: relative;
  height: 55px;
  margin-bottom: 0px;
}

body > .wrapper > header nav {
  clear: both;
  width: 100%;
  height: 55px;
  z-index: 3;
}

body > .wrapper > header nav div > ul {
  list-style: none;
  width: 100%;
}

body > .wrapper > header nav div > ul > li {
  position: relative;
  float: left;
  width: 20%;
  /*1/5*/
}

body > .wrapper > header nav div > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  padding: 14px 0 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

body > .wrapper > header nav div > ul > li > a.dlmenu > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  display: block;
  content: "";
  background: url(img/nav_acc_arrow.png) 0 0 no-repeat;
  width: 14px;
  height: 7px;
  margin: auto;
}

body > .wrapper > header nav div > ul > li > a.event::after {
  background: none !important;
}

body > .wrapper > header nav div > ul > li > a img {
  margin-right: 10px;
}

body > .wrapper > header nav div > ul > li ul.child {
  position: absolute;
  top: 54px;
  left: 50%;
  width: 260px;
  margin-left: -130px;
  z-index: 9999;
}

body > .wrapper > header nav div > ul > li ul.child li {
  /* background-color:#373827; */
  background-color: rgba(55, 56, 39, 0.6);
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

body > .wrapper > header nav div > ul > li ul.child li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

body > .wrapper > header nav div > ul > li:hover ul.child li {
  height: 55px;
}

body > .wrapper > header nav div > ul > li ul.child li a {
  display: block;
  width: 100%;
  padding: 15px 30px;
  color: #fff;
}

/****************************************************************************************************

  メインイメージ
  *****************************************************************************************************/

.main_image {
  position: absolute;
  /* top:100px; */
  top: 0;
  z-index: -1;
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.main_image .mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 540px;
  z-index: 999;
}

.main_image ul.slider {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.main_image ul.slider li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.main_image ul.slider li.mv001 {
  width: 100%;
  height: 540px;
  background: url(img/mv001.jpg) center center no-repeat;
  background-size: cover !important;
}

/*.main_image ul.slider li.mv002*/
/*{*/
/*  width:100%;*/
/*  height: 670px;*/
/*  background: url(img/mv002.jpg) center center no-repeat/cover ;*/
/*}*/

.main_image h1 {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 55px;
  color: #ffffff;
  letter-spacing: 1.72px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.main_image h2 {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 27px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/*pager*/

.bx-wrapper .bx-pager {
  bottom: 0px !important;
}

.bx-pager-item a {
  width: 8px !important;
  height: 8px !important;
  background-color: #fff !important;
  border: 2px solid #fff;
}

.bx-pager-item a.active {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #fff;
}

/****************************************************************************************************

  コンテンツ
  *****************************************************************************************************/

/* 共通設定
  ---------------------------------------------------*/

.contents {
  position: relative;
  padding: 40px 0;
}

.contents .main {
  float: left;
  width: 860px;
  text-align: left;
}

.contents .sub {
  float: right;
  width: 320px;
  padding-top: 40px;
}

.contents h1 {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #323232;
  /* margin-bottom: 30px; */
  padding: 3px 0 3px 20px;
  border-left: 5px solid #858c22;
  line-height: 1.4em;
}

.contents h2 {
  position: relative;
  width: 100%;
  height: 45px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #323232;
  letter-spacing: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #858c22;
  line-height: 1.4em;
}

.contents h2 .small {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}

.contents h2 img {
  vertical-align: middle;
  margin-right: 10px;
}

.contents h3 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #323232;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.contents h3 img {
  margin-right: 10px;
}

.contents h4 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #323232;
  letter-spacing: 0;
  margin: 20px 0;
  line-height: 1.4em;
}

.contents h4::before {
  content: "◆ ";
  color: #858c22;
}

.contents h5 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #323232;
  letter-spacing: 0;
  margin: 20px 0;
}

.contents h6 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  padding: 10px 20px;
  background-color: #eee;
  margin-bottom: 20px;
}

.contents p {
  font-size: 15px;
  margin-bottom: 1em;
}

.pankuzu {
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
}

.pankuzu a {
  text-decoration: underline;
}

/*フォームデザイン*/

.square_btn {
  display: inline-block;
  padding: 0.75em 2.5em;
  text-decoration: none;
  background: #6f7528;
  /*ボタン色*/
  color: #fff;
  border-style: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

button.square_btn:focus {
  outline: none;
}

.square_btn:active,
.square_btn.active {
  background: #ffffff;
  color: #6f7528;
  border: 1px solid #6f7528;
}

.check-all {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

label {
  vertical-align: middle;
}

label.checklabel {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 1px 20px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin: 0 10px 30px 0;
  font-size: 15px;
}

.checkbutton:checked + label.checklabel:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 5px;
  color: #99a1a7;
}

.checkbutton {
  display: none;
  margin: 0;
}

select {
  background: url(img/select_arrow.png) right 0% no-repeat,
    linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background: url(img/select_arrow.png) right 0% no-repeat,
    -webkit-linear-gradient(to bottom, #fff 50%, #efebe1 100%);
  border: 1px solid #cacece;
  padding: 4px 52px 4px 20px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /*for IE10over*/
  display: none;
}

/* トップページ
  ---------------------------------------------------*/

.flexslider {
  width: 100%;
  margin-top: 415px !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.flexslider a {
  display: block;
  width: 160px;
  text-align: left !important;
  font-weight: bold;
  font-size: 15px;
}

.topnews {
  margin-bottom: 40px;
}

.topnews > ul {
  list-style: none;
}

.topnews > ul > li {
  float: left;
  width: 33.33%;
  padding: 0 1px 1px 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.topnews ul li .name {
  /* ガラス工芸・創吉: */
  font-size: 15px;
  font-weight: bold;
  color: #4b4e2a;
  letter-spacing: 0;
  padding: 10px;
}

.topnews ul li .text {
  width: 100%;
  text-align: left;
  padding: 0 10px 10px 10px;
}

.topnews ul li .place {
  padding: 0 10px 10px 10px;
  text-align: right;
}

.topnews ul li .place img {
  margin-right: 5px;
}

/*新着情報リンクパネル START */
.topnews ul li .linkpanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 214px;
  padding: 10px;
  color: #fff;
  transition: all 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.topnews ul li .linkpanel.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.topnews ul li .linkpanel a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}

.topnews ul li .linkpanel a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.topnews ul li .linkpanel .planlist {
  padding: 0 10px;
  border-bottom: 1px solid #fff;
  transition: all 0.2s linear;
  position: relative;
  left: -100%;
  min-height: 95px;
}

.topnews ul li .linkpanel.active .planlist {
  left: 0;
}

.topnews ul li .linkpanel .planlist a {
  margin-bottom: 3px;
}

.topnews ul li .linkpanel .planlist a.title {
  font-size: 15px;
  background: url(img/linkpanel_arrow.png) right center no-repeat;
  background-size: 13px;
  padding-right: 23px;
}

.topnews ul li .linkpanel .shopinfo {
  padding: 15px 10px 10px 10px;
  transition: all 0.2s linear;
  position: relative;
  right: -100%;
}

.topnews ul li .linkpanel.active .shopinfo {
  right: 0;
}

.topnews ul li .linkpanel .shopinfo a {
  float: left;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  padding-top: 20px;
}

.topnews ul li .linkpanel .shopinfo a.info {
  background: url(img/linkpanel_shop.png) center 0 no-repeat;
  background-size: 16px 16px;
}

.topnews ul li .linkpanel .shopinfo a.access {
  background: url(img/linkpanel_access.png) center 0 no-repeat;
  background-size: 14px 16px;
}

.topnews ul li .linkpanel .shopinfo a.recruit {
  background: url(img/linkpanel_recruit.png) center 1px no-repeat;
  background-size: 12px 16px;
}

.cat001 {
  background-color: rgba(255, 0, 0, 0.65);
}

.cat002 {
  background-color: rgba(0, 255, 0, 0.65);
}

.cat003 {
  background-color: rgba(0, 0, 255, 0.65);
}

/*新着情報リンクパネル END*/

.topevent ul {
  list-style: none;
  margin-bottom: 10px;
}

.topevent ul li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #979797;
}

.topevent ul li .category {
  display: inline-block;
  background-color: #838a2d;
  padding: 0 10px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}

.topevent ul li .name {
  display: inline-block;
  font-size: 15px;
  color: #323232;
  letter-spacing: 0;
}

.topevent ul li .title {
  font-size: 18px;
  font-weight: bold;
  color: #4b4e2a;
  letter-spacing: 0;
  padding: 10px 0;
}

.topevent ul li .place,
.topevent ul li .date {
  display: inline-block;
  margin-right: 20px;
}

.topevent ul li .place img,
.topevent ul li .date img {
  margin-right: 5px;
}

.topspecial ul {
  list-style: none;
}

.topspecial ul li {
  width: 320px;
  /* height:180px; */
  position: relative;
  margin-bottom: 5px;
}

.topspecial ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  /* height:180px; */
}

.topspecial ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 180px;
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 52%,
    #000000 100%
  );
}

.topspecial ul li .mask .title {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 4px 10px;
  font-size: 17px;
  font-weight: bold;
  background: rgb(0 0 0 / 0.3);
  color: #ffffff;
  text-align: right;
  letter-spacing: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.topranking .tab a {
  float: left;
  display: block;
  width: 50%;
  padding: 15px 20px;
  text-align: center;
  background-color: #eee;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.topranking .tab a.active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}

.topranking ul {
  list-style: none;
}

.topranking ul li ul li {
  clear: both;
  width: 100%;
  height: 160px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  position: relative;
}

.topranking ul li > a {
  display: block;
  width: 100%;
  height: 160px;
}

.topranking ul li.no1 a {
  background: url(img/ranking_no1.png) 0 0 no-repeat;
  background-size: 64px 40px;
}

.topranking ul li.no2 a {
  background: url(img/ranking_no2.png) 0 0 no-repeat;
  background-size: 64px 40px;
}

.topranking ul li.no3 a {
  background: url(img/ranking_no3.png) 0 0 no-repeat;
  background-size: 64px 40px;
}

.topranking ul li.no4 a {
  background: url(img/ranking_no4.png) 0 0 no-repeat;
  background-size: 64px 40px;
}

.topranking ul li.no5 a {
  background: url(img/ranking_no5.png) 0 0 no-repeat;
  background-size: 64px 40px;
}

.topranking ul li.no6 a {
  background: url(img/ranking_no6.png) 0 0 no-repeat;
  background-size: 64px 40px;
}

.topranking ul li img {
  float: right;
  width: 120px;
  height: 160px;
}

.topranking ul li .text {
  display: block;
  width: 180px;
  padding: 55px 10px 0 10px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}

/* 下層ページ
  ---------------------------------------------------*/
/*エリアから探す*/
.arealink {
  list-style: none;
  margin-bottom: 40px;
}

.arealink li {
  float: left;
  width: 23%;
  margin: 1%;
  text-align: center;
}

.arealink li a {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #858c22;
  color: #fff;
  font-size: 1.8rem;
}

.arealist h2 {
  color: #fff;
  font-weight: normal;
  padding: 15px;
  height: auto;
  border-bottom: none;
}

.arealist .todofuken {
  margin-bottom: 40px;
  font-size: 1.2rem;
}

.arealist .todofuken img.fl {
  margin-right: 40px;
}

.arealist .col3-1 {
  margin-left: 0%;
  margin-right: 2%;
}

.arealist .todofuken .airport,
.arealist .todofuken .landmark,
.arealist .todofuken .spot {
  display: inline-block;
  margin-right: 30px;
  padding: 15px 10px 15px 25px;
}

.arealist .todofuken .airport {
  background: url(img/map_airport.png) 0 center no-repeat;
  background-size: 20px auto;
}

.arealist .todofuken .landmark {
  background: url(img/map_landmark.png) 2px center no-repeat;
  background-size: 16px auto;
}

.arealist .todofuken .spot {
  background: url(img/map_spot.png) 3px center no-repeat;
  background-size: 14px auto;
}

.kanto {
  background-color: #255668 !important;
}

.hokkaido {
  background-color: #005344 !important;
}

.tohoku {
  background-color: #667137 !important;
}

.chubu {
  background-color: #57462b !important;
}

.kansai {
  background-color: #5c3b54 !important;
}

.chugoku {
  background-color: #883b28 !important;
}

.shikoku {
  background-color: #b47142 !important;
}

.kyushu {
  background-color: #b3424a !important;
}

/*エリアから探す*/
.search_area {
  width: 100%;
  margin: 0 0 60px 0;
  padding: 30px 0;
}

.search_area.gray {
  padding: 0 !important;
}

.search_area h1 {
  font-size: 24px;
}

.search_area .checkbox {
  margin: 0 20px 20px 20px;
  padding: 20px;
  background-color: #fff;
}

.search_area .formbox {
  margin: 0 20px 0 20px;
  padding: 0;
}

.search_area .category_name {
  margin: 0 20px 0 20px;
  padding: 30px 0;
  background-color: #50551e;
  text-align: center;
  position: relative;
  color: #fff;
}

.search_area .category_name::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #50551e;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search_area .category_name .name {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}

.search_area .genre_group {
  margin-bottom: 40px;
}

.search_area .hide_genre {
  display: none;
}

h3.tenpolist_title {
  margin-top: 40px;
  width: 50%;
  float: left;
}

.sortbutton {
  float: right;
  margin-top: 40px;
}

.sortbutton a {
  float: left;
  display: block;
  width: 200px;
  padding: 10px 20px;
  text-align: center;
  background-color: #eee;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.sortbutton a.active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}

.kensu {
  float: right;
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 15px;
}

ul.shoplist {
  margin: 0 0 40px 0;
  list-style: none;
}

ul.shoplist > li {
  padding: 40px 0;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}

ul.shoplist li .catch {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  letter-spacing: 0;
  margin-bottom: 20px;
}

ul.shoplist li > a.photo {
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}

ul.shoplist li h3.shopname {
  margin-bottom: 15px;
}

ul.shoplist li .address {
  font-size: 15px;
  margin-bottom: 15px;
}

ul.shoplist li .address img {
  margin-right: 10px;
}

ul.shoplist li .price {
  font-size: 18px;
  margin-bottom: 15px;
}

ul.shoplist li .price .title {
  display: inline-block;
  background-color: #4c4f28;
  padding: 5px 15px;
  color: #fff;
  margin-right: 10px;
}

ul.shoplist li .plan {
  font-size: 15px;
  margin-bottom: 10px;
}

ul.shoplist li .plan li {
  margin-bottom: 5px;
}

ul.shoplist li .info.button {
  text-align: left;
}

ul.shoplist li .info.button a {
  float: left;
  width: 240px;
  height: 42px;
  padding-top: 10px;
}

ul.shoplist li .category {
  clear: both;
  margin-bottom: 20px;
}

ul.shoplist li .category a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #838a2d;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 10px;
}

ul.shoplist li .condition {
  font-size: 15px;
}

ul.shoplist li .condition div {
  display: inline-block;
  padding: 8px 15px;
  background-color: #eeeeee;
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 10px;
}

/*施設メインページ*/
.sns_share {
  float: left;
  vertical-align: top;
  margin-bottom: 20px;
}

.sns_share .fb-share-button,
.sns_share .fb-share-button span {
  vertical-align: top !important;
}

.favorite {
  float: right;
  text-align: right;
}

.favorite a {
  display: block;
  width: 200px;
  height: 27px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(img/favorite@2x.png) 0 0 no-repeat;
  background-size: cover;
}

.favorite a:hover {
  background: url(img/favorite_hover@2x.png) 0 0 no-repeat;
  background-size: cover;
}

.favorite a.active,
.favorite a.active:hover {
  background: url(img/favorite_on@2x.png) 0 0 no-repeat;
  background-size: cover;
}

.facility_photo {
  margin: 20px 0 40px 0;
}

.facility_headline {
  font-size: 15px;
  font-weight: bold;
}

#slider img {
  width: 100%;
  height: auto;
}

#carousel {
  position: relative;
}

#carousel img:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.5s;
}

ul.pagelink {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 3px solid #858c22;
}

ul.pagelink li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  background-color: #eee;
  border: 1px solid #fff;
  border-bottom: none;
}

ul.pagelink li a:hover {
  background-color: #858c22;
  color: #fff;
}

.facility_comment {
  margin-bottom: 40px;
}

.facility_info {
  margin-bottom: 20px;
}

.button a.insta {
  width: 200px;
  height: 44px;
  padding-top: 12px;
  float: left;
  color: #fff;
  background-color: #3f729b;
  margin-right: 10px;
  position: relative;
}

.button a.insta::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url(img/insta.png) center center no-repeat;
  background-size: contain;
}

.button a.facebook {
  width: 200px;
  height: 44px;
  padding-top: 12px;
  float: left;
  color: #fff;
  background-color: #3b5998;
  margin-right: 10px;
  position: relative;
}

.button a.facebook::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url(img/fb.png) center center no-repeat;
  background-size: contain;
}

.button a.twitter {
  width: 200px;
  height: 44px;
  padding-top: 12px;
  float: left;
  color: #fff;
  background-color: #00acee;
  position: relative;
}

.button a.twitter::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url(img/twitter.png) center center no-repeat;
  background-size: contain;
}

.accessmap {
  margin-bottom: 40px;
}

ul.planlist {
  margin: 0 0 40px 0;
  list-style: none;
}

ul.planlist > li {
  padding: 40px 0 20px 0;
  font-weight: bold;
  border-bottom: 1px dotted #dddddd;
}

ul.planlist > li:last-child {
  border-bottom: none;
}

ul.planlist li .catch {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  letter-spacing: 0;
  margin-bottom: 20px;
}

ul.planlist li > a.photo {
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}

ul.planlist li h3.shopname {
  margin-bottom: 15px;
}

ul.planlist li .address {
  font-size: 15px;
  margin-bottom: 10px;
}

ul.planlist li .address img {
  margin-right: 10px;
}

ul.planlist li .price {
  position: relative;
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1em;
  margin-top: 30px;
}

ul.planlist li .price .title {
  position: relative;
  top: -5px;
  display: inline-block;
  background-color: #4c4f28;
  padding: 10px 15px;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1em;
}

ul.planlist li .condition {
  font-size: 15px;
  margin-bottom: 10px;
}

ul.planlist li .condition div {
  display: inline-block;
  padding: 8px 15px;
  background-color: #eeeeee;
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 10px;
}

ul.planlist li .button {
  width: 320px;
  text-align: right;
  margin: 10px 0 0 0;
}

ul.planlist li .button a {
  color: #fff;
  background-color: #6f7528;
}

ul.review_list li {
  list-style: none;
  margin: 20px 0;
}

ul.review_list.border li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

ul.review_list li > .fl {
  width: 65%;
}

ul.review_list li .icon {
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.review_list li .name {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}

/*施設メインページ*/

.plan_photo {
  margin-bottom: 40px;
}

.plandetail .address {
  font-size: 15px;
  margin-bottom: 10px;
}

.plandetail .address img {
  margin-right: 10px;
}

.plandetail .price {
  position: relative;
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1em;
  margin-top: 20px;
}

.plandetail .price .title {
  position: relative;
  top: -5px;
  display: inline-block;
  background-color: #4c4f28;
  padding: 10px 15px;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1em;
}

.plandetail .condition {
  font-size: 15px;
  margin-bottom: 40px;
}

.plandetail .condition div {
  display: inline-block;
  padding: 8px 15px;
  background-color: #eeeeee;
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 10px;
}

.plandetail .button {
  margin: 10px 0 20px 0;
}

.plandetail .button a {
  color: #fff;
  background-color: #6f7528;
}

.plandetail .box {
  padding: 20px 20px 15px 20px;
  margin-bottom: 20px;
}

.plantext {
  margin-bottom: 40px;
}

.schedule_state {
  margin-bottom: 40px !important;
}

.gallery {
  margin-bottom: 40px;
}

.gallery .hide_gallery {
  display: none;
}

/*レビュー詳細*/

.review_detail .icon {
  margin-right: 20px;
  margin-bottom: 20px;
}

.review_detail .name {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}

.review_detail .title {
  font-size: 1.5rem;
  line-height: 1.62em;
}

.review_detail .title .before {
  font-size: 1.2rem;
  font-weight: normal;
}

.review_detail .photo {
  margin: 30px 0;
}

.review_photo {
  margin: 10px;
  max-height: 160px;
}

/*基礎知識お役立ち情報*/

.know_detail .icon {
  margin-right: 20px;
  margin-bottom: 20px;
}

.know_detail .name {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}

.know_detail .title {
  font-size: 1.5rem;
  line-height: 1.62em;
}

.know_detail .title .before {
  font-size: 1.2rem;
  font-weight: normal;
}

.know_detail .photo {
  margin: 30px 0;
}

.know_detail .text {
  margin-bottom: 40px;
}

.know_list > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.know_list > ul > li {
  width: 33.33%;
  padding: 0 1px 1px 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.know_list ul li .title {
  font-size: 15px;
  font-weight: bold;
  color: #4b4e2a;
  letter-spacing: 0;
  padding: 5px 10px 5px 10px;
}

.know_list ul li .cate {
  width: 100%;
  text-align: left;
  padding: 0 10px 20px 10px;
  color: #aaa;
}

.know_list ul li .place {
  padding: 0 10px 5px 10px;
}

.know_list ul li .place img {
  margin-right: 5px;
}

/*accordion*/
.accordion {
  margin: 0 0 10px 0;
}

.accordion h4 {
  position: relative;
  background: url(img/icon_plus.png) no-repeat 98% center !important;
  background-color: #fff;
  border: solid 1px #0c4667;
  color: #0c4667 !important;
  text-indent: 0px;
  cursor: pointer;
  padding: 11px 20px 10px 11px !important;
  margin-top: auto !important;
  margin-bottom: 10px !important;
  height: auto !important;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.accordion h4.open {
  background: url(img/icon_minus.png) no-repeat 98% center;
}

.in {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
  display: none;
  overflow: hidden;
  background-color: #fff;
}

.in a {
  color: #000;
}

.accordion .accordion h4 {
  background-image: url(img/icon_plus.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 97% center;
  background-color: #e3f3ef !important;
  border: none;
  color: #329e86;
  text-indent: 0px;
  cursor: pointer;
  padding: 10px 25px 8px 15px;
  margin: 0 5px 10px 5px;
  font-size: 0.9375rem;
}

.accordion .accordion h4.open {
  background-image: url(img/icon_minus.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-color: #e3f3ef;
}

.accordion ul {
  margin-bottom: 10px;
}

.accordion ul li {
  font-size: 0.875rem;
  list-style: disc;
  margin: 0 0 0 20px;
}

.accordion ul li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-decoration: none;
}

/*プラン申し込みフォーム*/
.shopdata {
  position: relative;
  margin-bottom: 30px;
}

.shopdata > img {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}

.shopdata .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.shopdata h1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-left: none;
}

.shopdata .shopname {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.shopdata .shopname img {
  margin-right: 0.5em;
}

.planapply_date {
  width: 32%;
  float: left;
  margin: 0 0.5%;
  margin-bottom: 45px;
}

.planapply_date .title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #6a7989;
}

.planapply_date .input {
  text-align: center;
  padding: 1em 0;
  font-size: 1.75em;
  background-color: #f7f7f7;
}

.formbox .input--hoshi {
  margin-bottom: 20px;
}

.formbox .input--hoshi .title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #6a7989;
}

.formbox .notice {
  display: block;
  margin-bottom: 30px;
  color: #6a7989;
}

.formbox input[type="radio"] {
  margin-left: 5px;
}

.formbox input[type="radio"] + label {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 30px;
}

.formbox textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #bbb;
  margin-bottom: 30px;
}

/*イベント一覧＆詳細*/

h3.event_number {
  float: left;
  display: inline-block;
  width: auto;
  margin-top: 50px;
}

.event_date {
  margin-left: 20px;
}

.event_date img {
  margin-right: 10px;
}

.event_info {
  width: 890px;
}

.event_info p {
  margin-bottom: 0;
}

/*ランキングページ*/

.ranking_top {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 0 20px 20px 20px;
  background-color: #f9f9f6;
}

.ranking_top h5 {
  font-size: 2em;
  margin-bottom: 30px;
  color: #858c22;
}

.ranking_top h5 img {
  margin-right: 5px;
  margin-bottom: -15px;
}

.ranking_top .catch {
  font-size: 1.2em;
  font-weight: bold;
}

.ranking_top > img {
  width: 50%;
  float: left;
  margin-right: 20px;
}

.ranking_top .name {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.ranking_top .price {
  font-size: 1.5em;
  font-weight: bold;
  margin: 15px 0;
}

.ranking_top .price > div {
  float: left;
  font-size: 1rem;
  font-weight: normal;
  background-color: #858c22;
  color: #fff;
  padding: 2px 5px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: bottom;
}

ul.ranking_five {
  list-style: none;
  position: relative;
}

ul.ranking_five .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 50px;
}

ul.ranking_five .number.no2 {
  background: url(./img/ranking_no2.png) 0 0 no-repeat;
  background-size: contain;
}

ul.ranking_five .number.no3 {
  background: url(./img/ranking_no3.png) 0 0 no-repeat;
  background-size: contain;
}

ul.ranking_five .number.no4 {
  background: url(./img/ranking_no4.png) 0 0 no-repeat;
  background-size: contain;
}

ul.ranking_five .number.no5 {
  background: url(./img/ranking_no5.png) 0 0 no-repeat;
  background-size: contain;
}

ul.ranking_five li {
  float: left;
  width: 49%;
  margin-right: 1px;
  margin-bottom: 20px;
  position: relative;
}

ul.ranking_five li .number {
  font-size: 1.8em;
  font-weight: bold;
  color: #858c22;
  margin-bottom: 10px;
}

ul.ranking_five li .name {
  font-size: 1.5em;
  font-weight: bold;
  margin: 5px 0;
}

ul.ranking_five li .price {
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0;
}

ul.ranking_five li .price > div {
  float: left;
  font-size: 1rem;
  font-weight: normal;
  background-color: #858c22;
  color: #fff;
  padding: 2px 5px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: bottom;
}

ul.ranking_other {
  list-style: none;
}

ul.ranking_other li {
  float: left;
  width: 33%;
  margin-right: 1px;
  margin-bottom: 20px;
}

ul.ranking_other li .number {
  font-size: 1.75em;
  font-weight: bold;
  color: #858c22;
  margin-bottom: 10px;
}

ul.ranking_other li .name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0;
}

/*ページナビ*/
.pagenav {
  clear: both;
  text-align: center;
  margin: 40px 0 40px 0;
}

.pagenav .page-numbers {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #eee;
  border: 1px solid #eee;
  color: #666;
  text-decoration: none;
  font-size: 15px;
}

.pagenav .page-numbers.current {
  border: 1px solid #4b4e2a;
  background-color: #4b4e2a;
  color: #fff;
}

.pagenav .page-numbers:hover {
  border: 1px solid #4b4e2a;
  background-color: #4b4e2a;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* サイドナビ
  ---------------------------------------------------*/

.plan_shop .name {
  font-size: 15px;
  font-weight: bold;
  color: #4b4e2a;
  letter-spacing: 0;
  padding: 10px 0 5px 0;
}

.plan_shop .text {
  width: 100%;
  text-align: left;
  padding: 0 0 5px 0;
}

.plan_shop .place {
  padding: 0 0 10px 0;
  text-align: right;
}

.plan_shop .place img {
  margin-right: 5px;
  vertical-align: top;
}

.sub .step {
  width: 100%;
  font-size: 15px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background: url(img/button_arrow_acc.png) center bottom no-repeat;
  background-size: 14px 6px;
}

.sub .step.end {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

.sub .step .title {
  width: 100%;
  padding: 1em;
  text-align: center;
  background-color: #aaa;
  color: #fff;
}

.sub .step.active .title {
  background-color: #858c22;
}

.sub .step .text {
  width: 100%;
  padding: 1.5em;
  text-align: center;
  background-color: #f7f7f7;
  color: #999;
}

.sub .step.active .text {
  background-color: #eee;
  color: #323232;
}

/* マイページ
  ---------------------------------------------------*/

.mypage.header {
  width: 100%;
  height: 300px;
  background: url(img/mv001.jpg) center center no-repeat;
  background-size: cover;
}

.mypage.header .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.mypage.header .inner {
  height: 100%;
}

.mypage.header .avatar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}

.mypage.header .nickname {
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translate(0, -50%);
  font-size: 2rem;
  color: #fff;
}

.mypage.header .nickname .name {
  font-size: 1.4em;
}

ul.mypage_nav {
  list-style: none;
  padding: 0 0 40px 0;
  font-size: 16px;
}

ul.mypage_nav li {
  float: left;
  margin-right: 60px;
}

ul.mypage_nav li img {
  max-width: 32px;
  max-height: 32px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.mypage .tab {
  background-color: #eee;
}

.mypage .tab .title {
  padding: 20px;
  font-size: 1.2rem;
  /*color:#6F7528;*/
}

.mypage .tab a {
  float: left;
  display: block;
  width: 16.66%;
  padding: 15px 20px;
  text-align: center;
  background-color: #eee;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.mypage .tab a.active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}

.mypage .favorite {
  width: 100%;
}

.mypage .favorite ul {
  width: 100%;
  margin-top: 20px;
  list-style: none;
  text-align: left;
}

.mypage .favorite li {
  float: left;
  width: 25%;
  padding-right: 1px;
  margin-bottom: 10px;
}

.mypage .favorite li .text {
  padding: 0 10px 0 0;
}

.mypage .favorite li .cate {
  padding: 0 10px 0 0;
  color: #aaa;
}

/* 掲載店募集
  ---------------------------------------------------*/

.wanted.header {
  width: 100%;
  height: 480px;
  background: url(img/mv001.jpg) center center no-repeat;
  background-size: cover;
}

.wanted.header .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.wanted.header .inner {
  height: 100%;
}

.wanted.header .inner .catch {
  text-align: center;
}

.wanted.header .inner .catch .main {
  font-size: 4rem;
  color: #fff;
  padding-top: 120px;
  line-height: normal;
}

.wanted.header .inner .catch .sub {
  font-size: 2rem;
  color: #fff;
  padding-top: 20px;
  line-height: normal;
}

.wanted.contents .inner {
  width: 960px;
}

.wanted.contents .inner .box {
  padding: 30px 40px 20px 40px;
}

.wanted.contents .inner h1 .point {
  color: #858c22;
  margin-right: 20px;
}

.wanted.contents img.fr {
  margin-left: 40px;
}

.wanted.contents p {
  overflow: hidden;
}

.wanted.contents img.col3-1 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.wanted.contents .button a {
  font-size: 20px;
}

/* 退会
  ---------------------------------------------------*/

.box.leave {
  border-radius: 10px;
  padding: 40px 60px;
}

/****************************************************************************************************

  フッター
  *****************************************************************************************************/

body > .wrapper > footer {
  clear: both;
  width: 100%;
  z-index: 1;
  background-color: #373827;
  margin-top: 60px;
  color: #fff;
  letter-spacing: 0;
}

body > .wrapper > footer a {
  color: #fff;
}

body > .wrapper > footer #page-top {
  position: fixed;
  bottom: 10%;
  right: 20px;
  display: block;
  width: 80px;
  height: 80px;
  background: url(img/pagetop.png) center 30px no-repeat;
  background-size: 32px 18px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  z-index: 1;
}

body > .wrapper > footer #page-top:hover {
  background: url(img/pagetop_on.png) center 30px no-repeat;
  background-size: 32px 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

body > .wrapper > footer .logo_link {
  width: 100%;
  background-color: #333333;
  padding: 20px 0;
}

body > .wrapper > footer .logo_link ul {
  list-style: none;
}

body > .wrapper > footer .logo_link ul li {
  float: left;
  display: block;
  width: 14.28%;
  padding: 10px 20px;
}

body > .wrapper > footer .logo_link ul li img {
  max-width: 100%;
  height: auto;
}

body > .wrapper > footer .info {
  width: 100%;
  padding: 40px 0 30px 0;
}

body > .wrapper > footer .info .logo {
  text-align: left;
  width: 158px;
  height: 48px;
  margin-bottom: 10px;
}

body > .wrapper > footer .info h2 {
  margin-bottom: 10px;
}

body > .wrapper > footer .info .sns {
  margin-bottom: 10px;
}

body > .wrapper > footer .info .sns a {
  float: left;
  margin-right: 10px;
}

body > .wrapper > footer .info .ft_comment {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 20px 2% auto 2%;
}

body > .wrapper > footer .ftbar {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

body > .wrapper > footer .ftbar .inner {
  padding: 0 2%;
}

body > .wrapper > footer .ftbar .ft_link {
  float: left;
  width: 60%;
}

body > .wrapper > footer .ftbar .copy {
  float: left;
  width: 40%;
  text-align: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.topranking ul li ul li {
  padding-bottom: 10px;
  height: auto;
}

.topranking ul li > a {
  width: 100%;
  height: auto;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
}

.topranking ul li img {
  height: auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 95% !important;
  }

  body > .wrapper > header .social_logo_nav .subbar,
  .logo_sublink {
    width: 95% !important;
  }

  body > .wrapper > header .navbar {
    width: 95% !important;
    margin: 0 auto;
  }

  .contents .main {
    width: 70%;
    padding-right: 8px;
  }

  .contents .sub {
    width: 30%;
    padding: 0 15px;
  }

  .topspecial ul li,
  .topspecial ul li .mask,
  .button a {
    width: 100%;
  }

  .contents.mypage .inner .formbox .button a {
    background-image:none;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100% !important;
  }

  .inner.social_logo_nav {
    height: 60px !important;
    /* margin-top: -60px !important; */
  }

  .main_visual_text {
    top: 10px !important;
  }

  body > .wrapper > header {
    height: auto !important;
  }

  .pc {
    display: none;
  }

  html,
  body {
    font-size: 15px;
    /* min-width:480px;
    width: 480px; */
  }

  body > .wrapper {
    padding-top: 60px;
    /*ヘッダー高さ分*/
  }

  .inner {
    width: 100%;
    /* padding: 0 10px; */
  }

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

  /*****************************************************************************************************

  /* テーブル
  *****************************************************************************************************/

  table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
  }

  table th {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    text-align: left;
    padding: 10px 10px;
    font-weight: bold;
  }

  table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
  }

  table.table2 tr:nth-child(even) {
    background-color: #f7f7f7;
  }

  table.table2 th {
    padding-bottom: 0;
  }

  table.table2 th,
  table.table2 td {
    border: none;
    background-color: inherit;
  }

  table.schedule {
    text-align: center;
  }

  table.schedule th {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #877e56;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    width: auto;
  }

  table.schedule td {
    display: table-cell;
    text-align: center;
    width: auto;
    border: 1px solid #ddd;
  }

  table.schedule .no {
    background-color: #f7f7f7;
  }

  table.schedule tr td:hover {
    background-color: #f7f7f7;
  }

  /* カラム
  *****************************************************************************************************/

  .col {
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .col2 {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }

  .col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .col4 {
    position: relative;
    display: inline;
    float: left;
    width: 47.05%;
    margin-right: 5.88%;
    margin-bottom: 5.88%;
  }

  .col4:nth-child(4n) {
    margin-right: 5.88%;
  }

  .col4:nth-child(2n) {
    margin-right: 0;
  }

  /* アコーディオン  *****************************************************************************************************/

  /* 余白 *****************************************************************************************************/

  /* マージン */

  .mt0_sp {
    margin-top: 0px;
  }

  .mt10_sp {
    margin-top: 10px;
  }

  .mt20_sp {
    margin-top: 20px;
  }

  .mt30_sp {
    margin-top: 30px;
  }

  .mt40_sp {
    margin-top: 40px;
  }

  .mt50_sp {
    margin-top: 50px;
  }

  .mt60_sp {
    margin-top: 60px;
  }

  .mb0_sp {
    margin-bottom: 0px;
  }

  .mb10_sp {
    margin-bottom: 10px;
  }

  .mb20_sp {
    margin-bottom: 20px;
  }

  .mb30_sp {
    margin-bottom: 30px;
  }

  .mb40_sp {
    margin-bottom: 40px;
  }

  .mb50_sp {
    margin-bottom: 50px;
  }

  .mb60_sp {
    margin-bottom: 60px;
  }

  .mr30_sp {
    margin-right: 30px;
  }

  .ml30_sp {
    margin-left: 30px;
  }

  /* パディング */

  .pl0 {
    padding-left: 0;
  }

  .pr0 {
    padding-right: 0;
  }

  .pb10_pc {
    padding-bottom: 10px;
  }

  /****************************************************************************************************

  ヘッダー
  *****************************************************************************************************/

  body > .wrapper > header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px !important;
    z-index: 1;
    /* background-color: rgba(56,57,40,1); */
  }

  /*body > .wrapper > header.index
    {
      background-color: rgba(56,57,40,0.5);
    }*/

  body > .wrapper > header .logo {
    margin-top: 8px;
  }

  /* ナビ
  *****************************/

  body > .wrapper > header nav {
    clear: both;
    width: 100%;
    padding: 0;
    /* background-color: #31060A; */
    overflow: visible;
    z-index: 99999;
  }

  body > .wrapper > header nav .inner {
    position: relative;
    text-align: left;
  }

  body > .wrapper > header nav .nav_button {
    position: absolute;
    top: -50px;
    right: 15px;
    display: block;
    text-align: right;
    width: 68px;
    padding-top: 8px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    background-size: cover;
    cursor: pointer;
    z-index: 999;
    color: #fff;
  }

  body.index > .wrapper > header nav .nav_button {
    color: #000;
  }

  body > .wrapper > header nav .nav_button.scroll {
    position: fixed;
    color: #000;
  }

  /*ハンバーガーメニューアニメーション*/
  header .nav_button i {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
    transition: background 0.3s;
    -ms-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    position: absolute;
    top: 18px;
    left: 0;
    margin-left: 0;
  }

  .index header .nav_button i {
    background: #fff;
  }

  header .nav_button.scroll i {
    background: #fff;
  }

  header .nav_button i:before,
  header .nav_button i:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
    position: absolute;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
  }

  .index header .nav_button i:before,
  .index header .nav_button i:after {
    background: #fff;
  }

  header .nav_button.scroll i:before,
  header .nav_button.scroll i:after {
    background: #fff;
  }

  header .nav_button i:before {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }

  header .nav_button i:after {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  header .nav_button.active i {
    background-color: rgba(255, 255, 255, 0);
  }

  header .nav_button.active i:before {
    transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
  }

  header .nav_button.active i:after {
    transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
  }

  /*スライドメニュー*/

  body > .wrapper > header nav .slide_menu {
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 1;
    width: 250px;
    height: 100%;
    /* background-color: #4B7F37; */
    background-color: rgb(2, 64, 46) !important;
    text-align: center;
    overflow: scroll;
    z-index: 9999;
    /* overflow: hidden; */
  }

  body > .wrapper > header nav div > ul {
    list-style: none;
    /* background-color: #4B7F37; */
    background-color: rgb(2, 64, 46) !important;
    overflow: scroll;
  }

  body > .wrapper > header nav div > ul > li {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  body > .wrapper > header nav div > ul > li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 10px;
    font-size: 1rem;
    line-height: 18px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
  }

  body > .wrapper > header nav div > ul > li a img {
    vertical-align: middle;
    margin-right: 5px;
  }

  body > .wrapper > header nav div > ul > li a.dlmenu > span::after {
    background: url(img/nav_acc_arrow_w.png) 0 0 no-repeat;
    right: 5px;
  }

  body > .wrapper > header nav div > ul > li a.dlmenu.active > span::after {
    background: url(img/nav_acc_arrow_w_up.png) 0 0 no-repeat;
  }

  body > .wrapper > header nav div > ul > li ul.child {
  }

  body > .wrapper > header nav div > ul > li ul.child li a {
    text-indent: 2em;
    border-top: none;
    font-weight: normal;
  }

  body > .wrapper > header nav div .close_button {
    /*background: url(img/close_button.png) 230px center no-repeat;*/
    background-size: 10px 10px;
    /*text-indent: 7%;*/
    background-color: rgba(0, 0, 0, 0.1);
  }

  body > .wrapper > header nav div .close_button a {
    border-bottom: none;
  }

  .shade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
  }

  .flexslider {
    z-index: 0;
  }

  /****************************************************************************************************

  メインイメージ
  *****************************************************************************************************/

  .main_image {
    z-index: -1;
    width: 100%;
    height: 320px;
    overflow: hidden;
    top: 0;
  }

  .main_image .mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 320px;
    z-index: 999;
  }

  .main_image ul.slider {
    position: relative;
    z-index: 1;
    overflow: visible;
  }

  .main_image ul.slider li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }

  .main_image ul.slider li.mv001 {
    width: 100%;
    height: 320px;
    background: url(./img/mv001.jpg) center center no-repeat;
    background-size: cover;
  }

  .main_image ul.slider li.mv002 {
    width: 100%;
    height: 320px;
    background: url(img/mv002.jpg) center center no-repeat/cover;
  }

  .main_image h1 {
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }

  .main_image h2 {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }

  /*pager*/

  .bx-wrapper .bx-pager {
    bottom: 0px !important;
  }

  .bx-pager-item a {
    width: 8px !important;
    height: 8px !important;
    background-color: #fff !important;
    border: 2px solid #fff;
  }

  .bx-pager-item a.active {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid #fff;
  }

  /****************************************************************************************************

  コンテンツ
  *****************************************************************************************************/

  .contents {
    position: relative;
    z-index: 0;
    padding: 0 0 0 0;
    overflow: hidden;
  }

  .contents .main {
    float: none;
    width: 100%;
    padding: 0 15px;
    text-align: left;
  }

  .contents .sub {
    float: none;
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
  }

  .contents .sub .topspecial .button {
    margin-top: 15px;
  }

  .contents h1 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    margin-bottom: 20px;
    padding: 3px 0 3px 15px;
    border-left: 5px solid #858c22;
    line-height: 1.4em;
  }

  .contents h2 {
    position: relative;
    width: 100%;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    letter-spacing: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #373827;
    line-height: 1.4em;
  }

  .contents h2 .small {
    font-size: 15px;
    font-weight: normal;
    margin-left: 15px;
  }

  .contents h2 img {
    vertical-align: middle;
    margin-right: 10px;
  }

  .contents h3 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  .contents h3 img {
    margin-right: 10px;
  }

  .contents h4 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    letter-spacing: 0;
    margin: 20px 0;
    line-height: 1.4em;
  }

  .contents h4::before {
    content: "◆ ";
    color: #858c22;
  }

  .contents h5 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #323232;
    letter-spacing: 0;
    margin: 20px 0;
    line-height: 1.4em;
  }

  .contents h6 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    padding: 10px 20px;
    background-color: #eee;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  .contents p {
    font-size: 1rem;
    margin-bottom: 1em;
    text-align: left;
  }

  .pankuzu {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }

  .pankuzu .inner {
    z-index: 999;
  }

  .pankuzu a {
    text-decoration: underline;
  }

  /*フォームデザイン*/
  .square_btn {
    float: left;
    display: inline-block;
    width: 48%;
    padding: 0.75em 2em;
    text-decoration: none;
    background: #6f7528;
    /*ボタン色*/
    color: #fff;
    border-style: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    margin: 1%;
  }

  .square_btn:active,
  .square_btn.active {
    /*ボタンを押したとき*/
    background: #50551e;
    /*ボタン色*/
  }

  .check-all {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }

  label {
    vertical-align: middle;
  }

  label.checklabel {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
      inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 1px 20px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin: 0 10px 20px 0;
    font-size: 15px;
  }

  .checkbutton:checked + label.checklabel:after {
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 5px;
    color: #99a1a7;
  }

  .checkbutton {
    display: none;
    margin: 0;
  }

  select {
    background: url(img/select_arrow.png) right 0% no-repeat,
      linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background: url(img/select_arrow.png) right 0% no-repeat,
      -webkit-linear-gradient(to bottom, #fff 50%, #efebe1 100%);
    border: 1px solid #cacece;
    padding: 4px 52px 4px 20px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* トップページ
  ---------------------------------------------------*/

  .flexslider {
    width: 100%;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-top: 260px !important;
  }

  .flexslider a {
    display: block;
    width: 160px;
    text-align: left !important;
    font-weight: bold;
    font-size: 15px;
  }

  .topnews {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .topnews > ul {
    list-style: none;
  }

  .topnews > ul > li {
    width: 100%;
    height: auto !important;
    padding: 0 1px 10px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .topnews > ul > li > img {
    width: 100%;
  }

  .topnews ul li .name {
    font-size: 18px;
    font-weight: bold;
    color: #4b4e2a;
    letter-spacing: 0;
    padding: 10px;
    text-align: left;
  }

  .topnews ul li .text {
    width: 100%;
    text-align: left;
    padding: 0 10px 5px 10px;
    white-space: initial !important;
  }

  .topnews ul li .place {
    padding: 0 10px 10px 10px;
    text-align: right;
  }

  .topnews ul li .place img {
    margin-right: 5px;
  }

  /*新着情報リンクパネル START */
  .topnews ul li .linkpanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 344px;
    padding: 10px;
    color: #fff;
    transition: all 0.2s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    text-align: left;
  }

  .topnews ul li .linkpanel.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }

  .topnews ul li .linkpanel a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
  }

  .topnews ul li .linkpanel a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
  }

  .topnews ul li .linkpanel .planlist {
    padding: 40px 20px 40px 20px;
    border-bottom: 1px solid #fff;
    transition: all 0.2s linear;
    position: relative;
    left: -100%;
  }

  .topnews ul li .linkpanel.active .planlist {
    left: 0;
  }

  .topnews ul li .linkpanel .planlist a {
    display: inline-block;
    margin-bottom: 10px;
  }

  .topnews ul li .linkpanel .planlist a.title {
    font-size: 18px;
    background: url(img/linkpanel_arrow.png) right center no-repeat;
    background-size: 13px;
    padding-right: 23px;
  }

  .topnews ul li .linkpanel .shopinfo {
    padding: 40px 20px 20px 20px;
    transition: all 0.2s linear;
    position: relative;
    right: -100%;
  }

  .topnews ul li .linkpanel.active .shopinfo {
    right: 0;
  }

  .topnews ul li .linkpanel .shopinfo a {
    float: left;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding-top: 20px;
  }

  .topnews ul li .linkpanel .shopinfo a.info {
    background: url(img/linkpanel_shop.png) center 0 no-repeat;
    background-size: 16px 16px;
  }

  .topnews ul li .linkpanel .shopinfo a.access {
    background: url(img/linkpanel_access.png) center 0 no-repeat;
    background-size: 14px 16px;
  }

  .topnews ul li .linkpanel .shopinfo a.recruit {
    background: url(img/linkpanel_recruit.png) center 1px no-repeat;
    background-size: 12px 16px;
  }

  .cat001 {
    background-color: rgba(255, 0, 0, 0.65);
  }

  .cat002 {
    background-color: rgba(0, 255, 0, 0.65);
  }

  .cat003 {
    background-color: rgba(0, 0, 255, 0.65);
  }

  /*新着情報リンクパネル END*/

  .topevent ul {
    list-style: none;
    margin-bottom: 10px;
  }

  .topevent ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #979797;
    text-align: left;
  }

  .topevent ul li .category {
    display: inline-block;
    background-color: #838a2d;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
  }

  .topevent ul li .name {
    display: inline-block;
    font-size: 15px;
    color: #323232;
    letter-spacing: 0;
  }

  .topevent ul li .title {
    font-size: 18px;
    font-weight: bold;
    color: #4b4e2a;
    letter-spacing: 0;
    padding: 10px 0;
  }

  .topevent ul li .place,
  .topevent ul li .date {
    display: inline-block;
    margin-right: 20px;
  }

  .topevent ul li .place img,
  .topevent ul li .date img {
    margin-right: 5px;
  }

  .topspecial ul {
    list-style: none;
    text-align: center;
  }

  .topspecial ul li {
    /* width:100%;
    height:258px; */
    position: relative;
    /* margin: 0 auto 5px auto; */
  }

  .topspecial ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height:258px; */
  }

  .topspecial ul li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 258px;
    background-image: linear-gradient(
      -180deg,
      rgba(0, 0, 0, 0) 52%,
      #000000 100%
    );
  }

  .topspecial ul li .mask .title {
    color: #ffffff;
    letter-spacing: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }

  .topranking .tab a {
    float: left;
    display: block;
    width: 50%;
    padding: 15px 20px;
    text-align: center;
    background-color: #eee;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }

  .topranking .tab a.active {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .topranking ul {
    list-style: none;
  }

  .topranking ul li ul li {
    clear: both;
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    position: relative;
  }

  .topranking ul li > a {
    display: block;
    width: 100%;
    height: 160px;
  }

  .topranking ul li.no1 a {
    background: url(img/ranking_no1.png) 0 0 no-repeat;
    background-size: 64px 40px;
  }

  .topranking ul li.no2 a {
    background: url(img/ranking_no2.png) 0 0 no-repeat;
    background-size: 64px 40px;
  }

  .topranking ul li.no3 a {
    background: url(img/ranking_no3.png) 0 0 no-repeat;
    background-size: 64px 40px;
  }

  .topranking ul li.no4 a {
    background: url(img/ranking_no4.png) 0 0 no-repeat;
    background-size: 64px 40px;
  }

  .topranking ul li.no5 a {
    background: url(img/ranking_no5.png) 0 0 no-repeat;
    background-size: 64px 40px;
  }

  .topranking ul li.no6 a {
    background: url(img/ranking_no6.png) 0 0 no-repeat;
    background-size: 64px 40px;
  }

  .topranking ul li img {
    float: right;
    width: 29%;
    height: 160px;
  }

  .topranking ul li .text {
    display: block;
    width: 320px;
    padding: 60px 10px 0 10px;
    font-size: 18px;
    font-weight: bold;
    /*color: #4B4E2A;*/
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
  }

  /* 下層ページ
  ---------------------------------------------------*/

  /*エリアから探す*/
  .arealink {
    list-style: none;
    margin-bottom: 30px;
  }

  .arealink li {
    float: left;
    width: auto;
    margin: 1%;
    text-align: center;
  }

  .arealink li a {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #858c22;
    color: #fff;
    font-size: 1.4rem;
  }

  .arealist {
    text-align: left;
  }

  .arealist a {
    display: block;
  }

  .arealist h2 {
    color: #fff;
    font-weight: normal;
    padding: 15px;
    height: auto;
    border-bottom: none;
  }

  .arealist .todofuken {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: left;
    width: 48%;
    vertical-align: top;
  }

  .arealist .todofuken.cb {
    clear: none;
  }

  .arealist .todofuken img {
    width: 100%;
    height: auto;
  }

  .arealist .todofuken img.fl {
    margin-right: 0;
  }

  .arealist .todofuken .airport,
  .arealist .todofuken .landmark,
  .arealist .todofuken .spot {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 5px 25px;
  }

  .arealist .todofuken .airport {
    background: url(img/map_airport.png) 0 center no-repeat;
    background-size: 20px auto;
  }

  .arealist .todofuken .landmark {
    background: url(img/map_landmark.png) 2px center no-repeat;
    background-size: 16px auto;
  }

  .arealist .todofuken .spot {
    background: url(img/map_spot.png) 3px center no-repeat;
    background-size: 14px auto;
  }

  .kanto {
    background-color: #255668 !important;
  }

  .hokkaido {
    background-color: #005344 !important;
  }

  .tohoku {
    background-color: #667137 !important;
  }

  .chubu {
    background-color: #57462b !important;
  }

  .kansai {
    background-color: #5c3b54 !important;
  }

  .chugoku {
    background-color: #883b28 !important;
  }

  .shikoku {
    background-color: #b47142 !important;
  }

  .kyushu {
    background-color: #b3424a !important;
  }

  /*エリアから探す*/
  .search_area {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 0;
    text-align: left;
  }

  .search_area h1 {
    font-size: 24px;
  }

  .search_area .checkbox {
    margin: 0 20px 20px 20px;
    padding: 20px;
    background-color: #fff;
  }

  .search_area .formbox {
    margin: 0 20px 20px 20px;
    padding: 0;
  }

  .search_area .category_name {
    margin: 0 20px 0 20px;
    padding: 20px 0;
    background-color: #50551e;
    text-align: center;
    position: relative;
    color: #fff;
  }

  .search_area .category_name::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background-color: #50551e;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .search_area .category_name .name {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
  }

  .search_area .genre_group {
    margin-bottom: 40px;
  }

  .search_area .hide_genre {
    display: none;
  }

  h3.tenpolist_title {
    margin-top: 20px;
    width: 100%;
  }

  .sortbutton {
    width: 100%;
    margin-top: 20px;
  }

  .sortbutton a {
    float: left;
    display: block;
    width: 50%;
    padding: 10px 20px;
    text-align: center;
    background-color: #eee;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }

  .sortbutton a.active {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .kensu {
    clear: both;
    text-align: left;
    padding: 20px 0 0 0;
    font-size: 15px;
  }

  ul.shoplist {
    margin: 0 0 40px 0;
    list-style: none;
  }

  ul.shoplist > li {
    padding: 40px 0;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
  }

  ul.shoplist li .catch {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.62em;
    color: #323232;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: left;
  }

  ul.shoplist li > img {
    margin-bottom: 15px;
  }

  ul.shoplist li h3.shopname {
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.62em;
  }

  ul.shoplist li .address {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
  }

  ul.shoplist li .address img {
    margin-right: 10px;
  }

  ul.shoplist li .price {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
  }

  ul.shoplist li .price .title {
    display: inline-block;
    background-color: #4c4f28;
    padding: 5px 15px;
    color: #fff;
    margin-right: 10px;
  }

  ul.shoplist li .plan {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
  }

  ul.shoplist li .plan li {
    margin-bottom: 5px;
  }

  ul.shoplist li .info.button {
    text-align: left;
    margin-bottom: 10px;
  }

  ul.shoplist li .info.button a {
    float: left;
    width: 31%;
    margin-right: 10px;
    height: 42px;
    margin-top: 10px;
  }

  ul.shoplist li .category {
    clear: both;
    margin-bottom: 15px;
    text-align: left;
  }

  ul.shoplist li .category a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #838a2d;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    margin-top: 10px;
  }

  ul.shoplist li .condition {
    font-size: 15px;
    text-align: left;
  }

  ul.shoplist li .condition div {
    display: inline-block;
    padding: 8px 15px;
    background-color: #eeeeee;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
  }

  /*施設メインページ*/
  .sns_share {
    height: 20px;
    margin-bottom: 5px;
    width: auto;
  }

  .sns_share .fb-share-button,
  .sns_share .fb-share-button span {
    vertical-align: top !important;
  }

  .favorite {
  }

  .favorite a {
    display: block;
    width: 200px;
    height: 27px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background: url(img/favorite@2x.png) 0 0 no-repeat;
    background-size: cover;
  }

  .favorite a:hover {
    background: url(img/favorite_hover@2x.png) 0 0 no-repeat;
    background-size: cover;
  }

  .favorite a.active,
  .favorite a.active:hover {
    background: url(img/favorite_on@2x.png) 0 0 no-repeat;
    background-size: cover;
  }

  .facility_photo {
    margin: 20px 0 40px 0;
  }

  .facility_headline {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }

  #slider img {
    width: 100%;
    height: auto;
  }

  #carousel {
    position: relative;
  }

  #carousel img:hover {
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition: all 0.5s;
  }

  ul.pagelink {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 3px solid #858c22;
  }

  ul.pagelink li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
  }

  ul.pagelink li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    /* font-size: 13px; */
    font-weight: bold;
    letter-spacing: 0;
    background-color: #eee;
    border: 1px solid #fff;
    border-bottom: none;
  }

  ul.pagelink li a:hover {
    background-color: #858c22;
    color: #fff;
  }

  .facility_comment {
    margin-bottom: 40px;
    text-align: left;
  }

  .facility_info {
    margin-bottom: 20px;
    text-align: left;
  }

  .button a.insta {
    width: 200px;
    height: 44px;
    padding-top: 12px;
    float: left;
    color: #fff;
    background-color: #3f729b;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
  }

  .button a.insta::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/insta.png) center center no-repeat;
    background-size: contain;
  }

  .button a.facebook {
    width: 200px;
    height: 44px;
    padding-top: 12px;
    float: left;
    color: #fff;
    background-color: #3b5998;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
  }

  .button a.facebook::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/fb.png) center center no-repeat;
    background-size: contain;
  }

  .button a.twitter {
    width: 200px;
    height: 44px;
    padding-top: 12px;
    float: left;
    color: #fff;
    background-color: #00acee;
    position: relative;
    margin-top: 10px;
  }

  .button a.twitter::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/twitter.png) center center no-repeat;
    background-size: contain;
  }

  .accessmap {
    margin-bottom: 40px;
  }

  ul.planlist {
    margin: 0 0 40px 0;
    list-style: none;
  }

  ul.planlist > li {
    padding: 40px 0 0 0;
    font-weight: bold;
    border-bottom: 1px dotted #dddddd;
  }

  ul.planlist > li:last-child {
    border-bottom: none;
  }

  ul.planlist li .catch {
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  ul.planlist li > a.photo {
    display: block;
    margin-bottom: 10px;
  }

  ul.planlist li > a.photo img {
    width: 100%;
  }

  ul.planlist li h3.shopname {
    margin-bottom: 15px;
  }

  ul.planlist li .address {
    font-size: 15px;
    margin-bottom: 10px;
  }

  ul.planlist li .address img {
    margin-right: 10px;
  }

  ul.planlist li .price {
    position: relative;
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1em;
    margin-top: 30px;
  }

  ul.planlist li .price .title {
    position: relative;
    top: -5px;
    display: inline-block;
    background-color: #4c4f28;
    padding: 10px 15px;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1em;
  }

  ul.planlist li .condition {
    font-size: 15px;
    margin-bottom: 10px;
  }

  ul.planlist li .condition div {
    display: inline-block;
    padding: 8px 15px;
    background-color: #eeeeee;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
  }

  ul.planlist li .price {
    margin: 0 0 20px 0;
  }

  ul.planlist li .button a {
    color: #fff;
    background-color: #6f7528;
    margin: auto;
  }

  ul.review_list li {
    list-style: none;
    margin: 20px 0;
    border-bottom: 1px dotted #dddddd;
  }

  ul.review_list.border li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  ul.review_list li:last-child {
    border: none;
  }

  ul.review_list li > .fl {
  }

  ul.review_list li .icon {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }

  ul.review_list li .name {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: bold;
  }

  ul.review_list li > img {
    width: 100%;
    margin-bottom: 10px;
  }

  .review_photo {
    width: 30%;
    margin: 1%;
  }

  /*施設メインページ*/

  .plan_photo {
    margin-bottom: 40px;
  }

  .plandetail .address {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .plandetail .address img {
    margin-right: 10px;
  }

  .plandetail .price {
    position: relative;
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1em;
    margin-top: 20px;
  }

  .plandetail .price .title {
    position: relative;
    top: -5px;
    display: inline-block;
    background-color: #4c4f28;
    padding: 10px 15px;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1em;
  }

  .plandetail .condition {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .plandetail .condition div {
    display: inline-block;
    padding: 8px 15px;
    background-color: #eeeeee;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
  }

  .plandetail .button {
    margin: 10px 0 20px 0;
  }

  .plandetail .button a {
    color: #fff;
    background-color: #6f7528;
  }

  .plandetail .box {
    padding: 20px 20px 15px 20px;
    margin-bottom: 20px;
  }

  .plantext {
    margin-bottom: 40px;
  }

  .schedule_state {
    margin-bottom: 40px !important;
  }

  .gallery {
    margin-bottom: 40px;
  }

  .gallery img {
    width: 32%;
  }

  .gallery .hide_gallery {
    display: none;
  }

  .gallery.center iframe {
    width:100%;
  }

  /*レビュー詳細*/

  .review_detail .icon {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }

  .review_detail .name {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .review_detail .title {
    font-size: 1.5rem;
    line-height: 1.62em;
  }

  .review_detail .title .before {
    font-size: 1.2rem;
    font-weight: normal;
  }

  .review_detail .photo {
    margin: 30px 0;
  }

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

  /*基礎知識お役立ち情報*/

  .know_detail .icon {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }

  .know_detail .name {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .know_detail .title {
    font-size: 1.5rem;
    line-height: 1.62em;
  }

  .know_detail .title .before {
    font-size: 1.2rem;
    font-weight: normal;
  }

  .know_detail .photo {
    margin: 30px 0;
  }

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

  .know_list > ul {
    list-style: none;
  }

  .know_list > ul > li {
    width: 100%;
    padding: 0 1px 1px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }

  .know_list > ul > li > img {
    width: 100%;
    height: auto;
  }

  .know_list ul li .title {
    font-size: 18px;
    font-weight: bold;
    color: #4b4e2a;
    letter-spacing: 0;
    padding: 5px 10px 5px 10px;
  }

  .know_list ul li .cate {
    width: 100%;
    text-align: left;
    padding: 0 10px 20px 10px;
    color: #aaa;
  }

  .know_list ul li .place {
    padding: 0 10px 5px 10px;
  }

  .know_list ul li .place img {
    margin-right: 5px;
  }

  /*accordion*/
  .accordion {
    margin: 0 0 10px 0;
  }

  .accordion h4 {
    position: relative;
    background: url(img/icon_plus.png) no-repeat 98% center !important;
    background-color: #fff;
    border: solid 1px #0c4667;
    color: #0c4667 !important;
    text-indent: 0px;
    cursor: pointer;
    padding: 11px 20px 10px 11px !important;
    margin-top: auto !important;
    margin-bottom: 10px !important;
    height: auto !important;
    font-size: 1.2rem !important;
    font-weight: bold;
  }

  .accordion h4.open {
    background: url(img/icon_minus.png) no-repeat 98% center;
  }

  .in {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.4;
    display: none;
    overflow: hidden;
    background-color: #fff;
  }

  .in a {
    color: #000;
  }

  .accordion .accordion h4 {
    background-image: url(img/icon_plus.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 97% center;
    background-color: #e3f3ef !important;
    border: none;
    color: #329e86;
    text-indent: 0px;
    cursor: pointer;
    padding: 10px 25px 8px 15px;
    margin: 0 5px 10px 5px;
    font-size: 0.9375rem;
  }

  .accordion .accordion h4.open {
    background-image: url(img/icon_minus.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-color: #e3f3ef;
  }

  .accordion ul {
    margin-bottom: 10px;
  }

  .accordion ul li {
    font-size: 0.875rem;
    list-style: disc;
    margin: 0 0 0 20px;
  }

  .accordion ul li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
  }

  /*プラン申し込みフォーム*/
  .shopdata {
    position: relative;
    margin-bottom: 30px;
  }

  .shopdata > img {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
  }

  .shopdata .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .shopdata h1 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-left: none;
  }

  .shopdata .shopname {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }

  .shopdata .shopname img {
    margin-right: 0.5em;
  }

  .planapply_date {
    width: 100%;
    float: none;
    margin: 0 0.5%;
    margin-bottom: 30px;
  }

  .planapply_date .title {
    font-size: 15px;
    margin-bottom: 5px;
    color: #6a7989;
  }

  .planapply_date .input {
    text-align: center;
    padding: 0.75em 0;
    font-size: 1.5em;
    background-color: #f7f7f7;
  }

  .formbox .input--hoshi {
    margin-bottom: 20px;
  }

  .formbox .input--hoshi .title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #6a7989;
  }

  .formbox .notice {
    display: block;
    margin-bottom: 30px;
    color: #6a7989;
  }

  .formbox input[type="radio"] {
    margin-left: 5px;
  }

  .formbox input[type="radio"] + label {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 30px;
  }

  .formbox textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #bbb;
    margin-bottom: 30px;
  }

  /*イベント一覧＆詳細*/

  h3.event_number {
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 30px;
  }

  .adress.fl {
    float: none !important;
  }

  .event_date {
    margin-left: 0;
    float: none !important;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
  }

  .event_date img {
    margin-right: 10px;
  }

  .event_info p {
    margin-bottom: 0;
    white-space: initial !important;
  }

  .sortbutton.col3 a {
    width: 33.33%;
    padding: 10px 0;
  }

  /*ランキングページ*/
  .ranking_smb {
    margin-bottom: 15px;
  }

  .ranking_top {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 0 10px 20px 10px;
    background-color: #f9f9f6;
  }

  .ranking_top h5 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #858c22;
  }

  .ranking_top h5 img {
    display: block;
    margin-bottom: 10px;
  }

  .ranking_top .catch {
    font-size: 1.2em;
    font-weight: bold;
  }

  .ranking_top > img {
    width: 100%;
    margin-bottom: 15px;
  }

  .ranking_top .name {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .ranking_top .price {
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0;
  }

  .ranking_top .price > div {
    float: left;
    font-size: 1rem;
    font-weight: normal;
    background-color: #858c22;
    color: #fff;
    padding: 2px 5px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: bottom;
  }

  ul.ranking_five {
    list-style: none;
    position: relative;
  }

  ul.ranking_five .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
  }

  ul.ranking_five .number.no2 {
    background: url(./img/ranking_no2.png) 0 0 no-repeat;
    background-size: contain;
  }

  ul.ranking_five .number.no3 {
    background: url(./img/ranking_no3.png) 0 0 no-repeat;
    background-size: contain;
  }

  ul.ranking_five .number.no4 {
    background: url(./img/ranking_no4.png) 0 0 no-repeat;
    background-size: contain;
  }

  ul.ranking_five .number.no5 {
    background: url(./img/ranking_no5.png) 0 0 no-repeat;
    background-size: contain;
  }

  ul.ranking_five li {
    width: 100%;
    margin-right: 1px;
    margin-bottom: 20px;
    position: relative;
  }

  ul.ranking_five li .number {
    font-size: 1.75em;
    font-weight: bold;
    color: #858c22;
    margin-bottom: 10px;
  }

  ul.ranking_five li .name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
  }

  ul.ranking_five li .price {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
  }

  ul.ranking_five li .price > div {
    float: left;
    font-size: 1rem;
    font-weight: normal;
    background-color: #858c22;
    color: #fff;
    padding: 2px 5px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: bottom;
  }

  ul.ranking_other {
    list-style: none;
  }

  ul.ranking_other li {
    float: left;
    width: 49%;
    margin-right: 1px;
    margin-bottom: 20px;
  }

  ul.ranking_other li .number {
    font-size: 1.5em;
    font-weight: bold;
    color: #858c22;
    margin-bottom: 10px;
  }

  ul.ranking_other li .name {
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0;
  }

  /*ページナビ*/
  .pagenav {
    clear: both;
    text-align: center;
    margin: 40px 0 40px 0;
  }

  .pagenav .page-numbers {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #eee;
    border: 1px solid #eee;
    color: #666;
    text-decoration: none;
    font-size: 15px;
  }

  .pagenav .page-numbers.current {
    border: 1px solid #4b4e2a;
    background-color: #4b4e2a;
    color: #fff;
  }

  .pagenav .page-numbers:hover {
    border: 1px solid #4b4e2a;
    background-color: #4b4e2a;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }

  /* マイページ
  ---------------------------------------------------*/

  .mypage.header {
    width: 100%;
    height: 200px;
    background: url(img/mv001.jpg) center center no-repeat;
    background-size: cover;
  }

  .mypage.header .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .mypage.header .inner {
    height: 100%;
    position: relative;
  }

  .mypage.header .avatar {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
  }

  .mypage.header .nickname {
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translate(0, -50%);
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
  }

  .mypage.header .nickname .name {
    font-size: 1.3em;
  }

  ul.mypage_nav {
    list-style: none;
    padding: 30px 0 30px 0;
    font-size: 15px;
  }

  ul.mypage_nav li {
    float: left;
    width: 33.33%;
    text-align: center;
  }

  ul.mypage_nav li img {
    max-width: 20px;
    max-height: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
  }

  .mypage .tab {
    background-color: #eee;
  }

  .mypage .tab .title {
    padding: 15px 0;
    font-size: 1.1rem;
    /*color:#6F7528;*/
  }

  .mypage .tab a {
    float: left;
    display: block;
    width: 33.33%;
    padding: 15px 20px;
    text-align: center;
    background-color: #eee;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }

  .mypage .tab a.active {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .mypage .favorite {
    width: 100%;
  }

  .mypage .favorite ul {
    width: 100%;
    margin-top: 20px;
    list-style: none;
    text-align: left;
  }

  .mypage .favorite li {
    float: left;
    width: 50%;
    padding-right: 1px;
    margin-bottom: 10px;
  }

  .mypage .favorite li .text {
    padding: 0 10px 0 0;
  }

  .mypage .favorite li .cate {
    padding: 0 10px 0 0;
    color: #aaa;
  }

  /* サイドナビ
  ---------------------------------------------------*/
  .plan_shop {
    text-align: left;
  }

  .plan_shop > img {
    width: 100%;
    height: auto;
  }

  .plan_shop .name {
    font-size: 15px;
    font-weight: bold;
    color: #4b4e2a;
    letter-spacing: 0;
    padding: 10px 10px 5px 10px;
  }

  .plan_shop .text {
    width: 100%;
    text-align: left;
    padding: 0 10px 5px 10px;
  }

  .plan_shop .place {
    padding: 0 10px 10px 10px;
    text-align: right;
  }

  .plan_shop .place img {
    margin-right: 5px;
    vertical-align: top;
  }

  .sub .step {
    width: 100%;
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: url(img/button_arrow_acc.png) center bottom no-repeat;
    background-size: 14px 6px;
  }

  .sub .step.end {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
  }

  .sub .step .title {
    width: 100%;
    padding: 1em;
    text-align: center;
    background-color: #aaa;
    color: #fff;
  }

  .sub .step.active .title {
    background-color: #858c22;
  }

  .sub .step .text {
    width: 100%;
    padding: 1.5em;
    text-align: center;
    background-color: #f7f7f7;
    color: #999;
  }

  .sub .step.active .text {
    background-color: #eee;
    color: #323232;
  }

  /* 掲載店募集
  ---------------------------------------------------*/

  .wanted.header {
    width: 100%;
    height: 480px;
    background: url(img/mv001.jpg) center center no-repeat;
    background-size: cover;
  }

  .wanted.header .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .wanted.header .inner {
    height: 100%;
  }

  .wanted.header .inner .catch {
    text-align: center;
  }

  .wanted.header .inner .catch .main {
    font-size: 3rem;
    color: #fff;
    padding-top: 120px;
    line-height: normal;
  }

  .wanted.header .inner .catch .sub {
    font-size: 1rem;
    color: #fff;
    padding-top: 20px;
    line-height: normal;
  }

  .wanted.contents .inner {
  }

  .wanted.contents .inner .box {
    padding: 30px 40px 20px 40px;
  }

  .wanted.contents .inner h1 .point {
    display: block;
    color: #858c22;
    margin-right: 20px;
  }

  .wanted.contents img.fr {
  }

  .wanted.contents h3 {
    font-size: 1.4rem;
  }

  .wanted.contents h3,
  .wanted.contents p {
    text-align: left !important;
  }

  .wanted.contents img.col3-1 {
    margin-bottom: 10px;
  }

  .wanted.contents .button a {
    font-size: 20px;
  }

  /* 退会
  ---------------------------------------------------*/

  .box.leave {
    border-radius: 10px;
    padding: 30px 20px;
  }

  .box.leave h3 {
    font-size: 1.2em;
  }

  /****************************************************************************************************

  フッター
  *****************************************************************************************************/

  body > .wrapper > footer {
    clear: both;
    width: 100%;
    z-index: 1;
    background-color: #373827;
    margin-top: 60px;
    color: #fff;
    letter-spacing: 0;
  }

  body > .wrapper > footer a {
    color: #fff;
  }

  body > .wrapper > footer #page-top {
    position: fixed;
    bottom: 13%;
    right: 10px;
    display: block;
    width: 80px;
    height: 80px;
    background: url(img/pagetop.png) center 30px no-repeat;
    background-size: 32px 18px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    z-index: 1;
  }

  body > .wrapper > footer #page-top:hover {
    background: url(img/pagetop_on.png) center 30px no-repeat;
    background-size: 32px 15px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  body > .wrapper > footer .logo_link {
    width: 100%;
    background-color: #333333;
    padding: 10px 0;
  }

  body > .wrapper > footer .logo_link ul {
    list-style: none;
  }

  body > .wrapper > footer .logo_link ul li {
    float: left;
    display: block;
    width: 25%;
    padding: 10px 10px;
  }

  body > .wrapper > footer .logo_link ul li img {
    max-width: 100%;
    height: auto;
  }

  body > .wrapper > footer .info {
    width: 100%;
    padding: 40px 10px 20px 10px;
  }

  body > .wrapper > footer .col3-1 {
    margin-bottom: 20px;
    text-align: left;
  }

  body > .wrapper > footer .info .logo {
    text-align: left;
    width: 158px;
    height: 48px;
    margin-bottom: 10px;
  }

  body > .wrapper > footer .info h2 {
    margin-bottom: 10px;
  }

  body > .wrapper > footer .info p {
    text-align: left;
  }

  body > .wrapper > footer .info .sns {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  body > .wrapper > footer .info .sns a {
    float: left;
    margin-right: 10px;
  }

  body > .wrapper > footer .info .ft_comment {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: auto 2%;
  }

  body > .wrapper > footer .ftbar {
    width: 100%;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  body > .wrapper > footer .ftbar .inner {
    padding: 0 2%;
  }

  body > .wrapper > footer .ftbar .ft_link {
    margin-bottom: 10px;
  }

  body > .wrapper > footer .ftbar .copy {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }

  .event_info {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .topnews > ul li a img,
  .topnews > ul li a {
    width: 100%;
  }

  .topnews > ul > li {
    height: auto !important;
  }

  .topranking ul li > a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .topranking ul li img {
    float: right;
    width: 45%;
    height: auto;
  }

  .topranking ul li .text {
    padding: 10px 10px 0 10px;
  }

  body > .wrapper > footer .info .logo,
  body > .wrapper > footer .info .logo img {
    width: 100px !important;
  }

  ul.shoplist li > a.photo img,
  ul.shoplist li > a.photo {
    width: 100% !important;
  }

  .footer_flex {
    display: flex;
    flex-direction: column;
  }

  body > .wrapper > footer .footer_flex .col3-1 {
    width: 100%;
  }

  body > .wrapper > footer .ftbar .ft_link {
    display: flex;
    flex-direction: column;
  }

  body > .wrapper > footer .ftbar .ft_link a:nth-child(5) {
    margin-top: -10px;
  }

  body > .wrapper > footer .ftbar .ft_link a:nth-child(5),
  body > .wrapper > footer .ftbar .ft_link a:nth-child(7),
  body > .wrapper > footer .ftbar .ft_link a:nth-child(9) {
    line-height: 0.5px;
  }

  body > .wrapper > footer .ftbar .ft_link span {
    display: none !important;
  }

  body > .wrapper > footer .ftbar .inner {
    display: flex;
    flex-direction: column;
  }

  body > .wrapper > footer .ftbar .ft_link,
  body > .wrapper > footer .ftbar .copy {
    width: 100%;
    padding-left: 20px;
  }

  body > .wrapper > footer .ftbar .copy {
    margin-top: 10px;
    text-align: left;
  }

  .fasvorite {
    display: inline-block;
  }
}

.topranking ul.rank_cont > li {
  display: none;
}

.topranking ul.rank_cont > li.active {
  display: block;
}

/* 12.11.2019 */
.inner.social_logo_nav {
  height: 110px;
  /* background: #373827; */
  background: rgba(56, 57, 40, 0.8);
  width: 100% !important;
}

body > .wrapper > header .social_logo_nav .subbar {
  width: 1200px;
  margin: 0 auto;
}

.logo_sublink {
  width: 1200px;
  margin: 0 auto;
}

.globel_nav {
  background: rgba(56, 57, 40, 0.5);
}

body > .wrapper > header .navbar {
  width: 1200px;
  margin: 0 auto;
}

.main_visual_text {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_image .main_visual_text h1,
.main_image .main_visual_text h2 {
  position: initial;
  top: initial;
  margin: 0;
}

/* 20.01.2020 */
.userReg_tit_margin,
.visitorReg_tit_margin {
  margin-bottom: 20px !important;
}

.user_register_margin .input__label-content--hoshi,
.visitor_register_margin .input__label-content--hoshi {
  bottom: 30px !important;
}

.userReg_right_margin,
.visitorReg_right_margin {
  margin-bottom: 0 !important;
  margin-top: -10px !important;
}

.userReg_nickname,
.visitorReg_nickname {
  margin-top: -25px;
}

.user_register_margin .input__field--hoshi,
.visitor_register_margin .input__field--hoshi {
  margin-top: 20px !important;
}

/* 5.2.2020 */
.cat001 {
  height: 100% !important;
}

.new_store_block {
  position: relative;
  display: inline-block;
}

ul li .new_store_block img {
  margin-bottom: 0 !important;
}

/*ul.pagelink li {*/
/*  width: 23%;*/
/*}*/
.contents h1 {
  display: inline-block;
}

.contents h2 {
  position: relative;
  border-bottom: none !important;
  height: auto !important;
  padding-bottom: 5px;
}

.contents h2::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #373827;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.search_area.gray {
  padding-bottom: 15px !important;
}

.search_area.gray h1 {
  margin-left: 25px;
  width: auto;
}

.event_info {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  ul li .new_store_block img {
    width: 100% !important;
    height: auto !important;
  }

  ul li .new_store_block a.photo,
  .new_store_block {
    width: 100%;
  }

  .mb10_sp {
    display: flex;
    flex-wrap: wrap;
  }

  .contents.mypage .inner {
    padding: 0 10px;
  }

  .contents.mypage .inner .input__label {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  ul.pagelink li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 70px;
  }

  .form-horizontal .checkbox {
    display: inline;
  }
}

@media screen and (max-width: 992px) {
  .button.em a,
  .button.em2 a {
    width: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .btn-lg {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* 10.02.2020 */
body > .wrapper > footer .col3-1 h2 a {
  margin-bottom: 0;
}

body > .wrapper > footer .col3-1 a {
  display: inline-block;
  margin-bottom: 6px;
}

body > .wrapper > footer .ftbar .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

body > .wrapper > footer .ftbar .ft_link {
  width: auto !important;
  float: initial !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

body > .wrapper > footer .ftbar .ft_link a,
body > .wrapper > footer .ftbar .ft_link span {
  display: block;
}

body > .wrapper > footer .ftbar .copy {
  width: auto !important;
  float: initial !important;
}

.inner.cf:before,
.inner.cf:after {
  content: none;
}

body > .wrapper > footer .ftbar .ft_link span {
  margin-left: 13px;
}

body > .wrapper > footer .ftbar .ft_link span:nth-child(2) {
  margin-right: 13px;
}

@media screen and (max-width: 992px) {
  body > .wrapper > footer .ftbar .inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 680px) {
  body > .wrapper > footer .ftbar .ft_link a {
    font-size: 12px;
  }

  body > .wrapper > footer .ftbar .ft_link {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  body > .wrapper > footer .ftbar .ft_link {
    flex-direction: column;
  }
}

/* 21/2/2020 */
.sns_side {
  margin-bottom: 2em;
}

.sns_side .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eee;
  height: 55px;
}

.logo_sublink {
  display: block !important;
}

body > .wrapper > header .logo {
  position: absolute;
  top: 0;
}

.inner.social_logo_nav {
  height: 70px !important;
}

body > .wrapper > header {
  background: none !important;
}

.height {
  height: 100%;
}

/* SNS socical */
.sns_side .sns {
  height: auto !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  padding: 7px 0;
  max-width: 350px;
}

.sns_side .sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6 - 4px);
  max-height: 50px;
  margin-right: 4px;
}

.sns_side .sns a img {
  width: 100%;
  height: 100%;
}

.sns_side {
  margin-top: 2em;
}

.contents .sns_side h2 {
  display: none;
}

.sns_side .sns {
  background: none;
}

.topnews ul li {
  height: 100% !important;
  padding-right: 10px !important;
}

.topnews ul li .new_store_block img {
  width: 280px;
  height: 180px;
  object-fit: cover;
}

.topspecial ul li {
  height: auto !important;
  margin-bottom: 15px;
}

.topspecial ul li img {
  position: initial !important;
  margin-bottom: 0;
}

.topspecial ul li .mask {
  height: 100% !important;
  background: none !important;
}

@media screen and (max-width: 992px) {
  .topnews ul li .new_store_block img {
    width: 250px;
    height: 130px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .topnews ul.d-flex.flex-wrap li {
    padding-right: 0px !important;
    display:block !important;
  }
}

/* 02.04.2020 */
.know_list > ul > li {
  height: 100%;
}

.know_list > ul > li img {
  width: 280px;
  height: 180px;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .know_list > ul > li img {
    width: 250px;
    height: 130px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .know_list > ul > li {
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
  }
  .know_list > ul > li img {
    width: 100%;
    height: auto;
  }
}

/* 06.04.2020 */
.topspecial_img_fix ul li img {
  width: 100%;
  object-fit: cover;
  height: 170px;
}

@media screen and (min-width: 769px) {
  body > .wrapper > header nav div.slide_menu > ul.global_nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body > .wrapper > header nav div.slide_menu > ul.global_nav_list > li {
    float: initial;
  }

  body > .wrapper > header nav div.slide_menu > ul.global_nav_list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  body
    > .wrapper
    > header
    nav
    div.slide_menu
    > ul.global_nav_list
    > li
    > a
    span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    position: relative;
  }

  body
    > .wrapper
    > header
    nav
    div.slide_menu
    > ul.global_nav_list
    > li
    > a
    span
    font {
    word-break: break-word;
    text-align: left;
  }

  body
    > .wrapper
    > header
    nav
    div.slide_menu
    > ul.global_nav_list
    > li
    > a
    span
    img {
    width: 22px;
    height: auto;
    margin-bottom: 0;
    margin-right: 9px;
  }

  body
    > .wrapper
    > header
    nav
    div.slide_menu
    > ul.global_nav_list
    > li:last-child
    > a
    span
    img {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .topspecial_img_fix ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .topspecial_img_fix ul li {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
  }

  .topspecial_img_fix ul li:nth-child(3n) {
    margin-right: 0;
  }

  .topspecial_img_fix ul li img {
    height: 130px;
  }

  body > .wrapper > header nav div > ul > li > a::after {
    background: none;
  }
}

@media screen and (max-width: 576px) {
  .topspecial_img_fix ul li {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 10px;
  }

  .topspecial_img_fix ul li:nth-child(odd) {
    margin-right: 5px;
  }

  .topspecial_img_fix ul li:nth-child(even) {
    margin-left: 5px;
  }
}

@media screen and (max-width: 480px) {
  .topspecial_img_fix ul li {
    width: 100%;
  }

  .topspecial_img_fix ul li img {
    width: 100%;
    height: 170px;
  }
}

/* 7.4.2020 */
body > .wrapper > header .subbar .user .lang:hover ul.child {
  z-index: 1;
  height: auto;
}

body > .wrapper > header .subbar .user .lang ul.child li {
  padding: 5px;
}

body > .wrapper > header .subbar .user .lang ul.child li a img {
  width: 20px;
  margin-bottom: 0;
  margin-right: 3px;
}

/* 9.4.2020 */
.inner.social_logo_nav {
  /* background: rgb(72, 140, 22) !important; */
  background: rgb(2, 64, 46) !important;
  /* background: rgb(132, 191, 4) !important; */
}

.globel_nav {
  background: rgb(2, 64, 46) !important;
}

body > .wrapper > header nav div > ul > li ul.child li a {
  background: rgb(2, 64, 46) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body > .wrapper > header nav div > ul > li ul.child li:hover {
  /* background: rgb(184, 217, 115) !important; */
  background: rgb(36, 115, 92) !important;
  /* background: rgb(9, 166, 3) !important; */
}

.filter-toggle h1,
.filter-toggle h1:hover {
  background: url(img/button_arrow_acc.png) 95% 50% / 25px no-repeat !important;
}

.filter-toggle h1.open,
.filter-toggle h1.open:hover {
  background: url(img/button_arrow_acc_up.png) 95% 50% / 25px no-repeat !important;
}

.filter-toggle-sub p,
.filter-toggle-sub p:hover {
  background: url(img/button_arrow_acc.png) 95% 50% / 15px no-repeat !important;
  padding: 15px;
}

.filter-toggle-sub p.open {
  background: url(img/button_arrow_acc_up.png) 95% 50% / 15px no-repeat !important;
}

.input-collect {
  display: inline-block;
  line-height: 40px;
}

.input-collect span {
  display: inline-block;
  line-height: 20px;
  padding: 5px 10px;
  background: #bbbbbb;
  margin-right: 10px;
}

.input-collect span i {
  padding-left: 10px;
}

/* 29.04.2020 */
body > .wrapper > footer .ftbar {
  background: #333333 !important;
}

body > .wrapper > footer .info {
  background: rgb(2, 64, 46) !important;
}

/* 5/11/2020 */
@media screen and (max-width: 768px) {
  .login_mb_up {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-right: 0;
    border: none;
  }

  .login_mb_down {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .footer_flex .col3-1:first-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .footer_flex .col3-1:nth-child(2) {
    width: 50%;
  }

  .globel_nav {
    background: none !important;
  }

  body > .wrapper > header nav div > ul > li ul.child li {
    background: rgba(36, 115, 92, 1) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* 5.20.2020 */
.button.em a {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
  vertical-align: middle;
  height: 62px;
  padding: 0;
}

/* SECTION Action mobile in nav */
li.action-mobile {
  display: none;
}

ul.nav-lang {
  display: flex;
}

ul.nav-lang li {
  width: 50%;
  padding-top: 3px;
}

ul.nav-lang li.active,
ul.nav-lang li.active a {
  background: white;
  color: #02402e !important;
}

.space-item {
  margin-top: 10px;
}

.action-mobile {
  display: none;
}

@media only screen and (max-width: 712px) {
  /* width < 712 */
  .action-mobile {
    display: block;
  }
}

/* !SECTION Action mobile in nav */

/* SECTION BUTTON for front end in login */
.btn-custom-login {
  min-height: 64px;
  color: #ffffff;
  background: #366b97;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  border: none;
  width: 100%;
}

.btn-custom-login:hover {
  background: #5996c9;
}

/* !SECTION BUTTON for front end in login */

/* SECTION Elasticities */
.min-h-64 {
  min-height: 64px !important;
}

/* !SECTION Elasticities */


/* NEW SLIDER PART AT TRADITIONAL SHOP PAGE START */
#jstms_slider__wrapper {
  margin-bottom:20px;
}

#jstms_slider__wrapper * {
	margin:0;
	padding:0;
}

#jstms_slider__wrapper #rc_slider {
	width: 100%;
	height: 400px;
	margin: auto;
	position: relative;
	overflow:hidden;
	background-color:#000;
}

#jstms_slider__wrapper #slider_container {
	width:auto;
	height:100%;
	display:flex;
	flex-direction:row;
	transition: 0.5s;
  transition-timing-function: ease-in-out;
	position: absolute;
	left:0;
}

#jstms_slider__wrapper #rc_slider .slide_item {
	height: 100%;
	position: relative;
}

#jstms_slider__wrapper #rc_slider .slide_img {
	width: 100%;
	height:100%;
	object-fit: contain;
}

#jstms_slider__wrapper #rc_slider_thumbnails {
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

#jstms_slider__wrapper #rc_slider_thumbnails .thumb_item {
	width:25%;
}

#jstms_slider__wrapper #rc_slider_thumbnails .thumb_item img {
	width:100%;
	height:200px;
	object-fit: cover;
}

@media screen and (max-width:480px) {
	#jstms_slider__wrapper #rc_slider_thumbnails .thumb_item img {
		height:100px;
	}
}

/* NEW SLIDER PART AT TRADITIONAL SHOP PAGE END */

/* USER DASHBOARD UPDATED START */
#user-setting {
  justify-content:flex-start !important;
}
#user-setting.nav-tabs > li > a {
  margin-right:0;
  font-size:14px !important;
  color:#777e35;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
#user-setting.nav-tabs>li.active {
  border-bottom:none;
}
#user-setting.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff !important;
  background-color: #02402e;
  border: 1px solid #02402e;
  border-bottom-color: transparent;
  cursor: default;
}
.setting-tabs__content {
  font-family:"Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.setting-tabs__content .table th {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight:300;
  font-size:14px;
}

#myTabContent .table-responsive .table th, 
#myTabContent .table-responsive .table td {
    vertical-align: middle;
    text-align: center;
}
/* USER DASHBOARD UPDATED END */