@charset "utf-8";
/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================*/




a:active img, a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
a.nofilter:active img, a.nofilter:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a img, a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #4e3a15;
}
.center {
	text-align: center;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/* 余白
	*****************************************************************************************************/

	/* マージン */

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mr30 {
	margin-right: 30px;
}
.ml30 {
	margin-left: 30px;
}
/*  画面サイズが480pxまで  */


p {
	line-height: 190%;
	margin-bottom: 1em;
}
#main_img {
	position: relative;
}
.main_img01 img {
	width: 100%;
}
#logo01 {
	position: absolute;
	top: 1%;
	left: 10%;
	z-index: 10;
}
.shinkankaku {
	position: absolute;
	left: 10%;
	bottom: 10%;
}
.shinkankaku img {
	width: 80%;
}
.fuwaran_chach {
	position: absolute;
	right: 5%;
	bottom: 1%;
	width: auto;
	text-align: right;
}
.fuwaran_chach img {
	width: 80%;
}
.sect02 {
	position: relative;
	top: -50px;
	text-align: center;
}
.sect02 img {
	width: 80%;
}
.bt01 {
	text-align: center;
}
.bt01 img {
	width: 80%;
}
.sect03 {
	background: #f2ebe6;
	width: 100%;
}
.section {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 2em;
}
.title01 img {
	width: 100%;
}
.fuwaran_img01 {
	text-align: right;
	position: relative;
	top: -80px;
}
.fuwaran_img01 img {
	width: 90%;
	text-align: right;
}
.left_ct02 img {
	width: 100%;
}
.right_ct02 img {
	width: 100%;
}
.left_ct03 img {
	width: 100%;
}
.right_ct03 img {
	width: 80%;
}
#back01 {
	background: #c1b850;
	text-align: center;
	padding-top: 20px;
}
.copyright {
	font-size: 12px;
	padding: 1em;
	text-align: center;
}
 @media screen and (min-width: 768px) {
footer img {
	width: 30%;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.sect04_left {
	background: #94ccdf;
	position: relative;
	width: 50%;
	height: 540px;
}
.sect04_left img {
	width: 100%;
}
.ct01 {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 80%;
}
.ct01 h3 {
	margin-bottom: 1em;
}
.ct02 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80%;
}
.ct02 h3 {
	margin-bottom: 1em;
}
.leftimage02 img {
	margin-bottom: 1em;
}
.text1 {
	margin-bottom: 20px;
}
.text1 {
	padding: 15px;
	line-height: 130%;
	color: #ffffff;
	line-height: 250%;
}
.sect04_right {
	background: #fff47a;
	position: relative;
	width: 50%;
	height: 540px;
}
.sect04_right img {
	width: 100%;
}
.rightimage02 img {
	margin-bottom: 1em;
}
.text2 {
	margin-bottom: 20px;
}
.text2 {
	padding: 15px;
	line-height: 130%;
	color: #000;
	line-height: 250%;
}
.left_ct01 {
	width: 50%;
}
.right_ct01 {
	width: 50%;
}
.left_ct02 img {
	width: 100%;
}
.right_ct02 img {
	width: 100%;
}
.left_ct03 {
	width: 50%;
}
.right_ct03 {
	width: 50%;
	padding-top: 2em;
}
.shinkankaku img, .fuwaran_chach img {
	width: 60%;
}
.bt01 img {
	width: 30%;
}
.ct01 h3 img {
	width: 90%;
}
.ct02 h3 img {
	width: 90%;
}
}
 @media (max-width:980px) {
#logo01 img {
	width: 60%;
}
.shinkankaku img {
	width: 40%;
}
.fuwaran_chach img {
	width: 40%;
}
.sect04_left {
	height: 540px;
}
.sect04_right {
	height: 540px;
}
}
 @media (max-width:768px) {
.section {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding: 4%;
}
.fuwaran_img01 {
	top: 0px;
}
.sect02 {
	top: -20px;
}
#logo01 img {
	width: 50%;
}
.shinkankaku img {
	width: 20%;
}
.fuwaran_chach img {
	width: 30%;
}
.sect04_left {
	background: #94ccdf;
	position: relative;
	width: 100%;
	height: 540px;
}
.sect04_back01 img {
	width: 100%;
}
.sect04_right {
	background: #fff47a;
	position: relative;
	width: 100%;
	height: 540px;
}
.leftimage02 {
	margin-bottom: 20px;
}
.leftimage02 img {
	width: 100%;
}
.text1 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.text1 {
	line-height: 130%;
	color: #ffffff;
	line-height: 250%;
}
.ct01 {
	position: absolute;
	top: 20px;
	margin: 0 auto;
	padding: 1em;
}
.ct01 h3 img {
	width: 100%;
}
.rightimage02 {
	margin-bottom: 20px;
}
.rightimage02 img {
	width: 100%;
}
.text2 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.text2 {
	line-height: 130%;
	line-height: 250%;
}
.ct02 {
	position: absolute;
	top: 20px;
	margin: 0 auto;
	padding: 1em;
}
.ct02 h3 img {
	width: 100%;
}
footer img {
	width: 80%;
}
}
