@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							ナビゲーション　　　							*/
/****************************************************************************/ 
#menu_btn {/* スマホメニュー  */
	display: none;
}
.top_navi_second_level {
    top: 50px;
}
#navi {
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}

#navi .navi-logo {
	display: none;
	margin-top: 10px;
	text-align: center;
}
#navi .navi-logo img {
  max-width: 165px;
}
#navi.fixed .navi-logo {
  display: block;
}

#navi .menu {
    max-width: 1200px;
    height: auto;
		position: relative;
		z-index: 9999;
    margin: 0px auto;
}

#navi .mega {
	white-space: nowrap;
}

#navi ul li {
    float: left;
		padding-right: 0.083%;
		background: url(../img/underlayer/nav/nav_mega_nav01_bg.png) no-repeat right top;
}

#navi ul li:last-child {
	background: none;
	padding: 0;
}

#navi ul li .btn {
	background: #fff !important;
}

#navi ul li a:hover {
	opacity: 1 ;
	filter: alpha(opacity=100) ;	/* IE */
}

#navi .menu .open {
  display: block;
  padding-top: 3px;
  border-bottom: 3px solid #fff;
  font-size: 128%;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

#navi .menu .open:hover {
  border-bottom: 3px solid #f13c33;
  color: #f13c33;
}

@media screen and (max-width:980px){
  #navi ul li { padding-right: 0; }
  #nav01 { width: 33.33%; }
  #nav02 { width: 33.33%; }
  #nav03 { width: 33.33%; }
  #nav04 { width: 33.33%; }
  #nav05 { width: 33.33%; }
  #nav06 { width: 33.33%; }
  #nav07 { width: 33.33%; }
  #nav08 { width: 33.33%; }
  #nav09 { width: 33.33%; }
}

/****************************************************************************/
/**							下層ページ共通 CSS								*/
/****************************************************************************/
/* メインタイトル -------------------------------*/
.main_title {
	color: #333;
	font-size: 323%;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}
.en .main_title,
.en .title {/* 英語 */
	font-family: 'Lato', 'sans-serif';
	line-height: 1.1;
}
.tw .main_title,
.tw .title {/* 繁体字 */
	font-family : 'SimSun','serif';
	line-height: 1.1;
}
.cn .main_title,
.cn .title {/* 簡体字 */
	font-family : 'SimSun','serif';
	line-height: 1.1;
}
.ko .main_title,
.ko .title {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
	line-height: 1.2;
}
.main_title img {
	width: 34px;
	height: 34px;
	margin-right: 10px;
	vertical-align: -2px;
}
.main_title span {
	font-size: 70%;
	line-height: 1.2;
	font-weight: nomal;
	text-align: center;
	display: block;
	margin: 35px auto 40px auto;
}
/* メインタイトル　背景画像付 -------------------------------*/
.h2bg .main_title {
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	margin: 0 auto;
	left: 50%\9; /* IE10以下 */
	left: 40%\9; /* IE8 以下 */
}
.h2bg .main_title:before {
	content: none;
}
.h2bg {
	background-color: #140b06;
	position: relative;
	text-align: center;
}
.h2bg .main_title:before {
    content: none;
	margin-left: 0;
}
.h2bg img{
	width: 100%;
	height: auto;
	max-width: 1000px;
	max-height: 400px;
}
/* タイトル -------------------------------*/
.title {
	color: #333;
	text-align: center;
	font-weight: normal;
	font-size: 313%;
	clear: both;
	margin: 30px auto 15px auto;
}
.en .title {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw .title {/* 繁体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}
.cn .title {/* 簡体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}
.ko .title {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.sub_title {
	font-size: 249%;
	font-weight: nomal;
	margin: 0 auto;
	text-align: center;
}
.en .sub_title {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw .sub_title {/* 繁体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}
.cn .sub_title {/* 簡体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}
.ko .sub_title {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.en h1, .en h2, .en h3, .en h4, .en h5 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw h1, .tw h2, .tw h3, .tw h4, .tw h5 {/* 繁体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}
.cn h1, .cn h2, .cn h3, .cn h4, .cn h5 {/* 簡体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}
.ko h1, .ko h2, .ko h3, .ko h4, .ko h5 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
	
/* メイン部分 -------------------------------*/
#main_sub {
	margin-bottom: 50px;
}
#main_sub .left .title {
	font-size: 200%;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0;
	text-align: left;
}
.tw #main_sub .left .title {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #main_sub .left .title {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #main_sub .left .title {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#main_sub p {
	font-size:134%;
	line-height: 1.4;
	margin-bottom: 10px;
}

/* 緊急お知らせ -------------------------------*/
#guidance {
    max-width: 960px;
    margin: 0px auto;
    padding: 30px 20px;
    background-color: #ffbabd;
    text-align: center;
}

#guidance p {
    line-height: 1.7;
    font-size: 150%;
}

#guidance p span {
    font-weight: bold;
}

/****************************************************************************/
/**							共通パーツ　		    						*/
/****************************************************************************/ 
/* キーワード -------------------------------*/
.keyword dt {
	float: left;
}
.keyword dd {
	font-size: 134%;
	line-height: 35px;
	float: left;
}
/* ボタン -------------------------------*/
.btn {
	color: #212121;
	background-color: #e0d4c5;
	font-size: 150%;
	line-height: 1.1;
	text-align: center;
	max-width: 1000px;
	clear: both;
	margin: 0 auto;
}
.btn a {
	font-weight: bold;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.en .btn a {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw .btn a {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn .btn a {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko .btn a  {/* 韓国語 */
	 font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.btn a:after {
	content: url("../img/underlayer/btn/btn_ico01.png");
}
/****************************************************************************/
/** free_html */
/****************************************************************************/
.free_html {
    overflow: hidden;
	max-width: 1000px;
    margin: 15px auto 20px auto;
}
.h2bg + .free_html {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.h2bg + .free_html p {
	font-size: 134%;
	margin-bottom: 10px;
}

@media screen and (max-width: 980px){
/****************************************************************************/
/**							ナビゲーション　　　							*/
/****************************************************************************/ 
#menu_btn {/* スマホメニュー  */
	display: block;
}
}

@media screen and (max-width: 736px){
/****************************************************************************/
/**							下層ページ共通 CSS								*/
/****************************************************************************/
/* メイン部分 -------------------------------*/
#main_sub {
	width: auto;
	padding: 10px;
	margin-bottom: 20px;
}
#main_sub .title {
  font-size: 2.15rem;
}
#main_sub p {
  font-size: 1.6rem;
}
/****************************************************************************/
/**							共通パーツ　		    						*/
/****************************************************************************/ 
/* メインタイトル -------------------------------*/
.main_title {
  font-size: 2.25rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}
.main_title span {
  font-size: 1.4rem;
	text-align: center;
	display: block;
  margin-block: 1em 0;
}
.main_title:before {
	padding: 0 7px 0 5px;
	margin-right: 10px;
}
.h2bg{
	overflow: hidden;
}
.h2bg img{
	width: 100%;
	height: auto;
}
.title {
	font-size: 167%;
}
.sub_title {
	font-size: 150%;
	margin: 0 auto;
	text-align: center;
}
/* ボタン -------------------------------*/
.btn a {
  font-size: 1.6rem;
}

/* キーワード -------------------------------*/
.keyword {
	padding-left: 10px;
	padding-right: 10px;
}
.keyword dt {
	float: none;
	display: inline-block;
}
.keyword dd {
	float: none;
	display: inline-block;
}
.btn {
    font-size: 134%;
}

/****************************************************************************/
/** free_html */
/****************************************************************************/
.h2bg + .free_html {
	margin-left: 10px;
	margin-right: 10px;
}
.h2bg + .free_html p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#pankuzu {
  font-size: 1.2rem;
}
#main_sub .left .title {
  font-size: 2.15rem;
  line-height: 1.2;
}







}

.sns_btn {
	position: absolute;
	top: 15px;
	right: 15px;
}