/* top
-----------------*/
body{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.inner{
	width: 960px;
	margin: 0 auto;
}
.header{
	padding: 20px 0 70px;
	background: url(../images/main.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-shadow: 0 0 4px #000;
	position: relative;
}
.header .lang{
	text-align: right;
	margin-bottom: 35px;
}
.header .lang a{
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.header .lang a:hover{
	opacity: 0.8;
}
.header .lang span{
	padding: 0 10px;
}
.header h1{
	font-size: 70px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 5px;
}
.header p{
	font-size: 24px;
}
.header .name{
	margin-top: 30px;
}
.gnb {
	background: #920b24;
	color: #fff;
}
.gnb ul{
	display: flex;
	justify-content: center;
	padding: 15px 0;
	width: 1200px;
}
.gnb ul li{
	padding: 0 15px;
}
.gnb ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.gnb ul li span{
	border: 1px #fff solid;
	margin-right: 10px;
	padding: 0 10px 2px 10px;
	text-align: center;
}
.gnb ul li span i{
	font-size: 10px;
}
.content section{
	padding: 50px 0;
}
#menu01{
	background: #f8f8ee;
}
#menu01 h2:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px #adada6 solid;
	margin-top: 1px;
}
#menu01 h2{
	font-size: 30px;
	font-weight: bold;
	border-top: 1px #adada6 solid;
	border-bottom: 1px #adada6 solid;
}
#menu01 p{
	background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #000 100%);
	background-repeat: repeat-y;
	background-size: 100% 2.4em;
	line-height: 2.4;
	font-size: 16px;
	border-bottom: 1px #adada6 solid;
}
#menu05 .graph-img{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#menu05 .graph-img.last{
	justify-content: flex-start;
}
#menu05 .graph-img.last p{
	width: 85%;
	margin-right: 0;
}
.title{
	background: #920b24;
	display: flex;
	border-left: 7px #920b24 solid;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.title:before{
	content: "";
	display: block;
	width: 60px;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 68px solid #fff;
	position: absolute;
	top: -2px;
	z-index: 0;
}
.title > span{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #920b24;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
    padding: 0 15px;
    line-height: 58px;
}
.title h2{
	font-size: 24px;
	font-weight: bold;
	margin-left: 30px;
	color: #fff;
	padding: 10px 0 5px;
}
.title h2 span{
	font-weight: normal;
}
.txt-box{
	font-size: 16px;
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 2.0;
}
.graph-title{
    background: #920b24;
    display: block;
    margin: 0 auto 15px;
    width: 120px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
}
.graph-img{
	display: flex;
	width: 80%;
	justify-content: center;
	margin: 0 auto 70px;
}
.graph-img p{
	width: 50%;
	padding: 10px;
}
.graph-img p:first-child{
	margin-right: 15px;
}
.graph-img p img{
	width: 100%;
	box-shadow: 3px 3px 13px #949494;
}
.align-r{
	text-align: right;
}
.btm-box{
	margin-top: 100px;
}
.btm-box p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
}
.btm-box a{
	text-decoration: none;
	color: #000;
}
.btm-menu{
	display: flex;
	justify-content: center;
	padding: 10px 0;
	border-top: 1px #e0e0e0 solid;
	font-size: 18px;
}
.btm-menu li{
	position: relative;
	padding-right: 30px;
}
.btm-menu li:after{
	content: "";
	border-right: 1px #000 solid;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 6px;
}
.btm-menu li:last-child{
	padding-right: 0;
}
.btm-menu li:last-child:after{
	display: none;
}
.btm-menu li a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.footer{
	background: #920b24;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}
.totop{
	background: #920b24;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	font-size: 20px;
	position: fixed;
	right: 50px;
    bottom: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 0 5px #909090;
    opacity: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.totop.on{
	opacity: 1;
}
.sp{
	display: none;
}
/* subpage
-----------------*/
.subpage{
	padding: 50px 0;
}
.subpage h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
    background: #920b24;
    color: #fff;
    padding: 7px 0 4px;
}
.privacy div {
	margin-bottom: 30px;
	font-size: 18px;
}
.privacy div p:first-child{
	font-weight: bold;
}
.sitemap {
	min-height: 300px;
}
.sitemap ul li{
	margin-bottom: 10px;
}
.sitemap a{
	color: #000;
	font-size: 18px;
}
.mt70{
	margin-top: 70px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb70{
	margin-bottom: 70px !important;
}
@media(min-width: 769px){
	/* top
	-----------------*/
	.gnb ul li a:hover span{
		background: #fff;
	}
	.gnb ul li a:hover span i{
		color: #920b24;
	}
	.gnb ul li a span,
	.btm-box a,
	.sitemap a,
	.btm-menu li a{
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}
	.btm-box a:hover,
	.sitemap a:hover,
	.btm-menu li a:hover{
		color: #bd1030;
	}
	.totop:hover{
		background: #5d0415;
	}
}
@media(max-width: 1200px){
	.gnb ul{
		width: 100%;
	}
	.gnb ul li{
		padding: 0 5px;
	}
}
@media(max-width: 1024px){
	/* top
	-----------------*/
	.inner{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
@media(max-width: 768px){
	/* top
	-----------------*/
	.header{
		text-align: center;
		padding-top: 15px;
	}
	.header .lang{
		margin-bottom: 30px;
	}
	.gnb ul{
		flex-flow: column;
	}
	.gnb ul li{
		margin-bottom: 10px;
	}
	.gnb ul li:last-child{
		margin-bottom: 0;
	}
	.gnb ul li a{
		font-size: 16px;
		display: block;
	}
	.txt-box{
		font-weight: normal;
	}
	.totop{
		right: 30px;
	}
}
@media(max-width: 640px){
	/* top
	-----------------*/
	.header{
		padding: 15px 0 50px;
		background: url(../images/main-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.header h1{
		font-size: 60px;
	}
	.header .name{
		margin-top: 15px;
	}
	.header .lang{
		margin-bottom: 20px;
	}
	.header .lang a{
		font-size: 14px;
	}
	.content section{
		padding: 30px 0;
	}
	#menu01 h2{
		font-size: 22px;
	}
	#menu01 p{
		background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #000 100%);
		background-repeat: repeat-y;
	    background-size: 100% 2.0em;
	    line-height: 2.0;
	}
	#menu05 .graph-img.last p{
		width: 100%;
	}
	.title > span{
		font-size: 22px;
		line-height: 47px;
		padding: 0 10px;
	}
	.title:before {
		width: 40px;
		border-left: 0px solid transparent;
		border-right: 20px solid transparent;
		border-top: 54px solid #fff;
	}
	.title.line:before{
    	border-top: 89px solid #fff;
	}
	.title h2{
		font-size: 20px;
		margin-left: 15px;
	}
	.graph-img{
		width: 100%;
		margin: 0 auto 50px;
	}
	.totop{
		right: 15px;
		bottom: 95px;
	}
	.sp{
		display: block;
	}
	/* subpage
	-----------------*/
	.subpage h2{
		font-size: 20px;
		padding-top: 5px;
	}
	.sitemap {
		min-height: inherit;
	}
}
@media(max-width: 320px){
	.header{
		padding: 30px 0;
	}
	.gnb ul li a{
		font-size: 14px;
	}
	#menu01 p{
		background: none;
		font-size: 14px;
	}
	.title h2{
		font-size: 14px;
	}
}



/* 英語版
-----------------*/
@font-face{font-family:'Harding';src:url(../font/HardingText-Regular-Web.woff2) format("woff2");}

.page-en .header h1{
	font-size: 42px;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.page-en .gnb ul{
	width: 990px;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: flex-start;
	padding: 10px 0;
}
.page-en .gnb ul li{
	padding: 5px 15px 5px 0;
}
.page-en .title h2{
	font-size: 20px;
	display: flex;
	align-items: center;
	padding: 0;
}
.page-en .txt-box,
.page-en .graph-img p{
	font-size: 18px;
	font-family: Harding,Palatino,Times,"Times New Roman",serif;
	word-break: break-word;
	line-height: 1.76;
}
.page-en .txt-box i{
	font-style: italic;
}

@media(max-width: 1024px){
	.page-en .gnb ul{
		width: 100%;
		padding: 10px 15px;
	}
	.page-en #menu05 .title h2{
		display: block;
	}
	.page-en #menu05 .title:before{
		width: 48px;
		border-top: 98px #ffffff solid;
	}
}
@media(max-width: 640px){
	.page-en .gnb ul li{
		padding: 0;
	}
	.page-en .header h1{
		line-height: 1.5;
		font-size: 38px;
	}
	.page-en .header p{
		font-size: 20px;
	}
	.page-en .title > span{
		padding: 0 5px;
	}
	.page-en .title{
		padding: 7px 0;
	}
	.page-en .title::before{
		width: 35px !important;
		border-top: 107px solid #fff;
	}
	.page-en .title h2{
		font-size: 17px;
		line-height: 1.45;
	}
	.page-en #menu05 .title h2 span{
		font-size: 14px;
	}
	.page-en .txt-box,
	.page-en .graph-img p{
		font-size: 16px;
	}
}
@media(max-width: 360px){
	.page-en #menu05 .title h2{
		word-break: break-all;
	}
	.page-en #menu05 .title h2 span{
		font-size: 13px;
	}
}