@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;
}


/*----------------------------------------------------
	共通
----------------------------------------------------*/

body {
	font-size: 13px;
	line-height: 1.8;
}


/* 汎用
----------------------------------------------------*/
.bld {
  font-weight: bold;
}

.mb20 {
	margin-bottom: 20px;
}

.pc-only {display: none!important;}
.sp-only {display: block!important;}

.inner {
  margin: 0 auto;
  width: 100%;
}


/*----------------------------------------------------
	各ページスタイル
----------------------------------------------------*/

/* header
-----------------------------------------------------------------------------------------------*/
header .header-top {
  background: #483015;
  font-size: 12px;
  line-height: 24px;
}
header .header-top .page-ttl {
    color: #fff;
    float: none;
    padding: 3px 10px;
    text-align: center;
    line-height: 1.2;
}
header .header-top .page-ttl a {
  color: #fff;
  font-size: 8px;
}
header .header-top .sitemap {
  display: none;
}
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: none;
  padding: 10px 0 15px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
header .header-middle .inner {
  margin: 0 10px;
  position: static;
  width: auto;
}
header .header-middle .inner .menu {
  position: absolute;
  right: 10px;
  top: 20px;
}
header .header-middle nav {
  background: url(img/bg-footer.png);
  background-size: 40px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
}
header .header-middle nav.pc-nav {
  display: none;
}
header .header-middle nav.sp-nav {
  display: none;
}
header.header-lower .header-middle nav {
  top: 90px;
}
header .header-middle nav ul {
  padding: 20px 10px;
}
header .header-middle nav ul li {
  float: none;
  margin-bottom: 10px;
  width: 100%;
}
header .header-middle nav ul li a {
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: left;
  text-decoration: none;
}
header .header-middle nav ul li a:hover {
  opacity: 1;
}
header .header-middle nav ul li:nth-child(1) a,
header .header-middle nav ul li:nth-child(2) a,
header .header-middle nav ul li:nth-child(3) a,
header .header-middle nav ul li:nth-child(4) a,
header .header-middle nav ul li:nth-child(5) a,
header .header-middle nav ul li:nth-child(6) a {
  background: url(img/ico-arrow-bb.png) 94% center no-repeat #f3c363;
  background-size: 6px 10px;
  line-height: 1.5;
}
header .header-middle nav ul li:nth-child(4) {
  margin-left: 0;
}
header .header-middle nav ul li a span {
  
}
header .header-middle nav .close {
  background: url(img/ico-close.png) 92% center no-repeat #b7ab94;
  background-size: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}


.mv {
  background: none;
  margin-top: 0;
  padding: 0;
}
.mv img {
  width: 100%;
}
.mv .inner {
  padding: 10px;
  position: relative;
}
.mv h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.mv .catch {
  color: #ee5c44;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.mv .btn-selection {
  
}
.mv .btn-selection a {
    background: url(img/ico-arrow-w-b.png) 4% center no-repeat, url(img/ico-arrow-w-b.png) 96% center no-repeat, url(img/bg-btn-mv.png);
    background-size: 10px 6px, 10px 6px, 100% 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
}
.mv .price-wrap {
  background: none;
  height: auto;
  padding: 10px;
  position: relative;
  right: 0;
  text-align: left;
  transform: rotate(0);
  top: 0;
  width: auto;
}
.mv .price-wrap .ttl-wrap {
  background: url(img/ico-mv-price.png) left center no-repeat;
  background-size: 56px;
  line-height: 56px;
  padding-left: 14px;
}
.mv .price-wrap .midashi {
  display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.mv .price-wrap .price {
  display: inline-block;
	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 span {
  color: #ec2524;
  font-size: 20px;
  padding: 0 2px;
}


/* footer
-----------------------------------------------------------------------------------------------*/
footer {
  background: none;
  margin-top: 50px;
}
footer.footer-lower {
  background: none;
}
footer .footer-top .inner {
  padding: 0;
}
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-lower .footer-middle {
  display: none;
}
footer .footer-middle .ttl {
  background: url(img/bg-footer.png);
  background-size: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
}
footer .footer-middle .sttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
footer .footer-middle .sttl a {
  background: url(img/ico-arrow-bb.png) 96% center no-repeat #e6e6e6;
  background-size: 6px 10px;
  display: block;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
}
footer .footer-middle .sttl a:hover {
  opacity: 1;
}
footer .footer-middle .sttl a span {
  border-bottom: 0;
}
footer .footer-middle ul {
  margin-bottom: 0;
}
footer .footer-middle ul li {
  border-bottom: 1px solid #a18575;
  border-right: 0;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
}
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:last-child li:last-child {
  border-bottom: 1px solid #a18575;
}
footer .footer-middle ul li a {
  background: url(img/ico-arrow-rw.png) 94% center no-repeat;
  background-size: 12px;
  display: block;
  padding: 12px 30px 12px 10px;
  text-decoration: none;
}
footer .footer-middle ul li a:hover {
  text-decoration: none;
}

footer .footer-sp {
  
}
footer .footer-sp .pagetop {
  margin-bottom: 20px;
}
footer .footer-sp .pagetop a {
  background: #559349;
  border-radius: 50px;
  color: #fff;
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  font-weight: bold;
  float: right;
  height: 50px;
  line-height: 1;
  margin-right: 10px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  width: 50px;
}
footer .footer-sp .pagetop a span {
  font-size: 12px;
}
footer .footer-sp .inner {
  background: url(img/bg-footer-sp-illust.png) center 20px no-repeat, url(img/bg-footer-sp.png);
  background-size: 283px 66px, 100% 100%;
  padding: 30px 10px 10px 10px;
}
footer .footer-sp .inner .desc {
  text-align: center;
}
footer .footer-sp .inner .logo {
  margin-bottom: 10px;
  text-align: center;
}
footer .footer-sp .inner .disclaimer {
  color: #90877d;
  font-size: 10px;
}

footer .footer-lower-relation {
  
}
footer .footer-lower-relation .footer-select3 {
  background: url(img/bg-index-select3-sp-illust.png) center top no-repeat, url(img/bg-index-select3-sp.png) top center no-repeat;
  background-size: 285px 26px, 100% 100%;
  margin-top: 0;
  padding: 40px 0px 0 0;
}
footer .footer-lower-relation .page-child .ttl {
  background: #8dc68c;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  padding: 14px;
  text-align: center;
}
footer .footer-lower-relation .page-child ul li {
  border-bottom: 1px solid #a18575;
  border-right: 0;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
}
footer .footer-lower-relation .page-child ul li a {
  background: url(img/ico-arrow-rw.png) 94% center no-repeat;
  background-size: 12px;
  display: block;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
}
footer .footer-lower-relation .importance {
  background: #e6e6e6;
  padding: 10px 25px;
}
footer .footer-lower-relation .importance .ttl {
  background: url(img/ico-side-leaf.png) left top no-repeat;
  background-size: 43px 59px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
footer .footer-lower-relation .importance .desc {
  text-align: center;
}
footer .footer-lower-relation .importance ul li {
  margin-bottom: 10px;
}
footer .footer-lower-relation .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: 36px, 6px 10px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0 10px 50px;
}
footer .footer-lower-relation .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: 36px, 6px 10px;
}
footer .footer-lower-relation .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: 36px, 6px 10px;
}
footer .footer-lower-relation .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: 36px, 6px 10px;
}
footer .footer-lower-relation .menu-main .ttl {
  background: #f3c363;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  padding: 14px;
  text-align: center;
}
footer .footer-lower-relation .menu-main ul {
  padding: 10px;
}
  footer .footer-lower-relation .menu-main li {
  margin-bottom: 10px;
}
footer .footer-lower-relation .menu-main li a {
  border: 2px solid #f4a443;
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}
footer .footer-lower-relation .menu-main li a span {
  background: url(img/ico-arrow-rw.png) left 4px no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

footer .footer-bottom {
  background: #483015;
  line-height: 1.5;
  padding: 6px;
}
footer .footer-bottom .copy {
  color: #fff;
  font-size: 10px;
  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;
}
footer .footer-top.footer-lower .inner .logo-wrap .logo {
  float: none;
  margin: 0;
  width: 100%;
}
footer .footer-top.footer-lower .inner .logo-wrap .disclaimer {
  float: none;
  padding-top: 0;
  width: 100%;
}



/* レイアウト container main sidebar
-----------------------------------------------------------------------------------------------*/
#contents {
	margin: 0px auto 40px auto;
	padding: 0;
	width: 100%;
}

#select3-wrap {
  padding: 10px;
}
#select3-wrap .ttl-wrap {
  text-align: center;
}
#select3-wrap .ttl-wrap .balloon {
  background: url(img/bg-footer-ttl-balloon-sp.png) center center no-repeat;
  background-size: 262px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
}
#select3-wrap .ttl-wrap .ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
#select3-wrap .ttl-wrap .ttl .fb {
    font-size: 25px;
}
#select3-wrap .ttl-wrap .ttl .fs {
  font-size: 14px;
}
#select3-wrap .ttl-wrap .catch {
  color: #ee5c44;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 110px;
  padding: 0 20px;
}
#select3-wrap .select3 {
  margin-bottom: 45px;
}
#select3-wrap .select3 li {
  background: #fff;
  box-shadow: 0 0 6px #c0c0c0;
  float: none;
  margin: 0 0 100px 0;
  padding: 20px;
  width: 100%;
}
#select3-wrap .select3 li:nth-child(3) .balloon {
    padding: 0 0 0 44px;
}
#select3-wrap .select3 li:last-child {
  margin: 0;
}
#select3-wrap .select3 li .balloon {
  color: #fff;
  display: table;
  font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 146px;
  line-height: 1.3;
  margin: -100px 0 0 -10px;
  padding: 0 0 0 20px;
  width: 280px;
}
#select3-wrap .select3 li:first-child .balloon {
  background: url(img/balloon_blue_sp.png) left center no-repeat;
  background-size: 90%;
}
#select3-wrap .select3 li:nth-child(2) .balloon {
  padding: 0 0 0 53px;
  background: url(img/balloon_green_sp.png) left center no-repeat;
  background-size: 90%;  
}
#select3-wrap .sel4ct3 li:nth-child(3) .balloon {
  padding: 0 0 0 30px;
  background: url(img/bg-footer-lower-balloon-sp.png) left center no-repeat;
  background-size: 90%;  
}
#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 .btn-web a {
  background: url(img/ico-arrow-w-b.png) 94% center no-repeat, url(img/bg-btn-mv.png);
  background-size: 10px 6px, 100% 100%;
  margin: 10px auto;
  width: 100%;
}

.footer-lower #select3-wrap .select3 .btn-web a {
  background: url(img/ico-arrow-w.png) 94% center no-repeat, url(img/bg-btn-web.png);
  background-size: 6px 10px, 100% 100%;
  margin: 10px auto;
  width: 100%;
}


/* index-top */
.index-top {
  margin-bottom: 0px;
}

.index-top #select3 {
  background: url(img/bg-index-select3-sp-illust.png) center top no-repeat, url(img/bg-index-select3-sp.png) top center no-repeat;
  background-size: 285px 26px, 100% 100%;
  margin-top: 0;
  padding: 40px 0px;
}

.index-top .recommend .rec-cont {
  background: url(img/bg-index-rec01-sp.png) top center no-repeat;
  background-size: 100% 100%;
  margin-top: -60px;
  padding: 40px 10px 60px 10px;
}
.index-top .recommend .rec-cont#rec02 {
  background: url(img/bg-index-rec02-sp.png) top center no-repeat;
  background-size: 100% 100%;
  margin-top: -40px;
  padding: 40px 10px 70px 10px;
}
.index-top .recommend .rec-cont#rec03 {
  background: url(img/bg-index-rec03-sp.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 40px 10px;
}
.index-top .recommend .rec-cont .top {
  margin-bottom: 20px;
}
.index-top .recommend .rec-cont .top .left {
  float: none;
  width: 100%;
}
.index-top .recommend .rec-cont .top .left .balloon {
  background: url(img/bg-footer-lower-balloon-sp.png) center center no-repeat;
  background-size: 280px 146px;
  color: #fff;
  display: table;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  height: 146px;
  line-height: 1.3;
  margin: 0 auto 10px auto;
  padding-left: 30px;
  width: 280px;
}
.index-top .recommend .rec-cont#rec02 .top .left .balloon {
  padding-left: 64px;
}
.index-top .recommend .rec-cont#rec03 .top .left .balloon {
  padding-left: 40px;
}
.index-top .recommend .rec-cont .top .left .balloon span {
  display: table-cell;
  vertical-align: middle;
}
.index-top .recommend .rec-cont .top .left h3 {
  margin: 0 -10px 20px -10px;
}
.index-top .recommend .rec-cont .top .left h3 a {
  background: url(img/ico-arrow-wb.png) 94% center no-repeat #f4a443;
  background-size: 8px 13px;
  border-bottom: 0;
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.index-top .recommend .rec-cont .top .left h3 a:hover {
  opacity: 1;
}
.index-top .recommend .rec-cont .top .left .mark-list {
  margin: 0 0 10px 0;
}
.index-top .recommend .rec-cont .top .left .mark-list li {
  background: #ebebeb;
  color: #808080;
  display: inline-block;
  font-size: 10px;
  margin: 0 0.5% 1% 0.5%;
  padding: 0 8px;
  text-align: center;
  width: 48%;
}
.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: 10px;
  margin-top: 10px;
  text-align: center;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  margin: 0 15px 10px 15px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 24px;
  height: 18px;
  text-indent: inherit;
  z-index: 9999;
}
.bx-wrapper .bx-prev {
  background: url(img/ico-slider-left.png) no-repeat 0 0;
  background-size: 24px 18px;
  left: -10px;
}
.bx-wrapper .bx-next {
  background: url(img/ico-slider-right.png) no-repeat 0 0;
  background-size: 24px 18px;
  right: -10px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}

.index-top .recommend .rec-cont .top .left .bx-pager {
  margin-bottom: 20px;
  text-align: center;
}
.index-top .recommend .rec-cont .top .left .bx-pager a {
  border: 2px solid #ccc;
  display: inline-block;
  margin-bottom: 5px;
  width: 30%;
}
.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: none;
  float: none;
  padding-top: 20px;
  width: 100%;
}
.index-top .recommend .rec-cont .top .right .point {
  background: #fff;
  border: 2px solid #ffd5b2;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 12px 12px 12px 12px;
}
.index-top .recommend .rec-cont .top .right .point h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  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: 12px;
  width: 75px;
}
.index-top .recommend .rec-cont .top .right .point h4::after {
  border-top: 6px double #ee5c44;
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 75px;
}
.index-top .recommend .rec-cont .top .right .point ul {
  
}
.index-top .recommend .rec-cont .top .right .point ul li {
  background: url(img/ico-check-pink.png) left 4px no-repeat;
  background-size: 15px 13px;
  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: 16px;
  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: 15px auto;
  padding: 16px 15px;
  width: 80%;
}
.index-top .recommend .rec-cont .top .right .btn-tel a {
  display: block;
  margin: 15px auto;
  padding: 16px 10px;
  width: 80%;
}
.index-top .recommend .rec-cont .middle {
  margin-bottom: 30px;
}
.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: 68px 28px, 100% 4px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 20px 0 10px 0;
  text-align: center;
}
.index-top .recommend .rec-cont .middle ul {
  margin-right: 0;
}
.index-top .recommend .rec-cont .middle ul li {
  background: url(img/bg-index-rec-voice-list-sp.png);
  background-size: 20px;
  float: none;
  height: auto;
  margin: 0 0 12px 0;
  padding: 12px;
  width: 100%;
}
.index-top .recommend .rec-cont .middle ul li .catch {
  background: url(img/ico-index-rec-list01.png) left center no-repeat;
  background-size: 36px;
  color: #ee5c44;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 36px;
  padding: 0 0 0 48px;
}
.index-top .recommend .rec-cont .middle ul li:nth-child(2) .catch {
  background: url(img/ico-index-rec-list02.png) left center no-repeat;
  background-size: 36px;
}
.index-top .recommend .rec-cont .middle ul li:nth-child(3) .catch {
  background: url(img/ico-index-rec-list03.png) left center no-repeat;
  background-size: 36px;
}
.index-top .recommend .rec-cont .bottom {
  margin-bottom: 30px;
}
.index-top .recommend .rec-cont .bottom .event {
  background: #fff;
  border: 2px solid #ffd5b2;
  border-radius: 8px;
  float: none;
  margin-bottom: 24px;
  padding: 12px;
  width: 100%;
}
.index-top .recommend .rec-cont .bottom .event h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  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: 12px;
  width: 40px;
}
.index-top .recommend .rec-cont .bottom .event h4::after {
  border-top: 6px double #ee5c44;
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
}
.index-top .recommend .rec-cont .bottom .event ul li {
  background: url(img/ico-check-brown.png) left 4px no-repeat;
  background-size: 15px 13px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.index-top .recommend .rec-cont .bottom .overview {
  float: none;
  width: 100%;
}
.index-top .recommend .rec-cont .bottom .overview h4 {
  border-bottom: 3px solid #d6d4d0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.index-top .recommend .rec-cont .bottom .overview h4::before {
  border-bottom: 3px solid #ee5c44;
  bottom: -3px;
  content: '';
  left: 0;
  position: absolute;
  width: 20%;
}
.index-top .recommend .rec-cont .bottom .overview dl {
  display: static;
  margin: 0 10px;
}
.index-top .recommend .rec-cont .bottom .overview dl dt {
  background: #fce5b3;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 100px;
}
.index-top .recommend .rec-cont .bottom .overview dl dd {
  display: block;
  padding: 8px 0 12px 0px;
  vertical-align: middle;
}
.index-top .recommend .rec-cont .btn-bottom a {
  display: block;
  margin: 15px auto;
  padding: 16px;
  width: 80%;
}
.index-top .recommend .rec-cont .btn-tel a {
  display: block;
  margin: 15px auto;
  padding: 16px;
  width: 80%;
}


/* main
-----------------------------------------------------------------------------------------------*/
#contents #main,
#contents #lower-main {
	float: none;
  padding: 0 10px;
	width: 100%;
}
#contents #lower-main {
  
}

#main .pickup {
  border: 0;
  margin-bottom: 40px;
  padding: 0;
}
#main .pickup .top {
  margin-bottom: 20px;
}
#main .pickup .top .left {
  float: none;
  width: 100%;
}
#main .pickup .top .left h2 {
  background: url(img/bg-pickup-ttl-sp.png) center 20px no-repeat;
  background-size: 261px 63px;
  border-bottom: 2px solid #b4af9a;
  border-top: 2px solid #b4af9a;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 -10px 15px -10px;
  padding: 20px 0;
  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: 15px;
  font-weight: normal;
}
#main .pickup .top .left .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .pickup .top .left .img {
  padding: 0 10px 10px 10px;
}
#main .pickup .top .left .img img {
  width: 100%;
}
#main .pickup .top .img {
  float: none;
  width: 100%;
}
#main .pickup .top .img img {
  max-width: 100%;
}
#main .pickup ul li {
  background: #f0f0f0;
  float: none;
  margin-bottom: 10px;
  padding: 12px;
  width: 100%;
}
#main .pickup ul li:nth-child(2) {
  float: none;
}
#main .pickup ul li h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#main .importance {
  margin-bottom: 40px;
}
#main .importance h2 {
  margin: 0 -10px 20px -10px;
}
#main .importance h2 a {
  background: url(img/bg-importance-ttl.png) 10px center no-repeat #fee09f;
  background-size: 51px 19px;
  border: 0;
  border-bottom: 2px solid #a8968c;
  border-top: 2px solid #a8968c;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  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: 50px 51px;
  content: '';
  height: 51px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 50px;
}
#main .importance h2 a::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 51px 50px;
  bottom: -10px;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  width: 51px;
}
#main .importance h2 span {
  font-size: 15px;
  font-weight: normal;
}
#main .importance h2 a:hover {
  opacity: 1;
}
#main .importance .desc {
  margin: 0 10px 15px 10px;
}
#main .importance .block {
  border: 2px solid #e6e0dc;
  margin-bottom: 20px;
  padding: 14px;
}
#main .importance .block .top {
  margin-bottom: 10px;
}
#main .importance .block .top .img {
  float: none;
  width: 100%;
}
#main .importance .block .top .right {
  float: none;
  width: 100%;
}
#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: 8px 13px;
  border-bottom: 2px solid #f4a443;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}
#main .importance .block .top .right h3 a:hover {
  opacity: 1;
}
#main .importance .block .top .right .img {
  margin-bottom: 10px;
}
#main .importance .block .top .right .img img {
  width: 100%;
}
#main .importance .block .top .right .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#main .importance .block .txt {
  margin-bottom: 20px;
}
#main .importance .block .btn-internal a {
  display: block;
  line-height: 1.4;
  margin: 0 auto;
  padding: 16px 24px;
  width: 90%;
}

#main .live {
  border: 0;
  margin-bottom: 40px;
  padding: 0;
}
#main .live .top {
  margin-bottom: 15px;
}
#main .live .top .left {
  float: none;
  width: 100%;
}
#main .live .top .left h2 {
  background: url(img/bg-live-ttl-sp.png) center 20px no-repeat;
  background-size: 240px 32px;
  margin: 0 -10px 20px -10px;
  padding-top: 0;
}
#main .live .top .left h2 a {
  background: url(img/ico-arrow-yb.png) 96% center no-repeat;
  background-size: 8px 13px;
  border-bottom: 2px solid #b4af9a;
  border-top: 2px solid #b4af9a;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
#main .live .top .left h2 a span {
  font-size: 15px;
}
#main .live .top .left h2 a:hover {
  text-decoration: none;
}
#main .live .top .left .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .live .top .left .img {
  padding: 0 10px 10px 10px;
}
#main .live .top .left .img img {
  width: 100%;
}
#main .live .top .img {
  float: none;
  width: 100%;
}
#main .live .top .img img {
  max-width: 100%;
}
#main .live ul li {
  background: #f0f0f0;
  float: none;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  width: 100%;
}
#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: 20px, 6px 10px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 26px;
  text-decoration: none;
}
#main .live ul li h3 a:hover {
  opacity: 0.5;
}

#main .purchase {
  margin-bottom: 40px;
}
#main .purchase ul {
  margin-right: 0;
}
#main .purchase ul li {
  background: #f0f0f0;
  float: none;
  margin: 0 0 10px 0;
  padding: 14px;
  width: 100%;
}
#main .purchase ul li h3 {
  margin-bottom: 5px;
}
#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: 19px;
  font-weight: bold;
  text-decoration: none;
}
#main .purchase ul li h3 a:hover {
  opacity: 1;
}
#main .purchase ul li .catch {
  color: #ee5c44;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#main .purchase ul li.head {
  background: none;
  border: 0;
  height: auto;
  padding: 0;
  position: relative;
}
#main .purchase ul li.head::before {
  content: none;
}
#main .purchase ul li.head::after {
  content: none;
}
#main .purchase ul li.head h2 {
  background: url(img/bg-purchase-ttl.png) left center no-repeat;
  background-size: 37px 33px;
  border-bottom: 2px solid #a8968c;
  border-top: 2px solid #a8968c;
  margin: 0 -10px 15px -10px;
  position: relative;
}
#main .purchase ul li.head h2::after {
  content: none;
}
#main .purchase ul li.head h2 a {
  background: url(img/ico-arrow-bb.png) 94% center no-repeat #fee09f;
  background-size: 6px 10px;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#main .purchase ul li.head h2 a::before {
  background: url(img/ico-h1-left.png) 0 0 no-repeat;
  background-size: 50px 51px;
  content: '';
  height: 51px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 50px;
}
#main .purchase ul li.head h2 a::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 51px 50px;
  bottom: -10px;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  width: 51px;
}
#main .purchase ul li.head h2 a:hover {
  text-decoration: none;
}
#main .purchase ul li.head .desc {
  margin: 0 10px;
}

#main .basic {
  border: 0;
  margin-bottom: 40px;
  padding: 0;
}
#main .basic .top {
  margin-bottom: 20px;
}
#main .basic .top .img {
  float: none;
  width: 100%;
}
#main .basic .top .img img {
  max-width: 100%;
}
#main .basic .top .right {
  float: none;
  width: 100%;
}
#main .basic .top .right h2 {
  background: url(img/bg-basic-ttl-sp.png) center 20px no-repeat;
  background-size: 260px 34px;
  margin: 0 -10px 10px -10px;
  padding-top: 0;
}
#main .basic .top .right h2 a {
  background: url(img/ico-arrow-bb.png) 94% center no-repeat;
  background-size: 6px 10px;
  border-bottom: 2px solid #b4af9a;
  border-top: 2px solid #b4af9a;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}
#main .basic .top .right h2 a:hover {
  text-decoration: none;
}
#main .basic .top .right h2 a span {
  font-size: 15px;
}
#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 .top .right .img {
  padding: 0 10px 10px 10px;
}
#main .basic .top .right .img img {
  width: 100%;
}
#main .basic ul {
  margin-right: 0;
}
#main .basic ul li {
  float: none;
  margin: 0 0 11px 0;
  width: 100%;
}
#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: 15px;
  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) 20px 30px no-repeat #fee09f;
  background-size: 43px 17px;
  border: 0;
  margin: 0 -10px 20px -10px;
  position: relative;
  text-align: center;
}
#main .builders h2::before {
  background: url(img/ico-h1-left.png) 0 0 no-repeat;
  background-size: 50px 51px;
  content: '';
  height: 51px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 50px;
}
#main .builders h2::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 51px 50px;
  bottom: -10px;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  width: 51px;
}
#main .builders h2 a {
  background: url(img/ico-arrow-bb.png) 90% center no-repeat;
  background-size: 6px 10px;
  border-bottom: 2px solid #a8968c;
  border-top: 2px solid #a8968c;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 0;
  text-decoration: none;
}
#main .builders h2 a:hover {
  text-decoration: none;
}
#main .builders h2 a span {
  font-size: 15px;
}
#main .builders ul {
  margin-right: 0;
}
#main .builders ul li {
  border: 1px solid #a18575;
  float: none;
  margin: 0 0 12px 0;
  padding: 14px 14px;
  width: 100%;
}
#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: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0;
  text-decoration: none;
}
#main .builders ul li h3 a:hover {
  opacity: 1;
}
#main .builders ul li .txt {
  border-bottom: 1px dashed #b5b5b5;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#main .builders ul li .address {
  font-size: 13px;
  height: auto;
}



/* sidebar
-----------------------------------------------------------------------------------------------*/
#side {
  display: none;
	float: none;
	width: 100%;
}



/* 複数ページにまたがる共通レイアウト
-----------------------------------------------------------------------------------------------*/
#pankuzu {
  background: none;
	font-size: 12px;
  line-height: 1.5;
  margin: 0 10px 10px 10px;
    overflow: auto;
  padding: 10px 0;
  white-space: nowrap;
  width: auto;
  border-radius: 0;  
}
#pankuzu::-webkit-scrollbar{
  height: 3px;
}
#pankuzu::-webkit-scrollbar-track{
}
#pankuzu::-webkit-scrollbar-thumb {
  background: #c1c1c0;
}
#lower-main h1 {
  background: url(img/bg-h1.png) 10px 10px no-repeat #fee09f;
  background-size: 60px 18px;
  border: 0;
  border-bottom: 2px solid #a8968c;
  border-top: 2px solid #a8968c;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 -10px 20px -10px;
  padding: 20px 60px;
  position: relative;
  text-align: center;
}
#lower-main h1::before {
  background: url(img/ico-h1-left.png) 0 0 no-repeat;
  background-size: 50px 51px;
  content: '';
  height: 51px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 50px;
}
#lower-main h1::after {
  background: url(img/ico-h1-right.png) 0 0 no-repeat;
  background-size: 51px 50px;
  bottom: -10px;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  width: 51px;
}
#lower-main h2 {
  background: url(img/bg-h2.png) right bottom no-repeat #e6e6e6;
  background-size: 117px 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 25px 0;
  padding: 14px 10px 14px 10px;
  text-align: center;
}
#lower-main h3 {
  background: url(img/bg-h3.png) center bottom repeat-x;
  background-size: 100% 4px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
  font-weight: bold;
	line-height: 1.2;
	margin: 30px 0 20px 0;
  padding: 10px 10px 10px 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: 15px;
  font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 20px 0;
  padding: 0 10px 6px 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: 8px 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    padding: 2px 0 2px 16px;
    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 24px;
  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: 24px;
  z-index: 100;
}
#lower-main ol li:nth-child(n+10)::before {
	content: counter(li)'.';
        margin-left: -4px;
}
#lower-main p {
    line-height: 1.7;
    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;
  border-top: 1px solid #b4af9a;
  font-size: 13px;
	margin: 0 0 40px 0;
	width: 100%;
}
table th{
  background: #f0ebe5;
  display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
	font-weight: bold;
	text-align: left;
}
table td{
	background: #fff;
  display: block;
	text-align: left;
}
table th, table td {
  border: 1px solid #b4af9a;
	padding: 10px 10px;
	vertical-align: middle;
}
table th {
  border-top: 0;
}
table td {
  border-top: 0;
}

.btn-tel {
  display: block;
}
.btn-tel a {
  background: url(img/ico-arrow-w.png) 96% center no-repeat, url(img/ico-tel.png) 15px center no-repeat, url(img/bg-btn-tel.png);
  background-size: 6px 10px, 15px 20px, 100% 100%;
  color: #fff!important;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  text-decoration: none!important;
  width: 80%;
}

.btn-internal a {
  background: url(img/ico-arrow-w.png) 96% center no-repeat #ec5c44;
  background-size: 6px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 4px #c0c0c0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 100%;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
.btn-internal a:hover {
  background: url(img/ico-arrow-w.png) 96% center no-repeat #ec5c44;
  background-size: 6px 10px;
}
.btn-web a {
  background: url(img/ico-arrow-w.png) 96% center no-repeat, url(img/bg-btn-web.png);
  background-size: 6px 10px, 100% 100%;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 100%;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none!important;
  width: 80%;
}
.btn-web a:hover {
  background: url(img/ico-arrow-w.png) 96% center no-repeat, url(img/bg-btn-web.png);
  background-size: 6px 10px, 100% 100%;
}
.btn-link a {
    background: url(img/ico-arrow-y.png) 96% center no-repeat;
    background-size: 6px 10px;
    border: 2px solid #f4a443;
    border-radius: 6px;
    color: #f4a443;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 80%;
}
.btn-link a::before {
  content: none;
  padding-right: 6px;
  vertical-align: text-top;
}
.btn-link a:hover {
  text-decoration: none;
}

.img-block {
  margin-bottom: 20px;
}
.img-block .img-wrap {
  background: none;
  border: 0;
  box-shadow: 0 0 0 #c0c0c0;
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
}
.img-block.img-right .img-wrap {
  float: none;
  margin: 0 0 10px 0;
}
.img-block .img-wrap .img {
  border: 2px solid #fff;
  box-shadow: 0 0 6px #c0c0c0;
}
.img-block .img-wrap .img img {
  max-width: 100%;
  width: 100%;
}
.img-block .img-wrap .innyou {
  color: #90877d;
  font-size: 12px;
  padding: 10px 0 5px 0;
  text-align: center;
  word-break: break-all;
}

/* list */
#lower-main .list3 {
  margin: 0 0 30px 0;
}
#lower-main .list3 li {
  background: #fee09f;
  float: none;
  margin: 0 0 12px 0;
  padding: 10px;
  width: 100%;
}
#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 0 30px 0;
}
#lower-main .list2 li {
  background: none;
  border: 2px solid #e6e0dc;
  float: none;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 100%;
}
#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-sp.png) 0 0 no-repeat;
  background-size: 300px 90px;
  display: block;
  height: 90px;
  margin: 0 auto;
  padding: 8px 10px 0 10px;
  position: relative;
  text-decoration: none;
  width: 300px;
}
.bnr-lower-main a .label {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px!important;
}
.bnr-lower-main a .ttl {
  color: #483015;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4!important;
  margin-bottom: 0px!important;
  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: 15px;
}
.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: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px!important;
  padding-right: 4px;
  position: absolute;
  right: 9px;
  text-align: center;
  width: 105px;
}
.bnr-lower-main a:hover {
  opacity: 1;
}







