/**
BASIC
*/

#wpadminbar{
	top: 32px !important;
}

body{
	/*font-family:Roboto,'Noto Sans Japanese',"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;*/
	font-size: 100%/1.4;
	line-height: 1;
	font-weight: 300;
	color: #000;
	letter-spacing: 0.05em;
}

		
		
a img,
:link img,
:visited img{
	border: none;
}

img[src$=".gif"], img[src$=".png"] {
	/*image-rendering: -moz-crisp-edges;          Firefox */
	/*image-rendering:   -o-crisp-edges;          Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}

a {text-decoration: underline; outline: 0;}
a:link {color: #333;outline: 0;}
a:visited {color: #333; outline: 0;}
a:active {color: #333; outline: 0;}
a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}

a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
}

#contents{
	/*width: 980px;*/
	padding: 65px 0 0 0;
	margin: 0 auto;
}


#main_contents{
	float: left;
	width: 680px;
	margin-right: 20px;
}

#sidebar{
	float: left;
	width: 280px;
}

.inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}


/**
ROLLOVER
*/

a img:hover{
	/* IE 
	filter: alpha(opacity=70);*/
	/* Safari Opera */
	opacity: 0.90;
	/* Firefox Netscape */
	-moz-opacity: 0.90;
}


/**
HEADER
*/

header{
	height: 35px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    padding: 0 25px;
    box-sizing: border-box;
    z-index: 200;
	background: rgba(255,255,255,0.9);
	
	border-bottom: solid 1px rgba(0,0,0,0.05);
}

header h1.logo,
header p.logo{
	line-height: 35px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	margin: 0;
	font-family: Roboto;
}

header .logo a{
	text-decoration: none;
}

header .box_social{
	position: absolute;
	top: 0;
	right: 110px;
	height: 35px;
	line-height: 35px;
}

header .box_lang{
	position: absolute;
	top: 0;
	right: 15px;
	height: 35px;
	line-height: 35px;
}
header .box_lang a{
	position: relative;
	z-index: 9999;
}

header .box_lang svg{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	font-size: 13px;
	color: rgba(0,0,0,0.8);
}
header .box_lang ul{
	display: inline-block;
	 vertical-align: middle;
	 margin-left: 3px;
	 line-height: 0;
}

header .box_lang ul li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	vertical-align: middle;
	line-height: 0;
	
	font-family: Roboto;
}

header .box_lang ul li.active{
	font-weight: bold;
}

header .box_lang a{
	text-decoration: none;
}



/**
GLOBAL NAVI
*/

header nav{
	position: absolute !important;
	top: 0;
	right: 190px;
}
.stellarnav.light{
	background-color: inherit !important;
	background: none !important;
}
.stellarnav{
	width: auto !important;
}
.stellarnav > ul > li > a {
    padding: 0 15px !important;
	line-height: 35px;
}

.stellarnav.light ul ul {
    background: rgba(255, 255, 255, 0.8) !important;
}

.stellarnav ul li{
	font-size: 14px !important;
	letter-spacing: .05em;
	font-family: Roboto;
	
}
.stellarnav ul li.sns{
	display: none;
}

.stellarnav li a{
	padding: 11px 15px !important;
	height: 35px;
	line-height: 1.5;
	color: #000 !important;
}
.stellarnav li a li a{
	height: inherit !important;
}

.stellarnav .dd-toggle{
	width: 39px;
	height: 39px;
}

.stellarnav ul li a:hover,
.stellarnav ul li a.active{
	/*background: rgba(252,223,31,0.5);*/
	
	border-bottom: solid 2px rgba(252,223,31,1);
}
.stellarnav .full{
	width: auto !important;
}

.stellarnav .dd-toggle{
	width: 38px !important;
    height: 38px !important
}

.stellarnav.mobile.light li a{
	border-bottom: solid 1px rgba(0,0,0,0.05) !important;
}
.stellarnav.mobile.light ul{
	background: rgba(255,255,255,1) !important;
}
.stellarnav.mobile.light > ul{
	border: none !important;
}


/**
SOCIAL
*/

header .box_social{
	border-left: solid 1px rgba(0,0,0,0.05);
	border-right: solid 1px rgba(0,0,0,0.05);
	padding: 0 10px;
}

.box_social ul li{
	list-style: none;
	display: inline;
	margin-left: 0px;
}

.box_social ul li img{
	width: 12px;
}

.box_social ul li span,
.box_social ul li i,
.box_social ul li svg{
	display: inline-block;
	line-height: 1;
	font-size: 12px;
}

.box_social ul li svg.svg-inline--fa{
	vertical-align: 0 !important;
}

.box_social ul li a{
	display :inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*background-color: rgba(0,0,0,0.3);
	color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;*/
}



.box_social ul li a:hover{
	color: rgba(0,0,0,0.5);
}



/**
SUB NAVI
*/

ul.sub_navi li{
	display: inline;
	margin-right: 1em;
	line-height: 1.5;
	font-size: 12px;
}

ul.sub_navi li a {text-decoration: none; outline: 0;}
ul.sub_navi li a:link {color: #333;outline: 0;}
ul.sub_navi li a:visited {color: #333; outline: 0;}
ul.sub_navi li a:active {color: #333; outline: 0;}
ul.sub_navi li a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}


/**
TOPIC PATH
*/

#topic_path{
	clear: both;
	padding: 10px 0;
	clear: both;
}

#topic_path li {
	display: inline;
	font-size: 12px;
	line-height: 110%;
	list-style-type: none;
}

#topic_path li:after{
	content: " \f105";
	font-family: FontAwesome;
	margin-left: .5em;
}



/**
BOTTOM_NAVI
*/

ul.bottom_navi{
	margin-bottom: 20px;
}

ul.bottom_navi li{
	line-height: 1.5;
	font-size: 13px;
	list-style: none;
}

ul.bottom_navi li h1{
	font-size: 130%;
	margin-bottom: 5px;
	cursor: auto;
}

ul.bottom_navi li ul li{
	font-size: 85%;
	float: none;
	width: 100% !important;
	color: #DDD;
	margin-bottom: 2px;
	width: 90%;
}

ul.bottom_navi li ul li .box_social ul{
	margin-top: 10px;
}

ul.bottom_navi li a {text-decoration: none; outline: 0;}
ul.bottom_navi li a:link {color: #333;outline: 0;}
ul.bottom_navi li a:visited {color: #333; outline: 0;}
ul.bottom_navi li a:active {color: #333; outline: 0;}
ul.bottom_navi li a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}




/**
COMMON_LAYOUT
*/

.corner{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.shadow{
	box-shadow: 0px 0px 5px #CCC;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
}

.txt.shadow{
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.fl_left{
	float: left;
	margin: 0 10px 5px 0;
 }
 
.fl_right{
	float: right;
	margin: 0 0 5px 10px
}
 
.clear{
	clear: both;
}
 
img{
	vertical-align:middle;
	max-width: 100%;
}

img.frame{
	padding: 5px;
	border: solid 1px #EEE;
}

section{
	clear: both;
	padding: 50px 0;
}



/**
ICON
*/

span.category_icon{
	padding: 3px 5px;
	line-height: 1;
	margin-bottom: 5px;
	background-color: #CCC;
	color: #FFF;
	font-size: 10px;
}

span.category_icon a{
	text-decoration: none;
	color: #FFF;
}


/**
COLUMN
*/

.column .left{
	margin-right: 1%;
}

.column .right{
	margin-left: 1%;
}

.column .wide{
	width: 65%;
}

.column .narrow{
	width: 33%;
}

.column img{
	max-width: 100%;
}



 
/**
COMMON_PARTS
*/

div.title{
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
div.title.center{
	text-align: center;
}

div.title .more{
	position: absolute;
	right: 0;
	bottom: 10px;
}


div.title h3{
	font-size: 130%;
	line-height: 1.2;
	margin: 0 0 1.5em 0;
}


div.title h1{
	font-size: 140%;
	line-height: 1.2;
	padding-bottom: 5px;
}

div.title.center h1{
	font-size: 30px;
	line-height: 1.2;
	margin: 1em 0;
	font-weight: 100;
	text-align: center;
}

div.title.center h1{
position: relative;
display: inline-block;
padding: 0 65px;
    font-size: 35px;
	margin: .5em 0;
	border-bottom: none;
	font-family: Roboto;
}

div.title.center h1:before, div.title.center h1:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #333;
}
div.title.center h1:before {left:0;}
div.title.center h1:after {right: 0;}

h3.brackets {
position: relative;
line-height: 1.4;
padding:0.5em 1em;
display: inline-block;
font-weight: 100;
}

h3.brackets:before,h3.brackets:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

h3.brackets:before{
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top:0;
  left: 0;
}

h3.brackets:after{
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom:0;
  right: 0;
}

p{
  line-height:1.6;
  margin:1em 0;
}
  
p.center{
	  text-align: center;
}
p.right{
	  text-align: right;
}

p.catch{
	font-size: 180%;
	margin: 1em 0;
}

p.catch:first-child{
	margin-top: 0;
}

p.more{
	text-align: right;
}

.caution,
.caption{
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	font-weight: normal;
	text-align: left;
}


p.button.bottom{
	clear: both;
	padding-top:50px;
}
p.button.bottom svg{
	font-size: 30px;
}

ul.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.3;
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #EEE;
	height: 1px;
	margin: 1em 0;
	clear: both;
}

span.mark.new,
span.mark.update{
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}


/**
NAV.BOTTOM
*/

.nav.bottom{
	text-align: center;
}

.nav.bottom ul{
	text-align: center;
	margin: 2em 0;
	padding-top: 2em;
}

.nav.bottom ul li{
	list-style: none;
	display: inline-block;
	padding: 0 20px;
}

.nav.bottom ul li a{
	color: rgba(0,0,0,0.5);
}
.nav.bottom ul li a:hover{
	color: rgba(0,0,0,0.7);
}

.nav.bottom ul li svg{
	font-size: 20px;
}


/**
BOX.SORT
*/

.box.sort{
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,0.03);
}

.box.sort ul li{
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.box.sort ul li.search input{
	border: none;
}
.box.sort ul li.search button{
	border-radius: 0 2px 2px 0 !important;
}
.box.sort ul li select{
	min-width: 200px;
}



/**
PAGER
*/

.pager{
	clear:both;
	padding: 30px 0;
	position: relative;
	z-index: 9999;
	line-height: 2.5;
}
.wp-pagenavi:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.wp-pagenavi {
	zoom: 1;
}
a.page{
	white-space: nowrap;
}
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	clear: both;
	font-size: 13px;
	color: #666;
	padding: 8px 12px 8px 12px;
}
.wp-pagenavi .current{
	/*background-color: #000;*/
	color: #FFF;
	background: rgba(0,0,0,0.5);
	border: none !important;
	margin: 0 2px;
}


.wp-pagenavi span.current{
	/*border: #cd3e2c solid 1px;*/
}
.wp-pagenavi a{
	font-size: 13px;
	padding: 8px 12px 8px 12px;
	/*border: #DDD solid 1px;*/
	text-decoration: none;
	border: none !important;
	/*background-color: #f3f3f3;*/
	margin: 0 2px;
}
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink{
	background-color: inherit;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi span.extend{
}
.wp-pagenavi a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
}


/**
BX-SLIDER
*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
}

#sliderWrap{
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: inherit !important;
	left: 0 !important;
	background: inherit !important;
}

#sliderWrap ul li{
	list-style: none;
}

#bx-pager{
	text-align: center;
}
#bx-pager a{
	margin: 10px;
}
#bx-pager a img{
	height: 80px;
}


/**
SIDEBAR
*/


/**
NEWS
*/

.icon.new{
	margin-left: .5em;
	color: #F30;
	font-size: 85%;
}

.news dl{
	margin: 1em 0;
}

.news dl dt{
	line-height: 1.5;
	
	clear: both;
	float: left;
	width: 6.5em;
	margin-bottom: .5em;
}

.news dl dd{
	line-height: 1.5;
	float: left;
	margin-bottom: .5em;
}


/**
LIST_LIST
*/

ul.item.list li p{
	margin: 0;
}

ul.item.list li{
	list-style: none;
	margin-bottom: 1em;
}

ul.item.list li div.image{
	float: left;
	width: 11%;
	margin-right: 1%;
	display: block;
}

ul.item.list li div.image img{
	width: 100%;
}

ul.item.list li div.content{
	float: left;
	width: 88%;
	display: block;
}


ul.item.list li p.text{
	font-size: 12px;
}

ul.item.list li p.category{
	margin-bottom: 5px;
}



/**
LIST_BOX
*/

ul.item.box{
	margin-left: -1%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 1% 1%;
	display: inline-block;
}

ul.item.box li div.image{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

ul.item.box li div.image img{
	width: 100%;
}

ul.item.box li div.content{
	float: none;
	width: 100%;
}


ul.item.box.column_2 li{
	width: 49%;
}

ul.item.box.column_3 li{
	width: 32.2222222222222222222%;
	/*width: -webkit-calc(100% / 3) ;
	width: calc(100% / 3) ;*/
}

ul.item.box.column_4 li{
	width: 24%;
}

ul.item.box.column_5 li{
	width: 19%;
}

ul.item.box li p.title{
	font-size: 100%;
	margin-bottom: 5px;
}

ul.item.box li p.image{
	margin: 0 0 5px 0;
	text-align: center;
}

ul.item.box li p.image img{
	width: 100%;
}

ul.item.box li p{
	margin: 0;
}


ul.item.box li div.image{
	float: none;
	width: 100%;
	text-align: center;
	position: relative;
	height: 145px;
	overflow: hidden;
	position: relative;
	border: solid 1px rgba(0,0,0,0.05);
}
ul.item.box li div.image img{
  position: absolute;
  width: 20%;
  height: 0;
  width: 100%;
  height: auto;
 /* padding-bottom: 20%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}



/**
FLEXBOX
*/

.flexbox{
	display: flex;
	display: -webkit-flex; /* Safari */
	-js-display: flex;/*IE*/
    -webkit-flex-wrap: wrap;
	
	justify-content: space-around; 
    flex-wrap: wrap;
    align-items: stretch;
	
	
    justify-content: space-between;
	/*justify-content: flex-start;*/
	
	width: 100%;
}

.flexbox.reverse {
	flex-direction:row-reverse;
}

.flexbox img{
	max-width: 100%;
}


.flexbox li{
	margin-bottom: 10px;
}

.flexbox.column_2 li{
	width: 49%;
}
.flexbox.column_3 li{
	width: 32%;
}
.flexbox.column_4 li{
	width: 24%;
}
.flexbox.column_5 li{
	width: 19%;
}


 
.flexbox li {
	list-style: none;
	/*width: 150px;*/
}
.flexbox li div.image{
	margin-bottom: 10px;
}
.flexbox li img{
	width: 100%;
}
.flexbox li p{
	margin: 0;
}
.flexbox li p.title{
	margin-bottom: 5px;
	line-height: 1.5;
}


.flexbox .sub{
	flex: 1;
	margin: 0 15px 0 0;
}
.flexbox.reverse .sub{
	margin: 0 0 0 15px;
}

.flexbox .main{
	flex: 4;
}
.flexbox .main.w_3{
	flex: 3;
}
.flexbox .main.w_2{
	flex: 2;
}
.flexbox .main.w_4{
	flex: 4;
}
.flexbox .main.w_5{
	flex: 5;
}



/**
MAP
*/

#map img{
	max-width: initial !important;
}

#map{
	width: 100%;
	height: 400px;
}



/**
TABLE
*/

table{
	width: 100%;
}

table.data th,
table.data td{
	padding: 10px;
	border: solid 1px #DDD;
}

table.list th,
table.list td{
	padding: 20px 0 8px 0;
	border-bottom: solid 1px rgba(0,0,0,0.05);
}

table.block{
	border-collapse: separate;
    border-spacing: 2px;
}

table.block th,
table.block td{
	padding: 10px;
}

table.block th{
	background-color: rgba(0,0,0,0.2);
}

table.block td{
	background-color: rgba(0,0,0,0.1);
}


/**
FORM
*/

span.required{
	color: #e6311e;
	margin: 0 0.5em;
	font-weight: normal;
}

div.form{
	width:100%;
	margin: 1em 0;
	padding:30px;
	background-color: rgba(0,0,0,0.03);
}

div.form dl dt,
div.form dl dd{
	vertical-align: top;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

div.form dl dd .error{
	margin: .5em 0 0 0;
}

div.form dl dt.first,
div.form dl dd.first{
	border: none;
}

div.form dl dt{
	clear: both;
	float: left;
	width: 20%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.form dl dd{
	float: left;
	width: 80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/**
INPUT
*/

input,
textarea{
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
	border: none;
	padding: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 110%;
	vertical-align: middle;
}

.contact input[type="text"],
.contact input[type="email"],
textarea{
	width: 100% !important;
}

textarea{
	height: 8em;
}


input[type="text"].size_s,
input[type="password"].size_s,
input[type="datetime"].size_s,
input[type="datetime-local"].size_s,
input[type="date"].size_s,
input[type="month"].size_s,
input[type="time"].size_s,
input[type="week"].size_s,
input[type="number"].size_s,
input[type="email"].size_s,
input[type="url"].size_s,
input[type="search"].size_s,
input[type="tel"].size_s,
input[type="color"].size_s{
	width: 20%;
}

input[type="text"].size_m,
input[type="password"].size_m,
input[type="datetime"].size_m,
input[type="datetime-local"].size_m,
input[type="date"].size_m,
input[type="month"].size_m,
input[type="time"].size_m,
input[type="week"].size_m,
input[type="number"].size_m,
input[type="email"].size_m,
input[type="url"].size_m,
input[type="search"].size_m,
input[type="tel"].size_m,
input[type="color"].size_m{
	width: 30%;
}

inpinput[type="text"].size_l,
input[type="password"].size_l,
input[type="datetime"].size_l,
input[type="datetime-local"].size_l,
input[type="date"].size_l,
input[type="month"].size_l,
input[type="time"].size_l,
input[type="week"].size_l,
input[type="number"].size_l,
input[type="email"].size_l,
input[type="url"].size_l,
input[type="search"].size_l,
input[type="tel"].size_l,
input[type="color"].size_l{
	width: 50%;
}

input.full{
	width: 100%;
}

select.select-box{
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	padding: 0px 12px;
    background: url(/images/arrow_down.png) no-repeat 95% 50% #EEE;
	/*background-color: #EEE;
	background-image: none;*/
	background-size: 15px;
	border: none;
	font-size: 90%;
	-webkit-appearance: none;
	border-radius: 0;
}

select.select-box.full{
	width: 100%;
}



/**
BUTTON
*/

input.btn,
button,
a.btn{
	background-color: #000;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	border: none;
	text-decoration: none;
	font-size: 100%;
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
}

input.btn.size_s,
button.size_s,
a.btn.size_s{
	height: 30px;
	line-height: 30px;
	font-size: 85%;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	height: 60px;
	line-height: 60px;
	font-size: 120%;
}

input.btn.size_2l,
button.size_2l,
a.btn.size_2l{
	height: 80px;
	line-height: 80px;
	font-size: 140%;
}

input.btn.cancel,
button.cancel,
a.btn.cancel{
	background-color: #CCC;
	color: #333;
}

input.btn:hover,
button:hover,
a.btn:hover{
	background-color: #333;
}



/**
INFO
*/

.box.info.bottom{
	padding: 30px;
	/*border: solid 2px #cd3e2c;*/
	background-color: #EEE;
	text-align: center;
}

.box.info.bottom ul{
	margin: 1.5em 0;
}

.box.info.bottom ul li{
	text-align: center;
}

.box.info.bottom ul li.button a{
	width: 100%;
}


.box.info.bottom ul li.tel{
	font-size: 200%;
	height: 60px;
	line-height: 60px;
}

.box.info.bottom ul li.tel p{
	text-align: center;
}

.box.info.bottom ul li.tel,
.box.info.bottom ul li.tel a{
	color: #333;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 50%;
	margin: 0;
}



/**
FOOTER
*/

footer{
	z-index: 99;
	padding: 20px 0;
	text-align: center;
}

footer p.copy{
	font-size: 10px;
	line-height: 1.5;
	margin: 0;
	font-weight: 100;
	letter-spacing: .1em;
	font-family: Roboto;
}

footer ul.sub_navi{
	margin-bottom: .5em;
}

.home footer {
	position: fixed;
	right:25px;
	bottom: 15px;
	padding: 0;
	width: 100%;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    background: rgba(0,0,0,0.2);
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


/**
ACCORDION
*/

.hide{
	display: none;
}

footer .box_social{
	margin-bottom: 1em;
}




/**
HOME
*/

body.home{
	background-position: center center;
}

.fsr-container { overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.fsr-image { position: absolute; }
.fsr-hidden { display: none; }


html,
body { height: 100%; }
.bg { position: relative; min-height: 100%; }



.home div.news{
	position: fixed;
	bottom: 65px;
	left: 0px;
	font-size: 13px;
	padding: 12px 20px 3px 20px;
	background: rgba(255,255,255,0.8);
}

.home div.news h2{
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	margin-right: 1em;
	color: #F60;
}

.home div.news dl{
	margin: 0;
	display: inline-block;
}

.home div.news a{
	text-decoration: none;
}
.home div.news a:hover{
	color: #666;
}

.home div.news dl dt,
.home div.news dl dd{
	margin: 0 0 .5em 0;
}


/**
ART
*/

body.art ul.item.box li{
	padding: 10px;
	/*border: solid 1px rgba(0,0,0,0.05);*/
}

body.art ul.item.box li p.title{
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5;
}
body.art ul.item.box li p.date{
	text-align: right;
	font-size: 12px;
}

body.art ul.item.box li p.date a{
	text-decoration: none;
	color: #999;
}

body.art div.main_image{
	margin-bottom: 50px;
}
body.art .data table.list{
	width: 50%;
	margin: 0 auto;
	font-size: 13px;
}

body.art .data table.list th{
	font-weight: 100;
	font-size: 12px;
	color: #999;
}

.bxslider li{
	width: 100% !important;
}
.bxslider li img{
	max-height: 600px !important;
	margin: 0 auto;
}



/**CATEGORY*/

.art.top ul.item.box li div.image{
  position: relative;
  margin-bottom: 0;
  }
  
.art.top ul.item.box li div.image:before{
    z-index: 10;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.15);
}

.art.top ul.item.box li div.image p.title{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #FFF;
  z-index: 99;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.2;
  }
  


/**
NEWS
*/

body.news ul.item.box li{
	padding: 10px;
}

body.news ul.item.box li p.title{
	letter-spacing: 0;
	line-height: 1.4;
}
body.news ul.item.box li p.title a{
	text-decoration: none;
}

body.news ul.item.box li p.date{
	font-size: 12px;
	text-decoration: none;
	color: #999;
}

body.news ul.item.box li p.category{
	margin: 5px 0 8px 0;
}

body.news ul.item.box li p.category a{
	margin: 0 5px;
	padding: 3px 5px;
	font-size: 12px;
	text-decoration: none;
	background: rgba(0,0,0,0.05);
}
body.news ul.item.box li p.category a:first-child{
	margin-left: 0;
}

.news ul.info{
	margin: 1em 0;
}
	 

body.news ul.info li{
	list-style: none;
	display: inline-block;
	margin: 0 1em 0 0;
}

body.news ul.info li a{
	padding: 3px 10px;
	font-size: 12px;
	text-decoration: none;
	background: rgba(0,0,0,0.05);
}

body.news article{
	width: 60%;
	margin: 0 auto;
}
 
body.news article div.main_image img{
	width: 100%;
}

body.news article h2{
	font-size: 135%;
	margin: 2em 0 1em 0;
	clear: both;
}

body.news article h3{
	font-size: 120%;
	margin: 2em 0 1em 0;
	clear: both;
}

body.news article h4{
	font-size: 110%;
	margin: 2em 0 1em 0;
	clear: both;
}


body.news article ul{
	margin: 1em 0 1em 20px;
}
body.news article ul li{
	line-height: 1.5;
	margin-bottom: .2em;
}


/**
STATIC
*/
.static h2{
	margin: 1em 0 1em 0;
	font-size: 160%;
	font-weight: bold;
}

.static h3{
	margin: 2em 0 1em 0;
	font-size: 140%;
}

.static h4{
	margin: 2em 0 1em 0;
	font-size: 120%;
}


/**
BIO
*/

.biography .photo {
	float: right;
	width: 250px;
	margin-top: -145px;
}

.biography .photo img{
	width: 100%;
}

.biography .photo p{
	margin: 5px 0 0 0;
}


/**
CLEARFIX
*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}


@media (max-width: 1200px) and (min-width: 801px){
.inner {
    width: 80%;
}
#main_contents{
	width: 100%;
	margin-right: 0;
}
#sidebar{
	width: 100%;
}
}


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

/**
BASIC
*/

body{
	-webkit-text-size-adjust: none;
	font-size: 14px;
}

img{
	max-width: 100% !important;
	height: auto;
	box-sizing: border-box;
}

#wrapper{
	box-sizing: border-box;
	width: 100%;
}

#contents{
	width: 100% !important;
	padding: 45px 10px 10px 10px;
}

#main_contents{
	float: none;
	width: 100%;
	margin-right: 0px;
}

#sidebar{
	float: none;
	width: 100%;
}

.inner{
	width: 100%;
}

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

#sidebar{
	text-align: center;
}

section{
	padding: 0 10px;
}


/**
HEADER
*/

header{
	margin: 0;
}

header .box_lang{
	right: 0px;
}

header .box_social{
	display: none;
}



/**
G NAV
*/


.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{
	padding: 0 !important;
	line-height: 35px;
	margin-left: 10px;
	font-weight: 100;
}


header nav{
	position: absolute !important;
	left: 0;
	right: 0;
}

header .logo {
    margin: 0 auto;
    position: relative;
    top: 0;
	padding: 0;
	text-align: center;
}

header .logo a{
	z-index: 9999;
	position: relative;
}


.stellarnav ul li.sns{
	display: block;
}

.stellarnav li ul li a{
	padding-left: 3em !important;
}




/**
SUB NAVI
*/

/*header ul.sub_navi{
	display: none;
}*/


/**
BOTTOM_NAVI
*/

ul.bottom_navi li ul li{
	font-size: 100%;
}

ul.bottom_navi li{
	float: none;
	width: 100% !important;
	margin-bottom: 1.5em;
}

ul.bottom_navi li ul li{
	margin-bottom: 0;
}



/**
COMMON_LAYOUT
*/

 
/**
COMMON_PARTS
*/

h1,h2,h3{
	font-size: 80%;
	line-height: 1.3;
}

div.title{
	margin-bottom: 0px;
}


div.title.center h1 {
	font-size: 18px;
}
  
p.catch{
	font-size: 140%;
}



/**
BOX.SORT
*/

.box.sort input[type="text"]{
	width: 80%;
}
.box.sort button{
	width: 20%;
}

.box.sort ul li{
	margin-bottom: 10px;
	width: 100%;
}
.box.sort ul li:last-child{
	margin-bottom: 0;
}

.box.sort ul li select{
	width: 100%;
}



/**
BX-SLIDER
*/

.bx-wrapper img{
	max-width: 100%;
	height: inherit;
	margin: 0;
}

#bx-pager a{
	margin: 2px;
}
#bx-pager a img{
	height: 50px;
}




/**
SIDEBAR
*/


/**
NEWS
*/

.news dl{
	margin: 1em 0;
}

.news dl dt{
	/*clear: both;
	float: none;
	width: 100%;
	margin-bottom: .5em;*/
}

.news dl dd{
	/*width: 100%;
	float: none;
	margin-bottom: 1em;*/
}

.home div.news{
	bottom: 60px;
	left: 0;
	width: 100%;
	padding: 6px 10px;
}


.home div.news h2{
	font-size: 100%;
	/*margin-bottom: .5em;*/
}


/*.home div.news dl dt {
    margin: 0 0 .1em 0;
}
.home div.news dl dd {
    margin: 0 0 .6em 0;
}*/

.home div.news dl dt {
    margin: 2px 0;
}
.home div.news dl dd {
    margin: 2px 0;
}



/**
DATA
*/

dl.data{
	margin: 1em 0;
}

dl.data dt{
	float: none;
	width: 100%;
	margin-bottom: .5em;
}

dl.data dd{
	float: none;
	width: 100%;
	margin-bottom: .5em;
}


/**
LIST_LIST
*/

ul.item.list li div.image{
	width: 21%;
	margin-right: 2%;
}

ul.item.list li div.content{
	width: 77%;
}


/**
LIST_BOX
*/

ul.item.box{
	margin-left: -1%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 1% 1%;
}

ul.item.box.column_3 li,
ul.item.box.column_4 li,
ul.item.box.column_5 li{
	width: 49%;
}

ul.item.box li div.image{
	height: 100px;
}

ul.item.box li p.title{
	font-size: 13px;
}


/**
FLEXBOX
*/

.flexbox{
	 justify-content: space-around;
	 -js-display: content;
	 
	display: content;
    -webkit-flex-wrap: content;
    flex-wrap: wrap;
    align-items: stretch;
	
	justify-content: flex-start;
    justify-content: space-between;
}
.flexbox li {
	list-style: none;
	width: 100%;
}
.flexbox li img{
	width: 100%;
}


.flexbox.column .sub{
	flex: 100%;
	margin: 0 0 1em 0;
}
.flexbox.column.reverse .sub{
	margin: 0 0 1em 0;
}

.flexbox.column .main{
	flex: 100%;
}

.flexbox.list .main{
	flex: 3 !important;
} 



.flexbox.box li{
	width: 49%;
}




/**
MAP
*/

#map{
	height: 200px;
}



/**
FORM
*/

* {
    -webkit-appearance: none;
}

input, button, textarea, select{
	-webkit-appearance: none;
	border-radius: 0;
}

div.form{
	padding: 10px;
}

div.form dl dt,
div.form dl dd{
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
div.form dl dd{
	margin: 0 0 20px 0;
}

div.form .caution{
	display: block;
	margin-top: 5px;
}



/**
INPUT
*/

input[type="text"],
textarea,
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l{
	width: 100%;
}



/**
BUTTON
*/

input[type="submit"].btn,
button,
a.btn{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

input[type="submit"].btn.size_l,
button.size_l,
a.btn.size_l{
	height: 40px;
	line-height: 40px;
}


input[type="submit"].btn.size_2l,
button.size_2l,
a.btn.size_2l{
	height: 50px;
	line-height: 50px;
}



/**
FOOTER
*/

footer{
	text-align: center;
	border-top: solid 1px rgba(0,0,0,0.15);
	background: rgba(255,255,255,.8);
}

.home footer{
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 10px;
}



.home footer p.link,
.home footer p.copy{
	display: block;
	text-align: center;
	font-size: 10px;
}


/**
INFO
*/

.box.info.bottom ul li{
	width: 100%;
	margin: 0 0 1% 0;
}


/**
ACCORDION
*/

dl.faq.accordion dt{
	background-size: 20px;
}

dl.faq.accordion dt.active{
    background-size: 20px;
}



/**
CONTENTS
*/

/**
ART
*/

body.art .data table.list{
	width: 100%;
}

body.art ul.item.box li{
	padding: 5px;
}

.art.top ul.item.box li div.image p.title{
	font-size: 14px !important;
}

.bxslider li img{
	max-height: auto !important;
}

/**
NEWS
*/

body.news ul.info li{
	list-style: none;
	display: inline-block;
	margin: 0 1em 0 0;
}

body.news article{
	width: 100%;
	margin: 0 auto;
}


/**
BIO
*/

.biography .photo {
	float: none;
	width: 60%;
	margin-top:0;
	margin: 2em auto 0 auto;
}


.biography .photo p{
	margin: 5px 0 0 0;
}

}