@charset "UTF-8";
/*--------------------------------------------------------------------------------

Structure

--------------------------------------------------------------------------------*/
/*------------------------------------------------------------font*/
.teko {
	font-family: 'Teko', sans-serif;
}
.font14 {
	font-size: 14px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font30 {
	font-size: 30px;
}
.font33 {
	font-size: 33px;
}
.font45 {
	font-size: 45px;
}
.red {
	color: #7d0022;
}
.noto_reg {
	font-family: "NotoSansReglar";
}
h2 {
	font-family: "NotoSansBold";
}
/*------------------------------------------------------------bg*/
.bg_gray {
	background: #171c20;
}
.bg_black {
	background: #000;
}
.bg_stripe {
	background: url(../img/common_img/stripe_bg.png);
}
.bg_dot {
	background: url(../img/common_img/bg_dot.png);
}
/*------------------------------------------------------------Header*/
header {
	height: auto;
	width: 100%;
	min-width: 1140px;
	background: #000;
}
/* header_left*/
#header_left {
	text-align: left;
	float: left;
	font-size: 0;
	margin: 35px 0 0 20px;
}
#header_logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
#header_tx {
	font-family: "NotoSansRegular";
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
}
/* header_right*/
#header_right {
	text-align: left;
	float: right;
	font-size: 0;
}
#header_contact #h_info {
	display: inline-block;
	vertical-align: middle;
}
#h_info {
	margin-right: 30px;
}
.h_eigyou {
	font-size: 0;
}
.h_eigyou .time {
	font-size: 14px;
}
.h_eigyou .close {
	font-size: 12px;
}
.h_tel {
	text-align: right;
	margin-bottom: 10px;
}
.h_eigyou li {
	display: inline-block;
}
.h_eigyou li:first-child {
	margin-right: 20px;
}
#header_contact #h_mail {
	display: inline-block;
	vertical-align: middle;
}
/*------------------------------------------------------------Navi*/
/*MainNavi*/
nav#mainnavi {
	height: auto;
	width: 100%;
	min-width: 1140px;
	background: #dfdfdf;
}
nav#mainnavi ul {
	font-size: 0;
	width: 1140px;
	margin: 0 auto;
}
#mainnavi ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 25px;
}
#mainnavi ul li:last-child {
	margin-right: 0;
}
#mainnavi li a {
	display: block;
	font-family: "NotoSansBold";
	color: #000;
	padding: 15px 0;
}
#mainnavi .active a {
	color: #7d0022;
}
#mainnavi li a:hover {
	color: #7d0022;
}
/*------------------------------------------------------------header.fix*/
header.fix {
	position: fixed;
	top: 0;
	animation: haslide linear .3s 1;
	-webkit-animation: haslide linear .3s 1;
	z-index: 3000;
}
header.fix #header {
	display: none;
}
@keyframes haslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
 @-webkit-keyframes haslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
/*------------------------------------------------------------Contents*/
.inner {
	width: 1140px;
	margin: 0 auto;/*background: #f0f;*/
}
#content {
	height: auto;
	width: 1140px;
	margin: 0 auto 20px;
}
/*LeftBox*/
#content_left {
	width: 280px;
	float: left;
	text-align: left;
}
/*RightBox*/
#content_right {
	width: 820px;
	float: right;
	text-align: left;
}
.anchor {
	height: 220px;
	margin-top: -220px;
	display: block;
	visibility: hidden;
}
/*box*/
.box {
	clear: both;
}
/*------------------------------------------------------------Footer*/
footer {
	font-family: "NotoSansRegular";
	width: 100%;
	min-width: 1140px;
	background: #171c20;
	padding: 90px 0;
}
#footer {
	display: flex;
	justify-content: flex-start;
}
#footer_left, #footer_center, #footer_right {
	font-size: 14px;
	margin: 10px 0 0;
}
#footer_left, #footer_center {
	text-align: left;
	border-right: 1px #fff solid;
}
/* footer_left */
#footer_left {
	padding: 10px 70px 10px 0;
}
#footer_left #footer_logo {
	margin-bottom: 20px;
}
#footer_left #footer_address {
	margin-bottom: 10px;
}
#footer_left ul li:last-child {
	margin-bottom: 0;
}
.f_eigyou .time {
	background: url(../img/common_img/f_icon01.png) left center no-repeat;
	padding-left: 28px;
}
.f_eigyou .yasumi {
	background: url(../img/common_img/f_icon02.png) left center no-repeat;
	padding-left: 28px;
}
/* footer_center */
#footer_center {
	padding: 25px 85px 35px;
}
#footer_navi {
	font-size: 0;
}
#footer_navi ul {
	display: inline-block;
	vertical-align: top;
}
#footer_navi ul:first-child {
	margin-right: 80px;
}
#footer_navi ul li {
	margin-bottom: 18px;
}
#footer_navi ul li:last-child {
	margin-bottom: 0;
}
#footer_navi li a {
	color: #fff;
}
#footer_navi li a:hover {
	text-decoration: underline;
}
/* footer_right */
#footer_right {
	text-align: right;
	padding: 45px 0 50px 155px;
}
.access_btn {
	text-align: center;
	width: 253px;
	font-size: 24px;
	margin-bottom: 30px;
}
/*Copyright*/
#footer small {
	line-height: 110%;
	font-size: 10px;
	font-style: normal;
}
/*------------------------------------------------------------Page Top*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 0px;
}
/*------------------------------------------------------------splink*/
body {
	padding-top: 190px;
}
.splink {
	position: absolute;
	top: 0;
	z-index: 10000;
	text-align: center;
	width: 100%;
	padding: 30px 0;
	background: #F2F2F2;
	box-shadow: 0 0 6px 0 #9B9B9B;
}
.splink a {
	position: relative;
	margin: 0 30px;
	background: #fff;
	color: #A5A5A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 45px;
	padding: 20px 0;
	border-radius: 4px;
	border: 6px solid #A5A5A5;
	display: block;
}
/*--------------------------------------------------------------------------------

Main Content Decorations

--------------------------------------------------------------------------------*/
/*------------------------------------------------------------breadcrumbs*/
#pankuzu {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 12px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li:first-child {
	padding: 0 7px 0 0;
	background: none;
}
#pankuzu ol li a {
	text-decoration: underline;
}
/*------------------------------------------------------------Common_banner*/
.common_banner {
	border-top: 1px dotted #CCC;
	padding: 20px 0 0 0;
	text-align: center;
}
/*------------------------------------------------------------Title*/
/*Pagetitle*/
#pagetitle {
	margin: 0 auto 20px;
}
/*------------------------------------------------------------Text*/
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 11px;
	line-height: 150%;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*Phbox*/
.phbox_right {
	float: right;
	margin-left: 20px;
}
.phbox_left {
	float: left;
	margin-right: 40px;
}
/*------------------------------------------------------------Photo positiopn*/
.ph_cent {
	text-align: center;
}
.ph_cent img {
	margin-bottom: 10px;
	margin: 0 auto;
}
.ph_left {
	float: left;
	margin-right: 10px;
}
.ph_right {
	float: right;
	margin-left: 10px;
}
.ph_left img, .ph_right img {
	display: block;
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------------------------------------Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Image Effects*/
/*Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*Hoverimg_fade*/
a:hover img.hoverimg_fade {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.6;
}
/*Hoverimg_dark*/
.hoverimg_dark {
	background: #000;
}
.hoverimg_dark img:hover {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.5;
}
/*hoverimg_big*/
.hoverimg_big {
	overflow: hidden;
}
.hoverimg_big img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.hoverimg_big img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*hoverimg_small*/
.hoverimg_small {
	overflow: hidden;
}
.hoverimg_small img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.hoverimg_small img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*hoverimg_smalldark*/
.hoverimg_smalldark {
	overflow: hidden;
	background: #000;
}
.hoverimg_smalldark img {
	/*????*/
	opacity: 1;
	/*??`?E?k??*/
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	/*transition????i????I?ω??j*/
	transition: transform 0.3s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.5s ease;
	-moz-transition: -moz-transform 0.3s ease, opacity 0.5s ease;
	-o-transition: -o-transform 0.3s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.3s ease, opacity 0.5s ease;
}
.hoverimg_smalldark img:hover {
	/*????*/
	opacity: 0.5;
	/*??`?E?k??*/
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
/*------------------------------------------------------------Table*/
/*table basic*/
table.table_basic {
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0 0 15px;
}
table.table_basic th {
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #CCC;
	background: #EEE;
	/* CSS3 */
	text-shadow: 1px 1px 0 #FFF;
}
table.table_basic td {
	text-align: left;
}
table.table_basic th, table.table_basic td {
	border-bottom: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
}
table.table_basic .table_border {
	border-right: 1px solid #CCC;
}
table.table_basic td.price {
	text-align: right;
	font-weight: bold;
	color: #900;
	vertical-align: middle;
}
/*------------------------------------------------------------Txt Frame*/
/*txt_frame*/
.txt_frame {
	border: 1px solid #CCC;
	padding: 15px;
	background: #f2f2f2;
	/* CSS3 */
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#F2F2F2), to(#fff) );
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient( top, #F2F2F2, #fff );
	/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#F2F2F2, endColorstr=#ffffffff);
	zoom: 1;
}
/*------------------------------------------------------------List*/
/*list basic*/
ul.list_basic li {
	padding: 0 0 0 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 5px;
}
/*list dot*/
ul.list_dot li {
	padding: 0 0 0 9px;
	background: url(../img/common_img/icon_dot.gif) no-repeat left center;
}
/*list following01*/
.list_following01 ul {
	list-style-type: none;
	border-left: 1px solid #CCC;
	margin-right: 15px;
	float: left;
}
.list_following01 ul li {
	text-align: left;
	padding: 0 0 0 25px;
	background: url(../img/common_img/arrow.gif) no-repeat 13px 5px;
}
/*list following02*/
ul.list_following02 {
	list-style-type: none;
}
ul.list_following02 li {
	width: 49%;
	float: left;
	background: url(../img/common_img/arrow.gif) no-repeat 0px 5px;
}
ul.list_following02 li:nth-child(even) {
	float: right;
}
ul.list_following02 li:nth-child(2n+1) {
	clear: both;
}
ul.list_following02 a, ul.list_following02 span {
	display: block;
	padding: 0 0 0 12px;
}
/*list num*/
ol.list_num li {
	list-style: none;
	background: url(../img/common_img/icon_num01.png) no-repeat left 1px;
	padding-left: 25px;
}
ol.list_num li:nth-child(2) {
	background: url(../img/common_img/icon_num02.png) no-repeat left 1px;
}
ol.list_num li:nth-child(3) {
	background: url(../img/common_img/icon_num03.png) no-repeat left 1px;
}
ol.list_num li:nth-child(4) {
	background: url(../img/common_img/icon_num04.png) no-repeat left 1px;
}
ol.list_num li:nth-child(5) {
	background: url(../img/common_img/icon_num05.png) no-repeat left 1px;
}
/*list two Column*/
ul.list_2column {
	margin: 0 -10px -20px;
}
ul.list_2column li {
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
ul.list_2column li:nth-child(2n+1) {
	clear: both;
}
ul.list_2column li figure {
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_2column li figure img {
	width: 100%;
	height: auto;
}
ul.list_2column li p {
	display: block;
	margin: 0 10px;
}
/*list three Column*/
ul.list_3column {
	margin: 0 -10px -10px;
}
ul.list_3column li {
	margin-bottom: 10px;
	width: 33.333%;
	float: left;
}
ul.list_3column li:nth-child(3n+1) {
	clear: both;
}
ul.list_3column li figure {
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_3column li figure img {
	width: 100%;
	height: auto;
}
ul.list_3column > li > p {
	display: block;
	margin: 0 10px;
}
/*------------------------------------------------------------Link related*/
