@charset "utf-8";
/* CSS Document */

*::selection {background: #F5CE00; color: #000;}
*::-moz-selection {background: #F5CE00; color: #000;}

/* basic setting:
--------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-weight: normal;
	color: #000;
	background: #fff;
	letter-spacing: 0.8px;
	box-sizing:border-box;
	line-height:1.6em;
	font-size:1rem;
	word-break: break-all;
/*	word-break: normal;*/
}

em,address {font-style: normal;}
hr {display: none;}
img {border: none;vertical-align: middle;}
ul,ol {list-style: none;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.center{text-align:center;}
*+html .clear_fix {display: inline-block;}
* html .clear_fix {display: inline-block;}
.bold{ font-weight:bold;}
.italic {font-style: italic;}

.clear_fix:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.pc {display: block !important;}
.sp {display: none !important;}

.f_en{	font-family: 'Libre Baskerville', serif;}

/* link color setting :
--------------------------------------------*/

a {color:#000;text-decoration:underline;}
a:hover {text-decoration: none;}
a:focus {
	border-radius: 2px;
	outline-width: 2px;
	outline-color: #666;
	outline-style: solid;
}

#header a, #footer a {text-decoration:none;}
#header a:hover, #footer a:hover {text-decoration: underline;}


/*---- block_skip setting ----*/

#block_skip a {
	display:block;
	height: 0;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 0.8rem;
}

#block_skip a:focus {
	height: auto;
	line-height: 3em;
}

/* header setting :
--------------------------------------------*/

#header{
	border-bottom:1px solid #B2B2B2;
}

#header:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


#header h1{
	float:left;
	width:172px;
	height:172px;
	background: #FCC261;
	position: relative;
	z-index: 998;
}
#header h1 img{
	width:100%;
}



#header #nav{
	float:right;
	width:100%;
	margin-left: -172px;
}

#header #nav_inner {
	margin: 0 0 0 172px;
}

#h_top{
	border-bottom:1px solid #B2B2B2;
}

#h_top:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


#h_left{
	float:left;
	width:100%;
	margin-left: -160px;
	font-size:0.8rem;
}
#h_left_inner {
	position: relative;
	margin: 0 0 0 160px;
}

#h_left_inner dl{
	background:#EEEDEC;
}

#h_left_inner dl:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#h_left_inner dl dt{
	background:#DDDBDA url(../img/common/icon_lang.svg) no-repeat 10px 0.8em;
	background-size:15px;
	float:left;
	width:7em;
	padding:5px 0 5px 30px;
}
#header #nav dl dt a:focus {
    outline: 2px solid #000;
}

#h_left_inner dl dd{
	float:left;
	padding:5px 5px 5px 10px;
}

#h_left_inner dl dt + dd {
	background:url(../img/common/search_bg.svg) no-repeat left center;
	padding: 5px 5px 5px 40px;
}

/*日本語語*/
#h_left_inner dl dd[lang="ja"] {font-family:'Noto Sans Japanese','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;}

/*英語*/
#h_left_inner dl dd[lang="en"] {font-family: 'Libre Baskerville', serif;}

/*韓国*/
#h_left_inner dl dd[lang="ko"] {font-family:"Malgun Gothic","Yoon Gothic","sans-serif";}

/*中国*/
#h_left_inner dl dd[lang="zh"] {font-family:"Microsoft Yahei","PingHei" ,"sans-serif";}


#h_left_inner ul li{
	float:left;
	background:url(../img/common/arrow01.svg) no-repeat 0 1.2em;
	background-size:15px;
	padding:5px 0 5px 23px;
	margin:6px 0 0 10px;
}
#h_left_inner ul li{
	display:inline;
}

/*search*/

#header .search {
	display:block;
	float:right;
	width:280px;
	margin:10px 10px 0 0;
}

#header .search .btn {vertical-align: middle; width:50px;}
#header .search input {vertical-align: middle; width:210px;}

#header input.txt {
	border: 1px solid #B2B2B2;
	box-sizing:border-box;
	height: 1.6rem;
}
#header input.btn {
	border: none;
	height: 1.6rem;
}


/*google search*/

#header .search .gsc-control-cse{
	background:none;
	border:none;
}

#header .search .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right:2px;
}

#header .search .gsc-search-button-v2{
	background:url(../img/common/btn_search.svg) no-repeat;
	background-size:contain;
	width:50px;
	height:25px;
	border-radius: unset;
    padding: 7px;
    vertical-align: middle;
	border:none;
	font-size: inherit;
}

#header.en .search .gsc-search-button-v2{
	background:url(../img/common/btn_search_h_sp.svg) no-repeat;
	background-size:contain;
	width:60px;
	height:24px;
}

#header.ko .search .gsc-search-button-v2{
	background:url(../img/common/btn_search_ko.svg) no-repeat;
	background-size:contain;
	width:50px;
	height:25px;
}

#header.zh_cn .search .gsc-search-button-v2{
	background:url(../img/common/btn_search_zh_cn.svg) no-repeat;
	background-size:contain;
	width:50px;
	height:25px;
}

#header.zh_tw .search .gsc-search-button-v2{
	background:url(../img/common/btn_search_zh_tw.svg);
	background-size:contain;
	width:50px;
	height:25px;
}

#header .search table.gsc-search-box td{
	position:relative;
}

#header .search .gsst_a .gscb_a{
	color:#000;
	position: absolute;
	top: 0;
	right: 5px;
}

#header .search .gsc-search-button-v2:hover{
	cursor:pointer;
}

#header .search .gsc-search-button-v2 svg{
	display:none;
}

#header .search .gsc-control-cse{
	padding:0;
}

#header .search input#gsc-i-id1.gsc-input{
	font-size:13px;
}

#header .search td#gs_tti50.gsib_a{
	padding:0 0 0 5px;
}




#h_right li a{
	display:block;
	float:right;
	width:80px;
	border-left:1px solid #B2B2B2;
	box-sizing:border-box;
	font-size:0.7rem;
	letter-spacing:-0.1em;
	text-align:center;
	padding:50px 0 15px 0;
	line-height: 1rem;
}
#h_right li:nth-child(1) a{background:#FBDBDE url(../img/common/icon_tick.svg) no-repeat center 0.7rem; background-size:30px;}
#h_right li:nth-child(2) a{background:#E8F4D9 url(../img/common/icon_acce.svg) no-repeat center 0.7rem; background-size:30px;}

#h_right li:nth-child(1) a:hover{background-color:#F8B7BD;}
#h_right li:nth-child(2) a:hover{background-color:#D1E8B2;}


#h_right li a:hover{
	text-decoration:none;
}



/* glnav setting :
--------------------------------------------*/
#menu{
	display:none;
}
#glnav{
	clear:both;
	float:left;
	width:80%;
	box-sizing:border-box;
	line-height:1.4em;
	text-align:center;
	font-size:0.9rem;
}


#glnav:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#glnav > li > a{
	display:block;
	float:left;
	width:19%;
	border-right:1px solid #B2B2B2;
	box-sizing:border-box;
	padding:50px 0 0 0;
}

#glnav > li:nth-child(1) > a{background:url(../img/common/glnav01.svg) no-repeat center 0.6em;width: 16%;}
#glnav > li:nth-child(2) > a{background:url(../img/common/glnav02.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(3) > a{background:url(../img/common/glnav03.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(4) > a{background:url(../img/common/glnav04.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(5) > a{background:url(../img/common/glnav05.svg) no-repeat center 0.6em;width:27%;}



#glnav li span{
	display:block;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-size:0.6rem;
	color:#4D4D4D;
}

#glnav > li:nth-child(1) > a:hover{background:#F5CE00 url(../img/common/glnav01.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(2) > a:hover{background:#F5CE00 url(../img/common/glnav02.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(3) > a:hover{background:#F5CE00 url(../img/common/glnav03.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(4) > a:hover{background:#F5CE00 url(../img/common/glnav04.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(5) > a:hover{background:#F5CE00 url(../img/common/glnav05.svg) no-repeat center 0.6em;}

#glnav li a:hover{
	text-decoration:none;
}


/*-- submenu --*/


#glnav ul {display: none;}



#glnav > li.on > a {
	color: #fff;
	background-color: rgba(0,0,0,0.95)!important;
}

#glnav > li:nth-child(2).on > a {background: url(../img/common/glnav02_w.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(3).on > a {background: url(../img/common/glnav03_w.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(4).on > a {background: url(../img/common/glnav04_w.svg) no-repeat center 0.6em;}
#glnav > li:nth-child(5).on > a {background: url(../img/common/glnav05_w.svg) no-repeat center 0.6em;}




#glnav > li.on > a span{
	color:#9a9a9a;
}

#glnav > li > ul {
	text-align: left;
	position: absolute;
	top: 172px;
	left: 0px;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	padding: 3rem 2rem 2rem;
	box-sizing: border-box;
}

#glnav > li > ul ul {
	display: block;
}

#glnav > li > ul > li {
	float: left;
	margin: 0 3rem 2rem 0;
}

#glnav > li > ul > li > a {
	background:url(../img/common/arrow05.svg) no-repeat 0 0.5em;
	padding: 0.35rem 0 0.3rem 1.5rem;
	font-size: 1rem;
}

/*一覧へ*/
#glnav > li > ul > li:last-child {
	clear:both;
	width:50%;
	margin:0 25%;

}
#glnav > li > ul > li:last-child > a {
	display:block;
	text-align:center;
	border-left: solid 1px #555;
	border: solid 1px #555;
	padding:1rem 0;
	background:none;
}

#glnav > li > ul > li:last-child > a:hover {
	background:#444;
	transition: all 0.2s ease-in-out;

}

#glnav > li > ul li.title {
	margin: 0 3rem 1rem 0;
	text-align: center;
	border-right: 1px solid #555;
	background-size: 50px;
	position: absolute;
	width: 300px;
	left: -300px;
	padding: 6rem 0 3rem;
	color:#fff;
	font-size:1.1rem;
}
#glnav > li > ul li.title span{
	margin:0.3rem 0 0;
}


#glnav > li:nth-child(2) > ul li.title {background: url(../img/common/glnav02_w.svg) no-repeat center 2rem; background-size:50px;}
#glnav > li:nth-child(3) > ul li.title {background: url(../img/common/glnav03_w.svg) no-repeat center 2rem; background-size:50px;}
#glnav > li:nth-child(4) > ul li.title {background: url(../img/common/glnav04_w.svg) no-repeat center 2rem; background-size:50px;}
#glnav > li:nth-child(5) > ul li.title {background: url(../img/common/glnav05_w.svg) no-repeat center 2rem; background-size:50px;}


@media screen and (max-width: 980px){
#glnav > li:nth-child(2) > ul li.title {background: url(../img/common/glnav02_w.svg) no-repeat center 2rem; background-size:40px;}
#glnav > li:nth-child(3) > ul li.title {background: url(../img/common/glnav03_w.svg) no-repeat center 2rem; background-size:40px;}
#glnav > li:nth-child(4) > ul li.title {background: url(../img/common/glnav04_w.svg) no-repeat center 2rem; background-size:40px;}
#glnav > li:nth-child(5) > ul li.title {background: url(../img/common/glnav05_w.svg) no-repeat center 2rem; background-size:40px;}
}


#glnav > li > ul {
	box-sizing: border-box;
	border-left: 300px solid transparent;
	min-height: 300px;
}


#glnav > li > ul > li {
	position: relative;
}

#glnav > li > ul li.title em,
#glnav > li > ul > li.title > a {
	border-left: none;
	padding: 0;
	font-size: 1.2rem;
}

#glnav > li > ul li.title em span,
#glnav > li > ul > li.title > span {
	color: #9a9a9a;
	font-size: 0.8rem;
}

#glnav > li > ul li.title em,
#glnav > li ul a {
	color: #fff;
}

#glnav > li > ul > li > a {display: inline-block;}

#glnav > li > ul > li ul {
	margin: 1rem;
}
#glnav > li > ul > li ul ul{
	margin:1rem 0 0;
}

#glnav > li > ul > li li{
	display:block;
	background:url(../img/common/arrow03.svg) no-repeat 0 0.5em;
	background-size:15px;
	padding:3px 0 3px 23px;
	font-size:0.9rem;
	line-height:1.2em;
	margin-bottom: 0.3rem;
}

#glnav .no_list{
	background: url(../img/common/list2.svg) no-repeat 0 0.7em;
	color:#FFF;
}



@media screen and (max-width: 980px){
	
	
	#glnav > li:nth-child(1) > a{background:url(../img/common/glnav01.svg) no-repeat center 0.6em;width: 14%;}
	#glnav > li:nth-child(2) > a{background:url(../img/common/glnav02.svg) no-repeat center 0.6em;width:20%}
	#glnav > li:nth-child(3) > a{background:url(../img/common/glnav03.svg) no-repeat center 0.6em;width:15%}
	#glnav > li:nth-child(4) > a{background:url(../img/common/glnav04.svg) no-repeat center 0.6em;width:20%}
	#glnav > li:nth-child(5) > a{background:url(../img/common/glnav05.svg) no-repeat center 0.6em;width:30%;}
	
	#glnav > li > ul {
		padding: 2rem 1rem 1rem;
	}
	
	#glnav > li > ul ul {
		display: block;
	}
	
	#glnav > li > ul li.title {
		margin: 0 3rem 1rem 0;
		background-size: 45px;
		width: 220px;
		left: -220px;
		padding: 5rem 0 2rem;
	}
	#glnav > li > ul > li.title > a {
		font-size: 1rem;
	}
	#glnav > li > ul > li > a {
		font-size: 0.9rem;
	}

	#glnav > li > ul {
		border-left: 220px solid transparent;
		min-height: 220px;
	}
	
	#glnav > li > ul > li li {
		font-size: 0.8rem;
	}

}


/*SNS*/

#sns{
	float:left;
	width:20%;
}

#sns li a{
	display:block;
	width:25%;
	float: left;
	text-align:center;
	padding-top: 8%;
}

#sns li a img{
	margin: 5% 0;
	/*width:80%;
	vertical-align:middle;*/
}



.search_sp{display:none;}

@media screen and (max-width : 1200px){
	#sns li a img{
		width:90%;
		margin: 10% 0;
	}
}

@media screen and (max-width : 1000px){

	#h_left_inner ul li{
		background:url(../img/common/arrow01.svg) no-repeat 0 1.2em;
		background-size:13px 4px;
		padding:5px 0 5px 20px;
		margin:6px 0 0 5px;
	}
	
	#glnav{
		width:80%;
		font-size:0.8rem;
	}
	
	#glnav > li > a{
		padding:49px 0 6px 0;
		background-position: center 1em!important;
	}
	
	#sns{
		width:10%;
	}
	#sns li a{
		width:50%;
		float: left;
	}
	#sns li:nth-child(3) a{
		clear: both;
		float: left;
	}
	#sns li a img{
		margin: 0;
	}

}

@media screen and (max-width : 1030px){
	#header .search input {
		width:150px;
	}
	
	#header .search {
		width: 205px;
		margin-right:5px;
	}
}

@media screen and (max-width : 920px){
	#header .search {
		float: none;
		margin: 0px 0 0 10px;
	}
	
	#h_left {font-size: 0.7rem;}
	
	#h_left_inner ul li {
		background: url(../img/common/arrow01.svg) no-repeat 0 1.2em;
		background-size: 13px 4px;
		padding: 3px 0 3px 20px;
		margin: 3px 0 0 8px;
	}
	#h_right li a {
		padding: 70px 0 20px 0;
		background-position: center 1.5rem!important;
		background-size:35px!important;
	}
	
	#header h1{
		width:198px;
	}
	
	#header #nav{
		margin-left: -198px;
	}
	
	#header #nav_inner {
		margin: 0 0 0 198px;
	}
	
	#glnav > li > ul {
		top: 197px;
	}
	
	#sns li a{
		display:block;
		float:none!important;
		width:100%;
		text-align:center;
		padding-top: 0;
	}
	
	#sns li a img{
		width:40%;
	}
}

/* outline setting :
--------------------------------------------*/

.outline {
	max-width: 1200px;
	margin: 0 auto;
	width:94%;
}

.outline:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}




/* footer setting :
--------------------------------------------*/

#footer{
	border-top:1px solid #B0B0B0;
}


/*
#footer:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

*/
#footer .wrapper {
	display: table;
	width: 100%;
}

#footer .f_left{
	display: table-cell;
	width:33.333%;
	padding:3% 1% 2%;
	background:#FCF8D6;
	box-sizing: border-box;
	vertical-align: top;
}

#footer .f_left #f_logo{
	text-align:center;
	font-size: 1.3rem;
}

#footer .f_left #f_logo img{
	display:block;
	margin:0 auto 20px;
	width:20%;
}
#footer .f_left #f_logo span{
	display:block;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-size:0.8rem;
	margin:0 0 20px;
}

#footer .f_left address{
	text-align:center;
	font-size:1rem;
	margin:0 0 10px;
}
#footer .f_left address span{
	margin:0 1em 0 0;
}

#footer .f_left .grid_1_2 dl {
	margin: 2rem 0;
}

#footer .f_left .grid_1_2 a{display: block;}
#footer .f_left .grid_1_2 a:focus {
    outline: 2px solid #000;
}

#footer .f_left .grid_1_2 dl dt{
	font-size:0.9rem;
	text-align:center;
}
#footer .f_left .grid_1_2 dl dt img{
	display:block;
	width:20%;
	margin:0 auto 5px;
}
#footer .f_left .grid_1_2 dl dd{
	font-size:1.2rem;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	text-align:center;
	word-break: break-all;
}

#footer .f_left ul{
	text-align:center;
}

#footer .f_left ul li{
	display: inline-block;
	margin:0 0.5em 0 0;
	
}
#footer .f_left ul li a{
	background:url(../img/common/arrow01.svg) no-repeat 0 0.7em;
	background-size:12px;
	padding:3px 0 3px 18px;
	font-size:0.8rem;
}


#footer .f_right{
	width:66.666%;
	display: table-cell;
	padding:3%;
	background:#FDFCEC;
	box-sizing:  border-box;
}

#footer .f_right h2{
	font-size:1rem;
	margin:0 0 20px;
	text-align:center;
}


#footer .f_right .ca_f02 h2{background:url(../img/common/glnav02.svg) no-repeat center 0em;padding:35px 0 0;}
#footer .f_right .ca_f03 h2{background:url(../img/common/glnav03.svg) no-repeat center 0em;padding:35px 0 0;}
#footer .f_right .ca_f04 h2{background:url(../img/common/glnav04.svg) no-repeat center 0em;padding:35px 0 0;}
#footer .f_right .ca_f05 h2{background:url(../img/common/glnav05.svg) no-repeat center 0em;padding:35px 0 0;}

#footer .f_right h2 span{
	display:block;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-size:0.8rem;
	margin:0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B2B2B2;
}

#footer .f_right ul li a{
	display:block;
	background:url(../img/common/arrow01.svg) no-repeat 0 0.5em;
	background-size:15px;
	padding:3px 0 3px 23px;
	font-size:0.9rem;
	line-height:1.2em;
	margin-bottom: 0.3rem;
}


#footer #copy{
	clear:both;
	display: block;
	width: 100%;
	border-top:1px solid #B0B0B0;
	font-size:0.8rem;
	line-height:1.3em;
	color:#000;
	padding:1.6rem 0;
	text-align:center;
}



#page-top {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 15;
}
#page-top a {
	display: block;
}
#page-top a:hover {
	opacity:0.8;
}
#page-top img {
	width:35px;
	height:auto;
}
@media screen and (max-width : 920px){
	#footer .f_right .grid_1_4:nth-child(3) {
		clear: both;
		float: left;
		margin-left: 0;
	}

	#footer .f_right .grid_1_4 {
		width: 49.0%;
		margin-bottom: 2rem;
	}
}



/* frexible setting :
--------------------------------------------*/

.grid_system:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.grid_system img,
img.flex_img {
	max-width: 100%;
	height: auto;
}

.grid_1_6,
.grid_5_6,
.grid_1_4,
.grid_3_4,
.grid_1_3,
.grid_2_3,
.grid_1_2 { 
	display: block;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}

.grid_1_6:first-child,
.grid_5_6:first-child,
.grid_1_4:first-child,
.grid_3_4:first-child,
.grid_2_3:first-child,
.grid_1_2:first-child {
	margin-left: 0; 
}

.grid_1_6:nth-child(6n+1),
.grid_1_3:nth-child(3n+1), 
.workshop .grid_1_4:nth-child(4n+1) {
	margin-left: 0;
	clear:both;
	float: left;
}

.grid_1_6 { width: 15.0%; }
.grid_5_6 { width: 83.0%; }
.grid_1_4 { width: 23.5%; }
.grid_3_4 { width: 74.5%; }
.grid_1_3 { width: 32.0%; }
.grid_2_3 { width: 66.0%; }
.grid_1_2 { width: 49.0%; }
.grid_1_1 { width: 100.0%; }


.mgb0{margin-bottom:0px!important;}
.mgb10{margin-bottom:10px !important;}
.mgb20{margin-bottom:20px !important;}
.mgb30{margin-bottom:30px !important;}
.mgb40{margin-bottom:40px !important;}
.mgb50{margin-bottom:50px !important;}
.mgb3em{margin-bottom:3em !important;}

.mgt0{margin-top:0px !important;}
.mgt10{margin-top:10px !important;}
.mgt30{margin-top:30px !important;}

.mgr10{margin-right:10px;}

.mglr1{margin:0 1em;}
.mgrtb10{margin:5px 10px 5px 0 !important;}


.w1em{width:1em;}
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w100{width:100%;}

.w14px{width:14px;}

.pc60_sp100{width:60%;}
.pc3_sp7{width:3%;}

img.w60 {
	display:inline-block;
}

.red{color:#C00;}
.blue{color:#093183;}

/*-- align --*/

.align_l {text-align: left !important;}
.center {text-align: center !important;}
.align_r {text-align: right !important;}
.align_r img { width:2em; margin:0 0.3em 0 0;}

.valign_t{ vertical-align:top!important;}
.valign_m{ vertical-align:middle!important;}

.line{border:1px solid #e6e6e6;}

hr {display: none;}
hr.hr {display: block;margin: 15px;}

/*---- hr ----*/

.dot {
	margin: 20px 0;
	height: 1px;
	background: url(../img/common/dot.gif) repeat-x bottom;
}

/*---- br ----*/
.br-pc { display:block; }
.br-sp { display:none; }


.icon{margin:0 0 0.2em 0.5em;}



/* gdpr setting :(when change, /common/tmp/js.php must be changed)
--------------------------------------------*/

#gdpr{
	background:#ccc;
	opacity:0.9;
	padding:2% 0 1%;
	bottom:0;
	width:100%;
	z-index:999;
	display:none;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);

}
#gdpr div{
    overflow: scroll;
    max-height: 300px;
}

#gdpr.on{
	display:table;
}

#gdpr h2{
	font-size:120%;
	margin:0 0 1em;
}
#gdpr .btn a{
	display:block;
	text-align:center;
	margin:1em auto;
	padding:1em;
	width:12em;
	text-decoration:none;
	transition:all 0.3s;
	border:1px solid #000; color:#000;
}

#gdpr .btn a:hover{ background:#000; color:#fff;}

/*日本語版調整*/

#gdpr.ja_gdpr{
	padding:1em 1em 0.5em;
	position:fixed;
	width:90%;
	left:5%;
}
#gdpr.ja_gdpr h2{
	font-size:100%;
	margin:0 0 0.5em;
}
#gdpr.ja_gdpr p{
	font-size:85%;
}
#gdpr.ja_gdpr .btn a{
	margin:0.5em auto;
	padding:0.5em;
}

/*英語版調整*/

#gdpr.en_gdpr{
	postion: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index:999!important;
}
#gdpr.en_gdpr div{
	padding:1em 1em 0.5em;
}
