@charset "utf-8";

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


/*header
----------------------------------------------------*/
.l-fixHeader__logo {
    display: none !important;
}

 .menu-item a{
	padding: 16px!important;
}


/*common
----------------------------------------------------*/
#content.l-container{
	max-width: 100%;
	margin: 0;
	padding: 80px 0;
}

section{
	padding: 100px 0 0 0;
}

section .contents,
#footer .contents{
	width: 1200px;
	margin: 0 auto;
}

section .contents p{
	line-height: 1.8;
}

.btn{
	padding: 10px 20px;
	border: 2px solid #EBCB29;
	border-radius: 40px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	transition: .3s;
}

.btn:hover{
	background: linear-gradient(to right, #FFD700, #EBCB29);
	text-decoration: none!important;
}


/*HOME
----------------------------------------------------*/
.mv_txt{
	font-size: 70px;
	font-weight: bold;
}

.mv_txt span{
	font-size: 24px;
	display: block;
}

.mv_txt small{
	font-size: 0.8em;
}

.mv_theme{
	padding: 15px 0;
}

.mv_theme img{
	width: 680px;
	height: auto;
}

.mv_date,
.mv_place{
	font-size: 20px;	
}


/*news
----------------------------------*/
section .box_top_news{
	display: grid;
	grid-template-columns: 320px 1fr;
	grid-gap: 0 80px;
}

section .box_top_news h2{
	margin-bottom: 80px;
	font-size: 44px;
	font-weight: normal;
}

section .box_top_news h2 span{
	font-size: 22px;
	display: block;
}

section .box_top_news a:hover{
	text-decoration: underline;
}

section .box_top_news dl{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
	display: grid;
	grid-template-columns: 110px 1fr;
	grid-gap: 0 1em;
}

section .box_top_news dl dt{
	font-family: "Albert Sans", sans-serif;
	color: #938046;
}

section .box_top_news dl dd{
	color: #000!important;
}


/*entry
----------------------------------*/
.box_top_entry{
	padding: 80px 0;
	text-align: center;
	background: url("../img/top/bg_top_entry.jpg") no-repeat center top / cover;
	color: #FFF;
}

.box_top_entry h2{
	margin-bottom: 50px;
}

.box_top_entry h2 span{
	padding-bottom: 30px;
	border-bottom: 1px solid #FFF;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
}

.box_top_entry p span{
	font-size: 1.2em;
	font-weight: bold;
}

.box_top_entry .btn{
	margin-top: 30px;
	background: #FFF;
	display: inline-block;
}

.box_top_entry .btn:hover{
	background: linear-gradient(to right, #FFD700, #EBCB29);
	text-decoration: none!important;
}



/*contents
----------------------------------------------------*/
.l-topTitleArea__body {
	color: #000;
}

.c-pageTitle{
	font-size: 40px;
	font-weight: 300;
}

.c-pageTitle small{
	font-style: normal;
	font-size: 20px;
	font-weight: 400;
}

.c-pageTitle__subTitle{
	display: none;
}

/*.post_content{
	padding-bottom: 100px!important;
}*/

.post_content h2{
	margin: 80px auto 50px auto;
	padding-top: 0!important;
	padding-bottom: 0!important;
	font-size: 40px;
	font-weight: 500!important;
	color: #938046;
}

.post_content h2 .swl-marker{
	width: 6em;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.post_content img{
	border-radius: 10px;
}

.post_content iframe{
	width: 100%;
}

.is-style-kakko_box{
	margin-bottom: 1em!important;
	/*font-family: "Oswald", sans-serif;*/
	font-family: "Lato", sans-serif;
	font-size:50px;
	line-height: 1.0;
	color: #0E3E97;
}

.is-style-kakko_box em{
	padding-right: 0.2em;
	font-style: normal;
	font-size: 0.5em;
}

label{
	margin-bottom: 1.5em;
	display: block;
}

input,
textarea{
	width: 100%;
	margin-top: 0.5em;
	border-radius: 5px;
}

input[type="submit"]{
	width: 300px;
	margin: 0 auto;
	padding: 15px;
	background: #0E3E97;
	border: 0;
	font-weight: bold;
	color: #FFF;
	display: block;
}

.wp-block-media-text{
	padding-bottom: 80px;
}

.wp-block-media-text img{
	border-radius: 10px;
}

.alignfull.wp-block-media-text img{
	border-radius: 0 10px 10px 0;
}

.wp-block-media-text.has-media-on-the-right img{
	border-radius: 10px 0 10px 0;
}

.wp-block-media-text{
    position: relative;
}

.wp-block-media-text__content{
    position: relative;
    margin: 0 0 0 -5vw!important;
    padding: 50px!important;
    border-radius: 10px;
    background: #FFF;
	box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);
    z-index: 1;
}

.alignfull .wp-block-media-text__content{
    width: 700px;
}

.box_right .wp-block-media-text__content{
    margin-left:calc(100% - 1200px / 2)!important;
}

.wp-block-media-text__content h2{
    padding-top: 0!important;
}

.swell-block-column{
	border-radius: 10px;
}

.swell-block-column h3{
	margin: 0 0 1em 0;
}

.swell-block-accordion__title{
	border-radius: 10px;	
}


/*footer
----------------------------------------------------*/
#footer{
	border-top: 2px solid;
	border-image: linear-gradient(to right, #FFD700, #EBCB29) 1;
}

.l-footer__inner{
	display: none;
}

.box_footer{
	padding: 80px 0;
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-gap: 0 30px;
}

.box_footer h2{
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}

.copyright{
	padding: 15px 0;
	background: linear-gradient(to right, #FFD700, #EBCB29);
	text-align: center;
}