@charset "UTF-8";


html{
	height: 100%;
	font-size: 14px;
}

body{
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.top_head{
	padding-top: calc(300 / 1000 * 100%);
	background-color:rgba(255,255,255,.3);
	background-position: center center;
	background-size: cover;
	position: relative;
	
}

.ct_head{
	padding-top: calc(300 / 1000 * 100%);
	background-color:rgba(255,255,255,.3);
	/*background-image:url("../../content/images/hd-sub.jpg");*/
	background-position: center center;
	background-size: cover;
	position: relative;
	
}

img {  
  width: 100%;
  height: auto;
  border: 0;

}

/*ヘッダー設定*/
#header{
	width: 100%;
	height: 0;
}

#header h1 {
	font-size: 1.8rem;
    font-weight:normal;
	color: rgba(147,3,6,1.00);
	font: bold;
	text-align: center;
	position:absolute;
	top:35%;
	left:0;
	right:0;
	bottom: 0;
	margin: 0 auto;
}

.title_big {
	display: block;
	font-size: 200%;
    font-weight:normal;
}

.title_subeng {
	display: block;
    font-weight:normal;
}

/*スマホ用メインメニュー設定*/



/*メインメニュー設定*/

#menu {
	width: 100%;
    position: relative;	
}

.menu_count{
    max-height: 300px;
    overflow: hidden;
}

#menu .transform{
	background:rgba(147,3,6,.5);
    padding: 30px 0 20px 0;
	width: 100%;
	margin: -30px 0 0 0;
}

.menu_block {
	width: 100%;
	height:80px;
	position:fixed;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 10000;
	background-color: rgba(147,3,6,.8);
}

.menu_block_logo{
	width: 132px;
	height: 51px;
	display: block;
	position: absolute;
	top:-10px;
	left: 60px;
}

.menu_block ul{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 120px;
	position: relative;
}

.menu_block li{
   padding: 0;
   list-style: none;
   float: left;
   margin-right: 2.2em;
   font-size: 1.1em;
   text-align: center;
   text-decoration:none;

}
.menu_block a{
	color: rgba(255,255,255,1.00);
	text-decoration:none;
}

.menu_block a:hover{
	color:rgba(0,0,0,1.00);
	border-bottom: rgba(0,0,0,1.00) solid 2px;
}

.menu_sub_eng{
	font-size: .5em;
	display: block;
	margin-bottom: .7em;
}

.child {
    display: none;
}

/*#overlay {
    display: block;
    position: fixed;
    background:rgba(77,174,229,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/



/*コンテンツ設定*/

#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
}

#contents{
	width: 1000px;
	margin: 0 auto;
	
}

.content_block{
	width: 1000px;
	padding: 20px 0 30px 0;
	float: left;
	background-color:rgba(147,3,6,.8);
	border-left: rgba(255,255,255,1.00) dashed 2px;
	border-right: rgba(255,255,255,1.00) dashed 2px;
	border-top: rgba(255,255,255,1.00)  dashed 2px;

}

.content_left_block{
	width: 240px;
	float: left;
}

.content_right_block{
	padding:0 20px 0 0;
	width: 720px;
	float:right;
}

.content_right_block a {
	color: rgba(0,89,178,1.00);
	margin-top: 0em;
	
}

.content_right_block a:hover {
	color:rgba(102,170,178,1.00);
	text-decoration:underline;
}


/*ニュース設定*/

#news {
	width:100%;
	height:100%;
	clear:both;
	font-size: 1.2em;
}

#news dl {
	width:100%;
	padding:0.5em 0.2em 2em 0em;
}

#news dt {
  clear:left;
  float: left;
  width: 6em;
  height:auto;
  padding: 13px 0px 5px 1em;
  position: relative;
  color: rgba(255,255,255,1.00);

}

#news dd {
  padding: 8px 0.5em 20px 4em;
  line-height: 1.7em;
}

#news a {
	color: rgba(255,255,255,1.00);
	margin-top: 0em;
	
}

#news a:hover {
	color:rgba(102,170,178,1.00);
	text-decoration:underline;
}

.news_icon::before { 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  font-size: 130%;
  color: rgba(255,255,255,1.00);
  position: absolute;
  top:10px;
  right: auto;
  left: 0;
  bottom: auto;
}

/*バナー設定*/

.link_sp {
	display: none;
}

.link {
	width:100%;
}

.link ul {
	width:202px;
	list-style: none;
	padding: 0 0 0 20px;
}

.link li {
	padding:0 0 0.7em 0;

}

.link a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*フッター設定*/
#footer{
	clear: both;
	width: auto;
	height: auto;
	background:rgba(147,3,6,1.00);
	padding: 2em;
	margin: 0 auto;
	border-top: rgba(255,255,255,1.00) solid 2px;

}

.footer_id{
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.footer_title_big {
	display: block;
	font-size: 2em;
	padding-top: 0.5em;
    font-weight:normal;
}

.copyright{
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	margin-top: 30px;
}

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: rgba(255,255,255,0.5);
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/*文字設定*/
P {
	/*font-size: 0.8rem;*/
	line-height: 1.7em;
	color: rgba(255,255,255,1.00);
	font-size: 120%;
}

h2 {
	font-size: 2em;
	padding: 0.5em;
	text-align: center;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
	background: url("../../content/images/hasami.png") no-repeat;
	background-size: 25%;
	background-position: center center;
}

h3 {
  position: relative;/*相対位置*/
  padding: 1em 0.5em 1em 2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color:rgba(147,3,6,1.00);/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fff;
  font-size: 1.3em;
}

h3:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.70em;/*アイコンの位置*/
  color:rgba(147,3,6,1.00); /*アイコン色*/
}

h4 {
	width: 95%;
  position: relative;
  padding: 5px 5px 5px 10px;
  background: #bfcada;
  font-size: 20px;
  color:rgba(147,3,6,1.00);
  line-height: 1.3;
  z-index:4;
}

h5 {
  position: relative;
  color:rgba(147,3,6,1.00);
  background:rgba(255,255,255,1.00);
  line-height: 1.4;
  padding: 1em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
  font-size: 1.3em;
}

h5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Question';
  background:rgba(255,255,255,1.00);
  color:rgba(147,3,6,1.00);
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 1.1em;
  line-height: 1;
  letter-spacing: 0.05em
}



.sub_title{
	display: block;
	font-size: .5em;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

/*フォントファミリー*/
.wf-mplus1p { font-family: "M PLUS 1p";
              font-weight: bold;
}

/*リストOL*/

ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
	font-size: 1.2em;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  color: rgba(255,255,255,1.00);
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background:rgba(255,255,255,1.00);
  color: rgba(147,3,6,1.00);
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

i{  
font-family: "Font Awesome 5 Free";
font-style:900;
}

/*マージン系設定*/
.m-center{
	margin: auto;
}

.m-left{
	margin-right: auto;
	margin-left: 10px;
}

.m-right{
	margin-left: auto;
	margin-right: 10px;
}

/*ボタン設定*/
.more_link {
	width: 200px;
	height: 50px;
	display:block;
	margin-bottom: 50px;
}

.more_link a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

.more_link_bt {
	width: 200px;
	height: auto;
	text-decoration: none;
	background:rgba(255,255,255,1);
	display:inline-block;
	font-size: 1.2em;
	padding: 14px 0 14px 0;
	text-align: center;
	color:rgba(0,0,0,1.00);
	border: rgba(0,0,0,1.00) solid 1px;
	position: relative;
}

.more_link_bt::before { 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 100%;
  color:rgba(0,0,0,1.00);
  position: absolute;
  top:auto;
  right: 10px;
  left: auto;
  bottom: auto;
}

/*画像サイズ*/
.photo_logo{
	width: 20%;
	height: auto;
	display: block;
	padding: 1em;
	position: absolute;
	top:40%;
	left: 39%;
	right: 39%;
	bottom: auto;
}

.photo_logo_contents{
	width: 20%;
	height: auto;
	display: block;
	padding: 1em;
	position: absolute;
	top:40%;
	left: 39%;
	right: 39%;
	bottom: auto;
}

/*clearfix*/

.clearfix:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
}

.clear {
	clear:both;
	height: 1px;
	overflow:hidden;
	margin: 0 -1px -1px 0;
	padding: 0;
	font-size:0;
	line-height:0;
}



@media screen and (max-width: 869px) {
	
	body{
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
	
	
#header{
	width: 100%;
	height: 150px;
	margin-top: -15px;

}
	
#header h1 {
	font-size: 1.4rem;
    font-weight:bold;
	color: rgba(255,255,255,1.00);
	text-align: center;
	position:absolute;
	top:25%;
	left:5%;
	right:auto;
	bottom: 0;
	margin: auto;
}
	
.top_head{
	padding-top: calc(300 / 1000 * 100%);
	background-color:rgba(255,255,255,.3);
	background-position: center center;
	background-size: cover;
	position: relative;
	
}

.ct_head{
	padding-top: calc(300 / 1000 * 100%);
	background-color:rgba(255,255,255,.3);
	background-position: center center;
	background-size: cover;
	position: relative;
	
}

.title_big {
	display: block;
	font-size: 200%;
    font-weight:normal;
}

.title_subeng {
	display: block;
    font-weight:normal;
}
	
.content_block,
.content_left_block,
.content_right_block{
	float:none;
	width: 95%;
	margin: 0 auto;
}
	
.content_right_block{
	padding: 1em 0;
}
	
#wrapper {
	width:100%;
}
	
#contents{
	width: 100%;
	padding: 0;
}
	
#footer{
	clear: both;
	width: auto;
	height: auto;
	background:rgba(147,3,6,1.00);
	padding: 2em;
	margin: 0 auto;
}
	
	.footer_title_big {
	display: block;
	font-size: 2em;
	padding-top: 0.5em;
    font-weight:normal;
		line-height: 1em
}

#news dl {
	width:100%;
	padding:0.5em 0 2em 0em;
}

#news dt {
  width: 100%;
  float: none;
}

#news dd {
  padding: 8px 0 20px 0;
  line-height: 1.7em;
  margin-left: 0;
}
	
.link {
	display: none;
}

	/*バナー設定*/
.link_sp {
	width:100%;
	display: block;
}

.link_sp ul {
	width:100%;
	list-style: none;
	padding: 0 0 0 0;
}

.link_sp li {
	padding:0 0 0.7em 0;

}

.link_sp a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

	
/*スマホ用ハンバーガーメニュー*/
	
	nav.menu_block {
    position: fixed;
	overflow-y: auto;
    z-index: 2;
    top: 0;
    left: 0;
    background:rgba(255,255,255,1);
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	height:100%;
	-webkit-overflow-scrolling: touch;
}
 
nav.menu_block ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.menu_block ul li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted rgba(147,3,6,.8);
}
 
/* 最後はラインを描かない */
nav.menu_block ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.menu_block ul li a {
    display: block;
    color: rgba(147,3,6,.8);
    padding: 1em 0;
}
	nav.menu_block ul li a:hover {
    display: block;
    color: rgba(255,255,255,1.0);
	background: rgba(147,3,6,1.0);
    padding: 1em 0;
	border-bottom:none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.menu_block.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 100000;
    background:rgba(147,3,6,1.00);
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
.menu_block_logo{
	width: 48px;
	height: 51px;
	display:none;
	position: absolute;
	top:-10px;
	left: 60px;
}
	
.menu_count{
    display: none;
}

#menu .transform{
	display: none;
}
	
/*画像サイズ*/
.photo_logo{
	width: 38%;
	height: auto;
	display: block;
	padding: 1em;
	position: absolute;
	top:30%;
	left: 0;
	right: auto;
	bottom: auto;

}
	
.photo_logo_contents{
	width: 38%;
	height: auto;
	display: block;
	padding: 1em;
	position: absolute;
	top:30%;
	left: 0;
	right: auto;
	bottom: auto;
}
	
	h2 {
	font-size: 2em;
	padding: 0.5em;
	text-align: center;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
	background: url("../../content/images/hasami.png") no-repeat;
	background-size: 40%;
	background-position: center center;
}
	/*Googlemap*/
.g-map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g-map iframe,
.g-map object,
.g-map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

	
}
