@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------ */

/*===============================================
●header
===============================================*/
 .headervisual {
	/*border-top: solid 4px #1C8A43;
	background: #fff;*/
	/*overflow:hidden;*/
	display: flex;
	flex-direction: column;
	margin: 0px auto;
 }

 .headervisual a {
	color: #000000;
	text-decoration: none;
 }

 .headspace1, .headspace2 {
	width: 100%;
 }

 .headspace2, .head-rogo {
	display: flex;
 }

 .head-btn {
	display: table;
 }

 .headspace1 div.language-space, .headspace2 {
	flex-wrap: wrap;	
 }

 .headspace1 div.language-space a.head-text {
	margin: 7px 5px 5px 5px;
 }

 .head-rogo {
	justify-content: flex-start;
	flex-direction: column;
	list-style-type: none;
	padding: 0;
	position:relative;
 }

 .rg, span.rgs, a.bt {
	font-weight: bold;
 }

 .rg, span.rgs {
	font-family: "MS Gothic",serif;
 }

 .head-btn {
	justify-content: flex-end;
	table-layout: fixed;
	list-style-type: none;
	margin-left: auto;
	position:relative;
 }

 .head-rogo .rg {
	position:relative;
 }

 .rg-img .icon-okada_mark, .rg-img .icon-rogo {
	position:relative;
 }

 .head-btn li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	position:relative;
	top: 3px;
 }

 .head-btn li.bt1 a:active, .head-btn li.bt1 a:hover {
	color: #009ED8;
	text-decoration: none;
 }

 .head-btn li.bt1 {
	padding-top: 28px;
 }

 .head-btn li.bt1 a, .head-btn li.bt2 a {
	font-size: 12px;
 }

 .head-btn .icon {
	font-size: 18px;
	margin: 2px;
 }

 .head-btn li:hover .icon {
	color: #000;
 }

 .head-btn li.bt2 {
	padding-top: 25px;
 }
 
 .head-btn li.bt2 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	background-color: #A9A9A9;
	color: #464747;
	position:relative;
 }

 .head-btn li.bt2 a:hover {
	background-color: #232323;
	color: #FFFFFF;
 }

 a.bt {
	display: inline-block;
	text-decoration: none;
	outline: none;
	background-color: #1C8A43;
	color: #FFFFFF;
	border-radius: 5px;
	background: linear-gradient(#33d66c, #26bb5b, #1f9a4b, #1C8A43, #197A3B, #156933);
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
				-1px 0px 0px rgba(225,225,225,0.3) inset,
				0px 1px 1px rgba(0,0,0,0.1) inset,
				0px -1px 1px rgba(0,0,0,0.3) inset,
				0px 1px 3px #666;
 }

 .head-btn li a.bt {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
 }

 a.bt:hover {
	background-color: #68B04D;
	background: linear-gradient(#b9dbac, #a1cf90, #8ac375, #73b75a, #68B04D);
	background-color: rgba(255, 255, 255, .3);
 }



/*===============================================
○PC
===============================================*/
@media screen and (min-width: 1201px){ 

 .headervisual {
	width: 1200px;
 }

 /*.headspace1 div.language-space , .headspace2 {
	width: 1200px;
 }*/

 .headspace1 div.language-space a.head-text {
	font-size: 22px;
 }

 .head-rogo .rg {
	font-size: 16px;
	left: 70px;
 }

 .rg-img .icon-okada_mark {
	font-size: 40px;
	top: -15px;
 }

 .rg-img .icon-rogo {
	font-size: 35px;
 }

 .head-btn {
	/*right: 10px;*/
	margin-top: 25px;
 }

 .head-btn li.bt2 a {
	width: 90px;
 }

 .head-btn li.bt3 {
	padding: 0 0 0 15px;
 }

 .head-btn li.bt3 a {
	width: 235px;
 }

}

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

 .head-btn li.bt1.link-btn {
	display: none;
 }

}

@media screen and (min-width: 781px) and (max-width: 1200px){

 .headspace1 div.language-space a.head-text {
	font-size: 2.3vw;
 }

 .headspace1 div.language-space div.select-box {
	margin-right: 5px;
 }

 .head-rogo .rg {
	font-size: 16px;
	left: 55px;
 }

 .head-rogo span.rgs {
	font-size: 12px;
 }
 
 .rg-img {
	margin-top: 5px;
 }

 .rg-img .icon-okada_mark {
	top: -12px;
 }

 .rg-img .icon-okada_mark, .rg-img .icon-rogo {
	font-size: 33px;
 }

 .head-btn {
	margin-top: 30px;
 }

 .head-btn li.bt2 a {
	width: 80px;
 }

 .head-btn li.bt3 {
	padding: 0 5px 0 15px;
 }

 .head-btn li.bt3 a {
	width: 215px;
 }

}


@media screen and (min-width: 781px){ 

 .head-btn, .head-btn li {
	top: 0;
 }

 .head-rogo, .head-btn {
	padding: 10px 0 8px;
 }

 .head-btn {
	margin-top: 0;
	margin-bottom: 0;
 }

 .head-btn li.bt1, .head-btn li.bt2, .head-btn li.bt3 {
	padding-top: 0;
 }

}

@media screen and (min-width: 781px){ 

 .headspace1 div.language-space {
	display: flex;
 }

 .headspace1 div.language-space a.head-text {
	justify-content: flex-start;
 }

 .headspace1 div.language-space div.select-box {
	font-size: 12px;
	margin-left: auto;
	/*z-index: 100000;*/
	z-index: 200;
 }

 .head-rogo {
	top: -5px;
 }

 .head-rogo span.rgs {
	font-size: 13px;
 }
 
 .rg-img .icon-okada_mark {
	left: 5px;
 }

 .head-btn li {
	padding: 0 15px;
 }

 .head-btn-tbsp {
	display: none;
 }

}


/*===============================================
○タブレット
===============================================*/
@media screen and (min-width: 481px) and (max-width: 780px){

 .headspace1 {
	order: 2;
 }

 .headspace2 {
	order: 1;
 }

 .head-rogo {
	order: 1;
	padding: 13px 0 10px 5px;
 }

 .head-rogo .rg {
	font-size: 16px;
	padding-left: 15px;
 }

 .head-rogo span.rgs {
	font-size: 14px;
 }

 .rg-img {
	margin-top: 5px;
 }

 .rg-img .icon-okada_mark, .rg-img .icon-rogo {
	font-size: 28px;
 }

 .head-btn-tbsp {
	order: 2;
	margin-right: 90px;
 }

 .head-btn-tbsp li.bt1 {
	 padding-right: 10px;
 }

 /*.head-btn-tbsp {
	margin-right: 75px;
 }

 .head-btn-tbsp li.bt1 {
	 padding-right: 10px;
 }

 .head-btn-tbsp a {
	padding: 15px 10px;
 }*/

}


/*===============================================
○タブレット・スマホ
===============================================*/
@media screen and (max-width: 780px){ 

 .headspace1 div.language-space a.head-text {
	font-size: 2.5vw;
 }

 .select-box {
	display: none;
 }

 .head-btn {
	display: none;
 }

 .head-btn-tbsp {
	display: table;
	text-align : center;
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	/*margin-bottom: 15px;*/
	margin-bottom: 0;
 }

 .head-btn-tbsp a {
	font-size: 23px;
	padding: 10px 20px;
 }

 .head-btn-tbsp li {
	 display: table-cell;
 }

}


/*===============================================
○スマホ
===============================================*/
@media screen and (max-width: 480px){ 

 .headspace2 {
	flex-direction: column;
 }

 .head-rogo {
	margin: 10px auto 5px;
	text-align: center;
 }

 .head-rogo .rg {
	padding-left: 10px;
 }

 .rg-img {
	margin: 5px 0 5px;
 }

 .head-btn-tbsp, .head-btn-tbsp li a {
	width: 100%;
	margin: 0 auto 5px;
	text-align: center;
 }

 .head-btn-tbsp li {
	width: 50%;
 }

 /*.head-btn-tbsp {
	margin-right: 65px;
 }*/

.drawer-hamburger{
	padding: 17px 13px 28px;
}

 .rg-img .icon-okada_mark,  .rg-img .icon-rogo {
	font-size: 25px;
 }

 .head-rogo .rg {
	font-size: 15px;
 }

 .head-rogo span.rgs {
	font-size: 13px;
 }

}


@media screen and (min-width: 371px) and (max-width: 480px){

 .rg-img .icon-okada_mark,  .rg-img .icon-rogo {
	font-size: 25px;
 }

 .head-rogo .rg {
	font-size: 15px;
 }

 .head-rogo span.rgs {
	font-size: 13px;
 }

 /*.head-btn-tbsp a {
	padding: 15px 10px;
 }*/

}




/* ------------------------------------------------------------------------------------------------------------------ */

/* SELECT BUTTON（言語選択） */


 .selectCF {
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	/*font-family: 'Neucha', cursive;*/
	font-size: 17px;
	font-weight: bold;
	position: relative;
 }

 .selectCF:hover li span.titleCF {
	color: rgba(255,255,255,0.7);
 }

 .selectCF li {
	list-style: none;
	cursor: pointer;
	perspective: 900px;
	-webkit-perspective: 900px;
	text-align: left;
 }

 .selectCF > li {
	position: relative;
	font-size: 0;
 }

 .selectCF span {
	display: inline-block;
	height: 45px;
	/*line-height: 45px;*/
	color: #FFF;
	z-index: 1;
 }

 .selectCF .arrowCF {
	width: 45px;
	transition: .3s;
	-webkit-transition: .3s;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	background: #42ab66;
	color: #fff;
 }

 .selectCF .titleCF {
	padding: 0 10px 0 20px;
	border-left: dotted 1px rgba(244,244,244,.5);
	font-size: 15px;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #42ab66;
	color: #fff;
 }

 span.arrowCF {
	 line-height: 43px;
 }

 .titleCF {
	 line-height: 19px;
 }
 
 .titleCF:before {
	 content: "Language\a";
	 font-size: 11px;
	 white-space: pre;
 }

 .selectCF .titleCF a {
	color: #fff;
 }

 .selectCF .searchCF {
	padding: 0 10px 0 20px;
	border-left: dotted 1px rgba(244,244,244,.5);
	position: absolute;
	top: 0;
	right: 0;
	z-index:-1;
	background: #fff;
	color: #fff;
 }

 @keyframes searchActive {
	from{ transform: rotateY(180deg) }
	to{ transform: rotateY(0deg); }
 }

 @-moz-keyframes searchActive {
	from{ transform: rotateY(180deg) }
	to{ transform: rotateY(0deg); }
 }

 @-webkit-keyframes searchActive {
	from{ -webkit-transform: rotateY(180deg) }
	to{ -webkit-transform: rotateY(0deg); }
 }

 .searchActive .searchCF {
	z-index: 1;
	animation: searchActive 0.3s alternate 1;
	-moz-animation: searchActive 0.3s alternate 1;
	-webkit-animation: searchActive 0.3s alternate 1;
 }

 .searchActive .titleCF {
	opacity: 0;
 }

 .selectCF .searchCF input {
	width: 100%;
	height: 100%;
	font-family: 'Neucha', cursive;
	line-height: 45px;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 17px;
 }

 .selectCF .searchCF input:active, .selectCF .searchCF input:focus {
	box-shadow: none;
	border: none;
	outline: none;
 }

 .selectCF li ul {	
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 !important;
	background: #FFF;
	max-height: 255px;
    overflow-y: auto;
	transition: .2s;
	-webkit-transition: .2s;
	z-index:2;
	background:rgba(238,249,238,0.95);
	/*background:rgba(253,253,253,.9);*/
 }

 .selectCF li ul li{
	border-bottom: 1px solid rgba(240,240,240,.9);
	font-weight: normal;
	font-size: 14px;
	transition: .2s;
	-webkit-transition: .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 }

 .selectCF li ul li:first-child{
	border-top: 1px solid rgba(240,240,240,.9);
 }

 .selectCF li ul li:hover{
	/*background: #666;*/
	background: rgba(28,138,67,0.7);
	color: #FFF;
 }

 .selectCF li ul li a{
	display: inline-block;
	width: 100%;
	padding: 9px 0 9px 20px;
 }

 .selectCF li ul li a:hover{
	color: #FFF;
 }

 .selectCF .selected{
	/*background: #666;*/
	background: rgba(28,138,67,0.7);
	color: #FFF;
 }

 .selectCF .selected a{
	color: #FFF;
 }

 .selectCF li ul li:last-child{
	border-bottom: none;
 }

 .onCF .arrowCF{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
 }

 @-moz-keyframes effect1 {
	from{ transform: translateY(15px); opacity:0; }
	to{ transform: translateY(0px); opacity:1; }
 }

 @-webkit-keyframes effect1 {
	from{ -webkit-transform: translateY(15px); opacity:0; }
	to{ -webkit-transform: translateY(0px); opacity:1; }
 }

 .onCF li ul{
	display: block;
	-moz-animation: effect1 0.3s alternate 1;
	-webkit-animation: effect1 0.3s alternate 1;
 }

/**************************/
 #event-change{
	display: none;
 }



