@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------ */

.icon-rogo {
	/*color: #027fbf;*/
	color: #0080ff;
}

.icon-bard {
	color: #01B1AF;
}

.icon-leaf {
	color: #68B04D;
}


 slider {
	display: none;
 }



/*===============================================
●全ページ
===============================================*/
 .clear {
	clear: both;
 }

 html { 
	height: 100%;
	background-color: #CCE4A0;
	background: url(/img/back/back.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 }
 
 body {
	width: 100vw;
	min-height: 100%;
	background-color: rgba(255,255,255,0.85);
	/*font-family: "メイリオ", Meiryo,"Meiryo UI, sans-serif";*/
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	margin: 0px;
	padding: 0px;
 }
 
 .main-title1 {
	background: #AACA70;
	background: url(/img/back/title.jpg);
 }

 .main-title2 {
	background: rgba(212,212,212,0.8);
 }

 .main-title3  {
	background: rgba(252,220,173,0.8);
 }

 .main-title4 {
 	background: rgba(104,176,77,0.3);
 }

 .main-title5 {
 	background: rgba(21,105,51,0.3);
 }

 .title1 div {
	text-align: center;
 }

 .title1 h1 {
	/*font-family: "MS PMincho",serif;*/
	font-weight: bold;
	/*z-index: 10;*/
	margin: 5px 0 0;
	position: relative;
 }

 .title1 .icon {
	font-size: 80px;
	padding: 0;
	position: relative;
 }

 .effect {
	background: rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.6);
	   -moz-box-shadow: 0 1px 5px -1px rgba(0,0,0,0.6);
	        box-shadow: 0 1px 5px -1px rgba(0,0,0,0.6);
	z-index: 1;
	position: relative;
 }

 .effect1 {
	box-shadow: 0px 1px 3px #666;
 }


 .style-menu {
	width: 100%;
	margin: 20px;
	padding: 0px;
 }

 .style-menu li {
	display: table-cell;
	font-size: 12px;
 }

 .style-menu li a {
	text-decoration: none;
 }

 .style-menu li a:link, .style-menu li a:visited {
	color: #000000;
 }

 .style-menu li a:active, .style-menu li a:hover {
	color: #009ED8;
 }

 .style-menu li:not(:last-child):after {
	content: ">";
	color: #000000;
	padding: 15px;
 }

 .style-menu li:last-child {
	color: #A9A9A9;
	position: relative;
 }

 .sub-title {
	background: #523304;
	background: rgba(82, 51, 4,0.9);
	border-radius: 5px;
	position: relative;
 }

 .effect2 {
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.8);
           -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.8);
                box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.8);
 }

 .title2 h2 {
	text-align: left;
	/*font-family: "MS PMincho",serif;*/
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
 }

 ul.contents {
	list-style-type: none;
	padding: 0;
 }

 #contents-bg {
	width: 100%;
	background: #FFFFFF;
	overflow: hidden;
	/*padding-bottom: 30px;*/
	z-index: 1;
	position: relative;
 }

 .contents {
	width: 95%;
	margin: 15px auto;
 }

 .more{
	display: inline-block;
	/*font-family: "MS PGothic";*/
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #1C8A43;
	color: #FFFFFF;
	border-radius: 5px;
	box-shadow: inset 0px 22px 0px 0px rgba(255,255,255,0.2);
	padding: 13px 0;
 }

 .more:hover, a:hover .more {
	background-color: #68B04D;
	color: #FFFFFF;
 }
 
 .more .icon {
	/*padding-left: 5px;*/
	padding-right: 10px;
	vertical-align: middle;
 }
 
 .btn {
	width: 100%;
	display: table;
	list-style-type: none;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px 0;
	/*margin: 25px 0;*/
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 0px;
 }

 .scroll-btn {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #a2a2a2;
	background: #ebebeb;
	text-align: center;
	padding: 15px;
 }

 .scroll-btn:hover {
	background: rgba(255,255,255,0.6);
 }

 .divert:before {
	content: "\A";
	white-space: pre;
 }

 .indent{
	padding-left:1em;
	text-indent:-1em;
	margin: 0;
 }



/*---------------------------------------------------- */
 .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
 }


/*===============================================
○PC
===============================================*/
@media screen and (min-width: 1201px){ 

 body {
	min-width: 1200px;
 }

 .title1 div {
	display: table;
	padding: 50px 15px;
 }

 .title1 {
	width: 1200px;
	margin: 0 auto;
 }

 .title1 h1 {
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
 }


}

@media screen and (max-width: 1200px) {

 .title1 div {
	padding: 25px 0;
 }

}

@media screen and (min-width: 781px) and (max-width: 1200px) { 

 .divert-pc-min:before {
	content: "\A";
	white-space: pre;
 }

}


@media screen and (min-width: 781px){ 

 body {
	width: 100%;
 }
 
 .title1 h1 {
	font-size: 25px;
 }

 .title2 h2 {
	font-size: 20px;
	padding: 15px;
 }

 .scroll-btn {
	font-size: 14px;
 }

 .divert-pc:before {
	content: "\A";
	white-space: pre;
 }

}


/*===============================================
○PC・タブレット
===============================================*/
@media screen and (min-width: 481px){ 

 .more{
	width: 160px;
	font-size: 14px;
 }

 .more .icon {
	/*font-size: 18px;*/
	font-size: 15px;
 }
 
 .divert-tbpc:before {
	content: "\A";
	white-space: pre;
 }

}


/*===============================================
○タブレット
===============================================*/
@media screen and (min-width: 481px) and (max-width: 780px){

 .title1 h1 {
	font-size: 22px;
 }

 .title2 h2 {
	font-size: 18px;
 }

 .scroll-btn {
	font-size: 13px;
 }

 .divert-tb:before {
	content: "\A";
	white-space: pre;
 }

}


/*===============================================
○タブレット・スマホ
===============================================*/
@media screen and (max-width: 780px){ 

 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 }

 .style-menu li {
	white-space: nowrap;
 }

 .title2 h2 {
	padding: 10px;
 }

 .divert-tbsp:before {
	content: "\A";
	white-space: pre;
 }

 p, ul li {
	line-height: 1.75;
 }

}


/*===============================================
○スマホ
===============================================*/
@media screen and (max-width: 480px){ 

 .style-menu {
	margin: 20px 10px;
 }

 .style-menu li:not(:last-child):after {
	padding: 10px;
 }

 .title1 h1 {
	font-size: 20px;
	white-space: nowrap;
 }

 .title2 h2 {
	font-size: 16px;
 }

 .more{
	width: 150px;
	font-size: 13px;
 }

 .more .icon {
	/*font-size: 16px;*/
	font-size: 13px;
 }
 
 .scroll-btn {
	font-size: 12px;
 }

 .divert-sp:before {
	content: "\A";
	white-space: pre;
 }

}



/*===============================================
○動画
===============================================*/
 #movie {
	width: 100%;
	display: flex;
	background:rgba(0,108,109,0.25);
	margin: 20px 0;
	position: relative;
	top: 0px;
 }

 .movie {
	width: 100%;
 }

 .moviebox {
	display: flex;
 }

 .movetext {
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	border-radius: 0px 10px 10px;
	position: relative;
	margin: 10px;
	margin-left: 0px;
	flex: auto;
 }

 .movetext p {
	text-align: left;
	/*font-family: "MS PMincho";*/
	color: #000000;
	position: relative;
	margin: 10px;
 }

 .movebtn {
	position: relative;
 }

 .movebtn a {
	width: 100%;
	height: 100%;
	/*box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	position: relative;*/
	z-index:1;
	top: 0px;
	right: 0px;
 }

 .movebtn a:hover {
	/*background: #fcdcad;*/
	background-color: rgba(252, 220, 173, 0.7);
	border-radius: 80%;
	-webkit-border-radius: 80%;
	-moz-border-radius: 80%;
 }

.movebtn a:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
	border-radius: 80%;
	-webkit-border-radius: 80%;
	-moz-border-radius: 80%;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

 .movebtn a:hover {
	/*background-color: rgba(252, 220, 173, 0.2);
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";*/
 }

 .videobtn .more {
	display: block;
	width: 70%;
	margin: auto;
 }
	 
@media screen and (min-width: 1201px){ 

 .iframe-sp {
	display: none;
 }

}

@media screen and (max-width: 1200px){ 

 .iframe-pc {
	display: none;
 }

}

@media screen and (min-width: 781px){ 

 .moveimg {
	margin-top: -20px;
 }

 .movetext {
	margin-right: 0px;
 }

 .movetext p, .videobtn .more {
	font-size: 16px;
 }

 .movetext span.tb {
	display: none;
 }

 .movebtn {
	margin: 5px 10px;
 }

 .movebtn img.pc {
	display: block;
 }

 .movebtn img.tb, .movebtn img.sp {
	display: none;
 }

}


@media screen and (max-width: 780px){ 

 #movie {
	flex-wrap: wrap;
 }

 .moveimg {
	margin-top: -3.5%;
	margin-top: -20px;
 }

 .movetext span.pc {
	display: none;
 }

 .movebtn {
	width: 98%;
	margin: 1%;
 }

 .movebtn img.pc {
	display: none;
 }

 .movebtn img.tb, .movebtn img.sp {
	width: 100%;
	height: auto;
 }

}


@media screen and (min-width: 481px) and (max-width: 780px){

 .movetext p, .videobtn .more {
	font-size: 13px;
 }

 .movebtn img.sp {
	display: none;
 }

}


@media screen and (min-width: 481px){ 

 .movetext span.sp {
	display: none;
 }

}

@media screen and (max-width: 480px){ 

 .movetextbox {
	margin-top: 15px;
 }

 .moveimg img {
	width: 75px;
	height: auto;
 }

 .movetext {
	font-size: 14px;
 }

 .movetext span.pctb, .movebtn img.tb {
	display: none;
 }

}


