@charset "UTF-8";

/*-- common --*/

body {
	font-size:14px;
	line-height:180%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover img {
	opacity:.8;
	-ms-filter:"alpha(opacity=80)";
}

a {
	color:#4b4b4b;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

#spLinkBlockInPc {
	display:none;
}

#spLinkBlockInPc a {
	display:block;
	padding:16px 0;
	border:1px #4c4c4c solid;
	margin:20px 10px 10px;
	border-radius:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#4c4c4c;
}

#spLinkBlockInPc a:hover {
	color:#4c4c4c;
	background:#fff;
	text-decoration:none;
}

#spLinkBlockInPc a:active {
	color:#4c4c4c;
	background:#fff;
	text-decoration:none;
}

/*-- header --*/

.header {
	width:995px;
	margin:0 auto;
	overflow:hidden;
}

.header h1 {
	width:360px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.header h1 img {
	max-width:100%;
	width:100%;
	height:auto;
}

.header .address {
	padding-top:12px;
	margin-left:22px;
	float:left;
}

.header .address.tokyo {
}

.header .address.osaka {
}

.header .address p {
	line-height:140%;
}

.header .info {
	margin-top:17px;
	float:right;
}

.header .info a {
	display:inline-block;
}

.header .info a + a {
	margin-left:6px;
}

.header_tokyo {
	padding:10px 0;
/*	background:#f09f2b;*/
	background:#747474;
}

.header_tokyo .inner {
	width:995px;
	margin:0 auto;
	overflow:hidden;
}

.header_tokyo .inner img {
	float:left;
}

.header_tokyo .inner .address {
	font-size:12px;
	color:#fff;
	float:right;
}

.header_osaka {
	padding:10px 0;
	background:#f09f2b;
}

.header_osaka .inner {
	width:995px;
	margin:0 auto;
	overflow:hidden;
}

.header_osaka .inner img {
	float:left;
}

.header_osaka .inner .address {
	font-size:12px;
	color:#fff;
	float:right;
}

/*-- nav --*/

.nav {
	width:100%;
	height:56px;
	margin-bottom:5px;
	background:#000;
}

.nav ul {
	text-align:center;
}

.nav ul li {
	display:inline-block;
	padding-left:10px;
	margin-left:10px;
	background:url(../common_img/nav_border.jpg) no-repeat left center;
}

.nav ul li:first-child {
	padding-left:0;
	margin-left:0;
	background:none;
}

.nav ul li a {
	display:inline-block;
	padding:12px 10px;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	letter-spacing:.5px;
	color:#fff;
}

.nav ul li a:hover {
	background:#4b4b4b;
	color:#fff;
	text-decoration:none;
}

.nav ul li a .en {
	font-size:12px;
}

#gn_inner .droppy {
	position:relative;
}

#gn_inner .droppy ul {
	display:none;
	position:absolute;
	border-top:1px #fff solid;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

#gn_inner .droppy ul li {
	padding:0;
	margin:0;
	border-bottom:1px #fff solid;
	background-image:none;
	float:left;
}

#gn_inner .droppy ul li a {
	width:110px;
	padding:10px;
	font-size:14px;
	text-align:left;
	background:url(../common_img/arrow.png) no-repeat right center #000;
	background-position:108px;
}

#gn_inner .droppy ul li a:hover {
	background:url(../common_img/arrow.png) no-repeat right center #4b4b4b;
	background-position:108px;
}

/*-- content --*/

.content {
	width:995px;
	margin:0 auto;
}

/*-- three_column --*/

.three_column {
	margin-bottom:20px;
}

.three_column h2 {
	margin-bottom:10px;
}

.three_column h2 span {
	padding-left:12px;
	font-size:12px;
	background:url(../common_img/icon_tri.png) no-repeat left center;
	float:right;
}

.three_column ul {
	width:1020px;
	margin-right:-25px;
	overflow:hidden;
}

.three_column ul li {
	width:315px;
	margin-right:25px;
	margin-bottom:30px;
	font-size:12px;
	float:left;
}

.three_column ul li .thumb {
	position:relative;
	display:block;
	height:313px;
	border:1px #efc479 solid;
	margin-bottom:5px;
	overflow:hidden;
}

.three_column ul li img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	max-width:313px;
	height:auto;
	max-height:313px;
	margin:auto;
}

.three_column ul.txt_news {
	width:995px;
	margin:20px 0 20px 0;
}

.three_column ul.txt_news li {
	position:relative;
	width:100%;
	padding-left:16px;
	padding-bottom:5px;
	border-bottom:1px #f0f0f0 solid;
	margin-bottom:5px;
	box-sizing:border-box;
}

.three_column ul.txt_news li:after {
	display:block;
	content:"";
	position:absolute;
	border:6px #fff solid;
	border-left-color:#cc9940;
	top:6px;
	left:0;
}

/*-- four_column --*/

.four_column {
	margin-bottom:20px;
}

.four_column h2 {
	margin-bottom:10px;
}

.four_column h2 span {
	padding-left:12px;
	font-size:12px;
	background:url(../common_img/icon_tri.png) no-repeat left center;
	float:right;
}

.four_column ul {
	width:1020px;
	margin-right:-25px;
	overflow:hidden;
}

.four_column ul li {
	width:230px;
	margin-right:25px;
	margin-bottom:30px;
	font-size:12px;
	float:left;
}

.four_column ul li .thumb {
	position:relative;
	display:block;
	height:228px;
	border:1px #efc479 solid;
	margin-bottom:5px;
	overflow:hidden;
}

.four_column ul li img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	max-width:228px;
	height:auto;
	max-height:228px;
	margin:auto;
}

/*-- five_column --*/

.five_column {
	margin-bottom:20px;
}

.five_column h2 {
	margin-bottom:8px;
}

.five_column h3 {
	padding-bottom:5px;
	border-bottom:1px #666 solid;
	margin-bottom:8px;
}

.five_column ul {
	width:1020px;
	margin-right:-25px;
	overflow:hidden;
}

.five_column ul li {
	width:179px;
	margin-right:25px;
	margin-bottom:20px;
	font-size:12px;
	float:left;
}

.five_column ul li .thumb {
	position:relative;
	display:block;
	height:177px;
	border:1px #ddd solid;
	margin-bottom:8px;
	overflow:hidden;
}

.five_column ul li img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	max-width:177px;
	height:auto;
	max-height:177px;
	margin:auto;
}

.five_column ul li p {
	line-height:150%;
}

/*-- banner_pickup --*/
ul.bnr_pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin: 20px 0 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 995px;
}

ul.bnr_pickup li {
   width:315px;
   margin: 0 0 5px 0;
}

ul.bnr_pickup li img {
   width:100%;
}

/*-- banner --*/

.banner {
	width:1030px;
	margin-right:-35px;
	margin-bottom:50px;
	overflow:hidden;
}

.banner img {
	margin-right:35px;
	float:left;
}

/*-- pager --*/

.pager {
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}

.pager ul {
	padding:0;
	margin:10px 0 0;
	position:relative;
	float:left;
	list-style-type:none;
	left:50%;
}

.pager li {
	border-right:1px #cccccc solid;
	position:relative;
	font-size:14px;
	float:left;
	left:-50%
}

.pager .active {
	padding:3px 7px;
	font-weight:bold;
}

.pager li.next {
	border-right:none;
}

.pager ul a {
	display:block;
	padding:3px 7px;
	font-size:14px;
	font-weight:normal;
}

/*-- gotop --*/

.gotop {
	margin:15px 0 10px;
	text-align:right;
}

/*-- footer --*/

.footer {
	background-color:#4c4c4c;
	clear:both;
}

.footer .inner {
	width:995px;
	padding:20px 0 25px;
	margin:0 auto;
	color:#fff;
	overflow:hidden;
}

.footer h2 {
	padding-bottom:8px;
	border-bottom:1px #fff solid;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}

.footer ul {
	overflow:hidden;
}

.footer ul.left {
	width:25%;
	float:left;
}

.footer ul.right {
	width:25%;
	float:left;
}

.footer ul li {
	width:200px;
	padding:2px 0 2px 22px;
	margin-bottom:10px;
	background:url(../common_img/arrow.png) no-repeat left center;
	float:left;
}

.footer ul li a {
	color:#fff;
}

/*-- footer_nav --*/

.footer_nav {
	width:995px;
	padding-top:10px;
	border-top:1px #f0f0f0 solid;
	margin:20px auto 0;
}

.footer_nav ul {
	overflow:hidden;
}

.footer_nav ul li {
	display:inline-block;
	padding:5px 0 5px 20px;
	margin-right:20px;
	background:url(../common_img/arrow.png) no-repeat left center;
	float;left;
}

/*-- copyright --*/

.copyright {
	width:995px;
	padding:12px 0;
	margin:0 auto;
	overflow:hidden;
	font-size:12px;
}

.copyright p {
	margin-top:15px;
	color:#636363;
	float:left;
}

.copyright img {
	float:right;
}

/*----------------------------------
 youtube
------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

