@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cormorant');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: Avenir, Helvetica, Arial, Verdana, "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-size: 14px;
  color: #353535;
  background: #efecdd url(../img/back.png) top left repeat;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

/* ===================================
	共通
------------------------------------*/
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.w100 {
  width: 100%;
}

a.under {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}


.red {
  color: #ff5050;
}

.orange {
  color: #ff8624;
}

.green {
  color: #7cb74d;
}


/* ===================================
	ヘッダー
------------------------------------*/
header {
  padding: 15px;
}

.head_logo img {
  display: block;
  margin: 0 0 0 auto;
  width: 70px;
}

/* ===================================
コンテンツ
------------------------------------*/
.horizontal {
  margin: 40px 0 100px;
}
.horizontal h2 {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  font-family: 'Cormorant', serif;
  font-size: 50px;
}
.horizontal h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 1px;
  height: 65px;
  background-image: url(../img/separator.png);
  background-size: cover;
}
.horizontal p {
  text-align: center;
  color: #6f6f6f;
  font-size: 14px;
}

.sub_title {
  margin: 24px 0;
  text-align: center;
}

.sub_title span {
  padding: 4px 24px;
  font-size: 16px;
  background: url(../img/list_title_back1.png), url(../img/list_title_back2.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 7px 22px;
}

/* フェアカレンダー */
.list_calender_wrap {
  padding: 10px 10px 70px;
}

.list_calender_wrap .calender_month {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.list_calender_wrap .calender_month span {
  display: block;
  font-size: 14px;
}

.list_calender_wrap table {
  width: 100%;
  text-align: center;
}

.list_calender_wrap th {
  padding: 10px 0;
}

.list_calender_wrap td {
  padding: 15px 0;
  color: #8d8477;
}

.list_calender_wrap a {
  text-decoration: underline;
  color: #595146;
  font-weight: bold;
}

.list_calender_wrap .premium {
  background: url(../img/premium.png) center center no-repeat;
  background-size: 40px 40px;
}

.list_calender_wrap .premium a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.sat_color {
  color: #1f64cb;
}

.sun_color {
  color: #eb2e2e;
}

/* フェアリスト */
.list_wrap {
  padding: 10px;
  background: #f5f4f0;
}

.list_wrap li {
  margin: 0 0 10px;
}

.list_wrap li:last-child {
  margin: 0;
}

.list_wrap li a {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #efeee9;
}

.fairlist_img_wrap {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.fairlist_txt_wrap {
  margin: 0 5px 0 115px;
}

.fairlist_txt_wrap .time_txt {
  margin: 5px 0;
  word-wrap: break-word;
  color: #7c766e;
  font-size: 10px;
  line-height: 1.2;
}

.fairlist_txt_wrap h4 {
  margin: 10px 0;
  color: #be9750;
  line-height: 1.4;
}

.premium_fair {
  position: relative;
}

.premium_fair .fairlist_img_wrap {
  float: none;
  width: 100%;
  height: 100%;
  padding: 100% 0 0;
}

.premium_fair .fairlist_txt_wrap {
  margin: 0;
}

.premium_fair:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 103px;
  height: 103px;
  background: url(../img/premium_mark.png) left top no-repeat;
  background-size: 103px 103px;
}

/* 電話での予約・問い合わせ */
.tel_btn_wrap {
  padding: 44px 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}

.tel_info {
  font-size: 13px;
  font-weight: bold;
}

.tel_btn {
  width: 300px;
  margin: 7px auto 10px;
  padding: 5px;
  background: #f0ecd5;
}

.tel_btn a {
  display: block;
  padding: 12px 0 15px 12px;
  background: url(../img/phone_icon.png) 10% center no-repeat;
  background-size: 21px 27px;
  border: 1px solid #cac5a8;
  color: #555;
  font-size: 24px;
  font-weight: bold;
}

/* ===================================
	詳細ページ
------------------------------------*/
.fair_contents_wrap {
  margin: 40px 0 0;
}

.fair_contents_inner {
  margin: 0 5%;
}

/* フェアタイトル */
.fair_name {
  margin: 36px 5% 20px;
  font-size: 13px;
}

.fair_name span {
  display: block;
  margin: 7px 0 0;
  color: #be9750;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

/* イメージスライダー */
#slider {
  margin: 0 5% 20px;
}

#slider div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100% 0 0;
  background: url(../img/slide_back.jpg) left top repeat;
	overflow: hidden;
}

#slider div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#slider ul {
	margin: 6px auto 0;
	overflow: hidden;
}

#slider ul li {
  float: left;
  width: 32%;
  height: 0;
  padding-bottom: 32%;
	margin-right: 2%;
	opacity: 0.5;
  transition: all 0.3s linear;
  overflow: hidden;
}

#slider ul li:last-child {
  margin-right: 0;
}

#slider ul li img {
	width: 100%;
}

#slider ul li.active {
	opacity: 1;
}

/* 文章等 */
.cont_time {
  margin: 38px 0 20px;
}
.fair_txt {
  line-height: 2;
}

.bonus {
  margin: 30px 0;
  padding: 20px 15px;
  background: #f5f4f0;
  line-height: 1.8;
}

.bonus dt {
  margin: 0 0 20px;
  color: #be9750;
  border-bottom: 1px solid #be9750;
}

/* 予約ボタン */
.reserv_btn {
  position: relative;
  display: block;
  margin: 25px 0 8px;
  padding: 22px 0;
  background: #cdab6d;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.reserv_btn:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: '';
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reserv_txt {
  margin: 0 0 40px;
  font-size: 10px;
  text-align: center;
}

.reserv_tel_btn {
  display: block;
  margin: 25px 0 8px;
  padding: 22px 0;
  text-align: center;
  font-size: 16px;
  color: #be9750;
  border: 2px solid #be9750;
  background: url(../img/phone_icon2.png) 10% center no-repeat;
  background-size: 21px 27px;
}

/* 予約状況カレンダー */
.reserv_calender_wrap {
  padding: 40px 0 60px;
}

.reserv_calender_wrap .calender_month {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.reserv_calender_wrap .calender_month span {
  display: block;
  font-size: 14px;
}

.reserv_calender_wrap table {
  width: 99%;
  margin: auto;
  text-align: center;
  table-layout: fixed;
}

.reserv_calender_wrap th {
  padding: 10px 0;
  font-size: 13px;
}

.reserv_calender_wrap td {
  padding: 15px 0;
  height: 45px;
  vertical-align: top;
  padding: 3px 0 0;
  border: 1px solid #d8d8d8;
  font-size: 11px;
  color: #8d8477;
}

.reserv_calender_wrap td a {
  display: block;
  margin: 3px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.saturday {
  background: #ecf4f8;
}

.holiday {
  background: #f8ebeb;
}

.calender_note {
  margin: 0 0 45px;
  font-size: 10px;
  line-height: 1.2;
}

/* 部ごとの詳細（アコーディオン） */
.accordion_wrap {
  margin: 45px 0;
}

.accordion_title {
  position: relative;
  padding: 1px 0;
  border-top: 1px solid #e2ded0;
  border-bottom: 1px solid #e2ded0;
}

.ac_title {
  padding: 22px 73px;
  background: #f5f4f0;
}

.seat {
  float: left;
  margin: 9px;
  padding: 5px 0 0;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 10px;
  text-align: center;
}

.seat span {
  display: block;
  margin: 2px 0 0;
  color: #ff5050;
  font-size: 17px;
}

.accordion_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 19px;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-50%) rotateZ(0deg);
  transform: translateY(-50%) rotateZ(0deg);
}

.accordion_title.open .accordion_btn {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}

.accordion_detail {
  padding: 10px 5%;
}

.status {
  margin: 0 0 10px;
  padding: 10px 0;
  border-bottom: 1px dotted #d2d2d2;
}

.status li {
  color: #ff5050;
  display: inline-block;
  border: 1px solid #ff748b;
  padding: 4px 10px;
  margin-right: 5px;
}

.fair_event {
  margin: 10px 0;
  border: 1px solid #e2ded0;

}

.fair_event dt {
  padding: 12px;
  background: #f5f4f0;
  color: #be9750;
  line-height: 1.4;
}

.fair_event dd {
  padding: 12px;
  line-height: 1.8;
}

/* 動画 */
.movie {
  position: relative;
  margin: 30px 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
 
.movie iframe,  
.movie object,  
.movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* その他のフェア一覧 */
.other_wrap {
  margin: 60px 0 0;
}
.other_list {
  border-top: 1px solid #e2ded0;
}

.other_list li {
  border-bottom: 1px solid #e2ded0;
}

.other_list li a {
  display: block;
  padding: 10px;
  background: #fff;
}

.other_img_wrap {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.other_txt_wrap {
  margin: 0 0 0 85px;
}

.other_txt_wrap .time_txt {
  margin: 5px 0;
  word-wrap: break-word;
  color: #7c766e;
  font-size: 10px;
  line-height: 1.2;
}

.other_txt_wrap .other_title {
  margin: 5px 0;
  color: #be9750;
  line-height: 1.3;
}

/* ===================================
	フォーム
------------------------------------*/
button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form_wrap {
  margin: 40px 0 0;
  overflow: hidden;
}

p {
  padding: 10px 5%;
  font-size: 12px;
  line-height: 1.5;
}

.step {
  width: 100%;
  margin: 30px 0 10px;
}

#form_wrap dl {
  margin: 20px 0 0;
  font-size: 14px;
}

#form_wrap dl dt {
  padding: 10px 5%;
  background: #eeebe2;
}

#form_wrap dl dd {
  padding: 14px 5% 24px;
  line-height: 2.3;
}

.hissu {
  color: #FFF;
  display: inline-block;
  background: #de2727;
  padding: 3px;
  margin: 3px;
  font-size: 12px;
}

input {
  border: 1px solid #d8d8d8;
}

.t_area50 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 15px;
  border-radius: 5px;
  font-size: 120%;
  width: 50%;
  margin: 0 5px 15px 0;
}

.t_area95 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 15px;
  border-radius: 5px;
  font-size: 120%;
  width: 100%;
  margin: 0 0 15px;
}

.s_area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 15px;
  border-radius: 5px;
  font-size: 120%;
  margin: 15px 0;
}

textarea {
  font-size: 120%;
  width: 100%;
  height: 200px;
  padding: 20px 15px;
  border: 1px solid #d8d8d8;
}

select {
  margin: 0 0 15px;
  padding: 10px 20px 10px 10px;
  border: 1px solid #d8d8d8;
	background: url(../img/arrow2.png) right center no-repeat;
  border-radius: 5px;
}

.hissu_w {
  background: #fff0f2;
}

.jido_btn {
  float: right;
  padding: 5px;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}

.form_btn_area {
  padding: 15px 5%;
  text-align: center;
  background: #f5f4f0;
}

.form_btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 22px 0;
  background: #6e8b62;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.form_btn:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: '';
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_btn_back {
  position: relative;
  display: block;
  width: 36%;
  margin: 18px 0;
  padding: 14px 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  text-align: center;
  font-size: 16px;
  color: #595146;
}

.form_btn_back:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 10px;
  content: '';
  margin-top: -5px;
  border-top: solid 1px #a3a3a3;
  border-left: solid 1px #a3a3a3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form_btn_confirm {
  position: relative;
  display: block;
  width: 56%;
  margin: 10px 0;
  padding: 22px 0;
  background: #6e8b62;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.form_btn_confirm:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: '';
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_text {
  font-size: 14px;
  line-height: 1.8;
	margin: 20px 10px 0;
	padding: 20px;
	border: 1px solid #DDD;
}


/* ===================================
	フッター
------------------------------------*/
footer {
  padding: 100px 15px 15px;
  text-align: right;
 }

small {
  font-size: 10px;
  color: #9f9f9f;
}
