@charset "utf-8";
		
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;	
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
object, embed {
	vertical-align: middle;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0 none;
}
img {
	vertical-align: middle;
}
ul li {
	list-style-type: none;
}


/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	color: #483015;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

input,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a,
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

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

.content,
.clearfix {
	zoom: 1;
	/* for IE5.5 - IE7 */
}

/* 画像の透過 */
.trans a:hover,
.trans input[type="submit"]:hover,
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a.hover-img:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


/*box-sizing */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

.font_serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bld {
  font-weight: bold;
}

.mb20 {
	margin-bottom: 20px;
}

.pc-only {display: block!important;}
.sp-only {display: none!important;}

.inner {
  margin: 0 auto;
  width: 1000px;
}


/*----------------------------------------------------
	各ページスタイル
----------------------------------------------------*/

/* header
-----------------------------------------------------------------------------------------------*/
header .header-top {
  background: #483015;
  font-size: 12px;
  line-height: 24px;
}
header .header-top .page-ttl {
  color: #fff;
  float: left;
}
header .header-top .page-ttl a {
  color: #fff;
}
header .header-top .sitemap {
  float: right;
}
header .header-top .sitemap a {
  background: url(img/ico-arrow-wy.png) left center no-repeat;
  background-size: 14px;
  color: #fff;
  padding-left: 20px;
}
header .header-middle {
  background: url(img/bg-header-bottom.png) bottom center no-repeat;
  background-size: 2000px 178px;
  padding: 10px 0 20px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
header .header-middle .inner {
  position: relative;
}
header .header-middle .logo {
  margin: 0 auto;
  position: relative;
  width: 220px;
  z-index: 100;
}
header .header-middle nav {
  position: absolute;
  left: 0;
  top: 0;
}
header .header-middle nav.sp-nav {
  display: none;
}
header.header-lower .header-middle nav {
  top: 20px;
}
header .header-middle nav ul li {
  float: left;
  width: 125px;
}
header .header-middle nav ul li a {
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.5;
  padding: 50px 0 0 0;
  text-decoration: none;
}
header .header-middle nav ul li a:hover {
  opacity: 0.6;
}
header .header-middle nav ul li:nth-child(1) a {
  background: url(img/ico-gnav01.png) center 12px no-repeat;
  background-size: 31px;
  line-height: 40px;
}
header .header-middle nav ul li:nth-child(2) a {
  background: url(img/ico-gnav02.png) center 8px no-repeat;
  background-size: 34px 33px;
}
header .header-middle nav ul li:nth-child(3) a {
  background: url(img/ico-gnav03.png) center 8px no-repeat;
  background-size: 33px 29px;
}
header .header-middle nav ul li:nth-child(4) {
  margin-left: 250px;
}
header .header-middle nav ul li:nth-child(4) a {
  background: url(img/ico-gnav04.png) center 8px no-repeat;
  background-size: 23px 32px;
}
header .header-middle nav ul li:nth-child(5) a {
  background: url(img/ico-gnav05.png) center 12px no-repeat;
  background-size: 34px 28px;
}
header .header-middle nav ul li:nth-child(6) a {
  background: url(img/ico-gnav06.png) center 8px no-repeat;
  background-size: 36px 35px;
}
header .header-middle nav ul li a span {
  
}

.mv {
  background: url(img/bg-mv.png) top center no-repeat;
  background-size: cover;
  margin-top: -30px;
  padding: 200px 0 100px 0;
}
.mv .inner {
  padding-right: 560px;
  position: relative;
}
.mv h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
.mv .catch {
  color: #ee5c44;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.mv .price-wrap {
  background: url(img/bg-mv-price.png) 0 0 no-repeat;
  background-size: 265px 264px;
  height: 264px;
  padding: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  transform: rotate(5deg);
  top: 0;
  width: 265px;
}
.mv .price-wrap .midashi {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.mv .price-wrap .price {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.mv .price-wrap .price span {
  color: #ec2524;
  font-size: 32px;
  padding: 0 2px;
}


/* footer
-----------------------------------------------------------------------------------------------*/
footer {
  background: url(img/bg-footer-index.png);
  background-size: 100% 100%;
  margin-top: 100px;
}
footer.footer-lower {
  background: url(img/bg-footer-lower.png);
  background-size: 100% 100%;
}
footer .footer-top {
  
}
footer .footer-top .inner {
  padding: 50px 0 30px 520px;
}
footer .footer-top .logo {
  margin-bottom: 20px;
  text-align: center;
}
footer .footer-top .disclaimer {
  color: #90877d;
  font-size: 12px;
}
footer .footer-middle {
  padding-bottom: 40px;
}
footer .footer-middle .sttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer-middle .sttl a {
  text-decoration: none;
}
footer .footer-middle .sttl a:hover {
  opacity: 0.5;
}
footer .footer-middle .sttl a span {
  border-bottom: 2px dotted #b4af9a;
}
footer .footer-middle ul {
  margin-bottom: 10px;
}
footer .footer-middle ul li {
  border-right: 1px solid #b29c77;
  display: inline-block;
  line-height: 14px;
  margin-bottom: 10px;
  padding: 0 18px;
}
footer .footer-middle ul li:first-child {
  padding-left: 0;
}
footer .footer-middle ul li:nth-child(9){
  padding-left: 0;
}
footer .footer-middle ul li:last-child {
  border: 0;
}
footer .footer-middle ul li a {
  text-decoration: none;
}
footer .footer-middle ul li a:hover {
  text-decoration: underline;
}
footer .footer-bottom {
  background: #483015;
  line-height: 24px;
}
footer .footer-bottom .copy {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
footer .footer-bottom .copy a {
  color: #fff;
}

footer .footer-top.footer-lower .inner {
  padding: 100px 0 0 0;
}

footer .footer-top.footer-lower .inner .logo-wrap {
  margin: 0 0 40px 180px;
}
footer .footer-top.footer-lower .inner .logo-wrap .logo {
  float: left;
  margin: 0 30px 0 0;
  width: 220px;
}
footer .footer-top.footer-lower .inner .logo-wrap .disclaimer {
  float: left;
  padding-top: 10px;
  width: 460px;
}



/* レイアウト container main sidebar
-----------------------------------------------------------------------------------------------*/
#contents {
	margin: 0px auto 80px auto;
	padding: 0;
	width: 1000px;
}


#select3-wrap .ttl-wrap {
  text-align: center;
}
#select3-wrap .ttl-wrap .balloon {
  background: url(img/bg-footer-ttl-balloon.png) center center no-repeat;
  background-size: 367px 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
}
#select3-wrap .ttl-wrap .ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
#select3-wrap .ttl-wrap .ttl .fb {
  font-size: 36px;
}
#select3-wrap .ttl-wrap .ttl .fs {
  font-size: 24px;
}
#select3-wrap .ttl-wrap .catch {
    color: #ee5c44;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 110px;
    padding: 0 300px;
}
#select3-wrap .select3 {
  margin-bottom: 45px;
}
#select3-wrap .select3 li {
  background: #fff;
  box-shadow: 0 0 6px #c0c0c0;
  float: left;
  margin-right: 20px;
  padding: 20px;
  width: 320px;
}
#select3-wrap .select3 li:last-child {
  margin: 0;
}
#select3-wrap .select3 li .balloon {
/*    background: url(img/bg-footer-lower-balloon.png) center center no-repeat;
        background-size: auto auto;
    background-size: 270px 142px;*/
    color: #fff;
    display: table;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1em;
    height: 142px;
    line-height: 1.5;
    margin: -106px auto 5px auto;
    padding: 0 0 0 40px;
    width: 270px;
    font-weight: bold;
}
#select3-wrap .select3 li:first-child .balloon {
  background: url(img/balloon_blue.png) center center no-repeat;
  background-size: 270px 142px;
}
#select3-wrap .select3 li:nth-child(2) .balloon {
  padding: 0 0 0 65px;
  background: url(img/balloon_green.png) center center no-repeat;
  background-size: 270px 142px;  
}
#select3-wrap .select3 li:nth-child(3) .balloon {
  padding: 0 0 0 55px;
  background: url(img/bg-footer-lower-balloon.png) center center no-repeat;
  background-size: 270px 142px;  
}
#select3-wrap .select3 li .balloon span {
  display: table-cell;
  vertical-align: middle;
}
#select3-wrap .select3 li .ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
#select3-wrap .select3 li .img {
  margin-bottom: 8px;
}
#select3-wrap .select3 li .img img {
  max-width: 100%;
}
#select3-wrap .select3 li .innyou {
  color: #90877d;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

#select3-wrap .select3 ul.check-list {
  margin-bottom: 20px;
}
#select3-wrap .select3 ul.check-list li {
  background: url(img/ico-check-pink.png) left 4px no-repeat;
  background-size: 15px 13px;
  box-shadow: none;
  float: none;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  width: auto;
}



/* index-top */
.index-top {
  margin-bottom: 80px;
}

.index-top #select3 {
  background: url(img/bg-index-select3-illust.png) center 40px no-repeat, url(img/bg-index-select3.png) top center no-repeat;
  background-size: 1469px 898px, 100% 100%;
  margin-top: -100px;
  padding: 140px 0 200px 0;
}

.index-top .recommend .rec-cont {
  background: url(img/bg-index-rec01.png) top center no-repeat;
  background-size: 100% 100%;
  margin-top: -100px;
  padding: 150px 0 180px 0;
}
.index-top .recommend .rec-cont#rec02 {
  background: url(img/bg-index-rec02.png) top center no-repeat;
  background-size: 100% 100%;
  margin-top: -160px;
  padding-bottom: 140px;
}
.index-top .recommend .rec-cont#rec03 {
  background: url(img/bg-index-rec03.png) top center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
}
.index-top .recommend .rec-cont .top {
  margin-bottom: 60px;
}
.index-top .recommend .rec-cont .top .left {
  float: left;
  width: 450px;
}
.index-top .recommend .rec-cont .top .left .balloon {
  color: #fff;
  display: table;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 142px;
  margin: 0 auto 10px auto;
  padding-left: 40px;
  width: 270px;
}
.index-top .recommend .rec-cont#rec01 .top .left .balloon {
  background: url(img/balloon_blue.png) center center no-repeat;
  background-size: 270px 142px;  
}
.index-top .recommend .rec-cont#rec02 .top .left .balloon {
  padding-left: 65px;
  background: url(img/balloon_green.png) center center no-repeat;
  background-size: 270px 142px;  
}
.index-top .recommend .rec-cont#rec03 .top .left .balloon {
  padding-left: 55px;
  background: url(img/bg-footer-lower-balloon.png) center center no-repeat;
  background-size: 270px 142px;  
}
.index-top .recommend .rec-cont .top .left .balloon span {
  display: table-cell;
  vertical-align: middle;
}
.index-top .recommend .rec-cont .top .left h3 {
  margin-bottom: 20px;
}
.index-top .recommend .rec-cont .top .left h3 a {
  background: url(img/ico-arrow-yb.png) right center no-repeat;
  background-size: 16px 26px;
  border-bottom: 4px solid #f4a443;
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.index-top .recommend .rec-cont .top .left h3 a:hover {
  opacity: 0.5;
}
.index-top .recommend .rec-cont .top .left .mark-list {
  margin-bottom: 10px;
}
.index-top .recommend .rec-cont .top .left .mark-list li {
  background: #ebebeb;
  color: #808080;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 8px;
}
.index-top .recommend .rec-cont .top .left .mark-list li.on {
  background: #fbcece;
  color: #483015;
}
.index-top .recommend .rec-cont .top .left .slider li img {
  max-width: 100%;
}
.index-top .recommend .rec-cont .top .left .slider li .caption {
  color: #90877d;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  margin-bottom: 10px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  outline: 0;
  width: 48px;
  height: 36px;
  text-indent: inherit;
  z-index: 9999;
}
.bx-wrapper .bx-prev {
  background: url(img/ico-slider-left.png) no-repeat 0 0;
  left: -22px;
}
.bx-wrapper .bx-next {
  background: url(img/ico-slider-right.png) no-repeat 0 0;
  right: -24px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}

.index-top .recommend .rec-cont .top .left .bx-pager {
  text-align: center;
}
.index-top .recommend .rec-cont .top .left .bx-pager a {
  border: 2px solid #ccc;
  display: inline-block;
  width: 18%;
}
.index-top .recommend .rec-cont .top .left .bx-pager a.active {
  border: 2px solid #f4a443;
}
.index-top .recommend .rec-cont .top .left .bx-pager a img {
  width: 100%;
}


.index-top .recommend .rec-cont .top .right {
  background: url(img/bg-index-rec-right-top.png) center 15px no-repeat;
  background-size: 477px 44px;
  float: right;
  padding-top: 70px;
  width: 500px;
}
.index-top .recommend .rec-cont .top .right .point {
  border: 4px solid #ffd5b2;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 30px 36px 20px 36px;
}
.index-top .recommend .rec-cont .top .right .point h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
.index-top .recommend .rec-cont .top .right .point h4::before {
  border-top: 6px double #ee5c44;
  content: '';
  left: 0;
  position: absolute;
  top: 16px;
  width: 130px;
}
.index-top .recommend .rec-cont .top .right .point h4::after {
  border-top: 6px double #ee5c44;
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 130px;
}
.index-top .recommend .rec-cont .top .right .point ul {
  
}
.index-top .recommend .rec-cont .top .right .point ul li {
  background: url(img/ico-arrow-bw.png) left 4px no-repeat;
  background-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.index-top .recommend .rec-cont .top .right .catch {
  color: #ee5c44;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-top .recommend .rec-cont .top .right .txt {
  margin-bottom: 30px;
}
.index-top .recommend .rec-cont .top .right .btn-web a {
  display: block;
  margin: 0 auto;
  padding: 16px 10px;
  width: 400px;
}
.index-top .recommend .rec-cont .middle {
  margin-bottom: 60px;
}
.index-top .recommend .rec-cont .middle h4 {
  background: url(img/bg-index-rec-voice-txt.png) right top no-repeat, url(img/bg-index-rec-voice-line.png) center bottom no-repeat;
  background-size: 137px 56px, 800px 8px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 20px 0 10px 0;
  text-align: center;
}
.index-top .recommend .rec-cont .middle ul {
  margin-right: -20px;
}
.index-top .recommend .rec-cont .middle ul li {
  background: url(img/bg-index-rec-voice-list.png) center center no-repeat;
  background-size: 100% 100%;
  float: left;
  height: 376px;
  margin: 0 20px 0 0;
  padding: 40px 16px 10px 16px;
  width: 320px;
}
.index-top .recommend .rec-cont .middle ul li .catch {
  background: url(img/ico-index-rec-list01.png) top center no-repeat;
  background-size: 72px;
  color: #ee5c44;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-top: 90px;
}
.index-top .recommend .rec-cont .middle ul li:nth-child(2) .catch {
  background: url(img/ico-index-rec-list02.png) top center no-repeat;
  background-size: 72px;
}
.index-top .recommend .rec-cont .middle ul li:nth-child(3) .catch {
  background: url(img/ico-index-rec-list03.png) top center no-repeat;
  background-size: 72px;
}
.index-top .recommend .rec-cont .bottom {
  margin-bottom: 50px;
}
.index-top .recommend .rec-cont .bottom .event {
  border: 4px solid #ffd5b2;
  border-radius: 8px;
  float: left;
  margin-bottom: 24px;
  padding: 30px 36px 20px 36px;
  width: 520px;
}
.index-top .recommend .rec-cont .bottom .event h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
.index-top .recommend .rec-cont .bottom .event h4::before {
  border-top: 6px double #ee5c44;
  content: '';
  left: 0;
  position: absolute;
  top: 16px;
  width: 90px;
}
.index-top .recommend .rec-cont .bottom .event h4::after {
  border-top: 6px double #ee5c44;
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 90px;
}
.index-top .recommend .rec-cont .bottom .event ul li {
  background: url(img/ico-arrow-yw.png) left 4px no-repeat;
  background-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.index-top .recommend .rec-cont .bottom .overview {
  float: right;
  width: 430px;
}
.index-top .recommend .rec-cont .bottom .overview h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
}
.index-top .recommend .rec-cont .bottom .overview dl {
  display: table;
  margin-bottom: 12px;
}
.index-top .recommend .rec-cont .bottom .overview dl dt {
  background: #fce5b3;
  display: table-cell;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  padding: 14px;
  vertical-align: middle;
  text-align: center;
  width: 134px;
}
.index-top .recommend .rec-cont .bottom .overview dl dd {
  display: table-cell;
  padding: 5px 0 5px 16px;
  vertical-align: middle;
}
.index-top .recommend .rec-cont .btn-bottom a {
  display: block;
  margin: 0 auto;
  padding: 16px;
  width: 480px;
}



/* main
-----------------------------------------------------------------------------------------------*/
#contents #main,
#contents #lower-main {
	float: left;
	width: 720px;
}
#contents #lower-main {
  
}

#main .pickup {
  border: 2px solid #b4af9a;
  margin-bottom: 80px;
  padding: 28px;
}
#main .pickup .top {
  margin-bottom: 24px;
}
#main .pickup .top .left {
  float: left;
  width: 320px;
}
#main .pickup .top .left h2 {
  background: url(img/bg-pickup-ttl.png) 10px top no-repeat;
  background-size: 180px 76px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-top: 40px;
  text-align: center;
}
#main .pickup .top .left h2 span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#main .pickup .top .left .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#main .pickup .top .img {
  float: right;
  width: 320px;
}
#main .pickup ul li {
  background: #f0f0f0;
  float: left;
  padding: 16px;
  width: 320px;
}
#main .pickup ul li:nth-child(2) {
  float: right;
}
#main .pickup ul li h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#main .importance {
  margin-bottom: 80px;
}
#main .importance h2 {
  margin-bottom: 20px;
}
#main .importance h2 a {
  background: url(img/bg-importance-ttl.png) 54px center no-repeat #fee09f;
  background-size: 103px 39px;
  border: 4px solid #a8968c;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#main .importance h2 a::before {
  background: url(img/ico-h1-left.png) 0 0 no-repeat;
  background-size: 100px 102px;
  content: '';
  height: 102px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 100px;
}
#main .importance h2 a::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 102px 100px;
  bottom: -10px;
  content: '';
  height: 100px;
  position: absolute;
  right: -10px;
  width: 102px;
}
#main .importance h2 span {
  font-size: 20px;
  font-weight: normal;
}
#main .importance h2 a:hover {
  opacity: 0.5;
}
#main .importance .desc {
  margin-bottom: 20px;
}
#main .importance .block {
  border: 2px solid #e6e0dc;
  margin-bottom: 20px;
  padding: 28px;
}
#main .importance .block .top {
  margin-bottom: 20px;
}
#main .importance .block .top .img {
  float: left;
  width: 220px;
}
#main .importance .block .top .right {
  float: right;
  width: 420px;
}
#main .importance .block .top .right h3 {
  margin-bottom: 14px;
}
#main .importance .block .top .right h3 a {
  background: url(img/ico-arrow-yb.png) right center no-repeat;
  background-size: 16px 26px;
  border-bottom: 4px solid #f4a443;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}
#main .importance .block .top .right h3 a:hover {
  opacity: 0.5;
}
#main .importance .block .top .right .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#main .importance .block .txt {
  margin-bottom: 20px;
}
#main .importance .block .btn-internal a {
  display: block;
  margin: 0 auto;
  padding: 16px;
  width: 450px;
}

#main .live {
  border: 2px solid #b4af9a;
  margin-bottom: 80px;
  padding: 28px;
}
#main .live .top {
  margin-bottom: 30px;
}
#main .live .top .left {
  float: left;
  width: 320px;
}
#main .live .top .left h2 {
  background: url(img/bg-live-ttl.png) 10px top no-repeat;
  background-size: 289px 72px;
  margin-bottom: 20px;
  padding-top: 20px;
}
#main .live .top .left h2 a {
  background: url(img/ico-arrow-yb.png) right center no-repeat;
  background-size: 16px 26px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
#main .live .top .left h2 a span {
  font-size: 20px;
}
#main .live .top .left h2 a:hover {
  text-decoration: underline;
}
#main .live .top .left .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
#main .live .top .img {
  float: right;
  width: 320px;
}
#main .live ul li {
  background: #f0f0f0;
  float: left;
  margin-right: 15px;
  padding: 15px 20px;
  width: 210px;
}
#main .live ul li:last-child {
  margin: 0;
}
#main .live ul li h3 {
  margin-bottom: 5px;
}
#main .live ul li h3 a {
  background: url(img/ico-finger.png) left center no-repeat, url(img/ico-arrow-y.png) right center no-repeat;
  background-size: 32px, 6px 10px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 36px;
  text-decoration: none;
}
#main .live ul li h3 a:hover {
  opacity: 0.5;
}

#main .purchase {
  margin-bottom: 80px;
}
#main .purchase ul {
  margin-right: -20px;
}
#main .purchase ul li {
  background: #f0f0f0;
  float: left;
  margin: 0 20px 20px 0;
  padding: 28px;
  width: 350px;
}
#main .purchase ul li h3 {
  margin-bottom: 10px;
}
#main .purchase ul li h3 a {
  background: url(img/ico-arrow-y.png) right center no-repeat;
  background-size: 6px 10px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
#main .purchase ul li h3 a:hover {
  opacity: 0.5;
}
#main .purchase ul li .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .purchase ul li.head {
  background: #fee09f;
  border: 4px solid #a8968c;
  height: 265px;
  padding: 20px 28px 28px 28px;
  position: relative;
}
#main .purchase ul li.head::before {
  background: url(img/ico-h1-left.png) 0 0 no-repeat;
  background-size: 100px 102px;
  content: '';
  height: 102px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 100px;
}
#main .purchase ul li.head::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 102px 100px;
  bottom: -10px;
  content: '';
  height: 100px;
  position: absolute;
  right: -10px;
  width: 102px;
}
#main .purchase ul li.head h2 {
  background: url(img/bg-purchase-ttl.png) left center no-repeat;
  background-size: 37px 33px;
  margin-bottom: 30px;
  position: relative;
}
#main .purchase ul li.head h2::after {
  background: #f4a545;
  bottom: -15px;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}
#main .purchase ul li.head h2 a {
  background: url(img/ico-arrow-bb.png) right center no-repeat;
  background-size: 12px 20px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
#main .purchase ul li.head h2 a:hover {
  text-decoration: underline;
}

#main .basic {
  border: 2px solid #b4af9a;
  margin-bottom: 80px;
  padding: 28px 28px 17px 28px;
}
#main .basic .top {
  margin-bottom: 20px;
}
#main .basic .top .img {
  float: left;
  width: 320px;
}
#main .basic .top .right {
  float: right;
  width: 310px;
}
#main .basic .top .right h2 {
  background: url(img/bg-basic-ttl.png) center top no-repeat;
  background-size: 317px 68px;
  margin-bottom: 10px;
  padding-top: 20px;
}
#main .basic .top .right h2 a {
  background: url(img/ico-arrow-bb.png) right center no-repeat;
  background-size: 12px 20px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
#main .basic .top .right h2 a:hover {
  text-decoration: underline;
}
#main .basic .top .right h2 a span {
  font-size: 20px;
}
#main .basic .top .right .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .basic ul {
  margin-right: -11px;
}
#main .basic ul li {
  float: left;
  margin: 0 11px 11px 0;
  width: 324px;
}
#main .basic ul li a {
  background: url(img/ico-arrow-y.png) 94% center no-repeat #f0f0f0;
  background-size: 6px 10px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 16px;
  text-decoration: none;
}
#main .basic ul li a:hover {
  opacity: 0.5;
}

#main .builders h2 {
  background: url(img/bg-builders-ttl.png) 60px center no-repeat #fee09f;
  background-size: 87px 35px;
  border: 4px solid #a8968c;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
#main .builders h2::before {
  background: url(img/ico-h1-left.png) 0 0 no-repeat;
  background-size: 100px 102px;
  content: '';
  height: 102px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 100px;
}
#main .builders h2::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 102px 100px;
  bottom: -10px;
  content: '';
  height: 100px;
  position: absolute;
  right: -10px;
  width: 102px;
}
#main .builders h2 a {
  background: url(img/ico-arrow-bb.png) 90% center no-repeat;
  background-size: 12px 20px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 16px;
  text-decoration: none;
}
#main .builders h2 a:hover {
  text-decoration: underline;
}
#main .builders h2 a span {
  font-size: 20px;
}
#main .builders ul {
  margin-right: -12px;
}
#main .builders ul li {
  border: 1px solid #a18575;
  float: left;
  margin: 0 12px 12px 0;
  padding: 10px 19px;
  width: 232px;
}
#main .builders ul li h3 {

}
#main .builders ul li h3 a {
  background: url(img/ico-arrow-yw.png) right center no-repeat;
  background-size: 14px;
  border-bottom: 2px solid #f4ac56;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 0 5px 0;
  text-decoration: none;
}
#main .builders ul li h3 a:hover {
  opacity: 0.5;
}
#main .builders ul li .txt {
  border-bottom: 2px dashed #b5b5b5;
  height: 240px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#main .builders ul li .address {
  font-size: 12px;
  height: 42px;
}



/* sidebar
-----------------------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 240px;
}
#side .side-cont {
  margin-bottom: 30px;
}
#side .side-cont .cttl {
  border-bottom: 2px solid #b4af9a;
  border-top: 2px solid #b4af9a;
}
#side .side-cont .cttl a {
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 14px 10px 14px 18px;
  position: relative;
  text-decoration: none;
}
#side .side-cont .cttl a:hover {
  opacity: 0.5;
}
#side .side-cont .cttl a::before {
  background: #f4a443;
  content: '';
  height: 4px;
  left: 5px;
  position: absolute;
  top: 24px;
  width: 10px;
}
#side .side-cont ul {

}
#side .side-cont ul li {
  border-bottom: 1px dotted #bbb6a3;
}
#side .side-cont ul li.more {
  border: 0;
  text-align: right;
}
#side .side-cont ul li a {
  background: url(img/ico-arrow-y.png) 28px center no-repeat;
  background-size: 6px 10px;
  display: block;
  padding: 8px 0 8px 40px;
  text-decoration: none;
}
#side .side-cont ul li.more a {
  background: url(img/ico-arrow-y.png) 150px center no-repeat;
  background-size: 6px 10px;
  padding-right: 10px;
}
#side .side-cont ul li a:hover {
  text-decoration: underline;
}

#side .side-importance {
  background: #e6e6e6;
  border: 1px solid #ececec;
  padding: 7px;
}
#side .side-importance .cttl {
  border: 0;
  text-align: center;
}
#side .side-importance .cttl a {
  font-size: 18px;
  padding: 10px 0;
}
#side .side-importance .cttl a::before {
  background: url(img/ico-side-leaf.png) 0 0 no-repeat;
  height: 59px;
  left: -14px;
  margin: 0;
  top: -14px;
  width: 43px;
}
#side .side-importance ul li {
  border: 0;
  margin-top: 6px;
}
#side .side-importance ul li a {
  background: url(img/ico-side-importance01.png) 5px center no-repeat, url(img/ico-arrow-y.png) 96% center no-repeat #fff;
  background-size: 40px 40px, 6px 10px;
  padding: 15px 0 15px 52px;
}
#side .side-importance ul li:nth-child(2) a {
  background: url(img/ico-side-importance02.png) 5px center no-repeat, url(img/ico-arrow-y.png) 96% center no-repeat #fff;
  background-size: 40px 40px, 6px 10px;
}
#side .side-importance ul li:nth-child(3) a {
  background: url(img/ico-side-importance03.png) 5px center no-repeat, url(img/ico-arrow-y.png) 96% center no-repeat #fff;
  background-size: 40px 40px, 6px 10px;
}
#side .side-importance ul li:nth-child(4) a {
  background: url(img/ico-side-importance04.png) 5px center no-repeat, url(img/ico-arrow-y.png) 96% center no-repeat #fff;
  background-size: 40px 40px, 6px 10px;
}
#side .side-importance ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}

#side .bnr-select3 a {
  background: url(img/bg-side-top.png);
  background-size: 240px 200px;
  color: #fff;
  display: block;
  height: 200px;
  padding: 18px;
  text-decoration: none;
}
#side .bnr-select3 a .label {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-weight: bold;
}
#side .bnr-select3 a .ttl {
  color: #483015;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
  text-shadow : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}
#side .bnr-select3 a .ttl .fs {
  font-size: 16px;
}
#side .bnr-select3 a .btn {
  background: url(img/ico-arrow-w.png) 92% center no-repeat #ec5c44;
  background-size: 6px 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 15px;
  padding: 5px;
  text-align: center;
}
#side .bnr-select3 a:hover {
  opacity: 0.5;
}

#side .bnr-basic a {
  background: url(img/bg-side-knowledge.png);
  background-size: 240px 93px;
  display: block;
  font-size: 12px;
  height: 93px;
  line-height: 1.5;
  padding: 14px;
  text-decoration: none;
}
#side .bnr-basic a span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
}
#side .bnr-basic a:hover {
  opacity: 0.5;
}





/* 複数ページにまたがる共通レイアウト
-----------------------------------------------------------------------------------------------*/
#pankuzu {
  background: #e6e6e6;
  border-radius: 4px;
	font-size: 12px;
  margin: 20px auto 24px auto;
  padding: 5px 10px;
  width: 1000px;
}
#lower-main h1 {
  background: url(img/bg-h1.png) 45px center no-repeat #fee09f;
  background-size: 119px 36px;
  border: 4px solid #a8968c;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 26px 170px;
  position: relative;
  text-align: center;
}
#lower-main h1::before {
  background: url(img/ico-h1-left.png) 0 0 no-repeat;
  background-size: 100px 102px;
  content: '';
  height: 102px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 100px;
}
#lower-main h1::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 102px 100px;
  bottom: -10px;
  content: '';
  height: 100px;
  position: absolute;
  right: -10px;
  width: 102px;
}
#lower-main h2 {
  background: url(img/bg-h2.png) right bottom no-repeat #e6e6e6;
  background-size: 234px 44px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 25px 0;
  padding: 14px 14px 14px 24px;
  text-align: center;
}
#lower-main h3 {
  background: url(img/bg-h3.png) center bottom repeat-x;
  background-size: 100% 8px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
  font-weight: bold;
	line-height: 1.2;
	margin: 30px 0 20px 0;
  padding: 10px 10px 16px 10px;
  text-align: center;
}
#lower-main h4 {
  border-bottom: 1px solid #9d8e7d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
  font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 20px 0;
  padding: 0 10px 10px 10px;
  text-align: center;
}
#lower-main ul {
	line-height: 180%;
	margin: 13px 10px 13px 0;
}
#lower-main ul li {
  background: url(img/ico-ul.png) left 2px no-repeat;
  background-size: 12px 20px;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 2px 0 2px 20px;
	position: relative;
}
#lower-main ul li a {
	text-decoration: underline;
}
#lower-main ul li a:hover {
	color: #999;
	text-decoration: none;
}
#lower-main ol {
	counter-reset: li;
	list-style: none;
	margin: 0 10px 30px 0;
}
#lower-main ol li {
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 4px 0 4px 20px;
  position: relative;
}
#lower-main ol li::before {
  color: #cf770c;
	font-size: 14px;
	font-weight: bold;
	counter-increment: li;
	content: counter(li)'.';
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 0px;
  top: 2px;
  text-align: center;
  width: 12px;
  z-index: 100;
}
#lower-main ol li:nth-child(n+10)::before {
	content: counter(li)'.';
        margin-left: -10px;
}
#lower-main p {
	line-height: 1.5;
	margin: 0 0px 20px 0px;
}
#lower-main p:last-child {
	margin-bottom: 0;
}
#lower-main p::after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#lower-main p a :hover {
  text-decoration: none;
}

table{
  border-collapse: collapse;
  border-bottom: 0;
  font-size: 16px;
	margin: 0 0 40px 0;
	width: 100%;
}
table th{
  background: #f0ebe5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
	font-weight: bold;
	text-align: center;
}
table td{
	background: #fff;
	text-align: left;
}
table th, table td {
  border: 1px solid #b4af9a;
	padding: 15px 10px;
	vertical-align: middle;
}

.btn-tel {
  display: none;
}

.btn-internal {
  text-align: center;
}
.btn-internal a {
  background: url(img/ico-arrow-w.png) 96% center no-repeat , url(img/bg-btn-internal-off.png) center center no-repeat;
  background-size: 6px 10px, 100% 100%;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  max-width: 100%;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  width: 300px;
}
.btn-internal a:hover {
  background: url(img/ico-arrow-w.png) 96% center no-repeat , url(img/bg-btn-internal-on.png) center center no-repeat;
  background-size: 6px 10px, 100% 100%;
}
.btn-web {
  text-align: center;
}
.btn-web a {
  background: url(img/ico-arrow-w.png) 96% center no-repeat , url(img/bg-btn-web-off.png) center center no-repeat;
  background-size: 6px 10px, 100% 100%;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  max-width: 100%;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none!important;
  width: 300px;
}
.btn-web a:hover {
  background: url(img/ico-arrow-w.png) 96% center no-repeat , url(img/bg-btn-web-on.png) center center no-repeat;
  background-size: 6px 10px, 100% 100%;
}
.btn-web.btn_select3 a {
  background: url(/wp/wp-content/uploads/inpage_arrow.png) 96% center no-repeat , url(/wp/wp-content/uploads/inpage_btn_off.png) center center no-repeat;
  background-size: 12px, 100% 100%;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  max-width: 100%;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none!important;
  width: 300px;
}
.btn-web.btn_select3 a:hover {
  background: url(/wp/wp-content/uploads/inpage_arrow.png) 96% center no-repeat , url(/wp/wp-content/uploads/inpage_btn_on.png) center center no-repeat;
  background-size: 12px, 100% 100%;
}
.btn-link {
  text-align: right;
}
.btn-link a {
  font-weight: bold;
  text-decoration: none;
}
.btn-link a::before {
  content: url(img/ico-arrow-yw.png);
  padding-right: 6px;
  vertical-align: text-top;
}
.btn-link a:hover {
  text-decoration: underline;
}

.img-block {
  margin-bottom: 20px;
}
.img-block .img-wrap {
  background: #f6f4ed;
  border: 2px solid #fff;
  box-shadow: 0 0 6px #c0c0c0;
  float: left;
  margin: 0 15px 10px 0;
  width: 240px;
}
.img-block.img-right .img-wrap {
  float: right;
  margin: 0 0 10px 15px;
}
.img-block .img-wrap .img {
  
}
.img-block .img-wrap .img img {
  max-width: 100%;
}
.img-block .img-wrap .innyou {
  color: #90877d;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  word-break: break-all;
}

/* list */
#lower-main .list3 {
  margin: 0 -12px 30px 0;
}
#lower-main .list3 li {
  background: #fee09f;
  float: left;
  margin: 0 12px 12px 0;
  padding: 10px;
  width: 232px;
}
#lower-main .list3 li .ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px 0;
  text-align: center;
}
#lower-main .list3 li .txt {
  background: #fff;
  padding: 10px;
}

#lower-main .list2 {
  margin: 0 -20px 30px 0;
}
#lower-main .list2 li {
  background: none;
  border: 2px solid #e6e0dc;
  float: left;
  margin: 0 20px 20px 0;
  padding: 28px;
  width: 350px;
}
#lower-main .list2 li .ttl {
  border-bottom: 4px solid #f4a443;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
#lower-main .list2 li .catch {
  color: #ee5c44;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
#lower-main .list2 li .txt {
  margin-bottom: 0;
  line-height: 1.8;
}


.bnr-lower-main {
  margin: 40px 0;
}
.bnr-lower-main a {
  background: url(img/bg-bnr-lower-main.png) 0 0 no-repeat;
  background-size: 540px 100px;
  display: block;
  height: 100px;
  margin: 0 auto;
  padding: 18px 20px 0 20px;
  position: relative;
  text-decoration: none;
  width: 540px;
}
.bnr-lower-main a .label {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px!important;
}
.bnr-lower-main a .ttl {
  color: #483015;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.bnr-lower-main a .ttl .fs {
  font-size: 18px;
}
.bnr-lower-main a .btn {
  background: url(img/ico-arrow-w.png) 96% center no-repeat #ec5c44;
  background-size: 6px 10px;
  border-radius: 6px;
  bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px!important;
  padding-right: 4px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 110px;
}
.bnr-lower-main a:hover {
  opacity: 0.5;
}
.inyou{
  text-align: center !important;
  word-break: break-all !important;
  line-height: 1.2 !important;
  font-size: 12px !important;
}
.builders_img{
width: 95%;}
.tc{text-align: center !important;}
.fb{font-weight: bold !important;}







