@charset "UTF-8";
/*********************************************************************
* タグ初期化
*********************************************************************
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
	box-sizing: border-box;
}

html {
  font-size: 62.5%;  		 10px 
  line-height: 1.6rem;   16px 
  height: 100%;
	scroll-behavior: smooth;
}
@media screen and (min-width: 545px) and (max-width: 1199px) {
  html, html * {
    font-size: 14px;
	}
}

@media screen and (min-width: 1200px) {
  html, html * {
    font-size: 14px;
  }
}
  */
li {
  list-style: none;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#fair_area a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  color: #444444;
  border: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}

#fair_area a:link {
  color: #333;
  text-decoration: none;
}

#fair_area a:visited {
  color: #333;
  text-decoration: none;
}

#fair_area a:active {
  color: #888;
  text-decoration: none;
}

@media (min-width: 768px) {
	#fair_area a:hover {
		color: #888;
		text-decoration: none;
	}

	#fair_area a:hover {
		opacity: .5;
		-webkit-transition: opacity .2s ease;
		transition: opacity .2s ease;
	}

	#fair_area a img:hover {
		opacity: .7;
		-webkit-transition: opacity .9s ease;
		transition: opacity .9s ease;
	}
}

/*********************************************************************
* 共通クラス定義
**********************************************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.gray_box {
  padding: 30px 30px;
  border-radius: 8px;
  background: #fafafa;
}
.font_gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

.font_mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}
.ls {
  letter-spacing: 0.1em;
}

.ls_3 {
  letter-spacing: 0.3em;
}

.lh {
  line-height: 2.5;
}

.lh_ {
  line-height: 1.3;
}

.small_2 {
  font-size: 0.9rem;
}

.small {
  font-size: 1.0rem;
}

.small_big {
  font-size: 1.2rem;
}

.middle {
  font-size: 1.3rem;
  font-weight: normal;
}

.middle_1 {
  font-size: 1.3rem;
}

.middle_15 {
  font-size: 1.5rem;
}

.middle_2 {
  font-size: 1.7rem;
  font-weight: normal;
}

.middle_3 {
  font-size: 2.0rem;
  font-weight: normal;
}

.large {
  font-size: 3.0rem;
  font-weight: normal;
}

.large_2 {
  font-size: 4.0rem;
  font-weight: normal;
}

.large_3 {
  font-size: 4.8rem;
  font-weight: normal;
}

.large_4 {
  font-size: 6.0rem;
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.img_center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .lh {
    line-height: 1.2;
  }
  .ls_3 {
    letter-spacing: 0.1em;
  }
  .middle {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .middle_2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .large {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .large_2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .large_3 {
    font: size 24px;
    font-size: 2.4rem;
  }
}

.img_radius {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.f_left {
  float: left;
  display: block;
}

.f_right {
  float: right;
  display: block;
}

.w_5 {
  width: 5%;
}

.w_7 {
  width: 7%;
}

.w_10 {
  width: 10%;
}

.w_15 {
  width: 15%;
}

.w_20 {
  width: 20%;
}

.w_25 {
  width: 25%;
}

.w_30 {
  width: 30%;
}

.w_35 {
  width: 35%;
}

.w_40 {
  width: 40%;
}

.w_45 {
  width: 45%;
}

.w_50 {
  width: 50%;
}

.w_55 {
  width: 55%;
}

.w_57 {
  width: 57%;
}

.w_60 {
  width: 60%;
}

.w_65 {
  width: 65%;
}

.w_70 {
  width: 70%;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_85 {
  width: 85%;
}

.w_5, .w_7, .w_10, .w_15, .w_20, .w_25, .w_30, .w_35, .w_40, .w_45, .w_50, .w_57, .w_55, .w_60, .w_65, .w_70, .w_75, .w_80, .w_85 {
  display: block;
}

@media (max-width: 768px) {
  .f_left, .f_right {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .s_left {
    text-align: left;
  }
  .sp_f_left {
    float: left;
    padding-bottom: 20px;
  }
  .sp_f_right {
    float: right;
  }
  .w_5, .w_7, .w_10, .w_15, .w_20, .w_25, .w_30, .w_35, .w_40, .w_45, .w_50, .w_57, .w_55, .w_60, .w_65, .w_70, .w_75, .w_80, .w_85 {
    width: 100%;
  }
  .sp_w_5 {
    width: 5% !important;
  }
  .sp_w_20 {
    width: 20% !important;
  }
  .sp_w_30 {
    width: 30% !important;
  }
  .sp_w_35 {
    width: 35% !important;
  }
  .sp_w_40 {
    width: 40% !important;
  }
  .sp_w_45 {
    width: 45% !important;
  }
  .sp_w_60 {
    width: 60% !important;
  }
  .sp_w_65 {
    width: 65%;
  }
  .sp_w_70 {
    width: 70%;
  }
  .sp_w_75 {
    width: 75%;
  }
  .sp_w_80 {
    width: 80%;
  }
  .sp_w_85 {
    width: 85% !important;
  }
  .sp_w_95 {
    width: 95% !important;
  }
}

.mt_-1 {
  margin-top: -13px !important;
}

.mt_2 {
  margin-top: 2.0rem;
}

.mt_4 {
  margin-top: 4.0rem;
}

.mt_5 {
  margin-top: 5.0rem;
}

.mt_6 {
  margin-top: 6.0rem;
}

.mt_7 {
  margin-top: 7.0rem;
}

.mb_05 {
  margin-bottom: 0.50rem;
}

.mb_075 {
  margin-bottom: 0.75rem;
}

.mb_1 {
  margin-bottom: 1.0rem;
}

.mb_15 {
  margin-bottom: 1.5rem;
}

.mb_2 {
  margin-bottom: 2.0rem;
}

.mb_3 {
  margin-bottom: 3.0rem;
}

.mb_4 {
  margin-bottom: 4.0rem;
}

.mb_5 {
  margin-bottom: 5.0rem;
}

.mb_6 {
  margin-bottom: 6.0rem;
}

.mb_8 {
  margin-bottom: 8.0rem;
}

.ml_1 {
  margin-left: 1rem;
}

.ml_2 {
  margin-left: 2rem;
}

.ml_3 {
  margin-left: 3rem;
}

.ml_35 {
  margin-left: 3.5rem;
}

.ml_7 {
  margin-left: 7rem;
}

.ml_30 {
  margin-left: 30%;
}

.pt_05 {
  padding-top: 0.50rem;
}

.pt_075 {
  padding-top: 0.75rem;
}

.pt_1 {
  padding-top: 1.0rem;
}

.pt_15 {
  padding-top: 1.5rem;
}

.pt_2 {
  padding-top: 2.0rem;
}

.pt_3 {
  padding-top: 3.0rem;
}

.pt_4 {
  padding-top: 4.0rem;
}

.pt_5 {
  padding-top: 5.0rem;
}

.pt_6 {
  padding-top: 6.0rem;
}

.pt_7 {
  padding-top: 7.0rem;
}

.pt_8 {
  padding-top: 8.0rem;
}

.pt_12 {
  padding-top: 12.0rem;
}

.pt_14 {
  padding-top: 14.0rem;
}

.pt_16 {
  padding-top: 16.0rem;
}

.pt_20 {
  padding-top: 20.0rem;
}

.pb_05 {
  padding-bottom: 0.50rem;
}

.pb_075 {
  padding-bottom: 0.75rem;
}

.pb_1 {
  padding-bottom: 1.0rem;
}

.pb_15 {
  padding-bottom: 1.5rem;
}

.pb_2 {
  padding-bottom: 2.0rem;
}

.pb_3 {
  padding-bottom: 3.0rem;
}

.pb_4 {
  padding-bottom: 4.0rem;
}

.pb_5 {
  padding-bottom: 5.0rem;
}

.pb_6 {
  padding-bottom: 6.0rem;
}

.pb_7 {
  padding-bottom: 7.0rem;
}

.pb_8 {
  padding-bottom: 8.0rem;
}

.pb_9 {
  padding-bottom: 9.0rem;
}

.pb_10 {
  padding-bottom: 10.0rem;
}

.pb_11 {
  padding-bottom: 11.0rem;
}

.pb_12 {
  padding-bottom: 12.0rem;
}

.pl_05 {
  padding-left: 0.50rem;
}

.pl_075 {
  padding-left: 0.75rem;
}

.pl_1 {
  padding-left: 1.0rem;
}

.pl_15 {
  padding-left: 1.5rem;
}

.pl_2 {
  padding-left: 2.0rem;
}

.pl_3 {
  padding-left: 3.0rem;
}

.pl_4 {
  padding-left: 4.0rem;
}

.pl_5 {
  padding-left: 5.0rem;
}

.pl_6 {
  padding-left: 6.0rem;
}

.pl_7 {
  padding-left: 7.0rem;
}

.pl_8 {
  padding-left: 8.0rem;
}

.pl_10 {
  padding-left: 10.0rem;
}

.pr_05 {
  padding-right: 0.50rem;
}

.pr_075 {
  padding-right: 0.75rem;
}

.pr_1 {
  padding-right: 1.0rem;
}

.pr_15 {
  padding-right: 1.5rem;
}

.pr_2 {
  padding-right: 2.0rem;
}

.pr_3 {
  padding-right: 3.0rem;
}

.pr_4 {
  padding-right: 4.0rem;
}

.pr_5 {
  padding-right: 5.0rem;
}

@media (max-width: 768px) {
  .sp_w_90 {
    max-width: 84%;
    margin: 0 8% 2% 8%;
  }
  .sp_ml_2 {
    margin-left: 2rem;
  }
  .sp_mr_2 {
    margin-right: 2rem;
  }
  .sp_ml_3 {
    margin-left: 3rem;
  }
  .sp_mr_3 {
    margin-right: 3rem;
  }
  .sp_mb_05 {
    margin-bottom: 0.50rem;
  }
  .sp_mb_075 {
    margin-bottom: 0.75rem;
  }
  .sp_mb_1 {
    margin-bottom: 1.0rem;
  }
  .sp_mb_15 {
    margin-bottom: 1.5rem;
  }
  .sp_mb_2 {
    margin-bottom: 2.0rem;
  }
  .sp_mb_3 {
    margin-bottom: 3.0rem;
  }
  .sp_mb_4 {
    margin-bottom: 4.0rem;
  }
  .sp_mb_5 {
    margin-bottom: 5.0rem;
  }
  .sp_mb_6 {
    margin-bottom: 6.0rem;
  }
  .sp_pt_0 {
    padding-top: 0;
  }
  .sp_pt_05 {
    padding-top: 0.50rem;
  }
  .sp_pt_075 {
    padding-top: 0.75rem;
  }
  .sp_pt_1 {
    padding-top: 1.0rem;
  }
  .sp_pt_15 {
    padding-top: 1.5rem;
  }
  .sp_pt_2 {
    padding-top: 2.0rem;
  }
  .sp_pt_3 {
    padding-top: 3.0rem;
  }
  .sp_pt_4 {
    padding-top: 4.0rem;
  }
  .sp_pt_5 {
    padding-top: 5.0rem;
  }
  .sp_pt_6 {
    padding-top: 6.0rem;
  }
  .sp_pt_7 {
    padding-top: 7.0rem;
  }
  .sp_pt_8 {
    padding-top: 8.0rem;
  }
  .sp_pb_0 {
    padding-bottom: 0;
  }
  .sp_pb_05 {
    padding-bottom: 0.50rem;
  }
  .sp_pb_075 {
    padding-bottom: 0.75rem;
  }
  .sp_pb_1 {
    padding-bottom: 1.0rem;
  }
  .sp_pb_15 {
    padding-bottom: 1.5rem;
  }
  .sp_pb_2 {
    padding-bottom: 2.0rem;
  }
  .sp_pb_3 {
    padding-bottom: 3.0rem;
  }
  .sp_pb_4 {
    padding-bottom: 4.0rem;
  }
  .sp_pb_5 {
    padding-bottom: 5.0rem;
  }
  .sp_pb_6 {
    padding-bottom: 6.0rem;
  }
  .sp_pb_7 {
    padding-bottom: 7.0rem;
  }
  .sp_pb_8 {
    padding-bottom: 8.0rem;
  }
  .sp_pb_9 {
    padding-bottom: 9.0rem;
  }
  .sp_pb_10 {
    padding-bottom: 10.0rem;
  }
  .sp_pb_11 {
    padding-bottom: 11.0rem;
  }
  .sp_pb_12 {
    padding-bottom: 12.0rem;
  }
  .sp_pl_0 {
    padding-left: 0;
  }
  .sp_pl_05 {
    padding-left: 0.50rem;
  }
  .sp_pl_075 {
    padding-left: 0.75rem;
  }
  .sp_pl_1 {
    padding-left: 1.0rem;
  }
  .sp_pl_15 {
    padding-left: 1.5rem;
  }
  .sp_pl_2 {
    padding-left: 2.0rem;
  }
  .sp_pl_3 {
    padding-left: 3.0rem;
  }
  .sp_pl_4 {
    padding-left: 4.0rem;
  }
  .sp_pr_0 {
    padding-right: 0;
  }
  .sp_pr_05 {
    padding-right: 0.50rem;
  }
  .sp_pr_075 {
    padding-right: 0.75rem;
  }
  .sp_pr_1 {
    padding-right: 1.0rem;
  }
  .sp_pr_15 {
    padding-right: 1.5rem;
  }
  .sp_pr_2 {
    padding-right: 2.0rem;
  }
  .sp_pr_3 {
    padding-right: 3.0rem;
  }
  .sp_pr_4 {
    padding-right: 4.0rem;
  }
  .sp_img_center {
    text-align: center;
    margin: 0 auto;
  }
}

/*********************************************************************
* 共通レイアウト
**********************************************************************/
/*********************************************************************
* header.php
*******************************************************************/
@media (min-width: 769px) {
  header {
    position: relative;
    width: 100%;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .header_box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #fff;
    height: 155px;
    /* 高さ */
  }
  .fixed .header_box {
    height: 95px;
    /* 高さ */
  }
  .header_top {
    position: absolute;
    left: 15px;
    top: 0;
    width: 200px;
  }
  .header_logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    margin: 0 auto;
    width: 180px;
  }
  .fixed .header_logo {
    width: 130px;
  }
  .header_bt_box {
    right: 10px;
    top: 0;
    width: 520px;
    position: absolute;
  }
  .header_bt_box_banquet {
    right: 10px;
    top: 0;
    width: 350px;
    position: absolute;
  }
  .bt_box, .bt_box_banquet {
    margin-right: 8px;
  }
  .bt_box li a, .bt_box_banquet li a {
    display: block;
    float: left;
    margin-left: 8px;
    background: #111;
    color: #fff;
    padding: 2px 12px;
    border-radius: 2px;
  }
  .bt_box .gold_bt a, .bt_box_banquet .gold_bt a {
    background: #C2A15E;
  }
  .bt_box li a:hover, .bt_box_banquet li a:hover {
    background-color: #c79f62;
    color: #111;
  }
  .social-icon li a {
    display: block;
    float: left;
    margin-left: 8px;
    width: 6%;
  }
  .social-icon_banquet li a {
    display: block;
    float: left;
    margin-left: 8px;
    width: 8%;
  }
  /*   global nav  */
  #global-nav {
    padding: 80px 0 5px 0;
    *zoom: 1;
    list-style-type: none;
    margin: 0px auto;
  }
  .fixed #global-nav {
    padding: 40px 0 5px 0;
    *zoom: 1;
    list-style-type: none;
    margin: 0px auto;
  }
  #global-nav02 {
    padding: 10px 0 10px 0;
    *zoom: 1;
    list-style-type: none;
    margin: 95px auto 0;
  }
  .fixed #global-nav02 {
    padding: 10px 0 10px 0;
    *zoom: 1;
    list-style-type: none;
    margin: 50px auto 0;
  }
  #global-nav:before, #global-nav:after, #global-nav02:before, #global-nav02:after {
    content: "";
    display: table;
  }
  #global-nav:after, #global-nav02:after {
    clear: both;
  }
  #global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #global-nav ul li {
    position: relative;
    float: left;
    margin: 0 auto;
    text-align: center;
  }
  #global-nav02 ul li {
    position: relative;
    width: 16.666%;
    float: left;
    margin: 0 auto;
    text-align: center;
  }
  .header_bauquet_wrapper {
    background: #423031;
  }
  #global-nav ul li a {
    display: block;
    margin: 0;
    text-decoration: none;
    text-align: center;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: bold;
  }
  #global-nav02 ul li a {
    display: block;
    margin: 0;
    text-decoration: none;
    text-align: center;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: bold;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  #global-nav02 ul li a {
    font-size: 13px;
  }
}

@media (min-width: 769px) {
  #global-nav02 ul li a {
    color: #fff;
  }
  #global-nav ul li a:hover {
    opacity: 1;
    background: #c79f62;
    color: #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}

.nav_small a {
  font-size: 13px !important;
  padding: 5px 2px;
}

@media (max-width: 1260px) {
  .header_bt_box, .header_bt_box_banquet {
    right: 10px;
    top: 0;
    width: 280px;
    position: absolute;
  }
  .bt_box li a {
    float: left;
    width: 90px;
    margin-bottom: 8px;
    font-size: 11px;
  }
  .bt_box_banquet li a {
    float: left;
    width: 120px;
    margin-bottom: 8px;
    font-size: 11px;
  }
}

/* ****スマホ用メニュー************************************************ */
@media screen and (max-width: 768px) {
  /* nav-toggle */
  #nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
  }
  #nav-toggle > div {
    position: relative;
    width: 32px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #111;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  #global-nav a, #global-nav02 a {
    color: #111;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: solid 2px #111;
  }
  #global-nav li:first-child, #global-nav02 li:first-child {
    border-bottom: none;
  }
  .global-head {
    width: 100%;
    padding: 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #111;
  }
  .global_box {
    /*display: none;*/
    position: fixed;
    right: -380px;
    top: 0;
    height: 100%;
    width: 380px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: auto;
  }
  #global-nav {
    padding: 35px;
    width: 100%;
  }
  .bt_box, .bt_box_banquet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .bt_box li {
    width: 29%;
  }
  .bt_box_banquet {
    margin-top: 10px;
  }
  .bt_box li a, .bt_box_banquet li a {
    display: block;
    background: #111;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
  }
  .bt_box li:nth-child(even), .bt_box_banquet li:nth-child(even) {
    margin: 0 1%;
  }
  .social-icon, .social-icon_banquet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .social-icon li, .social-icon_banquet li {
    margin-left: 15px;
    width: 15%;
  }
  #nav-toggle {
    display: block;
  }
  .global_area {
    overflow: scroll;
  }
  /* nav open */
  .open {
    overflow: hidden;
  }
  .open .global_box {
    -webkit-transform: translate3d(-380px, 0, 0);
    transform: translate3d(-380px, 0, 0);
    width: 100%;
  }
  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #111;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    background: #111;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #111;
  }
  .global_box {
    z-index: 10000;
  }
  #nav-toggle {
    z-index: 10100;
  }
}

@media (max-width: 769px) {
  .pc_only {
    display: none;
  }
  .header {
    position: relative;
    min-height: 60px;
  }
  .header_logo {
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
  }
  .header_logo img {
    width: 40%;
  }
}


/******************************************************************
* footer.php
*******************************************************************/
a.link_yes {
	text-decoration: underline;
}
.post_button_border_large {
	max-width: 340px;
	width: 100%;
	display: block;
}
.post_button_border,
.post_button_border_large {
	position: relative;
	display: block;
	height: auto;
	border: 1px solid #333;
	padding: 20px 15px;
	border-radius: 2px;
	font-weight: bold;
}
.post_button_border p,
.post_button_border_large p {
	line-height: 120%;
	text-align: center;
	font-size: 15px;
}

footer .post_button_border {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
footer .post_button_border_large {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
.footer_txt_link_bottom li {
	display: inline;
	padding-right: 15px;
}
small {
	display: block;
	font-size: 13px;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 1000;
}
#page-top a {
	text-decoration: none;
	width: 100px;
	padding: 25px 0;
	text-align: center;
	display: block;
}
@media (min-width: 768px) {
	.flex_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_guide_wrapper ul li a {
		font-size: 13px;
	}
	.footer_guide_wrapper {
		border-top: solid 1px #444;
	}
	.post_button,
	.post_button_border_large {
		overflow: hidden;
	}
	.post_button::before {
		background: #a07d50;
	}
	.post_button_border_large::before {
		background: #333;
	}
	.post_button::before,
	.post_button_border_large::before {
		position: absolute;
		top: 0;
		left: -5%;
		z-index: -1;
		content: "";
		width: 110%;
		height: 210%;
		background: #333;
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: skewY(-10deg) scale(1, 0);
		transform: skewY(-10deg) scale(1, 0);
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
	.post_button:hover,
	.post_button_border_large:hover {
		opacity: 1;
	}
	.post_button_blue:hover,
	.post_button_blue_s:hover {
		opacity: 1;
		background: #6fc1e2;
	}
	.post_button_rest:hover {
		opacity: 1;
		background: #b58b4e;
	}
	.post_button:hover::before,
	.post_button_border_large:hover::before {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: skewY(-10deg) scale(1, 1);
		transform: skewY(-10deg) scale(1, 1);
		opacity: 1;
	}
	.footer_guide_wrapper ul li a,
	.footer_bottom_wrapper a {
		font-size: 13px;
	}
	.footer_guide_wrapper,
	.footer_bottom_wrapper {
		border-top: solid 1px #444;
	}
	#page-top a:hover {
		text-decoration: none;
	}
}

@media (max-width: 768px) {
	footer a.post_button_border {
		padding: 10px 15px;
		text-align: center;
		width: 70%;
		display: block;
	}
	footer a.post_button_border_large {
		padding: 15px 15px;
		text-align: center;
		width: 70%;
		display: block;
	}
	.post_button p,
	.post_button_border_large p {
		font-size: 12px;
	}
	.footer_txt_link {
		padding-bottom: 0 !important;
	}
	.footer_txt_link h3 {
		border-top: solid 1px #ddd;
		background: #f5f5f5;
		padding: 2% 3%;
	}
	.footer_txt_link ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: solid 1px #ddd;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.footer_txt_link li {
		text-align: left;
		border-bottom: solid 1px #ddd;
		font-size: 11px;
		width: 50%;
	}
	.footer_txt_link li:nth-child(even) {
		border-left: solid 1px #ddd;
	}
	.footer_txt_link li a {
		padding: 4% 5%;
		display: block;
	}
	.footer_txt_link a:hover {
		background: #444;
	}
	.footer_bottom_wrapper {
		border-top: solid 1px #ddd;
		padding-bottom: 10px;
	}
	.footer_txt_link_bottom li {
		padding: 2% 1.5%;
		display: block;
		border-bottom: solid 1px #ddd;
		text-align: center;
		font-size: 11px;
	}
	small {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 5px;
		text-align: center;
		font-size: 9px;
		line-height: 1.4em;
	}
	#page-top {
		position: static;
		border-top: solid 1px #666;
		text-align: center;
		background: #222;
	}
	#page-top a {
		width: 100%;
		position: none;
		padding: 10px 10px;
		color: #fff;
	}
}


/*********************************************************************
* 下層ページ見出し
**********************************************************************/
.under_title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 26px;
}

.under_title_e {
  text-align: center;
  font-size: 1.5rem;
  color: #826843;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .under_title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .under_title_e {
    text-align: center;
    font-size: 1.5rem;
    color: #826843;
    margin-bottom: 25px;
  }
}
.under_header_fair {
  width: 100%;
  min-height: 500px;
  background: url(../images/fair_top.jpg) top center / cover no-repeat;
  background-size: 100% auto;
  position: relative;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 768px) {
  .under_header_fair {
    background: url(../images/fair_top.jpg) top center / contain no-repeat;
    min-height: initial;
    background-size: 100% auto;
    padding: 15% 0 15% 0;
  }
}
.under_header_title02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 110;
  width: 25%;
}
.page_wrapper {
  padding-top: 4%;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .page_wrapper {
    padding: 10px 5%;
    margin-bottom: 20px;
  }
}

/********************************************************************
パンくずリスト
********************************************************************/
.breadcrumbs {
	margin-bottom: 2rem;
}
.breadcrumbs span {
  padding: 10px 0 10px 0;
  font-size: 8px;
  color: #111;
}

.breadcrumbs span a {
  font-size: 8px;
  color: #999;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-left: 10px;
    font-size: 8px;
    color: #111;
  }
  .breadcrumbs span {
    padding: 0 2px 5px 2px;
    font-size: 8px;
    color: #111;
  }
}

/********************************************************************
コンテンツ
********************************************************************/
.btn, a.btn, button.btn {
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 36px;
  font-size: 0.7rem;
  position: relative;
  margin: 0 auto;
  padding: 0.6rem 1.6rem;
}
.next,
.prev {
  display: flex;
	justify-content: center;
	align-items: center;
}
.next.hidden,
.prev.hidden {
	visibility: hidden;
}
.next .btn,
.prev .btn {
  color: #333;
	line-height: 1;
}
.prev::before {
	content: '';
  height: 20px;
	display: inline-block;
  clip-path: polygon(0 0, 60% 50%, 0 100%, 30% 50%);
	transform: rotate(180deg);
  aspect-ratio: 1;
  background-color: #333;
}
.next::after {
	content: '';
  height: 20px;
	display: inline-block;
  clip-path: polygon(0 0, 60% 50%, 0 100%, 30% 50%);
  aspect-ratio: 1;
  background-color: #333;
}

@media screen and (min-width: 768px) {
  .btn, a.btn, button.btn {
    font-size: 0.9rem;
  }
}
.bg_pink {
  background: #C2A15E;
}
.fair_area {
	width: 90%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 5%;
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.fair_area {
		width: 100%;
		/* min-width: 1000px; */
		max-width: 1150px;
		justify-content: space-between;
		flex-wrap: nowrap;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 960px) {
	.fair_area {
		padding: 0 30px;
	}
}
.fair_title {
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 6px 0 6px 1em;
	background-color: #3d2700;
	box-sizing: border-box;
}
.calender_area {
  /* margin: 0 20px 30px; */
  margin: 0 0 30px;
}
@media screen and (min-width: 960px) {
	.calender_area {
    margin: 0 0 30px;
	}
}
.month_txt {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.month_txt span {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1;
}
.month_txt span:nth-of-type(1) {
	font-weight: bold;
}
.month_txt span:nth-of-type(2) {
	font-size: 26px;
}
@media screen and (min-width: 768px) {
	.month_txt span:nth-of-type(2) {
		font-size: 34px;
	}
}
.fair_list {
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.fair_list {
		/* width: 60%; */
		width: calc(100% - 350px);
		/* min-width: 500px; */
		margin-bottom: 0;
	}
}
.fair_list_inner {
	height: 400px;
	overflow: auto;
	padding: 5%;
	border: 1px solid #A795B4;
	border-top: none;
}
@media screen and (min-width: 768px) {
	.fair_list_inner {
		padding: 10px;
		/* border: 1px solid #A795B4; */
		border: none;
	}
}
.fair_list .fair_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	/* margin-bottom: 20px; */
	transition: background-color 0.5s ease-out;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #A795B4;
}
@media screen and (min-width: 768px) {
	.fair_list a.fair_item:hover {
		color: #333;
		opacity: 1;
	}
	.fair_list .fair_item:hover {
		background-color: rgba(224,206,175, 0.3);
	}
}
.fair_list .fair_item img {
	width: 100%;
	max-width: initial;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.fair_list .fair_item img {
		width: 20%;
	}
}
.fair_list .fair_item .col {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.fair_list .fair_item .col {
		width: 80%;
		padding-left: 20px;
	}
}
.fair_list .fair_item .col p {
	font-size: 14px;
	line-height: 1.5;
}
.fair_list .fair_item .col .date_title {
	font-weight: bold;
}
.fair_list .fair_item .col .date {
	margin-bottom: 10px;
}
.fair_list .fair_item .col .description {
	margin-bottom: 10px;
}
.fair_list .fair_item .col h2 .sub_title {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
.main_title {
	display: block;
	font-size: 18px !important;
	line-height: 1.5;
}
.classification {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.classification .icon {
	display: inline-block;
	padding: 1px 1em;
	margin: 0 0.5rem 10px 0;
	font-weight: bold;
	font-size: 12px;
	border: 2px solid #e56867;
	color: #e56867;
}
.classification .icon.selected {
	border: 2px solid #e56867;
	background: #e56867;
	color: #fff;
}

.calc_flex {
  display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 5%;
}

.calc_flex p {
  margin: 0 5px;
}
.fair_caption {
	/*width: 170px;*/
	font-size: 11px;
	letter-spacing: -0.5px;
	padding: 10px 0;
}
a.fair_more {
	width: 160px;
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
	color: #fff;
	border: 1px solid #C2A15E;
	margin: 0 auto;
	background-color: #C2A15E;
	transition: background-color 0.5s ease-out;
}
@media screen and (min-width: 768px) {
	a.fair_more:hover {
		color: #C2A15E;
		border: 1px solid #C2A15E;
		background-color: #fff;
	}
}
.calc_table {
  width: 100%;
  margin: 0 auto 20px !important;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
	.calc_table {
		width: 90%;
		margin: 0 auto 20px !important;
	}
}
.calc_table th, .calc_table td {
  padding: 6px;
	text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
	.calc_table th, .calc_table td {
		padding: 8px;
	}
}
.calc_table th,.calc_table td {
  vertical-align: middle;
  border-bottom: 1px solid #A795B4;
}
.calc_table .sun {
	color:#d50000;
}
.calc_table .sat {
	color:#202b8c;
}
.calc_table .is-today {
	background-color:#ff9966;
	color:#fff;
}
.calc_table .is-selected {
	background-color:#f3d5f7;
	color:#000;
}
.calc_table .is-disable {
	color: #c2c2c2;
	pointer-events: none;
}
.calc_table .is-usual {
	font-weight: bold;
}
.calc_table .is-limited {
	font-weight: bold;
	color: #fff;
	background-color: #e56867;
}

@media (min-width: 768px) {
  /* div[id^="limited"],
	div[id^="usual"] {
    padding-top: 160px;
    margin-top: -160px;
  } */
  .archive_fair_wrapper .archive_fair_area {
    width: 100%;
  }
  .archive_fair_wrapper .archive_fair_area .fair_item {
    width: 100%;
		margin-bottom: 50px;
  }
  .archive_fair_wrapper .archive_fair_area img {
    width: 100%;
    display: block;
  }
  .archive_fair_wrapper .archive_fair_area .span_4 {
    padding: 20px 0;
  }
  .archive_fair_wrapper .archive_fair_area .span_8 {
    padding: 20px;
  }
  .archive_fair_wrapper .fair_icon_wrapper {
    margin-top: 1rem;
  }
  .archive_fair_wrapper .fair_icon_wrapper span {
    display: inline-block;
    padding: 1px 1em;
    margin: 0 0.5rem 10px 0;
    font-weight: bold;
    color: #e56867;
    background: #fff;
    border: 2px solid #e56867;
  }
  .archive_fair_wrapper .fair_icon_wrapper .selected {
    color: #fff;
    border: 2px solid #e56867;
    background: #e56867;
  }
}

@media screen and (max-width: 768px) {
  .archive_fair_wrapper .archive_fair_area {
    width: 90%;
    margin: 0 auto;
  }
  .archive_fair_wrapper .archive_fair_area .fair_item {
    width: 100%;
		margin-bottom: 50px;
  }
  .fair_icon_wrapper {
    margin-top: 1rem;
  }
  .fair_icon_wrapper span {
    display: inline-block;
    padding: 1px 1em;
    margin: 0 0.5rem 10px 0;
    font-weight: bold;
    color: #e56867;
    background: #fff;
    border: 2px solid #e56867;
  }
  .fair_icon_wrapper .selected {
    color: #fff;
    border: 2px solid #e56867;
    background: #e56867;
  }
}

.t_reserve {
	width: 100%;
	border-collapse: collapse;
}
.t_reserve thead th {
	width: 50%;
	color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 8px 0;
	letter-spacing: 0.3px;
	background-color: #A795B4;
}
@media (max-width: 768px) {
	.t_reserve thead th:nth-of-type(1) {
		width: 40%;
	}
	.t_reserve thead th:nth-of-type(2) {
		width: 60%;
	}
}
.t_reserve tbody tr {
	border-bottom: 1px solid #555;
}
.t_reserve tbody tr td {
	width: 50%;
	padding: 14px 0;
}
@media (max-width: 768px) {
	.t_reserve tbody tr td:nth-of-type(1) {
		width: 40%;
	}
	.t_reserve tbody tr td:nth-of-type(2) {
		width: 60%;
	}
}
.t_reserve_h {
	font-weight: normal;
}
.t_reserve_time {
	width: 300px;
	text-align: center;
	vertical-align: middle;
	color: #200;
}
@media (max-width: 768px) {
	.t_reserve_time {
		width: 92px;
	}
}
.t_reserve_state {
	min-width: 40px;
	vertical-align: middle;
	text-align: center;
	color: #200;
}
.t_reserve_apply {
	width: 430px;
	text-align: right;
}
@media (max-width: 768px) {
	.t_reserve_apply {
		width: 170px;
	}
}
@media (max-width: 320px) {
	.t_reserve_apply {
		width: 150px;
	}
}
.t_reserve_caption {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 3px;
}
@media (max-width: 768px) {
	.t_reserve_caption {
		font-size: 12px;
	}
}
.t_reserve_btn {
	width: 100%;
	height: 46px;
	/* max-width: 400px; */
	position: relative;
	line-height: 1.4;
	padding: 5px 20px;
	color: #fff !important;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	border-radius: 3px;
	font-size: 15px;
	text-align: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media (max-width: 768px) {
	.t_reserve_btn {
		width: 100%;
		height: auto;
		min-width: 160px;
		min-height: 46px;
		font-size: 1.2;
    padding: 10px 20px;
	}
}
.is-disable.t_reserve_btn::before,.is-enable.t_reserve_btn::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
.t_reserve_btn.is-disable::before {
	content: '✕';
}
.t_reserve_btn.is-enable::before {
	content: '◎';
}
.t_reserve_btn.is-enable2::before {
	content: '△';
}
.t_reserve_btn.is-disable {
	background: #c2c2c2;
	border: 1px solid #c2c2c2;
	border-bottom: 3px solid #b3b3b3;
	pointer-events: none;
}
.t_reserve_btn {
	color: #fff;
	background-color: #A795B4;
	border: 1px solid #A795B4;
}
@media (min-width: 768px) {
	.t_reserve_btn:hover {
		color: #fff;
		-webkit-filter: brightness(106%);
		filter: brightness(106%);
	}
}
.post_title {
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 15px 10px 15px;
	letter-spacing: 0.2em;
	font-size: 22px;
	border-bottom: solid 1px #aaa;
}
@media (max-width: 768px) {
	.post_title {
		font-weight: bold;
		margin-bottom: 20px;
		padding: 0 15px 20px 15px;
		letter-spacing: 0.1em;
		font-size: 15px;
		border-bottom: solid 1px #aaa;
	}
}

/* *******パソコン用お問い合わせ ******************* */
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

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

.policy_area {
  margin-top: 20px;
  padding: 20px 30px;
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 6px;
}

.policy_title {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  padding-right: 20px;
  padding-left: 20px;
}

.soushinblock {
  text-align: center;
  padding: 40px 0px 20px;
  margin-bottom: 25px;
}

.soushinblock input[type="submit"], .soushinblock input[type="button"] {
  padding: 10px 80px;
  margin: 0px auto;
  background: #7B673F;
  text-align: center;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 80px;
  text-decoration: none;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold;
}

.soushinblock input[type="submit"]:hover, .soushinblock input[type="button"]:hover {
  background: #564527;
  text-decoration: none;
}

.cllblock.img_center {
  width: 50%;
}

.soushinblock.img_center {
  width: 240px;
}

.soushinblock #confirmation {
  padding: 10px 80px;
  margin: 0px auto;
  background: #041B44;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 80px;
  text-decoration: none;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold;
}

.soushinblock #confirmation:hover {
  background: #9DD1CF;
  text-decoration: none;
}

span.required {
  font-size: 13px;
  font-weight: normal;
  color: #d40000;
}

.contact_block_right input[type="tel"], .contact_block_right input[type="email"], .contact_block_right input[type="text"], .contact_block_right textarea {
  padding: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 26px;
}

.contact_block_right input[type="tel"], .contact_block_right input[type="email"], .contact_block_right input[type="text"] {
  width: 65%;
}

.age input[type="text"] {
  width: 5% !important;
  margin-right: 8px;
}

.txt_small {
  width: 14% !important;
  margin-right: 8px;
}

.contact_block_right input[type="text"] {
  width: 65%;
}

#zip2 {
  width: 20%;
}

.contact_block_right textarea {
  background: #FFF;
  width: 90%;
}

dl#contact_block {
  border-bottom: 1px solid #dcdcdc;
  padding: 0px 0px 0px 0px;
}

dl#contact_block:last-child {
  border: none;
}

.page_contactform {
  padding: 5px;
  width: 90%;
  margin: 0 auto;
}

dl#contact_block .contact_block_right {
  width: 73%;
  float: right;
  padding: 15px 10px 10px 10px;
  line-height: 110%;
}

dl#contact_block .contact_block_left {
  padding: 15px 10px 10px 30px;
  vertical-align: top;
  text-align: left;
  width: 22%;
  float: left;
}

/* チェックボックス */
.wpcf7-list-item {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.checkbox_box {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 8px 0px;
  margin: 10px 0px;
}

input[type="radio"], input[type="checkbox"] {
  border: 1px solid #e2e2e2;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  background: #e2e2e2;
  margin-bottom: 5px !important;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #d60000;
  border: 1px solid #e2e2e2;
}

input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

input[type="radio"]:checked:after, input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}

select {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  margin: 0px 8px;
  padding: 0 15px;
}

.wpcf7c-elm-step2 {
  text-align: center;
  color: #C40000;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  /* ***スマホ用お問い合わせ *	*********************************************** */
  .under_area {
    padding-left: 5%;
    padding-right: 5%;
  }
  .contact_txt_area p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .policy_area {
    border: solid 1px #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4em;
  }
  .policy_title {
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .soushinblock {
    text-align: center;
    padding: 40px 15px 20px;
  }
  .wpcf7c-elm-step2 {
    padding: 20px 15px;
  }
  .soushinblock input[type="submit"] {
    padding: 10px 80px;
    margin: 0px auto;
    background: #7B673F;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7B673F), to(#7B673F));
    background-image: linear-gradient(to bottom, #7B673F, #7B673F);
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 80px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
  }
  .soushinblock input[type="submit"]:hover {
    background: #51432B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#51432B), to(#51432B));
    background-image: linear-gradient(to bottom, #51432B, #51432B);
    text-decoration: none;
  }
  span.required {
    font-size: 10px;
    font-weight: normal;
    color: #D40000;
  }
  .contact_block_right input[type="tel"], .contact_block_right input[type="email"], .contact_block_right input[type="text"],
  .contact_block_right textarea {
    padding: 6px;
    border: 1px solid #cccccc;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .contact_block_right input[type="tel"], .contact_block_right input[type="email"], .contact_block_right input[type="text"] {
    width: 98%;
  }
  .age input[type="text"] {
    width: 5% !important;
    margin-right: 8px;
  }
  .contact_block_right input[type="text"] {
    width: 98%;
  }
  .contact_block_right textarea {
    width: 98%;
    background: #FFF;
  }
  dl#contact_block {
    border-bottom: 1px dotted #aaa;
    padding: 0px 0px 0px 0px;
  }
  dl#contact_block:last-child {
    border: none;
  }
  .page_contactform {
    padding: 5px;
    width: 96%;
    margin: 0 auto;
  }
  dl#contact_block .contact_block_right {
    padding: 5px 7px 5px 10px;
    line-height: 110%;
    width: 67%;
  }
  dl#contact_block .contact_block_left {
    padding: 5px 7px 2px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    width: 32%;
  }
  /* チェックボックス */
  .wpcf7-list-item {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .checkbox_box {
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 8px 0px;
    margin: 10px 0px;
  }
  input[type="radio"], input[type="checkbox"] {
    border: 1px solid #e2e2e2;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    background: #e2e2e2;
  }
  input[type="radio"]:checked, input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #FF8000;
    border: 1px solid #e2e2e2;
  }
  input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }
  input[type="radio"]:checked:after, input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
  }
  .wpcf7-select {
    height: 27px;
  }
  select {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    height: 15px;
    line-height: 30px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    margin: 0px 0px;
  }
}
/********************************************************************
ここからカレンダー開始です
********************************************************************/
.post_title {
  text-align: center;
}
.month_txt {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 12px;
  font-size: 1.1rem;
}
.link_shot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  background-color: #3d2700;
  border-radius: 28px;
  margin: 0 auto;
  font-weight: bold;
  width: 60%;
  margin-top: 80px;
}
@media screen and (min-width: 960px) {
  .link_shot a {
    width: 25%;
  }
}
.btn, a.btn, button.btn {
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 36px;
  font-size: 0.7rem;
  position: relative;
  margin: 0 auto;
  padding: 0.6rem 1.6rem;
}
@media screen and (min-width: 960px) {
  .btn, a.btn, button.btn {
    font-size: 0.9rem;
  }
}
.bg_calc a {
  background: #C2A15E;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.bg_pink {
  background: #C2A15E;
}
.calc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calc_flex p {
  margin: 0 5px;
}
.calc_table {
  width: 100%;
  margin: 10px auto 15px !important;
  text-align: center !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.calc_table th,.calc_table td {
  padding: 8px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/*****時間選択部分****************/
.userselect-time__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 560px) {
  .userselect-time__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.userselect-time__item {
  display: block;
  width: 48%;
  margin: 0 1% 8px 0;
}
@media only screen and (min-width: 560px) {
  .userselect-time__item {
    width: 32%;
    margin: 0 1.25% 10px 0;
  }
  .userselect-time__item:last-of-type {
    margin-bottom: 10px;
  }
}
.userselect-time__item [type="checkbox"] {
  display: none;
}
.userselect-time__item-inner {
  display: block;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid #ccc;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .userselect-time__item-inner {
    border-radius: 32px;
  }
}
.userselect-time__item-inner:hover {
  -webkit-transition: backcround 0.05s linear, border 0.05s linear;
  transition: backcround 0.05s linear, border 0.05s linear;
  cursor: pointer;
  border-color: #c79f62;
  background-color: #e5c395;
}
[type="checkbox"]:checked + .userselect-time__item-inner {
  border-color: #c79f62;
  background-color: #e5c395;
}
@media only screen and (min-width: 560px) {
  .userselect-time__item-inner {
    padding: 15px;
    font-size: 0.9rem;
  }
}
.userselect-time__item-inner .item-data {
  display: block;
}
.userselect-time__item-inner .item-data i {
  color: #808080;
  margin: 0 5px 0 0;
}
.userselect-time__item-inner .item-data.time {
  font-weight: bold;
  font-size: 0.9rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .userselect-time__item-inner .item-data.time {
    font-size: 1.15rem;
  }
}
.userselect-time__item-inner .item-data--list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.is-unavailable .userselect-time__item-inner {
  color: #bbb;
  background-color: #eee;
  pointer-events: none;
}
.is-unavailable .userselect-time__item-inner .item-data i {
  color: #bbb;
}
.userselect__passed .userselect-datetime__item {
  padding: 12px 4px;
  border-bottom: 1px dotted #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 560px) {
  .userselect__passed .userselect-datetime__item {
    padding: 16px 12px;
  }
}
.userselect__passed .userselect-datetime__info {
  padding: 0 2px;
}
@media only screen and (min-width: 560px) {
  .userselect-accessories__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.userselect-accessories__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #eee;
}
.userselect-accessories__info .label {
  padding: 8px 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 560px) {
  .userselect-accessories__info .label {
    padding: 12px;
  }
}
.userselect-accessories__info .selectbox {
  padding: 8px 4px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 560px) {
  .userselect-accessories__info .selectbox {
    vertical-align: middle;
    padding: 12px 8px 12px 0;
  }
}
.userselect-accessories__info .select {
  margin-left: 8px;
}
@media only screen and (min-width: 960px) {
  .userselect-accessories__info .select {
    margin-left: 12px;
  }
}
.userselect-confirm__content {
  font-size: 1rem;
  border: 2px solid #c79f62;
  border-radius: 4px;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
.userselect-confirm__content .content-data {
  margin: 0 12px 4px 0;
}
.userselect-confirm__content__header .menu_title {
  font-size: 1.15rem;
  display: block;
  margin-bottom: 8px;
}
.userselect-confirm__content__common {
  margin-bottom: 8px;
}
.userselect-confirm__content__common .content-data {
  display: block;
}
.userselect-confirm__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px dotted #eee;
}
.userselect-confirm__content__item .content-data {
  display: inline-block;
}
.menu-detail__no-empty {
  margin: 35px 0;
}
@media only screen and (min-width: 960px) {
  .menu-detail__no-empty {
    margin: 50px 0;
  }
}
.btn--main {
  background: #C2A15E;
  color: #fff;
}
.to_fair {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.btn--right {
 display: block;
  background: #C2A15E;
  color: #fff !important;
  text-align: center;
  width: 40%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 36px;
  font-size: 0.9rem;
  padding: 0.6rem 1.6rem;
}
@media screen and (min-width: 960px) {
  .btn--right  {
    width: 20%;
  }
}
.userselect__btn-area {
  margin-top: 24px;
}
.userselect__btn-area .btn {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .userselect__btn-area .btn {
    width: 45%;
    font-size: 1.4rem;
  }
}
.userselect__btn-area .btn:hover {
  background: #c79f62;
}


.fair_itempage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .fair_itempage img {
    max-width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .fairpage_txt {
    width: 70%;
  }
}