@charset "utf-8";
/* #PC ========================================================================================================== */
.contents_inner {
	height: auto;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.name_box1 {
    width : 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.text_name {
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	line-height: 45px;
    padding-top: 15px;
}
.text_name_s1 {
	font-size: 17px;
	line-height: 17px;
	padding: 5px 15px 5px 15px;
	vertical-align: 0.5em;
	font-weight: bold;
}
.text_name_s_blue {
	border: 1px solid #3460a2;
	color: #3460A2;
}
.text_name_s_red {
	border: 1px solid #c52c24;
	color: #c52c24;
}
.name_area2 {
	width : 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 100px;
	border-top: 1px solid #3460A2;
	border-bottom: 1px solid #3460A2;
	padding: 60px 0 60px 0;
	text-align: center;
	font-size: 20px;
}
.name_area {
	width : 100%;
	height: 630px;
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 100px;
	border-top: 1px solid #3460A2;
    border-bottom: 1px solid #3460A2;
    display: none;
}
.news_box {
    width : 950px;
    height: auto;
    float: left;
    margin: 35px 0 0 25px;
}
.news_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news_box li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.news_box li.hn1 {
	width: 90px;
    font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 16px;
    margin-top: 4px;
}
.news_box li.hn2 {
    width : 860px;
}
.news_end {
    width : 100%;
    height: 35px;
    float: left;
}
.news_box a  {
	color: #000000;
	text-decoration: none;
}
.news_box a:hover {
    color: #3460A2; /*下線あり*/
    text-decoration: underline;
}
.gallery_area {
	width: 100%;
    margin-top: 25px;
    margin-bottom: 80px;
}
.gallery_box {
    position : relative;
    margin: 10px;
}
.gallery_box img{
	width: 100%;
}
.gallery_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.gallery_box:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.m_arrow {
	width : 60px !important;
	height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal{
	max-height: 80%;
}
.modal_contents{
	padding: 50px 30px 50px 30px;
	box-sizing: border-box;
}
.modal h3{
	font-size: 1.5em;
}
.modal h5{
	color: #3460A2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal .newsimg{
	display: block;
	position : relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}
.modal .tubeimg{
	position : relative;
}

.slick-dots {
  text-align: center;
  margin-top: -60px;
  padding-bottom: 60px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ccc;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}
/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents_inner {
	width: 750px;
}
.name_box1 {
    width : 94%;
    margin-bottom: 0px;
    margin-left: 3%;
}
.text_name {
	font-size: 50px;
	line-height: 65px;
}
.text_name_s1, .text_name_s2 {
	font-size: 26px;
	line-height: 26px;
	padding: 8px 20px 8px 20px;
	vertical-align: 0.4em;
}
.text_name_s_blue {
	border: 2px solid #3460a2;
}
.text_name_s_red {
	border: 2px solid #c52c24;
}
.name_area2 {
	border-top: 2px solid #3460A2;
    border-bottom: 2px solid #3460A2;
	font-size: 28px;
}
.name_area {
	height: 1000px;
	border-top: 2px solid #3460A2;
    border-bottom: 2px solid #3460A2;
}
.news_box {
    width : 670px;
    margin: 35px 0 0 40px;
}
.news_box li.hn1 {
	width: 100%;
	font-size: 25px;
	line-height: 25px;
    margin-bottom: 15px;
}
.news_box li.hn2 {
    width: 100%;
}
.gallery_area {
	height: 495px;
}
.gallery_box {
	width : 48%;
	height: 300px;
}


}/* @media only screen and (max-width: 750px) */
