@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;
}

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 {
	color: #333;
	text-decoration: underline;
}
a:hover {
	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;
	clear:both;
}

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

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

body {
	font-family:'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
	font-size: 14px;
	background: #fff;
	line-height: 25.2px;
}

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

/* 共通
-----------------------------------------------------------------------------------------------*/
#contents:after,
#contents_low:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

a.trance:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#index p,
#category p,
#page p{
	margin: 10px 0;
}

/*----------------------------------------------------
	PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
#contents {
	margin: 40px auto;
	max-width: 1000px;
	width: 100%;
}

#index,
#category,
#page {
	float: right;
	max-width: 740px;
	width: 74%
}


#side {
	float: left;
	max-width: 230px;
	width: 234%
}

.inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

/* body */
body {
	color: #333;
	background: url(img/body_bg.gif) repeat center top;
}

#wrapper {
	background: url(img/wrapper_bg.gif) no-repeat center center;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.bg {
	display: none;
}

/* header */
#header {
	background-color: #FFF;
	border-top: 4px solid #1A334E;
	border-bottom: 2px solid #1A334E;
	position: relative;
}

#header .h_box {
	margin: 0 auto;
	padding: 33px 0 25px;
	width: 1000px;
	display: table;
	text-align: center;
}

#header h1,
#header .site_ttl {
	margin: 0 0 0 -102px;
	padding: 20px 100px 20px 253px;
	display: inline-block;
	color: #203866;
	font-size: 30px;
	line-height: 1.5;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(img/common/h1_bg.gif) no-repeat 130px center;
}

#header a {
	color: #203866;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#header .menu_btn {
	display: none;
}

.menu_box {
	display: none !important;
}

/* g_nav */
#g_nav {
	margin-bottom: 20px;
    background: #17324D;
    padding: 12px 0 13px;
}

#g_nav ul {
    display: flex;
    justify-content: center;
}

#g_nav ul li {
	border-right: 1px solid #FFF;
    display: inline-block;
    text-align: center;
    width: 20%;
}

#g_nav ul li:first-child {
	border-left: 1px solid #FFF;
}

#g_nav li a {
    color: #fff;
    display: table;
    font-weight: bold;
    height: 100%;
    line-height: 1.4;
	font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 5px 25px;
    text-decoration: none;
    width: 100%;
}

#g_nav li a:hover {
    color: #d69f05;
}

#g_nav li a span {
	padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
}

.pankuzu{
	margin-bottom: -35px;
	font-size: 12px;
}

/* main_visual */
.main_visual_area{
	background: url(img/mv_bg.png) no-repeat center;
	background-size: cover;
    position: relative;
}

.main_visual_area:after{
	content: "";
	background: url(img/mv_bottom.png) no-repeat center;
	background-size: cover;
    bottom: 0;
	display:block;
	height: 50px;
	position: absolute;
	width:100%;
	border-top: solid 2px #949494;
}

.main_visual {
	min-height: 440px;
    width: 58%;
    margin: 0 0 0 15%;
	background: -moz-linear-gradient(right, transparent 56%, #f8f8f8 63%),-moz-linear-gradient(right, transparent 75%, #f8f8f8 94%),url(img/mv_pic.png) no-repeat 50% center ;
	background: -webkit-linear-gradient(right, transparent 56%, #f8f8f8 63%),-webkit-linear-gradient(right, transparent 75%, #f8f8f8 94%),url(img/mv_pic.png) no-repeat 50% center ;
	background: linear-gradient(to right,transparent 56%, #f8f8f8 63%),linear-gradient(to left,transparent 75%, #f8f8f8 94%),url(img/mv_pic.png) no-repeat 50% center;
    background-size: auto 100%;
}

.main_visual .visual_inner {
	width: 143%;
	margin: 0 auto;
    display: table;
    height: 100%;
	min-height: 400px;
	padding-left: 65%;
}

.main_visual .text_area {
	width: 460px;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0 30px;
}

.main_visual h2 {
	margin-bottom: 17px;
	font-size: 26px;
	line-height: 1.5;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main_visual p {
	margin: 17px 0 25px;
	line-height: 1.75;
}

/* contents */
#contents {
	margin: 52px auto 145px;
}

/* index */
h1,h2,h3,h4,h5 {
	margin: 30px 0;
	line-height: 1.4;
}

#index,
#category,
#page {
	padding: 0 !important;
    float: left;
	max-width: 740px;
	width: 74%
}

#index h2,
#category h1,
#page h1 {
	margin: 0 0 30px;
	padding: 22.5px;
	color: #FFF;
	font-size: 32px;
	text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-right: 14px solid #B0522F;
	border-left: 14px solid #B0522F;
	background: url(img/common/h2_bg.jpg) repeat left top;
}

#index h3,
#category h2,
#page h2 {
	padding: 20px 30px 15px;
	position: relative;
	color: #3b3838;
	font-size: 28px;
	text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(img/h3_top_bg.png) center top;
	margin-bottom: 40px;
}

#index h3:after,
#category h2:after,
#page h2:after {
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background: url(img/h3_btm_bg.png) no-repeat left bottom;
	content: '';
}

#index h4,
#category h3,
#page h3 {
	padding: 15px 53px 0;
	position: relative;
	color: #3b3838;
	font-size: 24px;
	text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(img/h4_bg.png) no-repeat center top;
}

#index h4:before,
#category h3:before,
#page h3:before,
#index h4:after,
#category h3:after,
#page h3:after {
	margin-top: -18px;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 8px;
	top: 30px;
	background: url(img/h4_before_bg.png) no-repeat left bottom;
	content: '';
}

#index h4:after,
#category h3:after,
#page h3:after {
	left: auto;
	right: 8px;
}

#index h5,
#category h4,
#page h4 {
	padding: 7px;
	position: relative;
	color: #3b3838;
	font-size: 24px;
	text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 2px solid #CD4E15;
	margin-top: -10px;
}

#index p,
#category p,
#page p {
	margin: 35px 0;
	text-align: left;
	line-height: 1.7;
}

#index p span,
#category p span,
#page p span {
	color: #055192;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

#index ul,
#category ul,
#page ul{
	margin: 25px 0;
}

#index ul li,
#category ul li,
#page ul li{
    margin-bottom: 10px;
	padding-left: 30px;
	background: url(img/li_icon.png) no-repeat left top;
    line-height: 1.7;
    background-size: 22px;
}

#index ul li:last-child,
#category ul li:last-child,
#page ul li:last-child {
	margin-bottom: 0;
}

#index ol,
#category ol,
#page ol{
	margin: 25px 5px;
    list-style: none;
	counter-reset: ol_li;
}

#index ol li,
#category ol li,
#page ol li{
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
    line-height: 1.7;
}

#index ol li:last-child,
#category ol li:last-child,
#page ol li:last-child {
	margin-bottom: 0;
}

#index ol li:before,
#category ol li:before,
#page ol li:before {
	width: 16px;
	height: 20px;
	position: absolute;
	left: 2px;
	top: -2px;
	color: #d2551e;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
    counter-increment: ol_li;
	content: counter(ol_li) ".";
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.rank,
.recommend,
.check,
.point {
	margin: 45px 0;
	padding: 18px 18px 18px 97px;
	position: relative;
	font-size: 28px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	background: url(img/rank_bg.gif) no-repeat center top;
}

.rank:after {
	width: 100%;
	height: 5px;
	background: url(img/rank_after_bg.gif) no-repeat center bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.rank1:before {
	content: url(img/ranking_icon_1.png);
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	margin-top: -48px;
}

.rank2:before {
	content: url(img/ranking_icon_2.png);
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	margin-top: -48px;
}

.rank3:before {
	content: url(img/ranking_icon_3.png);
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	margin-top: -48px;
}

.rank4:before {
	content: url(img/ranking_icon_4.png);
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	margin-top: -48px;
}

.rank5:before {
	content: url(img/ranking_icon_5.png);
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	margin-top: -48px;
}

.recommend:after,
.check:after,
.point:after {
	width: 100%;
	height: 5px;
	background: url(img/rank_after_bg.gif) no-repeat center bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.recommend:before{
	content: "";
	background:url(img/ico_recommend.png)no-repeat center;
	position: absolute;
	top: 50%;
	left: -25px;
	z-index: 1;
	margin-top: -52px;
	width: 110px;
	height: 110px;
}
.point:before {
	content: "";
	background: url(img/ico_point.png)no-repeat center;
	position: absolute;
	top: 50%;
	left: -25px;
	z-index: 1;
	margin-top: -52px;
	width: 110px;
	height: 110px;
}

.check:before {
	content: "";
	background: url(img/ico_pickup.png)no-repeat center;
	position: absolute;
	top: 50%;
	left: -25px;
	z-index: 1;
	margin-top: -52px;
	width: 110px;
	height: 110px;
}

.table-layout {
	margin: 30px 0 45px;
}

.table-layout table {
	width: 100%;
	border-collapse: collapse;
}

.table-layout th,
.table-layout td {
	padding: 15px;
	border: 1px solid #9F8D70;
	line-height: 1.7;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
}

.table-layout th {
	width: 10%;
	font-size: 16px;
	font-weight: bold;
	background-color: #D4C4AC;
}

.table-layout td {
	width: 25.2%;
	background-color: #FFF;
}

.table-layout::-webkit-scrollbar {
    height: 5px;
}

.table-layout::-webkit-scrollbar-track {
	 background: #F1F1F1;
}

.table-layout::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}

#index .float-wrap,
#category .float-wrap,
#page .float-wrap {
	margin-bottom: 13px;
}

#index .float-wrap .float-img,
#category .float-wrap .float-img,
#page .float-wrap .float-img {
	width: 240px;
}

#index .float-wrap .float-img.fl,
#category .float-wrap .float-img.fl,
#page .float-wrap .float-img.fl {
	margin: 5px 20px 10px 0;
	float: left;
}

#index .float-wrap .float-img.fr,
#category .float-wrap .float-img.fr,
#page .float-wrap .float-img.fr {
	margin: 5px 0 10px 20px;
	float: right;
}

#index .float-wrap .float-img img,
#category .float-wrap .float-img img,
#page .float-wrap .float-img img {
	background-color: #FFF;
	padding: 3px;
	max-width: 100%;
	border: 1px solid #B3B3B3;
}

#index .float-wrap p,
#category .float-wrap p,
#page .float-wrap p {
	margin: 0 0 16px;
	color: #3b3838;
	line-height: 1.7;
}

#index .float-wrap p:last-child,
#category .float-wrap p:last-child,
#page .float-wrap p:last-child {
	margin-bottom: 0;
}

#index .caption,
#category .caption,
#page .caption {
	margin-top: 13px;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 1.4;
	word-wrap: break-word;
	text-decoration: none;
}

.btn-web {
	margin: 30px auto;
	width: 340px;
	padding: 15px 50px 15px 25px;
	display: block;
	color: #fff;
	font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.7;
	text-align: center;
	text-decoration: none;
	border: 3px solid #FFF;
	background: #694ba0 url(img/btn_arrow_white.png) no-repeat 298px center;
	box-shadow: 0 0 4px #999;
}

.btn-web:hover {
	background-color: #a53319;
}

.btn-internal {
	margin: 35px auto;
	padding: 15px 50px 15px 25px;
	display: block;
	font-size: 18px;
	width: 340px;
	color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.7;
	text-align: center;
	text-decoration: none;
	background: #ae853d url(img/btn_arrow_white.png) no-repeat 302px center;
}

.btn-internal:hover {
	background-color: #305F00;
}

.btn-link {
	padding-left: 20px;
	display: block;
	float: right;
	color: #7a5d00;
	line-height: 1.7;
	font-weight: bold;
	background: url(img/btn-link_bg.png) no-repeat left center;
	font-size: 16px;
}

.box-wrap {
	margin: 0 -5px 70px -13px;
	display: flex;
}

.box-wrap .box {
	padding: 29px 35px 0 42px;
	width: 378px;
	position: relative;
	background: url(img/box-wrap_top_bg.png) no-repeat center top;
}

.box-wrap .box:after {
	width: 100%;
	height: 34px;
	position: absolute;
	left: 0;
	bottom: -31px;
	background: url(img/box-wrap_btm_bg.png) no-repeat center bottom;
	content: '';
}

#index .box-wrap .box p,
#category .box-wrap .box p,
#page .box-wrap .box p {
	margin: 0 0 10px;
	line-height: 1.7;
}

#index .box-wrap .box p:last-child,
#category .box-wrap .box p:last-child,
#page .box-wrap .box p:last-child {
	margin: 0;
}

.box-wrap .box .box-head {
	margin-bottom: 15px;
}

.box-wrap .box .box-head a {
	padding: 15px 20px 15px 0;
	display: block;
	color: #3b3838;
	font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	text-decoration: none;
	background: url(img/btn_arrow_blue01.png) no-repeat right center;
	border-bottom: 1px solid #C2C1BC;
	font-size: 20px;
}

.box-wrap .box a:hover {
	opacity: 0.5;
}

.frame-wrap {
	display: flex;
}

.frame-wrap .frame {
	margin-right: 10px;
	padding: 20px;
	width: 240px;
	border-top: 6px solid #2A4375;
	background: url(img/frame_bg.jpg) no-repeat right 15px bottom 15px, url(img/common/paper_bg.png) repeat;
	background-size: auto;
}

.frame-wrap .frame:last-child {
	margin-right: 0;
}

#index .frame-wrap .frame .frame-head p,
#category .frame-wrap .frame .frame-head p,
#page .frame-wrap .frame .frame-head p {
	margin: 0 0 15px;
	padding-bottom: 15px;
	color: #3b3838;
	font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px solid #C2C1BC;
}

#index .frame-wrap .frame .frame-body p,
#category .frame-wrap .frame .frame-body p,
#page .frame-wrap .frame .frame-body p {
	margin: 0 2px 10px;
	line-height: 1.7;
}

#index .frame-wrap .frame .frame-body p:last-child,
#category .frame-wrap .frame .frame-body p:last-child,
#page .frame-wrap .frame .frame-body p:last-child {
	margin-bottom: 0;
}


/* side */
#side {
	width: 22%;
	max-width: 220px;
	float: right;
}

#side .freespace {
	margin-bottom: 20px;
	padding: 10px 10px 10px;
	border-top: 6px solid #767171;
	background: #D3C3A9 url(img/freespace_bg.jpg) no-repeat center top;
}

#side .freespace .inner {
	padding: 10px 10px 10px;
	background: rgba(255,255,255,0.7);
}

#side .freespace p {
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: justify;
}

#side .freespace .title {
	margin: 0 0 17px;
	padding: 5px 0 15px 5px;
	font-size: 18px;
	letter-spacing: -1px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(img/common/side_title_bg.png) repeat-x left bottom;
}

#side .freespace .title a {
	text-decoration: none;
}

#side .freespace .title a:hover {
	opacity: 0.5;
}

#side .freespace .photo {
	margin: 0 0 11px;
}

#side .freespace .photo img {
	max-width: 100%;
}

#side .freespace .side-btn {
    padding: 10px 30px 10px 25px;
    display: block;
    font-size: 16px;
    width: 100%;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.7;
    text-align: center;
    text-decoration: none;
    background: #b0522f url(img/btn_arrow_white.png) no-repeat 93% center;
    margin-bottom: 5px;
}
#side .freespace .side-btn:hover {
	background-color: #305F00;
}

#side .cate {
	margin-bottom: 20px;
	background-color: #F5F5F5;
}

#side .cate .title {
	background: url(img/cate_title_bg.gif) repeat-x left bottom;
}

#side .cate .title a {
	padding: 13px 13px 20px;
	text-decoration: none;
	display: block;
	color: #002060;
	font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

#side .cate .title a:hover {
	opacity: 0.5;
}

#side .cate .s_navi {
	padding: 0 20px 20px;
}

#side .cate .s_navi li {
	border-bottom: 1px solid #BFBFBF;
}

#side .cate .s_navi li a {
	padding: 15px 0 15px 22px;
	display: block;
	text-decoration: none;
	background: url(img/side_navi_bg.gif) no-repeat left center;
}

#side .cate .s_navi li.sub_cat a {
	background: url(img/subcate.png) no-repeat left center;
}

#side .cate .s_navi li a:hover {
	 color: #989696;

}

/* footer */
#footer {
	padding-bottom: 40px;
	background: url(img/f_bg.png) repeat-y center top;
}

#footer .page_top {
	position: relative;
	top: -53px;
	padding: 25px 0 45px;
	background: url(img/page_top_bg.png) no-repeat center top;
}

#footer .page_top .top_box {
	margin: 0 auto;
	width: 1000px;
	text-align: right;
}

#footer .page_top a {
	padding-left: 25px;
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(img/page_top_icon.png) no-repeat left center;
}

#footer .page_top a:hover {
	opacity: 0.5;
}

#footer .f_box {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#footer .f_ttl {
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BFBFBF;
}

#footer .f_ttl a {
	padding: 7px 40px 5px;
	color: #3b3838;
	font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.7;
	text-decoration: none;
	background: url(img/f_ttl_bg.png) no-repeat left center;
	background-size: 22px;
}

#footer .f_ttl a:hover {
	opacity: 0.5;
}

#footer .f_navi {
	margin: -32px 0 40px;
}

#footer .f_navi li {
	margin: 32px 0 0 25px;
	float: left;
	width: 17%;
}

#footer .f_navi a {
	padding-left: 13px;
	display: inline-block;
	text-decoration: none;
	background: url(img/btn_arrow_blue02.png) no-repeat left 6px;
}

#footer .f_navi a:hover {
	text-decoration: underline;
}

#footer .f_txt {
	margin: 78px 0 25px;
	line-height: 1.7;
}

#footer .f_txt p {
	width: 740px;
	float: left;
	color: #808080;
	font-size: 12px;
}

#footer .f_txt a {
	padding: 8px;
	width: 180px;
	float: right;
	color: #3b3838;
	text-decoration: none;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	background: url(img/btn_arrow_blue02.png) no-repeat 30px center;
	border: 1px solid #A0A0A0;
}

#footer .f_txt a:hover {
	opacity: 0.5;
}

#footer .copyright {
	padding-top: 6px;
	font-size: 12px;
	color: #808080;
	text-align: center;
}

#footer .copyright a {
	color: #808080;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

}


/*----------------------------------------------------
	SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

#contents {
	margin: 30px auto;
	width: 100%;
}

p {
	font-size: 16px;
}

.inner {
	padding: 0 3%;
}

.sp {
	display: block !important;
}

.pc {
	display: none !important;
}

a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
}

	/* body */
	body {
		color: #333;
		background: url(img/sp/body_bg.gif) repeat center top;
		background-size: 50px auto;
	}

	h1,h2,h3,h4,h5 {
		margin: 15px 0;
	}

	/* header */
	#header {
		position: relative;
		z-index: 200;
		background-color: #FFF;
	}

	#header .h_box {
		padding: 2% 10px 8px;
		display: table;
		width: 100%;
	    min-height: 70px;
	}

	#header h1,
	#header .site_ttl {
		margin: 0;
		padding: 10px 60px 10px 68px;
		display: table-cell;
		color: #203866;
		font-size: 20px;
		line-height: 1.5;
		vertical-align: middle;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: url(img/common/h1_bg.gif) no-repeat 2% center;
		background-size: 46px auto;
		text-align: justify;
	}

	#header  a {
		color: #203866;
		text-decoration: none;
	}

	#g_nav_sp {
		background: #3b456d;
		display: none;
	}

	#g_nav_sp a{
		text-decoration: none;
	}

	#g_nav_sp .ttl a{
		border-bottom: 1px solid #fff;
		color: #fff;
		display: block;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 15px;
	}

	#g_nav_sp li {
		border-bottom: 1px solid #3b456d;
	}

	#g_nav_sp li a {
		background: url(img/sp/footer_arrow.png) no-repeat 95% center,#fff;
		background-size: 11px;
		display: block;
		padding: 10px 40px 10px 10px;
		text-decoration: none;
	}

	#g_nav_sp .close_btn{
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 0;
		text-align: center;
	}

	#pankuzu{
    margin: 10px 0 -20px;
    font-size: 14px
    width: auto;
    white-space: nowrap;
    padding: 5px;
    overflow-x: scroll;
    }
    #pankuzu::-webkit-scrollbar{
        height: 10px;
    }
    #pankuzu::-webkit-scrollbar-track{
        background: #d0d0d0;
        border-radius: 5px;
    }
    #pankuzu::-webkit-scrollbar-thumb{
        background: #b1b1b1;
        border-radius: 5px;
    }

	.pankuzu a:hover {
		text-decoration: underline;
	}

	#header .m_box {
		position: absolute;
		right: 10px;
		top: 53px;
		z-index: 999;
	}

	.menu_box {
		position: relative;
		display: none;
		z-index: 200;
		background-color: #fff;
	}

	.menu_box .close {
		margin-top: 4px;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #363636;
		text-align: center;
		cursor: pointer;
	}

	.menu_box .close a:hover {
		text-decoration: underline;
	}

	.menu_box .close span {
		margin-right: 10px;
		font-size: 20px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
		line-height: 1;
		vertical-align: middle;
	}

	.menu {
		cursor: pointer;
		width: 45px;
		height: 45px;
		text-align: center;
		position: relative;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		border: 1px solid #1A2A51;
		border-radius: 5px;
		top: -42px;
	}

	.menu.active .top {
		width: 33px;
		-webkit-transform: translateY(8px) translateX(-4px) rotate(45deg);
		-ms-transform: translateY(8px) translateX(-4px) rotate(45deg);
		transform: translateY(8px) translateX(-4px) rotate(45deg);
		background: #1A2A51;
		z-index: 100;
	}

	.menu.active .middle {
		opacity: 0;
		background: #1A2A51;
	}

	.menu.active .bottom {
		width: 33px;
		-webkit-transform: translateY(-8px) translateX(-4px) rotate(-45deg);
		-ms-transform: translateY(-8px) translateX(-4px) rotate(-45deg);
		transform: translateY(-8px) translateX(-4px) rotate(-45deg);
		background: #1A2A51;
	}

	.menu span {
		margin-left: -14px;
		background: #1A2A51;
		border: none;
		height: 4px;
		width: 27px;
		position: absolute;
		top: 11px;
		left: 50%;
		border-radius: 4px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}

	.menu span:nth-of-type(2) {
		top: 19px;
	}

	.menu span:nth-of-type(3) {
		top: 27px;
		z-index: 100;
	}

	.menu .m_txt {
		margin-top: 15px;
		display: inline-block;
		font-size: 10px;
		color: #98CEC5;
		background: #fff;
	}

	.menu.active .m_txt {
		background: none;
	}

	.bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		display: none;
		text-indent: -999em;
		background-color: rgba(0,0,0,0.7);
	}

	/* g_navi */
	#g_navi {
		padding: 10px;
	}

	#g_navi .ttl {
		margin-bottom: 10px;
		font-weight: bold;
	}

	#g_navi .ttl a {
		padding: 10px 30px 10px 15px;
		display: block;
		text-decoration: none;
		background: #002060 url(img/sp/btn_arrow_white.png) no-repeat 95% center;
    	background-size: 10px 15px;
    	color: #fff;
	}

	#g_navi ul {
		margin: -10px 0 10px;
	}

	#g_navi li {
		font-weight: normal;
	}

	#g_navi li a {
		padding: 11px 30px 7px 15px;
		display: block;
		text-decoration: none;
		border-bottom: 1px solid #D7D7D7;
		background: #F4F6F7 url(img/btn_arrow_blue01.png) no-repeat 95% center;
		background-size: 10px 15px;
	}

	#g_navi li:last-child a {
		border-bottom: none;
	}

	/* main_visual */
	.main_visual {
		padding-top: 118px;
		background: url(img/sp/main_visual_bg.jpg) no-repeat left top;
		background-size: 100%;
	}

	.main_visual h2 {
		padding: 30px 10px 12px;
		color: #FFF;
		font-size: 19px;
		line-height: 1.5;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: url(img/sp/main_visual_ttl_bg.png) no-repeat center top;
		background-size: 100% auto;
		margin: 15px 0 0;
		text-align: justify;
	}

	.main_visual p {
		padding: 12px 10px;
		line-height: 1.75;
		font-size: 16px;
		background: url(img/sp/txt_bg.png) no-repeat center top;
		background-size: cover;
	}


	/* contents */
	#contents {
		margin: 30px 0;
	}

	/* index */
	#index,
	#category,
	#page {
		padding: 0 10px !important;
	}

	#index h2,
	#category h1,
	#page h1 {
		margin-bottom: 20px;
		padding: 10px 20px;
		color: #FFF;
		font-size: 24px;
		line-height: 1.4;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-right: 10px solid #B0522F;
		border-left: 10px solid #B0522F;
		background: url(img/common/h2_bg.jpg) repeat -6px top;
		background-size: auto 90px;
		text-align: justify;
	}

	#index h3,
	#category h2,
	#page h2 {
		margin: 20px 0;
		padding: 15px 5%;
		position: relative;
		color: #3b3838;
		font-size: 22px;
		line-height: 1.4;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: url(img/sp/h3_top_bg.gif) no-repeat left top, url(img/sp/h3_btm_bg.gif) no-repeat left bottom, url(img/sp/h3_bg.gif) repeat-y left top;
		background-size: 100%;
    	text-align: justify;
	}

	#index h4,
	#category h3,
	#page h3 {
		margin: 20px 0 -5px;
		padding: 8px 30px;
		position: relative;
		color: #3b3838;
		font-size: 20px;
		line-height: 1.4;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: url(img/sp/h4_bg.png) no-repeat center top;
		background-size: 100% 5px;
	    text-align: justify;
	}

	#index h4:before,
	#category h3:before,
	#page h3:before,
	#index h4:after,
	#category h3:after,
	#page h3:after {
		margin-top: -15px;
		width: 21px;
		height: 21px;
		position: absolute;
		left: 0;
		top: 50%;
		background: url(img/sp/h4_before_bg.png) no-repeat left bottom;
		background-size: 21px auto;
		content: '';
	}

	#index h4:after,
	#category h3:after,
	#page h3:after {
		left: auto;
		right: 0;
	}

	#index h5,
	#category h4,
	#page h4 {
		margin: 10px 0 20px;
		padding: 5px;
		position: relative;
		color: #3b3838;
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-bottom: 2px solid #CD4E15;
	}

	#index p,
	#category p,
	#page p {
		margin: 15px 0;
		text-align: left;
		line-height: 1.7;
	}

	#index p span,
	#category p span,
	#page p span {
		color: #055192;
		font-size: 18px;
		font-weight: bold;
		vertical-align: middle;
	}

	#index ul,
	#category ul,
	#page ul {
		margin: 10px 0;
		line-height: 1.7;
	}

	#index ul li,
	#category ul li,
	#page ul li {
		padding-left: 22px;
		background: url(img/sp/li_icon.png) no-repeat left 4px;
		background-size: 16px auto;
		font-size: 16px;
   		padding-bottom: 10px;
	}

	#index ul li:last-child,
	#category ul li:last-child,
	#page ul li:last-child {
		margin-bottom: 0;
	}

	#index ol,
	#category ol,
	#page ol{
		margin: 10px 3px;
		list-style: none;
		counter-reset: ol_li;
		line-height: 1.7;
	}

	#index ol li,
	#category ol li,
	#page ol li {
		margin-bottom: 4px;
		padding-left: 20px;
		position: relative;
		font-size: 16px;
    	padding-bottom: 5px;
	}

	#index ol li:last-child,
	#category ol li:last-child,
	#page ol li:last-child {
		margin-bottom: 0;
	}

	#index ol li:before,
	#category ol li:before,
	#page ol li:before {
		width: 16px;
		height: 20px;
		position: absolute;
		left: 0;
		top: 1px;
		color: #d2551e;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		counter-increment: ol_li;
		content: counter(ol_li) ".";
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    	padding-right: 1px;
		line-height: 1.5;
	}

	.rank,
	.recommend,
	.check,
	.point {
		margin: 30px 0;
		padding: 20px 10px 20px 70px;
		position: relative;
		font-size: 20px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border: 5px solid #DBD0C0;
		background-color: #FFF;
	}

	.rank:after,
	.recommend:after,
	.check:after,
	.point:after {
		padding: 4px;
		width: 100%;
		height: 100%;
		box-sizing: content-box;
		border: 1px dotted #AB865D;
		position: absolute;
		left: -5px;
		top: -5px;

		content: "";
	}

	.rank:before {
	margin-top: -29px;
    width: 58px;
    height: 58px;
    background: url(img/sp/ranking_icon_1.png) no-repeat;
    background-size: 58px auto;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    content: "";
	}

	.rank2:before {
		background-image: url(img/sp/ranking_icon_2.png);
	}

	.rank3:before {
		background-image: url(img/sp/ranking_icon_3.png);
	}

	.rank4:before {
		background-image: url(img/sp/ranking_icon_4.png);
	}

	.rank5:before {
		background-image: url(img/sp/ranking_icon_5.png);
	}

	.recommend:before,
	.check:before,
	.point:before {
	    margin-top: -33px;
	    width: 66px;
	    height: 66px;
	    position: absolute;
	    top: 50%;
	    left: -3px;
	    z-index: 1;
	    content: "";
	}
	.recommend:before {
		background: url(img/sp/recommend_bg.png) no-repeat center center;
		background-size: 66px auto;
	}
	.point:before {
		background: url(img/sp/point_bg.png) no-repeat center center;
		background-size: 66px auto;
	}

	.check:before {
		background: url(img/sp/check_bg.png) no-repeat center center;
		background-size: 66px auto;
	}

	.table-layout {
		width: 100%;
		margin: 20px 0;
	}
	#index table,
	#category table,
	#page table{
		margin-bottom: 10px;
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #9F8D70;
		border-right: 1px solid #9F8D70;
		border-left: 1px solid #9F8D70;
	}

	#index table th,
	#category table th,
	#page table th,
	#index table td,
	#category table td,
	#page table td {
		font-size: 13px;
		padding: 8px;
		text-align: left;
		vertical-align: middle;
		word-wrap: break-word;
		background: #FFF;
		display: block;
    	width: 100%;
    	border-bottom: 1px solid #9F8D70;
	}

	#index table th,
	#category table th,
	#page table th {
		background-color: #D4C4AC;
        font-weight: bold;
	}

	#index .float-wrap,
	#category .float-wrap,
	#page .float-wrap{
		margin: 30px 0;
	}

	#index .fl,
	#category .fl ,
	#page .fl {
		margin-bottom: 10px;
		text-align: center;
	}

	#index .fr,
	#category .fr ,
	#page .fr {
		margin-bottom: 10px;
		text-align: center;
	}

	#index .float-img img,
	#category .float-img img,
	#page .float-img img{
		box-shadow: 1px 1px 3px 1px #aaa8a5;
		border: 5px solid #fff;
		max-width: 100%;
	}

	#index .float-img .caption,
	#category .float-img .caption,
	#page .float-img .caption{
		color: #999;
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px;
		text-align: center;
		word-wrap: break-word;
	}

	#index .btn-internal,
	#category .btn-internal,
	#page .btn-internal{
		margin: 13px auto;
		padding: 10px 40px 10px 20px;
		position: relative;
		display: block;
		font-size: 18px;
		color: #fff;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: center;
		text-decoration: none;
		background: #ae853d url(img/sp/btn_arrow_white.png) no-repeat 94.5% center;
		background-size: 7px auto;
		width: 80%;
	}

	#index .btn-web,
	#category .btn-web,
	#page .btn-web{
		margin: 13px auto;
		padding: 10px 40px 10px 20px;
		display: block;
		position: relative;
		color: #fff;
		font-size: 18px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: center;
		text-decoration: none;
		background: #694ba0 url(img/sp/btn_arrow_white.png) no-repeat 95% center;
		background-size: 7px auto;
		border: 2px solid #FFF;
		box-shadow: 0 0 2px #999;
		width: 80%;
	}

	#index .btn-tel,
	#category .btn-tel,
	#page .btn-tel{
		margin: 13px auto;
	    padding: 10px 40px 10px 50px;
		display: block;
		color: #fff;
		font-size: 18px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: center;
		text-decoration: none;
		background: url(img/sp/tel_img.png) no-repeat 4% center, url(img/sp/btn_arrow_white.png) no-repeat 95% center,#488635;
		background-size: 16px auto,7px auto,100%;
		border: 2px solid #FFF;
		box-shadow: 0 0 2px #999;
		width: 80%;
	}

	#index .btn-link,
	#category .btn-link,
	#page .btn-link {
		margin: 10px auto;
		padding: 10px 40px 10px 20px;
		position: relative;
		color: #7a5d00;
		display: block;
		font-size: 18px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: center;
		text-decoration: none;
		border: 2px solid #7A5D00;
		background: #FFF url(img/sp/btn-link_bg.png) no-repeat 95% center;
		background-size: 7px auto;
		width: 80%;
	}

	.box-wrap {
		margin: 15px 0;
	}

	.box-wrap .box {
		background: url(img/sp/box-wrap_top_bg.jpg) no-repeat left top, url(img/sp/box-wrap_bg.jpg) repeat-y center top;
		background-size: 100%  auto,100% auto;
		margin: 20px -5px;
		padding: 8% 10% 28px;
		position: relative;
	}

	.box-wrap .box:last-child {
		margin-bottom: 0;
	}

	.box-wrap .box:after {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(img/sp/box-wrap_btm_bg.jpg) no-repeat center bottom;
		background-size: 100% auto;
		content: '';
		z-index:-1;
	}

	#index .box-wrap .box .box-head {
		margin-bottom: 5px;
	}

	.box-wrap .box-head a {
	    padding: 11px 20px 11px 0;
		display: block;
		color: #3b3838;
		font-size: 20px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		text-decoration: none;
		background: url(img/btn_arrow_blue01.png) no-repeat right center;
		border-bottom: 1px solid #C2C1BC;
	}

	.box-wrap .box-body {
		padding: 5px 0 0;
	}

	#index .box-wrap .box-body p,
	#category .box-wrap .box-body p,
	#page .box-wrap .box-body p {
		margin: 0;
		font-size: 16px;
		line-height: 1.7;
	}

	.box-wrap .in_link_btn {
		margin: 5% auto 0;
		padding: 9px 11% 9px 20px;
		display: block;
		position: relative;
		z-index: 1;
		color: #002060;
		font-size: 16px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: center;
		text-decoration: none;
		border: 1px solid #002060;
		background: url(img/sp/btn_arrow_blue01.png) no-repeat 95% center,#FFF;
		background-size: 8px auto;
	}

	.frame-wrap{
		margin: 15px 0;
	}

	.frame-wrap .frame{
		margin-bottom: 15px;
		padding: 0 27px 15px;
		border-top: 5px solid #2A4375;
		background: url(img/sp/frame_bg.jpg) no-repeat right 1rem bottom 1rem, url(img/common/paper_bg.png) repeat;
		background-size: 120px auto, auto;
	}

	.frame-wrap .frame:last-child {
		margin-right: 0;
	}

	.frame-wrap .frame-head {
		margin: 0 0 0;
		padding: 12px 0;
		color: #3b3838;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		border-bottom: 1px solid #C2C1BC;
	}

	.frame-wrap .frame-head p {
		margin: 0 !important;
		text-align: center !important;
		font-size: 20px !important;
	}

	.frame-wrap .frame-body{
		padding-top: 10px;
	}

	.frame-wrap .frame-body p {
		margin: 0 2px 10px !important;
		font-size: 16px;
		line-height: 1.7;
	}

	.frame-wrap .frame-body p:last-child {
		margin-bottom: 0 !important;
	}

	/* side */
	#side {
		padding: 0 3%;
	}

	#side .freespace {
		margin-bottom: 20px;
		padding: 5px;
		border-top: 6px solid #767171;
		background: #D3C3A9 url(img/sp/freespace_bg.jpg) no-repeat center top;
		background-size: cover;
	}

	#side .freespace .inner {
		padding: 15px;
		background: rgba(255,255,255,0.7);
	}

	#side .freespace .title {
		margin: 0 0 17px;
		padding: 0 0 15px 5px;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: -1px;
		text-align: center;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: url(img/common/side_title_bg.png) repeat-x left bottom;
		background-size: auto 4px;
	}

	#side .freespace .title a {
		text-decoration: none;
	}

	#side .freespace .photo {
		margin: 0 0 11px;
		text-align: center;
	}

	#side .freespace .photo img {
		width: 100%;
	}

	#side .freespace p {
		margin-bottom: 10px;
		line-height: 1.7;
	}

	#side .freespace .side-btn {
		padding: 12px 35px 12px 20px;
		position: relative;
		display: block;
		font-size: 16px;
		color: #fff;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: center;
		text-decoration: none;
		background: #b0522f url(img/sp/btn_arrow_white.png) no-repeat 95% center;
		background-size: 7px auto;
		width: 80%;
        margin: 0 auto;
	}

	#side .cate {
		display: none;
	}

	/* footer */
	#footer {
		padding-top: 18px;
		border-top: 3px solid #949494;
	}

	#footer .page_top {
		bottom: 30px;
		position: fixed;
		right: 15px;
		z-index: 99;
	}

	#footer .page_top img{
		width: 60px;
	}

	#footer .f_box {
		padding: 0 10px;
	}

	#footer .content_ttl {
		margin-bottom: 12px;
		background: rgba(255,255,255,0.8);
		color: #3b3838;
		font-size: 18px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding: 10px;
		text-align: center;
	}

	#footer .f_ttl a {
		padding: 10px 40px 10px 10px;
		color: #fff;
		display: block;
		font-size: 18px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: left;
		text-decoration: none;
		background: #2e4761 url(img/sp/btn_arrow_white.png) no-repeat 95% center;
		background-size: 7px auto;
		margin-bottom: 15px;
	}

	#footer .f_navi {
		margin: 0 0 20px;
	}

	#footer .f_navi li {
		border-bottom: 1px solid #BFBFBF;
	}

	#footer .f_navi a {
		padding: 10px 35px 10px 13px;
		display: block;
		color: #3b3838;
		font-size: 16px;
		text-decoration: none;
		background: url(img/sp/btn_arrow_blue01.png) no-repeat 95% center;
		background-size: 7px auto;
	}

	#footer .site_txt {
		margin: 20px 0;
		color: #3b3838;
		font-size: 18px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7;
		text-align: center;
	}

	#footer .f_txt {
		margin: 15px 0 20px;
		line-height: 1.7;
	}

	#footer .f_txt p {
		padding: 10px;
		color: #666666;
		font-size: 12px;
		background-color: #FFF;
		border: 3px solid #F2E9DC;
	}

	#footer .f_txt a {
		display: none;
	}

	#footer  .copyright{
		padding: 6px 3%;
		background: #17324D;
		color: #fff;
		font-size: 10px;
		line-height: 1.4;
		text-align: center;
	}

	#footer  .copyright a{
		color: #fff;
	}

	#footer  .copyright a:hover {
		text-decoration: underline;
	}
}