@charset "UTF-8";


/*----------------------------------------------------
* 
* body
* 
----------------------------------------------------*/
.animated-hex-body-background {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

#page {
	position: relative;
	z-index: 1;
}


/*----------------------------------------------------
* 
* common
* 
----------------------------------------------------*/
* {
	 font-family: 'Noto Sans JP';
	box-sizing: inherit;
	/*font-style: normal;*/
}
html {
	scroll-behavior: smooth;
	box-sizing:border-box;
}
#wpadminbar {
	display:none;
}
.site-main {
	margin:0;
	padding:0;
}
.site-content {
	padding-bottom: 80px;
}

#page {
	max-width: 67rem!important;
	width: 67rem;
	margin: 0 auto;
}



section {
	width: 1079px!important;
	max-width: 1079px!important;
	margin:0 auto;
}
section.wrap {
	margin-left: calc(50% - 50vw)!important;
	width: 100vw!important;
	max-width: 100vw!important;
	background-color: #ffefe9;
}
.section-inner {
	width: 1079px;
	max-width: 1079px;
	margin:0 auto;
}


ul,li,dd {
	margin:0;
	padding:0;
	list-style-type:none;
}
a img {
	transition: 1.0s ;
}

a:hover img {
	opacity: 0.5 ;
}


section h3.ttl {
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 0;
    font-size: 190%;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
section h3.ttl em{
	font-size:80%;
	font-style:normal;
}
section h3.ttl span{
    display: block;
    font-size: 50%;
    font-weight: 400;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 2px;
    border-top: 3px solid #000;
}
@media only screen and (max-width: 1079px) {}
@media only screen and (max-width: 782px) {}
@media only screen and (max-width: 482px) {
	section h3.ttl {
		    font-size: 160%;
	}
}

.arrow {
text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%!important;
}
.arrow a {
    position: relative;
    transition: all 1.0s ease;
    display: inline-block;
    text-align: left;
    line-height: 1;
    padding: 15px 50px 15px 60px;
    text-decoration: none;
    background: rgb(255, 105, 0);
    border-radius: 100px;
    color: #fff;
    font-weight: 800;
	transform-style: preserve-3d;
}
.arrow a:hover{
    color: #fff;
	background-color:#c02e16;
}
.arrow a:hover:after {

}
.arrow a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 32px;
    top: calc(50% - 5px);
}
.arrow a:before {
    content: "";
    display: block;
    width: 200px;
    height: 80%;
    border-radius: 70%;
    background: #000;
    box-shadow: 5px 5px 10px #000000a6;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 0;
    transform: translateZ(-1px);
}
@media only screen and (max-width: 1079px) {}
@media only screen and (max-width: 782px) {}
@media only screen and (max-width: 482px) {
	.arrow a {
        font-size: 80%;
	}
}

#sbtn {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 100;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#sbtn a {
    font-weight: 700;
    background: #000;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    padding: 20px 14px;
    -webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transition:0.5s;
	box-shadow: 1px 1px 4px #000;
}

#sbtn a:nth-of-type(1) {
	background: #db8f26;
}
#sbtn a:nth-of-type(1):hover {
	background: #f0be78;
}
#sbtn a:nth-of-type(2) {
	background: #ff6900;
}
#sbtn a:nth-of-type(2):hover {
	background: #fba365;
}
@media only screen and (max-width: 1079px) {}
@media only screen and (max-width: 782px) {
	#sbtn {
        bottom: 0;
        left: 5px;
        display: grid;
        grid-template-columns: 42% 42%;
        column-gap: 1%;
	}
	#sbtn a {
        padding: 16px 0 16px 0;
		-webkit-writing-mode: initial;
		-moz-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
		text-align: center;
		font-size: 80%;
	}
}
@media only screen and (max-width: 482px) {
	
}



#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	opacity: 1;
	z-index: 100;
}
#page_top a{
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
    color: #a32d1a;
}
@media only screen and (max-width: 1079px) {}
@media only screen and (max-width: 782px) {
	#page_top {
		bottom: 8px;
		right: 0;
	}
}
@media only screen and (max-width: 482px) {

}



.pc {
	display:block;
}
.sp {
	display:none;
}

@media only screen and (max-width: 1079px) {
	#page {
	max-width: 100%!important;
	width: 100%;
	margin: 0 auto;
}

	section {
		width: 94%!important;
		max-width: 94%!important;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	section.wrap {
		margin-left:0;
		width:100%;
		max-width:100%;
		background-color: #eee;
	}
	.section-inner {
		width: 94%;
		max-width: 94%;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 782px) {
	.primary-menu-container {
	/*	display:none;*/
	}
}
@media only screen and (max-width: 482px) {
	.arrow {
		margin-bottom: 100px;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}



/*----------------------------------------------------
* 
* header
* 
----------------------------------------------------*/
.site-header {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	height: 90px;
	padding: 0;
	border-bottom: 3px solid #803428;
	background-color: rgba(255,255,255,0.9);
	z-index:100;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	display: block;
}
.site-header .header-inner {
    width: 100rem;
    width: calc(100% - 4rem);
    margin: 0 auto 0 auto;
    padding-top: 5px;
    display: flex;
    align-items: center;
	    height: 80px;
}

header .site-branding {

}
header .site-logo {
	margin: 0 0 0 0;
	display: flex;
	/*align-items: center;*/
}
header .site-logo a {
	display: flex;
}

header .site-logo .custom-logo {
	max-height: revert-rule;
	max-width: revert-rule;
	height: 70px;
}

header .site-branding .site-title,
header .site-branding .site-title a {
    font-weight: 700;
    font-family: 'Noto Sans JP';
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    font-size: 100%;
    display: flex;
    flex-direction: column;
}
header .site-branding .site-title span {
	font-weight: 500;
	font-size: 60%;
	display: block;
	text-align: center;
	margin-top: 4px;
}

@media only screen and (max-width: 1079px) {
	.site-header {
		margin: 0;
		width: 100%;
			max-width: 100%;
	}
	.site-header .header-inner {
		width: 96%;
	}
	header .site-branding .site-title {
		font-size:90%;
	}
}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	.site-header:not(.has-logo).has-title-and-tagline .site-branding {
		margin-right: auto;
		max-width: initial;
	}
	header .site-logo .custom-logo {
        max-width: fit-content;
        height: 50px;
	}
	header .site-branding .site-title,
	header .site-branding .site-title a {
		font-size: 80%;
		margin-top: 12px;
	}
	header .site-branding .site-title span {
		display:none;
	}
}

/*----------------------------------------------------
* 
* nav
* 
----------------------------------------------------*/
.primary-navigation {
	display: flex;
}
.primary-navigation > div > .menu-wrapper li  {
	margin-right: 3px;
}
.primary-navigation a {
    font-size: 66%;
    font-weight: 500;
    transition: 0.8s;
    font-family: 'Noto Sans JP';
    border-bottom: 4px solid #ffffff00;
}
.primary-navigation a span {
	display:block;
	font-size:70%;
	text-align: center;
	font-weight: 300;
	margin-top: 4px;
	font-family: 'Noto Sans JP', sans-serif;
}
.primary-navigation a:hover {
	border-bottom:4px solid #db8f26;
}

.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
	border-bottom:4px solid #000;
}

.primary-navigation .current-menu-item > a:first-child:hover,
.primary-navigation .current_page_item > a:first-child:hover {
	border-bottom:4px solid #db8f26;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	display:none;	
}

.primary-navigation .sub-menu {
	background:#fff;
}

.primary-navigation .sub-menu a {
	border-bottom:none;
}
.primary-navigation .sub-menu a:hover {
	border-bottom:none;
	background: #ffefe9;
}
.primary-navigation .sub-menu .current-menu-item > a,
.primary-navigation .sub-menu .current_page_item > a {
	border-bottom:none;
}
.primary-navigation .sub-menu .current-menu-item > a:first-child:hover,
.primary-navigation .sub-menu .current_page_item > a:first-child:hover {
	border-bottom:none;
}


.primary-navigation ul.lang {
	display: flex;
	margin-left: 20px;
}
.primary-navigation ul.lang li a {
    border: 1px solid #000;
    padding: 5px;
    margin: 8px 0;
    font-size: 80%;
}
.primary-navigation ul.lang li a:hover {
	background-color:#000;
	color:#fff;
	opacity:0.5;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: #ddd;
	color: #fff;
}







@media only screen and (max-width: 1079px) {
	.menu-button-container {
		display:none;
	}
	.primary-navigation .primary-menu-container {
		display:none;
	}
	.primary-navigation ul.lang {
		display:none;
	}
}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}

/*----------------------------------------------------
 * 
 *mobile menu
 * 
----------------------------------------------------*/

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
    justify-content: center;
	align-items: center;
	z-index: 90;
	display:none;
}
.menu-btn:after {
	content: "メニュー";
	font-size: 70%;
	position: absolute;
	bottom: -2px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
    height: 3px;
   width: 40px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
	box-shadow: 0px 0 2px #000000;

}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}

.menu-content ul li.parent,
.menu-content ul li a {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	width: 100%;
	font-size: 80%;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 20px 10px;
}
.menu-content ul li.parent {
	color: #000;
	font-weight: 500;
	padding: 20px 0 0 7px;
}
.menu-content ul li.parent em,
.menu-content ul li a em {
	font-size: 80%;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-left: 5px;
}
.menu-content ul li.parent ul {
	padding: 0 0 0 10px;
	margin-top: 20px;
}
.menu-content ul li.parent ul li {

}
.menu-content ul li.parent ul li a {
	border-bottom: none;
	border-top: 1px solid #ddd;
	font-size: 100%;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: calc(50% - 4px);
}
#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

@media only screen and (max-width: 1079px) {
	.menu-btn {
		display:flex;
	}
}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}

/*----------------------------------------------------
 * 
 * footer
 * 
----------------------------------------------------*/
.entry-footer {
	display:none;
}
.site-footer {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin-top: 0 !important;
    background-color: #803428;
    background-image: url(http://webrace.net/test/fva2026/wp-content/uploads/2026/07/bg04.jpg);
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    color: #fff;
    border: none;
}
.site-footer .site-info {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	color: #fff;
	border-top: none;
}
.site-footer .site-info .site-name p {
	font-size: 100%;
	font-weight: 600;
}
.site-footer .site-info .site-name p span {
	font-size: 90%;
}


.site-footer .site-info dl {
	display: flex;
	justify-content:center;
	padding: 30px 0 50px;
}
.site-footer .site-info dl dd {
	padding: 0 20px;
}
.site-footer .site-info dl dd.sitemap {
	border-left: 1px dashed #aaa;

}	

.site-footer .foot-link {
	padding:0;
}
.site-footer .foot-link h6 {
	display: inline-block;
	line-height: 1;
	padding: 5px 10px;
	font-size: 90%;
	background: #fff;
	color: #803428;
	margin-bottom: 5px;
}
.site-footer .foot-link p {
	margin-bottom:20px;
}
.site-footer .foot-link p.fl01 {
		font-size: 120%;
}
.site-footer .foot-link p.fl02 {
		font-size: 80%;
	    line-height: 150%;
}
.site-footer .foot-link p.fl03 {
    font-size: 80%;
    line-height: 140%;
}


@media only screen and (max-width: 1600px) {
	.site-footer .site-info {
		width: 100%;
	}
}
@media only screen and (max-width: 1079px) {
	.site-footer {
		    margin: 0 auto;
    width: 100%;
    max-width: 100%;
	}
	.site-footer .site-info {
		width: 100%;
	}
	.site-footer > .site-info .site-name {
		text-align: center;
	}
}
@media only screen and (max-width: 782px) {
		.site-footer .site-info {
		width: 90%;
	}
	.site-footer > .site-info .site-name {
		font-size: 120%;
		text-align: center;
	}
	.site-footer > .site-info .site-name span {
		font-size:60%;
		display:block;
	}
	.site-footer .foot-link h6 {
		font-size: 80%;
	}
	.site-footer .foot-link p.fl01 {
    font-size: 100%;
	}
	.site-footer .foot-link p.fl02 {
    font-size: 70%;

	}
	.site-footer .foot-link p.fl03 {
    font-size:80%;

	}
}
@media only screen and (max-width: 482px) {
	.site-footer .site-info ul {
		font-size: 70%;
	}
}

/*----------------------------------------------------
 * 
 * single header
 * 
----------------------------------------------------*/
.singular .entry-header,
.archive .entry-header {
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 50px;
	background-image:url("http://webrace.net/test/fva2026/wp-content/uploads/2026/07/bg01.jpg");
    background-position-y: top;
    background-position-x: left;
	border:none;
}
.singular .entry-header h1.entry-title,
.archive .entry-header h1.entry-title {
	text-align: center;
	line-height: 1;
	font-size: 220%;
	font-weight: 600;
	color: #fff;
	z-index:100;
}
/*
.singular .entry-header:before{
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
	    z-index: -100;
}
*/


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

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	.singular .entry-header h1.entry-title,
	.archive .entry-header h1.entry-title {
		font-size: 120%;
	}
}


/*----------------------------------------------------
 * 
 * single page
 * 
----------------------------------------------------*/
.singular section {
    margin-bottom: 80px;
    padding-top: 50px;
}
.singular .att {
	font-size:80%;
}

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

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}

/*----------------------------------------------------
* 
* 404
* 
----------------------------------------------------*/

.error404 {
	
}
.error404 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 300%;
	text-align: center;
	padding: 100px 0;
}
.error404 h2 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40%;
    font-weight: 700;
    text-align: center;
    display: block;
}
.error404 a {
	
}

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

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	.error404 h2 {
		font-size: 200%;
	}
	.error404 h2 span {
		font-size: 40%;
	}
}



/*----------------------------------------------------
* 
* mainv
* 
----------------------------------------------------*/
.mainv.pc {
	margin-top:0!important;
	padding-top:0!important;
	margin-bottom: 0;
}
.mainv.sp {
	margin-top:0!important;
	padding-top:0!important;
	margin-bottom: 0;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}

/*----------------------------------------------------
* 
* lead
* 
----------------------------------------------------*/
section.lead {

}
section.lead h2 {
	font-size: 250%;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0;
	background-image: linear-gradient(to right, #bf2903, #f3b393 10%, #d9610a 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section.lead p{
	font-size: 100%;
}
@media only screen and (max-width: 1079px) {
	section.lead h2 {
        font-size: 220%;
	}
	section.lead p{
        font-size: 90%;
	}
}
@media only screen and (max-width: 782px) {
	section.lead h2 {
        font-size: 170%;;
	}
	section.lead p{
        font-size: 80%;
	}
}
@media only screen and (max-width: 482px) {
	section.lead h2 {
        font-size: 120%;
	}
	section.lead p{
        font-size: 70%;
	}
}

/*----------------------------------------------------
* 
* title
* 
----------------------------------------------------*/
section.title {
    display: grid;
    grid-template-columns: 57% 40%;
    justify-content: space-between;
    padding: 0;
    align-items: flex-start;
}
section.title>div {

}
section.title div.title {

}
section.title div.title h2 {
    font-size: 340%;
    font-weight: 600;
    line-height: 150%;
}
section.title div.title h2 span {
	display: block;
	font-size: 170%;
}
section.title div.title .sub-title {
    font-size: 123%;
    font-weight: 600;
    margin-top: 30px;
}

div.outline {
	
}
div.outline h3 {
    font-size: 150%;
    line-height: 120%;
    font-weight: 600;
}
div.outline h4 {
    display: flex;
    align-items: baseline;
    border: 2px solid #000;
    padding: 5px 20px;
    justify-content: center;
    line-height: 1;
    font-size: 90%;
    margin: 10px 0 0 0;
}
div.outline h4 span {
    font-size: 90%;
    margin-right: 10px;
}
div.outline h4 em {
	font-size:150%;
	font-style: normal;
}
div.outline dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
div.outline dl dt,
div.outline dl dd {
    font-size: 70%;
    line-height: 140%;
    margin-bottom: 8px;
}
div.outline dl dt{
	width:20%;
}
div.outline dl dd {
	width:80%;
}


@media only screen and (max-width: 1079px) {
	section.title {
		grid-template-columns: 40% 55%;
	}
	section.title div.outline h3 {
		font-size: 100%;
	}
}
@media only screen and (max-width: 782px) {
	section.title {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	section.title {
        text-align: center;
	}
	section.title .title img {
		width: 60%;
		margin-bottom: 50px;
	}
	section.title div.outline {
		width: 80%;
	}
	section.title div.outline h3 {
        font-size: 140%;
	}
	div.outline dl dt, div.outline dl dt,
	div.outline dl dt, div.outline dl dd {
		text-align:left;
		font-size: 70%;
	}
}
@media only screen and (max-width: 482px) {
	section.title {
		grid-template-columns: 90%;
		justify-content: center;
	}
	section.title .title img {
		width: 80%;
		margin-bottom: 30px;
	}
	section.title div.outline h3 {
		font-size: 120%;
	}
	div.outline h4 {
		font-size: 80%;
	}
	section.title div.outline {
		width: 90%;
	}
	div.outline dl {
		flex-direction:column;
	}
	div.outline dl dt{
		width: 100%;
	}
	div.outline dl dd {
		width: 100%;
	}
}

/*----------------------------------------------------
* 
* topics
* 
----------------------------------------------------*/
section.topics {
	padding: 20px 0 40px 0;
	margin: 70px 0 40px 0;
	background-color: #803428;
    background-image: url(http://webrace.net/test/fva2026/wp-content/uploads/2026/07/bg04.jpg);
    background-position-y: bottom;
    background-position-x: center;
    background-size: cover;
}
section.topics h3 {
	margin-bottom: 20px;
	color: #fff;
}
section.topics h3 span {
	border-top: 3px solid #fff;
}
section.topics ul {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	justify-content: space-between;
}
section.topics ul li {
    display: flex;	
}
section.topics ul li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    padding: 20px;
	transition:0.5s;
}
section.topics ul li a:hover {
	background: #f7b6ab;
}

section.topics ul li a figure {
	order:1;
}
section.topics ul li a figure img {
    height: auto !important;
}
section.topics ul li a h4 {
    order: 3;
    font-size: 80%;
}
section.topics ul li a div {
    order: 2;
    display: flex;
    justify-content: space-between;
    margin: 7px 0 8px 0;
}
section.topics ul li a div span.date {
    font-size: 60%;
    font-weight: 700;
}
section.topics ul li a div span.cate {
    font-size: 55%;
    line-height: 1;
    font-weight: 700;
    background: #c02e16;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    display: flex;
    align-items: center;
}
section.topics .arrow {
	margin: 30px 0 0 0;
}


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

}
@media only screen and (max-width: 782px) {
	section.topics ul {
        grid-template-columns: 49% 49%;
        row-gap: 20px;
	}
}
@media only screen and (max-width: 482px) {
	section.topics ul {
        grid-template-columns: 100%;
	}
}

/*----------------------------------------------------
* 
* sns
* 
----------------------------------------------------*/
section.sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 120px 0;
    padding: 0 0 0 0;
}
section.sns h3.ttl {
    margin-bottom: 30px;
}
section.sns ul {
    display: grid;
    grid-template-columns: 48% 48%;
    row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}
section.sns ul li {
	
}
section.sns ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
section.sns ul li a:hover {
	color:rgb(255, 105, 0);
}
section.sns ul li a img {
    height: 60px;
    width: auto;
}
section.sns ul li a span {
    font-size: 60%;
    white-space: nowrap;
    margin-top: 10px;
	line-height: 120%;
}
section.sns ul li a em {
	font-size: 100%;
	white-space: nowrap;
	font-style: normal;
	font-weight: 700;
}


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

}
@media only screen and (max-width: 782px) {
	section.sns ul {
		width: 100%;
	}
}
@media only screen and (max-width: 482px) {
	section.sns ul {
        display: flex;
        flex-direction: column;
	}
}



/*----------------------------------------------------
* 
* briefing
* 
----------------------------------------------------*/

section.briefing {
	
}
section.briefing .briefing_wrap {
	display: grid;
	grid-template-columns: 49% 49%;
	justify-content: space-between;
}
section.briefing .briefing_wrap div.remote {
	border: 3px solid #000;
	padding: 0 0 30px 0;
	background: #fff;
	background-image: linear-gradient(128deg, #fef9f7 0%, #fbe6de 100%, transparent);
}
section.briefing .briefing_wrap div.remote h4 {
    font-size: 130%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #803428;
    color: #fff;
    padding: 10px 20px;
}
section.briefing .briefing_wrap div.remote h4 em {
    font-size: 70%;
    line-height: 1;
    font-style: normal;
    color: #fff;
    background: #f66905;
    padding: 4px 10px;
    display: inline-block;
	margin-left: 10px;
}
section.briefing .briefing_wrap div.remote p {
	font-size: 80%;
	line-height: 150%;
	padding: 10px 20px 0;
}
section.briefing .briefing_wrap div.remote h5 {
	font-size: 90%;
	font-weight: 700;
	margin: 10px 0 10px 20px;
	border-bottom: 2px solid #000;
	display: inline-block;
}
section.briefing .briefing_wrap div.remote ul {
	padding: 10px 20px 0;
}
section.briefing .briefing_wrap div.remote ul li {
	font-size: 90%;
}
section.briefing .briefing_wrap div.remote ul li span {
	font-weight: 700;
}
section.briefing .briefing_wrap div.remote1 .remote_wrap {
	display: grid;
	grid-template-columns: 50% 50%;
}
section.briefing .briefing_wrap div.remote2 .remote_wrap {
	display: grid;
	grid-template-columns: 58% 40%;
}
section.briefing a.link {
	font-size: 80%;
	margin: 0 0 0 20px;
	color: #FF5722;
}

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

}
@media only screen and (max-width: 782px) {
	section.briefing .briefing_wrap {
		grid-template-columns: 100%;
		row-gap:20px;
	}
}
@media only screen and (max-width: 482px) {

}

/*----------------------------------------------------
* 
* archive
* 
----------------------------------------------------*/

#archive h4 {
    text-align: left;
    border-bottom: 2px solid #000;
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
}
#archive .box {
	border: 3px solid #000;
	padding: 40px;
	margin: 20px 0 40px 0;
	background: #fff;
	background-image: linear-gradient(128deg, #fef9f7 0%, #fbe6de 100%, transparent);
}
#archive figure {
	margin-bottom: 30px;
	text-align:center;
}
#archive figure img {
	width: 70%;
}
#archive .detail_wrap {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}
#archive .detail {

}

#archive .box p {
	font-size: 80%;
}
#archive .box p:nth-of-type(1) {
    font-size: 90%;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 5px;
}
#archive .box p:nth-of-type(2) {
	font-size: 80%;
}

#archive .box h5 {
	font-size: 90%;
    margin: 20px 0 10px;
    border-bottom: 3px solid #000;
    display: inline-block;
}
#archive .box h5.div {
	font-size: 90%;
    margin: 20px 0 10px;
    border-bottom: 3px solid #000;
    display: block;
}
#archive .box ul {

}
#archive .box ul li {
	font-size:80%;
}

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

}
@media only screen and (max-width: 782px) {
	#archive .detail_wrap {
		grid-template-columns: 100%;
	}
	#archive figure img {
		width: 100%;
	}
}
@media only screen and (max-width: 482px) {
	#archive .box {
		padding: 20px;
		margin: 20px 0 70px 0;
	}
	#archive .box p:nth-of-type(2) {
		font-size: 70%;
	}
	#archive .box h5 {
		font-size: 80%;
	}
	#archive .box h5.div {
		font-size:80%;
	}
	#archive .box ul li {
		font-size: 60%;
	}
	#archive figure img {
		width: 100%;
	}

}

/*----------------------------------------------------
* 
* guidelines
* 
----------------------------------------------------*/

#guidelines .object_wrap {
	display: grid;
	grid-template-columns: 65% 34%;
	justify-content: space-between;
}
#guidelines .object_wrap img {
	order:2;
}
#guidelines .object_wrap p {
	order:1;
}

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

}
@media only screen and (max-width: 782px) {
	#guidelines .object_wrap {
		display: grid;
		grid-template-columns: 100%;
		justify-content: center;
	}
	#guidelines .object_wrap img {
		width: 60%;
		margin: 30px auto 0;
	}
}
@media only screen and (max-width: 482px) {
	#guidelines .object_wrap {
		display: grid;
		grid-template-columns: 100%;
		justify-content: center;
	}
	#guidelines .object_wrap img {
		width:100%;
		margin-top:30px;
	}
}
#guidelines .box {
	margin-bottom:100px;
}
#guidelines .box h4.ttl {
    font-size: 100%;
    line-height: 1;
    width: calc(100% - 10px);
    padding: 10px 20px 10px 20px;
    margin: 50px 0 30px 0;
    background: #913223;
    color: #fff;
    display: flex;
    position: relative;
}
#guidelines .box h4.ttl:after {
    display: block;
    background: #dddddd00;
    content: "";
    position: absolute;
    right: -17px;
    bottom: 3px;
    height: 0;
    width: 0;
    border: solid;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #db8f26;
    border-width: 0px 20px 14px 0px;
    transform: rotate(90deg);
}
#guidelines .box h4.ttl span{
    font-family: 'Oswald', sans-serif;
    font-size: 160%;
    margin-right: 10px;
    position: absolute;
    bottom: 4px;
    left: 14px;
    text-shadow: 1px -1px 2px #913223;
}
#guidelines .box h5 {
	font-size: 80%;
	margin: 20px 0 0;
}
#guidelines .box h5 span {
	font-size: 80%;
}
#guidelines .box p {
	font-size:80%;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	
}
@media only screen and (max-width: 482px) {
	#guidelines .box {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
}

#guidelines dl {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	margin: 0 0 50px 0;
	border-top: 1px solid #111;
}
#guidelines dl dt,
#guidelines dl dd {
	border-bottom: 1px solid #111;
    padding: 8px;
	font-size: 80%;
}
#guidelines dl dt {
	width:15%;
}
#guidelines dl dd {
	width:85%;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	
}
@media only screen and (max-width: 482px) {
	#guidelines dl {
		display:flex;
		justify-content:space-around;
		flex-wrap:wrap;
		margin: 0 0 50px 0;
		border-top: 1px solid #111;
	}
	#guidelines dl dt,
	#guidelines dl dd {
		border-bottom: 1px solid #111;
		padding: 8px;
		font-size: 70%;
	}
	#guidelines dl dt {
		width:100%;
	}
	#guidelines dl dd {
		width:100%;
	}
}



#guidelines ul {
    margin: 10px 0 0 30px;
}
#guidelines ul>li {
    font-size:84%;
    list-style-type: square;
    line-height: 140%;
    margin-bottom: 6px;
}
#guidelines ol {
    margin: 10px 0 0 30px;
    padding: 0;
}
#guidelines ol>li {
	font-size: 76%;
	list-style-type: auto;
	line-height: 140%;
	margin-bottom: 15px;
}
#guidelines ol li li {
    font-size: 100%;
    list-style-type: square;
}
#guidelines span.atte {
    font-size: 60%;
    line-height: 150%;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
}
#guidelines span.atte.child {
    margin: 0 0 0 30px;	
}
#guidelines li span.atte {
	font-size: 80%;
	line-height: 140%;
	margin: 5px 0 10px 0;
	padding: 0;
	display: block;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	#guidelines span.atte.child {
    margin: 0 0 0 20px;	
}
	#guidelines ol {
    margin: 10px 0 0 20px;
    padding: 0;
}
}
@media only screen and (max-width: 482px) {
	
}



#guidelines .target_wrap {
    display: grid;
    grid-template-columns: 65% 33%;
    justify-content: space-between;
}
#guidelines .target_wrap img {
	order:2;
}
#guidelines .target_wrap .target {
	order:1;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	#guidelines .target_wrap {
		grid-template-columns: 100%;
	}
	#guidelines .target_wrap img {
		width:70%;
		margin: 10px auto 0;
	}
}
@media only screen and (max-width: 482px) {
	#guidelines .target_wrap {
		grid-template-columns: 100%;
	}
	#guidelines .target_wrap img {
		width:100%;
		margin: 10px auto 0;
	}
}


#guidelines .mentor_wrap {
    display: grid;
    grid-template-columns: 65% 22%;
    justify-content: start;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	#guidelines .mentor_wrap {
		grid-template-columns: 100%;
	}
	#guidelines .mentor_wrap img{
		width: 60%;
		margin:0 auto;
	}	
}
@media only screen and (max-width: 482px) {

}

#guidelines .step_wrap {
	display: grid;
	grid-template-columns: 49.5% 49.5%;
	justify-content: space-between;
	column-gap: 1%;
	row-gap: 3%;
	padding: 10px 0 30px 0;
	position: relative;
}
#guidelines .step_wrap::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 20px);
    bottom: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid #de4d35;
    border-bottom: 0;
}
#guidelines .step_wrap.end:after {
	display:none;
}
#guidelines .step_wrap .step {
	background: #ffefe9;
	padding: 50px 20px 20px;
	border-radius: 5px;
    position: relative;
	background-image: linear-gradient(128deg, #fef9f7 0%, #fbe6de 100%, transparent);
}

#guidelines .step_wrap .step h5 {
    font-size: 90%;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #803428;
    padding: 10px 20px;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
	top: 0;
	border-radius: 5px 5px 0px 0px;
}
#guidelines .step_wrap .step.last h5 {
	    background: #de4d35;
}
#guidelines .step_wrap .step h5 span {
	font-size: 80%;
}
@media only screen and (max-width: 1079px) {
	#guidelines .step_wrap .step h5 {
		font-size: 80%;
	}
		#guidelines ul {
		margin: 10px 0 0 20px;
	}
	#guidelines span.atte.child {
		margin: 0 0 0 20px;
	}
}
@media only screen and (max-width: 782px) {
	#guidelines .step_wrap {
		grid-template-columns:100%;
		row-gap: 10px;
	}
	#guidelines ul {
		margin: 10px 0 0 20px;
	}
}
@media only screen and (max-width: 482px) {
	#guidelines .step_wrap {
		grid-template-columns:100%;
		row-gap: 10px;
	}
	#guidelines ul {
		margin: 10px 0 0 20px;
	}
}

#guidelines .method {
	margin: 30px 0 0 0;
}
#guidelines .method span {
	font-size: 80%;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	
}
@media only screen and (max-width: 482px) {
	
}
#guidelines .download {

}
#guidelines .download div {
	margin: 30px 0 30px 0;

}
#guidelines .download div a {
	width: 50%;
}
#guidelines .download div a em {
	font-style: normal;
	font-size: 70%;
}

@media only screen and (max-width: 1079px) {
	#guidelines .download div a {
		width:60%;
	}
}
@media only screen and (max-width: 782px) {
	#guidelines .download div a {
		width: 80%;
	}
	#guidelines .download div a em {
		display: block;
		margin-top: 5px;
		font-size: 80%;
	}
}
@media only screen and (max-width: 482px) {
	#guidelines .download div a {
		width: 100%;
	}
	#guidelines .download div a em {
		display: block;
		margin-top: 5px;
		font-size: 90%;
	}
}

#guidelines .limit {
    font-size: 120% !important;
    font-weight: 700;
}
#guidelines .limit em {
    font-size: 140%;
	font-style: normal;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	
}
@media only screen and (max-width: 482px) {
	
}

#guidelines .schedule_wrap {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	justify-content: space-between;
	padding-top: 100px;
}
#guidelines .schedule_wrap .schedule {
    background: #803428;
    border-radius: 5px;
    padding: 20px;
	position:relative;
}
#guidelines .schedule_wrap .schedule.last {
    background: #de4d35;	
}

#guidelines .schedule_wrap .schedule:after{
    content: "";
    display: block;
    position: absolute;
    right: -27px;
    top: 34%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #de4d35;
    border-right: 0;
}
#guidelines .schedule_wrap .schedule:last-child:after{
	display: none;
}

#guidelines .schedule_wrap .schedule img {
    position: absolute;
	width: 190px;
	top: -100px;
}
#guidelines .schedule_wrap .schedule h5 {
	font-size: 120%;
	font-weight: 700;
	margin: 0 auto 10px auto;
	color: #fff;
	height: 2.8em;
	border-bottom: 1px solid #ffffff8c;
	padding-bottom: 0;
	display: block;
    text-align: center;
}
#guidelines .schedule_wrap .schedule h5 span {
    display: block;
    font-size: 80%;
}
#guidelines .schedule_wrap .schedule p {
	font-size: 70%;
	line-height: 130%;
	color: #fff;
}
#guidelines .schedule_wrap .schedule p.limit {
	font-size:120%;
	color:#fff;
	text-align: center;
}
#guidelines .schedule_wrap .schedule p.limit span {
	font-size:120%;
}
#guidelines .schedule_wrap .schedule p.sche {
    font-size: 70%;
    line-height: 150%;
    font-weight: 700;
}
#guidelines .schedule_wrap .schedule p.sche em {
	font-size: 90%;
	background: #de4d35;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	padding: 3px 5px;
	margin-right: 5px;
}
#guidelines .schedule_wrap .schedule .passing {
	color: #fff;
	font-size: 70%;
	text-align: center;
	border: 1px solid #ffffff8c;
	margin-top: 7px;
	line-height: 1;
	padding: 10px 0;
	font-weight:700;
}
#guidelines .schedule_wrap .schedule .passing strong {
	font-size: 120%;	
}

#guidelines .schedule_wrap .schedule p.final {
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 6px;
	color: #fff;
}
@media only screen and (max-width: 1079px) {
	#guidelines .schedule_wrap {
		grid-template-columns: 49% 49%;
		padding-top: 60px;
	}
	#guidelines .schedule_wrap .schedule {
		display: grid;
		grid-template-columns: 100%;
		margin-top: 50px;
		margin-bottom: 10px;
		align-items: center;
	}
	#guidelines .schedule_wrap .schedule:after{
		right: -19px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 17px solid #de4d35;
		top: 41%;
	}
	#guidelines .schedule_wrap .schedule img {
	position: absolute;
	top: -80px;
	left: calc(50% - 80px);
	width: 160px;
	margin: 0 auto;
	}
}
@media only screen and (max-width: 782px) {
	#guidelines .schedule_wrap {
		grid-template-columns: 100%;
		padding-top: 20px;
	}
	#guidelines .schedule_wrap .schedule {
		display: grid;
		grid-template-columns: 100%;
		margin-top: 50px;
		margin-bottom: 10px;
		align-items: center;
	}
	#guidelines .schedule_wrap .schedule:after{
		display:none;
	}
	#guidelines .schedule_wrap .schedule h5 {
        font-size: 110%;
        margin: 10px 0 10px 0;
        padding-bottom: 5px;
        height: auto;
	}
	#guidelines .schedule_wrap .schedule p.limit span {
		font-size: 100%;
	}
	#guidelines .schedule_wrap .schedule img {
		position: absolute;
		top: -80px;
		left: calc(50% - 80px);
		width: 160px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 482px) {
		#guidelines .schedule_wrap .schedule {
		display: grid;
		grid-template-columns: 100%;
			margin-bottom: 10px;
			align-items: center;
	}
	#guidelines .schedule_wrap .schedule h5 {
		margin-bottom: 10px;
	}
	#guidelines .schedule_wrap .schedule img {

	}
}

#guidelines .support_wrap {
	display: grid;
	grid-template-columns: 49% 49%;
	justify-content: space-between;
	margin-bottom: 20px;
}
#guidelines .support {
    background: #feefe9;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0 0 0;
	background-image: linear-gradient(128deg, #fef9f7 0%, #fbe6de 100%, transparent);
}

#guidelines .support h5 {
	border: 2px solid #000;
	background: #fff;
	display: table;
	line-height: 1;
	padding: 5px 20px;
	margin-top: 0;
	margin-bottom: 5px;
}
#guidelines .support p {
	font-size: 80%;
	line-height: 140%;
	margin: 10px 0;
}
#guidelines .support p.point {
    background: #fffbfa;
    padding: 8px 16px;
    display: block;
    line-height: 140%;
    font-size: 77%;
    border-radius: 7px;
    margin-bottom: 5px;
}
#guidelines .support p.and {
	margin:20px 0;
}
#guidelines .atte {
	font-size:80%;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	#guidelines .support_wrap {
		grid-template-columns:100%;
	}
}
@media only screen and (max-width: 482px) {
	
}

#guidelines table.standard {
	
}
#guidelines table.standard th,
#guidelines table.standard td {
	font-size:80%;
	line-height: 140%;
}
#guidelines table.standard th {
	font-size:80%;
}
#guidelines table.standard td {
	font-size: 70%;
}

#guidelines table.standard thead th {
	background:#000;
	color:#fff;
}
#guidelines table.standard tbody tr td:first-child {
	text-align: center;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	
}
@media only screen and (max-width: 482px) {
	
}


/*----------------------------------------------------
* 
* judges-and-mentors
* 
----------------------------------------------------*/
#judges {
	padding-top: 10px;
}
#judges ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 1%;
    row-gap: 2%;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
#judges ul li {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border: 1px solid #33333324;
}
#judges ul li img{
	width:100%;
}
#judges ul li h4 {
    font-size: 130%;
    padding: 8px 0;
}
#judges ul li h4 em {
    font-size: 80%;
    font-style: normal;
    margin-left: 5px;
}
#judges ul li h4 span {
    font-size: 60%;
    font-weight: 400;
    display: block;
}
#judges ul li p {
	font-size:60%;	
}
#judges ul li p.title {
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 10px;
	font-weight: 600;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	#judges ul {
        grid-template-columns: 49% 49%;
        row-gap: 20px;
	}
}
@media only screen and (max-width: 482px) {
	#judges ul {
        grid-template-columns: 100%;
        row-gap: 20px;
	}
}




#mentors ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 1%;
    row-gap: 2%;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
#mentors ul li {
	display: flex;
	flex-direction: column;
}
#mentors ul li img{
	width:100%;
}
#mentors ul li h4 {
    font-size: 130%;
    padding: 8px 0;
}
#mentors ul li h4 em {
	font-size: 80%;
	font-style: normal;
	margin-left: 5px;
}
#mentors ul li h4 span {
	font-size: 50%;
	font-weight: 400;
	display: block;
	line-height: 150%;
}
#mentors ul li > span {
    font-size: 70%;
    line-height: 140%;
    margin-bottom: 10px;
    font-weight: 500;
}
#mentors ul li p {
	font-size:60%;	
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}


/*----------------------------------------------------
* 
* supervision
* 
----------------------------------------------------*/

section.supervision {
	padding:80px 0;
}
section.supervision ul.layout {
	display: flex;
    justify-content: space-between;
	    margin-top: 50px;
}
section.supervision ul.layout .photo {
    width: 25%;
}
section.supervision ul.layout .photo .name {
	
}
section.supervision ul.layout .photo .name p.name {
    font-size:170%;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
section.supervision ul.layout .photo .name p.name span {
	font-size: 50%;
    display: block;
    line-height: 1;
}
section.supervision ul.layout .photo .name p.title {
	font-size: 90%;
}
section.supervision ul.layout .exp {
    width: 70%;
}
section.supervision ul.layout .exp h5 {
	font-size: 210%;
    margin: 0 0 30px 0;
}
section.supervision ul.layout .exp h5 br {
	display:none;
}
section.supervision ul.layout .exp p {
	
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.supervision ul.layout {
		    flex-direction: column;
	}

	section.supervision ul.layout .photo,
	section.supervision ul.layout .exp {
		width: 90%;
		margin: 20px auto 0;
	}
		section.supervision ul.layout .exp h5 { 
			line-height:140%;
	}
	section.supervision ul.layout .exp p {
		font-size: 80%;
	}
}

/*----------------------------------------------------
* 
* gallery
* 
----------------------------------------------------*/

section.gallery {
	padding:80px 0;
}
section.gallery h3 {

}
section.gallery h4 {
	padding:30px 0;
}
section.gallery ul {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
section.gallery ul li {
	width: 48%;
	margin-bottom: 30px;
}
section.gallery ul li div {
display: flex;
    justify-content: flex-start;
    align-items: inherit;
}
section.gallery ul li .name {
    font-size: 200%;
	font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 2px solid #000;
    padding-right: 40px;
}
section.gallery ul li .name span {
    font-size: 32%;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    text-align: center;
    font-family: 'Oswald';
    background-color: #e1dfdf;
    padding: 5px 5px;
	margin-top: 5px;
}
section.gallery ul li .name span em {
	font-size: 90%;
	font-style:normal;
}
section.gallery ul li .work {
    font-size: 90%;
    line-height: 120%;
    margin-left: 0;
    font-weight: 600;
    border: 2px solid #000;
    border-bottom: none;
    width: 100%;
    height: 100%;
    min-height: 4.2em;
    padding: 10px 10px 0;
}
section.gallery ul li .work strong {
	font-weight: initial;
	display: block;
	font-weight: 600;
}
section.gallery ul li .work span {
    font-size: 60%;
    font-weight: 500;
	display: block;
}
section.gallery ul li .work em {
			font-size: 90%;
	margin-left:5px;
	font-style:normal;
}
section.gallery ul li img {
	margin-top:10px;
}
section.gallery ul li .note {
	font-size: 60%;
    text-align: right;
    display: block;
}


	section.gallery .more {
		margin-bottom: 30px;
	}
section.gallery .more strong {
	display:block;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	section.gallery ul li div {
		flex-wrap: wrap;
	}
	section.gallery ul li .name {
		border-bottom: none;
    margin-bottom: 5px;
	}
	
	section.gallery ul li .work {
		font-size: 100%;
		line-height: 140%;
		width: 100%;
		    margin-left: 0;
	}
	section.gallery ul li .work strong {
    
	}
	section.gallery ul li .work span {
		line-height: 140%;
	}
}
@media only screen and (max-width: 482px) {
	section.gallery ul {
		flex-direction: column;
	}
	section.gallery ul li {
		width: 100%;
	}


}
/*----------------------------------------------------
 * 
 * single --- outline
* single --- ticket
* single --- access
* 
----------------------------------------------------*/
section#outline {
	margin-bottom: 0;
}
section#outline .catch {
	font-size:100%;
	text-align:center;
}
section#outline .final {
	display: grid;
	grid-template-columns: 60% 36%;
	justify-content: space-between;
	align-items: normal;
	margin-top: 80px;
}

section#outline h4 {
	font-size: 120%;
	margin: 0 0 20px 0;
}
section#outline dl.l-list {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	margin: 0 0 50px 0;
	border-top: 1px solid #111;
}
section#outline dl.l-list dt,
section#outline dl.l-list dd {
	border-bottom: 1px solid #111;
    padding: 8px;
}
section#outline dl.l-list dt {
	width:25%;
}
section#outline dl.l-list dd {
	width:75%;
	font-size: 90%;
}

section#outline dl.l-list dd span.time {
	font-size: 88%;
}
section#outline dl.l-list dd span.atte {
	font-size: 75%;
	display:block;
	line-height: 1.3;
}
section#outline dl.l-list dd img {
	width:200px;
	margin: 10px 20px 10px 0;
}

section#outline dl.l-list dd strong {
	font-size: 140%;
}
section#outline table.s-list {
	margin:10px 0;
	border: 3px solid #000;
}
section#outline table.s-list th,
section#outline table.s-list td {
width: 50%;
    font-size: 90%;
    padding: 7px;
}
section#outline table.s-list th {
	background-color: #eee;
}



section#access {
	padding-top: 0;
}


section#access .box {
	border: 3px solid #000;
    padding: 40px;
	margin: 30px 0;
}
section#access .box h4 {
	font-size: 110%;
}
section#access .box p {
	font-size: 80%;
}
section#access .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}
section#access .map iframe,
section#access .map object,
section#access .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1079px) {
	section#outline .catch {
		font-size: 80%;
		text-align: center;
	}
	section#outline h4 {
		font-size: 100%;
	}
	section#outline dl.l-list dt,
	section#outline dl.l-list dd {
		font-size: 80%;
	}
}
@media only screen and (max-width: 782px) {
        font-size: 80%;
        text-align: left;
        line-height: 140%;
	}
	section#outline .final {
		grid-template-columns: 100%;
	}

}
@media only screen and (max-width: 482px) {
	section#outline dl.l-list {
		flex-direction:column;
	}
	section#outline dl.l-list dt,
	section#outline dl.l-list dd {
		width: 100%;
	}
	section#outline dl.l-list dt {
		border-bottom: none;
	}

	section#access .map {
		margin-bottom: 30px;
	}
}





/*----------------------------------------------------
 * 
 * form
 * 
----------------------------------------------------*/

form dl.form {

}
form dl.form dt {
	font-size: 90%;
}
form dl.form dd {
	padding-bottom: 20px;
}
form .btn {
	text-align: center;
	padding: 0 0 100px 0;
}
form .btn input {

}
.mw_wp_form mw_wp_form_complete h5 {
	font-size: 120%;
	margin: 30px 0;
}
.mw_wp_form .error {
	font-size: 93%;
	color: #B70000;
	background: #f3ff11;
	display: inline-block;
}

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

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}


/*----------------------------------------------------
 * 
 * outline_box (home)
 * 
----------------------------------------------------*/

section.outline_box {
	border: 3px solid #000;
	padding-top: 30px;
	background: #ffffff;
	background-image: linear-gradient(128deg, #fef9f7 0%, #fbe6de 100%, transparent);
}
section.outline_box section {
	width: 1000px !important;
	padding-top: 0;
	margin-top: 80px;
	margin-bottom: 130px !important;
	border-top: 3px solid #000;
}
section.outline_box section h3.ttl {
	font-size: 140%;
	border: 3px solid #000;
	padding: 8px 30px;
	line-height: 1;
	margin-top: -27px;
	background: #fff;
}
section.outline_box section h3.ttl span {
	display:none;
}
section.outline_box .step {
	background: #fff !important;
}


section.outline_box .arrow {
    margin-top: 30px;
    margin-bottom: 120px;
}


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

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}


/*----------------------------------------------------
 * 
 * entry
 * 
----------------------------------------------------*/
.entry_before p {
	text-align: center;
	font-size: 110%;
}
.entry_before p a {
	color: rgb(255, 105, 0);
	font-weight: 700;
	font-size: 110%;
}



.entry_method .add {
	font-size: 86%;
	margin-bottom: 30px;
	line-height: 150%;
}
.entry_method .add a {
	color: rgb(255, 105, 0);
	font-weight: 700;
	font-size: 100%;
}
.home_method .add {
	font-size: 80%;
	display: block;
	line-height: 150%;
	margin-top: 20px;
}
.home_method .add a {
	color: rgb(255, 105, 0);
	font-weight: 700;
	font-size: 100%;
}



.methods_wrap {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	justify-content: space-between;
}
.methods_wrap .methods {
    border: 3px solid #000;
    padding: 20px;
    background: #fff;
}
.methods_wrap .methods h4 {
	display: block;
	text-align: center;
	border-bottom: 2px solid #000;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
.methods_wrap .methods p {
	    font-size: 90%;
    line-height: 140%;
}
.methods_wrap .methods a {
	font-size: 90%;
}
.methods_wrap .methods a em {
	font-style: normal;
	display: block;
	font-size: 80%;
	margin-top: 5px;
}
.methods_wrap .methods dl dt,
.methods_wrap .methods dl dd {
	    font-size: 80%;
    line-height: 140%;
}
.methods_wrap .methods dl dt {
	font-size: 90%;
	margin: 10px 0 10px 0;
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 4px 8px;
	line-height: 1;
}
.methods_wrap .methods dl dd .atte {
	font-size: 90%;
	line-height: 130%;
	display: block;
	margin-top: 10px;
}


@media only screen and (max-width: 1079px) {
	.methods_wrap {
		grid-template-columns: 100%;
		row-gap: 20px;
	}
}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}
.entry_download {
	border: 3px solid #000;
	padding: 0;
	background: #fff;
	margin-top: 16px;
	text-align: center;
}
.entry_download h4 {
	font-size: 130%;
	background: #000;
	color: #fff;
	font-weight: 700;
	padding: 5px 0;
}
.entry_download .download div {
	margin: 30px 0 30px 0;

}
.entry_download .download div a {
	width: 50%;
}
.entry_download .download div a em {
	font-style: normal;
	font-size: 70%;
}

@media only screen and (max-width: 1079px) {
	.entry_download .download div a {
		width:60%;
	}
}
@media only screen and (max-width: 782px) {
	.entry_download .download div a {
		width: 80%;
	}
	.entry_download .download div a em {
		display: block;
		margin-top: 5px;
		font-size: 80%;
	}
}
@media only screen and (max-width: 482px) {
	.entry_download .download div a {
		width: 100%;
	}
	.entry_download .download div a em {
		display: block;
		margin-top: 5px;
		font-size: 90%;
	}
}




.entry_limit {
	border: 3px solid #000;
	padding: 0 0 20px;
	background: #fff;
	margin-top: 16px;
	text-align: center;
}
.entry_limit h3 {
	font-size: 130%;
	background: #000;
	color: #fff;
	font-weight: 700;
	padding: 5px 0;
}
.entry_limit .limit {
    font-size: 130% !important;
    font-weight: 700;
    color: rgb(255, 105, 0);
    margin-top: 10px;
}
.entry_limit .limit em {
    font-size: 140%;
	font-style: normal;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}

/*----------------------------------------------------
 * 
 * faq
 * 
----------------------------------------------------*/

.faq-part {
	border: 2px solid #000000;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 80%
}

.faq-part summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	padding: 14px;
	color: #000;
	list-style: none;
}
.faq-part summary > p {
	padding:0;
}
.faq-part summary > p:first-letter {
	font-weight:700;
	font-size:120%;
	margin-right:5px;
}
.faq-part > p:first-of-type:first-letter {
	font-weight:700;
	font-size:120%;
	margin-right:5px;
}

.faq-part summary::-webkit-details-marker {
	display: none;
}

.faq-part summary::after {
	content: "+";
	flex: 0 0 auto;
	font-weight: 700;
}

.faq-part[open] summary {
    background: #de4d35;
    color: #fff;
}

.faq-part[open] summary::after {
	content: "−";
}

.faq-part p {
    margin: 0;
    padding: 14px;
    line-height: 140%;
}

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

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}


/*----------------------------------------------------
 * 
 * news
 * 
----------------------------------------------------*/
.entry-header.news h1.entry-title {
	line-height: 140%;
	font-size: 140%;
}
.post .entry-content {
	font-size: 80%;
	line-height: 150%;
}
.post .entry-content h2 {
    font-size: 150%;
    font-weight: 700;
    line-height: 130%;
    width: 100%;;
}
.post-data {
    margin: 0;
    padding: 10px 0 30px 0;
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.post-data span.date {
	font-size: 90%;
    font-weight: 700;
}
.post-data span.cate {
	font-size: 80%;
    font-weight: 700;
    background: #803428;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
}

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

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	.post .entry-content{
		padding: 0 30px;
	}
}

/*----------------------------------------------------
 * 
 * news archive
 * 
----------------------------------------------------*/
.archive ul.list.info {
	display: grid;
	grid-template-columns: 31% 31% 31%;
	justify-content: space-between;
	row-gap: 30px;
	margin-top: 50px;
}
.archive ul.list.info li {
    display: flex;
    box-shadow: 1px 1px 4px #333333a3;
}
.archive ul.list.info li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    padding: 20px;
	transition:0.5s;
}
.archive ul.list.info li a:hover {
	background: #f7b6ab;
}

.archive ul.list.info li a figure {
	order:1;
}
.archive ul.list.info li a figure img {
    height: auto !important;
	width: 100%;
}
.archive ul.list.info li a h4 {
    order: 3;
    font-size: 80%;
}
.archive ul.list.info li a div {
    order: 2;
    display: flex;
    justify-content: space-between;
    margin: 7px 0 8px 0;
}
.archive ul.list.info li a div span.date {
    font-size: 60%;
    font-weight: 700;
}
.archive ul.list.info li a div span.cate {
    font-size: 55%;
    line-height: 1;
    font-weight: 700;
    background: #c02e16;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    display: flex;
	align-items: center;
}
@media only screen and (max-width: 1079px) {
	.archive ul.list.info {
		margin: 30px 50px;
	}
}
@media only screen and (max-width: 782px) {
	.archive ul.list.info {
		margin: 30px 20px;
        grid-template-columns: 49% 49%;
        row-gap: 20px;
	}
}
@media only screen and (max-width: 482px) {
	.archive ul.list.info {
        grid-template-columns: 100%;
	}
}
