@charset "UTF-8";
/* CSS Document */

/*  メインカラー #dd3966     */
/*  サブカラー１ #f7f7f7     */
/*  サブカラー２ #fffcf7     */
/*  テキストカラー #401f2a   */
/*  ベースカラー #ffffff     */
/*  見出しサイズ 30px        */
/*  本文サイズ 14px         */
/*       */

html{
	scroll-behavior: smooth;
}

img{
	vertical-align: bottom;
}

body{
	position: relative;
	width:100%;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
	font-family:  "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
	color: #411f2a;
}

a:hover > img{
	transform: scale(1.02);
    transition: 0.2s;
}


#wrap{
	font-size: 14px;
	line-height: 20px;
	margin:0 auto;
	padding:0px 0 0px;
	width:100%;
	max-width: 1000px;
	height:auto;
	background-color: #fff;
}

#navigation{
	position: relative;
	width:auto;
	margin:0 auto;
	height:85px;
	position: -webkit-sticky;
	position: sticky;
	top:0;
	display:flex;
	justify-content: center;
	align-items: center;
	gap:40px;
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	background-image:url("../img/bg_gnav_waveRepeat.png");
	background-position: bottom;
	background-repeat:repeat-x;
	z-index: 100;
}
#humIcon{
	display: none;
}


#mglnav {
	position: fixed;
	z-index: 10;
	background:#dd3966;
	width:50%;
	height:100vh;
	top:0;
	right: 0;
	padding-top:290px;
	padding-left:0px;
	display: none;
	
}

.pagehead {
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#dd3965;
	height: 90px;
	
	section{
		width:100%;
		max-width: 1440px;
		text-align: left;
		box-sizing:border-box;
		padding:0.5em;
		
		p{
			font-size: 28pt;
			line-height: 30pt;
			color:#fff;
			font-weight: 700;
		}
	}
}


#header {
	width:auto;
	height:600px;
	margin:0 auto;	
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: flex-end;
	margin-top:-10px;
}

#header p{
	display: block;
	text-align: center;
}


#ribbon{
	width: auto;
	margin:0 auto;
	max-width: 1280px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#dd3965;
}
#ribbon p{
	text-align: center;
	display: inline-block;
	width:calc( 1440px / 3 );
	color:#fff;
	font-weight: 400;
	font-size: 26pt;
	letter-spacing: 4px;
}

#ribbon p:nth-child(2){
	font-weight: 100;
}


.tabs ul{
	padding: 10px;
	box-sizing: border-box;
	max-width:980px;
	margin:40px auto 20px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.tabs ul li{
	flex:1;
	margin:5px;
	min-width:100px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.2em;
	color:white;
	padding:1em 0 1em;
	background: #C58267;
	-webkit-backdrop-filter: blur(24px);
	border-radius: 30px;
	border:none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabs ul li a{
	display: block;
	text-decoration: none;
	width:100%;
	height: 100%;
    color:white!important;
	font-weight: bold;
}

.tabs ul li:hover{
	transform: scale(105%);
	transition:0.2s;
}

.tabs.Mob{
	display: none;
}

#mobile_nav{
	display: none;
}

.content{
	width:100%;
	margin:0px auto;
}

.content2{
	width:100%;
	margin:60px auto 20px;
}

#footerWrap{
	width:100%;
	background:#fffcf7;
	padding:60px 0 30px;
}

#footer {
	position: relative;
	width: 820px;
	margin:0px auto 0;
	gap:20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

h1{
	text-align: center;
	color: #e13063;
	font-weight: bolder;
}

h2{
	font-size: 14pt;
	text-align: center;
}

h3{
	text-align: center;
	color:red;
	font-size: 1.4em;
	font-weight: bold
}

h4{
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	vertical-align: middle;
	margin:20px auto;
	letter-spacing: 3px;
}

h5{
	font-size:20px;
	text-align: center;
	color:#e13063;
	margin:0;
	padding:0;
}

p.lead{
	font-size: 20pt;
	letter-spacing: 4px;
	line-height: 3em;
}

table.gaiyou{
	width:100%;
	max-width:920px;
	table-layout: fixed;
	margin:40px auto 40px;
	background-color: #ffffff;
	box-sizing: border-box;
	border:1px solid #e3e3e3
}

table.gaiyou th{
	border-bottom:1px solid #e3e3e3;
	text-align: center;
	vertical-align: middle;
	width:33%;
	max-width: 300px;
	background: #f5f5f5;
	padding:30px;
}
table.gaiyou td{
	background-color: rgba(255,255,255,0.60);
	width:70%;
	vertical-align: middle;
	padding:30px;
	letter-spacing: 1.4px;
	font-size: 14px;
}
table.gaiyou th,td{
	padding:0.5em 0em 0.5em 1em;
	border-bottom:1px solid #e3e3e3;
}
table.gaiyou tr:last-child > th{
	border-bottom: none;
}
table.gaiyou tr:last-child > td{
	border-bottom: none;
}
table.gaiyou.gy{
	max-width: 920px;
	border:1px solid #e3e3e3;
	box-sizing: border-box;
	position: relative;
}

table.gaiyou.gy th,table.gaiyou.gy td{
	padding:30px;
}

table.gaiyou.gy th{
	font-size: 20px;
}
table.gaiyou.gy td{
	font-size: 14px;
	line-height: 25px;
}

ul.catmark{
	list-style: none;
	margin:0px auto 20px;
	width:90%;
	max-width:940px;
	padding:1em 0.5em;
	box-sizing: border-box;
	background:rgba(255,255,255,0.50);
	border-radius: 10px;
}
ul.catmark2{
	list-style: none;
	margin:0px auto 20px;
	width:90%;
	max-width:940px;
	padding:1em 4em;
	box-sizing: border-box;
	background:rgba(255,255,255,0.50);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

ul.catmark li{
	font-size: 0.9em;
}
ul.catmark li:before{
	content:"　";
	width:24px;
	height:24px;
	background-image:url("../../3/img/icn_catface.png");
	background-size:100%;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: baseline;
	margin-right:10px;
}

p.center{
	text-align: center;
}

#hero {
	width: 100%;
	padding:40px 0 0px;
	background-color: rgba(255,255,255,0.25)
}

#headerWrap {
	position: relative;
	width:100%;
	background-image: url("../img/bg_marble.png");
	background-size: contain;
	background-repeat: repeat-x;
}

.warning {
	font-size: 1.2em;color:red;font-weight: bold;
}

.notice{
    padding:10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.notice p{
    line-height: 1.4em;
    margin:0;
    color:darkred;
    font-size: 96%;
    
}

.tableWrap{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
}

.tableWrap table{
    box-sizing: border-box;
    border-collapse: collapse;
    width:480px;
}

.tableWrap table td{
    height:3.6em;
    border-bottom:1px dashed #ccc;
}

.tableWrap table tr:nth-child(odd) > td{
    background-color: rgba(0,0,0,0.05)
}

.tableWrap table td:first-child{
    padding-left: 10px;
    font-size: 105%;
}
.displayNone {
	display: none!important;
}


.kikaku {
	margin:20px auto;
	border-radius: 20px;
	background:rgba(255,255,255,0.45);
	box-sizing: border-box;
	width:980px;
	padding:0.5em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

p.ib {
	display: inline-block;
	width:auto;
}

.textbox {
	width:70%;
	margin:20px auto;
}

.tabs {
	
}
iframe#googleMap{
	width:1000px;
	height:398px;
}

#infomation {
	position: relative;
	width:660px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin:60px auto 40px;
	border:3px dashed #cfb3c2;
	border-radius: 8px;
	background:rgba(255,255,255,0.7);
	padding-top:20px;
}
#infomation *{
	box-sizing: border-box;
}

.clear{
	clear:both;
}

#infomation dl{
	width:100%;
	display: flex;
	flex-flow: row wrap;
	float:none;
	padding:10px;
}

#infomation dl dt{
	flex-basis: 18%;
	text-align: right;
}
#infomation dl dd{
	flex-basis: 75%;
}
.caption{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:1em;
}
.caption p{
	display: block;
	width:auto;
}
.history {
	width:980px;
	margin:40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.history ul{
	display: flex;
	margin:0 auto;
	width:100%;
	flex:1;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap:20px;
	padding:0px!important;
}

.history ul li{
	background:#dd3865;
	text-align: center;
	padding-bottom: 0.5em;
	box-sizing: border-box;
	border-radius: 10px;
	border:2px solid #dd3966;
	overflow: hidden;
	color:#fff;
	outline-offset: -2px;
}

.history ul li h5{
	color:#fff;
}

.history ul li a{
    display: block;
    text-decoration: none;
    opacity: inherit;
}

.history ul li a img{
	width:100%;
	vertical-align: bottom;
	margin-bottom: 0.5em;
	background-color:#fff;
}
#kako {
	width: 100%;
	padding:40px 0 40px;

}

#yotei {
	width: 100%;
	padding:40px 0 40px;
}

.flx {
	display: flex;
	justify-content: space-around;
	width:860px;
	margin:20px auto 40px;
	flex-direction: row;
	align-items: center;
}

#headerNekonet {
	position: relative;
	max-width:980px;
	margin:0 auto;	
	height:360px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image:url("../img/bg_mainVisual.png");
	background-size: cover;
	background-position: top center;
}
#headerNekonet img{
	width:80%;
	max-width: 680px;
}

#ticker {
	background:#40a2d5;
	margin:0 auto;
}

#ticker h2{
	margin:0;
	padding:0;
	line-height: 3em;
	vertical-align: middle;
	color:#fff;
}

#tweet {
	display: block;
	width:130px;
	position: absolute;
	top:440px;
	right:-60px;
}

#tweet a{
	width: 100%;
	height:100%
}

#hunger {
	position: relative;
	width:100%;
	max-width: 980px;
	margin:0 auto;
	z-index: 5;
}

#infohead {
	position: absolute;
	top:-20px;
}

#countDown {
    margin:40px auto;
    width:60%;
    max-width: 640px;
    font-size: 20pt;
    text-align: center;
    font-weight: bold;
    color:red;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.card {
	width:100%;
    max-width:480px;
    padding:0;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
	border:1px solid #454545;
	overflow: hidden;
}

.card .box_head{
	width:100%;
	padding:14px;
	border-bottom:1px solid #454545;
	box-sizing: border-box;
	background-color: #fffcf7;
	display: flex;
	justify-content: space-between;
	
}

.card .box_l{
	width:50%;
	height:100%;
	padding:0px;
	display: flex;
	align-items: stretch;
}

.card .box_r{
	width:50%;
	height:100%;
	padding:14px;
	box-sizing: border-box;
	border-left: 1px solid #454545;
}

.mapcard{
	width:100%;
	max-width: 500px;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	border:none;
}

.circleList {
    box-sizing: border-box;
	width:calc( 100% - 20px );
    max-width:1520px;
    margin:20px auto 40px;
    padding:0;
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px 20px;
}

li.card{
	scroll-margin-top:100px;
}


.keyVisual {
    width:100%;
	overflow: hidden;
}

.keyVisual img{
    vertical-align: bottom;
	width:100%;
}

.circleName {
    font-size: 18pt;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1em;
    color:#2733B2;
}

.circleName.l2{
    line-height: 1.2em;
}


.copies {
    width:280px;
    padding:5px;
    box-sizing: border-box;
    line-height:1.5em;
    vertical-align: text-bottom;
}

.snsAdress{
    min-height: 34px;
	display: flex;
	justify-content: flex-start;
	gap:4px;
	padding-bottom:10px;
	padding-top:10px;
}

.snsAdress a{
	width:30px;
}

.snsAdress a img{
	width:100%;
}

.card-wide{
    width:960px;
    background:rgba(255,255,255,0.9);
    padding:0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    position: relative;
    border-radius: 0px 10px 10px 0px;
}
	br.mobilebr{
		display: none;
	}

.card-wide .keyVisual img{
    width:100%;
}

.card-wide .copies{
    width:560px;
}

.circleNumber {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 6;
    font-size: 18pt;
    width:64px;
    height:64px;
    background-color: #FEBABB;
    mix-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height:1.1em;
}

.circleNumber.lb{
    background-color:#B6F1FF;
}

.circleNumber.lc{
    background-color:#FFF38F;
}

.circleNumber.dash{
    left:200px;
}


#forcircle {
	width:96%;
	max-width:960px;
	margin:20px auto 40px;
	padding:1em;
	background:rgba(255,255,255,0.7);
	box-sizing: border-box;
	border-radius: 10px;
}

.strong {
	color:#EC1417;
}

.PRPoint{
	font-size: 14px;
	line-height: 22px;
}

.PRPoint.pre {
	color:#8A8A8A;
}

.PRPoint.minimum{
	font-size: 0.8em;
	line-height: 1.35em;
}

#gmap{
	width:100%;
	aspect-ratio:640/400;
}

h1.max{
	font-size: 2em;
	font-weight: 700;
}



#headline {
	width: 100%;
	padding:1em 0;
	background: #FF494C;
	display: flex;
	flex:1;
	gap:10px;
	justify-content: center;
	align-items: center;
	
	section{
		max-width:490px;
	}
	
	h4{
		color:#fff;
	}
	
	h4:before{
	background-image:url("../img/icn_yellowneko_left.png");
	}
	
	h4:after{
	background-image:url("../img/icn_yellowneko_right.png");
	}
	
	h1.max{
		font-size: 3em;
		color:#fff;
		font-weight: 600;
	    font-family:  "M PLUS Rounded 1c", serif;
		line-height: 1em;
		margin:0.5em auto;
	}
	h2{
		font-size: 1.4em;
		color:#fff;
	}
	
}

.c1 {
background: linear-gradient(to right, #fffcf7 50%, #f7f7f7 50%);}

.flexbox {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

.sideLeft {
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding:45px 45px 30px;
	
	p:first-child > img{
		width:clamp(80px,10vw,130px);
	}
}

.sideRight {
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding:45px 45px 30px;
	
	p:first-child > img{
		width:clamp(80px,10vw,130px);
	}
}

.topiclist {
	font-size: 14pt;
	border-collapse: separate;
	
	tr{
		height: 60px;
	}
	
	th{
		vertical-align: text-top;
	}
	
	td{
		font-size: 14px;
		font-weight: normal;
		line-height: 1.4em;
		letter-spacing: 2px;
		border-bottom: none;
		vertical-align: text-top;
	}
}

.sideLeft.flrow{
	background-color: transparent;
	flex-direction: row!important;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 40px;
}
.sideRight.flrow{
	background-color: transparent;
	flex-direction: row!important;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 40px;
}

p.access{
	font-size: 14px;
	line-height: 24px;
	padding-left:28px;
	letter-spacing: 1.5px;
}

p.access big{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px;
}
#nekobnr {
	display: flex;
	margin:50px auto 60px;
	width:820px;
	flex-direction: row;
	gap:20px;
	justify-content: center;
	align-items:center;
}

#nekobnr p{
	font-size: 15px;
	line-height: 18.5px;
}

.mapcard{
	
}



@media(max-width:1440px){
	#navigation{
		font-size: 14pt;
		gap:40px;
		flex:1;
		padding:5px;
	}
	p.mobilehide img{
		width:auto;
		max-width: 200px;
	}
	#ribbon{
		width:100%;
		padding:10px;
	}
	#ribbon p:nth-child(2){
		width:10vw;
	}
	
	.pagehead{
		height:auto;
		max-height: 80px;
	}
	.pagehead section{
		padding:2vw;
		
		p{
			font-size:3vw;
			line-height: 1em;
		}
	}
}

.marquee {
	background-color: #fef3b1;
	font-size: inherit;
}

#gaiyoWrap {
	position: relative;
}

#cat1 {
	position: absolute;
	z-index: 100;
	right:10px;
	top:-120px;
}

#cat2 {
	position: absolute;
	z-index: 100;
	left:10px;
	bottom:-320px;
}
#ribbonWrap {
	width:100%;
	background:#dd3965;
}

#glnav {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	flex-direction: row;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0px;
}

#glnav li{
	font-size: 12pt!important;
	
	a{
		color:#fff!important;
		text-decoration: none;
		line-height: 1.4em;
		padding-bottom: 4px;
	}
}

#glnav li a:hover{
	border-bottom:2px solid #fff;
}

.goEntry{
	border-radius: 32px;
	cursor: pointer;
	display: block;
	margin:10px auto;
	width:90%;
	max-width: 468px;
	min-width: 200px;
}

.goEntry:hover {
	background:#ed7d9e;
}

.goGaiyo{
	margin:0px;
}
.goGaiyo:hover{
	opacity:0.7;
}

.goEntry img{
	width: 100%!important;
}

.introduction {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
}

.innerBox {
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	padding:30px 0 60px;
}

#accessmap {
	width: 100%;
	background-color:#fffcf7;
	padding-top:40px;
	padding-bottom: 60px;
}

.Fcontainer {
	background-color:#fffcf7;
display: grid;
	
	  gap:20px;
}

.item {
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.item img{
	vertical-align: middle;
}

/* 各アイテムの配置 */
.item1 {
  grid-column: span 1;
}

.item2 {
  grid-column: span 1;
}

.item3 {
  grid-row: span 2;
}

.item4 {
  grid-column: span 1;
}

.item5 {
  grid-column: span 1;
}

#copyRight {
	width:100%;
	height:80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.entrybtn img:hover {
	opacity: 0.7;
	cursor: pointer;
}

.cornerhead {
	width: 100%;
	background:#f5f5f5;
	margin-top:-85px;
	padding-top:85px;
	height:200px;
	
	section{
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		max-width: 1000px;
		margin:0 auto;
		
		p{
			text-align: center;
			margin-top: 35px;
			font-size: 25px;
			font-weight: bold;
			line-height: 22px;
			
			small{
				font-size: 14px;
			}
		}
		
	}
}


.line {
	width: 100%;
	height:1px;
	box-sizing: border-box;
	border-top:1px solid #f5f5f5;
	margin:30px auto;
}

#hakocat {
	position: absolute;
	right:170px;
	top:70px;
}

#naiyo td{
	position: relative
}

#huntcat {
	position:absolute;
	top:90px;right:30px;
}

#nekobu {
	position: absolute;
	top:260px;
	right:170px;
	
}

#kemoneko {
	position: absolute;
	top:260px;
	right:30px;
}

#introduce {
	display: grid;
	grid-template-columns: 480px 370px;
	gap:40px;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
}

.content.g1 {
	padding:30px 0 30px;
	background:#fffcf7;
}

.c2 {
	background: #fff!important;
}

.terms {
	list-style-type: "◆ ";
	width:850px;
	margin:30px auto;
	box-sizing: border-box;
	border:1px solid #e3e3e3;
	padding:30px 30px 30px 50px;
}

.terms li{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
}

#underConst {
	width:100%;
	height:60vh;
	min-height:540px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#ffffff;
}

.humburger {
	display: none;
}

.mobileUP {
	display: none;
}

@media (max-width:1520px){
	.circleList{
		grid-template-columns: repeat(2,1fr);
		max-width: 1000px;
	}
	.card{
		width:100%;
		max-width: 760px;
	}
}

@media (max-width: 980px){
    
    body *{
        font-size: 2vw;
        line-height: 1.6em;
    }
		#eventmap img{
		transform: rotate(-90deg);
	}

	#navigation{
		height:100px;
		padding-top: env(safe-area-inset-top, 60px);
		align-items: flex-end;
	}
	#glnav{
		display:none!important;
	}
#mglnav li{
	height:70px;
	border-bottom: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 20px;
}
	#mglnav li a{
		text-decoration: none;
		color:white;
		font-size: clamp(16px,3vw,25px);
		font-weight: bold;
	}
	#mglnav li.mobile{
		padding-bottom: 48px;
	}
	
	#mglnav li.mobile img{
		border-radius: 40px;
		width:82%;
		max-width: 320px;
	}
	.mobilehide {
	display: none;
}

	#tweet {
	position: absolute;
	top:-140px;
	left:60px;
	z-index:9999;
}
	.mobileUP{
		display: block;
	}
	#humIcon{
		display: block;
		position:absolute;
		right:30px;
		top:25px;
		z-index: 1000;
	}
.topiclist {
	font-size: 21pt;
	border-collapse: separate;
	
	tr{
		height: 60px;
	}
	
	th{
		font-size: 24px;
		vertical-align: text-top;
	}
	
	td{
		font-size: 16px;
		font-weight: normal;
		line-height: 1.4em;
		letter-spacing: 2px;
		border-bottom: none;
		vertical-align: text-top;
	}
	
}
	
	
	#humIcon:hover{
		cursor: pointer;
	}
	
    #flag{
        top:0px;
    }
    
    #header{
        width:100%;
    }
	#header img{
		width:100%;
	}
	#nekobnr{
		width:auto;
	}
	
    #infomation,.kikaku{
        width:88%;
    }
    #infomation dl{
        width:100%;
        flex-flow: column;
    }
	#infomation dl dt{
		text-align: left;
	}
    
    #topics{
        border-radius:0px;
    }
	#footer{
		width:calc(100% - 20px);
		margin:0 auto;
		flex-direction: column;
		align-items: center;
	}
	iframe#googleMap{
		width:87%;
		margin:0 auto;
	}
	#hakocat,#kemoneko,#nekobu,#huntcat{
		display: none;
	}
	
	.tabs{
		display: none;
	}
	.tabs.Mob{
		display: block;	
	}
    
	.tabs.Mob ul li{
		flex:1;
		margin:5px;
		padding:none;
		line-height: 0.7em;
		font-size: 0.5em;
		height:auto;
		min-height: 3em;
	}
	.tabs.Mob ul li a{
		display: block;
		width:100%;
		height:100%;
	}
	
    .circleList{
        width:96%;
		grid-template-columns: 1fr;
    } 
    
    .card{
        max-width: 980px;
    }
    
    .copies{
        width:calc( 100% - 200px );
    }
    .card-wide{
        width:100%;
        flex-wrap: wrap;
    }
    .card-wide .copies{
        width:100%;
    }
	p.wh{
		display: none;
	}
	.snsAdress{
		height:auto;
	}
	
	.snsAdress a{
		width:calc( 100% / 6 );
		max-width:48px;
		min-width: 30px;
	}
	.PRPoint,.PRpoint.minimum{
        font-size: clamp(0.75rem, -0.05rem + 2.6667vw, 1.25rem)!important;
		line-height: 1.4em;
	}
    
    h4{
        font-size: clamp(24px,4vw,40px);
    }
    #bnradress{
        display:none;
    }
	.history{
		width:96%;
		margin:0 auto;
		
		ul li h5{
			font-size: 3vw;
		}
	}
	.history ul{
		width:62%!important;
		margin:0 auto;
		display: flex;
		flex:initial;
		flex-wrap: wrap;
		gap:10px;
	}
	.history ul li{
		width:calc( 50% - 5px)
	}
	
		.flexbox{
		width:87%;
	}
	
	#introduce{
		display: flex!important;
		width:87%;
		max-width: 780px;
		justify-content: center;
		align-items: center;
	}
	#introduce #gaiyoVisual{
		display: none;
	}
	#introduce #gaiyoBunsho{
		margin:0 auto;
	}
	#infosns{
		background-color: transparent;
	}
	#infosns .flexbox{
		width:100%!important;
	}
	
	#accessmap .flexbox{
		flex-direction: column;
		align-items: center;
		
	}
	#infosns .flexbox{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
.innerBox {
	width: 87%;
	max-width: 780px;
	margin:0 auto;
	padding:30px 0 60px;
}
	
	
	.sideLeft,.sideRight{
			width:100%;
			margin:0 auto;
			padding:50px 8%;
			font-size: clamp(14px,2vw,21px);
	}
	.sideLeft{
		background-color: #fffcf7;
	}
	.sideRight{
		background-color:#f7f7f7;
	}
	
	.topiclist td{
		font-size: 16px;
	}
	#ribbon p{
		font-size: 3vw;
	}
	#ribbon p:nth-child(2){
		width:10vw;
	}
	
	p.lead{
		font-size: 3vw;
	}
	br.mobilebr{
		display: inherit;
	}
	p.entrybtn img{
		width:90%;
		min-width: 400px;
		max-width: 600px;
	}
	#whatsnekoket{
		padding:2em;
	}
	table.gaiyou{
		width:87%;
		
	}
	table.gaiyou th{
		width:35%;
	}
	
	table.gaiyou td{
		width:65%;
	}
	.terms{
		width:87%;
	}
	
.browser {
	display: none;
}
	.card .box_head{
		height:auto;
	}
.imgflex img{
	width:100%!important;
}
	
#comingsoon {
	width: 100%;
	background:#ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

}

.entrybtn {
	display: block;
	margin:10px auto;
	max-width: 463px;
	width:100%;
}

.entrybtn .goEntry{
	width: 100%;
}

.entrybtn .goEntry img{
	width: 100%;
}

.position {
	font-size: 18pt;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1em;
    color:#2733B2;

}

.eventmap {
 width:90%;
	margin: 50px auto;
}

.eventmap img{
	width: 100%;
	max-width: 980px;
}

#sortBtnWrap {
	width:80%;
	margin:40px auto;
	display: flex;
	flex-direction: row;
	gap:20px;
	justify-content: center;
}

#sortBtnWrap .sortbtn{
	width:40%;
	max-width: 320px;
	display:block;
	text-align: center;
	padding:0px;
	cursor: pointer;
}
table.gaiyou.eventitem{
	border:1px #525050 solid;
	border-radius: 20px;
	}

table.gaiyou.eventitem th,table.gaiyou.eventitem td {
	display: block;
	width:100%;
	max-width: inherit;
}
table.gaiyou.eventitem th{
	font-size: 2em;
	background-color:#dd3966;
	color:#fff;
}


.imgflex {
	display: flex;
	flex-wrap: wrap;
	margin:40px auto;
	justify-content: center;
	gap:0;
}
.imgflex img{
	width:50%;
}

.lineup {
	font-weight: bold;
	font-size: 20px;
	line-height: 3em;
	vertical-align: middle;
	
}

#comingsoon {
	width: 100%;
	background:#ccc;
	background-position: center;
	background-repeat: no-repeat;
}

#comingsoon img{
	display:  block;
	width: 100%;
	margin:0 auto;
	text-align: center;
	max-width: 1200px;
	vertical-align: bottom;
}
