@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #000000;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
.bold {
    font-weight: 600;
}
.border {
    background: radial-gradient(circle farthest-side, #ffe228, #ffe228 30%, transparent 30%, transparent);
    background-size: 20px;
    content: '';
    display: inline-block;
    height: 20px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.off {
    color: #666;
}
.text_left {
    text-align: left;
}
.youtube {
  width:100%; /* 任意の横幅を指定 */
  aspect-ratio: 16/9;
  max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.youtube iframe {
  width:100%;
  height:100%;
}


@media screen and (min-width: 768px) {
    .smp {
        display: none !important;
    }
    .font_m {
        font-size: 1.2rem;
    }
    .font_l {
        font-size: 2rem;
        font-weight: 600;
    }
    .font_red {
        color: #ff0000;
    }
header {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 20px;
}
header .right {
	float: right;
        margin-left: 10px;
}
header .r6site {
    margin-left: 10px;
}	
main {
    width: 100%;
    padding-bottom: 80px;
}
nav {
	width: 100%;
	background-color: #d1e5f3; 
	color: #187fc3;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
nav ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
}
nav ul li {
	font-size: 1.2rem;
	text-align: center;
}
nav ul li a {
	background-color: #d1e5f3; 
	color: #187fc3;
	text-decoration: none;
	display: block;
	padding: 10px;
}
nav ul li a:hover {
    background-color: #21A0FB;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}
/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}	
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #696969; /* メガメニューの背景色 */
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  z-index: 1;
	display: block;
	width: max-content;
}
	.drop-menu-item {
		clear: both;
		text-align: left;
	}
	.drop-menu-item a {
		width: 255px !important;
		padding-left: 60px;
		background-color: #fff;
	}
	.drop-menu-item a:hover {
		width: 255px !important;
		padding-left: 60px;
	}

    ul.size {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;	
    }
    ul.size li {
        float: left;
        margin-right: 5px;
    }
    .size-font {
        font-size: 0.8rem;
        font-weight: 400;
    }
#top1 {
    text-align: center;
    background-image: url(../images/bg1.png);
    background-size: 100% auto;
    padding-top: 80px;
}
#top1 .frame1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
	background-color: #fff;
	font-size: 1.4rem;
		margin-top: 80px;
	margin-bottom: 0;
	padding: 40px;
    position: relative;
}
#top1 .frame1 .title {
    position: absolute;
    top: -60px;
    left: 288px;
}
#top1 .frame1 .frame1_contents {
    width: 100%;
    max-width: 1200px;
}
#top1 .frame1 .more_bt {
    position: absolute;
    bottom: -60px;
right: -63px;
}
#top2 {
    text-align: center;
    background-image: url(../images/bg.png);
    background-size: 100% auto;
}
#top2 .frame1,#top2 .frame2,#top2 .frame3 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: #fff;
    font-size: 1.4rem;
    margin-bottom: 80px;
    padding: 40px;
    text-align: left;
}
    #top2 ul {
    display: flex;
    list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #top2 ul li {
        margin: 10px;
    }
    #top2 ul li img {
        width: 100%;
    }
#top3 {
    margin-top: 80px;
}
#top3 ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
#top3 ul li {
    width: 380px;
}
#form {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
a.form_bt {
    background-color: #003883;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    padding: 10px;
    border-radius: 35px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	height: 70px;
	box-sizing: border-box;
    position: relative;
}
a.form_bt:after {
 content: "";
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 margin-top: -4px;
 height: 8px;
 width: 8px;
 position: absolute;
 top: 50%;
 right: 20px;
 transform: rotate(45deg);
}

#contents {
    background-color: #ebebec;
    position: relative;
    background-image: url(../images/contents_bg.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    
}
#contents h1 {
    color: #ffe228;
    font-size: 3.6rem;
	font-weight: 800;
    text-align: center;
    background-image: url(../images/contents_title_bg.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: #0b308e;
    text-shadow: 4px 4px #003883;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}
#contents .deco1 {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
}
#contents .deco2 {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}
h2 {
    font-size: 1.8rem;
    text-align: center;
	color: #003883;
	font-weight: 800;
}
#stage h2,#taiken h2 {
    font-size: 2.4rem;
    text-align: center;
	color: #fff;
	font-weight: 800;
	border-radius: 20px;
	background-color: #003883;
	
		margin-bottom: 10px;
}
#stage .h2_sub,#taiken .h2_sub {
		font-size: 1.8rem;
    text-align: center;
	color: #003883;
	font-weight: 800;
	}
h3 {
    color: #003883;
	font-size: 2rem;
	font-weight: 800;
}
#contents .frame1,#contents .frame2,#contents .frame3 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: #fff;
    font-size: 1.4rem;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 40px;
    z-index: 1000;
    box-sizing: border-box;
    border-right: 1px solid #999999;
}
#contents .frame2 img {
    
}
    #contents ul.profile {
    list-style-type: none;
    display: flex;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    }
    #contents ul.profile li {
        width: 50%;
    }
    #contents ul.profile img {
        width: 100%;
        border-radius: 50%;
    }
    #contents ul.profile li .prof_photo {
        width: 50%;
        float: left;
        padding-right: 10px;
        box-sizing: border-box;
    }
     #contents ul.profile li .prof_text {
        width: 50%;
        float: left;
         padding-right: 40px;
         box-sizing: border-box;
         font-size: 1rem;
    }
	.frame4 {
    width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.frame4 img {
		width: 100%;
	}
	.comment_title {
    background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 1.2rem;
padding-top: 5px;
padding-right: 5px;
padding-left: 15px;
padding-bottom: 5px;
border-radius: 35px;
width: 500px;
font-weight: 600;
text-align: center;
margin-left: auto;
margin-right: auto;
		margin-bottom: 10px;
	}
    #facility ul,ul.event_photo {
    display: flex;
        align-items: stretch;
        justify-content: space-between;
    list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #facility ul li,ul.event_photo li {
        margin: 10px;
    }
    #facility ul li img,ul.event_photo li img {
        width: 100%;
    }
	#report ul,ul.event_photo {
    display: flex;
    list-style-type: none;
        margin: 0;
        padding: 0;
    }
    ul.event_photo2 {
    display: flex;
        align-items: stretch;
        justify-content: space-between;
    list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #report ul li,ul.event_photo li {
        margin: 10px;
        width: 50%;
    }
    ul.event_photo2 li {
        margin: 10px;
         width: auto !important;
    }
    #report ul li img,ul.event_photo li img {
        width: 100%;
    }
	#report h3 {
		background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 1.6rem;
padding-top: 5px;
padding-right: 5px;
padding-left: 15px;
padding-bottom: 5px;
width: 100%;
font-weight: 600;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
	}
	#report h4 {
		background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 1.2rem;
padding-top: 5px;
padding-right: 5px;
padding-left: 15px;
padding-bottom: 5px;
width: 500px;
		border-radius: 35px;
font-weight: 600;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
		margin-top: 80px;
	}
	#report h5 {
		font-size: 1.4rem;
		text-align: center;
		font-weight: 600;0px;
		margin-bottom: 0px;
	}
footer {
	text-align: center;
	background-color: #ebebec;
	padding-top: 80px;
}
    footer .footer_frame1 {
        width: 714px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer_frame2 {
        width: 940px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }
    
    footer .logo1 {
    width: 200px;
	float: left;
}
    footer ul.footer_menu {
    list-style-type: none;
        display: flex;
        width: 400px;
        justify-content: space-between;
        padding-top: 14px;
}
    footer ul.footer_menu li a:link,footer ul.footer_menu li a:visited {
        text-decoration: none;
        color: #000;
    }
    footer .logo2 {
	width: 160px;
	float: left;
        padding-right: 10px;
}
    footer .info1 {
        float: left;
        clear: both;
        text-align: left;
        padding-top: 10px;
        padding-right: 10px;
    }
    footer .info2 {
        float: left;
        text-align: left;
        padding-top: 10px;
        padding-right: 10px;
    }
    footer .info3 {
        float: left;
        text-align: left;
        padding-top: 10px;
    }
    footer .copyright {
        clear: both;
        font-size: 0.8rem;
        padding-top: 20px;
    }
    footer img {
	width: 100%;
}
	.formrun dl {
		width: 1002px;
	border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
	}
	.formrun dl dt {
    float: left;
    clear: both;
    background-color: #F4F4F4;
    width: 320px;
    height: 60px;
    margin: 0;
    padding: 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	}
	.formrun dl dd {
		float: left;
		width: 640px;
		height: 60px;
		padding: 10px;
		
		margin: 0;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
    }
	.formrun dl .textarea {
		height: 240px;
	}
    .formrun dl dd input {
        font-size: 1.2rem;
        padding: 5px;
        width: 300px;
        border-radius: 5px;
    }
    .formrun dl dd textarea{
        font-size: 1rem;
        padding: 5px;
        width: 600px;
        height: 200px;
        border-radius: 5px;
    }
	.formrun .caution {
		color: #ff0000;
	}
	.formrun .send_bt {
		background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 32px;
padding: 10px;
border-radius: 35px;
		border: none;
width: 400px;
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
height: 70px;
box-sizing: border-box;
position: relative;
	}
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .font_ss {
        font-size: 2vw !important;
    }
    .font_s {
        font-size: 3vw !important;
    }
    .font_m {
        font-size: 4vw !important;
    }
    .font_l {
        font-size: 5vw !important;
        font-weight: 600;
    }
    .font_red {
        color: #ff0000;
    }
    .br::before {
    content: "\A";
    white-space: pre;
}
    h2 {
        font-size: 6vw;
        text-align: center;
    }
	#stage h2,#taiken h2 {
    font-size: 6vw;
        text-align: center;
		color: #fff !important;
	font-weight: 800;
	border-radius: 20px;
	background-color: #003883;
	
		margin-bottom: 10px;
}
#stage .h2_sub,#taiken .h2_sub {
		font-size: 4vw;
    text-align: center;
	color: #003883;
	font-weight: 800;
	}
header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    box-sizing: border-box;
}
    header .logo {
        width: 30%;
    }
    header .right {
	float: right;
}
main {
    width: 100%;
    padding-bottom: 80px;
}
nav {
	width: 100%;
	background-color: #d1e5f3; 
	color: #187fc3;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
nav ul {
    background-color: #fff;
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
}
nav ul li {
    padding: 10px;
    background-color: #d1e5f3;
    }
nav ul li a {
	background-color: #d1e5f3; 
	color: #187fc3;
	text-decoration: none;
    margin-bottom: 10px;
}
nav ul li a.black {
	color: #000;
}
    ul.size {
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #d1e5f3; 
	
    }
    ul.size li {
        float: left;
    }
#top1 {
    text-align: center;
    background-image: url(../images/bg1.png);
    background-size: 100% auto;
    padding-top: 80px;
}
    #top1 img {
        width: 90%;
    }
#top1 .frame1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
	color: #003883;
	background-color: #fff;
	font-size: 1.4rem;
		margin-top: 80px;
	margin-bottom: 0;
	padding: 10px;
    position: relative;
    box-sizing: border-box;
}
#top1 .frame1 .title {
    position: absolute;
    top: -4%;
    left: 5%;
}
#top1 .frame1 .frame1_contents {
    width: 100%;
    max-width: 900px;
}
#top1 .frame1 .more_bt {
    position: absolute;
    bottom: -3%;
right: 5%;
    width: 15%;
}
#top2 {
    text-align: center;
    background-image: url(../images/bg.png);
    background-size: 100% auto;
}
#top2 .frame1,#top2 .frame2,#top2 .frame3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
	color: #003883;
	background-color: #fff;
	font-size: 1.4rem;
		margin-bottom: 80px;
	padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
    #top2 ul {
    display: flex;
    list-style-type: none;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    #top2 ul li {
        width: 100%;
        margin: 10px;
    }
    #top2 ul li img {
        width: 100%;
    }
#top3 {
    margin-top: 80px;
}
#top3 ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
#top3 ul li {
    width: 32%;
}
    #top3 ul li img {
        width: 100%;
    }
#form {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
a.form_bt {
    background-color: #003883;
    color: #fff;
    text-decoration: none;
    font-size: 6vw;
    padding: 10px;
    border-radius: 35px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	box-sizing: border-box;
    position: relative;
}
a.form_bt:after {
 content: "";
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 margin-top: -4px;
 height: 8px;
 width: 8px;
 position: absolute;
 top: 50%;
 right: 20px;
 transform: rotate(45deg);
}

#contents {
    background-color: #ebebec;
    position: relative;
    background-image: url(../images/contents_bg.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    
}
#contents h1 {
    color: #ffe228;
    font-size: 8vw;
    text-align: center;
    background-image: url(../images/contents_title_bg.png);
    background-repeat: no-repeat;
    background-size:contain;

    background-position: 0% 0%;
    background-color: #0b308e;
    text-shadow: 4px 4px #003883;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}
#contents .deco1 {
    position: absolute;
    top: 2%;
    left: 0;
    z-index: 1;
    width: 30%;
}
#contents .deco2 {
    position: absolute;
    top: 2%;
    right: 0;
    z-index: 1;
    width: 30%;
}
#contents h2 {
    font-size: 6vw;
    text-align: center;
	color: #003883;
}
    #contents h3 {
    font-size: 5vw;
		color: #003883;
}
#contents .frame1,#contents .frame2,#contents .frame3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: #fff;
    font-size: 1.4rem;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 10px;
    z-index: 2;
    border: 2px solid #003883;
    box-sizing: border-box;
	word-wrap: break-word;
	position: relative;
}
#contents .frame2 img {
    width: 100%;
}
	#contents ul.profile {
    list-style-type: none;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    }
    #contents ul.profile li {
        margin-top: 40px;
    }
    #contents ul.profile img {
        width: 100%;
        border-radius: 50%;
    }
    #contents ul.profile li .prof_photo {
        width: 70%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
     #contents ul.profile li .prof_text {
         font-size: 1rem;
    }
	
	.comment_title {
    background-color: #003883;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    border-radius: 35px;
    font-weight: 600;
		text-align: center;
	}
    #facility ul,ul.event_photo {
    display: flex;
    list-style-type: none;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    #facility ul li,ul.event_photo li {
        margin: 10px;
    }
    #facility ul li img,ul.event_photo li img {
        width: 100%;
    }
	#report ul,ul.event_photo {
    display: flex;
    list-style-type: none;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    #report ul li,ul.event_photo li {
        margin: 10px;
    }
    #report ul li img,ul.event_photo li img {
        width: 100%;
    }
	#report h3 {
		background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 4vw;
padding-top: 5px;
padding-right: 5px;
padding-left: 15px;
padding-bottom: 5px;
width: 100%;
font-weight: 600;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
		
		box-sizing: border-box;
	}
	#report h4 {
		background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 4vw;
padding-top: 5px;
padding-right: 5px;
padding-left: 15px;
padding-bottom: 5px;
width: 100%;
		border-radius: 35px;
font-weight: 600;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
		margin-top: 80px;
		box-sizing: border-box;
	}
	#report h5 {
		font-size: 3.5vw;
		text-align: center;
		font-weight: 600;
		margin-bottom: 0px;
	}
footer {
	text-align: center;
	background-color: #ebebec;
	padding-top: 80px;
}
footer .footer_frame1 {
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer_frame2 {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }
    
    footer .logo1 {
    width: 200px;
        margin-left: auto;
        margin-right: auto;
            
}
    footer ul.footer_menu {
    list-style-type: none;
        padding-top: 10px;
        padding-left: 0;
        margin: 0;
}
    footer ul.footer_menu li a:link,footer ul.footer_menu li a:visited {
        text-decoration: none;
        color: #000;
    }
    footer .logo2 {
	width: 160px;
        margin-left: auto;
        margin-right: auto;
            
}
    footer .info1 {
        clear: both;
        padding-top: 10px;
    }
    footer .info2 {
        text-align: left;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.8rem;
    }
    footer .info3 {
        text-align: left;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.8rem;
    }
    footer .copyright {
        clear: both;
        font-size: 0.8rem;
        padding-top: 20px;
    }
    footer img {
	width: 100%;
}
    .formrun dl dd {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    }
    .formrun dl dd input {
        font-size: 1.2rem;
        padding: 5px;
        width: 96%;
        border-radius: 5px;
    }
    .formrun dl dd textarea{
        font-size: 1rem;
        padding: 5px;
        width: 96%;
        height: 200px;
        border-radius: 5px;

    }
	.formrun .caution {
		color: #ff0000;
	}
}
@media print {
    .smp {
        display: none !important;
    }
    .font_m {
        font-size: 1.2rem;
    }
header {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 20px;
}
    header .right {
	float: right;
        margin-left: 10px;
}
main {
    width: 100%;
    padding-bottom: 80px;
}
nav {
	width: 100%;
	background-color: #d1e5f3; 
	color: #187fc3;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
nav ul {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
}
nav ul li {
	font-size: 1.2rem;
	width: 235px;
	text-align: center;
}
nav ul li a {
	background-color: #d1e5f3; 
	color: #187fc3;
	text-decoration: none;
	display: block;
	padding: 10px;
}
nav ul li a:hover {
    background-color: #21A0FB;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}
/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}	
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #696969; /* メガメニューの背景色 */
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  z-index: 1;
	display: block;
	width: max-content;
}
	.drop-menu-item {
		clear: both;
		text-align: left;
	}
	.drop-menu-item a {
		width: 255px !important;
		padding-left: 60px;
		background-color: #fff;
	}
	.drop-menu-item a:hover {
		width: 255px !important;
		padding-left: 60px;
	}

    ul.size {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;	
    }
    ul.size li {
        float: left;
        margin-right: 5px;
    }
    .size-font {
        font-size: 0.8rem;
        font-weight: 400;
    }
#top1 {
    text-align: center;
    background-image: url(../images/bg1.png);
    background-size: 100% auto;
    padding-top: 80px;
}
#top1 .frame1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
	background-color: #fff;
	font-size: 1.4rem;
		margin-top: 80px;
	margin-bottom: 0;
	padding: 40px;
    position: relative;
}
#top1 .frame1 .title {
    position: absolute;
    top: -60px;
    left: 288px;
}
#top1 .frame1 .frame1_contents {
    width: 100%;
    max-width: 1200px;
}
#top1 .frame1 .more_bt {
    position: absolute;
    bottom: -60px;
right: -63px;
}
#top2 {
    text-align: center;
    background-image: url(../images/bg.png);
    background-size: 100% auto;
}
#top2 .frame1,#top2 .frame2,#top2 .frame3 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: #fff;
    font-size: 1.4rem;
    margin-bottom: 80px;
    padding: 40px;
    text-align: left;
}
    #top2 ul {
    display: flex;
    list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #top2 ul li {
        margin: 10px;
    }
    #top2 ul li img {
        width: 100%;
    }
#top3 {
    margin-top: 80px;
}
#top3 ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
#top3 ul li {
    width: 380px;
}
#form {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
a.form_bt {
    background-color: #003883;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    padding: 10px;
    border-radius: 35px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	height: 70px;
	box-sizing: border-box;
    position: relative;
}
a.form_bt:after {
 content: "";
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 margin-top: -4px;
 height: 8px;
 width: 8px;
 position: absolute;
 top: 50%;
 right: 20px;
 transform: rotate(45deg);
}

#contents {
    background-color: #ebebec;
    position: relative;
    background-image: url(../images/contents_bg.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    
}
#contents h1 {
    color: #ffe228;
    font-size: 3.6rem;
	font-weight: 800;
    text-align: center;
    background-image: url(../images/contents_title_bg.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: #0b308e;
    text-shadow: 4px 4px #003883;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}
#contents .deco1 {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
}
#contents .deco2 {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}
h2 {
    font-size: 2.4rem;
    text-align: center;
	color: #003883;
	font-weight: 800;
}
#stage h2,#taiken h2 {
    font-size: 2.4rem;
    text-align: center;
	color: #fff;
	font-weight: 800;
	border-radius: 20px;
	background-color: #003883;
	
		margin-bottom: 10px;
}
#stage .h2_sub,#taiken .h2_sub {
		font-size: 1.8rem;
    text-align: center;
	color: #003883;
	font-weight: 800;
	}
h3 {
    color: #003883;
	font-size: 2rem;
	font-weight: 800;
}
#contents .frame1,#contents .frame2,#contents .frame3 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: #fff;
    font-size: 1.4rem;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 40px;
    z-index: 1000;
    box-sizing: border-box;
    border-right: 1px solid #999999;
}
#contents .frame2 img {
    
}
    #contents ul.profile {
    list-style-type: none;
    display: flex;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    }
    #contents ul.profile li {
        width: 50%;
    }
    #contents ul.profile img {
        width: 100%;
        border-radius: 50%;
    }
    #contents ul.profile li .prof_photo {
        width: 50%;
        float: left;
        padding-right: 10px;
        box-sizing: border-box;
    }
     #contents ul.profile li .prof_text {
        width: 50%;
        float: left;
         padding-right: 40px;
         box-sizing: border-box;
         font-size: 1rem;
    }
	.frame4 {
    width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.frame4 img {
		width: 100%;
	}
	.comment_title {
    background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 1.2rem;
padding-top: 5px;
padding-right: 5px;
padding-left: 15px;
padding-bottom: 5px;
border-radius: 35px;
width: 500px;
font-weight: 600;
text-align: center;
margin-left: auto;
margin-right: auto;
		margin-bottom: 10px;
	}
    #facility ul,ul.event_photo {
    display: flex;
    list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #facility ul li,ul.event_photo li {
        margin: 10px;
    }
    #facility ul li img,ul.event_photo li img {
        width: 100%;
    }
footer {
	text-align: center;
	background-color: #ebebec;
	padding-top: 80px;
}
    footer .footer_frame1 {
        width: 714px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer_frame2 {
        width: 940px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }
    
    footer .logo1 {
    width: 200px;
	float: left;
}
    footer ul.footer_menu {
    list-style-type: none;
        display: flex;
        width: 400px;
        justify-content: space-between;
        padding-top: 14px;
}
    footer ul.footer_menu li a:link,footer ul.footer_menu li a:visited {
        text-decoration: none;
        color: #000;
    }
    footer .logo2 {
	width: 160px;
	float: left;
        padding-right: 10px;
}
    footer .info1 {
        float: left;
        clear: both;
        text-align: left;
        padding-top: 10px;
        padding-right: 10px;
    }
    footer .info2 {
        float: left;
        text-align: left;
        padding-top: 10px;
        padding-right: 10px;
    }
    footer .info3 {
        float: left;
        text-align: left;
        padding-top: 10px;
    }
    footer .copyright {
        clear: both;
        font-size: 0.8rem;
        padding-top: 20px;
    }
    footer img {
	width: 100%;
}
	.formrun dl {
		width: 1002px;
	border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
	}
	.formrun dl dt {
    float: left;
    clear: both;
    background-color: #F4F4F4;
    width: 320px;
    height: 60px;
    margin: 0;
    padding: 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	}
	.formrun dl dd {
		float: left;
		width: 640px;
		height: 60px;
		padding: 10px;
		
		margin: 0;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
    }
	.formrun dl .textarea {
		height: 240px;
	}
    .formrun dl dd input {
        font-size: 1.2rem;
        padding: 5px;
        width: 300px;
        border-radius: 5px;
    }
    .formrun dl dd textarea{
        font-size: 1rem;
        padding: 5px;
        width: 600px;
        height: 200px;
        border-radius: 5px;
    }
	.formrun .caution {
		color: #ff0000;
	}
	.formrun .send_bt {
		background-color: #003883;
color: #fff;
text-decoration: none;
font-size: 32px;
padding: 10px;
border-radius: 35px;
		border: none;
width: 400px;
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
height: 70px;
box-sizing: border-box;
position: relative;
	}
}
