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

html,body {
	width: 100%;
	height: 100%;
}

html {
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	color: #444;
	letter-spacing: 1.5px;
}

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin: 0;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

/* 画像(PC表示用) */
.pc { display: block !important; }
.sp { display: none !important; }


/*フリーページ3*/
#page03 {
	margin: 0 auto;
	/*border: blue 1px solid;*/
}

.page03 {
	width: 100%;
	margin: 0 auto;
	color: #502C00;
	font-size: 16px;
}

.page03_top img {
	width: 100%;
	text-align: center;
}

.pg1_l {
	text-align: left;
	line-height: 35px;
	margin-left: 13%;
	margin-top: 1%;
	float: left;
	width: 35%;
}

h2 {
	font-size: 25px;
	margin: 70px 0 30px;
	line-height: 40px;
}

.pg1_rimg img {
	width: 45%;
	max-width: 700px;
	margin-top: -2px;
	float: right;
}

.pg1_limg img {
	clear: both;
	float: left;
	width: 45%;
	max-width: 700px;
	margin-top: 5%;
	margin-bottom: 150px;
}

.pg1_r {
	text-align: left;
	line-height: 35px;
	float: right;
	width: 35%;
	margin-top: 13%;
	margin-right: 80px;
}

.pg_2 {
	clear: both;
	width: 100%;
	height: 640px;
	font-size: 16px;
	line-height: 30px;
	background-image: url(../img/apple2a.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.pg2_inner {
	width: 350px;
	float: right;
	margin-right: 13%;
	margin-top: 200px;
}


h3 {
	font-size: 25px;
	margin-bottom: 30px;
}


.pg_2 p {
	padding-left: 15px;
}

.pg_3 {
	width: 100%;
	height:500px;
	clear: both;
	position: relative;
}

.pg3_inner {
	margin-top: 5%;
}


.left {
	width: 30%;
	min-width: 300px;
	margin-top: 100px;
	float: left;
}

.center {
	z-index: 1;
	float: left;
	text-align: center;
	background-image: url(../img/circle.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width:500px;
	height: 500px;
}

.center p {
	width: 300px;
	margin: 150px auto 50px;
	line-height: 40px;
	font-size: 20px;
	color: #6E3C00;
}

.detail {
	font-size: 18px;
	letter-spacing: 3px;
	display: inline-block;
	width: 200px;
	height: 46px;
	text-align: center;
	text-decoration: none;
	outline: none;
	-o-border-radius: 8px;/*角丸のベンダープレフィックス*/
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	color: #fff;
	line-height: 46px;
	background-color: #6E3C00;
	z-index: 200;
}

.detail::before,
.detail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.detail,
.detail::before,
.detail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.detail:hover {
opacity: 0.8;
}

.right {
	width: 30%;
	min-width: 300px;
	float: right;
}

footer#l_footer03 {
	clear: both;
	width: auto;
	height: 100px;
}

p.copyright_03 {
	height: 100%;
	line-height: 100px;
	text-align: center;
}

/*共通設定*/
footer#l_footer {
	clear: both;
	background-image: url("../img/lemon-05.jpg");
	background-position: left top;
	background-size: cover;
	width: auto;
	height: 280px;
}

/*▼スクロール追従するボタン*/
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 80%;
	margin-bottom: 10px;
}
#pagetop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 8px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	line-height:1.3;
}

#pagetop a:hover {
    text-decoration: none;
    background: #999;
	opacity: 0.9;
}

/*1280px以上対応*/
@media (min-width: 1280px) {
	.pg2_inner {
	margin-right: 20%;
}
}

/*860px以下対応*/
@media (max-width: 860px) {
	.page03 {
		margin: 0 auto;
		font-size: 14px;
	}
	
	.pg1_l {
		line-height: 30px;
		margin-left: 10%;
		width: 40%;
	}
	
	h2 {
		font-size:23px;
		margin: 30px 0 10px;
	}
	
	.pg1_r {
	line-height: 30px;
	width: 40%;
	margin-top: 8%;
	margin-right: 75px;
	}
	
	.pg2_inner {
		width: 350px;
		float: none;
		text-align: center;
		margin: 0 auto;
		padding-top: 175px;
	}
	
	.bg_layer {
	background-color:rgba(255,255,255,0.7);
	height: 640px;
	}
	
	.pg3_inner {
		margin-top: 5%;
	}

.left {
	margin-top: 10px;
}

.center {
	margin: 180px auto;
}

.center p {
	width: 300px;
	margin: 150px auto 50px;
}

.right {
	margin-top: 550px;
}
}


/*750pxまで対応*/
@media (max-width: 750px) {
	
.pc { display: none !important; }
.sp { display: block !important; }
	
	.pg1_l {
	text-align: center;
	line-height: 35px;
	float: none;
	width: 80%;
		margin: 1% auto 0;
}

h2 {
	text-align: center;
	font-size: 25px;
	margin: 50px auto 10px;
	line-height: 40px;
}

.pg1_limg img {
	clear: both;
	float: none;
	width: 90%;
	max-width: 700px;
	margin-top: 70px;
	margin-bottom: 10px;
}

.pg1_r {
	text-align: center;
	line-height: 30px;
	float: none;
	width: 80%;
	margin:0 auto 100px;
}
	
	.bg_layer {
		text-align: center;
		margin: 0 auto;
}	
	.copyright { font-size: 14px; }
}

/*640pxまで対応*/
@media (max-width: 640px) {

	.left {
		margin-top: 10px;
	}

	.center {
		margin: 250px auto;
		width: 400px;
		height: 400px;
	}

.center p {
	width: 300px;
	margin: 110px auto 30px;
}
	
.right {
	margin-top: 600px;
}
}

@media (max-width: 616px) {
	.right {
		margin-top: 260px;
	}
}
