@charset "UTF-8";
/******************************************************リセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
* {
	/zoom : 1;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	font-weight: normal;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}
body,th,td {
    font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
	height: 100%;
	font-size: 16px;
	color: #000;
	line-height: 180%;
	letter-spacing: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 100%;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
img {
	vertical-align: bottom;
	border: 0;
}
li {
	list-style-type: none;
}

/******************************************************clearfix*/
.clearfix:after {
	content: " ";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {
	display: block;
}


/******************************************************リンク設定*/
a {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}

/* 画像リンク */
a img {}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #FFF;
}

/******************************************************文字サイズ・装飾調整*/

.red {color: #FF0000;}
.blue {color: #0098D8;}
.fs28 {font-size: 28px;}
.fs22 {font-size: 22px;}
.fs20 {font-size: 20px;}
.fs18 {font-size: 18px;}
.fs14 {font-size: 14px;}
.fs12 {font-size: 12px;}
.bold {	font-weight: bold;}
.center {text-align: center;}
.clear {clear: both;}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
	float: right;
	padding-left: 20px;
}
.alignleft {
	float: left;
	padding-right: 20px;
}


/******************************************************スペース設定*/

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.pr30 {padding-right: 30px;}
.pr60 {padding-right: 60px;}

/******************************************************本体設定*/
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000;
}
#fwrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contents {}

/******************************************************ヘッダー部分*/
#header {
	height: 120px;
	padding: 10px 30px;
}
#english #header,
#contactus #header { /*英語ページ用*/
	height: 150px;
}

#header h1,
#header .site_logo {
	float: left;
}

#hnavi {
	float: right;
	text-align: left;
}
#hnavi .tel {
	font-size: 35px;
}
#hnavi .mail {
	font-size: 24px;
	font-weight: bold;
	background-image: url(images/common/icon_mail.png);
	background-repeat: no-repeat;
	padding-left: 45px;
}

/******************************************************ナビゲーション部分*/

#gnavi {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}
#gnavi ul {}
#gnavi li {
	margin: 0px;
	padding: 0px;
	border-right: 5px solid #000;
	display: inline-block;
	/display: inline;
	zoom: 1;
}
#gnavi li:last-child {
	border-right: none;
}
#gnavi li a {
	height: 55px;
	width: 196px;
	display: block;
	text-align: center;
	padding-top: 15px;
}
#english #gnavi li a,
#contactus #gnavi li a { /*英語ページ用*/
	width: 246px;
}
#gnavi li a:hover {
	background-color: #FEEF35;
}
#gnavi li a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #FEEF35;
}

/******************************************************右サイドリンク*/


#snavi {
	position: fixed;
	top: 145px;
	right: 0px;
}
#snavi p {
	margin-bottom: 15px;
}

/******************************************************ページトップ*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

/******************************************************お問い合わせフォーム*/

#contactform {
	clear: both;
}
#contactform ul {
	text-align: center;
}
#contactform li {
	display: inline-block;
	/display: inline;
	zoom: 1;
	margin-right: 40px;
}
#contactform li:last-child {
	margin-right: 0px;
}
#contactform #glink .image {
	height: 130px;
	vertical-align: middle;
	text-align: center;
}

/******************************************************フッター部分*/

.home #flink {display:none;}/*TOPページ非表示*/

#flink{
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
#flink ul {}
#flink li {
	padding: 0px;
	display: inline-block;
	/display: inline;
	zoom: 1;
	margin-right: 45px;
}
#flink li:last-child{
	margin-right: 0px;
}
#flink li a{
	background-image: url(images/common/bg_red.png);
	height: 50px;
	line-height: 55px;
	width: 260px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	text-decoration: none;
}
#flink li:last-child a{
	font-size:18px !important;
}
#flink li:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #FFF;
}

#fcontact {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dd0020;
}
#fcontact .left {
	float: left;
	margin-left: 50px;
	color: #FFF;
}
#fcontact .left a {
	color: #FFF;
}
#fcontact .right {
	float: right;
	margin-right: 50px;
}
#fcontact .left p{
	padding-bottom: 10px;
}
#fcontact .cnct {
	font-size: 34px;
	font-weight: bold;
	color: #000;
}
#fcontact .cnct2 {
	font-size: 35px;
	font-weight: bold;
}
#fcontact .tel {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
#fcontact #mail {
	margin-top: 5px;
}
#fcontact #mail a{
	height: 35px;
	width: 523px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	border: 1px solid #FFFFFF;
	padding-top: 15px;
}
#fcontact #mail a:hover{
	color: #DD0020;
	background-color: #FFFFFF;
	border: 1px solid #DD0020;
	text-decoration: none;
}
#fcontact .glink {
	font-size: 20px;
	margin-top: 10px;
	text-align: center;}
#fcontact .glink a{
	color: #FFFFFF;}

#english #map a:hover img,
#contactus #map a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #FFF;
}

/******************************************************フッター部分*/

#footer {
	padding-top: 30px;
}
#address {
	margin-bottom: 20px;
}
#address p {
	float: left;
	line-height: 130%;
}
#c_name {
	font-size: 38px;
	font-weight: bold;
	margin-right: 20px;
}
#copyright {
	font-size: 12px;
	float: right;
	margin-top: 55px;
}
#fnavi {
	font-size: 14px;
	float: left;
}
#fnavi ul {}
#fnavi li {
	display: inline-block;
	/display: inline;
	zoom: 1;
	margin: 0px;
	line-height: 100%;
	height: 55px;
	padding-top: 25px;
	padding-left: 40px;
}
#fnavi li:nth-child(1) {
	background-image: url(images/common/fchara01.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}
#fnavi li:nth-child(2) {
	background-image: url(images/common/fchara02.png);
	background-repeat: no-repeat;
}
#fnavi li:nth-child(3) {
	background-image: url(images/common/fchara03.png);
	background-repeat: no-repeat;
}
#fnavi li:nth-child(4) {
	background-image: url(images/common/fchara04.png);
	background-repeat: no-repeat;
}

.footer_jp {
	vertical-align: top;
	display: table-cell;
	padding: 15px 20px 0 0;
}
.menu-footer-container {
	vertical-align: top;
	display: table-cell;
}

/******************************************************下層ページ共通*/

/*---ヘッダー画像---*/

#himage {
	background-repeat: repeat-x;
	background-position: center;
	height: 350px;
}

/*---パン屑---*/

#breadcrumb {
	font-size: 16px;
	line-height: 100%;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 20px;
}
/*---タイトル---*/

#page_title {
	border-bottom: 5px solid #000;
	padding: 20px 60px;
}
#page_title span,
#page_title em {
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
	margin-right: 20px;
	font-style: normal;
}
#hakaru #page_title span,
#tenken #page_title span,
#zetsuen #page_title span,
#tetsudo #page_title span,
#sonota #page_title span,
#news #page_title span,
.archive #page_title span,
.single #page_title span {
	display:none;
}
#page_title .chara {
	float: right;
	margin-top: -10px;
}

/*----*/

#container {
	width: 880px;
	margin: 0 auto 60px auto;
}

/*---サイド部分---*/

#side {
	float: left;
	width: 230px;
}
#side h3{
	color: #FFFFFF;
	background-color: #000;
	font-size: 22px;
	text-align: center;
	padding: 20px;
	line-height: 100%;
}
#side ul{}
#side li{
	border-bottom: 5px solid #000;
}
#side li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	line-height: 100%;
}
#side li a:hover {
	color: #FFF;
	background-color: #DD0020;
}


/*---メイン部分---*/

#main{
	float: right;
	width: 590px;
	margin-top: 30px;
}



/******************************************************サイドバーなし*/
#noside {}
#noside #main {
	width: 880px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}






















/*-------------------- スタッフブログ --------------------*/

/* 記事 */


div.post {}


/* ページリンク */
span.oldpage {float: left}
span.newpage {float: right}

/*p.pagelink a {font-size: 0.75em;
              color: #000000}*/
p.pagelink  {
	overflow: hidden;
	width: 100%;
	padding-top: 5px;
	margin-top: 25px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}


/* フィード */
p.feed               {font-size: 7px;
                      font-family: Verdana,Helvetica,sans-serif;
                      padding: 16px;
                      margin-bottom: 10px}

p.feed a             {color: #444444;
                      text-decoration: none}

p.feed img           {vertical-align: middle;
                      margin-right: 5px}


/* add 202002 */
.flex-direction-nav a:before {
	line-height: 40px;
}
/****************************** add 202002 ****/
/* header nav*/
/******************************************** */
#gnavi {
    border: 0;
}
#gnavi ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;

}
#gnavi ul li {
    width: 100%;
/*    height: 1em; */
    box-sizing: border-box;
    border-right: 0;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
#gnavi ul li a {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    border-right: 5px solid #000;
    box-sizing: border-box;
}
#gnavi ul li:last-child a {
    border-right: 0;
}
#gnavi ul li a span {
    display: block;
    color: #f00;
    font-size: 0.7em;
    line-height: 1;
}
#gnavi ul li a:hover {
    text-decoration: none;
}
#gnavi ul li a .red_bold {
    display: block;
    font-size: 14px;
    color: #f00;
    line-height: 1.6;
}
#gnavi ul li a .red_bold small {
    display: block;
    color: #000;
    font-size: 1em;
}
#english #gnavi li a,
#contactus #gnavi li a {
    width: 100%;
}

#gnavi.en_nav ul li a .red_bold {
    font-size: 22px;
    line-height: 1.2;
}
#gnavi.en_nav ul li a .red_bold small {
    font-size: 0.7em;
}
