@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) Chuo Planning Co.,Ltd. All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル


//////////////////////////////////////////////////////////*/

/*
0:Base
------------------------------------------------------------
*/
body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",'Noto Sans','Noto Serif',"メイリオ",Meiryo,"ＭＳ Ｐゴシック", "TBUDゴシック R", Arial,Verdana,sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}
.win body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",'Noto Sans','Noto Serif',"メイリオ",Meiryo,"ＭＳ Ｐゴシック", "TBUDゴシック R", Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
	transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
}
a:hover {
	color: #9f8237;
	transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover{
	-moz-opacity: .7;
	-ms-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
	transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
}
img{
    vertical-align: top;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
#topcontrol {
	background: url(../images/pagetop.png) no-repeat center;
    background-size: 100%;
    width: 65px!important;
    height: 65px!important;
    right: 20px!important;
    bottom: 20px!important;
}
 @media screen and (max-width: 950px){
    #topcontrol {
        background: url(../images/pagetop.png) no-repeat center;
        background-size: 100%;
        width: 50px!important;
        height: 50px!important;
        right: 20px!important;
        bottom: 20px!important;}
}

/*
1:Base
------------------------------------------------------------
*/
#containerWrap {
    overflow: hidden;
}
#container {

}
#content {

}
.mainImg {
	width: 100%;
	position: relative;
}
#breadcrumbList {
	margin-bottom: 3%;
}
#main {
    width: 100%;
    background: #fff;
    padding: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#main.col {
    float: right;
    width: 68.5%;
}
#main img{
	max-width: 100%;
}
.main-inner {
    width: 95%;
    margin: 0 auto;
}
#sub {
	float: left;
	width: 27.5%;
	background: #fff;
	overflow: hidden;
}
#sub .s_side{
	border-top:10px solid #000;
	margin-top:10px;
	width:100%;
}
#sub .s_side img{
	width:100%;
}
.wp-pagenavi {
	text-align: center;
}
span.current {
    font-weight: bold;
    margin-right: 2%;
    border-bottom: 1px solid #000;
    font-size: 1.1em;
}
a.page.larger, a.previouspostslink, a.page.smaller, span.extend, span.extend, a.nextpostslink, a.first {
    margin-right: 2%;
}
ul.pagenation {
    letter-spacing: -.5em;
	margin-top: 5%;
}
ul.pagenation li {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    letter-spacing: normal;
}
ul.pagenation li:nth-child(2){
    width: 70%;
    text-align: center;
}
ul.pagenation li:last-child{
    text-align: right;
}
.secound {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    background: url(../images/blackBg.jpg) repeat top;
}
.secound-img {
    width: 100%;
    overflow: hidden;
}
.secound-img img{
    width: 100%;
}
.secound img {
	width: 100%;
    vertical-align: bottom;
	margin-top: -1px;
	z-index: 1;
}
.section {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
}





.sectionC {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
	text-align:center;
}
.leftCol {
	float:left;
	padding: 10px;
	width: 265px;
}
.rightCol {
	float:right;
	padding: 10px;
	width: 380px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
.ate {
	padding:15px;
	border: 1px dotted #1d1d1d;
}
article {
	background-color: #fff;
	padding-bottom: 2em;
}
/*
2:h_tag
------------------------------------------------------------
*/
h2.topTi {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
}
h2.topTi img{
	width: 100%;
}
h2.mainTi {
	padding: 1.5%;
    font-size: 3.1em;
    color: #fff;
    background: #9f8237;
    text-align: center;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: .15em;
    line-height: 1.2em;
    width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.position-none{
	padding-bottom: 0!important;
}
.position-none h2.mainTi{
	position: static;
}
h2.mainTi span.block{
    display: block;
    font-size: .8em;
    margin-top: 10px;
    letter-spacing: .1em;
}
h2.mainTi span.big {
    font-size: 2em;
	margin: 0 5px;
}
h2.summerTi {
    position: absolute;
    bottom: 120px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 4.5em;
    font-family: "リュウミン B-KL", "G2サンセリフ-B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    color: #ffd533;
    font-weight: bold;
    line-height: 1.4em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
h2.summerTi div{
	color: #fff;
	display: block;
	line-height: 1em;
	font-size: .55em;
}
h2.subTi {
    position: absolute;
    left: 0;
    bottom: 350px;
    margin: auto;
    color: #fff;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 2.8em;
    padding-left: 30px;
    height: 70px;
    line-height: 70px;
    position: relative;
    font-weight: 500;
}
h2.subTi:before{
	position: absolute;
	content: '';
	left: 0;
	height: 100%;
	width: 10px;
	background: #fff;
}
h3.topTi {
	color: #fff;
    font-size: 2.7em;
    text-align: center;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.2em;
    margin-bottom: 20px;
	letter-spacing: .1em;
}
h3.topTi span{
	display: block;
	font-size: .5em;
}
h3.mainTi {
    font-size: 1.8em;
    background: #000;
    color: #fff;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    padding: 15px 1em;
    margin-bottom: 4%;
	line-height: 1.4em;
}
h3.mainTi span{
    display: block;
    font-size: .55em;
    line-height: 1.5em;
    margin-top: 1em;
}
h3.subTi {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    background: #666;
    color: #fff;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    padding: 10px;
    margin-bottom: 2%;
}
h3.title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin-bottom: 5%;
}
h3.title2 {
	background: url(../images/makiBg.jpg) no-repeat top;
    background-size: 100%;
    height: 135px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.9em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 500;
    margin-bottom: 2%;
}
h4.topTi{
	font-size: 2.5em;
    text-align: center;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: .15em;
	margin-bottom: 5%;
}
h4.cautionTi {
    color: #b90000;
    font-size: 1.3em;
    font-weight: bold;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    padding-left: 20px;
    position: relative;
    margin-bottom: 2%;
}
h4.cautionTi:before{
    content: '';
    position: absolute;
    background: url(../images/right2.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
h4.mainTi {
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.75em;
    font-weight: 500;
    margin-bottom: 3%;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: .1em;
}
h4.mianTi {
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.6em;
    border-bottom: 1px solid #000;
    font-weight: 500;
    padding: 0 2% 2%;
    margin-bottom: 2%;
}
h4.subTi {
	font-weight: bold;
	font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.15em;
	margin-bottom: 2%;
}
h4.subTi span{
	float: right;
	font-size: .85em;
	font-weight: normal;
}
h4.title {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    padding: 3px 1em;
    position: relative;
    margin-bottom: 2%;
}
h4.title:after{
	position: absolute;
	content: '';
	background: url(../images/right3.png) no-repeat;
	width: 12px;
	height: 12px;
	left: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.blueBg {
	background: #d17047!important;
}
.goldBg {
    background: #9f8237!important;
}
.blackBg {
    background: #8b609a!important;
}
.yellowBg {
    background: #0C9EDC!important;
}
.purpleBg{
	background: #ffb000;
}
/*
3:Common style
------------------------------------------------------------
*/
.btn {
    width: 300px;
    text-align: center;
    display: block;
    padding: 1em;
    font-size: 1.15em;
    background: #000;
    color: #fff!important;
    margin: 0 auto;
}
.btn:hover{
	background: #fff;
	animation: bubble 2s 0s ease-out;
	color: #000!important;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
	transition: all .1s;
}
.btn_orange {
    width: 300px;
    text-align: center;
    display: block;
    padding: 1em;
    font-size: 1.15em;
    background: #C96D47;
    color: #fff!important;
    margin: 0 auto;
}
.btn_orange:hover{
	background: #fff;
	animation: bubble 2s 0s ease-out;
	color: #000!important;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
	transition: all .1s;
}
.btn_orange2 {
    width: 80%; max-width: 300px;
    text-align: center;
    display: block;
    padding: 1em;
    font-size: 1.15em;
    background: #E7612C;
    color: #fff!important;
    margin: 0 auto;
}
.btn_orange2:hover{
	background: #fff;
	animation: bubble 2s 0s ease-out;
	color: #000!important;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
	transition: all .1s;
}
.btnRed {
    width: 300px;
    text-align: center;
    display: block;
    padding: 1em;
    font-size: 1.15em;
    background: #b90000;
    color: #fff!important;
    margin: 0 auto;
}
.btnRed:hover{
	background: #fff;
	animation: bubble 2s 0s ease-out;
	color: #b90000!important;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
	transition: all .1s;
}
.btn2 {
    width: 200px;
    text-align: center;
    display: block;
    padding: 1%;
    font-size: 1.15em;
    background: #3f3f3f;
    color: #fff!important;
	position: relative;
}
.btn2:hover{
	background: #fff;
	animation: bubble 2s 0s ease-out;
	color: #000!important;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
	transition: all .1s;
}
.btn2:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 3px;
    height: 3px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    margin: auto;
}
@keyframes bubble {
	0% {
		box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0), 0 0 0 0 #333, 0 0 0 0 rgba(255, 255, 255, 0);
	}
	20% {
		box-shadow: 0 0 5px 5px rgba(255, 255, 255.1), 0 0 0 0 rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0), 0 0 0 5px rgba(255, 255, 255, 0);
	}
}
.photoC {
	display: block;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: .9em;
}
.small2 {
    font-size: .85em;
}
.big {
    font-size: 1.1em;
}
.aligncenter {
	text-align: center;
}



.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}
.map {
	padding-bottom: 15px;
}
.name {
	font-size: 123.1%;
	padding-bottom: 3px;
}
.disc {
	padding-bottom: 0px;
	font-size: 93%;
	line-height: 1.6em;
}

.more {
	float: right;
	padding: 10px 15px;
	text-align: center;
}
.more a {
}
.more a:hover {
}
.hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-top: #999 1px dotted;
}
.priceMini {
	font-size: 77%;
	text-align:right;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}

/*
4:Header
------------------------------------------------------------
*/
h1 {
    font-size: 1.9em;
    font-weight: 400;
}
h1 span{
	background: #b90000;
    color: #fff;
    border-radius: 10px;
    padding: .2em .5em .1em;
    margin-right: 10px;
}
.avs_icon {
    width: 330px;
    vertical-align: -55%;
    margin-left: 10px;
}
header {
	font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	width: 100%;
	overflow: hidden;
	background: #000;
	padding: 20px 0 15px;
}
header a, header i {
	color: #fff!important;
}
#headerBox{
	width: 95%;
	max-width: 1180px;
	overflow: hidden;
	margin: 0 auto;
}
#headerLeft {
    float: left;
    margin-top: 15px;
}
#headerRight {
	float: right;
	width: 770px;
}
ul.hNavi {
    float: right;
    font-size: 1.7em;
    width: 75px;
    letter-spacing: -.5em;
    text-align: center;
}
ul.hNavi li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
}
.gnavi {
    width: 590px;
    margin: 5px 0 20px 100px;
/*    text-align: center;*/
    text-align: left;
    overflow: hidden;
	letter-spacing: -.5em;
	float: left;
	line-height: 1.3em;
}
.gnavi li {
	letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
    margin-bottom: 5px;
}
.gnavi li:last-child{
	border-right: none;
}
.gnavi li a {
	display: block;
	padding: 0 20px;
	position: relative;
}
.gnavi li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    right: 0;
    margin: auto;
}
.gnavi li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.gnavi2 {
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 1.15em;
    margin: 5px 0 0;
}
.gnavi2 li a {
	display: block;
	padding: 0 12px;
}


#gnav > ul {
	display: table;
}
#gnav > ul > li {
	display: table-cell;
	margin-right: 2em;
}
#gnav > ul > li:hover {
	color: #fff;
	background-color: #19192b;
}
#gnav > ul > li:hover > a {
	color: #fff;
}
#gnav > ul > li:hover .menu {
	max-height: 9999px;
	opacity: 1;
}
#gnav > ul > li > a {
	display: block;
	padding: 16px 1em 16px;
	transition: all .2s ease-in;
}
#gnav > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	text-align: center;
	padding-top:20px;
	position: absolute;
	background-color: #19192b;
	z-index:5;
}
#gnav > ul .menu .menu_width{
	display:flex;
	margin:0 auto;
	width:90%;
	max-width:1500px;
    justify-content: space-between;
}
#gnav > ul .menu .menu_width .menu_inner {
	margin-left:10px;
	padding: 1em 0;
	/*width:calc(100% / 3 - 40px);*/
}
#gnav > ul .menu .menu_width .menu_inner:first-child{
	margin-left:0;
}
#gnav > ul .menu .menu_width .menu_inner .icon_mail{
	width: 25px;
    height: 25px;
    background: none;
}
#gnav > ul .menu .menu_inner p{
	background-color:rgba(255,255,255,0.8);
	color:#333;
	font-size:16px;
	font-weight:bold;
	padding:6px 5px;
}
#gnav > ul .menu .menu_inner li {
	background-image: url(https://suwako-hanabi.com/wp-content/uploads/2025/03/arrow.png);
	background-size: 12px 12px;
	background-position:left center;
	background-repeat:no-repeat;
	xdisplay: inline-block;
	margin:15px 0;
	padding-left:16px;
	text-align:left;
}
#gnav > ul .menu a {
	color: #fff;
}

.gnavi3 ul{
    text-align: center;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
}
.gnavi3 ul li{
    margin-right: 1em!important;
}


/*
5:Common table
------------------------------------------------------------
*/
.basicTable {
    width: 100%;
    margin: -3% 0 8%;
}
.basicTable th {
    padding: 3% 2%;
    width: 23%;
    border-bottom: 3px solid #000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.basicTable td {
	padding: 3%;
	width: 78%;
    border-bottom: 1px solid #000;
}
.basicTable td span{
	color: #ff0000;
}
.basicTable td span.bold {
    color: #000;
}
.basicTable td .btn{
	width: 200px;
	margin: auto;
	float: left;
}
.basicTable td .btn_orange2{
	width: 80%; max-width: 300px;
	margin: auto;
}
.basicTable td .small {
    font-size: .85em;
}
.basicTable2  {
    margin-bottom: 5%;
    width: 100%;
    border-left: 1px #acacac solid;
	border-top: 1px #acacac solid;
	font-size: .9em;
}
.basicTable2 th {
	font-weight: bold;
    text-align: center;
    padding: 1em;
    background: #d8d8d8;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}
.basicTable2 th:nth-child(2), .basicTable2 th:nth-child(3){
	width: 12%;
}
.basicTable2 th:nth-child(4){
	width: 18%;
}
.basicTable2 td {
    padding: 1em;
    vertical-align: top;
    border-bottom: 1px solid #acacac;
    border-right: 1px solid #acacac;
}
.basicTable2 td:nth-child(2), .basicTable2 td:nth-child(3), .basicTable2 td:nth-child(4){
	text-align: center;
}
.basicTable2 td span{
    font-size: .9em;
    display: block;
    line-height: 1.6em;
}
.basicTable3  {
    margin-bottom: 4%;
    width: 100%;
}
.basicTable3 th {
    padding: 2%;
    width: 25%;
    background: #d3d3d3;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 8px solid #fff;
}
.basicTable3 td {
    padding: 2%;
    width: 75%;
    border-bottom: 1px #E3E3E3 solid;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 8px solid #fff;
    background: #f4f4f4;
}
.basicTable3-1 th{
	background: #666;
	color: #fff;
}
.basicTable4 {
    width: 100%;
    font-size: .9em;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
}
.basicTable4 caption {
    background: #666;
    color: #fff;
    font-weight: bold;
    font-size: 1.15em;
    padding: 1%;
}
.basicTable4 th {
    width: 25%;
    background: #d8d8d8;
    font-weight: normal;
    padding: 2%;
    border-bottom: 1px solid #acacac;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.basicTable4 td {
    padding: 2%;
    border-bottom: 1px solid #acacac;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
}
.basicTable4 td span{
	font-weight: bold;
}
.basicTable4 td span.title{
	font-size: 1.15em;
}

.basicTable5{
    border-collapse: collapse;
    width: 100%;
}
.basicTable5 th,
.basicTable5 td{
    padding: 10px;
    border: solid 1px #ccc;
    text-align:center;
    box-sizing:border-box;
}
.basicTable5 th {
    background: #9f8237;
    color: #fff;
    }
.basicTable5 td:first-child{
    background: #c8b992;
    font-weight:bold;
    }

    @media screen and (max-width: 950px) {
        .basicTable5 .head{
            display:none;
        }
        .basicTable5 {
            width: 100%;
        }
        .basicTable5 td {
            display: block;
            width: 100%;
            border-bottom:none;
        }
        .basicTable5 td:first-child{
            background: #9f8237;
            color:#fff;
            font-weight:bold;
        }
        .basicTable5 td:before{
            content: attr(data-label);
            font-size: .8rem;
            font-weight:bold;
            color: #999;
            display: block;
        }
        .basicTable5 tr:last-child{
            border-bottom: solid 1px #ccc;
        }
    }

table.menuTable {
	margin-bottom:2em;
}
table.menuTable th {
	padding: 3%;
	width: 24%
}
table.menuTable td {
	padding: 3%;
	width: 14%;
}

/*お知らせ用*/
table.senchaku_pre {
  border-collapse: separate;
  border-spacing: 0 16px; /* 横方向: 0px, 縦方向: 16px (行間) */
}

tr.senchaku_pre th {
  padding-right: 20px; /* 右側だけ余白を追加 */
    text-align: left;     /* 横方向：左揃え */
  vertical-align: top;  /* 縦方向：上揃え */
}

/*
6:Common UL
------------------------------------------------------------
*/
ul.menu {
}
ul.menu li a {
	width: 215px;
	padding: 8px 15px 8px 20px;
	display: block;
	border-bottom: 1px dotted #604c3f;
	margin-top: -1px;
	font-size: 100%;
}
ul.menu li a:hover {
	text-decoration: none;
	background: #111;
	color: #FFF;
}
ul.blogList li {
	padding-bottom: 8px;
	border-bottom: 1px dotted #666;
	margin-bottom: 8px;
	padding-left: 10px;
}

ul.infoList li {
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #604c3f;
}
ul.basicList {
	margin-bottom: 2em;
}
ul.basicList li {
	padding: 0 0 5px 20px;
	background: url(migi3.png) no-repeat 0 3px;
	margin-bottom: 5px;
}
ul.photo {

}
ul.photo li {
	float:left;
	margin-right: 22px;
	margin-bottom: 20px;
	width: 225px;
}
ul.photo li img {
	width: 225px;
	height: auto;
}

/*
7:Common DL
------------------------------------------------------------
*/
dl.basicList {
	margin-bottom:2em;
	width: 100%;
}
dl.basicList dt {
	clear: left;
 	float: left;
	margin: 0 0 0.8em;
	width: 12.5em;
	border-left: solid 2px #CCC;
 	padding-left: 5px;
 	overflow: hidden;
 	color: #000;
}
dl.basicList dd {
	margin-bottom: 0.8em;
	margin-left: 12.5em;
	overflow: hidden;
}
dl.menuList {
	width: 265px;
	height: 240px;
}
dl.menuList dt {
	width: 265px;
	padding-bottom: 5px;
}
dl.menuList dd {
	width: 265px;
	padding-bottom: 15px;
	text-align: left;
	line-height: 1.6em;
}

/*
8:top
------------------------------------------------------------
*/
.end-comment {
    background: rgba(255,255,255,.7);
    width: 600px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.5em;
    font-weight: 500;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
}
.end-comment-shinsaku {
    line-height: 2;
}
.end-mark-shinsaku {
      background: linear-gradient(transparent 70%, #6ffaff 0%);
      font-size:1.3em
}
.end-comment-smr {
    background: rgba(255,255,255,.7);
    width: 580px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.5em;
    font-weight: 500;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
}
.blackWrap {
    background: url(../images/blackBg.jpg) repeat top;
	padding-top: 60px;
	overflow: hidden;
}
.inner {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}
.blackWrap .inner .smmr_sponser {
    text-align: center;
}
.blackWrap .inner .special_thanks {
    display: inline-block;
    color: #fff;
    font-size: 1.6em;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    border-left: transparent;
    border-right: transparent;
    padding: 10px 20px;
}
.inner2 {
    width: 95%;
    max-width: 1180px;
    margin: 0 auto;
}
ul.bnrList {
    margin-bottom: 25px;
	text-align: center;
	letter-spacing: -.5em;
	font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
ul.bnrList li {
    letter-spacing: .1em;
    vertical-align: top;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul.bnrList li:first-child{
    background: url(../images/topbnr-bg_01.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 1.1em;
	width: 45%;
    margin-right: 5%;
}
ul.bnrList li:first-child a{
	display: block;
	padding: 4.5%;
}
ul.bnrList li:first-child p.subTi {
    font-size: 1.2em;
    margin-bottom: 2%;
}
ul.bnrList li:first-child h3{
    font-size: 2.1em;
    color: #ffff00;
    line-height: 1em;
    margin-bottom: 2%;
}
ul.bnrList li:last-child{
	margin-right: 0;
    background: url(../images/topbnr-bg_02.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 1.35em;
	width: 50%;
}
ul.bnrList li:last-child a{
	display: block;
	padding: 3%;
}
ul.bnrList li:last-child h3{
	font-size: 1.8em;
    color: #ffff00;
    line-height: 1em;
    margin-bottom: 5%;
}
ul.bnrList li:last-child h3 span{
	font-size: .65em;
	display: block;
}
ul.bnrList li:last-child .day{
	font-size: 1.1em;
	text-align: left;
}
ul.bnrList li:last-child .day span{
	font-size: 1.8em;
}
ul.bnrList li dl{
	overflow: hidden;
}
ul.bnrList li dt{
	float: right;
    width: 43%;
    margin-top: 5%;
    line-height: 1.5em;
}
ul.bnrList li dd{
	float: left;
	width: 57%;
}
ul.bnrList li a{
	color: #fff;
}
dl.topBox {
width: 100%;
    background: #fff;
    margin-bottom: 55px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 545px;
}
dl.topBox dt {
	float: left;
	width: 50%;
	background: url(../images/blackBg.jpg) repeat top;
}
dl.topBox dt img{
	min-height: 100%;
    max-width: 780px;
	float: right;
}
dl.topBox dd{
	float: left;
    width: 50%;
    background: #fff;
    position: relative;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
dl.topBox dd .day{
	text-align: center;
	font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 3%;
}
p.topP {
    text-align: center;
    font-size: 1.15em;
    line-height: 2em;
    margin-bottom: 5%;
}
dl.topBox dd .box {
	 width: 590px;
}
.news-title {
    background: #9f8237;
    color: #fff;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.6em;
    padding: 18px;
    position: relative;
	margin-bottom: 5%;
}
.news-title span{
    position: absolute;
    right: 3%;
    top: 22%;
    background: #000;
    text-align: center;
    font-size: .6em;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
	transition: all .4s;
}
.blueBg.news-title span {
	background: #fff;
}
.blueBg.news-title a{
	color: #000;
}
.news-title span:hover{
	border-radius: 10px;
}
.news-title a {
    padding: 3px 10px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", "TBUDゴシック R", Arial,Verdana,sans-serif;
    display: block;
}
ul.topList {
    width: 96%;
    margin: 0 auto;
}
ul.topList li{
	width: 100%;
	padding-bottom: 1.5%;
	margin-bottom: 1.7%;
	border-bottom: 1px solid #000;
}
ul.topList li span{
	margin-right: 2em;
}
ul.topList li span.cat {
    color: #fff;
    font-size: .85em;
    text-align: center;
    margin-right: 1em;
    width: 120px;
    display: inline-block;
    line-height: 1em;
    padding: 5px 0;
}
img.icon {
	position: absolute;
    width: 75px;
    height: 75px;
    top: -116px;
    left: 290px;
    margin: auto;
}
img.icon.shin{
	top: -130px;
}
ul.scheduleTop{
    margin-bottom: 30px;
}
ul.scheduleTop>li{
	padding: 40px 0 25px;
	overflow: hidden;
}
ul.top-info {
    letter-spacing: -.5em;
    margin: 50px 0 30px;
    display: flex;
    justify-content: center;
}
ul.top-info li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 10%;
    margin-right: 2.85%;
    text-align: center;
    font-size: 1.15em;
}
ul.top-info li:last-child{
	margin-right: 0;
}
.icon-box {
    background: #000;
    height: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 5%;
}
.icon-box img{
    height: 60px;
    max-width: 70%;
}
ul.top-info li:nth-child(3) .icon-box{
	background: #b90000;
}
.inner .bnr {
    width: 450px;
    margin: 0 auto 45px;
    border: 1px solid #000;
    padding: 1% 2% 1% 9%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2em;
    font-weight: bold;
    background: url(../images/camera.png) no-repeat 7% center;
    background-size: 45px 39px;
    line-height: 1.8em;
	overflow: hidden;
    text-align: center;
}
dl.bnr dt {
    float: left;
    width: 60%;
}
dl.bnr dd {
    float: right;
    width: 40%;
}
dl.bnr dd li{
	padding-left: 1.5em;
	position: relative;
}
dl.bnr dd li:before {
    position: absolute;
    content: '';
    background: url(../images/right.png) no-repeat left;
    background-size: 12px 12px;
    left: 0;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sponsor-title {
	font-size: 1.2em;
	font-weight: bold;
    padding: 25px;
    text-align: center;
	color: #ffffff;
}
ul.sponsor-list_smmr{
	/*background-color:#eee;*/
    margin-bottom: 30px;
	text-align: left;
}
ul.sponsor-list li:nth-child(4n), ul.sponsor-list li:last-child {
	margin-right: 0;
}
ul.sponsor-list_smmr li.smmr_bnr{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 184px;
	margin: 0 0 2.66% 7.5%;
}
ul.sponsor-list_smmr li.smmr_bnr:nth-child(3n), ul.sponsor-list_smmr li.smmr_bnr:last-child {
	margin-right: 0;
}
.slick-slide img.sp{
	display: none;
}
ul.sponsor-list.twice{
	margin-bottom: 0;
}
ul.sponsor-list.twice li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin: 0 3% 2.66% 0;
}
ul.sponsor-list.twice li:nth-child(2n){
	margin-right: 0;
}
.sponsor-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 70px;
}
.sponsor-list img{
    width: 184px;
}
ul.top-news {
    background: #fff;
    padding: 3%;
	margin-bottom: 3%;
}
ul.top-news li {
	border-bottom: 1px solid #000;
	width: 100%;
	padding-bottom: 1.5%;
	margin-bottom: 1.7%;
}
ul.top-news li:last-child{
	margin-bottom: 0;
}
ul.top-news li span{
	margin-right: 2em;
}
ul.top-news li span.cat{
    color: #fff;
    font-size: .85em;
    text-align: center;
    margin-right: 1em;
    width: 120px;
    display: inline-block;
    line-height: 1em;
    padding: 5px 0;
}
.top-news li a{
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
/*
9:side
------------------------------------------------------------
*/
.kojou-date {
    padding: 8% 8% 6%;
    text-align: center;
    font-size: 1.6em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 500;
    letter-spacing: .1em;
}
.kojou-date .day {
	font-size: .8em;
	margin-top: 5%;
}
.kojou-date .day span{
	font-size: 2em;
}
.kojou-date img {
    width: 17%;
    margin-bottom: 5%;
}
ul.side-list {
	margin-bottom: 8%;
	font-size: 1.2em;
	border-top: 5px solid #000;
}
ul.side-list li{
	width: 100%;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	background: url(../images/right.png) no-repeat 1.5em;
	background-size: 12px 12px;
}
ul.side-list li a{
	display: block;
	padding: 1em 3em;
}
ul.sub-list1 li:nth-child(9) a, ul.sub-list1 li:nth-child(10) a {
	position: relative;
}
ul.sub-list1 li:nth-child(9) a:after, ul.sub-list1 li:nth-child(10) a:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/file2.png) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
}
ul.sub-list1 li:nth-child(9) a:after {
	left: 130px;
}
ul.sub-list1 li:nth-child(10) a:after {
	left: 145px;
}
ul.sub-list2 li:nth-child(7) a, ul.sub-list2 li:nth-child(9) a, ul.sub-list2 li:nth-child(11) a {
	position: relative;
}
ul.sub-list2 li:nth-child(7) a:after, ul.sub-list2 li:nth-child(9) a:after, ul.sub-list2 li:nth-child(11) a:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/file2.png) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
}
ul.sub-list2 li:nth-child(7) a:after {
	left: 130px;;
}
ul.sub-list2 li:nth-child(9) a:after {
	left: 145px;
}
ul.sub-list2 li:nth-child(11) a:after {
	left: 165px;
}
ul.sub-list3 li:nth-child(7) a, ul.sub-list3 li:nth-child(8) a {
	position: relative;
}
ul.sub-list3 li:nth-child(7) a:after, ul.sub-list3 li:nth-child(8) a:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/file2.png) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
}
ul.sub-list3 li:nth-child(7) a:after {
	left: 130px;
}
ul.sub-list3 li:nth-child(8) a:after {
	left: 145px;
}
ul.sub-list4 li:nth-child(8) a, ul.sub-list4 li:nth-child(9) a {
	position: relative;
}
ul.sub-list4 li:nth-child(8) a:after, ul.sub-list4 li:nth-child(9) a:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/file2.png) no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
}
ul.sub-list4 li:nth-child(8) a:after {
	left: 130px;
}
ul.sub-list4 li:nth-child(9) a:after {
	left: 145px;
}
ul.side-btn {
    width: 84%;
    margin: 0 auto 8%;
	text-align: center;
	font-size: 1.2em;
}
ul.side-btn li {
	display: block;
    width: 100%;
    background: #000;
    margin-bottom: 8%;
}
ul.side-btn li:last-child{
	margin-bottom: 0;
    font-size:0.9em;
}
ul.side-btn li a {
	padding: 1em;
	color: #fff;
	display: block;
}
ul.side-bnr li{
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 5%;
	font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
ul.side-bnr li:first-child {
	background: url(../images/sidebnr-bg_01.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
ul.side-bnr li .title{
    color: #ffff00;
    font-size: 1.65em;
    margin: 10px 0;
}
ul.side-bnr li .title span{
    display: block;
    font-size: 1.3em;
    line-height: 1em;
    margin-top: 10px;
    letter-spacing: .1em;
}
ul.side-bnr li:last-child {
	background: url(../images/sidebnr-bg_02.jpg) no-repeat center;
    background-size: cover;
}
ul.side-bnr li a{
	color: #fff;
	display: block;
	padding: 10% 5%;
}
ul.side-bnr li .day {
    font-size: 1.3em;
}
ul.side-bnr li .day span{
	font-size: 2em;
}
p.f16 {
    font-size: 1.15em;
    line-height: 1.8em;
}
p.sideP {
    font-size: 1.1em;
    margin: 0 auto 8%;
    width: 84%;
    line-height: 1.7em;
}

/*
10:Footer
------------------------------------------------------------
*/
#footerWrap {
    width: 90%;
    max-width: 1000px;
    margin: 60px auto 40px;
    overflow: hidden;
}
ul.suwalnk-list {
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 190px;
}
ul.suwalnk-list li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	max-width: 90px;
    width: 49%;
	margin: 0 2% 2% 0;
}
ul.suwalnk-list li:nth-child(2n){
    margin-right: 0;
}
ul.suwalnk-list li img{
    width: 90px;
    height: 90px;
}
.copy {
}

/*
11:option/contactform
------------------------------------------------------------
*/
table.contactform  {
	margin-bottom: 2em;
	width: 100%;
	border: 1px #E3E3E3 solid;
}
table.contactform th {
	padding: 8px;
	width: 35%;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
}
table.contactform td {
	padding: 8px;
	width: 60%;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	vertical-align: top;
}


/*
12:option/wordpress
------------------------------------------------------------
*/

/* 諏訪花火 */
.logo2 {
    position: absolute;
    width: 110px!important;
    right: 0;
	bottom: 70px;
}
.logo3 {
    position: absolute;
    width: 100px!important;
    right: 0;
	bottom: 200px;
	z-index: 3;
}
.secound-inner{
	width: 90%;
	max-width: 1050px;
	position: relative;
	margin: 0 auto;
}
.secound-inner2 {
    width: 90%;
    max-width: 1050px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
dl.caution-bnr {
    border: 1px solid #b90000;
    position: relative;
    overflow: hidden;
    height: 110px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 5% 0 0;
}
dl.caution-bnr:after{
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
dl.caution-bnr dt {
    float: left;
    width: 15%;
    text-align: center;
}
dl.caution-bnr dt img{
	width: 60px;
	text-align: center;
}
dl.caution-bnr dd {
	/* float: right; */
    /* width: 85%; */
}
dl.caution-bnr dd .title{
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 1%;
}
ul.program-list {
    width: 100%;
	font-size: 1.15em;
}
ul.program-list li{
	width: 100%;
	margin-bottom: 1%;
	overflow: hidden;
}
ul.program-list li .num {
    float: left;
    width: 6%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    background: #9f8237;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
ul.program-list li dl{
	float: left;
	width: 94%;
}
ul.program-list li dl dt {
    width: 40%;
    background: #d8c495;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
	float: left;
}
ul.program-list li dl dd{
	float: right;
	background: #e2d5ba;
	width: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
p.secoundP {
    font-size: 1.1em;
    line-height: 2em;
}
ul.parking-list{
    background: #f4f4f4;
	overflow: hidden;
	padding: 3%;
	margin-top: 2%;
}
ul.parking-list li{
	width: 100%;
	overflow: hidden;
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 1%;
    margin-bottom: 1%;
    font-size: .9em;
}
ul.parking-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.basicTable td dt{
	float: left;
	width: 20%;
}
.basicTable td dd{
	float: right;
	width: 80%;
}
.contact-bnr {
    border: 1px solid #000;
    width: 70%;
    text-align: center;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.contact-bnr p.title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1%;
}
.contact-bnr .tel {
	font-size: 2em;
	font-weight: bold;
	margin-top: 2%;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
}
.contact-bnr .tel span{
	font-size: .6em;
}
p.redbgP {
    background: #b90000;
    color: #fff;
/*    font-size: 1.9em; */
    font-size: 1.3em;
    text-align: center;
    padding: 2%;
    letter-spacing: .1em;
    margin-bottom: 3%;
}
a.redbgP {
    color: #fff;
}
dl.caution-bnr.right-no:after{
	height: 0;
	width: 0;
	border: none;
}
ul.access-list {
    width: 100%;
    margin-bottom: 3%;
	letter-spacing: -.5em;
}
ul.access-list li {
    display: inline-block;
	letter-spacing: normal;
	margin-right: 2em;
}
ul.access-list li a{
    display: block;
    position: relative;
    padding-left: 20px;
}
ul.access-list li a:before{
    position: absolute;
    content: '';
    background: url(../images/right.png) no-repeat left;
    background-size: 12px 12px;
    left: 0;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.dowbtn-list {
    text-align: center;
    letter-spacing: -.5em;
    font-size: 1.1em;
}
ul.dowbtn-list li {
    display: inline-block;
    width: 37%;
    margin-right: 5%;
    letter-spacing: normal;
    vertical-align: top;
    background: #666;
}
ul.dowbtn-list li:last-child{
	margin-right: 0;
}
ul.dowbtn-list li:hover{
	background: #000;
}
ul.dowbtn-list li a{
	display: block;
    color: #fff;
    position: relative;
    padding: 1em;
}
ul.dowbtn-list li a:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
	background: url(../images/file.png) no-repeat center;
	background-size: 10px 10px;
}
p.red {
    color: #b90000;
}
span.red {
    color: #b90000;
	font-weight: bold;
}
dl.train-about {
    overflow: hidden;
    border: 1px solid #acacac;
	font-size: .9em;
}
dl.train-about dt {
	background: #d8d8d8;
	font-weight: bold;
	padding: 1% 2%;
	border-bottom: 1px solid #acacac;
}
dl.train-about dd {
	padding: 1% 2%;
}



/* 新作 */
img.camera2 {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 2%;
}
table.program-table {
    width: 100%;
    margin-top: -50px;
    margin-bottom: 4%;
	border-top: 1px solid #D38B66;
	border-left: 1px solid #D38B66;
	font-size: .9em;
}
table.program-table th {
	background: #E9C6B0;
    border-bottom: 1px solid #D38B66;
    border-right: 1px solid #D38B66;
/*    position: relative;*/
    width: 40%;
    padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
table.program-table th img{
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
    margin-right: 3%;
}
table.program-table td {
	background: #F4E3D8;
    border-bottom: 1px solid #D38B66;
    border-right: 1px solid #D38B66;
    padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
}
p.program-title {
    font-size: 1.6em;
    font-weight: bold;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin-bottom: 1%;
}
p.program-title span {
	font-size: .6em;
	margin-right: 1em;
}
p.com-name {
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 500;
    margin-bottom: 3%;
}
.ex-box {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.ex-box img{
	width: 100%;
}
.ex-box iframe{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
 /*GoogleMap iframe iPad不具合対応*/
.maps {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100% !important;
	height: 500px !important;
}
.maps iframe {
	width: 100% !important;
	height: 100% !important;
}
.border-box {
    border: 1px solid #acacac;
}
p.date {
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
    font-size: 2em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: .15em;
}
p.date2 {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.85em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    background: url(../images/date-bg.png) no-repeat center;
    background-size: cover;
    padding: 1%;
	letter-spacing: .15em;
}
.summerWrap {
	color: #fff;
}
.summerWrap a{
	color: #fff;
}
p.summerP {
    text-align: center;
    font-size: 1.7em;
    line-height: 1.6em;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.summerP span{
	margin-left: 2em;
}
.summer-box {
    border: 1px solid #fff;
    padding: 3%;
    text-align: center;
    font-size: 1.15em;
    line-height: 2em;
}
.event {
    background: url(../images/topbnr-bg_02.jpg) no-repeat center;
    background-size: cover;
    font-size: 1.35em;
    width: 550px;
    display: block;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 50px;
    text-align: center;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.event a {
    color: #fff;
    display: block;
    padding: 3%;
    overflow: hidden;
}
.event dt{
	float: right;
    width: 43%;
    margin-top: 5%;
    line-height: 1.5em;
}
.event dd{
	float: left;
    width: 57%;
}
.event dd h3 {
    font-size: 1.8em;
    color: #ffff00;
    line-height: 1em;
    margin-bottom: 3%;
}
.event dd h3 span{
	font-size: .65em;
    display: block;
	margin-bottom: 1%;
}
.event dd .day {
    font-size: 1.1em;
    text-align: left;
}
.event dd .day span{
    font-size: 1.8em;
	line-height: 1em;
}



/*other*/
ul.faqList {
    letter-spacing: -.5em;
    background: #f9f9f9;
    margin-bottom: 4%;
	padding: 2% 3%;
}
ul.faqList li{
	display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin-right: 5%;
    position: relative;
    padding-left: 20px;
}
ul.faqList li:before{
	position: absolute;
	content: '';
	background: url(../images/right.png) no-repeat left;
	background-size: 12px 12px;
	left: 0;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
ul.faqList li:last-child{
	margin-right: 0;
}
.secoundWrap {
    margin-bottom: -30px;
}
.secoundWrap .section {
	overflow: unset;
}
.secoundWrap .blackWrap{
	background: url(../images/blackBg.jpg) repeat top;
	padding-top: 60px;
	overflow: unset;
}
.secoundWrap .inner {
	position: relative;
	top: -150px;
	overflow: hidden;
}
.traffic-news {
    background: #b90000;
    color: #fff;
    font-size: 1.1em;
    line-height: 2em;
    padding: 5%;
    margin-bottom: 5%;
}
.traffic-news .title {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
}
.traffic-news2 {
    background: #b90000;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.75em;
    padding: 2% 4%;
    margin-bottom: 3%;
    position: relative;
    z-index: 1;
}
.traffic-news2 .title {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
}
.traffic-news2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
dl.traffic-box {
    overflow: hidden;
    margin-bottom: 5%;
}
dl.traffic-box dt {
	float: left;
	width: 58%;
}
dl.traffic-box dt img{
	width: 100%;
}
dl.traffic-box dd {
	float: right;
	width: 40%;
}
dl.traffic-box dd .title{
	font-size: 1.3em;
	border-bottom: 1px solid #000;
	padding-bottom: 3%;
	margin-bottom: 5%;
	font-weight: bold;
}
a.map-link img {
    width: 17px;
    margin-right: 3%;
}
ul.btn-list {
	letter-spacing: -.5em;
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 7%;
}
ul.btn-list li{
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	background: #b90000;
}
ul.btn-list li:last-child{
	margin-right: 0;
}
ul.btn-list li:hover{
	background: #8a3333;
}
ul.btn-list li a{
	color: #fff;
	position: relative;
	display: block;
	padding: 4%;
}
ul.btn-list li a:after{
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.borderB {
	border-bottom: 1px solid #000;
}
.borderW {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.blue {
    color: #0060b0;
}
dl.gomi-box {
    overflow: hidden;
    margin-bottom: 2%;
}
dl.gomi-box dt {
	float: right;
	width: 18%;
}
dl.gomi-box dd {
    float: left;
    width: 75%;
    color: #b90000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.7em;
    margin-top: 2%;
}
div.gomi-box {
    border: 4px solid #efefef;
    padding: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5%;
}
ul.img-list {
    letter-spacing: -.5em;
    width: 85%;
    margin: 0 auto;
}
ul.img-list li{
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    width: 48%;
    margin-right: 4%;
}
ul.img-list li:last-child{
	margin-right: 0;
}
ul.img-list li img{
	width: 100%;
	margin-bottom: 2%;
}
.id-box {
    padding-top: 30px;
    margin-top: -30px;
}
dl.information-box {
    overflow: hidden;
}
dl.information-box dt{
	float: left;
	width: 23%;
	margin-top: 2%;
}
dl.information-box dt img{
	width: 100%;
}
dl.information-box dd {
    float: right;
    width: 72%;
}
.radio-box {
    border: 1px solid #000;
    padding: 2% 4%;
    text-align: center;
    margin-bottom: 3%;
    font-weight: bold;
}
.red-box {
    border: 1px solid #b90000;
    padding: 2% 4%;
    text-align: left;
    margin-bottom: 3%;
}
.red-box2 {
    border: 1px solid #b90000;
    padding: 2% 4%;
    text-align: left;
    margin-bottom: 3%;
    position: relative;
    z-index: 1;
}
.red-box2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.red-box2:hover {
	color: #9f8237;
	transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
}
.red-box2 .title{
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 1%;
}
.txtWrap img {
	max-width: 100%;
	max-height: 600px;
	width: auto;
	height: auto;
}
.txtWrap {
	margin-bottom: 3%;
}









/*
mate slider
------------------------------------------------------------
*/
.secound-slider {
    overflow: hidden;
    position: relative;
}
ul.rslides_tabs {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: rgba(0,0,0,.5);
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
ul.rslides_tabs li {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
}
ul.rslides_tabs li a{
	color: transparent;
	width: 13px;
    height: 13px;
	display: block;
	position: relative;
}
ul.rslides_tabs li a:before {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	margin: auto;
    width: 13px;
    height: 13px;
    content: "";
    text-align: center;
    background: #fff;
    z-index: 3;
    border-radius: 100%;
}
ul.rslides_tabs li.rslides_here a:before {
	background: rgba(255,255,255,.5);
}
ul.rslides_tabs li.rslides_here:before {
	color: #acacac;
}
a.rslides_nav.rslides1_nav.prev {
    position: absolute;
    left: 20px;
    color: #fff;
    z-index: 2;
    background: rgba(0,0,0,.5);
    font-size: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
a.rslides_nav.rslides1_nav.next{
	position: absolute;
    right: 20px;
    color: #fff;
    z-index: 2;
    background: rgba(0,0,0,.5);
    font-size: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
p.slide-name {
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: .15em;
    margin-top: -77px;
    position: relative;
    z-index: 2;
    padding: 2%;
    margin-bottom: 5%;
}
ul.secoundList{
	margin-bottom: 5%
}
ul.ticket-link li {
	margin-bottom: 1%;
}
ul.rslides li{
	width: 100%;
}
ul.rslides li img {
    width: 100%;
	height: auto;
}
.otheWrap {
    max-height: none;
    padding-bottom: 0;
}








/*
accordion
-----------------------------------------------------------
*/
.accordionbox{
	width: 100%;
}
dl.accordionlist {
    overflow: hidden;
    margin-bottom: 8%;
    border-bottom: 1px solid #666;
}
.accordionlist dt{
    display: block;
    padding: 3% 0 3% 0;
    border-top: 1px solid #666;
    float: left;
    cursor: pointer;
    width: 100%;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .leftBox {
    width: 8%;
    color: #fff;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.6em;
    text-align: center;
}
.accordionlist dt .leftBox .q{
	width: 40px;
	height: 40px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
	background: #000;
}
.accordionlist dt .rightBox{
    width: 89%;
    font-weight: bold;
    float: left;
	letter-spacing: .1em;
}
.accordionlist dt .title{
    float: left;
}
.accordionlist dd{
    display:none;
	overflow: hidden;
	margin-bottom: 3%;
	width: 100%;
}
.accordionlist dd .leftBox {
    width: 8%;
    color: #fff;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.6em;
    text-align: center;
}
.accordionlist dd .leftBox .a{
	width: 40px;
	height: 40px;
    justify-content: center;
    align-items: center;
	display: -webkit-flex;
    display: flex;
   	background: #b90000;
}
.accordionlist dd .rightBox{
    width: 89%;
    float: left;
	letter-spacing: .1em;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 15px;
	height: 15px;
	float: right;
	margin-top: 10px;
}
.accordion_icon span {
    position: absolute;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #666;
}
.accordion_icon span:nth-of-type(1) {
    top: 9px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 9px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 9px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}




/*
tab
------------------------------------------------------------
*/
ul.tab {
    overflow: hidden;
    font-size: 1.15em;
    border-bottom: 2px solid #000;
    letter-spacing: -.5em;
	margin-bottom: 5%;
}
ul.tab li {
	color: #fff;
    float: left;
    padding: 2%;
    background-color: #868686;
    cursor: pointer;
    letter-spacing: normal;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
	position: relative;
}
ul.tab li:after{
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.tab li.select {
	background: #000;
}
div.tabContent {
    clear: both;
    border: 1px solid #ccc;
    padding: 20px;
    width: 300px;
    display: none;
}
div.active {
    display: block;
}




/*
14:original
------------------------------------------------------------
*/
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000 url(../images/loadingBg.jpg) no-repeat top;
	background-size: cover;
    z-index: 10;
}
#loader {
    display: none;
    position: fixed;
    bottom: 0;
    top: 75%;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
    height: 151px;
    text-align: center;
    z-index: 12;
	position: absolute;
}
#loader img{
    width: 550px;
    margin: 0 auto;
}
.m20 {
    margin-bottom: 20px!important;
}
.m30 {
    margin-bottom: 30px!important;
}
.m40 {
    margin-bottom: 40px!important;
}
.m50 {
    margin-bottom: 50px!important;
}
.m80 {
    margin-bottom: 80px!important;
}
.m100 {
    margin-bottom: 100px!important;
}
.m0 {
	margin-bottom: 0px!important;
}
#cboxCurrent, #cboxNext, #cboxPrevious {
    display: none!important;
}



/*
15:add
------------------------------------------------------------
*/
.inner2.ov {
  overflow: hidden;
}
.inner2.ov .left {
  width: 64.5%;
  float: left;
}
.inner2.ov .right {
  width: 34%;
  float: right;
}

@media screen and (max-width: 950px){
.inner2.ov {
  overflow: hidden;
}
.inner2.ov .left {
  width: 100%;
  float: none;
}
.inner2.ov .right {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 340px;
  float: none;
}
}


/*
16:gallery
------------------------------------------------------------
*/
p.login_status a{
	text-decoration:underline;
}
ul.photo_list li{
	background: url(../images/right.png) no-repeat 1.5em;
	background-size: 12px 12px;
	background-position:left center;
	padding-left:20px;
}

#main .post_area{
	display:flex;
	flex-wrap:wrap;
	margin-top:10px;
}
#main .post_area a{
	margin-right:10px;
	margin-top:10px;
	width:calc((100% - 20px) / 3);
}

#main .post_area a:nth-child(3n){
	margin-right:0;
}
#main .post_area a .post p{
	background-color:#f6f6f6;
	border:1px solid #ccc;
	border-bottom:none;
	height:156px;
	text-align:center;
}
#main .post_area a .post p img{
	height:100%;
	width:auto;
	transition:0.3s;
}
#main .post_area a .post:hover p img{
	opacity:0.8;
}
#main .post_area a .post p.title{
	align-items:center;
	background-color:#eee;
	display:flex;
	justify-content:center;
	text-align:center;
	height:60px;
}
#main p.gallery_photo{
	margin-bottom:20px;
}
#main p.gallery_photo img{
	height:auto;
	width:100%;
}
#main .gallery_link{
	text-align:center;
}
#main .gallery_link button{
	margin-top:40px;
}
@media screen and (max-width: 600px){
	#main .post_area a{
		margin-right:10px;
		width:calc((100% - 10px) / 2);
	}

	#main .post_area a:nth-child(3n){
		margin-right:10px;
	}

	#main .post_area a:nth-child(2n){
		margin-right:0;
	}

	#main .post_area a:nth-child(n+3){
		margin-top:10px;
	}

	#main .post_area a .post p{
		background-color:#f6f6f6;
		border:1px solid #ccc;
		border-bottom:none;
		height:100px;
		text-align:center;
	}
}


/*
17:form
------------------------------------------------------------
*/
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg{
	width:100% !important;
}
fieldset{
	margin:0;
	padding:0;
}
fieldset legend{
	font-size: 1.6em;
    color: #9f8237;
    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	padding-bottom:20px;
}
.form_custom:first-of-type{
	border-top:1px solid #ccc;
}
.form_custom{
	align-items:center;
	border-bottom:1px solid #ccc;
	display:flex;
	padding:20px 0;
}
.form_custom label{
	width:160px;
}
.form_custom .div_text{
	margin-bottom:0 !important;
}
.form_custom .div_text input{
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
}
#wpmem_reg .button_div{
	margin:30px 0 0 0;
	text-align:center !important;
}
.button_div input.buttons{
	background-color:#000;
	color:#fff;
	margin-top:30px;
	text-align:center;
	padding:10px;
	width:200px;
}
.req-text{
	display:none;
}

.wpmem_login fieldset{
	margin:0;
	padding:0;
}
#wpmem_login .button_div{
	margin:30px auto 0 auto;
	text-align:center !important;
	width:300px;
}
#wpmem_login .link-text{
	margin-top:30px;
	text-align:center !important;
}
#wpmem_login .link-text a{
	color:#b90000;
	margin-left:20px;
	text-decoration:underline;
}

.policy{
	background-color:#f6f6f6;
	border:1px solid #ccc;
	padding:20px;
	height:260px;
	overflow-y:scroll;
}
.policy h2{
	border-bottom:1px solid #ccc;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	text-align:center;
}
.policy h3{
	border-left:5px solid #333;
	font-weight:bold;
	margin-top:40px;
	padding-left:15px;
}
.policy p{
	margin-top:20px;
}
.policy ol li{
	list-style-type:decimal;
	margin-top:15px;
	margin-left:20px;
}

@media screen and (max-width: 600px){
	#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg{
		width:100% !important;
	}

	fieldset{
		margin:0;
		padding:0;
	}

	fieldset legend{
		font-size: 1.4em;
	    color: #9f8237;
	    font-family: "教科書ICA M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
		font-weight:bold;
		padding-bottom:20px;
	}

	.form_custom{
		align-items:center;
		border-bottom:1px solid #ccc;
		display:flex;
		flex-wrap:wrap;
		padding:20px 0;
	}

	.form_custom label{
		width:100%;
	}

	.form_custom .div_text{
		margin-bottom:0 !important;
	}

	.form_custom .div_text input{
		border:1px solid #ccc;
		border-radius:5px;
		margin-top:10px;
		padding:10px;
	}

	#wpmem_reg .button_div{
		margin:30px 0 0 0;
		text-align:center !important;
	}

	.button_div input.buttons{
		background-color:#000;
		color:#fff;
		margin-top:30px;
		text-align:center;
		padding:10px;
		width:200px;
	}

.wpmem_login fieldset{
	margin:0;
	padding:0;
}
#wpmem_login .button_div{
	margin:30px 0 0 0;
	text-align:center !important;
}
#wpmem_login .link-text{
	margin-top:30px;
	text-align:center !important;
}
#wpmem_login .link-text a{
	color:#b90000;
	margin-left:20px;
	text-decoration:underline;
}
}

/*2026改修*/
.list_mainimg{
    display: flex;
    gap: 0;
}
.list_mainimg li{
    width: 33.333%;
    position: relative;
    transition: .3s;
    overflow: hidden;
}
.list_mainimg li:hover .txt_area{
    height: 100%;
    transition: .3s;
}
.list_mainimg li:hover .txtall_on{
    opacity: 1;
}
.list_mainimg li img{
    width: 100%;
}
.list_mainimg .txt_area{
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 39%;
    left: 0;
    bottom: 0;
    font-family: "Noto Serif", serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.list_mainimg .txtall{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    bottom: 0;
    margin: auto;
}
.list_mainimg .txtall02{
    top: 45%;
}
.list_mainimg .txtall_on{
    padding: 0 5%;
    margin-top: 20px;
    opacity: 0;
    line-height: 2;
    font-size: 1.148em;
}
.list_mainimg .txt_area .ttl{
    font-size: 2.286em;
    margin-bottom: 15px;
    line-height: 1.3;
}
.list_icon{
    display: flex;
    align-items: end;
}
.list_icon li{
    margin-right: 15px;
}
.list_icon li:last-child{
    margin: 0 0 0 5px;
}
.list_icon li:last-child a{
    border-bottom: 1px solid;
}
.list_icon a{
    color: #fff;
    transition: .3s;
}
.list_icon a:hover{
    opacity: .8;
    transition: .3s;
}
.f_navi{
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}
.list_fnav{
    margin-right: 30px;
}
.list_fnav .sub{
padding-left: 16px;
}
.list_fnav li{
margin-bottom: 5px;
}
.f_copy{
    display: flex;
    justify-content: space-between;
}
.main_ttl{
    text-align: center;
    font-size: 1.429em;
    font-family: "Noto Serif", serif;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
}
.main_ttl::before{
    position: absolute;
    content: '';
    border-bottom: 1px solid;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: -1;
}
.main_ttl span{
    display: inline-block;
    background: #fff;
    padding: 0 25px;
}
.main_ttl02 span{
    background: #E60014;
    color: #fff;
    padding: 10px 25px;
    position: relative;
}
.main_ttl02 span.yellow{
    background: yellow;
    color: inherit;

}
.main_ttl02 span.small{
    position: absolute;
    content: '';
    font-size: .43em;
    color: #fff;
    padding: 0;
    background: none;
    top: -5px;
}
.list_ticket{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list_ticket li{
    width: 49%;
    /* height: 94px; */
    height: 110px;
    margin: 0 2% 2% 0;
    text-align: center;
    font-family: "Noto Serif", serif;
    position: relative;
}

.list_ticket li.pre{
    background: #D5D5D5;
}
.list_ticket li.pre a .ttl::before{
    /* position: absolute; */
    content: '準備中';
    width: 72px;
    background: #E60014;
    color: #fff;
    font-size: .786em;
    text-align: center;
    /* bottom: 8px; */
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto 0.5em;
    display: block;
}
.list_ticket li.pre a {
    color: #000000;
    transition: .3s;
}
.list_ticket li.sale_01{
    background: #D17047;
}
.list_ticket li.sale_02{
    background: #9F8237;
}
.list_ticket li.sold{
    background: #464646;
    position: relative;
}
.list_ticket li.sold .ttl{
    line-height: 1.5;
    margin-bottom: 25px;
}
.list_ticket li.sold::before{
    display: block;
    position: absolute;
    content: '販売終了';
    width: 72px;
    background: #E60014;
    color: #fff;
    font-size: .786em;
    text-align: center;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.list_ticket li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.list_ticket li a:hover{
    opacity: .75;
    transition: .3s;
}
.list_ticket li .ttl{
    font-size: 1.5em;
}
.list_ticket li .ttl span.border{
    border-bottom: 1px solid;
}
.list_ticket li .ttl span.small{
    display: block;
    font-size: .688em;
}
.list_ticket li:nth-child(2n){
    margin-right: 0;
}
.txt_16{
    font-size: 1.143em;
}
.precautions{
    text-align: center;
}
.precautions .txt{
    font-family: "Noto Serif", serif;
    margin-bottom: 16px;
}
.precautions .p_btn{
    width: 440px;
    /* background: #E60014; */
    background: #9F8237;
    margin: 0 auto 25px;
}
.precautions .p_btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1.429em;
    color: #fff;
    line-height: 60px;
    transition: .3s;
}
.precautions .p_btn a:hover{
    transition: .3s;
    opacity: .8;
}
.precautions .txt02 a{
    font-size: .857em;
    border-bottom: 1px solid;
}
.list_area{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 auto;
  padding: 0;
}
.list_area .ttl{
    text-align: center;
    color: #fff;
    background: #9F8237;
    font-size: .857em;
    line-height: 33px;
    margin-bottom: 10px;
}
.list_area .bg_orange{
    background: #D17047;
}
.list_area .bg_purple{
    background: #8B609A;
}
.list_area .img{
    text-align: right;
}
.camera-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-camera.svg) no-repeat center/contain;
    cursor: pointer;
    transition: .3s;
}
.camera-icon:hover {
    transform: scale(1.1);
}
#modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}
#modal img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
#modal .modal-inner {
    position: relative;
    width: 767px;
    margin: 0 auto;
}
#modal .close {
  position: absolute;
  top: -40px;
  right: -40px;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
}
.list_area .txt{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.list_area .txt span{
    background: red;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: .9em;
    float: right;
    letter-spacing: 2px;
    margin: -3px 0 0 0;
}
.list_area table{
    width: 100%;
}
.list_area table td{
    border-bottom: 2px solid #fff;
    font-size: .857em;
}
.list_area table td.table_ttl{
    color: #fff;
    background: #000;
    width: 30%;
    font-weight: bold;
    text-align: center;
}
.list_area table td.table_txt{
    background: #F0F0F0;
    width: 70%;
    padding: 10px;
    line-height: 1.6;
}
.list_area table td.table_txt span{
    font-weight: bold;
    font-size: 1.167em;
}
.precautions_area{
    background: #F0F0F0;
    padding: 40px;
    margin-bottom: 85px;
}
.precautions_area_ttl{
    font-size: 1.286em;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}
.precautions_area_ttl:before{
    position: absolute;
    content: '';
    border-bottom: 3px solid;
    height: 3px;
    width: 24px;
    left: 0;
    bottom: 0;
}
.precautions_area .txt_red{
    color: #E60014;
}
.precautions_area .border_blue{
    color:#0000FF;
    border-bottom: 1px solid; 
}
.precautions_area p{
    line-height: 2;
}


.submenu {
	width: 100%;
	text-align: center;
    position: fixed;
    z-index: 3;
    transition: .3s;
}

.submenu .is-prepared {
    pointer-events: none;
}
.submenu .is-prepared:after {
    content: "（準備中）";
}

.submenu.is-fixed {
    top: 0;
    left: 0;
    transition: .3s;
}
.submenu .submenu_width{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.submenu .submenu_width li{
    justify-content: space-between;
    border-right: 2px solid #fff;
    width: calc(100%/6);
}
.submenu .submenu_width li p{
    background-color:rgba(255,255,255,0.8);
	color:#333;
	font-size:16px;
	font-weight:bold;
	padding:6px 5px;
    cursor: pointer;
}
.submenu .submenu_inner li {
	background-image: url(https://suwako-hanabi.com/wp-content/uploads/2025/03/arrow.png);
	background-size: 12px 12px;
	background-position:left center;
	background-repeat:no-repeat;
	margin:15px 20px;
	padding-left:16px;
	text-align:left;
    transition: .3s;
    width: 100%;
    border-right: none;
}
.submenu a {
	color: #fff;
}
.submenu .submenu_inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #19192b;
}

.submenu .submenu_width > li {
    position: relative;
}

.submenu .submenu_width > li:hover > .submenu_inner {
    display: block;
}
.top_header_ttl{
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5;
}
.top_header_ttl span{
    display: block;
    font-size: .85em;
}
.list_note{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.list_note li{
    width: 21.8%;
    margin: 0 1.5% 1.5% 0;
    border: 1px solid #BABABA;
    border-radius: 10px;
    padding: 30px 10px;
}
.list_note li:nth-child(4n){
    margin-right: 0;
}
.list_note li .img{
    width: 80%;
    margin: 0 auto 25px;
}
.list_note li .ttl{
    font-size: 1.35em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}
.list_note li a{
    border-bottom: 1px solid;
    font-weight: bold;
}
.list_note li .bold{
    font-weight: bold;
}
.bg_gray{
    background: #F9F9F9;
    padding: 20px;
}
.btn_area{
    background: #F9F9F9;
    padding: 50px;
    margin-top: 90px;
}
.list_btn{
    display: flex;
    text-align: center;
}
.list_btn li{
    width: 48%;
    margin-right: 4%;
}
.list_btn li:last-child{
    margin-right: 0;
}
.list_btn li .btn{
    background: #000000;
    color: #fff;
    display: inline-block;
    padding: 16px 20px;
    margin-top: 15px;
    position: relative;
}
.list_btn li .btn::before{
    position: absolute;
    content: '';
    background: url(../images/btn_arrow.svg)no-repeat right /contain;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
}
.list_btn li .btn:hover{
    color: #fff!important;
    opacity: .85;
}
.list_faq{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.list_faq li{
    width: 24%;
    text-align: center;
    border: 2px solid #9f8237;
    margin: 0 5px 5px 0;
}
.list_faq li a{
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 0;
    color: #9f8237;
}
.list_faq li:hover a{
    background: #9f8237;
    color: #fff;
}
.prev, .next {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:30px;
  color:#fff;
  cursor:pointer;
}

.prev { left:-40px; }
.next { right:-40px; }