@charset "Utf-8";
/*
bgColor: #FFFFFF
subColor: #001825 文字色
subColor: #005580　濃い青　（リンク文字ハイライト）
baseColor: #007AB7　青メイン
subColor: #9ACDE7　薄い青
subColor: #CBE6F3　最薄青
subColor: #DA5019　オレンジ
subColor: #F9DFD5　薄オレンジ
subColor: #C7243A　赤
*/

/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-size: 62.5%;
}

html{font-size: 62.5%;}
body {font-size: 1.6em;
	color: #001825;
}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/

.link_img{
	transition: 0.3s;
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}

.link_img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.content a img {
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}
.content a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

.e_font {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*********** youtube 地図 ***********/

.youtube_wrapp{
	max-width: 480px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}

.map{
	width: 95%;
	padding: 10px;
	border: 1px solid #999999;
}

/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf:after{
	content: "";
	clear: both;
	display: block;
}

.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem;}


.align_center{ text-align: center;}
.align_right{ text-align: right;}
.align_left{ text-align: left;}

.img_max {max-width: 100%;}

.only_pc {}
.only_mobile {display: none;}

/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.space_between{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* 等間隔 */
.space_around{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

/* センター寄せ */
.justify_center {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
}

/****** 基本レイアウト ******************************/

.header{
	border-top: 5px solid #007AB7;
}

.header_wrap{}

.nav{
	background-color: #efefef;
}

.nav_wrap{}

.container{}

.contents{}

.section{
	padding-bottom: 30px;
}

.footer{
	background-color: #007AB7;
}

.footer_wrap{
	padding-top: 30px;
	padding-bottom: 15px;
}

.inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.one_third{
	width: 310px;
}

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

.header_logo{
	padding-top: 20px;
	padding-bottom: 20px;
}

/****** メニュー ******************************/

.top_menu{
	height: 50px;
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

.top_menu li{
	text-align: center;
	width: 20%;
	border-right: 1px solid #ffffff;
}

.top_menu li a{
	display: block;
	line-height: 50px;
	font-size: 1.8rem;
	color: #001825;
	text-decoration: none;
}

.top_menu li:first-child{
	border-left:  1px solid #ffffff;
}

.top_menu li:hover{
	background-color: #005580;
}

.top_menu li:hover a{
	color: white;
}
/** フッター ***************/

.footer_logo_area{
	text-align: center;
	padding-bottom: 20px;
}

.img_footer_logo{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.p_address{
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}

.p_copy{
	text-align: center;
	color: #ffffff;
}

.p_copy a{
	color: #ffffff;
	text-decoration: none;
}
/** フッター ***************/
/****** スライダー ******************************/

.slider img{
	width: 100%;
}

/****** コンテンツ ******************************/
.mask_img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mask_img .caption {
	font-size: 2.3rem;
	text-align: center;
	color: white;
}
.mask_img .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
}
.mask_img:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:80px;	/* ホバーで下にずらす */
}

.one_third h2{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2.5rem;
	font-weight: 400;
}

.one_third a img{
	max-width: 100%;
	vertical-align: bottom;
}

.h1_top{
	font-size: 2.8rem;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family:"logotypegothic" ;
}

.h2_sectiontitle{
	font-size: 2.5rem;
	text-align: left;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 20px;
}

.h3_top{
	font-size: 2.3rem;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

/** RSSフィード **************/
#rss{
	width: 100%;
	overflow: auto;
}

#rss ul{
	list-style-type: none;
}

#rss ul li{
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	line-height: 200%;
}

#rss ul li::after{
	display: block;
	content: "";
	clear: both;
}

#rss ul li a{
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#rss ul li a img{
	width: 180px;
	height: 120px;
	object-fit: cover;
	vertical-align: bottom;
}

.feeddate{
	font-size: 90%;
	font-weight: 800;
}

.feednew{
	color: #ff0000;
	font-size: 90%;
	font-weight: 800;
}

#rss ul li h4{
	display: block;
	border-bottom: none;
}
/** RSSフィード **************/
/** 更新履歴 ***************/
.rireki{
  overflow-x: hidden;
  overflow-y: auto;
  height: 200px;
}

.dl_rireki{
	background-color: #F4FBF3;
}

.dl_rireki dt{
	width: 110px;
	font-weight: 400;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.dl_rireki dd{
	padding-left: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

.dl_rireki dd::after{
	display: block;
	content: "";
	clear: both;
}
/** 更新履歴 ***************/
