@charset "utf-8";
/* CSS Document */

/**********************************************************/
/* リセット */
/**********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}


table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.center {
	text-align:center;
}

.inline_block {  
	display: inline-block; 
}

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

a {
	color:#444;
	text-decoration: none;
}

/*a:hover{
	color:#F75C0C;
	text-decoration:none;
}
*/




/*************** PC・SP共通ベース ***************/

html{
    font-size: 62.5%;
}

body {
	width:100%;
	color: #111;
	font-weight:400;
	line-height:1.8;
    position:relative;
    z-index:0;
	font-family: 'Noto Serif JP', serif;
	margin:0 auto;
}


/* タイトルを大文字英数へ変換 */
.uppercase{
  text-transform: uppercase;
}

/* ページの先頭に戻る(すべてのページ) */

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 30px;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 1;
}


/* GoogleMap */

.gmap {
position: relative;
padding-top:30px;
padding-bottom: 33%;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (min-width:768px), print{

/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
	min-width:1300px;
	font-size:1.6rem;
	font-weight:400;
	position:relative;
	margin-top: 80px;
}

.pc_none,.hidden {
	display:none;
}


/**********************************************************/
/* ヘッダー */
/**********************************************************/

header {
	color:#FFF;
	background:#000;
	width:100%;
	height:80px;
	margin:0 auto;
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
}

header .inner {
	width:1100px;
	margin:0 auto;
}

header .logo_area {
	height:80px;
	display:flex;
	align-items:center;
	float:left;
}

header .logo {
	display:block;
	width:235px;
	height:64px;
}

header nav ul {
	height:80px;
	display:flex;
	align-items:flex-end;
	float:right;
}

header nav ul li {
	height:80px;
	font-size:1.8rem;
	padding:0 25px;
	display:flex;
	align-items:center;
}


header nav ul li a {
	font-size:1.8rem;
	color:#FFF;
	font-weight:500;
}
header nav ul li a:hover {
	color:#FF0000;
	transition:0.3s;
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

main {
	width:100%;
	display:block;
	margin:0 auto;
	position:relative;
}

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


main a:hover {
	opacity:0.8;
	transition:0.3s;
}


/* メイン画像 */

.main_img {
	width:100%;
	height:300px;
}

.main_img img {
	width:100%;
	height:300px;
	object-fit:cover;
}


/* パンくず */

.breadcrumb {
	width:100%;
	height:30px;
	background:#2BACDB;
	margin-bottom:30px;
}

.breadcrumb ul {
	width:1082px;
	margin:0 auto;
}

.breadcrumb ul li {
	font-size:12px;
	color:#FFF;
	line-height:30px;
	float:left;
	padding-right:20px;
}

.breadcrumb ul li.arrow::after{
    right: 5px;
}

.breadcrumb ul li a {
	font-size:12px;
	color:#FFF;
}
.breadcrumb ul li a:hover {
	text-decoration:underline;
}


/* レイアウト */

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.align_left {
	text-align:left;
}

.align_right {
	text-align:right;
}


/* 縦書き */

.vertical {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}


/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

h1 {
}


hr {
	width:100%;
	/*height:4px;
	border:none;
	background:url(../images/hr.png) 0 0 repeat-x;*/
	clear:both;
	margin:40px auto;
}

hr {
	border-top: 1px solid #EEE;
	border-bottom:none;
}

.bold {
	font-weight:600;
}

.red {
	color: #F00;
}

.red_bold {
	color: #C0262C;
	font-weight:bold;
}

.orange {
	color:#DC5800;
}

.clear {
	clear:both;
}


/**********************************************************/
/* テーブル */
/**********************************************************/

#content table {
    border-left: 2px solid #AAA;
    border-top: 2px solid #AAA;
    margin: 20px 0 50px;
}

#content th {
    background: #FFF;
    border-bottom: 2px solid #AAA;
    border-right: 2px solid #AAA;
    font-weight: 500;
    /*line-height: 1.2;*/
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

#content td {
	background: #FFF;
    border-bottom: 2px solid #AAA;
    border-right: 2px solid #AAA;
	font-weight: 500;
    padding: 5px 10px;
	text-align:left;
    vertical-align: middle;
}


/**********************************************************/
/* フッター */
/**********************************************************/


footer {
	width:100%;
	color:#FFF;
	background:#000;
	padding:50px 0;
	position:relative;
}

footer img.footer_logo {
	width:235px;
	height:64px;
	display:block;
	margin:0 auto 20px;
}

footer p.address {
	text-align:center;
	line-height:1.4;
	margin-bottom:50px;
}


footer .copy {
	text-align:center;
	font-size:1.2rem;
}

}

