@charset "utf-8";


/*
全頁共通（編集注意）
************************************************/

* {
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 12px;
	letter-spacing: 0.08em;
	/*0.05em-0.1emで調整*/
	font-family: Arial, "メイリオ", Meiryo, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: #fff;
	min-width: 970px;
}

img,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
{
margin: 0;
padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
li {
	list-style: none;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	font-size: 100%;
	color: #e60012;
}

div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*
コンテンツ：ページ単位（編集可）
***********************************************/

.floating{
	width: 330px;
	/* height: 300px; */
    position: fixed;
    right: 1px;
    bottom: 3%;
    z-index: 99999;
	img{
	max-width: 100%;
    height: auto;
    display: block;	}
}
@media screen and (max-width: 1080px) {
    .floating {
		width: 300px;
		
	}
}
.txt_shadow {
	text-shadow: 1px 1px 0px #fff;
}

.bd_top {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.bd_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.pd_top {
	padding: 30px 0 0 0;
}

/* main */
.main {
	width: 100%;
	height: 100%;
}

#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	float: left;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 300px;
}

#loopslider ul li {
	list-style: none;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li img {
	border: 1px solid #FFF;
}

/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}


/* intro */
.intro {
	width: 100%;
	height: 100%;
	color: #7A6121;
	padding-top: 70px;
}

.intro h2 {
	font-size: 220%;
	padding: 20px 0;
	font-weight: bold;
}

.intro p {
	width: 830px;
	display: block;
	margin: 0 auto;
	font-size: 140%;
}

.intro strong {
	width: 105px;
	height: 135px;
	display: block;
	margin: 0 auto;
	background-image: url(/img/common/34/lg_jk_v.png);
	background-size: 105px auto;
	-webkit-background-size: 105px auto;
	-moz-background-size: 105px auto;
	background-repeat: no-repeat;
}

.intro strong span {
	display: none;
}




/* middle */
.middle {
	width: 100%;
	height: 100%;
	color: #7A6121;
	text-align: left;
	padding-top: 70px;
	padding-bottom: 160px;
}

.middle ul {
	width: 820px;
	margin: 0 auto;
}

.middle li {
	width: 360px;
	float: left;
}

.middle h3 {
	font-size: 160%;
	padding: 15px 0;
	font-weight: bold;
}

.middle p {
	padding: 0 0 15px;
}

.btn {
	width: 360px;
	height: 50px;
	border-radius: 3px;
	background-color: #F5AC3C;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	background-image: url(../img/arrow_w_r.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.middle a:hover {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	/* ie 8 */
	-moz-opacity: 0.7;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;
}