@charset "utf-8";


/*---------------------------------------
イベント共通
----------------------------------------*/
#event-home-wrap{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.event-container{
  background: #fff;
  padding: 30px 15px;
  border-top: 10px solid #ef7828;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.event-container{
  padding: 30px 50px;
}
}
.event-container section{
    margin-top: 20px;
}
.event-container section h3{
    font-size: 16px;
    color: #b2995b;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
.event-container section h3{
    font-size: 20px;
}
}
.event-container h4{
    color: #b2995b;
    font-weight: bold;
}
.event-container p{
  color: #333;
}

hr.dotted-line{
    border-top: 2px dashed #333;
}


/*----------------------
リンク、ボタン設定
----------------------*/
#eventpage-wrap a, #event-home-wrap a, #event-home-wrap a{
  color: #b2995b;
  text-decoration: underline;
}
.btn-event-gold{
  text-align: center;
  margin-top: 35px;
}
#eventpage-wrap p.btn-event-gold a, #event-home-wrap p.btn-event-gold a{
  background: #b2995b;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}
#eventpage-wrap p.btn-event-gold a:after, #event-home-wrap p.btn-event-gold a:after{
    content: "\0020\f105";
    font-family: FontAwesome;
}
@media screen and (min-width: 768px) {
#eventpage-wrap p.btn-event-gold a, #event-home-wrap p.btn-event-gold a{
  font-size: 18px;
  width:280px;
}
}
#eventpage-wrap p.btn-event-gold a:hover,#event-home-wrap p.btn-event-gold a:hover{
  background: #cfb165;
}
.event-btn-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
.event-btn-group {
    margin-top: 60px;
}
}
.event-btn-group li{
}
.event-btn-group li p{
  margin-top: 0;
  margin-bottom: 30px;
}
.event-btn-group li:first-child p{
  margin-right:6px;
}
.event-btn-group li:last-child p{
  margin-left:6px;
}
@media screen and (min-width: 768px) {
.event-btn-group li:first-child p{
  margin-right:10px;
}
.event-btn-group li:last-child p{
  margin-left:10px;
}
}




/*---------------------------------------
イベント一覧ページ
----------------------------------------*/
.event-home-top-container section{
    margin: 20px 0 30px;
}
@media screen and (min-width: 768px) {
.event-home-top-container section{
    text-align: center;
}
}
.event-home-top-container section h2{
    color: #b2995b;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
.event-home-top-container section h2{
    color: #b2995b;
    font-size: 20px;
    font-weight: bold;
}
}
.event-old-list-container p{
  text-align: center;
}
.event-old-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.event-old-list li{
    margin-bottom: 15px;
    width: 49%;
}
@media screen and (min-width: 544px) {
.event-old-list li{
    width: 49%;
}
}
@media screen and (min-width: 768px) {
.event-old-list li{
    width: 32.5%;
}
}



/*---------------------------------------
イベント詳細ページ
----------------------------------------*/
.main-image img{
  width: 100%;
}
.eventpage-top-container section{
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
.eventpage-top-container section{
  margin: 50px 0;
}
}
.eventpage-top-container section h2{
    color: #b2995b;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
.eventpage-top-container section h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
}
.eventpage-top-container section p{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.8;
}
.eventpage-top-container section p{
  font-size: 13px;
}
@media screen and (min-width: 768px) {
.eventpage-top-container section p{
  text-align: center;
  font-size: 17px;
}
}
.fair-event-program {
    margin: 25px 0;
    background: #fdf6e4;
    padding: 15px;
}
.fair-event-program h4 {
    background: #ca996d;
    color: #3c3c3c;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
.fair-event-program h4 {
    font-size: 20px;
}
}
.fair-event-program ul li {
    color: #000;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}
@media screen and (max-width: 543px){
.fair-event-program ul li {
    font-size: 13px;
    line-height: 1.6;
}
}
.fair-event-program ul li:first-letter {
    font-size: 22px;
    color: #ca996d;
}
ul.prize {
    margin-top: 15px;
    margin-bottom: 15px;
}
ul.prize li{
    color: #ca996d;
    margin-bottom: 10px;
}

/*----------------------
イベントテーブル
----------------------*/
table.event-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
table.event-table th,
table.event-table td {
  padding: 10px;
  border: 1px solid #999;
  color: #333;
}
table.event-table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
    color: #333;
    font-weight: bold;
}
table.event-table a{
    text-decoration: underline;
}
@media screen and (max-width: 480px) {
  table.event-table {
    border-top: 1px solid #999;
  }
  table.event-table td {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  table.event-table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: auto;
  }
table.event-table th,
table.event-table td {
  padding: 6px;
  font-size: 13px;
}
}

/*----------------------
各店舗フェア
----------------------*/
p.fair-day{
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #ef7828;
    text-align: center;
}
@media screen and (min-width: 768px) {
p.fair-day{
  font-size: 30px;
}
}
p.event-fish-read-text{
  font-weight: bold;
}
@media screen and (min-width: 768px) {
p.event-fish-read-text{
  text-align: center;
}
}
.event-all-shop{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.event-all-shop li{
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.event-all-shop li{
  width: 48%;
  margin-bottom: 0;
}
}
.event-all-shop li img{
  margin-bottom: 10px;
}
.event-fish-box-wrap .event-title{
    color: #fff;
    font-weight: bold;
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.5;
    background: #ef7729;
    max-width: 800px;
    text-align: center;
    border-radius: 18px;
    padding: 8px;
}
@media screen and (min-width: 768px) {
.event-fish-box-wrap .event-title{
    font-size: 18px;
}
}
.shop-box-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-box-wrap:after{
  content:"";
  display: block;
  width:48.5%;
}
@media screen and (min-width: 768px) {
.shop-box-wrap:after{
  content:"";
  display: block;
  width:32.5%;
}
}
.shop-box-wrap .shop-box{
  width: 48.5%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.shop-box-wrap .shop-box{
  width: 32.5%;
}
}
.shop-box-wrap .shop-box>p{
  margin-bottom: 5px;
}
.event-fish-box-wrap{
  margin-bottom: 30px;
}
.shop-course-contents-infoarea h3,.shop-course-contents-infoarea p{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.shop-course-contents-infoarea h3{
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.shop-course-contents-infoarea h4{
  color: #b2995b;
}
.shop-course-contents-infoarea p{
  font-size: 12px;
  margin-bottom: 8px;
}
.shop-course-contents-infoarea ul {
    margin: 15px 0 0;
}
@media (max-width: 480px){
.shop-course-contents-infoarea ul {
    margin-top: 5px;
}
}
.shop-course-contents-infoarea ul li.btn-reservation{
    float: left;
    margin-right: 4px;
    margin-bottom: 8px;
}
@media (max-width: 480px){
.shop-course-contents-infoarea ul li.btn-reservation {
    margin-bottom: 8px;
}
}

.shop-course-contents-infoarea ul li.btn-reservation a {
    padding: 6px 10px;
    background: #b2995b;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    border-radius: 3px;
}
@media (max-width: 480px){
div.shop-course-contents-infoarea ul li.btn-reservation a {
    font-size: 12px;
}
}
@media (max-width: 480px){
div.shop-course-contents-infoarea ul li.btn-reservation a span {
    font-size: 12px;
}
}
@media (max-width: 640px){
.pc-btn {
    display: none;
}
}
@media (min-width: 641px){
.sp-btn {
    display: none;
}
}


/*---------------------------------------
オリジナルイベント ページ
----------------------------------------*/

.original-event-container h2{
    font-size: 18px;
    color: #ef7828;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
@media (min-width: 768px){
.original-event-container h2{
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}
}

.original-event-container section h3 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
@media (min-width: 768px){
.original-event-container section h3 {
    font-size: 18px;
}
}
.original-event-contents section{
    margin: 15px 0;
    border-bottom: 1px dotted #333;
    padding-bottom: 15px;
}
.original-event-contents section:last-child{
    border-bottom: none;
}
.original-event-contents h3{
    background: #fdccab;
    color: #333;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
.original-event-contents h4{
    color: #ef7828;
    font-size: 16px;
    font-weight: bold;
}
.original-event-contents p{
  margin-bottom: 0px;
}


/*----------------------
 秋田イベント
----------------------*/
.stamp-rally-sample img{
  max-width: 600px;
}


/*----------------------
 京都イベント
----------------------*/
body.page-id-6500{
  background-color: #020202;
  background-image: url("../img/event/kyoto_event_page_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
/*----------------------
 青森イベント
----------------------*/
body.page-id-6896{
  background-color: #020202;
  background-image: url("../img/event/aomori_event_page_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
/*----------------------
 大分イベント
----------------------*/
body.page-id-7129{
  background-color: #020202;
  background-image: url("../img/event/oita_event_page_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
/*----------------------
 香川イベント
----------------------*/
body.page-id-7474{
  background-color: #020202;
  background-image: url("https://platinumfish.jp/wp-content/uploads/2020/02/kagawa_event_page_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
/*----------------------
 松浦イベント
----------------------*/
body.page-id-7863{
  background-color: #020202;
  background-image: url("https://platinumfish.jp/wp-content/uploads/2022/01/matsuura_event_page_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}