@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

/*======================
	 CSS VARIABLES
======================*/
:root {
	--blue-main:  #0181db;
	--blue-dark:  #0071c0;
	--blue-light: #d6eef9;
	--yellow:     #f5d800;
	--white:      #ffffff;
	--black:      #111111;
	--gray-bg:    #f0f4f6;
	--font-base: "League Spartan",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	--radius: 12px;
}
 
/*======================
	 ARTICLE WRAPPER
======================*/
#eventinfo {
	font-family: var(--font-base);
	color: var(--black);
	background: var(--blue-main);
}
#eventinfo img { display: block; width: 100%; }

/*======================
           MB           
======================*/
@media screen and (max-width: 768px) {
	body .box-white,
	body .post-content { padding: 0; }
	body .group { padding: 0 0 80px; }
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText { display: none !important; }
	body .group .inner { width: 100%; }
	body .post-content p,
	body .post-content h2,
	body .post-content h3 { margin: 0; }
	#eventinfo main .pc { display: none !important; }
	#eventinfo main .sp { display: block !important; }
	.content-main img { width: 100%; height: auto; vertical-align: top; }
	#eventinfo main .content img.img-responsive { width: 100%; height: auto; vertical-align: top; }
}

/*======================
           PC           
======================*/
@media print, screen and (min-width: 769px) {
	body header.title_area,
	body .group:nth-of-type(2n-1)::before { display: none !important; }
	body .group,
	body .box-white,
	body .post-content { padding: 0; }
	body .inner { max-width: 960px; width: 100%; }
	body .inner > header,
	body .inner dl.periodText { display: none !important; }
	body .post-content p,
	body .post-content h2,
	body .post-content h3 { margin: 0; }
	#eventinfo main div.image { text-align: center; }
	#eventinfo main .content-topic { margin: 0 auto; padding-top: 68px; padding-bottom: 100px; }
	#eventinfo main .pc { display: block !important; }
	#eventinfo main .sp { display: none !important; }
}


/*-------------------------------------- 共通 */

body #eventinfo p,
body #eventinfo th,
body #eventinfo td,
body #eventinfo li,
body #eventinfo dt,
body #eventinfo dd{
	font-family: "League Spartan",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Noto Sans JP','メイリオ','Meiryo',sans-serif;
	line-height:1.75em;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5{
	font-family: "Zen Maru Gothic",sans-serif;
	line-height:1.4em;
	font-size: inherit;
	font-weight: bold;
	font-feature-settings : "palt";
}
body #eventinfo .gutter{
	max-width: 800px;
	margin: 0 auto;
	padding: 5px 20px 15px;
	background: none;
}
body #eventinfo .gutter_title{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px 0;
}

/* ===================================================
	 HERO
=================================================== */
#eventinfo header {
	padding: 0;
}
 
#eventinfo header h1 img {
	width: 100%;
}

#eventinfo header p{
	color: var(--white);
}


/* ========================================
		ナビゲーション
======================================== */
 
#eventinfo .eventnav {
  margin: 20px 0 30px;
}
 
#eventinfo ul.eventnav-outer{
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #eventinfo ul.eventnav-outer {
    flex-wrap: wrap;
  }
  #eventinfo ul.eventnav-outer li {
    width: calc(50% - 6px);
  }
  #eventinfo ul.eventnav-outer li > a {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #eventinfo ul.eventnav-outer .eventnav-left {
    margin-bottom: 3px;
  }
}

#eventinfo ul.eventnav-outer li > a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 16px;
  width: 100%;
  padding: 14px 16px 8px;
  background-color: var(--blue-dark);
  border: 0px solid var(--white);
  border-radius: 12px;
  color: var(--white);
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  box-sizing: border-box;
}
 
#eventinfo ul.eventnav-outer li > a:hover,
#eventinfo ul.eventnav-outer li > a:focus {
  background-color: var(--blue-light);
  color: var(--white);
  box-shadow: 0 3px 8px rgba(224, 118, 60, 0.35);
  text-decoration: none;
  outline: none;
}

#eventinfo ul.eventnav-outer li > a:hover .arrow,
#eventinfo ul.eventnav-outer li > a:focus .arrow {
  opacity: 1;
}

#eventinfo ul.eventnav-outer .eventnav-left {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
}
#eventinfo ul.eventnav-outer .eventnav-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#eventinfo ul.eventnav-outer .eventnav-right {
	flex: 1 1 auto;
}
#eventinfo ul.eventnav-outer .eventnav-right .label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--white);
}
#eventinfo ul.eventnav-outer .eventnav-right .price {
  font-size: 0.8rem;
  opacity: 0.75;
  color: var(--white);
}
#eventinfo ul.eventnav-outer .eventnav-bottom {
  flex: 0 0 100%;
  text-align: center;
}
#eventinfo ul.eventnav-outer .eventnav-bottom .arrow {
  font-size: 0.85rem;
  color: var(--white);
}


/* ===================================================
	 EVENTBOX（各アイテム共通）
=================================================== */
body #eventinfo .eventbox {
	padding: 0 0 48px;
}
 
/* ---------- HEAD ---------- */
#eventinfo .eventbox_head {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 32px 0 24px;
}
#eventinfo .eventbox_left {
	flex-shrink: 0;
	width: 80px;
}
#eventinfo .eventbox_left img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}
#eventinfo .eventbox_right {
	flex: 1;
	min-width: 0;
}
#eventinfo p.eventbox_en {
	font-size: 10px;
	letter-spacing: .15em;
	color: var(--white);
	opacity: .75;
	margin-bottom: 4px;
	margin-left: 1px;
}
#eventinfo h2.eventbox_title {
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
	line-height: 1.1;
	text-align: left;
}
#eventinfo h2.eventbox_title > span{
	font-size: 2.5em;
	font-weight: 700;
	color: var(--white);
	line-height: 1.2;
	margin-left: -4px;
}

@media screen and (min-width: 769px) { /* pc */
	#eventinfo p.eventbox_en {
		font-size: 14px;
		margin: 1px 0 5px;
	}
	#eventinfo h2.eventbox_title {
		font-size: 24px;
	}
	#eventinfo h2.eventbox_title > span{
		font-size: 2.5em;
		margin-left: -7px;
	}
	#eventinfo .eventbox_head {
		padding: 40px 0px 28px;
		gap: 26px;
		max-width: 960px;
		margin: 0 auto;
	}
	#eventinfo .eventbox_left {
		width: 190px;
	}
	#eventinfo .eventbox_left img {
		width: 190px;
		height: 190px;
	}
}

/* ---------- MAIN IMAGE ---------- */
body #eventinfo .eventbox_mainimg {
}
body #eventinfo .eventbox_mainimg img {
	border-radius: var(--radius);
}
 
/* ---------- PRICE ---------- */
body #eventinfo .eventbox_pricebox {
	justify-content: flex-end;
	align-items: flex-end;
	display: flex;
	gap: 15px;
	margin: 20px 0;
}
 
body #eventinfo p.eventbox_pricelabel {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
	background: var(--blue-dark);
	color: var(--white);
    padding: 4px 22px;
    border-radius: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
    height: 36px;
}
 
body #eventinfo p.eventbox_price {
	font-size: clamp(.95rem, 2.8vw, 1.05rem);
	font-weight: 700;
	color: var(--white);
	font-family: "Zen Maru Gothic",sans-serif;
}
 
.eventbox_price strong {
	font-size: 2em;
	color: var(--yellow);
}
 
/* ---------- DESC ---------- */
.eventbox_desc {
	margin: 16px 0 0;
	padding: 16px;
	font-size: clamp(.88rem, 2.5vw, .95rem);
	line-height: 1.75;
	color: var(--white);
	background: rgba(0,0,0,.12);
	border-radius: var(--radius);
}
 
/* ===================================================
	 STEP
=================================================== */
body #eventinfo h3{
	padding: 32px 20px 16px 0;
	font-size: clamp(1.4rem, 3.5vw, 1.4rem);
	font-weight: 800;
	color: var(--white);
	line-height: 1.4;
}
 
body #eventinfo h3 span {
	display: block;
	font-size: .55em;
	font-weight: 700;
	letter-spacing: .15em;
	opacity: .75;
	margin-top: 2px;
}
 
#eventinfo .step_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
 
#eventinfo .step_box {
	background: var(--white);
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
 
#eventinfo .step_box img {
	width: 100%;
	object-fit: cover;
}
 
#eventinfo .step_box p {
	line-height: 1.65;
	color: var(--blue-dark);
	padding: 12px 12px 14px;
}
 
/* ===================================================
	 FONT SAMPLE（ネームタグ）
=================================================== */
#eventinfo .ev-font_block {
	max-width: 800px;
	margin: 0 auto 20px;
}
 
#eventinfo .ev-font_img {
	border-radius: var(--radius);
}

/* ===================================================
     SCHEDULE TABLE
=================================================== */

#eventinfo #shoplist{
	padding-bottom: 30px;
}
#eventinfo #shoplist h2{
	text-align: left;
	color: var(--yellow);
	font-size: clamp(1.4rem, 3.5vw, 2rem);
}

#eventinfo #shoplist p{
	margin: 25px 0 30px;
	color: var(--white);
}

#eventinfo table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(.82rem, 2.3vw, .95rem);
}

#eventinfo table tr {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

#eventinfo table tr:first-child {
    border-top: 2px solid rgba(255, 255, 255, .7);
    border-bottom: 2px solid rgba(255, 255, 255, .7);
}

#eventinfo table tr:first-child td {
    font-weight: 700;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .7);
    padding: 10px 12px;
}

#eventinfo table tr:not(:first-child):hover {
    background: rgba(255, 255, 255, .08);
}

#eventinfo table td {
    padding: 10px 12px;
    color: var(--white);
    vertical-align: middle;
    line-height: 1.5;
}

#eventinfo table td.place {
    white-space: nowrap;
    width: 5em;
    color: rgba(255, 255, 255, .8);
}
#eventinfo table td:first-child {
    font-size: .85em;
    white-space: nowrap;
}

#eventinfo table td:last-child {
    white-space: nowrap;
    color: var(--yellow);
}

#eventinfo table a {
    color: var(--white);
    text-decoration: none;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 255, 255, .4);
}

#eventinfo table a:hover {
    color: var(--yellow);
    text-decoration-color: var(--yellow);
}

/* SP */
@media screen and (max-width: 768px) {
	#eventinfo table tr:first-child td {
        padding: 10px 9px 8px 0;
	}
    #eventinfo table td {
        padding: 10px 9px 10px 0;
    }
    #eventinfo table td.place {
        width: 4em;
    }

}

/* ===================================================
	 SP: STEPを横スクロール（768px以下）
=================================================== */
@media screen and (max-width: 768px) {
 
	#eventinfo .step_wrap {
	position: relative;
	}
 
	/* SWIPE ヒント */
	#eventinfo .step_wrap::before {
	content: 'SWIPE →';
	display: block;
	text-align: right;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: var(--white);
	padding: 0 20px 8px;
	animation: swipe-hint 2.5s ease-out 0.8s both;
	}
 
	@keyframes swipe-hint {
	0%	 { opacity: .75; }
	70%	{ opacity: .75; }
	100% { opacity: 0; }
	}
 
	#eventinfo .step_grid {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 12px;
	padding: 0 20px 16px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	}
 
	#eventinfo .step_grid::-webkit-scrollbar {
	display: none;
	}
 
	#eventinfo .step_box {
	flex: 0 0 72vw;
	max-width: 280px;
	}
}



/* ===================================================
	 PC（769px以上）
=================================================== */
@media screen and (min-width: 769px) {
	.eventbox_mainimg {
	padding: 0 0;
	max-width: 800px;
	margin: 0 auto;
	}
	.eventbox_desc {
	margin: 20px 40px 0;
	padding: 20px 24px;
	max-width: 800px;
	}
	body #eventinfo h3.step_heading {
	max-width: 800px;
	margin: 50px auto 10px;
	padding: 5px 20px 15px 0;
	}
	#eventinfo .step_wrap{
	max-width: 800px;
	margin: 0 auto;
	padding: 5px 20px 15px;
	}
	.step_heading {
	padding: 40px 40px 16px;
	max-width: 960px;
	margin: 0 auto;
	}
	.step_grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0;
	max-width: 800px;
	margin: 0 auto;
	}
}
