@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');

body {
	font: 100%/1.4;
	font-family: "Noto Sans Japanese";
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.5em;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ こんてな */
.cont_green {
	background-color: #fff;
	background:url(../img/top_bg01.gif);
	background-position:left top;
	background-repeat:repeat;
	width: 100%;
	margin: 0;
	padding: 0 0 45px 0;
}
.container {
	width: 99%;
	max-width: 700px;
	min-width: 100px;
	margin: 0 auto 0;
}
.container2 {
	width: 60%;
	max-width: 600px;
	min-width: 100px;
	margin: 0 auto 0;
}
.content {
	padding: 0 0 0 0;
	margin: 20px 0 40px;
	text-align: center;
}
.content2 {
	padding: 0 0 0 0;
	margin: 0 0 40px;
	text-align: left;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
img.pointon{
	width: 100%;
	max-width: 732px;
	min-width: 100px;
	height:auto;
	}
.point_all{
	display:block;
	width: 90%;
	max-width: 732px;
	min-width: 100px;
	padding:0 0 40px 0;
	margin: 0 auto 20px;
	text-align:center;
	color:#423d45;
}
#point1{
	background-color: #fff;
	background:url(../img/point1_4.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}
#point2{
	background-color: #fff;
	background:url(../img/point2_4.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}
#point3{
	background-color: #fff;
	background:url(../img/point3_4.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}
#point4{
	background-color: #fff;
	background:url(../img/point4_4.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}

@media screen and (max-width: 640px) {
.container {
	width: 100%;
	}
.content {
	padding: 0 0 0 0;
	margin: 10px 10px 20px;
	font-size:smaller;
	}
.content2 {
	padding: 0 0 0 0;
	margin: 0 10px 20px;
	font-size:smaller;
	}
.point_all{
	display:block;
	width: 98%;
	max-width: 732px;
	min-width: 100px;
	padding:0 0 30px 0;
	margin: 0 auto 15px;
	font-size:smaller;
	}
}
@media screen and (max-width: 480px) {
.point_all{
	padding:0 0 20px 0;
	}
.container2 {
	width: 98%;
	}
}

/* ~~ ヘッダー ~~ */
.header {
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	padding:0;
	margin:0;
	border-top: solid 50px #20b39d;
    position: absolute;
	z-index: 2;
}
.cont_head {
	position:relative;
	width: 98%;
	max-width: 970px;
	min-width: 100px;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
.cont_head {
	width: 100%;
	}
}

/* ボタン挙動 */
.headb_1{/* head・ボタン */
	width: 100%;
	max-width: 321px;
	min-width: 20px;
	height: auto;
	margin: 4% 0 4% 0;
}
.headb_1:hover,
.headb_1:active,
.headb_1:focus{
 filter:alpha(opacity=50); /* IE 6,7*/
   -moz-opacity:0.5; /* IE 8,9 */
   opacity:0.5;
}

.img00_1{/* タイトルロゴ */
	width: 100%;
	max-width: 405px;
	min-width: 100px;
	height: auto;
	margin: 5px 0 0 0;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-left:0;
	width:40%;
	text-align:right;
}
.fltlft {
	display: inline-block;
	vertical-align: bottom;
	float: left;
	margin-right:0;
	width:60%;
	text-align:left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media screen and (max-width: 720px) {
.header {
	border-top: solid 30px #20b39d;
}
.headb_1{
	margin: 6% 0 0 0;
	}
}
@media screen and (max-width: 480px) {
.header {
	border-top: solid 25px #20b39d;
}
.fltrt,
.fltlft {
	width:100%;
	text-align: center;
	}
.headb_1{
	width: 75%;
	max-width: 240px;
	margin: 0 0 5px 0;
	}
.img00_1{
	margin:0;
	}
}

/* トップ画像 */
.top_all{
	width: 99%;
	max-width: 1000px;
	min-width: 100px;
	margin: 0 auto 0;
}
.top_img{/* トップ画像をすべて囲む */
	position:relative;
	display: inline-block;
	padding: 30px 0 0 0;
	margin: 0;
}
.img01_1{/* トップimg・PC */
	position:relative;
	width: 100%;
	max-width: 1000px;
	min-width: 50px;
	height: auto;
	margin: 0;
	display: inline-block;
}
.img01_2{/* トップimg・SP */
	position:relative;
	width: 100%;
	max-width: 750px;
	min-width: 50px;
	height: auto;
	margin: 0;
	display:none;
}
@media screen and (max-width: 1280px) {
.top_all{
	width: 100%;
	}
}
@media screen and (max-width: 480px) {
.top_img{
	padding: 15px 0 0 0;
}
.img01_1{
	display:none;
	}
.img01_2{
	display: inline-block;
	}
}

img.photodef1{/*写真１*/
	display: inline-block;
	width: 100%;
	max-width: 261px;
	min-width: 20px;
	height: auto;
	margin:;
	}
img.photodef2{/*写真2*/
	display: inline-block;
	width: 100%;
	max-width: 296px;
	min-width: 20px;
	height: auto;
	}
.photodiv{/*写真を囲む*/
	position:relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 22px 22px 0;
	float:right;
	}
.photodiv::before {
   content: "";
   position: absolute;
   display: block;
   width: 22px;
   height: 100%;
   background: url( "../img/top_bg01.gif" ) right bottom repeat #fff;
   top: 22px;
   right: -22px;
	}
.photodiv::after {
   content: "";
   position: absolute;
   display: block;
   width: 100%;
   height: 22px;
   background: url( "../img/top_bg01.gif" ) right bottom repeat #fff;
   bottom: -22px;
   left: 22px;
}
.phototx{/*写真横の文字*/
   display: block;
   width: auto;
	text-align: left;
	}
img.subtitle{/*サブタイトル画像*/
   display: block;
   margin: 0 0 20px 0;
	width: 99%;
	max-width: 364px;
	min-width: 20px;
	height: auto;
	}
p.subtx{
	color:#cbb58e;
	font-size:larger;
	font-weight:bold;
	line-height: 1.6em;
	}
a.sublink{
	display:inline-block;
	background-color:#fff;
	color:#cbb58e;
	font-size:larger;
	font-weight:bold;
	line-height: 1.6em;
	text-decoration: none;
	margin: 0 auto 15px;
	}
a.sublink:hover, a.sublink:active, a.sublink:focus {
	background-color:#cbb58e;
	color:#736357;
	text-decoration: underline;
	}
img.geologo{
	width: 119px;
	height: 47px;
	margin:10px 0 0 0;
	}
a.sallink{/*リンクボタン*/
	display:inline-block;
	color:#000;
	text-decoration: none;
	font-weight:bold;
	line-height:2.0em;
	margin: 60px 0 0 0;
	padding: 10px 15px;
	background-color:#e7ddd3;
	text-align:left;
	}
a.sallink:hover, a.sallink:active, a.sallink:focus {
	background-color:#736357;
	color:#fff;
	text-decoration: none;
	}
@media screen and (max-width: 768px) {
.photodiv{/*写真を囲む*/
	float:none;
	margin:0 auto 0;
	}
.phototx{/*写真横の文字*/
   width: 90%;
	margin:30px auto 0;
	}
a.sallink{/*リンクボタン*/
	margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 640px) {
img.subtitle{/*サブタイトル画像*/
   margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 480px) {
a.sublink{
	display:block;
	}
a.sallink{/*リンクボタン*/
	display:block;
	padding: 10px 0px;
	text-align:center;
	}
}

/* ~~ フッター ~~ */
.footer {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 50px 0;
	background-color: #20b39d;
	color:#fff;
	text-align:center;
}
.foot_cr{
	font-size: small;
	}
a.to_sq{/*リンクボタン*/
	display:inline-block;
	color:#fff;
	text-decoration: underline;
	font-size:x-large;
	font-weight:bold;
	line-height:2.0em;
	letter-spacing: 0.2em;
	margin: 20px 0 0 0;
	padding: 20px 30px;
	background-color:#423d45;
	text-align:center;
	}
a.to_sq:hover, a.to_sq:active, a.to_sq:focus {
	background-color:#fff;
	color:#20b39d;
	text-decoration: none;
	}
@media screen and (max-width: 768px) {
a.to_sq{/*リンクボタン*/
	padding: 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	a.to_sq{/*リンクボタン*/
	display:block;
	font-size:large;
	padding: 10px 0px;
	text-align:center;
	}
}
/* PCのみ・SPのみ表示 */
.mpc
.mpc2 {
	display: inherit;
	}
.msp768,
.msp640,
.msp480,
.msp360 {
	display: none;
	}
@media screen and (max-width: 768px) {
.mpc {
	display: none;
	}
.msp768 {
	display: inline;
	}
}
@media screen and (max-width: 640px) {
.msp640 {
	display: inline;
	}
}
@media screen and (max-width: 480px) {
.mpc2 {
	display: none;
	}
.msp480 {
	display: inline;
	}
}
@media screen and (max-width: 360px) {
.msp360 {
	display: inline;
	}
}
