/* ------------------------------
default
------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* Win Yu Gothic >> */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/* << */

html,body {
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}
body {
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI','Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* IE Font Hack >> */
@media all and (-ms-high-contrast:none) {
	body {
		font-family: Meiryo, sans-serif;
	}
}
/* << */

a {
	color: #000;
	opacity: 1.0;
	text-decoration: none;

	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
a:hover{
	opacity: 0.7;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

/* swiper */
.swiper-pagination-bullet {
    background: #ccc !important;
    opacity: 0.8 !important;
}
.swiper-pagination-bullet-active {
    background: #FFF !important;
    opacity: 1 !important;
}

/* ------------------------------
common class
------------------------------ */
.container {
	background-color: #000;
}
.area {
	margin: 0 auto;
	max-width: 900px;
	padding: 0 1em;
    position: relative;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.button {
	border-radius: 1.5em;
	display: block;
	font-size: 20px;
    font-weight: bold;
	line-height: 3em;
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
	width: 100%;
}
.button.black {
	background-color: #000;
	color: #fff;
}
.button.white {
	background-color: #fff;
	color: #000;
}
.button.yellow {
	background-color: #ffe100;
	color: #000;
}
.button.red {
	background-color: #b40000;
	color: #fff;
}
.button.gray {
	background-color: #eaeaea;
	color: #000;
}
.button.fb {
	background-color: #4D82F7;
	color: #fff;
}
.rblock {
	float: left;
	padding: 2em 1em;
    position: relative;
	width: 50%;
}
.stripe {
	background-image: url(/images/stripe.png);
	background-repeat: repeat;
}
.bold {
    font-weight: bold;
}
.em {
	font-size: 1.2em;
	font-weight: bold;
}
.textlink {
    text-decoration: underline;
}
.alert {
	color: #C90000;
}
.warning {
	background-color: #ffe100;
    font-weight: bold;
	padding: 1.5em;
	text-align: center;
}
.warning a {
	color: #B10000;
}
.frame_center {
	padding: 3em 0 1.5em 0;
	text-align: center;
}
.pdflink {
	color: #B10000;
    font-weight: bold;
}

h1.title {
	text-align: center;
}
h2.title {
	text-align: center;
}
h3.title {
}

br.pc{display:block;}
br.sp{display:none;}
@media screen and (max-width: 767px) {
    br.pc{display:none;}
    br.sp{display:block;}
}

/* ------------------------------
header
------------------------------ */
header {
	background-color: #fff;
	color: #000;
    position: relative;
}
header .logo{
	float: left;
}
header .logo a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
header .logo a img.logo_pc{
    display: block;
	height: 30px;
	margin: 12px 0 0 10px;
}
header .logo a img.logo_sp{
    display: none;
}
header ul.supinfo{
	float: right;
	height: 50px;
	list-style: none;
}
header ul.supinfo li{
	border-right: 1px solid #ccc;
	display: inline-block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 5px 0;
	padding: 0 0.8em;
	vertical-align: middle;
}
header ul.supinfo li:last-child{
	border-right: none;
}
header ul.supinfo li a.rsv {
	background-color: #FFE100;
	border-radius: 7px;
	color: #000;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 0.8em;
}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}
/* additional break-point */
@media screen and (max-width: 960px) {
    header .logo a img{
        height: 20px;
    }
}

/* global nav */
header nav {
	position: relative;
}
header nav ul{
	background-color: #363636;
	display: table;
	font-size: 16px;
	width: 100%;
}
header nav ul li{
	display: table-cell;
	font-weight: bold;
}
header nav ul li:nth-of-type(1),
header nav ul li:nth-of-type(2),
header nav ul li:nth-of-type(11),
header nav ul li:nth-of-type(12) {
	display:none;
}
header nav ul li:nth-of-type(8),
header nav ul li:nth-of-type(9),
header nav ul li:nth-of-type(10) {
	background-color: #6A6A6A;
}
header nav ul li:nth-of-type(7) a{
    padding-right: 1em;
}
header nav ul li:nth-of-type(8) a{
    padding-left: 1em;
}
header nav ul li a{
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
header nav ul a i.fa{
	display: none;
}
/* additional break-point */
@media screen and (max-width: 960px) {
	header nav ul{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	header nav ul{
		font-size: 16px;
	}
}

/* ------------------------------
main
------------------------------ */
main {
	background-color: #fff;
    position: relative;
	padding-bottom: 3em;
}
body.top main,
body.page_space main,
body.page_channel main {
	padding-bottom: 0;
}

/* ------------------------------
page header
------------------------------ */

/* ------------------------------
footer
------------------------------ */
footer {
    color: #fff;
    position: relative;
}
footer a{
    color: #fff;
}
.footer_nav {
    background-color: #878B93;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 35px;
}
.footer_bottom {
    background-color: #494A4E;
    padding: 1em 0;
}

.footer_nav_1 {
    padding-left: 40px;
    width: 25%;
}
.footer_nav_1 .line_icon{
    fill:#878B93;
}
.footer_nav_2 {
    width: 25%;
}
.footer_nav_1 li a,
.footer_nav_2 li a {
    display: inline-block;
    padding: 2px 0;
}
.footer_social {
    width: 50%;
}
.footer_social_title {
    font-size: 14px;
}
.footer_social li {
    display: inline-block;
    padding: 5px;
}
.footer_social1 a,
.footer_social2 a {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    color: #878B93;
    font-size: 25px;
    padding: 8px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 30px;
}
.footer_info {
    padding-left: 40px;
    padding-top: 40px;
    width: 100%;
}
.footer_logo img{
    margin-top: 1em;
    height: 30px;
    width: auto;
}
.footer_bottom {
    background-color: #494A4E;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-flow: column;
}
.footer_external,
.footer_copyright{
    padding-left: 40px;
}
.footer_external li {
    display: inline-block;
    padding: 1em 2em 1em 0;
}
.footer_external img {
    height: 25px;
    max-width: 100px;
    width: auto;
}
.footer_copyright {
    padding-right: 40px;
}

/* ------------------------------
breadcrumb
------------------------------ */
.breadcrumb ul {
	padding: 1em 0;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li:nth-of-type(2n) {
	padding: 0 1em;
}
.breadcrumb ul li:last-of-type {
	font-weight: bold;
}

/* ------------------------------
change language
------------------------------ */
.changelang {
    position: absolute;
    top: 10px;
    right: 10px;
}
.changelang ul li {
	display: inline-block;
}
.changelang ul li span,
.changelang ul li a{
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin: 0 2px;
	height: 30px;
	width: 30px;
	text-align: center;
}
.changelang ul li span {
	background-color: #000;
}
.changelang ul li a{
	background-color: #C3C3C3;
}
.changelang + div.breadcrumb ul {
	padding-right: 60px;
}

/* ------------------------------
burger menu / close
------------------------------ */
.spmenu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	height: 50px;
	width: 50px;
}
.spmenu span {
	background-color: #000;
	border-radius: 10px;
	display: block;
	height: 3px;
	left: 15px;
	position: absolute;
	width: 20px;
}
.spmenu span:nth-of-type(1) {
	top: 15px;
}
.spmenu span:nth-of-type(2) {
	top: 21px;
}
.spmenu span:nth-of-type(3) {
	top: 27px;
}
.spmenu_close {
	background-color: #ffe100;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.spmenu_close span{
	background-color: #000;
	border-radius: 10px;
	display: block;
	height: 3px;
	left: 5px;
	position: absolute;
	top: 23px;
	width: 41px;
}
.spmenu_close span:nth-of-type(1){
	transform: rotate(45deg);
}
.spmenu_close span:nth-of-type(2){
	transform: rotate(-45deg)
}


/* ------------------------------
mobile
------------------------------ */
@media screen and (max-width: 767px) {

    html,body {
    	font-size: 13px;
    }
/*
    html {
        overflow: auto;
    }
*/

	/* ------------------------------
	common style
	------------------------------ */
	.rblock {
		float: none;
		width: 100%;
	}
    .button {
        font-size: 16px;
    }
	/* ------------------------------
	sp menu animation
	------------------------------ */
	header,
	header nav,
	main,
	footer,
	.spmenu_close{
		-ms-transition: all linear 0.3s;
		-webkit-transition: all linear 0.3s;
		transition: all linear 0.3s;
	}
	.spmenu_close{
		display: block;
	}
	body.spmenu_active {
		overflow: hidden;
	}
	body.spmenu_active header,
	body.spmenu_active main,
	body.spmenu_active footer {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	body.spmenu_active header nav {
		-ms-transform: translateX(0px);
	}
	body.spmenu_active .spmenu_close {
		display: block;
		transform: rotate(720deg);
	}
	body.spmenu_active .footer_fixed {
		display: none;
	}

	/* ------------------------------
	header
	------------------------------ */
	header {
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		width: 100%;
		z-index: 99;
	}
	header .logo{
		float: none;
		display: block;
		text-align: center;
	}
    header .logo a img.logo_pc{
        display: none;
    }
    header .logo a img.logo_sp{
        display: block;
		height: 34px;
		margin: 6px 0;
	}
	header ul.supinfo {
        position: fixed;
        right: 0;
        top: 0;
	}
	header ul.supinfo li:first-of-type{
        display: none;
	}
	header ul.supinfo li{
        padding: 0 3px;
	}
    header ul.supinfo li a.rsv {
        font-size: 10px;
        padding: 0 6px;
    }

	/* global nav */
	header nav {
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
	}
	header nav ul {
		background-image: url(/images/stripe.png);
		background-repeat: repeat;
		display: block;
		font-weight: bold;
		height: 100%;
		min-height: 100%;
		overflow-y: scroll;
        padding-bottom: 55px;
		width: 80%;
	}
	header nav ul li{
		display: block;
	}
	header nav ul li img {
		height: 40px;
	}
	header nav ul li a {
		height: 55px;
		line-height: 55px;
		padding: 0 20px;
		text-align: left;
	}
	header nav ul li a i.fa {
		display: inline-block;
		padding-right: 0.5em;
	}
    header nav ul li:nth-of-type(1),
    header nav ul li:nth-of-type(2),
    header nav ul li:nth-of-type(11),
    header nav ul li:nth-of-type(12) {
		display:block;
	}
	header nav ul li:nth-of-type(1) {background-color:#ffe100;color:#000;padding:10px 20px;}
	header nav ul li:nth-of-type(2) a{background-color:#ffffff;color:#000;}
	header nav ul li:nth-of-type(3) a{background-color:#eeeeee;color:#000;}
	header nav ul li:nth-of-type(4) a{background-color:#e5e5e5;color:#000;}
	header nav ul li:nth-of-type(5) a{background-color:#dcdcdc;color:#000;}
	header nav ul li:nth-of-type(6) a{background-color:#d2d2d2;color:#000;}
	header nav ul li:nth-of-type(7) a{background-color:#c9c9c9;color:#000;}
	header nav ul li:nth-of-type(8) a{background-color:#626262;color:#fff;}
	header nav ul li:nth-of-type(9) a{background-color:#535353;color:#fff;}
	header nav ul li:nth-of-type(10) a{background-color:#434343;color:#fff;}
	header nav ul li:nth-of-type(11) a{background-color:#ffe100;color:#000;}
	header nav ul li:nth-of-type(11) a img{height:2em;width:auto;margin-left:0.5em;}
	header nav ul li:nth-of-type(12) {padding:10px 20px;}

	/* ------------------------------
	main
	------------------------------ */
	main {

	}

	/* ------------------------------
	footer
	------------------------------ */
    .footer_nav_1,
    .footer_nav_2,
    .footer_social,
    .footer_info {
        padding: 0 30px;
        width: 100%;
    }
    .footer_social,
    .footer_info {
        padding-top: 30px;
    }
    .footer_social_title {
        padding-top: 1em;
    }
    .footer_bottom {
        flex-wrap: wrap;
    }
    .footer_bottom {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 100px;
        text-align: center;
    }
    .footer_external,
    .footer_copyright {
        font-size: 11px;
        padding: 0 30px;
        width: 100%;
    }
    .footer_external li {
        padding: 1em;
    }
    .footer_external img {
        height: 20px;
        max-width: 80px;
        width: auto;
    }

    /* ------------------------------
    breadcrumb
    ------------------------------ */
    .breadcrumb {
        height: 3em;
        visibility: hidden;
    }
	/* ------------------------------
	burger menu
	------------------------------ */
	.spmenu {
		display: block;
	}

	/* ------------------------------
	change language
	------------------------------ */
    .changelang ul li span,
    .changelang ul li a{
	    line-height: 26px;
        margin: 0 1px;
	    height: 26px;
    	width: 26px;
    }
}
