@charset "utf-8";
@media screen and (max-width: 800px) {
/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
/*	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:100%;
	width:100%;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:#000;
}
#wra {
	margin:auto 3%;
	width:94%;
	padding-top: 58px;
}
h1 {
	margin:0;
	padding:0;
}
img {
	display:block;
}
.sec {
}
.sec-mar {
	margin:50px 0 100px;
}
.sec-mar-non {
	margin:50px 0 0px;
}
.inl-ima img {
	display:inline;
}
.sec-fle {
	display:flex;
}
.sec-fle-cen {
	display:flex;
	align-itmes:center;
	justify-content:center;
}
.sec-fle .sec-fle-rig{
	margin-left:auto;
}
/*-------------------------------------------------
 header
-------------------------------------------------*/
#hea-tex-blo {
	display:flex;
	padding:5px 0;
	width:100%;
}
#hea-tex {
	height:100%;
	line-height:120%;
	width:auto;
	color:#000;
	font-size:80%;
	letter-spacing:0px;
	display:none;
}
.hea-tex-sub{
	margin-left:auto;
	display:flex;
	font-size:60%;
}
.hea-tex-sub img{
	padding-right:3px;
}
#hea-wra {
	width:100%;
	height:100%;
	background:#fff;
}
#hea-blo {
	margin:auto;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
#hea-lef {
	width:30vw;
	font-size:100%;
	color:#444;
}
#hea-cen {
	width:40vw;
	text-align:center;
}
#hea-cen img{
	display:inline;
}
#hea-rig {
	margin-left:auto;
	width:30vw;
	text-align:right;
	z-index: 99999;
	position: relative;
}
#hea-rig img{
	display:inline;
	margin-right: 9%;
}
.hea-rig-men{
	margin-left:auto;
	display:flex;
	font-size:60%;
	width:262px;
	margin-bottom:0px;
}
.hea-rig-men div{
	display:flex;
	align-items:center;
}
.hea-rig-men div:nth-child(2){
	margin-left:auto;
}
.hea-rig-men div img{
	padding-right:3px;
}
header {
	position: fixed;
	width: 100vw;
}
header.pos-absolute {
	position: absolute;
}
header.pos-fixed {
	position: fixed;
}

/*-------------------------------------------------
 navigation
-------------------------------------------------*/
#men-bel {
}
#men-wra {
	display:none;
	margin:auto;
	width:1000px;
	height:auto;
	padding:0px;
}
#men {
	display:block;
	width:1000px;
	height:48px;
	display:flex;
	align-items:center;
}
#men li {
	height:48px;
	width:160px;
	text-align:center;
	border-left:dotted 1px #444;
	display:table;
}
#men li a {
	display:table-cell;
	vertical-align:middle;
	font-size:70%;
	line-height:140%;
	color:#000;
	height:48px;
	width:160px;
	text-align:center;
	letter-spacing:0px;
	text-decoration:none;
	background:#fff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#men li a span{
	font-weight:600;
}
#men li a span:nth-child(1) {
	color:#cf0002;
}
#men li:last-child a:hover {
	background:#cf0002;

}
#men li .men-act, #men li a:hover {
	color:#fff;
	background:#cf0002;
}
#men li a:hover span:nth-child(1){
	color:#fff;
}
#men li a span img{
	display:inline;
	padding:0 30px 0 10px;
	vertical-align:top;
}
#men li:last-child{
	height:48px;
	width:195px;
	text-align:left;
	border-left:none;
	display:table;
}
#men li:last-child a {
	color:#FFF;
	background:#000;
	height:45px;
	text-align:left;
	letter-spacing:0px;
	border-bottom:solid 3px #cf0002;
}

#fadeLayer {
  position:fixed;
  top:0;
  left:0px;

  width:100%;
  height:100vh;

  background-color:#FFFFFF;
  opacity:0.80;
  visibility:hidden;
  z-index:1;
}

#men-sma {
	display:none;
}
#navToggle {
 display:block; /*通常時は非表示にしておきます*/
 cursor:pointer;
}
#men-sma {
 display:none;
 width:100vw;
 z-index:20;
 position:absolute;
 top:60px;
 right:0;
}
#men-sma > li {
 text-align:left;
 line-height:18px;
 font-size:14px;
 border-bottom:solid 1px #999;
 user-select: none;
 position: relative;
}
#men-sma > li > a {
	width: 100%;
	padding: 5px 5px;
	display: block;
	text-align: left;
	line-height: 16px;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: rgba( 255, 255, 255, 0.90 );
}
#men-sma > li > a:before {
 content:"";
 color:#000;
}
#men-sma > li > a > span{
	font-weight:600;
}
#men-sma > li > a > span:nth-child(1) {
	color:#cf0002;
	font-size: 70%;
	line-height: .6;
}
#men-sma > li > a > span:nth-child(1) > img {
	margin-right: 5px;
}
#men-sma > li:last-child{
	height:100%;
	width:100%;
	text-align:left;
	border-left:none;
	display:table;
}
#men-sma > li:last-child a {
	color:#FFF;
	background:#000;
	height:100%;
	text-align:left;
	letter-spacing:0px;
	border-bottom:solid 3px #cf0002;
	box-sizing: border-box;
}

#men-sma > li > ul > li {
	text-align:left;
	line-height: 18px;
	font-size:14px;
	border-top: solid 1px #c3c3c3;
	user-select: none;
	position: relative;
}
#men-sma > li > ul > li > a {
	width: 100%;
	padding: 8px 15px;
	display: block;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
	color: #000;
	background-color: #efefef;
}
#men-sma > li > ul > li.top-menu > a > span {
	font-weight: bold;
}
 
#men-sma .menu-btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	height: 42px;
	width: 42px;
}
#men-sma .menu-btn span::before {
	content: "+";
	display: inline-block;
}
#men-sma .menu-btn-check {
	display: none;
}
#men-sma .second-menu{ display: none; }
#men-sma .menu-btn-check:checked ~ .second-menu { display: inherit; }


/*-------------------------------------------------
 メイン画像 main visual
  -------------------------------------------------*/
#mai-key-wra {
	height: 500px;
	width: 100%;
}
#mai-key-inn {
	margin:auto;
	width:1000px;
}

/*-------------------------------------------------
 Right-navigation
-------------------------------------------------*/
#rig-nav {
	width:100%;
}
#rig-nav .but-inp-sho{
	margin-left:0;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
footer {
	overflow-x: hidden;
}
#foo-wra {
	width:100%;
	height: auto;
	background:#000000;
	display: none;
}
#foo-con {
	width:100%;
	height:100%;
	margin:auto;
	padding:10px 0 0;
	display:block;
}
.foo-log-blo{
	text-align:center;
	display: none;
}
.foo-log-blo a img{
	display:inline;
}
.foo-men {
	margin-top:0;
	padding:0 0px;
	width:100%;
}
.foo-men-lis {
	width:100%;
	display:flex;
flex-wrap: wrap;
}
.foo-men-lis li {
	display:block;
	vertical-align:middle;
	text-align:left;
	font-size:80%;
	letter-spacing:0px;
	padding:1px 0 0 20px;
	margin-left:10px;
	position:relative;
	color:#FFF;
	width:calc(50% - 30px);
}
.foo-men-lis li:nth-child(1) {
	width: 100%;
}
.foo-men-lis li a {
	color:#FFF;
}
.foo-men-lis:nth-child(2) {
}
.foo-men-lis li:before {
	position:absolute;
	top:5px;
	left:0px;
	content:"▼";
	display:inline-block;
	transform: rotate(30deg);
	font-size:70%;
	color:#fff;
}
.sp-map-box {
	background: #000;
	padding: 10px 0;
	width: 100%;
}
.sp-map-box h2 {
	color: #fff;
	margin-left: 10px;
}
.sp-map-box li {
	display: block;
	vertical-align: middle;
	text-align: left;
	font-size: 80%;
	letter-spacing: 0px;
	padding: 1px 0 0 20px;
	position: relative;
	color: #FFF;
	margin-left: 10px;
}
.sp-map-box li ul li {
	width: 100%;
}
.sp-map-box li::before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "▼";
    display: inline-block;
    transform: rotate(30deg);
    font-size: 70%;
    color: #fff;
}
.sp-map-box li a {
    color: #FFF;
}
.sp-map-lists {
	display: flex;
}
.sp-map-lists ul {
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.sp-map-lists ul:last-child {
	margin-bottom: 0;
}
#cop {
	width:100%;
	background:#000;
	padding:10px 0;
	text-align:center;
	font-size:80%;
	color:#fff;
}
#cop a {
	color:#FFF;
	text-decoration:none;
}
/*-------------------------------------------------
 common START
-------------------------------------------------*/
.sp-sea-for{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:15px auto;
}
#con-wra {
	margin:auto;
}
#mai-con {
	width:100%;
	background:#FFF;
	margin:auto;
	padding:0 0 20px;
	display:block;
}
#home #mai-con {
	padding:0 0 20px;
}
#cen-con {
	width:100%;
	margin-right:0px;
}
.hom-art-mai-full {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}
.hom-art-mai-blo {
	display: block;
	width:100%;
}
#p_index .hom-art-mai-blo {
	display: inline-block;
	width:49%;
	margin-bottom:30px;
}
.hom-art-mai-sec {
	display:block;
}
.hom-art-mai-sec .art-ima-blo {
	width: 100%;
	max-width: none;
}
.hom-art-mai-sec .hom-art-tex {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
.hom-art-tex {
	margin-left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.hom-art-mai-tex {
	margin-left:10px;
	width:100%;
	display:flex;
	flex-direction:column;
}
.bac-col-enj-new {
	background:#cf0002;
	color:#fff;
	padding:3px 5px;
	font-size:100%;
	margin-right:5px;
}
.bac-col-enj-category {
	background:#000;
	color:#fff;
	padding:3px 5px;
	font-size:100%;
	margin-right:5px;
}
.hom-art-mai-dat{
	display:flex;
	align-items:center;
	font-size:70%;
	line-height:140%;
	color:#999;
}
.hom-art-mai-tex h3{
	font-size:110%;
	line-height:140%;
	color:#000;
	padding:8px 0;
	font-weight:600;
	border-bottom:dotted 1px #444;
}
.hom-art-mai-tex-blo{
	padding:10px 0;
	font-size:90%;
	word-break: break-all;
}

.hom-art-blo {
	width:100%;
	margin-bottom:0px;
	display:flex;
	flex-wrap:wrap;
}
.hom-art-blo {
	justify-content: space-between;
}
.hom-art-blo .hom-art-sec:nth-child(3n-1){
	margin-left:0px;
	margin-right:0px;
}
.hom-art-sec {
	display:inline-block;
	flex-direction:row;
	margin-bottom:20px;
	width: 100%;
}
.hom-art-sec {
	/* display: flex;
	flex-direction: column; */
	width: 48%;
}
.hom-art-dat{
	align-items:center;
	font-size:70%;
	color:#999;
	line-height:140%;
	padding-top:0px;
	display:flex;
}
.hom-art-mai-sec .hom-art-dat .report-category {
	display: none;
}
.hom-art-tex h3{
	font-size:86%;
	line-height:150%;
	color:#000;
	padding:2px 0;
	font-weight:600;
	border-bottom: 0;
}
.hom-art-mai-sec .hom-art-tex h3 {
	font-size:86%;
	line-height:150%;
	color:#000;
	padding:2px 0;
	font-weight:600;
	border-bottom: 0;
	overflow: hidden;
}
.hom-art-mai-sec .hom-art-tex h3 a {
	height: 38px;
	display: block;
}
.hom-art-tex-blo{
	padding:10px 0;
	line-height:120%;
	font-size:80%;
	min-height: auto;
	display: none;
}
.hom-sea-blo{
	display:flex;
	margin-bottom:50px;
}
.hom-sea-sec{
	margin:auto;
	width:100%;
}
.hom-sea-sec form{
	display:flex;
	align-items:center;
	justify-content:center;
}
.hom-sea-sec form .sec-fle-rig{
	margin:auto;
}
.hom-blog-list .hom-sea-blo {
	display: block;
}
.hom-blog-list.movie-list .hom-art-blo .hom-art-sec:nth-child(n + 3){
	display: none;
}
.hom-blog-list.photo-list .hom-art-blo .hom-art-sec:nth-child(n + 3){
	display: none;
}
.cal-blo {
	width:100%;
	margin-bottom:30px;
}
.cal-sec {
}
.cal-lin {
	width:calc(100% - 2px);
	display:table;
}
.cal-lin li{
	display:table-cell;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width:14%;
	font-size:76%;
	padding:2px;
	height:auto;
}
.cal-lin li:last-child{
	border-right:solid 1px #CCC;
	background:#f5f7fa;
}
.cal-lin:last-child li{
	border-bottom:solid 1px #CCC;
}
.cal-lin li:last-child a{
	color:#3fa1dc;
}
.cal-lin li:first-child{
	background:#fdf6f2;
}
.cal-lin li:first-child a{
	color:#cf0002;
}
.cal-lin-mat{
	text-align:center;
	font-size:160%;
	font-weight:500;
	line-height:140%;
}
.cal-lin-bel-bla{
	text-align:center;
	background:#000;
	color:#FFF;
	font-size:74%;
	margin:0 5px;
}
.cal-lin-bel-red{
	text-align:center;
	background:#cf0002;
	color:#FFF;
	font-size:90%;
	font-weight:500;
	margin:5px 5px 0;
	padding:10px 0;
}
.cal-lin li .cal-lin-day{
	display:flex;
}
.cal-lin li .cal-lin-day span{
	margin-left:auto;
	color:#cf0002;
}
.cal-lin li.cal-hol{
	background:#fdf6f2;
}
.cal-lin li.cal-hol a{
	color:#cf0002;
}
.cal-lin li.cal-nex{
	color:#999;
	background:#f6f6f6;
}
.cal-lin li.cal-nex a,.cal-lin li.cal-nex .cal-lin-day span{
	color:#999;
}

.cal-dat{
	display:flex;
	align-items:center;
	font-size:70%;
	color:#999;
}
.cal-tex h3{
	font-size:110%;
	line-height:140%;
	color:#000;
	padding:8px 0;
	font-weight:600;
	border-bottom:dotted 1px #444;
}
.cal-tex-blo{
	padding:10px 0;
	line-height:120%;
	font-size:90%;
}
.but-ima{
	width:193px;
	height:30px;
	background:url(../images/but_lin_ima01.png) no-repeat;
	background-size: 100% auto;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	display:block;
	margin:auto;
}
.but-ima a .but-ima-tex{
	color:#FFF;
	font-size:80%;
	font-weight:600;
	padding-left:20px;
}
.hom-blog-list .but-ima{
	width: 80vw;
	height: 12vw;
	margin-bottom: 10px;
	background-size: 100% 100%;
}
.hom-blog-list .but-ima a .but-ima-tex{
	font-size: 4vw;
	line-height: 12vw;
}

.sec-tit {
	width:100%;
	margin:0px 0 10px 0;
	padding:0px 0px 2px;
	background:#fff;
	background:-moz-linear-gradient(left, #000 91%, #cf0002 92%, #cf0002 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, #000 91%, #cf0002 92%, #cf0002 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to left, #000 91%, #cf0002 92%, #cf0002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#cf0002', GradientType=1 ); /* IE6-9 */
}
.sec-tit-inn {
	width:100%;
	display:flex;
	background:#FFF;
	padding:0 0 5px 0;
}
.sec-tit-inn h2 .sec-tit-mai{
	display:block;
	font-size:120%;
	font-weight:600;
	line-height:140%;
}
.sec-tit-inn h2 .sec-tit-mai-sma{
	display:block;
	font-size:110%;
	font-weight:600;
	line-height:140%;
}

.sec-tit-inn h2 .sec-tit-eng{
	display:block;
	color:#cf0002;
	font-size:70%;
	line-height:100%;
}
.cal-men-blo{
	display:flex;
	margin:20px 0;
}
.cal-are-but-act{
	background:#000;
	color:#fff;
	padding:0 10px;
	font-size:80%;
	line-height:auto;

}
.cal-are-but a{
	display:block;
	background:#aaa;
	color:#fff;
	padding:0px 10px;
	font-size:80%;
	line-height:auto;
	text-decoration:none;
}


.eve-blo {
	width:100%;
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
}
.eve-blo .eve-sec:nth-child(3n-1){
	margin-left:0px;
	margin-right:0px;
}
.eve-sec {
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
	width:100%;
	padding-bottom:10px;
}
.eve-tex {
	margin-left:0px;
	width:calc(100% - 20px);
	display:flex;
	flex-direction:column;
	background:#f6f6f6;
	padding:0px 10px;
}

.eve-dat{
	align-items:center;
	font-size:70%;
	color:#999;
	line-height:100%;
	padding-top:10px;
}
.eve-tex h3{
	font-size:86%;
	line-height:150%;
	letter-spacing:0px;
	color:#000;
	padding:5px 0;
	font-weight:600;
	border-bottom:dotted 1px #444;
}
.eve-tex-blo{
	padding:10px 0;
	line-height:120%;
	font-size:80%;
}
.eve-but-blo ul{
	display:flex;
	flex-wrap:wrap;
}
.eve-but-blo ul li{
	background:#666666;
	width: auto;
	min-width:58px;
	height: auto;
	min-height:20px;
	font-size:70%;
	font-weight:500;
	letter-spacing:0;
	text-align:center;
	color:#FFF;
	margin-bottom:8px;
}
.eve-but-blo ul li:nth-child(3n-1){
	margin-right:6px;
	margin-left:6px;
}
.eve-but-blo ul li.eve-but-red{
	background:#cf0002;
}
.lin-but-blo{
	display:block;
	text-align:left;
}

.art-lin-blo{
	width:100%;
	display:table;
	align-items:center;
	font-size:74%;
	letter-spacing:0;
	font-weight:600;
}
.art-lin-blo p {
	display:table-cell;
	vertical-align:middle;
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
	text-align:left;
	}
.art-lin-blo p:first-child {
	width:16px;
	margin-right:10px;
}
.map-lin-blo{
	width:49%;
	display:inline-block;
	align-items:center;
	font-size:74%;
	letter-spacing:0;
	font-weight:600;
}
.map-lin-blo p {
	display: inline-block;
	width: calc(95vw - 80px);
	}

.map-lin-blo p:first-child{
	width:16px;
	margin-right:7px;
	margin-left:0;
	display: inline-block;
}
.map-lin-blo p > a {
	width: auto;
}

.sec-tit-sid-mor {
	margin-left:auto;
	align-self:flex-end;
	color:#000;
	font-size:70%;
}
.sec-tit-sid-mor a{
	text-decoration:none;
}
.sec-tit-sid-mor:before {
	content:"▼";
	width:16px;
	display:inline-block;
	transform: rotate(30deg);
	font-size:70%;
	padding-left:10px;
	color:#000;
}
.sid-dat-blo{
	margin-bottom:50px;
}
.sid-dat-sec{
	display:flex;
}
.sid-dat-sec > p > img {
	max-width: 45vw;
}
.sid-dat-bel-blo{
	display:table;
	width:144px;
}
.sid-dat-lis-blo{
	margin-left:auto;
}
.sid-dat-bel-blo li{
	color:#FFF;
	font-size:80%;
	font-weight:600;
	text-align:center;
	display:table-cell;
	width:48px;
	background:#000;
}
.sid-dat-bel-blo li:nth-child(3n-1){
	border-left:solid #FFF 4px;
	border-right:solid #FFF 4px;
}
.sid-dat-lis{
	font-size:80%;
	padding:10px 0;
}
.sid-dat-lis li{
	line-height:140%;
}
.sid-dat-fon-bol{
	font-size:90%;
	font-weight:600;
}
.sid-dat-fon-sma{
	font-size:80%;
	line-height:120%;
}
.sid-map-blo{
	margin-bottom:50px;
}
.sid-map-sec{
	padding-bottom:10px;
}
.sid-map-sec-blo .sid-map-sec:last-child{
	padding-bottom:10px;
}

.sid-map-bel-blo{
}
.sid-map-bel-blo span{
	width:68px;
	color:#FFF;
	font-size:80%;
	font-weight:600;
	text-align:center;
	display:table-cell;
	background:#000;
	padding:3px 10px 3px 0;
}
.sid-map-bel-blo span:before {
	content:"▼";
	width:16px;
	display:inline-block;
	transform: rotate(30deg);
	font-size:70%;
	color:#fff;
	margin-right:5px;
}
.sid-map-lis-blo{
	margin-left:auto;
	margin-left:10px;
	width:auto;
}
.sid-map-bel-blo li{
	color:#FFF;
	font-size:80%;
	font-weight:600;
	text-align:center;
	display:table-cell;
	background:#000;
}
.sid-map-bel-blo li:nth-child(3n-1){
	border-left:solid #FFF 4px;
	border-right:solid #FFF 4px;
}
.sid-map-lis{
}
.sid-map-lis li{
	margin-right:10px;
}
.sid-map-fon-bol{
	font-size:90%;
	font-weight:600;
}
.sid-map-fon-sma{
	font-size:80%;
	line-height:120%;
}
.sid-ran-blo{
	margin-bottom:50px;
}

.sid-ran-lis-blo{
}
.sid-ran-lis{
}
ol.sid-ran-lis {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.sid-ran-lis li{
  margin-bottom: 0px;
  padding: 10px 10px 10px 50px;
	position: relative;
	width: 100%;
  display:block;
  font-weight:700;
  text-decoration:none;
  border-bottom:dotted 1px #999;
  line-height:120%;
}
ol.sid-ran-lis li:after {
	display: none;
}
ol.sid-ran-lis li .sid-ran-lis-bel{
	background:#cf0002;
	color:#fff;
	padding:0px 8px;
	font-size:65%;
	margin-right:5px;
}
ol.sid-ran-lis li .sid-ran-lis-tex{
	font-size:65%;
}
ol.sid-ran-lis li:nth-child(4) > p,
ol.sid-ran-lis li:nth-child(5) > p {
	display: contents;
}
.sid-ran-fon-bol{
	font-size:90%;
	font-weight:600;
}
.sid-ran-fon-sma{
	font-size:80%;
	line-height:120%;
}

.sid-maz-blo{
	margin-bottom:50px;
}
.sid-maz-lis-blo{
}
.sid-maz-lis{
	display:flex;
	flex-direction:column;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted 1px #999;
}
.sid-maz-lis:last-child{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:none;
}
.sid-maz-lis-tit{
	position:relative;
	margin:5px 0;
}
.sid-mag-zas ul{
}
.sid-mag-zas ul li{
	margin-left:7px;
	margin-right:7px;
	width: 24%;
}
.sid-mag-buy-sec{
	display:flex;
}
.sid-mag-buy-sec .sid-mag-buy-ima{
	width:30%;
	margin: auto;
}
.sid-mag-lis-blo{
	margin-left:10px;
	width:calc(70% - 10px);
	max-width: 225px;
	margin-right: auto;
}
.sid-mag-lis-blo ul li{
	font-size:80%;
	line-height:140%;
}
.sid-mag-ama{
	background:#fefafa;
}
.sid-maz-fon-bol{
	font-weight:600;
}

.sid-det-blo{
	margin-bottom:50px;
}
.sid-det-sec{
	display:flex;
	flex-direction:column;
}
.sid-det-sec h3{
	text-align:center;
	font-size:140%;
	font-weight:600;
	letter-spacing:0;
}
.sid-det-ima img{
	display:inline;
	max-width: 100%;
}
.sid-det-ima{
	text-align:center;
}
.sid-det-tex-blo{
	background:#f1f1f1;
	padding-top:10px;
}
.sid-det-bel{
	width:60px;
	height:0;
	border-style: solid;
border-width: 16px 10px 0 0px;
border-color: #cf0002 transparent transparent transparent;
position:relative;
}

.sid-det-bel h4{
	position:absolute;
	top:-16px;
	font-size:50%;
	color:#fff;
	background:#cf0002;
	padding:0 5px;
	text-align:center;
	width:50px;
	height:16px;
}

.sid-det-tex{
	font-size:80%;
	line-height:140%;
	padding:10px 15px;
}
.sid-det-lis li{
	font-size:90%;
	padding:10px 0;
	line-height:140%;
	border-bottom:dotted 1px #999;
}
.sid-det-lis li:last-child{
	border-bottom:none;
}

.sid-det-ban-lis li{
	text-align:center;
}
.sid-det-ban-lis li img{
	display:inline;
}
.art-ima-blo{
	position:relative;
	width: 100%;
	max-width: none;
}
.movie-box {
	width: 100%;
}
.movie-box .cropimg {
	width: 100% !important;
	height: auto !important;
}
.art-ima-blo img{
	width:100%;
}
.art-ima-bel{
	position:absolute;
	background:#000;
	font-size:56%;
	left:5px;
	letter-spacing:0;
	color:#FFF;
	padding:5px 15px;
}
.art-ima-bel02{
	position:absolute;
	background:#333;
	font-size:56%;
	left:5px;
	letter-spacing:0;
	color:#FFF;
	padding:5px 15px;
}
.pag-lis-blo{
	margin:auto;
}
.pag-lis-blo ul {
	display:flex;
	justify-content:center;
	height:40px;
	margin:20px auto;
}
.pag-lis-blo ul li.page {
	display: none;
}
.pag-lis-blo ul li a {
	color:#231815;
	padding:5px 10px;
	margin-left:20px;
	margin-right:auto;
	background:#fff;
	border-radius:0px;
	border:solid 1px #ccc;
	text-decoration:none;
}
.pag-lis-blo ul li a.pag-lis-act {
	color:#cf0002;
	border:solid 1px #cf0002;
	padding:5px 10px;
	background:#fff;
}

.det-blo {
	width:100%;
	margin-bottom:30px;
}
.det-sec {
	display:block;
}
.det-logo {
	display: none;
}
.det-tit{
	display:flex;
	flex-direction:column;
	align-items:left;
	justify-content:center;
	margin-left:0;
	width:calc(100%);
	height:calc(100% - 2px);
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}
.det-tit p{
	font-size:90%;
	letter-spacing:0;
}
.det-tit h2{
	font-size:160%;
	letter-spacing:0;
	font-weight:600;
	line-height:120%
}

.con-are {
	width:calc(100% - 40px);
	padding:20px;

	border-radius:8px;
	background:#FFF4F8;
}
.con-are-yel {
	width:calc(100% - 60px);
	padding:20px 30px;
	border-radius:8px;
	background-color: #FFFDEA;
	color:#434135;
	letter-spacing:2px;
}
/*-------------------------------------------------
 common END
-------------------------------------------------*/

/* ::::::::::
記号リスト　grand rule START
:::::::::: */
.tri-sma {
	display:inline-block;
	transform: rotate(30deg);
	font-size:56%;
	color:#f8931d;
}
.tri-nor {
	display:inline-block;
	transform: rotate(30deg);
	font-size:100%;
	color:#f8931d;
}
.tri-lis li {
	font-size:110%;
	line-height:120%;
	padding:5px 0;
	padding-left:30px;
	position:relative;
	font-weight:bold;
}
.tri-lis li:before {
	position:absolute;
	left:0px;
	content:"▼";
	display:inline-block;
	transform: rotate(30deg);
	font-size:90%;
	color:#cf0002;
}
.cir-lis li {
	font-size:100%;
	line-height:140%;
	padding:2px 5px 2px 20px;
	margin-bottom:2px;
	position:relative;
}
.cir-lis li:before {
	content:"●";
	left:0px;
	display:inline-block;
	font-size:80%;
	color:#cf0002;
	position:absolute;
}
.cir-lis dt, .cir-lis dd {
	font-size:100%;
	line-height:120%;
	padding:5px 0;
	padding-left:15px;
	position:relative;
}
.cir-lis dt {
	font-weight:bold;
}
.cir-lis dt:before {
	position:absolute;
	left:0px;
	content:"●";
	display:inline-block;
	font-size:80%;
	color:#ff93ac;
}

/* ::::::::::
記号リスト　grand rule END
:::::::::: */

/* ::::::::::
form START
:::::::::: */

input[type="text"], input[type="email"], input[type="tel"] {
	border:solid 1px #ccc;
	width:calc(100% - 12px);
	height:22px;
	padding:3px 5px;
	font-size:100%;
	border-radius:0px;
}
input[type="text"].inp-smid {
	border:none;
	width:188px;
	height:24px;
	padding:2px 5px;
	font-size:70%;

}
input[type="text"].inp-mid {
	border:none;
	width:192px;
	height:24px;
	padding:2px 5px;
}
input[type="text"].inp-sho {
	border:solid 1px #ccc;
	width:80px;
	height:22px;
	padding:3px 5px;
	font-size:100%;
}
input[type="text"].inp-lar {
	border:none;
	width:354px;
	height:22px;
	padding:4px 5px;
	font-size:90%;
}
select.sel-mid {
	width:240px;
	height:30px;
	padding:3px 5px;
	font-size:14px;
	border-radius:0px;
	border:solid 1px #ccc;
}
select.sel-mid-sho {
	width:180px;
	height:30px;
	padding:3px 5px;
	font-size:14px;
	border-radius:0px;
	border:solid 1px #ccc;
}
select.sel-sho {
	width:60px;
	height:30px;
	padding:3px 5px;
	font-size:100%;
	border-radius:0px;
	border:solid 1px #ccc;
}
textarea {
	border-radius:0px;
	border:solid 1px #ccc;
	padding:5px 5px;
	width:calc(100% - 12px);
	height:94px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	color: #e7e7e7;
	font-size:100%;
	letter-spacing:2px;
	background-color: #585858;
	line-height:50px;
	width: 20%;
	border: 2px solid #e7e7e7;
	border-radius:8px;
	cursor:pointer;
}
.but-inp {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color: #cf0002;
	line-height:50px;
	width: 20%;
	border: 2px solid #e7e7e7;
	border-radius:8px;
	cursor:pointer;
	-webkit-appearance: none;
}
.but-inp-sho {
	color: #fff;
	font-size:80%;
	letter-spacing:0px;
	background-color: #555;
	line-height:28px;
	width: calc(30%);
	border: none;
	border-radius:0px;
	cursor:pointer;
	-webkit-appearance: none;
	margin-left: 5px;
}

.but-inp-har {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color: #cf0002;
	height:60px;
	width: 40%;
	border: 2px solid #cf9700;
	border-radius:3px;
	cursor:pointer;
	-webkit-appearance: none;
}
.but-inp-fre a{
	color: #fff;
	font-size:140%;
	letter-spacing:2px;
	background-color: #cf0002;
	line-height:160%;
	width: auto;
	border-radius:8px;
	cursor:pointer;
	padding:10px 30px;
	-webkit-appearance: none;
}
.but-inp-fre a:hover{
	background:#de3e82;
	text-decoration:none;
}
.but-sea {
	border:0;
	background:url(../images/but_ser02.png) no-repeat;
	background-size: 100% auto;
	width: 28px;
	height:28px;
	cursor:pointer;
	margin-right:20px;
}
.but-sea-lar {
	border:0;
	background:url(../images/but_ser_lar01.png) no-repeat;
	background-size: 100% auto;
	width: 30px;
	height:30px;
	cursor:pointer;
}

.req {
	background:#eeeeee;
}
.req-nin{
	background:#f4f4f4;
}

.req-for {
	background:#fff8d5;
}
.req-val{
	background:#f9f9f9;
}

/* ::::::::::
form END
:::::::::: */

/* ::::::::::
共通セレクタ　grand rule START
:::::::::: */
.cle-fix {
	display: block;
}
.cle-fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.aco-tit {
	cursor:pointer;
}
.aco-tex {
	display:block;
}
.col-enj {
	color:#cf0002;
}
.col-enj a:hover {
	text-decoration:none;
}
.col-blu {
	color:#1568bc;
}
.col-gre {
	color:#53beb3;
}
.col-ore {
	color:#f8931d;
}
.bac-col-enj {
	background:#cf0002;
	color:#cf0002;
	padding:2px 5px;
	border-radius:3px;
	font-weight:normal;
}
.bac-col-yel {
	background:#fffde4;
	padding:0px 10px;
	border-radius:6px;
	font-weight:normal;
}
.bac-col-dbei {
	background:#f3eee8;
	padding:2px 5px;
	border-radius:3px;
}
.dot-lin {
	border-bottom:dotted 1px #cdcdcd;
}
.let-spa {
	letter-spacing:4px;
}
.lin-hei-mid {
	line-height:200%;
}
#back-top {
	position:fixed;
	bottom:30px;
	right:30px;
}
#back-top a {
	color:#FFF;
	text-decoration:none;
}
.flu-ima {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.tab-cel {
	display:table-cell;
	vertical-align:top;
}
.tab-cel-mid {
	display:table-cell;
	vertical-align:middle;
}
.cle-bot {
	clear:both;
}
.bre-cru {
	clear:both;
	text-align: left;
	line-height:140%;
	font-size:90%;
	margin:10px auto 0px;
	width:1000px;
}
.bre-cru a {
	color:#cf0002;
	text-decoration:underline;
}
/* ::::::::::
共通セレクタ　grand rule END
:::::::::: */

/* ::::::::::
margin padding 配置制御 START
:::::::::: */
.flo-lef {
	float:left;
}
.flo-rig {
	float:right;
}
.flo-lis li {
	float:left;
}
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.mar-top-sma {
	margin-top:10px;
}
.mar-top-mid {
	margin-top:20px;
}
.mar-top-tal {
	margin-top:40px;
}
.mar-lef-sma {
	margin-left:10px;
}
.mar-lef-mid {
	margin-left:20px;
}
.mar-lef-85 {
	margin-left:85px;
}
.mar-bot-xsma {
	margin-bottom:5px;
}
.mar-bot-sma {
	margin-bottom:10px;
}
.mar-bot-mid {
	margin-bottom:20px;
}
.mar-bot-tal {
	margin-bottom:40px;
}
.mar-bot-xtal {
	margin-bottom:80px;
}
.mar-bot-xxtal {
	margin-bottom:120px;
}
.mar-top-bot-xsma {
	margin-top:5px;
	margin-bottom:5px;
}
.mar-top-bot-sma {
	margin-top:10px;
	margin-bottom:10px;
}
.mar-top-bot-mid {
	margin-top:20px;
	margin-bottom:20px;
}
.mar-top-bot-tal {
	margin-top:40px;
	margin-bottom:40px;
}
.mar-lef-rig-mid {
	margin-left:20px;
	margin-right:20px;
}
.mar-lef-rig-tal {
	margin-left:40px;
	margin-right:40px;
}
.mar-rig-sma {
	margin-right:10px;
}
.mar-rig-mid {
	margin-right:20px;
}
.mar-rig-tal {
	margin-right:40px;
}
.pad-top-mid {
	padding-top:20px;
}
.pad-top-sma {
	padding-top:10px;
}

.pad-bot-sma {
	padding-bottom:30px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-bot-tal {
	padding-bottom:40px;
}
.pad-top-bot-mid {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-rig-mid {
	padding-right:20px;
}
/* ::::::::::
margin padding 配置制御 END
:::::::::: */

/* ::::::::::
font　フォント START
:::::::::: */

.fon-lar-bol {
	font-size:200%;
	font-weight:bold;
	letter-spacing:3px;
}
.fon-lar-max {
	font-size:340%;
}
.fon-lar-lar {
	font-size:186%;
}
.fon-lar {
	font-size:146%;
}
.fon-mid {
	font-size:124%;
}
.fon-sma {
	font-size:86%;
}
.fon-xsma {
	font-size:76%;
}
.fon-xxsma{
	font-size:70%;
}
.fon-bol {
	font-weight:bold;
}
.fon-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
/* ::::::::::
font　フォント END
:::::::::: */
.sp-blo {
	display:block;
}
.pc-blo {
	display: none;
}
.fancy_thump {
	width: 100%;
}


/* ::::::::::
topページ　パターン２
:::::::::: */
.hom-art-blo-2 {
	margin-bottom: 10px;
}
.hom-art-sec-2 {
	display: flex;
	/* margin: 15px 0; */
	border-bottom: dotted 1px #444;
	position: relative;
	padding: 3px 0;
}
.hom-art-sec-2 > .art-ima-blo {
	max-width: 75px;
	margin-right: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hom-art-sec-2 > .hom-art-tex h3 {
	border-bottom: 0;
	line-height: 110%;
}
.hom-art-sec-2 > .hom-art-tex {
	width: calc(100% - 80px);
	/* padding-bottom: 15px; */
	margin-left: 80px;
	overflow: hidden;
}
.hom-art-sec-2 > .art-ima-blo .art-ima-bel {
	left: 0;
	padding: 5px;
}
.hom-art-sec-2 > .art-ima-blo .art-ima-bel02 {
	left: 0;
	padding: 5px;
}
.hom-art-sec-2 > .hom-art-tex > .art-lin-blo p a{
	white-space: nowrap;
}
}

.hom-abtest-blo1 { display: block; }
.hom-abtest-blo2 { display: none; }


@media screen and (max-width: 640px) {
.sid-maz-lis-blo{
	display:block;
}
.map-lin-blo{
	width:100%;
	display:table;
}
.map-lin-blo p > a {
	width: 100%;
}
.eve-tex {
	padding-bottom: 10px;
}
.cal-lin-bel-red{
	font-size: 60%;
	margin:5px 5px;
	padding: 1px 0;
}
}


@media screen and (max-width: 540px) {
.cal-men-blo{
	display:block;
	margin:20px 0;
}
.cal-men-are {
	position: relative;
	margin: auto;
	margin-bottom: 10px;
}
.cal-men-man ul{
	width: 215px;
	max-width: 100%;
	margin: auto;
	box-sizing: border-box;
}
.cal-are-but-act{
	background:#000;
	color:#fff;
	padding:0 10px;
	font-size:80%;
	line-height:auto;
	width:calc(50% - 20px);

}
.cal-are-but a{
	display:block;
	background:#aaa;
	color:#fff;
	padding:0px 10px;
	font-size:80%;
	line-height:auto;
	text-decoration:none;
}
.cal-lin-mat{
	text-align:center;
	font-size:120%;
	font-weight:500;
	line-height:140%;
}
.cal-lin-bel-bla{
	text-align:center;
	background:#000;
	color:#FFF;
	font-size:60%;
	margin:0 0px;
}
.cal-lin-bel-red{
	text-align:center;
	color:#FFF;
	font-size:60%;
	font-weight:500;
	margin:5px 0px;
	padding:1px 0;
}
.cal-lin li .cal-lin-day span{
	margin-left:auto;
	color:#cf0002;
	line-height:100%;
	letter-spacing:0;

}
}
@media screen and (max-width: 440px) {
.but-sea {
	border:0;
	background:url(../images/but_ser02.png) no-repeat;
	background-size: 100% auto;
	width: 28px;
	height:28px;
	cursor:pointer;
	margin-right:8px;
}

.but-inp-sho {
	color: #fff;
	font-size:80%;
	letter-spacing:0px;
	background-color: #555;
	line-height:28px;
	width: 30%;
	border: none;
	border-radius:0px;
	cursor:pointer;
}
.pag-lis-blo ul li a {
	color:#231815;
	padding:5px 10px;
	margin-left:5px;
	margin-right:auto;
	background:#fff;
	border-radius:0px;
	border:solid 1px #ccc;
	text-decoration:none;
}
input[type="text"].inp-lar {
	border: none;
	width: 50%;
	height: 24px;
	padding: 2px 2px;
	font-size: 70%;
}
.but-sea-lar {
	border: 0;
	background: url(../images/but_ser02.png) no-repeat;
	background-size: 100% auto;
	width: 28px;
	height: 28px;
	cursor: pointer;
	margin-right: 8px;
}
input[type="text"].inp-smid {
	border:none;
	width:50%;
	height:24px;
	padding:2px 2px;
	font-size:70%;

}


.foo-news-li-box {
	height: 100px;
}

}

/* ::::::::::
広告設定 START
:::::::::: */
@media screen and (max-width: 800px) {
	.adv-top-sp {
		margin-bottom: 20px;
	}
	.adv-top-sp img { max-width: 100%; }
	.adv-news-detail-mid-sp {
		margin: 20px 0;
	}
	.adv-news-detail-overlay-sp {
		height: 31vw;
	}
	.adv-news-detail-top-sp {
		display: flex;
		flex-direction: column;
		gap: 10px;
		text-align: center;
		margin: 20px auto;
	}
	.adv-news-detail-top-sp img {
		max-width: 100%;
	}
	.adv-news-index-top-sp {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.adv-news-index-top-sp img {
		max-width: 100%;
		margin: auto;
	}
	.adv-news-index-mid-sp {
		margin: 0 0 30px 0;
	}
}
/* ::::::::::
広告設定 END
:::::::::: */
