@charset "UTF-8";
/* CSS Document */
body {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 400;
}

header {
	background-color: #000;
	padding: 0.6rem;
	border-bottom:none;
}
header div.inner ,
#sns div.inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right:auto;
}
#sns .row {
	margin-left: auto;
	margin-right:auto;
}

#contents #article .text_block p {
	margin-bottom:0.8rem;
}

header div.inner #tooLogo {
	float: left;
	width: 20%;
}
header div.inner #h1Box {
	float: right;
	width: 80%;
	padding-top:0.6rem;
}
header div.inner #h1Box h1 {
	color: #FFF;
	font-size:20px;
	text-align:right
}
@media only screen and (max-width: 639px) {
    header div.inner #tooLogo {
        width: 25%;
    }
    header div.inner #h1Box {
        width: 75%;
    }
    header div.inner #h1Box h1 {
        font-size:16px;
    }
}
a:link {
    color: #111;
}
a:visited {
    color: #333;
}

#sns {
	padding:0.5rem;
	margin-left: auto;
	margin-right:auto;
	border-bottom:#E0E0E0 solid 1px;
}
div.fb-page {
	margin-top: 0;
}
#sns li {
	padding:0.2rem;
    list-style: none;

}
#sns div.inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right:auto;
}


/* ナビゲーション */
.atsuc_nav {
	display: flex;
	gap: 15px;
	list-style: none;
	justify-content: center;
	padding: 0;
	margin: 0 !important;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
}
.atsuc_nav  li {
	list-style: none;
	text-align: center;
	margin: 0;
	
}
.atsuc_nav  li a {
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	background-color: rgba(255,255,255,0.0);
	padding: 10px 15px;
	border-radius: 10px;box-shadow: 0 0 1px 1px rgba(0,0,0,0.1), 0 1px 2px 2px rgba(0,0,0,0.05);
	color: #FFF;
	white-space: nowrap;
}
.atsuc_nav  li a.atsucLink {
	border:solid 1px rgba(255,255,255,0.4);
	box-shadow: none;
}

footer #copy {
	font-size: 1rem;
	text-align: center;
	color:#787878;
	padding-top: 3rem;
	padding-bottom: 2rem;
	border-top: solid 1px #AAA;
}

span.app {
	display: inline-block;
	float:right;
	font-family:  "新丸ゴ B", "Shin Maru Go Bold";
	background-color:#F954BE;
	color:#FFFFFF;
	box-shadow:#444 0 1px 2px;
	border-radius: 80px;
}
span.app a {
	display: block;	
	padding: 0.5rem 1.2rem;
	color:#FFFFFF;
	text-decoration:none;
}
span.app a:hover {
	background-color: #F41F9C;
	border-radius: 80px;
}
span.app a:active {
	background-color: #AD0057;
	box-shadow:#444 0 0 2px;
	border-radius: 80px;
}

:root {
  --main-2020-color: rgba(254,195,1,1.00);
  --main-2021-color: #FEEE00;
}





/*フッター*/

#footerLink {
	/*max-width: 1000px;*/
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	margin-top: 1rem;
    padding: 0;
}


#footerLink li {
	display:inline-block;
	margin:1rem 0.3rem;
	font-size: 1.2rem;
}
#footerLink li a {
	display:block;
	padding:0.6rem 0.9rem;
	border-radius: 6px;
	border: solid 1px rgba(255,255,255,0.5);
	line-height:1.4rem;
    background-color: rgba(255,255,255,0.7);
    text-decoration: none;
}
#footerLink li a:visited {
    text-decoration: none;
}
#footerLink li a.root2015 {
	border: none;
	background-color:  #009FED;
	color:#FFF;
}
#footerLink li a.root2016 {
	border: none;
	background-color: #E5007F;
	color:#FFF;
}
#footerLink li a.root2017 {
	border: none;
	background-color: #FCCC00;
	color:#FFF;
}
#footerLink li a.root2018 {
	border: none;
	background-color: #0000C8;
	color:#FFF;
}
#footerLink li a.root2019 {
	border: none;
	background-color: #FF6F61;
	color:#FFF;
}
#footerLink li a.root2020 {
	border: none;
	background-color: var(--main-2020-color);
	color:#FFF;
}
#footerLink li a.root2021 {
	border: none;
	background-color: var(--main-2021-color);
	color:#111;
}


.portfolio #footerLink li a.portfolioLink,
.draft #footerLink li a.draftLink ,
.air-draft #footerLink li a.airDraftLink 
{
    background-color: rgba(255,255,255,0.07);
    color: #FFF;
    border-color: rgba(255,255,255,0.2);
    box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
} 






#footerLink li a:hover {
	text-decoration: none;
}
.main_box #footerLink{
	margin-top: 0;
	margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
    #footerLink {
        margin: 15px;
        padding: 15px;
    }
    #footerLink li ,
    #footerLink li a {
        display: block;
        margin-bottom: 5px;
    }
}


.footer_link {
    display: flex;
    gap: 32px 60px ;
    justify-content: center;
}
.footer_link > div{
    width: calc( 100%  / 3 );
    max-width: 260px;

}
.footer_link h4{
    font-size: 16px;
    font-weight: 700;
}
.footer_link .footer_link_status{
    font-size: 14px;
}
.footer_link.footer_link_dc{
    grid-template-columns: 1fr;
    max-width: 280px;
}
.footer_link.footer_link_dc > div{
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 979px) {
    .footer_link {
        gap: 24px ;
    }
}

@media only screen and (max-width: 639px) {
    .footer_link {
        display: block;
    }
    .footer_link > div{
        width: 100%;
        max-width: 1000%;
    }
}



#eventInfo {
	margin-top:2rem;
	margin-left: 0.5rem;
}
#eventInfo h5 {
	margin-bottom:0.5rem;
	font-weight: bold;
	font-size: 1.1rem;
	line-height:1.2rem;
}
#eventInfo2 {
	margin-top:2rem;
}
#eventInfo2 h5 {
	margin-bottom:0.5rem;
	font-weight: bold;
	font-size: 1.1rem;
	line-height:1.2rem;
}
address {
	font-style: normal;
	font-size: 1rem;
	
}
ul#review li {
    display: inline-block;
    margin-right: 1rem;
}
.upperLink {
        display: block;
}
@media only screen and (max-width: 639px) {
    .upperLink {
        display: none;
    }
}