@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#111111;
	font-size: 1.4rem;
	font-feature-settings: "palt";
}

body a {
	text-decoration:none;
	color:#111111;
}

body{min-width:1000px;}
img{
	vertical-align: bottom;
	pointer-events: none;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;

}
*,*:after,*:before{
	box-sizing: border-box;
}

a.fade:hover,a.img_fade:hover img{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

a.fade,a.img_fade img,a{
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.wrap{
	width: 1020px;
	margin: 0 auto;
}
.wrap.max{
	width: 100%;
	margin: 0 auto;
}

.colorball{
	position: relative;
		overflow: hidden;

}

.cfx::after {
	content: "";
	display: block;
	clear: both;
}
p{
	font-family: "Noto Sans JP", sans-serif;
	color: #111111;
}

.pc_none{
	display: none;
}

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/

#header{
	padding: 15px 0;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
h1.logo{
	padding-left: 20px;

}
.header__inner{
	display: flex;
	justify-content: left;
	align-items: center;
	width: 97%;
	gap: 2%;
	margin: 0 auto;

}
.header__logo{
	min-width: 80px;
    width: 10%;
    max-width: 138px;
}
.header__logo img{
	width: 100%;
}
.header__logo a{
	display: inline-block;
}
.header__block{
	max-width: 90%;
}
.header__block__top{
	display: flex;
	justify-content: right;
	align-items: center;
}
.header__block__bottom{
	margin: 8px 0 0;
}


.header__block__date{    
	margin: 0 0 -11px;
}
.header__block__date p{
	font-size: 7rem;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;

}
.header__block__date .year{
	font-size: 1.8rem;
	font-weight: 700;
}
.circle{
	position: relative;
	width: 22px;
    display: inline-block;
}
.circle::before{
	content: '';
	position: absolute;
	width: 7px;
    height: 7px;
    top: -19px;
    right: 4px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	z-index: -1;
}
.header__block__date .day_sat,.day_sun{
	position: relative;
	font-size: 1.3rem;
	color: #fff;
	display: inline-block;
    margin: 0px 0 0px 6px;
	width: 30px;
}
.header__block__date .day_sat::before{
	content: '';
	position: absolute;
	width: 31px;
    height: 31px;
    top: -31px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	z-index: -1;
}
.header__block__date .day_sat::after{
	content: 'Sat';
	position: absolute;
	color: #fff;
	font-size: 1.2rem;
    display: inline-block;
    top: -49px;
    right: 5px;
    font-weight: 500;
	z-index: -1;
}
.header__block__date .day_sun::before{
	content: '';
	position: absolute;
	width: 31px;
    height: 31px;
    top: -31px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	z-index: -1;
}
.header__block__date .day_sun::after{
	content: 'Sun';
	position: absolute;
	color: #fff;
	font-size: 1.2rem;
    display: inline-block;
    top: -49px;
    right: 2px;
    font-weight: 500;
	z-index: -1;
}
.header__block__place{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0 30px;
}
.header__block__place li{
	display: flex;
	align-items: center;
}
.header__block__place__ttl{
	border: #000 solid 2px;
	border-radius: 2.2rem;
	width: 100px;
	font-size: 1.2rem;
	margin: 0 8px 0 0;
	text-align: center;
	line-height: 2.2rem;
}
.header__block__place__txt{
	font-weight: 700;
	font-size: 1.5rem;
}
.header__block__count p{
	font-size: 1.4rem;
	font-weight: 700;
}
.header__block__count .number{
	font-size: 5.5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: italic;
	margin: 0 0 -10px;
}
.header__block__count .number span{
	font-size: 1.8rem;
	font-weight: 700;
}
.header__block__last_year{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: #000 solid 2px;
	display: table;
	text-align:center;
	margin: 0 0 0 10px;
	transition: .3;
	
}
.header__block__last_year:hover{
	opacity: 0.7;
	
}

.header__block__last_year p{
	text-align: center;
	display: table-cell;
	vertical-align:middle;
	font-size: 1.2rem;
	/* margin: auto; */
}

.header__block__list{
	display: flex;
	gap: 10px;
}
.header__block__list li{
	width: calc(100% / 7 - 3px);
}

.header__block__item{
	display: flex;
    justify-content: center;
    align-items: center;
	/* width: 155px; */
	padding: 15px 0;
	font-size: 1.4rem;
	text-align: center;
	border: #aa9609 solid 2px;
	color: #aa9609;
	border-radius: 10px;
	position: relative;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
.header__block__item::after{
        /* width: 400px; */
        content: '';
        position: absolute;
        right: 6px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #aa9609;
        border-right: 1px solid #aa9609;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.gray_out{
	border: #c8c8c8 solid 2px;
	color: #c8c8c8;
	pointer-events: none;
}

/* 
ーーーーーーーーーーーーーーーー
フッター
ーーーーーーーーーーーーーーーーーー */


.footer__wrap{

}
.footer__item{
	display: flex;
	text-decoration: dashed;
	justify-content: center;
    gap: 30px;
    margin: 0 0 40px;
}
.footer__item li a{
	border-bottom: rgba(17, 17, 17, 0.636) solid 1px;
	font-size: 1.5rem;
	transition: .3;
}
.footer__item li a:hover{
	border-bottom: #aa9609a2 solid 1px;
	font-size: 1.5rem;
	color: #aa9609;

}
.footer__txt{
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0 80px;
	line-height: 2.2rem;
}
.copyright{
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	background-color: #aa9609;
	padding: 30px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;

}
@media screen and (max-width: 1300px){
	.header__block__count {
		display: none;
	}
	
	.header__block__place {
    
		margin: 0 10px;
	}
	.header__block__last_year{
		margin: 0;
	}
}








/* PCハンバーガー */




/* .menu-toggle {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: relative;
	width: 70px;
	height: 70px;
	position: fixed;
	top: 0;
	right: 0;
	background: #aa9609;
	z-index: 999;
	cursor: pointer;
}
.menu-toggle p{
	position: absolute;
	top: 40px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.menu-toggle.active{
	background: transparent;
}
.menu-toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 20px;
	width: 32px;
	height: 4px;
	background-color: #fff;
}
.menu-toggle span:nth-of-type(1) {
	top: 20px;
}
.menu-toggle span:nth-of-type(2) {
	top: 32px;
}
.menu-toggle span:nth-of-type(3) {
	top: 44px;
}
.menu-toggle.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.menu-toggle.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


#gnav{
	background: #aa9609;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	display: none;
}
#gnav .gnav_wrap{
	width: 600px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-align: center;
}
#gnav ul {
	display: inline-block;
}

#gnav ul li a{
	color: #fff;
	font-weight: bold;
	 -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
#gnav ul li a:before {
	position: absolute;
	content: '';
	top: 50%;
	margin: -7px 0 0;
	left: -20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnav ul.main li{
	text-align: left;
}
#gnav ul.main li a{
	font-size: 2.4rem;
}
#gnav ul.main li + li{
	margin-top: 42px;
}

#gnav .lineup_nav{
	margin: 70px 0 0;
}
#gnav .lineup_nav .ttl{
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
#gnav .lineup_nav ul li + li{
	margin-top: 42px;
}
#gnav .lineup_nav ul li a{
	font-size: 2.4rem;
}
#gnav .lineup_nav ul{
	float: left;
	width: 220px;
	margin: 30px 0 0;
}
#gnav .lineup_nav ul:first-child{
	margin-left: 60px;
	width: 320px;
}

#gnav ul.sub{
	margin-top: 80px;
	text-align: center;
}
#gnav ul.sub li a{
	font-size: 1.8rem;
}
#gnav ul.sub li{
	display: inline-block;
}
#gnav ul.sub li + li{
	margin-left: 35px;
} */


/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/

/* #contents{
	margin-top: 2px;
} */

.btn{
	width: 210px;
	margin: 20px auto 0;
}
.btn a{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	display: block;
	background: #aa9609;
	border-radius: 5px;
	padding: 16px 0 13px;
	position: relative;
}
.arrow_bottom a:before{
	position: absolute;
	content: '';
	top: 50%;
	margin: -4px 0 0;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow_bottom .leaflet_btn:before{
	content: none;
}
.arrow_right a:before{
	position: absolute;
	content: '';
	top: 55%;
	margin: -4px 0 0;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.whitebtn{
	width: 160px;
	margin: 15px auto 0;
}
.whitebtn a{
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 7px 0;
	position: relative;
}
.whitebtn a:before {
	position: absolute;
	content: '';
	top: 50%;
	margin: -3px 0 0;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow{
	position: relative;
}
.arrow:after{
	position: absolute;
	content: '';
	top: 50%;
	margin: -2px 0 0;
	right: 12px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 1px;
	background: #fff ;
}


#link.white_link{
	padding: 60px 0 50px;
}
#link.white_link ul{
	padding: 0 179px;
	text-align: center;
}
#link.white_link ul li{
	width: 300px;
	display: inline-block;
}
#link.white_link ul li + li{
	margin-left: 42px;
}
#link.white_link ul li a{
	border: 2px solid #aa9609;
	color: #aa9609;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	display: block;
	background: #fff;
	padding: 29px 0 27px;
	position: relative;
}


.past {
	text-align: center;
	margin: 40px 0 40px;
}

.past .ttl {
	font-size: 22px;
	color: #fff;
	margin: 0 0 15px;
	font-weight: bold;
	text-align: center;
}

.past a {
	display: block;
	width: 658px;
	margin: 0 auto;
}

@media only screen and (max-width: 740px){
	.past {
		text-align: center;
		margin: 25px 0 20px;
	}

	.past .ttl {
		font-size: 16px;
		color: #fff;
		margin: 0 auto 15px;
		font-weight: bold;
	}

	.past a {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/

#footer{
	padding: 40px 0 40px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
#footer .link{
	color: #000;
	text-align: center;
}
#footer .link a{
	color: #000;
	text-decoration: underline;
	font-size: 1.5rem;
}
#footer .link a:hover{
	text-decoration: underline;
}
#footer .copy{
	font-size: 1.3rem;
	text-align: center;
	line-height: 22px;
	color: #000;
	margin-top: 15px;
}


@media screen and (max-width: 740px) {


body {
	min-width: 100%;
}
.wrap {
	width: 92%;
	margin: 0 auto;
}
img{max-width: 100%;}

.sp_none{
	display: none;
}
.pc_none{
	display: inline-block;
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	 padding: 3% 0 0;
}
h1.logo{
	padding-left: 3%;
	margin-top: 9px;
	width: calc(100% - 3% - 40px - 2%);
}


/* スマホハンバーガー */
.menu-toggle {
	width: 60px;
	height: 60px;
}
.menu-toggle span {
	left: 5px;
	width: 40px;
	height: 3px;
}
.menu-toggle span:nth-of-type(1) {
	top: 12px;
}
.menu-toggle span:nth-of-type(2) {
	top: 23px;
}
.menu-toggle span:nth-of-type(3) {
	top: 34px;
}
#gnav .gnav_wrap {
	width: 90%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
#gnav .lineup_nav {
	margin: 12% 0 0;
}
#gnav .lineup_nav .ttl {
	padding-bottom: 3%;
}

#gnav ul li a:before {
	margin: -6px 0 0;
	left: -15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#gnav ul.main li + li {
	margin-top: 8%;
}
#gnav ul.main li a {
	font-size: 1.6rem;
}
#gnav .lineup_nav ul {
	float: left;
	width: 50%;
	margin: 30px 0 0;
}
#gnav .lineup_nav ul:first-child {
	margin-left: 0;
	width: 100%;
}
#gnav .lineup_nav ul li{
	padding-left: 18px;
}
#gnav .lineup_nav ul li + li {
	margin-top: 10%;
}
#gnav .lineup_nav ul li a {
	font-size: 1.6rem;
}
#gnav ul.sub li a {
	font-size: 1.4rem;
}
#gnav ul.sub {
	margin: 12% auto 0;
	width: 170px;
}
#gnav ul.sub li {
	display: block;
	text-align: center;
}
#gnav ul.sub li + li {
	margin-top: 10%;
	margin-left: 0;
}
/* ハンバーガ修正 */
.header-sp{
	width: 100%;
}
.header-sp__top{
	display: flex;
}
.header-sp__top__logo{
	width: 180px;
    padding: 0 0 5px;
	padding-left: 0;
}
.header-sp__top__logo a{
	display: inline-block;
}
.menu-toggle {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: relative;
	width: 70px;
	height: 70px;
	position: fixed;
	top: 0;
	right: 0;
	background: #aa9609;
	z-index: 999;
	cursor: pointer;
}
.menu-toggle p{
	position: absolute;
	top: 53px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	left: 50%;
    transform: translate(-50%, -50%);
}
.menu-toggle.active{
	background: transparent;
}
.menu-toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 16px;
    width: 40px;
    height: 3px;

	background-color: #fff;
}
.menu-toggle span:nth-of-type(1) {
	top: 15px;
}
.menu-toggle span:nth-of-type(2) {
	top: 27px;
}
.menu-toggle span:nth-of-type(3) {
	top: 39px;
}
.menu-toggle.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.menu-toggle.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


#gnav{
	background: #aa9609;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	display: none;
}
#gnav .gnav_wrap{
	width: 70%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: left;
}
#gnav ul {
	display: inline-block;
	margin: 0 0 0 19px;
}

#gnav ul li a{
	color: #fff;
	font-weight: bold;
	 -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
#gnav ul li a:before {
	position: absolute;
	content: '';
	top: 50%;
	margin: -7px 0 0;
	left: -20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnav ul.main li{
	text-align: left;
}
#gnav ul.main li a{
	font-size: 2.4rem;
}
#gnav ul.main li + li{
	margin-top: 42px;
}

#gnav .lineup_nav{
	margin: 70px auto 0;
    /* width: 70%; */
}
#gnav .lineup_nav .ttl{
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
#gnav .lineup_nav ul li + li{
	/* margin-top: 42px; */
}
#gnav .lineup_nav ul li a{
	font-size: 2.4rem;
}
#gnav .lineup_nav ul{
	float: left;
	width: 220px;
	margin: 30px 0 0;
}
#gnav .lineup_nav ul:first-child{
	/* margin-left: 60px; */
	/* width: 320px; */
}

#gnav ul.sub{
	margin-top: 80px;
	text-align: center;
}
#gnav ul.sub li a{
	font-size: 1.8rem;
}
#gnav ul.sub li{
	display: inline-block;
}
#gnav ul.sub li + li{
	margin-left: 35px;
}

/* ヘッダー開催概要 */
.header-sp__bottom{
	margin: 0 auto;

}
.header__block__date{    
	margin: 0 0 -11px;
	display: flex;
	justify-content: center;
	align-items: end;
}
.header__block__date p{
	font-size: 5.5rem;
	font-weight: 800;
	/* font-style: italic; */
	font-family: "Montserrat", sans-serif;
	

}
.header__block__date .date_left{
	
	display: flex;
	flex-direction: column;
	margin: 0 10px 8px 0 ;
}
.header__block__date .year{
	font-size: 2.2rem;
	/* line-height: 3.2rem; */
	font-weight: 500;
	/* font-style: italic; */
}
.header__block__date .month{
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 400;
}
.slash{
	position: relative;
	width: 40px;
    display: inline-block;
}
.slash::before{
	content: '';
	position: absolute;
	width: 62px;
	height: 1px;
	top: -27px;
	right: -16px;
	transform: rotate(-65deg);
	/* border-radius: 50%; */
	background-color: #000;
	display: inline-block;
	z-index: -1;
}
.header__block__date .day_sat,.day_sun{
	position: relative;
	font-size: 1.3rem;
	color: #fff;
	display: inline-block;
    margin: 0px 0 0px 6px;
	width: 30px;
}
.header__block__date .day_sat::before{
	content: '';
	position: absolute;
	width: 35px;
    height: 35px;
    top: -31px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	z-index: -1;
}
.header__block__date .day_sat::after{
	content: 'Sat';
	position: absolute;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
    display: inline-block;
    top: -42px;
    right: 3px;
    font-weight: 500;
	z-index: -1;
}
.header__block__date .day_sun::before{
	content: '';
	position: absolute;
	width: 35px;
    height: 35px;
    top: -31px;
	font-style: normal;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	z-index: -1;
}
.header__block__date .day_sun::after{
	content: 'Sun';
	position: absolute;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
    display: inline-block;
    top: -42px;
    right: 0px;
    font-weight: 500;
	z-index: -1;
}
.header__block__place{
	display: flex;
	/* flex-direction: row; */
	justify-content: left;
	align-items: baseline;
	gap: 5px;
	width: fit-content;
	margin: 8px auto 10px;
}
.header__block__place li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__block__place__ttl{
	border: #000 solid 2px;
	border-radius: 2.2rem;
	width: 70px;
	font-size: 1rem;
	margin: 0 5px 0 0;
	text-align: center;
	line-height: 2.2rem;
}
.header__block__place__txt{
	font-weight: 700;
	font-size: 1.4rem;
}




/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/

#contents {
	/* margin-top: 7px; */
}

.btn {
	width: 70%;
	max-width: 210px;
	margin: 6% auto 0;
}
.btn a {
	background: #aa9609;
	border-radius: 3px;
	padding: 11px 0 10px;
}

.whitebtn {
	width: 65%;
	max-width: 160px;
	margin: 4% auto 0;
}
.whitebtn a {
	font-size: 1.2rem;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 6px 0 6px;
}


#link.white_link {
	padding: 8% 0;
}
#link.white_link ul {
	padding: 0 ;
}
#link.white_link ul li {
	width: 100%;
	float: none;
}
#link.white_link ul li + li {
 	margin-left: 0;
 	margin-top: 5%;
}
#link.white_link ul li a {
	font-size: 1.2rem;
	padding: 20px 0 20px;
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/


.footer__wrap{

}
.footer__item{
	display: flex;
	text-decoration: dashed;
	justify-content: center;
    gap: 30px;
    margin: 0 0 40px;
}
.footer__item li a{
	border-bottom: rgba(17, 17, 17, 0.636) solid 1px;
	font-size: 1.3rem;
	transition: .3;
}
.footer__item li a:hover{
	border-bottom: #aa9609a2 solid 1px;
	font-size: 1.3rem;
	color: #aa9609;

}
.footer__txt{
	width: 90%;
	font-size: 1.3rem;
	text-align: center;
	margin: 0 auto 80px;
	line-height: 2.2rem;
}
.copyright{
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	background-color: #aa9609;
	padding: 30px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;

}









}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

@media screen and (min-width: 741px) {
    .pc_none {
        display: none;
    }
}
