@charset "Shift_JIS";

/* bace 
******************************/
*{
	margin:0;
	padding:0;
	font-size:100%;
	font-family: "Century Gothic", sans-serif;
}
body {
	background-color: #ffffff;
	color: #000;
}
a{
	text-decoration:none;
	transition: background 0.5s, color 0.5s;
}
h1{
	font-size: 9pt;
	padding: 5px;
	color: #ffff;
	line-height:normal;
}

a:link {color: #007ca3;}
a:visited {color: #007ca3;}
a:hover { color: #ff3333;}
a:active { color: #ff3333;}

p{
	margin:0.8em;
}
em{
	color: Black;
	font-style: normal;
	font-weight: bolder;
}
strong{
	font-weight:bolder;
}
img{
	border:0;
}
ul,ol{
	margin:1em 0 1em 2em;
}
hr{
	display:none;
}
small{font-size: 0.8rem;}
table{
	font-family: "Century Gothic", sans-serif;
	font-size: 100%;
}
/* header
******************************/
.container{
	margin:0 auto;
    width:1150px;
}
/* content 
******************************/
#content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* main 
******************************/
#main{
	width: 800px;
	padding:10px 15px 10px 10px;
	max-width: 100%;
}
#main h2{
	font-size: 120%;
	padding: 10px 0;
	border-bottom: 3px solid;
}
#main h3{
	margin: 20px 0;
	font-weight: bolder;/*
	font-size: 110%;
	padding-left: 15px;
	border-left: 8px solid #004A68;*/
	color: #333;
	font-size: 100%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
#main h3::before{
	color: #004A68;
	content: "";
	border-left: 5px solid #004A68;
	padding-right: 10px;
}
#main h4{
	margin: 10px 0;
	font-size: 105%;
	font-weight: bolder;
	padding-left: 0;
	color: #004A68;
}
#main h4::before{
	color: #004A68;
	content: "■";
}
#main h5{
	margin: 20px 0;
	font-size: 100%;
	font-weight: bolder;
	color: #004A68;
}
#main p{
	margin: 20px 0;
	line-height: 1.8;
}
#main p a{
	text-decoration: underline;
}
/* lists 
****************/
#main .list1 h3{
	margin-bottom: 0;
}
#main .list1 h3 a{
	color: #004A68;
}
#main .list1 h3 a:hover{
	color: #007ca3;
}
#main .list1 section p{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 20px 50px;
	margin-top: 0;
	position: relative;
}
#main .list1 section p a.more{
	padding: 10px 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: none;/*
	background: #007ca3;*/
	background: #333;
	color: #fff;
	font-size: 0.9rem;
}
#main .list1 section p a.more:hover{
	background: #007ca3;
}

#main .list2{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#main .list2 section{
	background: #eee;
	padding: 20px;
	width: calc(50% - 50px);
	margin: 20px 0 0;
	position: relative;
	display: grid;
    align-content: space-between;
}
#main .list2 section:nth-child(odd){
	margin-right: 20px;
}
#main .list2 h3 a{
	color: #004A68;
}
#main .list2 h3 a:hover{
	color: #007ca3;
}
#main .list2 h3{
	margin: 0;
	background: none;
	border: 0;
	text-align: center;
	font-size: 1.3rem;
	padding: 20px 0 0;
}
#main .list2 h3::before{
	display: none;
}
#main .list2 section p:nth-child(odd){
	text-align: center;
}
#main .list2 section p a.more{
	padding: 15px 30px;
	text-decoration: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
}
#main .list2 section p a:hover .more{
	background: #007ca3;
}

#main .list3 a{
	display: block;
	width: calc(100% - 20px);
	height: 100%;
	padding: 10px;
  overflow: auto;
}
#main .list3 a:hover{
	background-color: #fff6ec;
}
#main .list3 a:after {
  content: "";
  clear: both;
  display: table;
}
#main .list3 section figure{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#main .list3 section h3{
	clear: both;
	margin-bottom: 10px;
}
#main .list3 section p{
	color: #000;
	margin: 0;
}
#main .list3 section figure img{
	max-width: 300px;
	height: auto;
}


/* button (by Takahashi 2025)
******************************/
button.button_decoration{
	-webkit-appearance: none;/* iosによるデフォルトのボタン色付与を回避する */
	color:#007ca3;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: auto;
	font-size:16px;
	border-radius: 100px;	/* ボタンの角丸 */
	border: 1px solid #4682B4;	/* ボタンの外枠 */
}
button.button_decoration:hover {
    background-color: #ff6600;
}
button.button_decoration:active {	/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;/*ボタンの影を消す*/
}

#main .button_nomal{
  color:#007ca3;
}


/* pagetop 
******************************/
#pagetop{
	width:100%;
	margin: 0px;
	background: #D3D3D3;
	text-align: center;
}
#pagetop a{
	display: block;
	padding: 10px 0px;
	width: 100%;
	height: 100%;
	color: #000;
}
#pagetop a span{
	display: none;
}
#pagetop a::before{
	display: block;
	color: #000;
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: 900;
	font-size: 23px;
}
/* footor 
******************************/
#page_footer{
	width: 100%;
	background: #004A68;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}
#page_footer a:link{color:#FF9900;}
#page_footer a:visited{color:#FF9900;}
#page_footer a:hover{color:#ccc;}

/* sidebar 
******************************/
#sidebar{
	padding:0 30px 0 0;
	width: 300px;
	font-size: 10pt;
	color: #666666;
	background-color:#FFFFFF;
	margin-bottom: 20px;
}
#sidebar p{
	padding:0;
	margin: 0;
}
#sidebar ul{
	margin:0px;
}
#sidebar img{
	width: 100%;
	height: auto;
}
#sidebar h2{
	padding:7px 10px;
	background: #004A68;
	color: #fff;
	margin-top: 20px;
}
#sidebar section a{
	display:block;
	padding:5px;
	width: calc(100% - 10px);
	color: #333333;
}
#sidebar section a:hover{
	background: #007ca3;
}
#sidebar section a img{
	vertical-align: bottom;
}


/* sidebar sidemenu 
***************************/
#sidebar .sidemenu{
	width: calc(100% - 2px);
	font-size: 12pt;
	margin-top: 20px;
}
#sidebar .sidemenu h2{
	margin-bottom: 0;
	border-bottom: none;
    font-size: 1rem;
}
#sidebar .sidemenu ul{
	margin:0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#sidebar .sidemenu li{
	border-bottom:1px solid #ccc;
	list-style-type: none;
	position: relative;
	font-size: 0.9rem;
}
#sidebar .sidemenu li a::after{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	color: #ccc;
	margin-right: 5px;
	margin-top: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
}
#sidebar .sidemenu li.none a::after{
	display: none;
}
#sidebar .sidemenu li a{
	display:block;
	padding:10px;
	width: calc(100% - 20px);
}
#sidebar .sidemenu li a:hover{
	background: #007ca3;
	color: #fff;
}
#sidebar .ouhuku::before{
	content: "往復便";
	color: #ff0000;
	float: left;
	padding: 10px;
	clear: both;
	font-size: 0.8rem;
	
}
/* sidebar condo 
***************************/
#sidebar .condo{
	width: calc(100% - 2px);
	font-size: 12pt;
	margin-top: 20px;
}
#sidebar .condo h2{
	border-bottom: none;
    font-size: 1rem;
}
#sidebar .condo section{
	margin:0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size: 0.8rem;
}
#sidebar .condo section::after {
  content: "";
  clear: both;
  display: table;
}
#sidebar .condo a{
	overflow: auto;
}
#sidebar .condo a:hover{
	color: #fff;
}
#sidebar .condo figure{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	max-width: 60px;
	width: 60px;
}
#sidebar .condo h4{
	font-size: 0.9rem;
}
#sidebar .condo p{
	margin: 0;
}
/* bnr_hotel 
******************************/
#sidebar .bnr_hotel{
	background: url(images/bnr-hotel.jpg) no-repeat top;
	background-size: cover;
	width: 100%;
	display: block;
	color: #000;
	text-align: center;
	position: relative;
}
#sidebar .bnr_hotel h3{
	font-weight: bold;
	font-size: 1.1rem;
	padding: 30px 0 10px;/*
	background: none;
	border: none;
	margin: 0;
}
#sidebar .bnr_hotel h3::before{
	content: none;*/
}
#sidebar .bnr_hotel button a{
	color: #fff;
	background: #FF9900;
	border-radius: 10px;
	padding: 10px;
}
#sidebar .bnr_hotel button a:hover{
	color: #fff;
	background: #ff6600;
}
#sidebar .bnr_hotel p{
    padding: 0 20px;
}
#sidebar .bnr_hotel ul{
	padding: 0 20px 0 40px;
    max-width: 300px;
    margin: 0 auto;
}
#sidebar .bnr_hotel li{
	font-size: 0.8rem;
	text-align: left;
}
#sidebar .bnr_hotel p strong{
	padding-bottom: 10px;
	font-size: 0.85rem;
	line-height: 2;
}

#sidebar .bnr_hotel button{
	width: 80%;
	border: 0;
	margin: 20px auto;
	background: none;
}

/* bnr_taxi  (by Takahashi 2025)
******************************/
#sidebar .bnr_taxi{
	background: url(images/bg-bnr-taxi.jpg) no-repeat top;
	background-size: cover;
	width: 100%;
	display: block;
	color: #000;
	text-align: center;
	position: relative;
}
#sidebar .bnr_taxi h3{
	font-weight: bold;
	font-size: 1.1rem;
	padding: 30px 0 10px;/*
	background: none;
	border: none;
	margin: 0;
}
#sidebar .bnr_taxi h3::before{
	content: none;*/
}
#sidebar .bnr_taxi button a{
	color: #fff;
	background: #00a2ff;
	border-radius: 10px;
	padding: 10px;
}
#sidebar .bnr_taxi button a:hover{
	color: #fff;
	background: #ff6600;
}
#sidebar .bnr_taxi p{
    padding: 0 20px;
}
#sidebar .bnr_taxi ul{
	padding: 0 20px 0 40px;
    max-width: 300px;
    margin: 0 auto;
}
#sidebar .bnr_taxi li{
	font-size: 0.8rem;
	text-align: left;
}
#sidebar .bnr_taxi p strong{
	padding-bottom: 10px;
	font-size: 0.85rem;
	line-height: 2;
}

#sidebar .bnr_taxi button{
	width: 80%;
	border: 0;
	margin: 20px auto;
	background: none;
}


/******************************
	toppage
******************************/
/* toppage header
******************************/
#toppage .page_header{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#toppage .page_header header{
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(images/bg-top01.jpg) no-repeat center;/* トップページトップ画像 */
	background-size: cover;
}
#toppage .page_header .header_color{
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
    height: 100%;
}
#toppage .page_header header .container{
	position: relative;
	height: 100%;
	
}/*
#toppage .page_header header h1{
	position: absolute;
    top: 40%;
    margin-top: 50px;
    left: 50%;
    margin-left: -280px;
}*/
#toppage .page_header .logo{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -190px;
	margin-top: -80px;
}
#toppage .page_header .logo img{
	width: 380px;
    height: auto;
	max-width: 100%;
}
#toppage .page_header #language{
	margin: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
#toppage .page_header #language li{
	list-style: none;
	display: inline-block;
}
#toppage .page_header #language a{
	color: #fff;
	padding: 3px 10px;
}
#toppage .page_header #language a:hover{
	color: #ccc;
}
#toppage #mypage_button{
	margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -185px;
    margin-top: 50px;
    color: #fff;
	font-size: 16px;
}
#toppage #mypage_button button{
    border: none;
    background: none;
	margin-top: 20px;
	padding: 10px 20px;
}
#toppage #mypage_button button a{
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
	padding: 15px 30px;
}
#toppage #mypage_button button a:hover{
	background: #FF4444;
	color: #fff;
}
#toppage #mypage_button p{
   line-height :130%;
}
/* toppage secondary 
******************************/
#toppage .secondary{
	padding: 60px 0;
}
#toppage .secondary h2{
	text-align: center;
	font-size: 2rem;
	margin: 0 20px;
}
#toppage .secondary>section>p{
	padding: 40px;
}
#toppage .secondary .top_about{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#toppage .secondary .top_about section{
	width: 32%;
	margin-right: 2%;
}
#toppage .secondary .top_about section{
	background: #007ca3;
	padding: 40px 20px;
	color: #fff;
}
#toppage .secondary .top_about section:last-child{
	margin-right: 0;
}
#toppage .secondary .top_about section h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
/* news 
******************************/
#news{
	overflow: hidden;
	margin: 10px;
}
#news h2{
	border: none;
	background: #004A68;
	padding: 10px 20px;
	color: #fff;
	font-size: 1rem;
}
#news .new{
}
#news .new::before{
	content: "【NEW】";
	float: left;
	color: #ff0000;
	font-size: 0.8rem;
	margin-right: 5px;
	margin-bottom: 0;
}
#news section{
	width: calc(100% - 2px);
	height: 250px;
	border: 1px solid #CCC;
    overflow: scroll;
	margin-bottom: 20px;
}
#news section dl{
	 padding: 20px;
}
#news section dt{
	color: #004A68;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#news section dd{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 0.9rem;
}
/* information 
******************************/
#top_infomation{
	clear: both;
	width:100%;
	background: #eee;
   }
#top_infomation .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
   }
#top_infomation section{
	width: 50%;
	padding: 20px;
}
#top_infomation section h3{
	font-size: 20px;
}
#top_infomation section li{
	line-height: 2;
}
/* top_contact 
******************************/
#top_contact{
	width:100%;
	background: #007ca3;
	color: #fff;
}
#top_contact .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
   }
#top_contact section{
	width: 50%;
	padding: 20px;
}
#top_contact section h2{
	font-size: 23px;
}
#top_contact section li{
	line-height: 2;
}
#top_contact section figure{
	text-align: center;
}
/*********************************
	single 
*********************************/
#single #content{
	flex-direction: row-reverse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 50px;
	
}
/* toppage header
******************************/
#single .page_header{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
#single .page_header header{
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(images/bg-top01.jpg) no-repeat center;/* 下層ページトップ画像 */
	background-size: cover;
}
#single .page_header .header_color{
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
    height: 100%;
}
#single .page_header header .container{
	position: relative;
	height: 100%;
	
}
#single .page_header .logo{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 30px;
	margin-top: 20px;
}
#single .page_header .logo img{
	width: 250px;
    height: auto;
}
#single .page_header #language{
	margin: 5px 10px 5px 0;
	position: absolute;
	right: 0;
	top: 0;
}
#single .page_header #language li{
	list-style: none;
	display: inline-block;
}
#single .page_header #language a{
	color: #fff;
	padding: 3px 10px;
}
#single .page_header #language a:hover{
	color: #ccc;
}
#single #mypage_button{
    position: absolute;
    top: 50px;
    right: 0;
    color: #fff;
	font-size: 16px;
	margin-right: 20px;
}
#single #mypage_button button{
    border: none;
    background: none;
	margin-top: 20px;
	padding: 10px 20px;
}
#single #mypage_button button a{
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
	padding: 10px 20px;
}
#single #mypage_button button a:hover{
	background: #FF4444;
	color: #fff;
} 
/* topmenu
******************************/
#topmenu{
	width: 100%;
	color: #ffffff;
	position: absolute;
	bottom: 0;
}
#topmenu ul{
    margin:0;
}
#topmenu li{
	list-style:none;
	text-align: center;
    padding: 20px;
	display: inline-block;
}
#topmenu li a{
	color: #ffffff;
	font-weight: bolder;
}
#topmenu a:link{color: White;}
#topmenu a:visited{color: White;}
#topmenu a:hover{color: #FF4444;}
#topmenu noscript{display:none;}


/* round_trip_discount
******************************/
#round_trip_discount dl {
    overflow: auto;
}
#round_trip_discount dt {
    font-weight: bold;
    width: 100%;
}
#round_trip_discount dd {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
}
#round_trip_discount dd ul{
    margin: 10px 0;
}
#round_trip_discount dd ul li{
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}

/******************************
	common
******************************/
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.fontred{
	color: crimson;
}
.none{
	display: none;
}
.pcnone{
	display: none;
}
.big{
	font-size: 1.3rem;
}
.col{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.col2 section{
	margin-right: auto;
	margin-left: auto;
}
.col2 img{
	width:97%;
}
.col .col2{
	width:49%;
	padding-top: 20px;
}
.col .col3{
	width:32%;
	padding-top: 10px;
}
.col .col4 {
	width:19%;
}
.col .col2 img,
.col .col3 img,
.col .col4 img{
	width:100%;
	height:auto;
}
/******************************
	Mobil
******************************/
@media screen and (max-width : 1150px) {
.container {
    width: 100%;
	}
}
@media screen and (max-width : 800px) {
	#toppage,
	#single{
	overflow: hidden;
	}
	#toppage #mypage_button p{
		font-size: 0.8rem;
	}
	#toppage #mypage_button{
		margin-left: -150px;
	}
	.container {
    	width: 100%;
	}
	#toppage .secondary {
    	padding: 30px 0 0;
		background: #eee;
	}
	#toppage .secondary h2{
		font-size: 1.5rem;
	}
	#toppage .secondary>section>p{
		padding: 10px 20px;
	}
	#toppage .secondary .top_about {
		flex-direction: column;
	}
	#toppage .secondary .top_about section {
    	width: calc(100% - 40px);
    	margin-right: 0;
		padding: 20px 20px 10px;
	}
	#toppage .secondary .top_about section h3{
		margin-bottom: 20px;
	}
	#content,
	#single #content{
		display: block;
	}
	#main{
		width: calc(100% - 20px);
		padding:10px;
	}
	#main .list3 section figure{
		float: none;
		margin-right: 0;
	}
	#main .list3 section figure img{
		width: 100%;
    	height: auto;
		max-width: none;
	}
	#top_contact .container{
    	flex-direction: column-reverse;
		padding: 20px 0 0;
	}
	#main .list2{
    	/*flex-direction: column;*/
		flex-wrap: nowrap;
		flex-direction: row;
		overflow-x: scroll;
		display: -webkit-box;
	}
	#main .list2 section:last-child{
		margin-right: 0;
	}/*
	#main .list2 section:nth-child(odd){
		margin: 20px 0;
	}*/
	#main .list2 section{
    	width: calc(90% - 40px);/*
		margin: 0 auto;*/
    	max-width: 100%;
		margin: 20px 20px 20px 0;
	}
	#top_infomation .container{
    	flex-direction: column;
		padding: 20px 0 0;
	}
	#top_contact section h2{
		text-align: center;
	}
	#top_contact section ul{
		margin-left: 20px;
		font-size: 0.9rem;
	}
	#top_contact section{
    	width: 100%;
    	padding: 0;
	}
	#top_infomation section,
	#top_contact section:nth-child(2),
	#top_contact section:nth-child(2) img{
    	width: calc(100% - 40px);
		margin: 0 auto;
    	max-width: 100%;
	}
	#top_contact section:nth-child(2) img{
	}
	#top_contact .container map iframe{
		vertical-align: bottom;
	}
	#sidebar{
		width: 100%;
	}
	#sidebar .sidemenu,
	#sidebar .condo{
    	width: calc(100% - 20px);
		margin: 0 10px;
	}
	#sidebar .sidemenu li a{
		padding:10px;
	}
	/****** single ******/
	#single h1{
		display: none;
	}
	#single .page_header{
		overflow: revert;
	}
	#single .page_header header{
		background: #fff;
	}
	#single .page_header .header_color{
		background: none;
	}
	#single .page_header .logo{
		position: relative;
		margin: 0;
		float: left;
		top: 0;
	}
	#single .page_header .logo a{
		width: 150px;
		background: url(images/logo2.png) no-repeat;
		display: block;
		background-size: contain;
		height: 40px;
		margin: 5px;
	}
	#single .page_header .logo img{
		display: none;
	}
	#single .page_header #language{
		position: relative;
		margin: 0;
		background: #333;
		font-size: 0.8rem;
		padding: 5px;
	}
	#single .page_header #language ul{
		margin: 5px;
	}
	#single #mypage_button{
		position: relative;
		margin: 0;
		background: url(images/bg-top01.jpg) no-repeat center;/* モバイル　下層ページトップ画像 */
		background-size: cover;
		height: 150px;
		
	}
	#single #mypage_button button{
		position: absolute;
		right: 0;
	}
	#topmenu{
		display: none;
		position: relative;
		top: -100px;
	}
	#single #content{
		padding-top: 20px;
	}
	#topmenu ul{
		background: #007ca3;
	}
	#topmenu li {
		padding: 0;
		display: flex;
    flex-direction: column;
		border-bottom: 1px solid #488ca8;
}
	#topmenu li a{
		padding: 20px;
		position: relative;
	}
	#topmenu li a::after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
		position: absolute;
		right: 10px;
		font-size: 1.5rem;
	}
  #toggle{
	  display: block;
	  width: 40px;
	  height:40px;
	  position: absolute;
	  right: 0;
	  margin: 5px;
	  cursor:pointer;
  }
  #toggle a{
    display: block;
    padding: 12px 0 10px;
    color: #000;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #000;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 4px;
    background: #fff;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}
@media screen and (max-width : 480px) {
	#toppage .page_header .logo img{
		width: calc(380px - 40px);
		padding: 0 20px;
	}
	#toppage .page_header #language{
		top: auto;
	}
	#toppage .secondary .top_about {
		flex-direction: column;
	}
	.pcnone{
		display: block;
	}
	.col .col2,
	.col .col3b,
	.col .col4b{
		width:100%;
	}
}