@charset "UTF-8";

/* common */
* {
    /*box-sizing: border-box;
    -webkit-appearance: none;*/
}
body {
	width: 100%;
	margin: 0;
    /*position: relative;*/
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    overflow-x: hidden;
    color: #000;
    font-size: 14px;
    /*line-height: 1.6;*/
}


a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    opacity: 0.7;
    cursor: pointer;
}
ul {
    list-style: none;
}

p{ margin: 0; }



.showbox {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.showbox2{
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
}


/*header*/
#headerbox{
	width: 100%;
	height: auto;
	min-height: 505px;
	background: #fff center top no-repeat url(../images/head-bk.png);
	background-size:  contain;
	padding-top: 15px;
	padding-left: 20px;
}

.head_logo{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 15px;
	width: 330px;
	display: inline-block;
	text-align: center;
}

.head_lang{
	float: right;
	margin-right: 30px;
}

.head_lang a {
	font-size: 12px;
    padding: 1px 5px;
	background-color: #2E0083;
	border: 1px solid #fff;
	color: #fff;
}

.head_lang a:hover {
	text-decoration: none;
}

.head_lang a.current {
	background-color: #fff;
	border: 1px solid #2E0083;
	color: #2E0083;
	cursor: default;
}

.head_lang a.current:hover {
	opacity: 1;
}

/* temp */
.temp {
	max-width: 980px;
	text-align: center;
	margin: 20px auto;
	background-color: red;
}

.temp a {
	display: block;
	padding: 10px;
	color: #fff;
	border: solid 3px;
	font-size: 1.6em;
	text-decoration: underline;
}
.temp a:hover {
	opacity: 1;
}

.temp p {
	border: solid 3px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.temp p::before, .temp p::after {
	content: "";
	display: inline-block;
	background-color: red;
	width: 28%;
	height: 2px;
}

/*contents*/
.contents{
	width: 100%;
}


.index-sec1{
	width: 100%;
	margin-top: 10px;
	background-color: #b5b4b4;
}

.index-sec1 .showbox{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 30px 0;
}

.sec1-1{
	width: 56.8%;
	margin-right: 4.3%;
}
.sec1-2{
	width: 38.7%;
}

.sec1-1 img,
.sec1-2 img{
	width: 100%;
	height: auto;
}


.sec1-2 p:first-child{
	margin-bottom: 3px;
}

.down-arrow{
	text-align: center;
	margin-top: -30px;
}



.index-sec2{
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.index-sec2 .sec2-1{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sec2-1 .left1,
.sec2-1 .right1{
	width: 42%;
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.sec2-1 .left1{
	color: #307acd;
	font-size: 30px;
}





.index-border1{
	color: #cd6030;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.index-border1:before,
.index-border1:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
}
.index-border1:before {
	margin-right: 20px;
}
.index-border1:after {
	margin-left: 20px;
}


.sec2-1 .right1 p:first-child{
	width: 14.2%;
	border: 1px solid #000;
	font-size: 13px;
	text-align: center;
}

.sec2-1 .right1 p:last-child{
	width: 85%;
	font-size: 12px;
	margin-left: 0.5%;
}


.sec2-3{
	display: flex;
	justify-content: space-between;
}

.sec2-3 .left2,
.sec2-3 .right2{
	width: 46.6%;
}


.sec2-3 .left2 dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}

.sec2-3 .left2 dl dt{
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}

.sec2-3 .left2 dl dd{
	font-size: 13px;
	margin: 0;
	padding-top: 3px;
}	

.sec2-3 .left2 dl dd:before{
	content: "\FF1A";
}

.sec2-3 .left2 div{
	margin-top: 20px;
}

.sec2-3 .left2 div img {
	max-width: 100%;
}

.sec2-3 .width1{
	width: 17%;
}

.sec2-3 .right2 .right2-1{
	display: flex;
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.sec2-3 .right2 .right2-1 div:first-child{
	width: 18%;
	text-align: center;
	font-size: 15px;
	color: #cd6030;
}

.sec2-3 .right2 .right2-1 div:first-child:after{
	content: "\FF1A";
}

.sec2-3 .right2 .right2-1 div:last-child{
	font-size: 12.2px;
}

.sec2-3 .right2 .right2-1 div:last-child p:first-child,
.sec2-3 .right2 .right2-1 div:last-child p:nth-child(2),
.sec2-3 .right2 .right2-1 div:last-child p:nth-child(3),
.sec2-3 .right2 .right2-1 div:last-child p:nth-child(4){
		color: #cd6030;
}

.sec2-3 .right2 .right2-1 div:last-child p:before{
	line-height: 1;
	display: inline-flex;
	background: #cd5f2f;
	width: 1em;
	height: 1em;
	border: solid 2px #cd5f2f;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 1em;
	font-size: 0.84em;
	letter-spacing: 0;
	margin-right: 3px;
}

.sec2-3 .right2 .right2-1 div:last-child p:first-child:before{
	content: "1";
}
.sec2-3 .right2 .right2-1 div:last-child p:nth-child(2):before{
	content: "2";
}
.sec2-3 .right2 .right2-1 div:last-child p:nth-child(3):before{
	content: "3";
}


.sec2-3 .right2 .right2-2{
	font-size: 13px;
}
.sec2-3 .right2 .right2-2 ul{
	padding-left: 0px;
}
.sec2-3 .right2 .right2-2 ul li{
	list-style: disc;
}



.index-sec3{
	width: 100%;
	margin-bottom: 15px;
}

.index-sec3 .showbox{
	display: flex;
	justify-content: space-between;
}

.index-sec3 .sec3-1,
.index-sec3 .sec3-2{
	width: 46.7%;
	
}

.sec3-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sec3-title p:first-child{
	width: 18.4%;
}
.sec3-title p:last-child{
	width: 77.4%;
	height: 18px;
	background: left top repeat-x url(../images/kobo-bk1.png);
}

.index-sec3 .sec3-1 div:nth-child(2),
.index-sec3 .sec3-2 div:nth-child(2){
	margin: 18px 0 10px 0;
}

.index-sec3 .sec3-1 div:nth-child(3),
.index-sec3 .sec3-2 div:nth-child(3){
	display: flex;
	text-align: center;
	font-size: 12px;
}
.index-sec3 .sec3-1 div:nth-child(3){
	justify-content: space-between;
}
.index-sec3 .sec3-2 div:nth-child(3) p:first-child{
	width: calc(100% / 3 - 3px);
	padding-right: 3px;
}
.index-sec3 .sec3-2 div:nth-child(3) p:nth-child(2){
	width: calc(100% / 3 - 3px);
	padding: 0 1.5px;
}

.index-sec3 .sec3-1 div:nth-child(4),
.index-sec3 .sec3-2 div:nth-child(4){
	width: 100%;
}
.index-sec3 .sec3-1 div:nth-child(4) dl,
.index-sec3 .sec3-2 div:nth-child(4) dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.2em;
}
.index-sec3 .sec3-1 div:nth-child(4) dl dt,
.index-sec3 .sec3-2 div:nth-child(4) dl dt{
	width: 17.3%;
	background-color: #000;
	text-align: center;
	color: #fff;
	height: 20px;
	padding: 5px 0 2px 0;
	margin: 0 0 5px 0;
}
.index-sec3 .sec3-1 div:nth-child(4) dl dd,
.index-sec3 .sec3-2 div:nth-child(4) dl dd{
	width: 82%;
	margin: 0 0 5px 0;
	padding: 5px 0;
	
}

.index-sec3 .sec3-1 div:nth-child(4) dl dd span,
.index-sec3 .sec3-2 div:nth-child(4) dl dd span{
	font-size: 12px;
}

.index-sec3 .sec3-1 div:nth-child(5),
.index-sec3 .sec3-2 div:nth-child(5){
	width: calc(100% - 13px);
	border: 1px solid #000;
	font-size: 12px;
	padding: 3px 3px 3px 10px;
}

.index-sec3 .sec3-1 div:nth-child(5) span,
.index-sec3 .sec3-2 div:nth-child(5) span{
	color: #d16e3d;
}


.index-sec3 div.date{
	width: 100% !important;
	color: #cd6030;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 15px 0 5px 0;
}

.index-sec3 .date:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
	margin-left: 20px;
	margin-right: 0;
}

.index-sec3 dl.time{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-sec3 .time dt{
	text-align: right;
	width: 8%;
}

.index-sec3 .time dd{
	width: 90%;
	margin: 0;
}


.index-sec3 .sec3-1 div:last-child,
.index-sec3 .sec3-2 div:last-child{
	border: 1px solid #000;
	padding: 2px 10px;
	width: 250px;
	font-size: 12px;
}



.index-sec4 dl{
	display: flex;
	flex-wrap: wrap;
}

.index-sec4 dl dt:after{
	content: "\FF1A";
}

.index-sec4 dl dt{
	font-size: 16px;
	font-weight: bold;
}

.index-sec4 dl dd{
	margin-left: 20px;
}

.index-sec4 dl:nth-of-type(2) dd{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 70%;
}
@media screen and (max-width: 768px) {
	.index-sec4 dl:nth-of-type(2) dd{
		width: 100%;
	}
}
.index-sec4 dl:last-child dd{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 90%;
}

.index-sec4 dl:nth-of-type(2) dd div{
	width: 50%;
}
@media screen and (max-width: 768px) {
	.index-sec4 dl:nth-of-type(2) dd div{
		width: 100%;
	}
}

.index-sec4 dl:last-child dd div{
	width: 100%;
}

.index-sec4 dl:nth-of-type(2) dd p{
	font-size: 12px;
	flex-grow: 1;
}
.index-sec4 dl:last-child dd p{
	font-size: 12px;
}

.index-sec4 dl:last-child dd p:first-child{
		width: 35%;
}
.index-sec4 dl:last-child dd p:last-child{
		width: 58%;
}



.index-sec5{
	border: 1px solid #000;
	display: flex;
	padding: 12px 0 15px 0;
}


.index-sec5 div:first-child{
	width: 26.7%;
	text-align: center;
	background: right top 12px repeat-y url(../images/kobo-bk2.png);
	font-size: 19px;
	font-weight: bold;
}

.index-sec5 div:first-child span{
	color: #b4ab23;
}

.index-sec5 div:last-child{
	font-size: 12px;
	margin: 0;
	padding: 0 15px;
}

.index-contact dl{
	display: flex;
	align-items: center;
}

.index-contact dl dt{
	font-size: 20px;
	color: #307acd;
}

.index-contact dl dd{
	font-size: 20px;
	margin-left: 0;
}

.index-contact dl dd span{
	font-size: 15px;
}

.index-contact .detail {
	display: flex;
	align-items: center;
	margin-left: 130px;
}

.index-contact .text1{
	font-size: 23px;
	font-weight: bold;
	margin-left: 50px;
}

.index-contact .text2{
	font-size: 16px;
	margin-left: 200px;
}



.index-button1{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

.index-button1 a {
    display: block;
    padding: 15px;
    background: orange;
    background: linear-gradient(to bottom,orange 0%,#EF6C00 100%);
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    width: 90%;
    border-radius: 20px;
    line-height: 1;
    max-width: 660px;
    margin: 0 auto;
    border: solid 2px #EF6C00;
    box-sizing: border-box;
}

.index-button1 a:hover {
    text-decoration: none;
}

.index-button1 a.closed {
	cursor: default;
    background: #999;
    background: linear-gradient(to bottom,#999 0%, gray 100%);
    border: solid 2px gray;
}

.index-button1 a.closed:hover {
	opacity: 1;
}

.index-sec6{
	width: 100%;
	margin: 80px 0 30px 0;
	
}

.index-sec6 .showbox{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.index-sec6 .showbox p{
	width: 32%;
	margin-bottom: 18px;
	margin-left: 1%;
}

.index-sec6 .showbox p img{
	width: 100%;
	max-width: 300px;
}

.index-sec7{
	width: 100%;
	border-top: 10px solid #000;
	padding-top: 15px;
}

.index-sec7 .showbox p{
	color: #307acd;
	font-weight: bold;
	font-size: 30px;
}


.index-sec7 .sec7-1{
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 10px 0;
	color: #cd6030 !important;
}

.index-sec7 .sec7-1 p{
	color: #cd6030 !important;
	font-size: 22px;
}

.index-sec7 .sec7-1 p:last-child img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.index-sec7 .sec7-1 p:last-child span:first-child{
	margin-right: 10px;
}

.sec7-2{
	width: 100%;
	background-color: #ececec;
	text-align: center;
	margin-bottom: 50px;
}

.sec7-2 img{
	width: 100%;
	max-width: 930px;
	height: auto;
	margin: 0 auto -5px auto;
}


.index-sec8 ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.index-sec8 ul li{
	width: 24.5%;
	margin: 0 0.25%;

}

.index-sec8 ul li img{
	width: 100%;
	border: 1px solid #000;
}



/*footer*/
footer .footer-1{
	width: 100%;
	background-color: #b2b2b2;
	padding: 15px 0;
}

.footer-1 .footer-banner{
	width: 100%;
	max-width: 580px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	
}

.footer-1 .footer-banner p{
	width: 48.3%;
	display: flex;
	align-items: center;
}

.footer-1 .footer-banner p:before{
	content: url(../images/footer/kobo_footer3.png);
	
}


.footer-2{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 13px;
	padding: 24px 0;
}





/* responsive */
@media screen and (max-width: 980px) {
	#headerbox{
		width: calc(100% - 20px);
		height: auto;
		min-height: inherit;
		padding-bottom: 40%;
		background-size: contain;
	}
}

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

	#headerbox{
		padding-bottom: 40%;
	}



	.showbox{
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	
	
	.index-sec1 .showbox{
		width: 100%;
		flex-direction: column;
		padding: 30px 0 30px 0;
	}
	
	.sec1-1{
		width: 100% !important;
		margin-right: 0;
	}
	
	
	.sec1-2{
		width: 100%;
		text-align: center;
	}
	.sec1-1 img{
		/*max-width: 528px;*/
		width: 100% !important;
	}
	.sec1-2 img{
		max-width: 360px !important;
	}
		
		
	.sec2-1{
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.sec2-1 .left1,
	.sec2-1 .right1{
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.sec2-1 .right1 p:first-child{
		margin-bottom: 10px;
	}
	
	.sec2-3{
		flex-direction: column;
	}
	
	.sec2-3 .left2,
	.sec2-3 .right2{
		width: 100%;
	}
	
	
	.sec2-3 .left2 dl{
		flex-direction: column;
		flex-wrap: wrap;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	
	.sec2-3 .left2 dl dt,
	.sec2-3 .left2 dl dd{
		width: 100%;
	}
	
	.sec2-3 .left2 dl dt:after{
		content: "\FF1A";
	}
	
	.sec2-3 .left2 dl dd:before{
		content: "";
	}

	.sec2-3 .right2 .right2-2{
		padding: 0 10px 0 30px;
	}
	
	
	
	.sec2-3 .right2 .right2-1{
		flex-direction: column;
	}
	
	.sec2-3 .right2 .right2-1 div{
		padding: 0 20px;
	}
	
	.sec2-3 .right2 .right2-1 div:first-child{
		width: calc(100% - 40px);
		text-align: left;
	}
	
	
	
	
	.index-sec3 .showbox{
		width: calc(100% - 40px);
		flex-direction: column;
		padding: 20px;
	}
	
	.index-sec3 .sec3-1,
	.index-sec3 .sec3-2{
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	.index-sec3 .sec3-1 div:nth-child(3),
	.index-sec3 .sec3-2 div:nth-child(3){
		justify-content: space-around;
	}
	
	.index-sec3 .sec3-1 div:nth-child(4) dl,
	.index-sec3 .sec3-2 div:nth-child(4) dl{
		display: flex;
	}
	.index-sec3 .sec3-1 div:nth-child(4) dl dt,
	.index-sec3 .sec3-2 div:nth-child(4) dl dt{
		width: 100%;
	}
	.index-sec3 .sec3-1 div:nth-child(4) dl dd,
	.index-sec3 .sec3-2 div:nth-child(4) dl dd{
		width: 100%;
	}


	.sec3-title p:last-child{
		width: 80.4%;
	}


	
	.index-sec4 dl{
		flex-direction: column;
	}
	.index-sec4 dl dt,
	.index-sec4 dl dd{
		width: 100%;
		margin-left: 0px;
	}


	.index-sec4 dl:last-child dd{
		flex-direction: column;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
	}
	
	
	.index-sec4 dl:last-child dd p:first-child{
		width: 100%;
	}
	.index-sec4 dl:last-child dd p:last-child{
		width: 100%;
	}




	.index-sec5{
		flex-direction: column;
		padding: 15px;
	}
	
	
	.index-sec5 div:first-child{
		width: calc(100% - 15px);
		text-align: left;
		background: center bottom repeat-x url(../images/kobo-bk1.png);
		padding: 0 0 20px 20px;
	}
	
	.index-contact dl{
		flex-direction: column;
	}
	.index-contact dl dt,
	.index-contact dl dd{
		width: 100%;
	}
	
	
	.index-contact div{
		flex-direction: column;
		align-items: flex-start;
		margin-left: 0;
	}
	
	.index-contact .text1{
		margin-left: 0px;
	}
	
	.index-contact .text2{
		margin-left: 0px;
	}
	
	
	
	.index-button1{
		margin: 30px auto 0 auto;
		padding: 0;
	}
	
	.index-button1 a {
		border-radius: 20px;
	}
	
	.index-sec6 .showbox p{
		width: 48%;
	}
	.index-sec7 .sec7-1{
		flex-direction: column;
	}
	.index-sec7 .sec7-1 p{
		margin-bottom: 15px;
	}
	
	.index-sec7 .sec7-1 p:first-child{
		width: 100%;
		text-align: center;
	}
	
	.index-sec7 .sec7-1 p:first-child img{
		width: 100%;
		max-width: 340px;
	}
	
	
	.index-sec8 ul li{
		width: 32%;
		margin: 0 0.5%;
	
	}


	.footer-1 .footer-banner{
		width: 100%;
		max-width: inherit;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.footer-1 .footer-banner p{
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	
	.footer-2{
		width: calc(100% - 40px);
		padding: 20px;
	}
	
	
}


@media screen and (max-width: 690px) {
	#headerbox{
		padding-bottom: 36%;
	}
}



@media screen and (max-width: 480px) {
	#headerbox{
		padding-bottom: 30%;
	}
	
	.head_logo{
    	display: flex;
    	align-items: flex-start;
    	justify-content: center;
    	width: 60%;
    	margin: 0;
    	box-sizing: border-box;
    	padding: 10px;
	}
	.head_logo a {
    	display: block;
    	margin-right: 10px;
	}
	.head_logo a:last-child {
    	margin-right: 0;
	}
	.head_logo img {
		width: auto;
		display: block;
		max-width: 100%;
	}

	.sec2-1 .right1 p:first-child{
		width: 40%;
	
	}
	
	
	.index-sec3 .sec3-1 div:nth-child(3) img,
	.index-sec3 .sec3-2 div:nth-child(3) img{
		width: 98%;
	}
	
	.index-sec3 dl.time{
		flex-direction: column;
	}
	.index-sec3 .time dt{
		text-align: left;
		width: 100%;
	}
	
	.index-sec3 .time dd{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sec3-title p:last-child{
		width: 72%;
	}
	
	.index-button1 {
		margin-top: 60px;
	}
	.index-button1 .showbox {
		margin: 0 auto 18px auto;
	}

	.index-button1 a {
		width: 80%;
	}
	
	.index-sec6 .showbox p{
		width: 80%;
		margin: 0 auto 18px auto;
	}
	
	.index-sec8 ul li{
		width: 49%;
		margin: 0 0.5%;
	
	}
}





