body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: linear-gradient(0deg, #c5e7fa 1%, #fabfc7 100%);
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
	opacity: 0.8;
}
img {
	border: none;
}
.fullw {
	width: 100%;
}
.inbl {
	display: inline-block;
}

/* text align */
.ctr {
	text-align: center;
}
.lft {
	text-align: right;
}
.rgt {
	text-align: right;
}

/* no-bordered table */
table.nobd {
	border-collapse: collapse;
	margin: 0 0 50px 0;
}
table.nobd th {
	background: #EFF;
	border: solid 1px #f00;
	padding: 10px 20px;
}
table.nobd td {
	background: #EFF;
	border: solid 1px #ccc;
	padding: 10px 20px;
}

/* bordered table */
table.bd {
	border: solid 1px #ccc;
	border-collapse: separate;
	border-spacing: 8px 4px;
	margin: 0 0 50px 0;
}
table.bd th {
	background: #FFE;
	border: solid 1px #f00;
	padding: 10px 20px;
}
table.bd td {
	background: #FFE;
	border: solid 1px #ccc;
	padding: 10px 20px;
}

/* block */
.wr {
	margin: 0 auto;
	padding: 0 0 4rem;
}
.bk0 {
	width: 100%;
	margin: 0 0 80px;
}
.bk1 {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
}
.bk2 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: calc(100% - 40px);
	max-width: 1200px;
	background-color: #ffcbcb;
	background-image: linear-gradient(#fabfc7, #f7e3b2);
	margin: 0 auto;
}
.bka {
	box-sizing: border-box;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
	background-image: linear-gradient(#f3abb5, #c5e7fa);
	padding: 50px 60px 30px;
}
.bgwhite {
	background-color: #fff;
	background-image: url("img/bg_map.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 3rem 3rem 0rem;	
}
.bgwhite2 {
	background-color: #fff;
	padding: 3rem 3rem;	
}
@media screen and (max-width: 1020px) {
	.wr {
		padding-bottom: 2.4rem;
	}
}
@media screen and (max-width: 740px) {
	.wr {
		padding-bottom: 1.8rem;
	}
}
@media screen and (max-width: 540px) {
	.wr {
		padding-bottom: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.wr {
		padding: 0;
	}
}

/* menu */
#menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #181818;
	padding: 18px 36px;
	color: #fff;
	font-weight: bold;
	z-index: 999;
}
#menu .oline {
	display: inline-block;
	margin-right: 0.6rem;
	border: solid 1px #ccc;
	border-radius: 100px;
	padding: 5px 7px;
	box-sizing: border-box;
	font-size: 0.7rem;
	line-height: 100%;
	vertical-align: middle;
	transform: translateY(-1px);
}
#menu a {
	color: #fff;
	letter-spacing: 0.5px;
	text-decoration: none;
	margin-left: 20px;
}
#menu .rgt a:first-child {
	margin-left: 0;
}
#menu a.sp {
	background: linear-gradient(90deg, #f4c4cd 20%, #c7e5f8 100%);
	padding: 9px 20px;
	border-radius: 100px;
	color: #2c5178;
}
#menu + .wr {
	margin-top: 60px;
}
@media screen and (max-width: 1310px) {
	#menu {
		padding-left: 22px;
		padding-right: 22px;
	}
	#menu h1.fp4 {
		font-size: 0.9rem;
	}
	#menu .oline {
		padding-bottom: 4px;
	}
	#menu a {
		margin-left: 15px;
		font-size: 0.9rem;
	}
	#menu + .wr {
		margin-top: 58px;
	}
}
@media screen and (min-width: 1161px) {
	#navmenu .menu-toggle {
		display: none;
	}
}
@media screen and (max-width: 1160px) {
	#menu {
		padding: 12px 22px;
	}
	
	#navmenu .menu-toggle {
		box-sizing: border-box;
		position: absolute;
		top: 6px;
		right: 14px;
		display: block;
		border: none;
		border-radius: 3px;
		width: 43px;
		height: 34px;
		background-color: transparent;
		padding: 6px;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
		z-index: 122;
		cursor: pointer;
		transition: border 0.6s;
		filter: drop-shadow(0px 0px 2px #999);
	}
	#navmenu .menu-toggle:focus {
		outline: 0;
	}
	#navmenu .menu-toggle > div {
		position: relative;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	#navmenu .menu-toggle > div, #navmenu .menu-toggle > div:before, #navmenu .menu-toggle > div:after {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition-property: background-color, transform;
		transition-duration: 0.4s;
	}
	#navmenu .menu-toggle > div:before, #navmenu .menu-toggle > div:after {
	  position: absolute;
	  content: "";
	}
	#navmenu .menu-toggle > div:before {
	  top: -8.2px;
	}
	#navmenu .menu-toggle > div:after {
	  top: 8.2px;
	}
	#navmenu.toggled .menu-toggle {
		filter: none;
	}
	#navmenu.toggled .menu-toggle > div:before {
		top: -8px;
	}
	#navmenu.toggled .menu-toggle > div:after {
		top: 6px;
	}
	#navmenu.toggled .menu-toggle > div {
	  background-color: transparent;
	}
	#navmenu.toggled .menu-toggle > div:before {
	  -moz-transform: translateY(7px) rotate(45deg);
	  -ms-transform: translateY(7px) rotate(45deg);
	  -webkit-transform: translateY(7px) rotate(45deg);
	  transform: translateY(7px) rotate(45deg);
	}
	#navmenu.toggled .menu-toggle > div:after {
	  -moz-transform: translateY(-7px) rotate(-45deg);
	  -ms-transform: translateY(-7px) rotate(-45deg);
	  -webkit-transform: translateY(-7px) rotate(-45deg);
	  transform: translateY(-7px) rotate(-45deg);
	}
	
	#navmenu .rgt {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		overflow: hidden;
		pointer-events: none;
	}
	#navmenu .rgt .links {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		background: #181818;
		padding: 5px 0 20px;
		transform: translateY(-100%);
		transition: transform 0.4s cubic-bezier(0, 0, 0.4, 1);
		pointer-events: auto;
	}
	#navmenu.toggled .rgt .links {
		transform: translateY(0%);
	}
	#navmenu a {
		margin-left: 0;
		font-size: 1rem;
	}
	#navmenu a:not(.sp) {
		display: block;
		border-bottom: 1px solid #b6b6b6;
		width: 100%;
		padding: 14px 5px;
		text-align: center;
		line-height: 100%;
	}
	#navmenu a.sp {
		margin-top: 15px;
		padding: 10px 40px;
	}
	#menu + .wr {
		margin-top: 46px;
	}
}
@media screen and (max-width: 560px) {
	#menu {
		padding: 10px 10px;
	}
	#menu h1.fp4 {
		font-size: 0.8rem;
	}
	#menu h1.fp4 .onpc {
		display: none;
	}
	#navmenu .menu-toggle {
		top: 3px;
		right: 8px;
	}
	#navmenu a {
		font-size: 0.9rem;
	}
	#menu + .wr {
		margin-top: 40px;
	}
}

/* font-set */
h2.fp1 {
	font-size: 2.7rem;
	line-height: 1.8;
	margin: 0 0 0.8rem -1.5rem;
}
p.fp2 {
	font-size: 1.3rem;
	line-height: 1.7;
}
p.fp3 {
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 1.5rem 1.5rem;
}
h1.fp4 {
	font-size: 1rem;
	letter-spacing: 0.5px;
}
p.fp5 {
	font-size: 1rem;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 1rem;
}
h4.fp6 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 0.4rem;
}
p.fp7 {
	font-size: 0.9rem;
	line-height: 1.6;
	letter-spacing: 0.5px;
}


/* flex 1 */
.fcont {
	display: flex;
	justify-content: space-around;
	align-content: stretch;
	flex-wrap: wrap;
	padding: 5rem 0 3.4rem;
}
.fci {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: 31%;
}
.fcont .fci:nth-child(n + 4) {
	margin-top: 2rem;
}
.fbx {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	border: solid 4px #3a6b9d;
	border-top: none;
	margin-top: -18px;
	padding: 2rem 6% 2rem;
}
.fbx .ctr {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.fbx .ctr a.ln-os {
	margin: 0;
}
.ti_fbx {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  text-align: center;
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-style: normal;
}
.ti_fbx::before,
.ti_fbx::after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #3a6b9d;
}
.ti_fbx::before {
	margin-right: 1rem;
}
.ti_fbx::after {
	margin-left: 1rem;
}
.fbx p {
	font-size: 10.5pt;
	text-align: justify;
	padding-bottom: 1.2rem;
}
a.ln-os {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	padding: 0.5rem 0.6rem;
	font-size: 9.5pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 11px;
}
a.ln-os:after {
	content: "\25B6";
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 8pt;
	line-height: 100%;
	transform: translateY(-50%);
}

.ffcont {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 1rem;
}
.ffci {
	width: 45%;
	text-align: center;
	vertical-align: middle;
}
.ffci h3 {
	font-size: 1.8rem;
}

.cci strong {
	display: inline-block;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	line-height: 120%;
}
.cci strong small {
	display: inline-block;
	margin-left: 8px;
	font-size: 84%;
	line-height: 100%;
	vertical-align: 0.05em;
}

/* flex 2 */
.dbx {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 2rem;
	margin-bottom: 6rem;
}
.dbx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 5px solid transparent;
    background: linear-gradient(90deg, rgba(241,158,194,1) 1%, rgba(245,169,37,1) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    pointer-events: none;
}
.dbxin {
	padding: 0 3rem 1rem;
}

.ti_dbx {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.ti_dbx::before,
.ti_dbx::after {
	content: '';
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, rgba(241,158,194,1) 1%, rgba(245,169,37,1) 100%);
	background-repeat: no-repeat;
}
.ti_dbx::before {
	margin-right: 1rem;
}
.ti_dbx::after {
	margin-left: 1rem;
}

.ti_blk {
	text-align: center;
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
}
.ti_booth {
	color: #fff;
	font-size: 32px;
	line-height: 1;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: bold;
	padding: 8px 30px 12px;
	background: linear-gradient(90deg, rgba(241,158,194,1) 1%, rgba(245,169,37,1) 100%);
	border-radius: 40px;
}

/* flex 3 */
.ccont {
	display: flex;
	justify-content: space-between;
	align-content: flex-start; 
	flex-wrap: wrap;
	padding: 1rem 0;
}
.dbx .ccont:not(:last-child) {
	background-image: radial-gradient(circle, #f3a397 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 8px 4px;
}
.cci {
	width: 48%;
}
.cci p.fp3 {
	position: relative;
}
.cci p.fp3 .ti_booth {
	display: inline-block;
	margin-bottom: 11px;
	padding: 6px 14px;
	font-size: 1.3rem;
	font-family: initial;
	font-weight: bold;
}
.cci p.fp3 .ti_booth .time {
	margin-right: 8px;
	font-weight: 900;
	font-family: "Aoboshi One", serif;
	font-style: italic;
	font-size: 110%;
	vertical-align: -1px;
}
.cci p.fp3.hasBalloon span:not([class]) {
	position: relative;
	display: inline-block;
	width: calc(100% - 160px);
	z-index: 1;
}
.cci p.fp3 .balloon {
	position: absolute;
	right: 20px;
	bottom: 10px;
	border-radius: 50%;
	width: 8em;
	background-color: #f8d2e2;
	padding: 18px 20px 14px;
	text-align: center;
	font-size: 86%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 140%;
}

.ccont > .cci:nth-child(n + 3) {
	margin-top: 48px;
}

@media screen and (max-width: 1040px) and (min-width: 681px) {
	.cci p.fp3.hasBalloon {
		padding-bottom: 88px !important;
	}
	.cci p.fp3.hasBalloon span:not([class]) {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.cci p.fp3 .ti_booth {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 840px) {
	.cci p.fp3 .ti_booth {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 680px) {
	.cci p.fp3.hasBalloon {
		padding-bottom: 40px !important;
	}
	.cci p.fp3.hasBalloon span:not([class]) {
		width: calc(100% - 140px);
	}
	.cci p.fp3 .balloon {
		right: 0;
	}
}
@media screen and (max-width: 480px) {
	.cci p.fp3 .ti_booth {
		font-size: 1.0rem;
	}
	.cci p.fp3.hasBalloon {
		padding-bottom: 60px !important;
	}
	.cci p.fp3.hasBalloon span:not([class]) {
		width: calc(100% - 90px);
	}
	.cci p.fp3 .balloon {
		font-size: 9pt;
	}
}

.vbd {
	background-image: radial-gradient(circle, #f3a397 2px, transparent 2px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 4px 8px;
}
p.bbd {
	background-image: radial-gradient(circle, #f3a397 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 8px 4px;
}
.ccont.bbd > .cci:first-child {
	width: 56%;
}
.ccont.bbd > .cci:last-child {
	width: 40%;
}

.bstart {
	flex-shrink: 0;
	color: #3a6b9d;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
	width: 12em;
}

/* flex 4 */
.sbx {
	position: relative;
	background-color: #fcee6b;
	border-radius: 30px;
	padding: 2rem;
	margin-bottom: 6rem;
}
.sbxin {
	padding: 2rem 3rem 1rem;
}

.bdscdl {
	position: relative;
	border-top: 3px solid #3a6b9d;
	margin-bottom: 1.4rem;
}
.bdscdl .scdl {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-color: #fcee6b;
	padding: 0 0.6rem 4px 0;
	color: #3a6b9d;
	font-family: "Aoboshi One", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 100%;
	transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
    .sbx {
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 480px) {
    .sbx {
        margin-bottom: 4rem;
    }
}

.wbx {
	position: relative;
	margin-top: 16px;
	background-color: #fff;
	padding: 0.6rem 20px 0.5rem;
	text-align: center;
	color: #d14b25;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 140%;
}
.wbx .prst {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: italic;
	font-family: serif;
	transform: translate(-20%, -50%) rotate(-12deg);
}

.csfx {
	align-content: flex-start;
	display: flex;
}
.csfx .csfxci {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.csfx .csfxci p.fp5 {
	text-align: left;
}
.csfx .csfxci .spk1 {
	background-image:url("img/ph_spk1.jpg");	
	background-size: contain;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-right: 1rem;
	display: block;
}
.csfx .csfxci .spk2 {
	background-image:url("img/ph_spk2.jpg");	
	background-size: contain;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-right: 1rem;
	display: block;
}

.cci .tag {
	margin-bottom: 10px;
}
.cci .tag span {
	display: inline-block;
	border-radius: 100px;
	background-color: #f9c135;
	padding: 7px 15px 6px;
	color: #111;
	font-size: 9pt;
	font-weight: bold;
	line-height: 100%;
}

.ol-speaker {
	flex-shrink: 0;
	box-sizing: border-box;
	margin-right: 11px;
	border: solid 1px #333;
	border-radius: 2px;
	background-color: #fff;
	padding: 5px 6px;
	font-size: 0.7rem;
	line-height: 100%;
}

/* color */
.c01 {
	color: #00913a;	
}
.c02 {
	color: #c8bb9b;
}
.c03 {
	color: #e3007f;
}
.c04 {
	color: #f8d711;
}
.c05 {
	color: #956134;
}
.c06 {
	color: #f29600;
}
.c07 {
	color: #910782;
}
.c08 {
	color: #e50012;
}
.c09 {
	color: #171c61;
}
.c10 {
	color: #8dc21f;
}
.c11 {
	color: #9e9e9f;
}
.c12 {
	color: #009fe8;
}

/* color */
.bcc {
	background-color: #a2704b;
}
.bc01 {
	background-color: #00913a;	
}
.bc02 {
	background-color: #c8bb9b;
}
.bc03 {
	background-color: #e3007f;
}
.bc04 {
	background-color: #f8d711;
}
.bc05 {
	background-color: #956134;
}
.bc06 {
	background-color: #f29600;
}
.bc07 {
	background-color: #910782;
}
.bc08 {
	background-color: #e50012;
}
.bc09 {
	background-color: #171c61;
}
.bc10 {
	background-color: #8dc21f;
}
.bc11 {
	background-color: #9e9e9f;
}
.bc12 {
	background-color: #009fe8;
}

.reserve {
	text-align: center;
	padding: 3.4rem 0;
}
a.reservation {
	position: relative;
	display: inline-block;
	border: 4px solid #fff;
	border-radius: 100px;
	background-color: #ea5504;
	padding: 24px 70px 23px;
	color: #ff0;
	font-size: 2.3rem;
	/*font-family: "Zen Maru Gothic", serif;*/
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 100%;
	overflow: hidden;
}
a.reservation:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
	transition: .5s;
}
a.reservation:hover {
	opacity: 1;
}
a.reservation:hover:before {
	top: 0;
	left: 100%;
}


/* mn1 responsive */
@media screen and (min-width: 861px) {
	.bk0 img.fullw.onsp {
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.bk0 {
		margin-bottom: 74px;
	}
	.bk0 img.fullw.onpc {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.bk0 {
		margin-bottom: 64px;
	}
}
@media screen and (max-width: 540px) {
	.bk0 {
		margin-bottom: 58px;
	}
}
@media screen and (max-width: 480px) {
	.bk0 {
		margin-bottom: 50px;
	}
}

/* mn2 responsive */
@media screen and (max-width: 1240px) and (min-width: 1041px) {
	.bk1 .fbx .ctr {
		flex-direction: column;
	}
	.bk1 .fbx .ctr a:not(:last-child) {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 1140px) {
	.bk1 .ti_fbx {
		font-size: 1.55rem;
	}
	.bk1 .ffci h3 {
		font-size: 1.55rem;
	}
	
}
@media screen and (max-width: 1040px) {
	.bk1 h2.fp1 {
		margin-left: -1.3rem;
		font-size: 2.3rem;
	}
	.bk1 p.fp2 {
		width: 80%;
		font-size: 1.1rem;
	}
	.bk1 .fcont {
		justify-content: space-between;
	}
	.bk1 .fcont .fci {
		width: calc(50% - 18px);
	}
	.fcont .fci:nth-child(n + 3) {
		margin-top: 2rem;
	}

	.bk1 a.ln-os {
		box-sizing: border-box;
	}
}
@media screen and (max-width: 920px) and (min-width: 661px) {
	.bk1 .fbx .ctr {
		flex-direction: column;
	}
	.bk1 .fbx .ctr a:not(:last-child) {
		margin-bottom: 8px;
	}
	.bk1 a.ln-os:first-child,
	.bk1 a.ln-os:last-child {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.bk1 h2.fp1 {
		margin-left: -1.1rem;
		font-size: 2.1rem;
	}
	.bk1 .fcont {
		padding: 3rem 0;
	}
}
@media screen and (max-width: 820px) {
	.bk1 .bgwhite {
		background-position: 19px top;
	}
	.bk1 h2.fp1 {
		margin-left: -0.8rem;
		font-size: 1.7rem;
	}
	.bk1 p.fp2 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.bk1 .bgwhite {
		padding: 1.6rem 1.8rem 0rem;
	}
	.bk1 p.fp2 {
		width: 72%;
		text-align: justify;
	}
	.bk1 p.fp2 br.onpc {
		display: none;
	}
	.bk1 .fcont {
		padding: 1.7rem 0 4.4rem;
	}
	.bk1 .fcont .fci {
		width: calc(50% - 12px);
	}
	.fcont .fci:nth-child(n + 3) {
		margin-top: 1.4rem;
	}
}
@media screen and (max-width: 660px) {
	.bk1 .bgwhite {
		background-position: 15px top;
	}
	.bk1 .fcont {
		margin: 0 auto;
		max-width: 480px;
	}
	.bk1 .fcont .fci {
		width: 100%;
	}
	.fcont .fci:nth-child(n + 2) {
		margin-top: 1.4rem;
	}
}
@media screen and (max-width: 640px) {
	.bk1 {
		width: calc(100% - 20px);
	}
	.bk1 h2.fp1 {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	.bk1 p.fp2 {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 580px) {
	.bk1 .bgwhite {
		background-position: 90% top;
		background-size: 150%;
	}
	.bk1 p.fp2 {
		width: 58%;
	}
}
@media screen and (max-width: 540px) {
	.bk1 .fcont {
		padding-bottom: 3.6rem;
	}
}
@media screen and (max-width: 480px) {
	.bk1 {
		width: 100%;
	}
	.bk1 .bgwhite {
		background-size: 150%;
		padding: 20px 15px 20px;
	}
	.bk1 h2.fp1 {
		width: 84%;
		padding-left: 13px;
		font-size: 1.2rem;
		text-indent: -13px;
		line-height: 140%;
	}
	.bk1 h2.fp1 .inbl {
		text-indent: 0;
	}
	.bk1 p.fp2 {
		width: 57%;
	}
	.bk1 .fcont {
		padding: 1.3rem 0;
	}
	.bk1 .fbx {
		padding: 2rem 12px 1.4rem;
	}
}

/* mn3 responsive */
@media screen and (max-width: 1140px) {
	.bk1 .bgwhite2 .cci {
		padding-bottom: 0.2rem;
	}
}
@media screen and (max-width: 1000px) {
	.bk1 .bgwhite2 .ccont.bbd .cci:first-child {
		width: 55%;
	}
	.bk1 .bgwhite2 .ccont.bbd .cci:last-child {
		width: 40%;
	}
	.bk1 .bgwhite2 .cci strong {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 940px) {
	.bk1 .bgwhite2 .ti_blk {
		top: -0.85rem;
	}
	.bk1 .bgwhite2 .ti_booth {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 840px) {
	.bk1 .bgwhite2 .dbxin {
		padding: 0 1.8rem 0.6rem;
	}
	.bk1 .bgwhite2 .cci strong {
		display: inline-block;
		font-size: 1.4rem;
		margin-bottom: 0.4rem;
	}
	.bk1 .bgwhite2 p.fp3 {
		padding: 1.3rem 0.8rem;
		font-size: 1.0rem;
	}
	.bk1 .bgwhite2 .bstart {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 840px) and (min-width: 521px) {
	.bk1 .bgwhite2 .cci strong br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.bk1 .bgwhite2 {
		padding: 1.6rem 1.8rem;
	}
}
@media screen and (max-width: 680px) {
	.bk1 .bgwhite2 .ti_blk {
		top: -0.8rem;
	}
	.bk1 .bgwhite2 .ti_booth {
		font-size: 1.6rem;
	}
	.bk1 .bgwhite2 .ccont .cci {
		width: 100% !important;
	}
	.bk1 .bgwhite2 .ccont.bbd {
		flex-direction: column;
	}
	.bk1 .bgwhite2 .ccont.bbd .cci:first-child {
		order: 2;
		padding-bottom: 0;
	}
	.bk1 .bgwhite2 .ccont.bbd .cci:last-child {
		order: 1;
	}
	.bk1 .bgwhite2 .ccont:not(.bbd) {
		display: block;
	}
	.bk1 .bgwhite2 .ccont .cci.vbd {
		background-image: radial-gradient(circle, #f3a397 2px, transparent 2px);
		background-position: left bottom;
		background-repeat: repeat-x;
		background-size: 8px 4px;
	}
	.bk1 .bgwhite2 p.fp3:not(.bbd) {
		padding-bottom: 0.5rem;
	}
	.bk1 .bgwhite2 .ccont .cci.vbd p.fp3 {
		padding-top: 0.2rem;
		padding-bottom: 1rem;
	}
	.bk1 .bgwhite2 .bstart {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 580px) {
	.bk1 .bgwhite2 .ti_blk {
		top: -0.7rem;
	}
	.bk1 .bgwhite2 .ti_booth {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 540px) {
	.bk1 .bgwhite2 .dbx {
		margin-bottom: 5rem;
	}
}
@media screen and (max-width: 480px) {
	.bk1 .bgwhite2 .dbx {
		margin-bottom: 4rem;
	}
	.bk1 .bgwhite2 {
		padding: 20px 15px;
	}
	.bk1 .bgwhite2 .ti_blk {
		top: -0.6rem;
	}
	.bk1 .bgwhite2 .ti_booth {
		padding: 5px 30px 9px;
		font-size: 1.2rem;
	}
	.bk1 .bgwhite2 .dbxin {
		padding: 0 20px 2px;
	}
	.bk1 .bgwhite2 .ccont {
		padding: 0.6rem 0;
	}
	.bk1 .bgwhite2 .cci {
		padding-bottom: 0.5rem;
	}
	.bk1 .bgwhite2 .ccont .cci.vbd {
		padding-top: 0.4rem;
	}
	.bk1 .bgwhite2 .cci strong {
		font-size: 1.3rem;
	}
	.bk1 .bgwhite2 p.fp3 {
		padding: 1.1rem 7px;
	}
	.bk1 .bgwhite2 .ti_dbx::before {
		margin-right: 0.5rem;
	}
	.bk1 .bgwhite2 .ti_dbx::after {
		margin-left: 0.5rem;
	}
	.bk1 .bgwhite2 .bstart {
		font-size: 1.2rem;
	}
}

/* mn4 responsive */
@media screen and (max-width: 1260px) {
	.bk1 .sbx .wbx {
		padding: 0.7rem 26px 0.6rem;
		line-height: 140%;
	}
	.bk1 .sbx .wbx .prst {
		transform: translateY(-60%) translateX(0.3em) rotate(-12deg);
	}
}
@media screen and (max-width: 1040px) {
	.bk1 .sbx .sbxin {
		padding: 1.6rem 1.2rem 0.5rem;
	}
	.bk1 .sbx .bdscdl .scdl {
		top: -2px;
		font-size: 1.5rem;
	}
	.bk1 .sbx h4.fp6 {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 940px) {
	.bk1 .sbx .ccont {
		display: block;
	}
	.bk1 .sbx .ccont .cci {
		width: 100%;
	}
	.bk1 .sbx .ccont .cci:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 840px) {
	.bk1 .sbx {
		border-radius: 20px;
	}
	.bk1 .sbx .sbxin {
		padding: 1.2rem 0.2rem 0.2rem;
	}
}
@media screen and (max-width: 767px) {
	.bk1 .sbx .bdscdl {
		margin-bottom: 1.3rem;
	}
	.bk1 .sbx .bdscdl .scdl {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.bk1 .sbx .wbx {
		padding: 1rem 26px 0.8rem;
	}
}
@media screen and (max-width: 560px) {
	.bk1 .sbx {
		padding: 2rem 1.2rem;
	}
	.bk1 .sbx .sbxin {
		padding: 0.5rem 0 0;
	}
	.bk1 .sbx .bdscdl .scdl {
		font-size: 1.3rem;
	}
	.bk1 .sbx h4.fp6 {
		font-size: 1.2rem;
	}
	.bk1 .sbx p.fp5 {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 480px) {
	.bk1 .sbx p.fp5 {
		margin-bottom: 0.5rem;
	}
	.bk1 .sbx .csfx {
		align-items: center;
	}
	.bk1 .sbx .csfx .csfxci .spk1,
	.bk1 .sbx .csfx .csfxci .spk2 {
		width: 64px;
		height: 64px;
	}
	.bk1 .sbx .csfx p.fp5 {
		margin-bottom: 0;
	}
	.bk1 .sbx .ccont {
		padding-bottom: 20px;
	}
	.bk1 .sbx .wbx {
		margin-top: 24px;
		padding: 1rem 10px 0.8rem;
		font-size: 0.9rem;
	}
	.bk1 .sbx .wbx .prst {
		font-size: 1.2rem;
	}
}

/* bk2 responsive */
@media screen and (max-width: 840px) {
	.bk2 a.reservation {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 767px) {
	.bk2 .reserve {
		padding: 3.5rem 0;
	}
	.bk2 a.reservation {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 640px) {
	.bk2 {
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 580px) {
	.bk2 a.reservation {
		padding: 18px 50px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.bk2 {
		border-radius: 0;
		width: 100%;
	}
	.bk2 .reserve {
		padding: 2.2rem 14px;
	}
	.bk2 a.reservation {
		display: block;
		font-size: 1.2rem;
		line-height: 140%;
	}
}

/* bka */
.bka img.clip {
	position: absolute;
	top: 0;
	left: 24px;
	width: 19.67%;
	max-width: 236px;
	transform: translateY(-39%);
}
.bka .cols2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.bka .cols2 .lft {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 68.34%;
	padding-top: 10px;
	padding-right: 20px;
	text-align: left;
}
.bka .cols2 .rgt {
	flex-grow: 1;
	position: relative;
	transform: translateY(10px);
	z-index: 1;
}
.bka .cols2 img {
	display: block;
	width: 100%;
}
.bka .cols2 .lft img {
	max-width: 718px;
}
.bka .cols2 .lft p {
	margin-top: 3px;
	font-size: 8pt;
}
.bka .cols2 .rgt img {
	max-width: 348px;
}
.bka .plates {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin: -3.5% auto 0;
	width: 77%;
	max-width: 828px;
	z-index: 2;
}
.bka .plates div {
	width: calc(50% - 18px);
}
.bka .plates div img {
	display: block;
	width: 100%;
	max-width: 396px;
}
@media screen and (max-width: 1060px) {
	.bka .cols2 .rgt {
		transform: none;
	}
	.bka {
		padding: 40px 40px 30px;
	}
	.bka .plates {
		margin-top: 2.4%;
	}
}
@media screen and (max-width: 860px) {
	.bka .cols2 {
		flex-direction: column;
		align-items: center;
	}
	.bka .cols2 .lft {
		margin-bottom: 10px;
		width: 100%;
		padding: 0;
	}
	.bka .cols2 .rgt {
		width: 100%;
		max-width: 280px;
	}
	.bka .plates {
		width: 90%;
	}
	.bka .plates div {
		width: calc(50% - 12px);
	}
}
@media screen and (max-width: 767px) {
	.bka {
		padding: 32px 30px 40px;
	}
	.bka img.clip {
		left: 18px;
		width: 24%;
	}
}
@media screen and (max-width: 680px) {
	.bka .cols2 .lft {
		margin-bottom: 0;
	}
	.bka .plates {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.bka {
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 640px) {
	.bka .plates div {
		width: calc(50% - 8px);
	}
}
@media screen and (max-width: 540px) {
	.bka img.clip {
		left: 8px;
		width: 27%;
		transform: translateY(-34%);
	}
	.bka .cols2 .rgt {
		max-width: 210px;
	}
}
@media screen and (max-width: 480px) {
	.bka {
		border-radius: 0;
		width: 100%;
		padding: 24px 14px 30px;
	}
	.bka .cols2 .lft p {
		margin-top: 2px;
		font-size: 7pt;
	}
	.bka .cols2 .rgt {
		margin-top: -8px;
		margin-right: 20px;
		max-width: 180px;
	}
	.bka .plates div {
		width: calc(50% - 4px);
	}
}

/* movie */
.bkb {
	position: relative;
}
.movie {
	position: relative;
	background-color: #e3e000;
	border-radius: 30px;
	padding: 4rem 2rem 3.2rem;
}
.movie .movwrap {
	margin: 0 auto;
	width: 100%;
	max-width: 626px;
}
.movie .movwrap img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 840px) {
	.movie {
		border-radius: 20px;
	}
}
@media screen and (max-width: 560px) {
	.movie {
		padding: 2.8rem 1.2rem 2rem;
	}
}

/* footer */
#ft {
	background-color: #fff;
	padding: 1.5rem 2rem 2rem;

}
#ft .ftfx {
	display: flex;
	justify-content: space-between;
	align-items: flex-end; 
	width: calc(100% - 40px);
	max-width: 886px;
	margin: 0 auto;
}
#ft .cl {
	width: 200px;
	margin-right: 2rem;
}
#ft .cr{
	flex-grow: 1;
}
#ft .cr a {
	color: #000;
}
#ft .ol-info {
	font-size: 0.7rem;
	line-height: 2.5;
	border: solid 1px #333;
	background-color: #fff;
	border-radius: 2px;
	padding: 4px 8px 3px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 940px) {
	#ft .ftfx {
		align-items: center;
	}
	#ft .cl {
		flex-shrink: 0;
		width: 190px;
	}
	#ft .cr{
		flex-grow: 1;
	}
	#ft .ftfx .cr br:first-child {
		display: none;
	}
	#ft .ol-info {
		display: inline-block;
		margin-bottom: 4px;
		line-height: 160%;
	}
}
@media screen and (max-width: 767px) {
	#ft .ftfx {
		width: 100%;
	}
	#ft .cl {
		margin-right: 1.4rem;
	}
	#ft .cr {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 640px) {
	#ft {
		padding: 1.3rem 0.8rem 1.2rem;
	}
}
@media screen and (max-width: 580px) {
	#ft .ftfx {
		flex-direction: column;
		align-items: center;
	}
	#ft .cl {
		margin-right: 10px;
	}
	#ft .cr {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#ft .cr {
		padding-top: 18px;
		font-size: 0.8rem;
	}
}

/* clear fix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* リワインド */
#rwdwp {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  z-index: 120;
}
#rwd {
  box-sizing: border-box;
  border: 1px solid #F19FB5;
  border-radius: 24px;
  background-color: #F19FB5;
  width: inherit;
  height: inherit;
  opacity: 0;
  transition: opacity 0.7s;
}
#rwd a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  padding: 4px 3px 0 0;
  text-align: center;
  color: #3a2b20;
  font-size: 18px;
  vertical-align: middle;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: none;
}
#rwd a div {
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}
@media screen and (max-width: 420px) {
  #rwdwp {
    right: 12px;
    bottom: 26px;
  }
}

.anchorLocationer {
	position: relative;
	top: -56px;
	display: block;
}
.sbx .anchorLocationer, .bkb .anchorLocationer {
	top: -136px;
}

#popupmov {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: hidden;
	opacity: 0;
	z-index: 9999;
	transition: opacity 0.5s ease;
}
#popupmov .inner {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1200px;
	max-height: calc(100% - 60px);
	background-color: rgba(0,0,0,0.5);
	padding-top: 54%;
	color: #000;
	overflow: visible;
	transform: scale(0.8);
	transition: transform 0.5s ease;
}
#popupmov .inner .wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#popupmov .inner iframe {
	width:100%;
	height:100%;
}
#popupmov .closer {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
#popupmov.active {
	opacity: 1;
	transition: opacity 0.5s ease;
}
#popupmov.active .inner {
	transform: scale(1);
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
}

#popupmov .inner .box {
	box-sizing: border-box;
	padding: 0;
}
#popupmov .inner .box h3 {
	margin: 0 0 20px;
	letter-spacing: 1px;
}
#popupmov .inner .box img.mainph {
	display: block;
	margin: 0 auto;
	width: 100%;

}
#popupmov .inner .box .guide {
	margin-bottom: 1.5em;
	text-align: justify;
	font-size: 10.5pt;
	line-height: 160%;
}
#popupmov .inner .box .videowrap {
	position: relative;
	width: 100%;
	padding: 28.2%;
}
#popupmov .inner .box .videowrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#popupmovContents {
	display: none;
}
.lb-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 11;
	transform: translateY(-100%);
}
.lb-close:before, .lb-close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 40%;
	background: #fff;
}
.lb-close:before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.lb-close:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.lb-close:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (min-width: 1280px) {
	#popupmov .inner {
		padding-top: 684px;
	}
}
@media screen and (max-width: 480px) {
	#popupmov .inner {
		width: calc(100% - 20px);
	}
	#popupmov .inner .box h3 {
		margin-bottom: 14px;
		font-size: 12pt;
	}
	#popupmov .inner .box img.mainph {
		margin-bottom: 20px;
	}
	#popupmov .inner .box .osusume {
		padding: 10px;
		font-size: 11pt;
	}
}
@media screen and (max-width: 420px) {
	#if1, #if2, #if3, #if4, #if5, #if6 {
		padding: 20px 10px;
	}
}
@media screen and (max-height: 480px) {
	#popupmov .inner {
		height: 100%;
		max-height: calc(100% - 80px);
		padding-top: 0;
	}
}
