@charset "UTF-8";

/* ウィンドウ幅が0〜480pxの場合に適用するCSS */
	
html ,body { 
    scroll-behavior: smooth;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding: 0; 
	background-size:cover;
	background-attachment:fixed;
	text-decoration:none;
	}


/********************************************************************************************************************************************************************************************************************/

header{
	position: fixed;
    z-index: 10;
    width:100%;
    height:70px;
    background:rgba(0, 0, 0, 0.8);
    transition:.3s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#000000;
	border-bottom:2px solid #222222;
	}
	
/* ******************************************************************************************************************************************************************************************************************/

  .is-animation {
    height:70px;
	background:#000000;
	border-bottom:2px solid #222222;
	z-index:10;
  }
	
/* メニュー画面（通常） **********************************************************************************************************************************************************************************************/

#menu{
  width: 100%;
  margin: 0px auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  font-size:13px;
  font-weight:700;
  padding: 20px 20px 20px;
  background: #000000;
  color: #fff;
  text-align: left;
  text-decoration: none;
  border:1px solid #222222;
  border-color:transparent;
  letter-spacing:1px;
}
#menu li a:hover{
  text-shadow:0px 0px 3px #ffffff;
}

#toggle{ 
 display: none;
}

/* メニュー画面（タブレット＆スマホ対応） *****************************************************************************************************************************************************************************/

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

	
#menu{
    display: none;
  }
  
#menu li{
    width: 100%;
	
  }
#menu li a{
    display: block;
    padding: 10px 20px 10px 20px;
    background: #000000;
    font-size:11px;
    color: #ffffff;
    text-align: left;
    line-height:20px;
    border-top:1px solid #222222;
    width: 100%;
    letter-spacing:1px;
}

#menu li a:hover{
    background: #12669a;
    color: #ffffff;
}

/* レスポンシブメニュー処理********************************************************************************************************************************************************************************************/

#toggle{
    display: block;
    position: relative;
    width: 40px;
	height:40px;
    background: transport;
	float:right;
	margin:10px;
	border-radius:5px;
	text-align:center;
	padding:10px 5px 0px 5px;
	z-index:10;
	cursor:pointer;
  }
  
#toggle:hover{
    background: #12669a;
  }
  
#toggle span.icon-bar{
    text-align:center;
    margin:5px 0px 0px 5px;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    color:#fff;
    background:#efefef;
    border-radius:5px;
}


#nav #nav_contents{
	display:grid;
	position:fixed;
	float:right;
	width:100%;
	top:-3px;
	right:0px;
	background:transport;
	height:70px;
	padding:0px;
	}
}
/* ヘッダー内（ロゴ） *************************************************************************************************************************************************************************************************/
	
#logo{
	display:block;
	position:fixed;
	width:100px;
	background:transport;
	height:150px;
	padding:0px;
	z-index:10;
	}
	
#logo a{
	display:block;
	position:fixed;
	width:auto;
	top:0px;
	left:0px;
	font-weight:bold;
	letter-spacing:0.3px;
	padding:0px;
	z-index:100;
	color:#ffffff;
	text-decoration:none;
	}
	
#logo a.text{
	display:block;
	position:fixed;
	width:auto;
	top:5px;
	left:70px;
	font-weight:bold;
	background:transport;
	letter-spacing:0.8px;
	height:150px;
	z-index:100;
	color:#ffffff;
	text-decoration:none;
	font-family:"Roboto Condensed", sans-serif;
	}
	
#logo a.text:hover{
	text-shadow:0px 0px 3px #ffffff;
    color:#ffffff;
    transition    : .3s;
	}
	
#logo a img{
	width:200px;
	margin:20px 0px 0px 10px;
	background:transport; 
	height:auto;
	}

/**********************************************************************************************************************************************************************************************************************/

#nav{
	display:block;
	position:fixed;
	width:100%;
	float:right;
	top:0px;
	right:0px;
	background:transport;
	height:118px;
	padding:0px;
	}
	
#nav_contents{
	display:block;
	position:fixed;
	float:right;
	width:auto;
	top:0px;
	right:0px;
	height:118px;
	padding:0px;
	}

	
/* PAGETOP ************************************************************************************************************************************************************************************************************/

p{margin:0;}
		
p.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	opacity:0.9;
	z-index:100;
    }
 
p.pagetop a{
	float:right;
	margin-left:10px;
    display: block;
    text-decoration: none;
	font-size:9px;
	letter-spacing:0.1em;
	background:#111111;
	padding:10px;
	color:#ffffff;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #333333;
    }
 
p.pagetop a img{
	width:25px;
    }
p.pagetop a:hover{
	background:#12669a;
	color:#ffffff;
	transition:.5s;
    }

/**********************************************************************************************************************************************************************************************************************/

#top{
	width:100%;
	height:100%;
	padding-top:0px;
	padding-bottom:0px;
	background:#111111;
	background-image:url(../images/main_bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
			
/**********************************************************************************************************************************************************************************************************************/

#access{
	overflow:hidden;
	display:inline-block;
	background:#F1F5F9;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:90%;
	height:auto;
	padding:100px 0px 200px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access .container h1{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:30px;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	color:#333333;
	border-left:4px solid #12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

#access .container h2{
	margin-top:0px;
	margin-bottom:30px;
	font-family: 'Noto Serif JP', serif;
	font-size:28px;
	text-align:left;
	width:100%;
	padding:0px 0px 0px 30px;
	color:#333333;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-left:4px solid #12669a;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

#access .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}

#access .container article{
	display:inline-block;
	position: absolute;
	top:150px;
	text-align:center;
	justify-content:flex-start;
	margin-top:0px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
	background:#12669a;
	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access .container #contents_a{
	display:none;
	}
	
#access .container #contents_b{
	top:150px;
	text-align:center;
	margin-top:0px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access .container #contents_a iframe{
	display:none;
	}
		
#access .container p{
	margin-top:0px;
	font-family:"メイリオ";
	font-size:18px;
	text-align:left;
	line-height:80px;
	color:#333333;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#access .container #contents_b a{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	letter-spacing:0.05em;
	border:2px solid #12669a;
	padding:10px 0px 10px 20px;
	background:#6D9C3B;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:40px 0px 10px 0px;
	width:50%;
	}
	
#access .container #contents_b a:hover{
    color:#ffffff;
    transition    : .5s;
	background:#12669a;
	}

#access .container #contents_b table.access{
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#access .container #contents_b table.access tr th{
    width: 80px; 
    font-size:12px;      
	padding:20px　20px　20px　0px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;  
	border-bottom:1px solid #cccccc;
}	

#access .container #contents_b table.access tr td {
	width: auto; 
    font-size:12px;      
	padding: 20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;
	border-bottom:1px solid #cccccc;
}

#access .container #contents_b table.access tr td span { 
    font-size:13px;      
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#access .container #contents_b table.access tr td span:hover { 
	color:#12669a;
}

#access .container #contents_a #map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#access .container #contents_a #map iframe {
  width: 100%;
  height: 900px;
  margin-top: -150px;
}

/*******************************************************************************************************************************************************************************************************************/

#opening_hours{
	overflow:hidden;
	display:inline-block;
	background:#ffffff;
	background-image:url(../images/bg_right.png);
	background-size:cover;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#opening_hours .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:90%;
	height:auto;
	padding:100px 0px 200px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#opening_hours .container h1{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:30px;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	color:#333333;
	border-left:4px solid #12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#opening_hours .container h2{
	margin-top:0px;
	margin-bottom:30px;
	font-family: 'Noto Serif JP', serif;
	font-size:28px;
	text-align:left;
	width:100%;
	padding:0px 0px 0px 30px;
	color:#333333;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-left:4px solid #12669a;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

#opening_hours .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}

#opening_hours .container article{
	display:inline-block;
	position: absolute;
	top:150px;
	text-align:center;
	justify-content:flex-start;
	margin-top:0px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
	background:#12669a;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#opening_hours .container #contents_a{
	display:none;
	}
	
#opening_hours .container #contents_b{
	top:150px;
	text-align:center;
	margin-top:0px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
		
#opening_hours .container p{
	margin-top:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:12px;
	text-align:left;
	line-height:36px;
	color:#333333;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#opening_hours .container #contents_b a{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	letter-spacing:0.05em;
	border:2px solid #12669a;
	padding:10px 0px 10px 20px;
	background:#1989ce;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:100px 0px 10px 0px;
	width:100%;
	}
	
#opening_hours .container #contents_b a:hover{
    color:#ffffff;
    transition    : .5s;
	background:#12669a;
	}

#opening_hours .container #contents_b table.opening_hours{
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border:1px solid #cccccc;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#opening_hours .container #contents_b table.opening_hours tr th{
    width: 160px; 
    font-size:12px;      
	padding:20px　20px　20px　0px; 
    font-family: 'Noto Serif JP', serif;
	text-align:center; 
	letter-spacing:0.05em; 
	color:#0d0d0d;  
	border:1px solid #cccccc;
}	

#opening_hours .container #contents_b table.opening_hours tr td {
	width: auto; 
    font-size:12px;      
	padding: 10px; 
    font-family: 'Noto Serif JP', serif;
	text-align:center; 
	letter-spacing:0.05em; 
	color:#0d0d0d;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}


/*******************************************************************************************************************************************************************************************************************/

#guidance{
	overflow:hidden;
	display:inline-block;
	background:#ffffff;
	background-image:url(../images/bg_left.png);
	background-size:cover;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#guidance .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:90%;
	height:auto;
	padding:100px 0px 200px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#guidance .container h1{
	margin-top:0px;
	margin-bottom:30px;
	font-family: 'Noto Serif JP', serif;
	font-size:40px;
	text-align:left;
	width:100%;
	padding:0px 0px 0px 30px;
	color:#333333;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-left:4px solid #12669a;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

#guidance .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}

#guidance .container article{
	display:inline-block;
	position: absolute;
	top:150px;
	text-align:center;
	justify-content:flex-start;
	margin-top:0px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;

	height:auto;
	padding:0px;
	max-width: 100%;
	background:#12669a;
	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#guidance .container #contents_a{
	text-align:center;
	margin-top:0px;
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#guidance .container #contents_b{
	display:none;
	}
		
#guidance .container #contents_b img{
	display:none;
}


#guidance .container #contents_b .help span.title{
	display: block;
	text-decoration: none;
	padding:10px 0px 0px 0px;
	margin-bottom:10px;
	border-top:1px solid #efefef;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	font-weight:900;
	color:#333333;
	letter-spacing:0.05em;
	text-align:center;
}

		
#guidance .container p{
	margin-top:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:12px;
	text-align:left;
	line-height:24px;
	color:#333333;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#guidance .container #contents_a a{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	letter-spacing:0.05em;
	border:2px solid #12669a;
	padding:10px 0px 10px 20px;
	background:#1989ce;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:100px 0px 10px 0px;
	width:100%;
	}
	
#guidance .container #contents_a a:hover{
    color:#ffffff;
    transition    : .5s;
	background:#12669a;
	}

/*[スマートフォン用設定：開始]****************************************************************************************************************************************************************************************/

#guidance .container #contents_a_sp{
	display:none;
	}

#guidance .container #contents_b_sp{
	display:none;
	}
/*[スマートフォン用設定：終了]****************************************************************************************************************************************************************************************/



/**********************************************************************************************************************************************************************************************************************/

#announcements{
	background:#ffffff;
	width:100%;
	height:auto;
	padding:170px 0px 250px 0px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container{
	margin:0px;
	width:70%;
	height:auto;
	margin:0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container article{
	
	margin-top:100px;
	width:100%;
	}
	
#announcements .announcements_container article ul li{
	
	margin-top:100px;
	width:100%;
	background:#12669a;
	}	
	
#announcements .announcements_container section{
	display: flex;
	justify-content:center;
	margin-top:50px;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container section .contents{
	width:auto;
	height:auto;
	padding:0px;
	margin:0 auto;
	margin-bottom:10px;
	border:solid 1px #c0c0c0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#announcements .announcements_container h1{
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:28px;
	text-align:center;
	width:100%;
	padding:0px;
	color:#0d0d0d;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}
	
#announcements .announcements_container h2{
	margin-top:0px;
	margin-bottom:100px;
	font-family: 'Noto Serif JP', serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container h3{
	margin-top:-10px;
	margin-bottom:10px;
	border-bottom:1px solid #c0c0c0;
	padding:20px 0px 20px 0px;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width:100%;
	color:#0d0d0d;
	letter-spacing:0.2em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container section .contents a{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	letter-spacing:0.05em;
	border:2px solid #330000;
	background:#12669a;
	padding:10px;
	margin-top:20px;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container section .contents a:hover{
	color:#ffffff;
	background:#12669a;
	}
	
#announcements .announcements_container section .contents p{
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	text-align:left;
	line-height:36px;
	color:#000000;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container article p{
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	text-align:left;
	line-height:36px;
	color:#000000;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#announcements .announcements_container article h1{
	margin-bottom:20px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:22px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #12669a;
	border-bottom:1px solid #12669a;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}	
	
/**********************************************************************************************************************************************************************************************************************/

#message{
	display:inline-block;
	background:transport;
	margin:0 auto;
	width:100%;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	}
	
#message .message_container{
	display: flex;
	flex-direction:column;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:50px 10px 50px 10px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/message.jpg);
	background-size:cover;

	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#message .message_container h1{
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:3vw;
	text-align:center;
	width:100%;
	padding:10px;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#message .message_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:2vw;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/**********************************************************************************************************************************************************************************************************************/

#news_intro{
	display:inline-block;
	background:#ffffff;

	width:100%;
	height:auto;
	padding-top:120px;
	
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	}
	
#news_intro .news_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background:#ffffff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news_intro .news_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:32px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#222222;
	letter-spacing:0.2em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#news_intro .news_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	text-align:center;
	width:100%;
	color:#222222;
	letter-spacing:0.05em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
#news_intro .news_intro_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news{
	display: flex;
	justify-content:center;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news .news_container{
	justify-content:center;
	margin-top:10px;
	padding:0px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news .news_container article{
	display: flex;
	justify-content:center;
	background:#ffffff;
	margin-top:100px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	height:auto;
	padding:20px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#news .news_container {
	text-align:center;
	margin:0 auto;
    background:#ffffff;
	padding:0px;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#news .news_container article iframe{
	margin:0 auto;
	border:none;
	padding:0px;
	}
	
#news .news_container h1{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 20px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #12669a;
	border-bottom:1px solid #12669a;
	font-weight:900;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0 auto;
	margin-bottom:20px;
	}
	
#news .news_container p{
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	text-align:left;
	line-height:28px;
	color:#000000;
	letter-spacing:0.05em;
	background:#ffffff;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news .news_container article .contents a img{
	width:70px;
	margin:0 auto;
	}

#news .news_container article .contents a{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	text-align:center;
	padding-top:25px;
	color:#12669a;
	letter-spacing:0.05em;
	background:#fff;
	background-size:contain;
	border:1px solid #222222;
	width:100%;
	height:auto;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;
	}
	
#news .news_container article .contents h1{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	color:#12669a;
	letter-spacing:0.05em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}	
	
#news .news_container article .contents p{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	background:#12669a;
	font-weight:bold;
	letter-spacing:0.05em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-top:1px solid #222222;
	}
	
#news .news_container table.news{
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border:1px solid #333333;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#news .news_container table.news tr th{
    width: 70px; 
    font-size:12px;      
	padding:10px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#ffffff;  
	background:#12669a;
	border:1px solid #c0c0c0;
}	

#news .news_container table.news tr td {
	width: auto; 
    font-size:12px;      
	padding: 10px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#000;
	border:1px solid #c0c0c0;
}

#news .news_container table.news tr td span { 
    font-size:13px;      
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#news .news_container table.news tr td span:hover { 
	color:#12669a;
}
/**********************************************************************************************************************************************************************************************************************/
#itemlist{
	background:#ffffff;
	width:100%;
	height:auto;
	padding:170px 0px 250px 0px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#itemlist .itemlist_container{
	width:90%;
	height:auto;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#itemlist h1{
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:28px;
	text-align:center;
	width:100%;
	padding:0px;
	color:#0d0d0d;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}

#itemlist h2{
	margin-top:0px;
	margin-bottom:100px;
	font-family: 'Noto Serif JP', serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#itemlist h3{
	width:100%;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	padding:20px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#itemlist .itemlist_container article{
	margin-top:100px;
	width:100%;
	height:auto;
	}


#itemlist .itemlist_container .category{
	display:flex;
	flex-wrap:wrap;
	margin-top:100px;
	width:100%;
	height:auto;
	}
	
#itemlist .itemlist_container .category .category_list{
	display:block;
	flex-basis:42%;
	margin-top:100px;
	height:auto;
	text-align:center;
	margin:0px 10px 40px 10px;
	border:1px solid #cccccc;
	background:#F1F5F9;
	}
	
#itemlist .itemlist_container .category .category_list a{
	display:block;
	font-size:12px;
	font-family: 'Noto Serif JP', serif;
	color:#ffffff;
	margin:10px;
	padding:10px;
	border:1px solid #cccccc;
	background:#666666;
	text-decoration:none;
	text-align:center;
	}
	
#itemlist .itemlist_container .category .category_list a:hover{
	background:#999999;
	}	
	
#itemlist .itemlist_container .category .category_list img{
	display:block;
	width:100%;
	height:100px;
	margin:0px;
	}


#itemlist .itemlist_container article p{
	width:100%;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	line-height:40px;
	color:#000000;
	letter-spacing:0.05em;
	}

#itemlist .itemlist_container article table.itemlist{
	margin-top:20px;
	margin-bottom:40px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border:1px solid #cccccc;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#itemlist .itemlist_container article table.itemlist tr th{
    width: 80px; 
    font-size:16px;      
	padding:20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;  
	border:1px solid #cccccc;
}	

#itemlist .itemlist_container article table.itemlist tr td {
	width: auto; 
    font-size:16px;      
	padding: 20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;
	border:1px solid #cccccc;
}

#itemlist .itemlist_container article table.itemlist tr td span { 
    font-size:13px;      
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#itemlist .itemlist_container article table.itemlist tr td span:hover { 
	color:#12669a;
}



/**********************************************************************************************************************************************************************************************************************/

#service{
	background:#ffffff;
	width:100%;
	height:auto;
	padding:170px 0px 250px 0px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#service .service_container{
	width:90%;
	height:auto;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#service h1{
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:28px;
	text-align:center;
	width:100%;
	padding:0px;
	color:#0d0d0d;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}

#service h2{
	margin-top:0px;
	margin-bottom:100px;
	font-family: 'Noto Serif JP', serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#service h3{
	width:100%;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	padding:20px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#service .service_container article{
	margin-top:100px;
	width:100%;
	height:auto;
	}

#service .service_container .category{
	display:flex;
	flex-wrap:wrap;
	margin-top:100px;
	width:100%;
	height:auto;
	}
	
#service .service_container .category .category_list{
	display:block;
	flex-basis:42%;
	margin-top:100px;
	height:auto;
	text-align:center;
	margin:0px 10px 40px 10px;
	border:1px solid #cccccc;
	background:#F1F5F9;
	}
	
#service .service_container .category .category_list a{
	display:block;
	font-size:14px;
	font-family: 'Noto Serif JP', serif;
	color:#ffffff;
	margin:10px;
	padding:10px;
	border:1px solid #cccccc;
	background:#666666;
	text-decoration:none;
	text-align:center;
	}
	
#service .service_container .category .category_list a:hover{
	background:#999999;
	}	
	
#service .service_container .category .category_list img{
	display:block;
	width:100%;
	height:200px;
	margin:0px;
	}

#service .service_container article p{
	width:100%;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	line-height:40px;
	color:#000000;
	letter-spacing:0.05em;
	}

#service .service_container article table.service{
	margin-top:20px;
	margin-bottom:40px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border:1px solid #cccccc;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#service .service_container article table.service tr th{
    width: 80px; 
    font-size:16px;      
	padding:20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;  
	border:1px solid #cccccc;
}	

#service .service_container article table.service tr td {
	width: auto; 
    font-size:16px;      
	padding: 20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;
	border:1px solid #cccccc;
}

#service .service_container article table.service tr td span { 
    font-size:13px;      
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#service .service_container article table.service tr td span:hover { 
	color:#12669a;
}

/*********************************************************************************************************************************************************************************************************************/

#faq{
	background:#ffffff;
	width:100%;
	height:auto;
	padding:170px 0px 250px 0px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-image:url(../images/verger_bg.png);
	background-size:cover;
	}
	
#faq .faq_container{
	width:90%;
	height:auto;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq h1{
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:28px;
	text-align:center;
	width:100%;
	padding:0px;
	color:#0d0d0d;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}

#faq h2{
	margin-top:0px;
	margin-bottom:100px;
	font-family: 'Noto Serif JP', serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq h3{
	margin-bottom:20px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #12669a;
	border-bottom:1px solid #12669a;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq .faq_container article{
	margin-top:100px;
	width:100%;
	height:auto;
	}

#faq .faq_container article p{
	width:100%;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:12px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.05em;
	}
	
/*********************************************************************************************************************************************************************************************************************/

#contact{
	background:#F1F5F9;
	width:100%;
	height:auto;
	padding:170px 0px 250px 0px;
	max-width: 100%;
    margin: 0 auto;
	margin-bottom:0px;
	text-align:center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .contact_container{
	width:90%;
	height:auto;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .contact_container article{
    margin-bottom:100px;
	}

#contact .contact_container h1{
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:28px;
	text-align:center;
	width:100%;
	padding:0px;
	color:#0d0d0d;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}
	
#contact .contact_container h2{
	margin-top:0px;
	margin-bottom:50px;
	font-family: 'Noto Serif JP', serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .contact_container h3{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	text-align:left;
	padding:10px 0px 15px 20px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #12669a;
	border-bottom:1px solid #12669a;
	font-weight:900;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px 0px 20px 0px;
	}
	
#contact .contact_container .category .category_list p{
	font-family: 'Noto Serif JP', serif;
	font-size:12px;
	text-align:left;
	line-height:24px;
	color:#000000;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .contact_container .category .category_list p.phonenumber{
	font-family: 'Noto Serif JP', serif;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	color:#111111;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:0px;
	}
	
#contact .contact_container .category .category_list p.time{
	margin:10px;
	font-family: 'Noto Serif JP', serif;
	font-size:11px;
	text-align:center;
	line-height:22px;
	color:#111111;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .contact_container .category .category_list p.tel_fax{
	margin-left:25px;
	margin-top:20px;
	font-family: 'Noto Serif JP', serif;
	font-size:10px;
	text-align:left;
	color:#111111;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .contact_container .category .category_list a{
	display:block;
	margin-top:50px;
	background:#1989ce;
	padding:10px;
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	letter-spacing:0.05em;
	width:100%;
	height:auto;
	font-weight:bold;
	border:2px solid #12669a;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
	}

#contact .contact_container .category .category_list a:hover{
	color:#ffffff;
	transition    : .5s;
	background:#12669a;
	}
	
#contact .contact_container .category{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:0px;
	width:100%;
	height:auto;
	}
	
#contact .contact_container .category .category_list{
	display:block;
	flex-basis:100%;
	height:auto;
	text-align:center;
	margin:50px 10px 0px 10px;
	padding:40px;
	border:1px solid #c0c0c0;

	background:#ffffff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .contact_container .category .category_list img{
	display:block;
	width:100%;
	height:200px;
	margin:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/**********************************************************************************************************************************************************************************************************************/

#company{
	overflow:hidden;
	display:inline-block;
	background:#ffffff;
	background-image:url(../images/bg_right.png);
	background-size:cover;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#company .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:100px 0px 200px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#company .container h1{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:30px;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	color:#333333;
	border-left:4px solid #12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

#company .container h2{
	margin-top:0px;
	margin-bottom:30px;
	font-family: 'Noto Serif JP', serif;
	font-size:50px;
	text-align:left;
	width:100%;
	padding:0px 0px 0px 30px;
	color:#333333;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-left:4px solid #12669a;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#company .container h3{
	width:100%;
	margin-top:30px;
	margin-bottom:0px;
	padding-left:30px;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	color:#333333;
	border-left:4px solid #12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

#company .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}


#company .container #contents_a{
	text-align:center;
	margin-top:0px;
	width:100%;
	height:auto;
	padding-right:50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#company .container #contents_b{
	top:150px;
	text-align:center;
	margin-top:0px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#company .container #contents_b img{
	display:none;
	}
		
#company .container p{
	margin-top:0px;
	font-family:"メイリオ";
	font-size:18px;
	text-align:left;
	line-height:80px;
	color:#333333;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#company .container #contents_b a{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	letter-spacing:0.05em;
	border:2px solid #12669a;
	padding:10px 0px 10px 20px;
	background:#6D9C3B;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:40px 0px 10px 0px;
	width:50%;
	}
	
#company .container #contents_b a:hover{
    color:#ffffff;
    transition    : .5s;
	background:#12669a;
	}

#company .container #contents_b table.company{
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#company .container #contents_b table.company tr th{
    width: 80px; 
    font-size:16px;      
	padding:20px　20px　20px　0px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;  
	border-bottom:1px solid #cccccc;
}	

#company .container #contents_b table.company tr td {
	width: auto; 
    font-size:16px;      
	padding: 20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;
	border-bottom:1px solid #cccccc;
}

#company .container #contents_b table.company tr td span { 
    font-size:13px;      
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#company .container #contents_b table.company tr td span:hover { 
	color:#12669a;
}

#company .container #contents_a #map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#company .container #contents_a #map iframe {
  width: 100%;
  height: 900px;
  margin-top: -150px;
}

	
/**********************************************************************************************************************************************************************************************************************/

#privacypolicy{
	display:inline-block;
	background:#ffffff;
	width:100%;
	height:auto;
	padding-top:170px;
	padding-bottom:200px;
	}
	
#privacypolicy .privacypolicy_container{
	justify-content:center;
	margin-top:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#ffffff;
	}

#privacypolicy .privacypolicy_container h1{
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:34px;
	text-align:center;
	width:100%;
	padding:10px;
	color:#0d0d0d;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}

#privacypolicy .privacypolicy_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	text-align:center;
	width:100%;
	color:#12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}

#privacypolicy .privacypolicy_container article{
	text-align:center;
	justify-content:flex-start;
	margin-top:100px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:50%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	}

#privacypolicy .privacypolicy_container article h1{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	text-align:left;
	padding:10px 0px 15px 20px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #12669a;
	border-bottom:1px solid #12669a;
	width:100%;
	text-decoration: none;
	margin-top:100px;
	margin-bottom:20px;
	}
	
#privacypolicy .privacypolicy_container article p{
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	text-align:left;
	line-height:32px;
	color:#000000;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	}



/**********************************************************************************************************************************************************************************************************************/
#manufacturer{
	background:#ffffff;
	width:100%;
	height:auto;
	padding:170px 0px 250px 0px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#manufacturer .manufacturer_container{
	width:60%;
	height:auto;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#manufacturer h1{
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:34px;
	text-align:center;
	width:100%;
	padding:0px;
	color:#0d0d0d;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}

#manufacturer h2{
	margin-top:0px;
	margin-bottom:100px;
	font-family: 'Noto Serif JP', serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#12669a;
	letter-spacing:0.05em;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#manufacturer h3{
	width:100%;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	padding:20px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#manufacturer .manufacturer_container article{
	margin-top:100px;
	width:100%;
	height:auto;
	}


#manufacturer .manufacturer_container .category{
	display:flex;
	flex-wrap:wrap;
	margin-top:100px;
	width:100%;
	height:auto;
	}
	
#manufacturer .manufacturer_container .category .category_list{
	display:block;
	flex-basis:30%;
	margin-top:100px;
	height:auto;
	text-align:center;
	margin:0px 18px 40px 18px;
	border:1px solid #cccccc;
	background:#F1F5F9;
	}
	
#manufacturer .manufacturer_container .category .category_list a{
	display:block;
	font-family: 'Noto Serif JP', serif;
	color:#ffffff;
	margin:0px 18px 40px 18px;
	padding:10px;
	border:1px solid #cccccc;
	background:#666666;
	text-decoration:none;
	text-align:center;
	}
	
#manufacturer .manufacturer_container .category .category_list a:hover{
	background:#999999;
	}	
	
#manufacturer .manufacturer_container .category .category_list img{
	display:block;
	width:100%;
	height:200px;
	margin:0px;
	}


#manufacturer .manufacturer_container article p{
	width:100%;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	line-height:40px;
	color:#000000;
	letter-spacing:0.05em;
	}

#manufacturer .manufacturer_container article table.manufacturer{
	margin-top:20px;
	margin-bottom:40px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border:1px solid #cccccc;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#manufacturer .manufacturer_container article table.manufacturer tr th{
    width: 80px; 
    font-size:16px;      
	padding:20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;  
	border:1px solid #cccccc;
}	

#manufacturer .manufacturer_container article table.manufacturer tr td {
	width: auto; 
    font-size:16px;      
	padding: 20px; 
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#0d0d0d;
	border:1px solid #cccccc;
}

#manufacturer .manufacturer_container article table.manufacturer tr td span { 
    font-size:13px;      
    font-family: 'Noto Serif JP', serif;
	text-align:left; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#manufacturer .manufacturer_container article table.manufacturer tr td span:hover { 
	color:#12669a;
}



/**********************************************************************************************************************************************************************************************************************/

#footermenu{
	display: flex;
	justify-content:center;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#0d0d0d;
	}

#footermenu .footermenu_container{
	justify-content:center;
	padding-bottom:0px;
	width:100%;
	height:auto;
    margin: 0 auto;
	}

/**********************************************************************************************************************************************************************************************************************/

.rist-menu {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0px auto;
}
.rist-menu li {
	list-style: none;
	float:left;
	width: 50%;
	margin: 0;
	padding: 0;
}

.rist-menu li a {
	display: block;
	position: relative;
	text-align:left;
	height: 40px;
	margin: 0;
	padding: 10px 0px 0px 60px;
	background: #0d0d0d;
	color: #ffffff;
	font-family:"Roboto Condensed", sans-serif;
	font-size: 10px;
	line-height: 30px;
	text-decoration: none;
	letter-spacing:0.05em;
	border-bottom: 1px solid #111111;
	border-right:1px solid #111111;
}

.rist-menu li a:hover {
	background: #12669a;
	transition    : .5s;
}

#list1 li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#list1 li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #0d0d0d;
}

#list1 li a:hover:after {
	background: #12669a;
	transition    : .5s;
}

/**********************************************************************************************************************************************************************************************************************/

footer{
	position:absolute;
	margin:0px;

	width:100%;
	height:auto;
	background:#0d0d0d;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}
	
footer .footer_menu_left{
	float:left;
	text-align:center;
	height:60px;
	width:100%;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
footer .footer_menu_right{
	float:right;
	text-align:center;
	height:60px;
	width:100%;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
footer .footer_menu_right a img{
	margin:15px;
	width:30px;
	border-radius:5px;
	}
	
footer .footer_menu_right a img:hover{
	width:30px;
	border-radius:5px;
	}
	
footer .footer_menu_left a{
	display:inline-block;
	margin:10px 0px 10px 10px;
	width:auto;
	height:auto;
	text-align:center;
	text-decoration:none;
	background:#222222;
	color:#ffffff;
	border-radius:3px;
	font-size:10px;
	padding:10px;
	letter-spacing:0.1em;
	border:1px solid #333333;
	border-radius:5px;
	}
	
footer .footer_menu_left a:hover{
	background:#12669a;
	transition    : .5s;
	color:#ffffff;
	}



	
/* 著作権表記 ********************************************************************************************************************************************************************************************************/
	
footer .copyright{
	text-align:left;
	color:#ffffff;
	font-size:8px;
	font-weight:bold;
	font-family:"Roboto Condensed", sans-serif;
	letter-spacing:0.1em;
	width:100%;
	padding:40px 20px 20px 15px;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	margin-top:-10px;
	}

/* 全体のBOX定義 *****************************************************************************************************************************************************************************************************/
.box {
	width:100%;
	height:100%;
	max-width:100%;
	background:#000000;
    position   : relative;
    margin     : auto;
    overflow   : hidden;

}

/* 背景の指定 *********************************************************************************************************************************************************************************************************/
.box .bgImg {
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    animation  : bgAnime 28s infinite;   /* 4画像 × 各7s = 28s */
}
/* トップページの背景画像切り替え *************************************************************************************************************************************************************************************/

/* 段差で背景画像のアニメーションを実行 *******************************************************************************************************************************************************************************/
.box .src1 {
    background-image:url(../images/main_bg1.jpg);   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.box .src2 {
    background-image :url(../images/main_bg2.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 7s;
}
.box .src3 {
    background-image :url(../images/main_bg3.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 14s;
}
.box .src4 {
    background-image :url(../images/main_bg4.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 21s;
}
.box .src5 {
    background-image :url(../images/main_bg5.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 28s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   9% { opacity: 1; }
  25% { opacity: 1; }
  34% { opacity: 0; }
 100% { opacity: 0; }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.box .boxString{
	width:100%;
    position   : absolute;
    display    : inline-block;
    height:auto;
    padding:20px;
    margin-top:50px;
    color      : #fff;
    top        : 50%;                               /* 中央寄せ（） */
    left       : 50%;
    transform  : translate(-50%,-50%);
    z-index    : 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* トップページ（見出し①）********************************************************************************************************************************************************************************************/
.box .boxString h1{
	display:inline-block;
	margin:0px;
	font-family: 'Noto Serif JP', serif;
	font-size:3vw;
	line-height:3.5vh;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.01em;
	text-shadow:0px 0px 3px #000000;
    animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
/* トップページ（見出し②）********************************************************************************************************************************************************************************************/
.box .boxString h2{
	display:inline-block;
	margin-top:30px;
	margfin-bottom:20px;
	font-family: 'Noto Serif JP', serif;
	font-size:2.5vw;
	line-height:2.5vh;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.8px;
	text-shadow:0px 0px 5px #000000;
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/* トップページの告知ボックス******************************************************************************************************************************************************************************************/

#top .box .boxString #announcement {
	margin-top:80px;
	display:inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	text-align:center;
	border-radius:5px;
	box-sizing: border-box;
	width:100%;
	padding:10px;
	margin:0 auto;
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/* トップページの告知ボックス内のテキスト******************************************************************************************************************************************************************************/

#top .box .boxString #announcement p{
    margin-bottom:20px;
	font-family: 'Noto Serif JP', serif;
	font-size:12px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	letter-spacing:0.05em;
	border-radius:3px;
	border:1px solid #ffffff;
	width:100%;
	font-weight:bold;
	text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
/* トップページの告知ボックス内のテキスト******************************************************************************************************************************************************************************/

#top .box .boxString #announcement a.tel{
	display:inline-block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:10vw;
	line-height:10vh;
	text-align:center;
	margin:20px 0px 20px 0px;
	background-color: rgba(0, 0, 0, 0);
	border:none;
	color:#ffffff;
	letter-spacing:0.1em;
	font-weight:bold;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   box-sizing: border-box;
	}
	
/* トップページの告知ボックス内のボタン（お問い合わせ）****************************************************************************************************************************************************************/

#top .box .boxString #announcement a.contact{
	margin-top:0px;
	overflow:hidden;
	float:right;
	background:#1989ce;
	padding:10px;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	letter-spacing:0.05em;
	border-radius:0px 3px 3px 0px;
	border-top:2px solid #12669a;
	border-right:2px solid #12669a;
	border-bottom:2px solid #12669a;
	width:50%;
	height:auto;
	font-weight:bold;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
	}
	
/* トップページの告知ボックス内のボタン（出演依頼はこちら）************************************************************************************************************************************************************/

#top .box .boxString #announcement a.sub{
	margin-top:0px;
	overflow:hidden;
	float:right;
	background:#1989ce;
	padding:10px;
	font-family: 'Noto Serif JP', serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	letter-spacing:0.05em;
	border-radius:3px 0px 0px 3px;
	border-top:2px solid #12669a;
	border-left:2px solid #12669a;
	border-right:2px solid #12669a;
	border-bottom:2px solid #12669a;
	width:50%;
	height:auto;
	font-weight:bold;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  　box-sizing: border-box;
    text-decoration:none;
	}
	
/* トップページの告知ボックス内のボタン（ロールオーバー）**************************************************************************************************************************************************************/

#top .box .boxString #announcement a.contact:hover{
	background:#12669a;
    transition    : .5s;
	}
	
/* トップページの告知ボックス内のボタン（ロールオーバー）**************************************************************************************************************************************************************/

#top .box .boxString #announcement a.sub:hover{
	background:#12669a;
	transition    : .5s;
	}

/* 入力フォーム *******************************************************************************************************************************************************************************************************/

#contact .contact_container table.formTable{
	width:100%;
	min -width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:50px;
	border:1px solid #ccc;
}

#contact .contact_container table.formTable tr th{
	color:#111111;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.05em;
	font-weight:900;
	width:120px;
	background:#efefef;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:collapse;
	min-width:120px;
	padding:20px;
	text-align:left;
}

#contact .contact_container table.formTable tr td{
	color:#111111;
	font-size:14px;
	width:80%;
	font-weight:normal;
	background:#ffffff;
	text-align:left;
	border-top:1px solid #ccc;
	padding:20px 20px 20px 20px;
}

#contact .contact_container table.formTable td input.text{
	color:#111111;
	font-size:14px;
	letter-spacing:0.05em;
	height:30px;
	width:100%;
	font-weight:normal;
	background:#ffffff;
	border:1px solid #c0c0c0;
	text-align:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  　box-sizing: border-box;
}

#contact .contact_container table.formTable td textarea{
	color:#111111;
	font-size:14px;
	letter-spacing:0.05em;
	width:100%;
	font-weight:normal;
	background:#ffffff;
	border:1px solid #c0c0c0;
	text-align:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  　box-sizing: border-box;
    font-family:"メイリオ";
}

#contact .contact_container p{
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	text-align:left;
	line-height:40px;
	color:#000000;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .contact_container .button {
  display       : inline-block;
  float:right;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;

  background    : #12669a;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #333333;
}

#contact .contact_container .button:hover {
  color         : #ffffff;
  background    : #12669a;
}

#contact .contact_container .reset {
  display       : inline-block;
  float:left;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;
  background    : #111111;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #333333;
}
#contact .contact_container .reset:hover {
  color         : #ffffff;
  background    : #444444;
}

#contact .contact_container .submit {
  display       : inline-block;
  float:right;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;
  background    : #12669a;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #333333;
}
#contact .contact_container .submit:hover {
  color         : #ffffff;
  background    : #12669a;
}

#contact .contact_container .back {
  float:left;
  display       : inline-block;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;
  background    : #111111;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #333333;
}
#contact .contact_container .back:hover {
  color         : #ffffff;
  background    : #444444;
}