/* Reset */

ul,ol { list-style: none; }
img {border: 0;}
* { margin:0; padding:0; border:0; }

html {margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

body{
	line-height:1.6;
	text-align:left;
	font-family: "ヒラギノ明朝 ProN W3", 'Times New Roman', "游明朝", YuMincho,  "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	margin:0px;
	padding:0px;
	color:#000;
	font-size:16px;
	background-color: #EDDEC4;
	
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("img/bg.jpg") center no-repeat;
  background-size:cover;
}

a img {
	border:none;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#675E5C;
	
}

.t8{font-size:8px;}
.t10{font-size:10px;}
.t11{font-size:11px;}
.t12{font-size:12px;}
.t13{font-size:13px;}
.t14{font-size:14px;}
.t16{font-size:16px;}
.t18{font-size:18px;}
.t20{font-size:20px;}
.t24{font-size:24px;}
.t26{font-size:26px;}
.t32{font-size:32px;}
.t36{font-size:36px;}
.t40{font-size:40px;}
.t48{font-size:48px;}
.t60{font-size:60px;}


.sp50{height: 50px;}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.clearboth { padding: 0; clear:both; }

.float-left{float:left;}
.float-right{float:right;}

.center{text-align: center;}

/*==========================================================*/

.wrap-hidden{
	overflow: hidden;
}

.container{
	margin:0 auto;
	max-width:1000px;
	padding: 0 2%;
}

.accent{
	color: #2E457C;
}
/*==========================================================*/

/* ヘッダー＆ハンバーガー ---------------- */

.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */

.header-logo{
	float: left;
	margin-right: 20px;
}

.header-logo img{
 width:220px;
 }

#top-head {
    top: -100px;
    position: absolute;
    width: calc(100% - 22px);
    margin: 100px auto 0;
    padding: 20px;
    line-height: 1;
    z-index: 999;
	font-size: 14px;
	background-color: #fff;
	height: 29px;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 12px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 5px;
	color: #111;
}

#global-nav ul li a:hover {
	color: #ccc;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 38px;
    background: #f4efe7;
    background: rgba(255,255,255,0.79);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 10px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 700px) {
	.header-title{padding-top: 2px;font-size: 12px;}
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0px;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(254,254,254,0.80);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
	
	#mobile-head img{width:200px;}
	
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -800px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(856px);
        -webkit-transform: translateY(856px);
        transform: translateY(856px);
    }
}

/* end ハンバーガーメニュー */


@media screen and (max-width: 700px) {
	.pc{display: none;}
}
@media screen and (min-width: 701px) {
	.sp{display: none;}
}


#emergency-info{
	background-color: #E04727;
	position: absolute;
	top: 60px; left: 0px;
	padding: 10px 16px;
	font-size: 18px;
	height: 50px;
	display: table-cell;
	vertical-align:middle;
	width: 100vw;
	color: #fff;
}

#emergency-info .inn{
	border-left: 22px solid #F9E66F;
	padding: 4px 8px;
	line-height: 1;
}

#top .title-main{
	margin-top: 45px;
	text-align: center;
}

#top img.title-main{
	width: 100%;
	margin: 10px 0 40px 0;
	max-width: 1000px;
}

@media screen and (min-width: 701px) {
	#emergency-info{top: 0px; left: 0px; position: relative;}
	#top img.title-main{ width: 100%; margin: 50px 2% 2px 2%;}
}

#top .caution1{
	text-align: center;
}

#top .caution1 .red{
	color: #BA1E21;
	font-size: 18px;
	display: inline-block;
	padding-top: 10px;
}

.btn-waku{
	width: 200px;
	height: 50px;
	text-align: center;
	background-image: url("img/button-waku.png");
	background-size: 200px 50px;
	background-repeat: no-repeat;
	font-size: 18px;
	position:relative;
}

.btn-waku .link {
    display: block;
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
	padding-top: 10px;
}

#top .lead-title{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 16px 0;
	line-height: 1.3;
}

#top .lead-title2{
	font-size: 21px;
	font-weight: bold;
	margin: 40px 0 16px 0;
	line-height: 1.3;
	text-decoration: underline;
}


#top p.lead{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (min-width: 701px) {
	#top .lead-title{font-size: 34px;}
	#top p.lead{font-size: 18px;}
	#top .caution1{display: -webkit-box; display: flex; justify-content: flex-end;}
}

@media screen and (max-width: 700px) {
	#top .caution1 .btn-waku{margin: 5px auto;}
}

.menu{
	display: -webkit-box; 
	display: flex;
	justify-content: center;
	flex-wrap : wrap;
	margin: 70px auto;
	max-width: 700px;
}

.menu .btn-waku{margin: 8px 16px;}

.menu .spacer{
	width: 100%;
}

@media screen and (max-width: 700px) {
	.menu{margin: 30px auto;}
	.menu{justify-content: flex-start; max-width: 480px;}
}

@media screen and (max-width: 460px) {
	.menu .btn-waku{background-size: 166px auto; width: 166px; margin: 4px;height: 40px;}
	.menu .btn-waku .link{padding-top: 4px;}
	.menu{max-width: 350px;}
}

@media screen and (max-width: 350px) {
	.menu{max-width: 180px;}
}

#kaiki{
	font-size: 18px;
	line-height: 1.3;
}

#top .sec-title{
	font-size: 21px;
	margin: 10px 0 20px -20px;
	font-weight: bold;
	width:135px;
	text-align: center;
}

#top .sec-waku{
	background-image: url("img/leaf-pc.png");
	background-size: 200px auto;
	background-repeat: no-repeat;
	padding: 10px 0px 40px 55px;
}

#top #kaiki h1{
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 30px;
}

#top #kaiki .col{
	font-size: 14px;
	font-weight: normal;
}

#top #kaiki h2{
	font-size: 18px;
	margin-top: 16px;
}

#top #kaiki .t14 a{
	text-decoration: underline;
}

#top .nw{
	display: inline-block;
}

#kaiki table.sponsor{
	font-size:14px;
	line-height:1.2;
	text-align:left;
}
#kaiki table.sponsor th{
	font-weight: normal;
	text-align:right;
	vertical-align:top;
	padding-right: 4px;
	white-space: nowrap;
}

#kaiki table.fee{
	width: 100%;
	max-width:360px;
	font-size:15px;
	text-align:center;
	border-collapse: collapse;
	line-height:1.1;
	margin-bottom: 10px;
	float: left;
}

#kaiki table.fee th, #kaiki table.fee td{
	border: 1px solid #888786;
	padding: 6px 4px;
	font-weight:normal;
}

#kaiki table.fee td{
	background-color:#F6EAD9;
}

#kaiki table.fee th{
	background-color:#EFDDC3;
	white-space: nowrap;
}

#kaiki .itemize{
	text-indent:-1em;
	margin:3px 8px 0px 18px;
	line-height:1.1;
	text-align:left;
	font-size: 14px;
}

#kaiki p{
	font-size: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#kaiki .kanran-right{
	float: right;
	max-width: calc(100% - 390px);
	margin-right: 10px;
}

#kaiki .btn-waku{
	margin: 10px auto;
}

#kaiki .sns-waku{
	max-width: 440px;
	margin: 80px auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

#kaiki .line img{
	width: 100%;
	margin: 10px 0;
}

.sns-icon img{
	width: 33px;
	margin: 16px 16px 8px 16px;
}

@media screen and (max-width: 700px) {
	#top .sec-waku{background-image: url("img/leaf-sp.png"); padding: 10px 0px 0px 0px; margin-top: 70px;}
	#top .sec-title{margin: 10px 0 60px 0px; width:200px;}
	#kaiki .kanran-right{float: none; max-width: none; font-size: 14px;}
	#kaiki table.fee{float: none; margin: 20px 0;}
	#kaiki .btn-waku{margin: 10px auto 30px auto;}
}

#event{
	text-align: justify;
	text-justify: inter-ideograph;}

#event strong{
	font-size: 18px;
	line-height: 1.8;
}

#event .event-inner-waku {
	padding: 40px;
}

#zuroku{
	text-align:  center;
}

#zuroku p{
	text-align:  left;
	overflow: hidden;
}

@media screen and (min-width: 701px) {
	#zuroku img{float: left; margin: 0 20px 20px 0}
}

.caution{
	font-size: 12px;
	color: #333;
	text-align: right;
	line-height: 1.2;
	margin: 16px;
}

#foot-menu{
	text-align: center; 
	padding: 30px 0;
	background-color: #E5D1B7;
	background-color: rgba(229,209,183,0.5);
	background-image: url("img/footer_logo2.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: 124px auto;
}

@media screen and (max-width: 700px) {
	#foot-menu{background-position: center bottom 10px; padding-bottom: 60px; background-size: 90px auto;}
}

#foot-menu img.footer-logo {
	width: 80%; max-width: 260px;
}

#foot-menu .menu{
	margin: 10px auto;
}

#footer-douji{
	background-color: #B3D5E3;
	background-color: rgba(179,213,227,0.9);
	padding: 16px;
	font-size: 14px;
	line-height: 1.1;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer-douji img{
	float: left;
	margin: 0 16px 0;
}

#footer-douji p{
	overflow: auto;
}












/* footer ==========================================================*/

#footer-link{
	border-top: 10px solid #FFEF02;
	background-color: #004126;
	color: #fff;
	padding: 10px;
	line-height: 1;
	margin-top: 50px;
}

.footer-link-box{
	text-align: center;
}

.footer-link-box img{
	margin: 3px 0;
}

.footer-link-box li{
	display: inline-block;
	padding: 0px 15px;
	text-align: center;
	line-height: 1;
	font-size: 10px;
}

.footer-link-box li a{
	color: #fff;
}

@media screen and (min-width: 701px) {
	#top .footer-link-box li{height: 100px;}
	#top .footer-link-box .k1{margin: 10px 0px 0 0;}
	#top .footer-link-box .k2{margin: 20px 0px 12px 0;}
}

.footer-link-box .line{
	height: 90px;
	border-left: 1px solid #aaa;
	width: 1px;
	margin: 10px 0px 0 0px;
}
#footer-link .logo{
	width: 140px;
	margin-right: 60px;
}

@media screen and (max-width: 950px) {
	li.over900{display: none;}
}




#footer{
	border-top:10px solid #98C4D6;
	padding: 10px 30px;
	height: 80px;
	position: relative;
	background-color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer .w1{
	float: left;
	font-size: 11px;
	color: #5E5E5E;
	line-height: 1.2;
}

#footer .w1 img{
	margin-bottom: 10px;
}

#footer .w2{
	float: left;
	margin-left: 20px;
}

#footer .w3{
	font-size: 12px;
}

#footer .w3 .waku{
	border: 1px solid #999;
	display: inline-block;
	line-height: 1;
	padding: 2px 8px;
	margin: 0 0 10px 10px;
}

#footer .w3 .copyright{
	font-size: 10px;
	color: #b3b3b3;
}

@media screen and (min-width: 931px) {
#footer .w3{
	float: right;
	margin-left: 20px;
	width:600px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
}
#footer .w3 .copyright{text-align: right;}
}

@media screen and (max-width: 930px) {
	#footer{height: auto;}
	#footer .w1{float: none; margin: 0 auto; text-align: center;}
	#footer .w2{float: none; margin: 20px auto; text-align: center;}
	#footer .w3{float: none; margin: 0 auto; text-align: center; }
}



/*detail====================*/

#detail .detail-menu{
	max-width: 1100px;
	margin: 90px auto;
	text-align: center;
}

#detail .detail-menu .detail_logo{
	width: 80%;
	max-width: 280px;
	float: left;
}

#detail .detail-menu .menu{
	float: right;
	width: calc(100% - 300px);
	margin: 10px auto;
}

#detail img.flag{
	width:65%;
	max-width: 300px;
	float: left;
}

#detail img.flag2{
	width:30%;
	max-width: 160px;
	float: right;
	margin-top: 60px;
}

#detail .lead{
	font-size: 18px;
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	#detail .detail-menu{margin: 52px auto;}
	#detail .detail-menu .menu{display: none;}
	#detail .detail-menu .detail_logo{float: none; margin: 20px 30px 20px 0;max-width: 380px;}
	#detail .lead{margin-top: 20px; font-size: 16px;}
}

#detail #sho{
	display: -webkit-box; 
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	flex-flow: wrap;
}

#detail .sho-waku{
	text-align: center;
	max-width: 420px;
	min-width: 350px;
	width:45%;
	line-height: 1.3;
}

#detail .sho-waku p{
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 10px 0
}

#detail .sho-num{
	height: 135px;
	margin: 80px 0px 16px 0;
}

#detail .sho-tit{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

#detail .sho-copy{
	font-size: 12px;
	text-align: left;
}

#detail .sho-work{
	height: 320px;
}

@media screen and (max-width: 800px) {
	#detail #sho{display: block; text-align: center;}
	#detail .sho-waku{max-width:none; width: 90%; margin: 60px auto;}
	
}








