/*
Theme Name: event2025
*/

html {
  overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 180%;
}

img {
  transition: 0.3s;
}

a img:hover {
  opacity: 0.5;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.5;
}

/************************************************
*	テーマカラー  									*
************************************************/
body {
  color: #000;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: none;
  outline: none;
}

.top_left a:link,
a:visited {
  text-decoration: none;
}

.top_left a:hover,
a:active {
  text-decoration: none;
}

h1 a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

h1 a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

h2 a:link,
h2 a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
  font-weight: 600;
}

h2 a:hover,
h2 a:active {
  color: #000;
  text-decoration: none;
  outline: none;
  font-weight: 600;
}

#nav a:link,
#nav a:visited {
  color: #999;
  text-decoration: none;
}

#nav a:hover,
#nav a:active {
  color: #999;
  text-decoration: underline;
}

#menu li a:link,
#sidebar a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

#menu li a:hover,
#sidebar a:active {
  color: #000;
  text-decoration: underline;
  outline: none;
}

#sidebar a:link,
#sidebar a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}

#sidebar a:hover,
#sidebar a:active {
  color: #000;
  text-decoration: none;
  outline: none;
}

#sidebar h2 {
  color: #000;
  font-size: 140%;
  font-weight: 500;
  padding: 30px 0 0 0;
}

#sidebar h3 {
  color: #000;
}

/************************************************
*	フォント  									*
************************************************/
body {
  font-family: "Cormorant", serif;
  font-family: "Bellefair", serif;
  font-family: "Lora", serif;
  height: 100%;
  font-size: 90%;
  line-height: 180%;
  text-align: left;
  letter-spacing: -0.001em;
  /* iOS4でのテキストの隙間への対応 */
  -webkit-text-size-adjust: 100%;
  /* 文字サイズの自動調整機能のキャンセル */
}

h1 {
  font-size: 200%;
  font-weight: normal;
  margin-bottom: 10px;
}

.hlogo {
  font-size: 0;
  text-align: center;
}

#description {
  color: #888;
  text-transform: none;
  font-size: 120%;
  font-weight: normal;
  height: 3em;
}

#nav {
  font-size: 90%;
}

#sidebar {
  font-size: 100%;
}

h2 {
  clear: both;
  font-size: 160%;
  padding: 30px 0 0 0;
  color: #000;
  font-weight: 600;
  font-weight: 400;
}

h3 {
  clear: both;
  font-size: 160%;
  color: #000;
  padding: 30px 0 0 0;
  font-weight: 400;
}

h4 {
  clear: both;
  font-size: 120%;
  padding: 10px 0 0 0;
  color: #000;
  font-weight: bold;
}

h5 {
  clear: both;
  font-size: 115%;
  padding: 10px 0 5px 0;
  font-weight: bold;
}

@-moz-document url-prefix() {
  h3 {
    font-weight: 600;
  }

  #sidebar h2 {
    font-weight: 600;
  }
}

strong {
  font-weight: normal;
}

.top_left h4,
.top_left h4 span {
  color: #93281d !important;
  margin-bottom: 7px;
}

.top_left a {
  transition: all 0.3s ease;
}

.top_left a:hover {
  opacity: 0.6;
}

.entry_btn {
  margin: 40px 0 50px;
}

.entry_btn.jcc {
  display: flex;
  justify-content: center;
}

.entry_btn a {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
}

.entry_btn a:hover {
  opacity: 0.6;
}

.addtoany_shortcode {
  margin-top: 100px;
  margin-bottom: 40px;
}

.single h2 {
  font-size: 18px;
}

/************************************************
*	header  									*
************************************************/
/* 右上SNSメニュー */

#nav {
  text-align: right;
  margin: 0px auto 0px;
  padding: 10px 0 0 0;
}

#nav li {
  display: inline;
  margin-right: 0.5em;
}

#nav li.home {
  margin-right: 1em;
}

/************************************************
*	footer  									*
************************************************/
#produce {
  float: left;
}

#footer {
  clear: both;
  margin: 10px 0;
  text-align: center;
  font-size: 80%;
  color: #666;
  border-top: 1px solid #ccc;
  padding: 1em 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

/* ------ Column ------ */

.row {
  max-width: 930px;
  margin: 0 auto;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
  float: left;
  margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {
  margin-left: 0;
}

/* 各カラムの幅を％で設定 */
.one-second {
  width: 48.3870967742%;
}

/* ドロワーメニューを非表示 */
#snav {
  display: none;
}

/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {
  /* ------ Column ------ */

  /* 各カラムの横並びを解除し、縦１列に並べる */
  .col,
  .col.left,
  .col.right {
    float: none;
    width: auto;
    margin-left: 0;
    border: none;
    padding: 0;
  }

  h1 img {
    margin: 30px 0 0 0;
  }

  ul#menu {
    font-size: 0.8em;
    margin: 0 1em;
    display: none;
  }

  /* サイドバーサムネイルを２列に */
  ul.list li {
    width: 48%;
    margin: 1%;
    height: auto;
  }

  div.aname {
    width: 100%;
  }

  a img:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 850px) {
  /* ドロワーメニューのみにする */
  #snav {
    display: inline;
  }

  #nav,
  #menu {
    display: none;
  }
}

.header {
  display: flex;
  justify-content: center;
  padding-top: 54px;
  position: relative;
}

.header .sns_navi {
  display: flex;
  position: absolute;
  top: 54px;
  right: 0;
}

@media screen and (max-width: 639px) {
  .header {
    padding-top: 0;
  }

  .header .sns_navi {
    display: none;
  }
}

.header .sns_navi li {
  font-size: 20px;
}

.header .sns_navi li {
  list-style-type: none;
  text-align: center;
  font-size: 22px;
}

.sns_navi li {
  margin-left: 15px;
}

.header {
  margin-bottom: 20px;
  margin-bottom: 32px;
}

.header .sns_navi li a {
  color: #999;
  transition: all 0.3s ease;
}

.header .sns_navi li a:hover {
  color: #333;
}

.menu_navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.menu_navi .gnavi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu_navi .gnavi li {
  font-size: 17px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.menu_navi .gnavi img {
  height: 14px;
}

.menu_navi .gnavi li:last-of-type img {
  height: 21px;
}

.menu_navi ul li {
  list-style-type: none;
  text-align: center;
  font-size: 18px;
}

.menu_navi ul li ul {
  display: none;
  position: absolute;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 100px;
  padding: 16px 0 15px;
  z-index: 10;
}

.menu_navi ul li ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

.menu_navi ul li ul li:last-of-type {
  margin-bottom: 0;
}

.drawer-menu {
  padding: 15px 0 !important;
}

.drawer-menu li a {
  padding: 6px 20px;
}

.drawer-menu li ul li {
  list-style-type: none;
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 10000000;
}

@media screen and (max-width: 850px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000000;
}

@media screen and (max-width: 850px) {
  .menu-button {
    display: block;
    left: auto;
    right: 0;
  }
}

.menu-button i {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  transition: background 0.5s;
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
}

.menu-button i:before,
.menu-button i:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}

.menu-button i:before {
  transform: translateY(7px);
}

.menu-button i:after {
  transform: translateY(-7px);
}

.hnavi_btn.active .menu-button i {
  background: none;
  margin: 0;
}

.hnavi_btn.active .menu-button i:after {
  transform: translateY(0px) rotate(-45deg);
  background: #fff;
}

.hnavi_btn.active .menu-button i:before {
  transform: translateY(0px) rotate(45deg);
  background: #fff;
}

.spnavi {
  display: none;
  background: rgba(178, 130, 71, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

.spnavi .spnavi_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.spnavi .spnavi_cnt ul li {
  list-style-type: none;
  font-size: 17px;
  line-height: 1;
}

.spnavi .spnavi_cnt ul li img {
  height: 15px;
  margin-left: 6px;
}

.spnavi .spnavi_cnt ul li:last-of-type img {
  height: 21px;
}

.cls-1 {
  fill: #fff !important;
}

.spnavi .spnavi_cnt ul li a {
  color: #fff;
  text-decoration: none;
}

.spnavi .spnavi_cnt .spnavi_list {
  text-align: center;
  margin-bottom: 15px;
}

.spnavi .spnavi_cnt .spnavi_list li {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.spnavi .spnavi_cnt .spnavi_list li ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 16px;
}

.spnavi .spnavi_cnt .spnavi_list li ul li {
  margin: 5px 10px 0;
}

.spnavi .spnavi_cnt .sns_navi {
  display: flex;
  justify-content: center;
}

.spnavi .spnavi_cnt .sns_navi li {
  font-size: 20px;
  margin-left: 24px;
}

.spnavi .spnavi_cnt .sns_navi li:first-of-type {
  margin-left: 0;
}

.onlySP {
  display: none;
}

@media screen and (max-width: 850px) {
  .onlyPC {
    display: none;
  }

  .onlySP {
    display: inline-block;
  }
}

br.pcn {
  display: none;
}

br.spn {
}

@media screen and (max-width: 639px) {
  br.pcn {
    display: block;
  }

  br.spn {
    display: none;
  }
}

/*-----------------------------------------------------	*/
/*	for top						*/
/*-----------------------------------------------------	*/
.top_slide {
  margin-top: 5px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 740px;
}

.top_slide img {
  width: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
}

@media screen and (max-width: 639px) {
  .top_slide:after {
    font-size: 10px;
    top: -6px;
  }
}

.top_main_copy {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.top_event_date {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.top_main_lead {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 50px;
}

.top_main_lead p {
  margin-bottom: 18px;
}

.top_memo {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}

.top_memo ul {
  border: 1px solid #eee;
  padding: 20px 25px;
  list-style-type: none;
}

.top_appointment {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 30px;
}

.top_appointment a,
.top_appointment span {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 16px;
}

.top_sec {
  margin-bottom: 48px;
}

h2.sec_ttl {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 18px;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}

h2.sec_ttl img {
  width: auto;
  height: 17px;
  margin-left: 10px;
}

.top_info li {
  list-style-type: none;
  line-height: 1.7;
  margin-bottom: 6px;
  font-size: 14px;
}

.top_info li a {
  color: #000;
  text-decoration: none;
}

.ws_list {
  display: flex;
  flex-wrap: wrap;
}

.ws_list li {
  width: 23%;
  list-style-type: none;
  margin-right: 2.66%;
  margin-bottom: 24px;
}

.ws_list li:nth-of-type(4n) {
  margin-right: 0;
}

.ws_list li a {
  text-decoration: none;
  color: #000;
}

.ws_list li .img {
  font-size: 0;
  margin-bottom: 8px;
}

.ws_list li .date {
  font-size: 14px;
  margin-bottom: 5px;
}

.ws_list li .ttl {
  font-size: 14px;
}

.top_sec.top_report {
  margin-bottom: 80px;
}

.top_sec .lead {
  margin-bottom: 24px;
  margin-top: -10px;
}
.top_contents .top_lead {
  margin-bottom: 60px;
}
.top_contents .contents_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_contents .contents_list li {
  width: calc(50% - 15px);
  margin-bottom: 40px;
  list-style-type: none;
}

.top_contents .contents_list li .txt1 {
  font-size: 13px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 2px;
  padding: 0;
}

.top_contents .contents_list li .ttl{
  font-size: 15px;
}
.top_contents .contents_list li .txt {
  font-size: 14px;
}

.food_ws {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 120px;
}

.food_ws a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.food_ws::before {
  content: "";
  display: block;
  background: #999;
  width: 80%;
  height: 1px;
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
}

.food_ws .img {
  width: 50%;
}

.food_ws .cnt {
  width: 45%;
}

.food_ws .cnt .ttl {
  font-size: 14px;
  margin-bottom: 24px;
}
.food_ws .cnt .ttl span {
  display: block;
  color: #f00;
}
.food_ws .cnt .txt {
  font-size: 14px;
}

.top_sec.reserve {
  margin-bottom: 80px;
}

.top_sec.reserve .txt {
  margin-bottom: 20px;
}

.top_sec.reserve .entry_btn {
  margin-top: 0;
}

.top_under_cnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.top_under_cnt .w50 {
  width: 45%;
}

.top_under_cnt .top_sec {
  margin-bottom: 60px;
}

@media screen and (max-width: 639px) {
  h1 {
    margin-top: 12px;
  }

  .top_slide {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .top_main_copy {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .top_event_date {
    font-size: 14px;
  }

  .top_main_lead {
    text-align: left;
    margin-bottom: 38px;
    font-size: 13px;
  }

  .top_memo {
    font-size: 13px;
  }

  .top_memo ul {
    padding: 18px 20px;
  }

  .top_sec h2 {
    font-size: 15px;
  }

  .top_info li {
    font-size: 13px;
  }

  .item_listli .aname {
    font-size: 13px;
  }

  .top_contents .contents_list li {
    width: 100%;
    margin-bottom: 32px;
  }

  .ws_list {
    justify-content: space-between;
  }

  .ws_list li {
    width: 48%;
    list-style-type: none;
    margin-right: 0;
  }

  .ws_list li .date {
    font-size: 13px;
  }

  .ws_list li .ttl {
    font-size: 13px;
  }

  .top_sec.reserve .entry_btn {
    text-align: center;
  }

  .top_under_cnt {
    width: 100%;
  }

  .top_under_cnt .w50 {
    width: 100%;
  }

  .top_under_cnt .top_sec {
    margin-bottom: 40px;
  }

  .food_ws {
    margin-top: 54px;
    margin-bottom: 80px;
  }
  .food_ws a {
    flex-direction: column;
  }

  .food_ws::before {
    top: -48px;
    left: 50%;
  }

  .food_ws .img {
    width: 100%;
    margin-bottom: 16px;
  }

  .food_ws .img img {
    width: 100%;
  }

  .food_ws .cnt {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .item_list li {
    width: 100%;
  }
}

.page_wrap {
  margin: 30px 0;
}

.page_ttl {
  margin-bottom: 20px;
  padding: 0;
  color: #000;
}

.page_img {
  margin-bottom: 30px;
}

.page_wrap h3 {
  color: #000;
  margin-bottom: 8px;
  padding: 0;
}

.page_wrap .lead {
  margin-bottom: 40px;
}

.col2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.col2 .img {
  width: 47%;
}

.col2_cnt {
  width: 47%;
}

.col2_cnt p {
  font-size: 14px;
}

@media screen and (max-width: 639px) {
  .page_wrap {
    margin: 10px 0;
  }

  .page_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .col2 {
    display: block;
  }

  .col2 .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .col2_cnt {
    width: 100%;
  }

  .col2_cnt p {
    font-size: 14px;
  }
}

/*-----------------------------------------------------	*/
/*	for page						*/
/*-----------------------------------------------------	*/
.page_about {
}

.page_wrap.amazon .page_ttl {
  margin-bottom: 10px;
}

.appointment {
  margin-bottom: 100px;
  text-align: center;
  margin-bottom: 50px;
}

.appointment p {
  margin-bottom: 10px;
}

.appointment p a {
  color: #e60012;
}

@media screen and (max-width: 639px) {
  .page_wrap.amazon .page_ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

@media screen and (max-width: 970px) {
  #produce,
  .contents {
    padding: 0 20px;
  }
}

@media screen and (max-width: 639px) {
  #produce,
  .contents {
    padding: 0 1rem;
  }
}

.contents .soon {
  text-align: center;
  padding: 100px 0;
}

.category-amazon .btn a {
  border: 1px solid #000;
  display: inline-block;
  padding: 8px 40px;
}

@media screen and (max-width: 639px) {
  .category-amazon .btn {
    text-align: center;
  }
}

.post img {
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 639px) {
  .post img {
    max-width: 100%;
    height: auto;
  }
}

.auction_bnr {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto 80px;
}

.auction_bnr li {
  width: 45%;
  list-style-type: none;
  position: relative;
}

.auction_bnr li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 840px) {
  .auction_bnr li {
    width: 47%;
  }

  .auction_bnr li span {
    font-size: 17px;
  }
}

@media screen and (max-width: 639px) {
  .auction_bnr {
    display: block;
    margin-bottom: 60px;
  }

  .auction_bnr li {
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}

.under_cnt {
  margin-top: 80px;
}
