@charset "utf-8";
/**
html{
	scroll-behavior: smooth ;
}**/
body, div, p, ul, li, a, h1, h2, header {
		margin: 0;
		padding: 0;
		font-family: 'Myriad', 'Myriad Pro', 'Verdana', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-size: 14px;
		color: #555;
}


p a:hover, a:hover img {
	transition: .3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

p a{
	color: #555;
	text-decoration: none;
}
h2 {
	margin: 0px 0px 30px 0px;
  font-size: 30px;
  font-weight:normal;	
}/*indexの見出し*/


h4 {
  font-size: 16px;
  color: #333333;
	text-align: center;
	font-weight: normal;

}
h5 {
  font-size: 14px;
  color: #333333;
	text-align: center;
	font-weight: normal;
	margin: 50px 0 30px 0;

}
.text01 {
  font-size: 14px;
  line-height: 28px;
  font-weight:normal;
	text-align: center;
}/*indexの文章*/
/*----幅が狭くなった時に中央寄せ→左寄せにする----*/
@media only screen and (max-width:760px){
.text01{
	font-size: 12px;
	text-align: left;
	}
}
.text02 {
  font-size: 14px;
  line-height: 28px;
  font-weight:normal;
}
.text03 {
	line-height: 24px;
}
.text04 a:hover {
	color:#FF6600;
}
.text04 a{
	text-decoration:none;
}

#wrapper {
  width: 100%;      /* 幅をウィンドウサイズに合わせて100％に指定*/
  max-width: 1000px; /* 追加：幅は最大で800pxまで広がるようにする */
  min-width: 300px; /* 追加：幅は最小で300pxまで狭まるようにする */
  margin: 0 auto;　 /* 追加：ページをウィンドウ幅に対して真ん中にくるようにする */
}
#container {
	margin: 0 auto;
	max-width: 1000px;
  padding: 10px 10px 10px 10px;

}
#news #contact{
	max-width: 800px;
  padding: 10px 10px 10px 10px;
  margin: 0 auto;　 /* 追加：ページをウィンドウ幅に対して真ん中にくるようにする */
}
.bg-slider {
	width: 100%;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}

.bg-slider-title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 1px 2px 12px #666;
}
.navel_logo{
  position: absolute;
  top: 100px;
  right: 0px;
  left: 0px;
  margin: auto;
	width: 130px;
	height: 200px;
}

.contents01 {
	max-width: 800px;
  padding: 10px 10px 10px 10px;
	text-align: center;
  margin: 0 auto;　 /* 追加：ページをウィンドウ幅に対して真ん中にくるようにする */
}
/*---- footer ----*/
footer {
  clear: both;
  min-height:160px;
  padding:10px;
  text-align: center;
  background-image:url(../images/footer_back.jpg);
  background-position:top;
  background-repeat:no-repeat;
	background-size: cover;
}

/**
.footmenu {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.footmenu ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
	padding: 0;
}
.footmenu li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	text-align: center;
}
.footmenu a {
	color: #333;
	text-decoration: none;
}
.footmenu a:hover {
	color: #999;
	text-decoration: none;
}

.footmenu_icon {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.footmenu_icon ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
	padding: 0;
}
.footmenu_icon li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}
**/
.footmenu_icon {
  list-style: none;
	  overflow: hidden;
	  text-align: center;
	  width: 140px;
	margin: 0 auto;
}
 
.footmenu_icon li {
  width: 70px;

	 float: left;
	  list-style: none;
}
 
.footmenu_icon li a {
  text-decoration: none;
}
/*---- pageTop ----*/
.pagetop{
	background:#555;
	opacity: 0.5;
	border-radius:5px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:20px;
	right:20px;
	text-decoration:none;
	}
.pagetop:hover{
	background:#999;
	opacity: 0.5;
	border-radius:5px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:20px;
	right:20px;
	text-decoration:none;
	}
/* ----------------------------------------------------
スマホ用メニューの時に#top_menuを非表示にする
---------------------------------------------------*/
@media only screen and (max-width:800px){
    #top_menu{
		display: none;
}
    .pc_space{
		display: none;
}
}

/* ----------------------------------------------------
PC用メニューの時に.MenuContainerを非表示にする
---------------------------------------------------*/
@media only screen and (min-width:800px){
    .MenuContainer{
		display: none;
}
}

/*----PC用 top menu----*/
header {
  width: 100%; 
  margin: 0 auto;	
	padding: 0;
}
#top_menu{
	background-color: rgba(0,0,0,0.3);
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}
#top_menu ul{
	margin: 0 auto;
	padding: 0;
	width:800px;
}
#top_menu ul li{
	margin: 0;
	width: 20%;
	height: 40px;
	line-height: 40px;

	list-style: none;
	float: left;
	text-align: center;
}
#top_menu a{
	display: block;
	text-decoration: none;
	width: 100%;
	font-size:16px;
	color: #FFFFFF;
}
#top_menu a:hover{
	color:#CCCCCC;}
	
/*----スマホメニュー----*/
.HiddenCheckbox {
  display: none;
}
.MenuContainer {
	float:right;
	padding-right: 50px;
}
.MenuHeader {
  color: #ccc; /**NEMUの文字の色**/
  font-weight: bold;
  display: inline-block;
  float: left;
  margin: 0 0 0 15px;
  opacity: 0;
  position: absolute;
  top:13px;
  left:5px;
  z-index: 3;
  font-size:18px;
}
.MenuIcon {
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  top:10px; 
  width: 30px;
  z-index: 2;
}
.MenuIcon::before {
  -webkit-box-shadow: #666 0 12px 0;
  box-shadow: #ffcc99 0 12px 0; /*三ライン 真ん中の色*/
  height: 6px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 30px;
}
.MenuIcon::after {
  bottom: 0;
  height: 6px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 30px;
}
.MenuIcon::before,
.MenuIcon::after {
  background: #ffcc99; /*三ライン 上下の色*/
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}
.Menu {
  background: #333; /*背景の色*/
  bottom: 0;
  left: -90%;
  position: absolute;
  top: 0;
  width: 70%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  z-index: 1;
}
.HiddenCheckbox:checked ~ .MenuHeader {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.HiddenCheckbox:checked ~ .MenuIcon::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
  transform: rotate(45deg) translate3d(6px, -3px, 0);
}
.HiddenCheckbox:checked ~ .MenuIcon::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, 3px, 0);
  transform: rotate(-45deg) translate3d(6px, 3px, 0);
}
.HiddenCheckbox:checked ~ .Menu {
  left: 0;
}
.Menu-list {
  list-style-type: none;
  margin: 60px 0 0;
  padding: 0;
}
.Menu-item {
  margin: 0;
	  padding: 3px 22px;
}
.MenuContainer a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}
.MenuContainer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.MenuContainer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*----------------------------------------------------
スクロール時フェードイン
----------------------------------------------------*/
/* 1つ目：横からスライド */
.fadein_mv01{
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.mv01{
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}/* 2つ目：opacity*/
.fadein_mv02{
	opacity: 0;
	transition: .8s;
}
.mv02{
	opacity: 2.0;
}	
/* 3つ目：移動＋透明度 */
.fadein_mv03{
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px);
		transition: .8s;
}
.mv03{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/*----------------------------------------------------
コンテンツ画像の入れ替え
----------------------------------------------------*/
.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:2px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((484 / 980) *100%);
	height: auto;
	margin:0 0 8px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:5px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 8px 0;
	}
}
/* 2カラムの中の更に半分カラム（スマートフォンでは2カラム) */
.two_fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.two_fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 10px 0;
}
.two_fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.two_fourCol .inner img {
	width: 100%;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:2px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((320 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}
/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((236 / 980) *100%);
	margin: 0 0 5px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}
p.fourcol_text{
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}