@charset "utf-8";
/*--------------------------------TOP_設定--------------------------------*/
.main_visual {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.main_visual video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
	  width: 100%;
	  margin: -200px auto 0;
}
@media screen and (min-width: 768px) {
main_visual {
    height: 500px;	
  }
}

h2 {
	text-align: center;
	margin-top: 47px;
}
h2 img {
	width: 310px;
}

/*----------------お知らせ----------------*/
.news {
	background: #00642D;
	clear: both;
	min-height: 100px;
}
.topics {
	background: url(../images/nami_white.svg) repeat-x 0% 100%;
	color: #fff;
	width: 14%;
	min-height: 35px;
	float: left;
	text-align: center;
	padding-top: 15px;
	font-size: 125%;
	letter-spacing: 0.2em;
	position: relative;
	text-indent: 0.3em;
	margin: 30px 3px;
}
.topics::after {
	background: url(../images/nami_white.svg) repeat-x;
	content: ' ';
	width: 100%;
	min-height: 45px;
	position: absolute;
	left: 0%;
	top: 0%;
}
.news ul {
	width: 80%;
	float: right;
	font-size: 87.5%;
	letter-spacing: 0.1em;
	padding: 17px 0 15px;
}
.news li a {
	display: block;
	color: #fff;
	padding: 10px 0 5px;
	border-bottom: 1px dotted #00642D;
	line-height: 1.5;
}
.news li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}
.news time {
	color: #fff;
	float: left;
	width: 8em;
	font-weight: bold;
}
/*--------------------------------*/
.fullbox {
	padding-top: 50px;
	margin-bottom: 60px;
}
.box475 {
	width: 47.5%;
	position: relative;
}
.box475 dl {
	padding: 10px 3%;
}
.kankyo::after, .katei::after {
	position: absolute;
	top: -25px;
	right: 10px;
}
.kankyo::after {
	content: url(../images/kankyo.svg);
}
.katei::after {
	content: url(../images/katei.svg);
}
.btn a {
	float: right;
}
.inbox {
	float: left;
	width: 58%;
	padding-left: 2%;
}
.syohin img {
	width: 30%;
	float: right;
	padding: 0 0 0 10%;
}
.syohin {
	position: relative;
}
.syohin::after {
	position: absolute;
	content: url(../images/syohin.svg);
	top: -20px;
	right: 10px;
}
.syohinline {
	padding: 50px 0 0;
	clear: both;
}
.syohinline li {
	width: 30%;
	float: left;
}
.syohinline li:nth-child(-n+2) {
	padding-right: 5%;
}
.syohinline img {
	border-radius: 50%;
}
.okome, .rekishi, .jyoetsu {
	width: 30%;
	position: relative;
	border-radius: 10px;
}
.okome::after, .rekishi::after, .jyoetsu::after {
	position: absolute;
	top: -20px;
	right: 10px;
}
.okome::after {
	content: url(../images/okome.svg);
}
.rekishi::after {
	content: url(../images/rekishi.svg);
}
.jyoetsu::after {
	content: url(../images/jyoetsu.svg);
}
.okome, .rekishi {
	margin-right: 5%;
}
.okome:hover, .rekishi:hover, .jyoetsu:hover {
	opacity: 0.9;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

/* ----------------------中間設定_750px---------------------- */

@media screen and (max-width: 750px) {
/*-----------TOP_お知らせ-----------*/

.topics {
	width: 100%;
	margin: 15px 0;
}
.news ul {
	margin: 0 5%;
	width: 90%;
	padding-top: 0;
}
.news li a {
	padding-top: 0px;
}
}

/* ----------------------スマホ対応設定_480px---------------------- */

@media screen and (max-width: 480px) {
/* ----------------TOP_設定---------------- */

.news {
	margin-bottom: 35px;
}
.box475, .inbox {
	width: auto;/* 幅の制限をかけない */
	float: none;/* floatを止める(解除ではない) */
}
.box475 {
	margin-bottom: 35px;
}
.box475 img {
	border-radius: 90px;
	width: 96%;
	padding: 0 2%;
}
.inbox {
	width: auto;
	float: none;
	padding: 0 5%;
}
.syohin img {
	width: 60%;
	padding: 0 20%;
}
.kankyo::after, .katei::after, .syohin::after, .okome::after, .rekishi::after, .rekishi::after, .jyoetsu::after {
	display: none;
}
}
