@charset "UTF-8";


/* style
---------------------------------------- */
body {
	text-align: center;
	}
.wrapper{ 
	/*width: 1100px;*/
	max-width: 100%;
	margin: 0 auto;
    overflow: hidden;
}
#contents-warp{ 
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
#foot-warp{ 
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

@media screen and (max-width: 768px) {
	#contents-warp,
	#foot-warp {
	    width: 100%;
	}
	#foot-warp {
		margin: 0 auto;
	}
}


.sp,header{ 
	display: none !important; 
	
	}
.pc { 
	width: 100%;
	display: inline-block; 
}
a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

/* main
---------------------------------------- */
#main .inner{
/*	width: 860px;*/
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#main .top_area{
	position: relative;
	background-image: url(../images/top_bg.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#main .top_area h1 img{
	width: 560px;
}
#main .top_area > .inner{
	height: 1000px;
}
#main .link_btn{
	position: absolute;
	bottom: 1%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#main .link_btn a{
	display: block;
	box-sizing: border-box;
	width: 450px;
	padding: 15px 0;
	background-color: #005590;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	#main .top_area{
		background: none;
	}
	#main .top_area > .inner,
	#main .top_area h1 img{
		width: 100%;
		height: auto;
	}
	#main .link_btn{
		bottom: 3vw;
	}
	#main .link_btn a{
		width: 100%;
		padding: 2.5vw 2vw;
	}
}

/* guide
---------------------------------------- */
.guide{
	background-color: #a70377;
}
.guide .inner{
	width: 700px;
	max-width: 90%;
	padding: 30px 0;
	margin: 0 auto;
}

.guide .inner p{ color: #fff;}
.guide .inner > .tit{ 
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
.guide .inner > .txt{ 
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.guide .inner .box{ 
	width: 570px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	margin: 30px auto;
}
.guide .inner .box .item:nth-child(1){ 
	width: 24%;
}
.guide .inner .box .item:nth-child(2){ 
	width: 68%;
}
.guide .inner .box .tit{ 
	display: block;
	margin-bottom: 10px;
	background-color: #fff100;
	color: #a70377;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1.15rem;
}
.guide .inner .box .txt{ 
	text-align: left;
	font-size: 12px;
	line-height: 1.8;
}

.guide .btn_list li{
	display: inline-block;
	width: 50%;
}
.guide .btn_list li a{
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 25px;
	font-weight: 500;
	background-color: #fff;
	color: #a70377;
	border-radius: 30px;
}
.guide .btn_list li a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	.guide.sp{ 
		width: 100%;
	}
	.guide .inner > .tit{ 
		font-size: 8vw;
	}
	.guide .inner > .txt{ 
		font-size: 4.5vw;
		text-align: center;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.guide .inner .box .item:nth-child(1),
	.guide .inner .box .item:nth-child(2){ 
		width: 100%;
	}
	.guide .inner .box .item:nth-child(1) {
		margin-bottom: 30px;
	}
	.guide .inner .box .item:nth-child(1) img{
		width: 30%;
	}

	.guide .inner .box .tit{ 
		font-size: 9.2vw;
		padding-left: 1.15rem;
	}
	.guide .inner .box .txt{ 
		font-size: 3.4vw;
		line-height: 1.6;
	}

	.guide .btn_list li{
		width: 90%;
	}
	.guide .btn_list li a{
		padding: 3vw 0;
		font-size: 5.6vw;
	}
	.guide .btn_list li a:hover{
		opacity: 1;
	}
}


/* slide
---------------------------------------- */
#slide{
	width: 100%;
	max-width: 100%;
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 30px auto 0;
	position: relative;
}
#slide #area-content{
	width: 1100px;
	max-width: 100%;
	margin: 0 auto 60px;
	padding: 30px 0 40px;
	background-size: 100% auto;
	background-color: #ffe33f;
}
#slide #area-content .inner,
#slide .inner{
	width: 715px;
	margin: 0 auto;
}
#slide #slide-content .inner{
	width: 100%;
	margin: 0 auto;
}
#slide h2{
	position: relative;
}
#slide .tit{
	position: relative;
    width: 25%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
	font-weight: 500;
    background-color: #eb6100;
	background-repeat: repeat-y;
	box-sizing: border-box;
}
#slide .tit::before{
	content: '';
	position: absolute;
	top: -180px;
    left: -58px;
	display: inline-block;
	width: 292px;
	height: 157px;
	background-image: url('../images/slide/sub_img.png');
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	z-index: 999;
}

#slide .tit img{
	position: relative;
    top: -55px;
}
#slide .period{
	width: auto;
	margin: 0 auto;
	padding: 30px 0 20px;
}
#slide .txt {
    padding: 20px 0 20px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 200;
    color: #000;
	clear: both;
	text-align: left;
}
#slide .donate {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 3px solid #eb6100;
    background-color: #fff;
	clear: both;
	text-align: left;
}
#slide .donate .top,
#slide .donate .bottom{
	padding: 15px;
}
#slide .donate .top{
	position: relative;
	border-bottom: 1px solid #eb6100;
}
#slide .donate .top:before,
#slide .donate .top:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
#slide .donate .top:before{
  bottom: -20px;
  border-style: solid;
  border-color: #eb6100 transparent transparent transparent;
  border-width: 20px 32px 0 32px;
}
#slide .donate .top:after{
  bottom: -19px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 32px 0 32px;
  z-index: 10;
}
#slide .donate .bottom{
	padding: 25px 0 10px 0;
	text-align: center;
}
#slide .donate p{
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
	#slide .tit{
		position: relative;
	    width: 50%;
	    margin: 0 auto;
	    padding: 10px 0;
	    font-size: 4.5vw;
	    color: #fff;
		font-weight: 500;
	    background-color: #eb6100;
		background-repeat: repeat-y;
		box-sizing: border-box;
	}
	#slide .txt {
	    width: 90%;
	    font-size: 3.7vw;
	    margin: 0 auto;
	    padding: 0 0 7vw;
	    line-height: 1.6;
	    font-weight: 400;
	}
	#slide .donate {
	    width: 90%;
	}
	#slide .donate p {
	    font-size: 4.6vw;
	    line-height: 1.6;
	    font-weight: 600;
	}
	#slide .donate .top,
	#slide .donate .bottom {
	    padding: 4vw;
	}
	#slide .donate .bottom {
	    padding: 8vw 0 3vw;
	}
}


#slide #slide-content .slide_area{
	margin: 50px auto;
}
#slide #slide-content .slide_area img{
    width: 100%;
}
#slide #slide-content p{
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#slide #slide-content .slide_area{
		margin: 5vw auto 8vw;
	}
	#slide #slide-content .slide_area img{
		width: 100%;
	}
	#slide #slide-content p {
	    font-size: 5vw;
	    font-weight: 700;
	    margin-bottom: 10vw;
	}
}


/* invitation
---------------------------------------- */
#invitation .first-content{
	background-color: #015690;
	width: 750px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
    padding-bottom: 40px;
	box-sizing: border-box;
	color: #ffffff;
}
#invitation .first-content ul{
	width: 680px;
	margin: 0 auto;
	text-align: left;
}
#invitation .first-content ul li{
	padding: 20px 0;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: 1.4;
  text-align:justify;
}
#invitation .first-content ul.post_btn_notes li{
	padding: 0;
	border-bottom: none;
	line-height: 1.6;
	text-indent: -1em;
	margin-left: 1em;
}
#invitation .first-content .post_btn{
	margin: 10vw 0 5vw;
}
#invitation .first-content .post_btn a{
	width: 50%;
  margin: 0 auto;
  padding: 2vw;
  background: #B31180;
  font-size: 5.966vw;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
	#invitation .first-content{
		width: 100%;
		max-width: 100%;
		padding: 0 0 5vw;
		margin-bottom: 0;
		box-sizing: border-box;
	}

	#invitation .first-content ul{
		width: 92%;
	}

}

#invitation .second-content{
	width: 750px;
	max-width: 100%;
	margin: 0 auto 60px;
	border: 36px solid #015690;
	box-sizing: border-box;
}
#invitation .second-content .inner{
	max-width: 100%;
	padding: 40px 65px;
	box-sizing: border-box;
}

#invitation .second-content .title{
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	background-color: #015690;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
}
#invitation .second-content .sub{
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 3px solid #015690;
	background-color: #ffffff;
	color: #015690;
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
}
#invitation .second-content .text{
	margin-bottom: 20px;
	color: #000000;
	text-align: left;
	font-size: 16px;
    line-height: 1.6;
	font-weight: 600;
}
#invitation .second-content .text span{
  display: block;
	font-size: 13px;
	color: #000000;
}
#invitation .second-content .list_box {
	width: 700px;
	max-width: 100%;
	margin: 0 auto 20px;
	box-sizing: border-box;
	text-align: left;
}
#invitation .second-content .list_box p{
	color: #000000;
}
#invitation .second-content .list_box p.tit{
	width: 100%;
	font-size: 15px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	background-color: #c9caca;
	color: #000;
}
#invitation .second-content .list_box p.list{
	font-size: 16px;
    line-height: 1.6;
	font-weight: 600;
	text-indent: -1em;
	margin-left: 1em;
}
#invitation .second-content .list_box.count p.list{
	text-indent: -1.5em;
	margin-left: 1.5em;
}


@media screen and (max-width: 768px) {
	#invitation .second-content{
		border: 18px solid #015690;
		margin-bottom: 0;
	}
	#invitation .second-content .inner{
		padding: 4vw;
	}

	#invitation .second-content .title{
		width: 100%;
		margin-bottom: 4.5vw;
		box-sizing: border-box;
		background-color: #015690;
		color: #ffffff;
		font-size: 5.2vw;
	    letter-spacing: 0.128rem;
		font-weight: 600;
		padding: 2vw;
	}
	#invitation .second-content .sub{
		width: 100%;
		margin-bottom: 3vw;
		font-size: 4.4vw;
		font-weight: 600;
		padding: 1vw;
	}
	#invitation .second-content .text{
		margin-bottom: 4vw;
		font-size: 3.8vw;
	    line-height: 1.6;
		font-weight: 500;
	}
	#invitation .second-content .text span{
		font-size: 3.2vw;
		line-height: 1.4;
	}
	#invitation .second-content .list_box {
		width: 100%;
		margin: 0 auto 4vw;
		box-sizing: border-box;
		text-align: left;
	}
	#invitation .second-content .list_box p{
		color: #000000;
	}
	#invitation .second-content .list_box p.tit{
		font-size: 3.6vw;
	    line-height: 1;
	    padding: 6px 0;
	    margin-bottom: 10px;
		font-weight: 600;
		text-align: center;
		background-color: #c9caca;
	}
	#invitation .second-content .list_box p.list{
		font-size: 3.8vw;
	    line-height: 1.6;
		font-weight: 500;
	}
}

/* report
---------------------------------------- */
#report{
	padding: 70px 40px;
}

#report h2 {
	color: #015690;
	font-size: 2.2rem;
	margin: 0 auto 40px;
	width: 60%;
	text-align: center;
}

#report .report_btn + .report_btn {
	padding-top: 20px;
}

#report .report_btn a {
	width: 50%;
	margin: 0 auto;
	padding: 2vw;
	background: #1675c8;
	font-size: 28px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

#report .report_btn.btn-img a {
	background: none;
}

@media screen and (max-width: 768px) {
	#report{
		padding: 13vw 5vw;
	}

	#report h2 {
		margin: 0 auto 5vw;
		width: 80%;
		text-align: center;
	}

	#report .report_btn + .report_btn {
		padding-top: 4.2vw;
	}

	#report .report_btn a {
		width: 100%;
		font-size: 5.966vw;
	}
}

/* event
---------------------------------------- */
#event .event-content{
	width: 750px;
	max-width: 100%;
	margin: 0 auto 60px;
	border: 36px solid #1b94d3;
	box-sizing: border-box;
}
#event .event-content .inner{
	max-width: 100%;
	padding: 40px 65px;
	box-sizing: border-box;
}
#event .event-content .inner .item_mg img{
	margin-bottom: 30px;
}
#event .event-content .inner .photo_mg img{
	margin-bottom: 20px;
}
#event .event-content .inner p{
	color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align:justify;
}

#event .event-content .inner .event_btn a {
	width: 80%;
	margin: 35px auto 0;
	padding: 2vw;
	background-image: linear-gradient(90deg, rgba(0, 98, 152, 1), rgba(10, 47, 102, 1));
	font-size: 28px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

@media screen and (max-width: 768px) {
	#event .event-content{
		border: 18px solid #1b94d3;
		margin-bottom: 0;
	}
	#event .event-content .inner{
		padding: 4vw;
	}
	#event .event-content .inner p{
	    font-size: 3.8vw;
	}
	#event .event-content .inner .event_btn a {
		width: 100%;
		margin: 6vw auto 3vw;
		font-size: 5.966vw;
	}
}

/* notes
---------------------------------------- */
#notes{
  margin-bottom: 30px;
}
#notes .accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

#notes .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.825em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #2e4080;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

#notes .accordion-container .accordion-title:hover i:before,
#notes .accordion-container .accordion-title:hover i:active,
#notes .accordion-container .content-entry.open i {
  color: white;
}

#notes .accordion-title{
  position: relative;
}

#notes .accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#notes .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

#notes .accordion-content {
  display: none;
  padding: 20px 20px 40px;
  cursor: auto;
}
#notes .accordion-content span{
  color: #3f6fbc;
}
#notes .accordion-content p {
	color: #000000;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	text-align:justify;
}
#notes .accordion-content p + p{
	padding-top: 5px;
}
#notes .accordion-container {
  width: 950px;
  margin: 1.875em auto;
}

@media screen and (max-width: 768px) {
	#notes{
	  margin-bottom: 5vw;
	}
	#notes .accordion-container .accordion-title {
	    font-size: 4.4vw;
	}
	#notes .accordion-content p + p{
		padding-top: 1.2vw;
	}
	#notes .accordion-content {
	  display: none;
	  padding: 4vw 4vw 7vw;
	}
	#notes .accordion-container {
	  width: 100%;
	  margin: 0 auto;
	}
}

/* inquiry
---------------------------------------- */
#inquiry { 
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

/* value_area
---------------------------------------- */
#value_area { 
	width: 760px;
	max-width: 100%;
	margin: 0 auto 80px;
	padding: 20px;
	background-color: #ffffff;
	box-sizing: border-box;
}
#value_area .inner > img { 
	width: 100%;
	height: auto;
}

#value_area h3{ 
	box-sizing: border-box;
	border-radius: 20px;
	border: 5px solid #e60012;
	background-color: #fff100;
	color: #e60012;
	font-size: 40px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#value_area h3 span{ 
	font-size: 27px;
	color: #e60012;
	display: block;
	margin-top: 10px;
	text-align: center;
}

#value_area .txt01{ 
	font-size: 15px;
	margin: 20px 0 30px;
	color: #000000;
	font-weight: 600;
}
#value_area .txt02{ 
	font-size: 12px;
	color: #000000;
}

#value_area .value_period{ 
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
#value_area .value_period img{ 
	width: 48%;
}

@media screen and (max-width: 768px) {
	#value_area { 
		width: 100%;
		margin: 0 auto;
		padding: 3vw;
	}
	#value_area .inner{ 
		width: 100%;
	}

	#value_area h3{ 
		font-size: 6vw;
		padding: 3vw;
		margin-bottom: 3vw;
	}
	#value_area h3 span{ 
		font-size: 3.2vw;
	}
	#value_area .txt01 {
	    font-size: 3vw;
	    margin: 2vw 0 3vw;
	}
	#value_area .txt02 {
	    font-size: 2.8vw;
	    margin: 2vw 0;
	}
	#value_area .value_period{ 
		margin-bottom: 3vw;
	}
}


.-left{ text-align: left;}
.-right{ text-align: right;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		-webkit-transition: 0;
		-o-transition: 0;
		transition: 0;
	}

	.wrapper{ 
		width: 100%;
		margin: 0 auto;
	}
	.wrapper2{ 
		width: 90%;
		margin: 0 auto;
	}

	header{
		display:block !important;
	}
	img { width: 100%; }
	.sp { 
		display: inline-block !important;
	}
	.pc { display: none; }

/* area inner指定
---------------------------------------- */
#slide,
#invitation { 
    margin: 0 auto;
}
#slide .inner,
#invitation .inner { 
	width: 100%;
    margin: 0 auto;
}

#slide .bd-style,
#invitation .bd-style,
#slide #area-content,
#invitation #area-content{ 
	width: 100%;
	padding: 0 0 6vw;
	margin: 0 auto 6vw;
}
#slide #area-content .inner,
#invitation #area-content .inner{ 
	width: 95%;
}
#slide .period,
#invitation .period{ width: 90%; padding: 6vw 0 7vw;}


/* inquiry
---------------------------------------- */
#inquiry { 
	width: 100%;
	background-color: #e2e2e2;
	padding-bottom: 8vw;
}

	
/* page-top
-------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 999;
}
#page-top img{
	width:50px;
	height:50px;
}
#page-top a:hover {
    text-decoration: none;
}
}


/* reset
---------------------------------------- */
html , body , div , span , applet , object , iframe , 
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , 
a , abbr , acronym , address , big , cite , code , 
del , dfn , em , img , ins , kbd , q , s , samp , 
small , strike , strong , sub , sup , tt , var , 
b , u , i , center , 
dl , dt , dd , ol , ul , li , 
fieldset , form , label , legend , 
table , caption , tbody , tfoot , thead , tr , th , td , 
article , aside , canvas , details , embed , 
figure , figcaption , footer , header , hgroup,  
menu , nav , output , ruby , section , sum mary , 
time , mark , audio , video , button {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure , 
footer , header , hgroup , menu , nav , section {
	display: block;
}

ol , ul {
	list-style: none;
}

blockquote , q {
	quotes: none;
}

blockquote:before , blockquote:after, 
q:before , q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #D28C8C;
	text-decoration: none;
}


/* clearfix
---------------------------------------- */
/* for modern brouser */
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#report{
	padding: 13vw 5vw;
}

#report h2 {
	color: #015690;
	font-size: 2.2rem;
	margin: 0 auto 5vw;
	width: 80%;
	text-align: center;
}




