@charset "utf-8";

/*PC*/
@media screen and (min-width: 741px), print {

/*
===============================================================================
■ ベース
===============================================================================
*/
.spOnly{
	display:none;
}

.dotted {
	background-image: -moz-linear-gradient(left, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 5px 1px;
	height: 1px;
	background-repeat: repeat-x;
	background-position: center bottom;
}


/*
===============================================================================
■ 見出し
===============================================================================
*/

.heading01 {
	font-size: 32px;
	color: #533c34;
	line-height: 1.3;
	padding-bottom: 15px;
	letter-spacing: -2px;
}
.heading02 {
	padding:18px 20px;
	margin-bottom:20px;
	background:#f08c00;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1;
}
.heading02_2 {
	padding:14px 20px;
	margin-bottom:20px;
	background:#f08c00;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1;
}
.heading02_3 {
	padding:18px 20px;
	margin-bottom:20px;
	background:#ce083b;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1;
}
.heading02 span {
	font-size: 18px;
	line-height: 1.6;
}
.heading03,
.heading04,
.heading05 {
	margin-bottom: 20px;
}
.heading03 {
	color: #fff;
	background: #FEB100;
	padding: 8px 12px;
	font-size: 18px;
}
	
.heading04 {
	font-size: 18px;
	color: #533c34;
	background: url(/common/images/share/icon_circle_red.png) no-repeat left 7px;
	background-size: 13px 13px;
	padding-left: 15px;
}
.heading05 {
	font-size: 16px;
	font-weight: 600;
}

/* uniqHeading
====================================*/
.uniqHeading01 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #533c34;
	line-height: 1.3;
}

/*
===============================================================================
■ テキスト
===============================================================================
*/

/* noteItem */
.noteItem01 {
	padding-left: 1em;
	text-indent: -1em;
}

/* tx_big */
.tx_big {
	font-size: 18px;
}
.tx_big_red{
	font-size:18px;
	color:#da4b77;
}
.tx_red{
	color:#da4b77;
}
.tx_x_big_red{
	font-size:20px;
	color:#da4b77;
	font-weight: bold;
}


/* tx_small */
.tx_small {
	font-size: 12px;
}
.tx_x_small{
	font-size: 12px;
}
/* highlight */
.highlight01 {
	font-size: 16px;
	font-weight: bold;
}
.ct {
	text-align: center;
}


/*
===============================================================================
■ オプション
===============================================================================
*/

.sp_only {display: none;}

.center {text-align: center;}
.f_left {float: left;}

.mr0 {margin-right: 0;}
.mb280 {margin-bottom: 280px;}

.pall0 {padding: 0px !important;}
.pall2 {padding: 2px !important;}

.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs16{font-size: 16px;}

.black {color: #000;}
.red {color: #c40630;}
.deepbrown {color: #5c463e;}

.inner {padding: 20px;}
.layer10 {padding: 0 10px;}

/*
===============================================================================
■ レイアウト
===============================================================================
*/

.content {
	width: 1024px;
	margin: 0 auto 60px;
}

#contentDetail {
	float: right;
	margin: 0;
	width: 760px;
}
#sideContent {
	float: left;
	padding-bottom: 20px;
	width: 220px;
}

.row {
	margin-bottom: 20px;
}
.row > *:last-child {
	margin-bottom: 0 !important;
}

/*
===============================================================================
■ パンクズ
===============================================================================
*/

/* .panKuzu(NEW) */
.panKuzu {
	position:relative;
	overflow: hidden;
	width: 100%;
	max-width: 1220px;
	min-width: 1024px;
	margin: 0 auto;
	padding: 0;
}

.panKuzu ul {
	display:table;
	padding: 0 10px 15px;
	z-index: -1;
}

.panKuzu ul li {
	display:table-cell;
	white-space:nowrap;
	font-size: 10px;
	color: #433f3f;
	padding-right: 1em;
}

.panKuzu ul li:nth-child(n+2):before {
	content: ">";
	display: inline-block;
	padding-right: 1em;
}

.panKuzu ul li:last-child {
	font-weight: 500;
	background: none;
}


/*
===============================================================================
■ footer_about
===============================================================================
*/

.ft_about {
	border-top: 1px solid #edebe4;
	overflow: hidden;;
}

.ft_about_inner {
	position: relative;
	width: 1000px;
	height: 260px;
	margin: 0 auto;
	background: url(/common/images/share/img_ft_about.jpg) no-repeat 100% 0;
}

.ft_about_content {
	width: 590px;
	padding-top: 40px;
}

.ft_about_content .heading05 {
	margin-bottom: 5px;
}

.ft_about_content p {
	line-height: 2.0;
}

/*
===============================================================================
■ ソーシャルボタン
===============================================================================
*/

.social-Btn{
	position: absolute;
	bottom: 15px;
	right: 0;
	overflow: hidden;
}

.social-Btn ul {
	display: block;
	overflow: hidden;
}

.social-Btn ul li{
	text-align: center;
	width:120px;
	float:right;
	line-height:100%;
}
.social-Btn ul li iframe{
	width:120px !important;
}

.social-Btn ul li:first-child {
	margin-right: -12px;
}

/*
===============================================================================
■ トピックス記事
===============================================================================
*/

.kiji_h {
	border:1px solid #e2d7b7;
	background-color: #f7f3e7;
	font-size: 15px;
	color: #533c34;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.kiji_date {
	margin-bottom: 10px;
	margin-top:20px;
}

.col_hp {
	width: 100%;
	background-color: #fb6b91;
	border: 1px solid #e2d7b7;
	border-bottom-color: #fb6b91;
	font-size: 16px;
	color: #fff;
	padding: 12px 20px;
}

.col_content {
	width: 100%;
	border: 1px solid #e2d7b7;
	border-top-color: #fff;
	padding: 20px;
}

/*
===============================================================================
■ フッターナビゲーション
===============================================================================
*/

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

.foot_na_content ul {
	overflow: hidden;
	padding: 30px 0 15px;
}

.foot_na_content ul li {
	float: left;
	font-size: 15px;
	margin: 0 85px 15px 0;
}

.foot_na_content ul li:last-child {
	margin-right: 0;
}

.back_top_area {
	text-align: right;
	background-color: #f1ecde;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 86%;
}

/*
===============================================================================
■ アイコン・リンク
===============================================================================
*/

.icon_pdf {
	font-size: 12px;
	display: inline-block;
	background: url(/common/images/share/icon_pdf.png) no-repeat left 0px;
	background-size: 19px 18px;
	padding: 4px 0 3px 25px;
	margin-left: 5px;
	line-height: 14px;
}

.icon_com {
	display: inline-block;
	background: url(/common/images/share/icn_comment.png) no-repeat left 0px;
	background-size: 13px 13px;
	padding: 0 0 13px 13px;
	margin-left: 5px;
	line-height: 13px;
}

.txtlink_big {
	display: inline-block;
	padding-left: 35px;
	line-height: 30px;
	background: url(/common/images/share/icon_arrow_right_red.png) no-repeat left center;
	background-size: 24px 24px;
	color:#533c34;
	font-size: 18px;
	font-weight:bold;
}
.txtlink_big .dotted {
	padding-bottom:5px;
}

a.txtlink_l {
	font-size: 18px;
	display: inline-block;
	background: url(/common/images/share/icon_arrow_right_red.png) no-repeat left center;
	background-size: 30px 30px;
	padding-left: 40px;
	line-height: 30px;
}
a[target="_blank"].txtlink_l {
	background: url(/common/images/com_ic12.png) no-repeat left center;
	background-size: 13px 13px;
	padding-left: 23px;
}
a.txtlink_br_s {
	display: inline-block;
	background: url(/common/images/share/icon_arrow_right_br.png) no-repeat left center;
	background-size: 30px 30px;
	padding-left: 40px;
	line-height: 30px;
}

a.txtlink_s {
	display: inline-block;
	background: url(/common/images/share/icon_arrow_right_br.png) no-repeat left 2px;
	background-size: 15px 15px;
	padding-left: 20px;
	line-height: 21px;
}

.nextbtn a.txtlink_s{
	background: url(/common/images/share/icon_arrow_right_br.png) no-repeat right 2px;
	background-size: 15px 15px;
	padding-left:0px;
	padding-right:20px;
}

a.txtlink_s_red {
	display: inline-block;
	background: url(/common/images/share/icon_arrow_right_red.png) no-repeat left 2px;
	background-size: 15px 15px;
	padding-left: 20px;
	line-height: 21px;
}

a.arrow_up {
	display: inline-block;
	background: url(/common/images/share/icon_arrow_top_br.png) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 20px;
	line-height: 15px;
}

a span.dotted {
	background-image: -moz-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 5px 1px;
	height: 1px;
	padding-bottom: 5px;
}

a span.dotted:hover {
	background-image: -moz-linear-gradient(left, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(left, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #c0a282, #c0a282 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 5px 1px;
	height: 1px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

a.txtlink_back {
	display: inline-block;
	background: url(/common/images/share/icon_arrow_left_br.png) no-repeat left 2px;
	background-size: 15px 15px;
	padding-left: 20px;
	line-height: 21px;
}
.link_back_wrap{
	text-align:center;
}
.link_back_wrap ul li{
	display:inline-block;
	margin:0 auto;
}
.link_back_wrap ul{
	display:inline-block;
	margin:0 auto;
}
.link_back_wrap .backbtn{
	margin-right:18px;
}
.link_back_wrap .nextbtn{
	margin-left:18px;
}

/* dottedLink */
.dottedLink {
	border-bottom: 1px dotted #aaaaaa;
}

/*floatBox2*/
.floatBox2 .floatBox2Img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.floatBox2 .floatBox2Img img{
	max-width: 200px;
}
.floatBox2 .floatBox2Tx{
	overflow:hidden;
}

a.btnBrown01_small {
	position: relative;
}
a.btnBrown01_small:before {
	position: absolute;
	content: "";
}

a.btnBrown01_small {
	font-size:14px;
	font-weight:bold;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding-left:38px;
	line-height:34px;
	width: 175px;
	border: 1px solid #d41547;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #d83962, #ce093c);
	background-image: -ms-linear-gradient(top, #d83962, #ce093c);
	background-image: -o-linear-gradient(top, #d83962, #ce093c);
	background-image: -webkit-linear-gradient(top, #d83962, #ce093c);
	background-image: linear-gradient(top, #d83962, #ce093c);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 100% 100%;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffd83962,EndColorStr=#ffce093c);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffd83962,EndColorStr=#ffce093c)";
}

a.btnBrown01_small:before {
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -11.5px;
	background:	url(/common/images/com_ic01_beige.png) no-repeat 0 0;
	background-size:16px,100%;
}

a.btnBrown01_small:hover {
	box-shadow: inset 0px 1px 1px 0px #ac1d42;
	background-image: -moz-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -ms-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -o-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -webkit-linear-gradient(top, #e12b5a, #ea6889);
	background-image: linear-gradient(top, #e12b5a, #ea6889);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe12b5a,EndColorStr=#ffea6889);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe12b5a,EndColorStr=#ffea6889)";
}



/*
===============================================================================
■ アイコン表示用CSSライブラリ
===============================================================================
*/
 
/*
--------------------------------------------------
アイコン表示位置１【ブロックの中央＆上下左右端】
--------------------------------------------------
*/
 
.icon-pos-center,
.icon-pos-left,
.icon-pos-right,
.icon-pos-top,
.icon-pos-bottom {
	_zoom: 1;
	background-repeat: no-repeat;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	display: block;
}
 
.icon-pos-center {
	background-position: center center;
	min-height: 24px;
	height: auto !important;	height: 24px; /* min-height for IE6 */
}
 
.icon-pos-right {
	background-position: right center;
	padding-right: 30px;
	padding-left: 30px;
}
 
.icon-pos-left {
	padding-right: 30px;
	padding-left: 30px;
	background-position: left center;
}
 
.icon-pos-top {
	background-position: top center;
	padding-top: 30px;
}
 
.icon-pos-bottom {
	background-position: bottom center;
	padding-bottom: 30px;
}
 
/*
--------------------------------------------------
アイコン表示位置２【文字列の先頭末尾】
--------------------------------------------------
*/
 
.icon-pos-start,
.icon-pos-start-top,
.icon-pos-end {
	background-repeat: no-repeat;
	display: inline-block;
}
 
.icon-pos-start {
	background-position: left center;
	text-decoration: inherit;

}

.icon-pos-start-top {
	background-position: left 4px;
	text-decoration: inherit;

}
 
.icon-pos-end {
	background-position: right center;
	padding-left: 0px !important;
	text-decoration: inherit;
	padding-right: 20px !important;
}

/*
--------------------------------------------------
汎用アイコン
--------------------------------------------------
*/
 
.icon_ar_r_br {
 	background-image: url(/common/images/share/icon_arrow_right_br.png);
	background-repeat:no-repeat;
 	background-size: 15px 15px;
 	padding: 2px 0 0	20px;
}

.icon_ar_r_red_l {
 	background-image: url(/common/images/share/icon_arrow_right_red.png);
 	background-size: 30px 30px;
 	padding: 2px 0 0	20px;
}

.icon_ar_l_br {
 	background-image: url(/common/images/share/icon_arrow_left_br.png);
 	background-size: 15px 15px;
 	padding: 2px 0 0	20px;
}

/*
===============================================================================
■ ボタン
===============================================================================
*/

a.btn_l_s,
a.btn_ll,
a.btn_l,
a.btn_s,
a.btn_back,
a.btn_exp,
a.btn_res {
	position: relative;
}
a.btn_l_s:before,
a.btn_ll:before,
a.btn_l:before,
a.btn_s:before,
a.btn_back:before,
a.btn_exp:before,
a.btn_res:before {
	position: absolute;
	content: "";
}

a.btn_l_s {
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 15px 35px;
	width: 360px;
	border: 1px solid #d41547;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #d83962, #ce093c);
	background-image: -ms-linear-gradient(top, #d83962, #ce093c);
	background-image: -o-linear-gradient(top, #d83962, #ce093c);
	background-image: -webkit-linear-gradient(top, #d83962, #ce093c);
	background-image: linear-gradient(top, #d83962, #ce093c);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 100% 100%;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffd83962,EndColorStr=#ffce093c);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffd83962,EndColorStr=#ffce093c)";
}

a.btn_l_s:before {
	top: 50%;
	left: 3%;
	width: 23px;
	height: 23px;
	margin-top: -11.5px;
	background: url(/common/images/share/icon_arrow_right_lbr.png) no-repeat 0 0;
	background-size: 23px 23px;
}

a.btn_l_s:hover {
	box-shadow: inset 0px 1px 1px 0px #ac1d42;
	background-image: -moz-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -ms-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -o-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -webkit-linear-gradient(top, #e12b5a, #ea6889);
	background-image: linear-gradient(top, #e12b5a, #ea6889);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe12b5a,EndColorStr=#ffea6889);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe12b5a,EndColorStr=#ffea6889)";
}

a.btn_ll {
	font-size: 18px;
	color: #fff;
	border: 1px solid #94532f;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #ab7557, #98542f);
	background-image: -ms-linear-gradient(top, #ab7557, #98542f);
	background-image: -o-linear-gradient(top, #ab7557, #98542f);
	background-image: -webkit-linear-gradient(top, #ab7557, #98542f);
	background-image: linear-gradient(top, #ab7557, #98542f);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 100% 100%;
	text-align: center;
	display: inline-block;
	padding: 20px 35px;
	width: 347px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f)";
}

a.btn_ll:before {
	top: 50%;
	left: 3%;
	width: 23px;
	height: 23px;
	margin-top: -11.5px;
	background: url(/common/images/share/icon_arrow_right_lbr.png) no-repeat 0 0;
	background-size: 23px 23px;
}

a.btn_ll.iconFix {
	padding-left: 39px;
	padding-right: 10px;
}

a.btn_ll:hover {
	box-shadow: inset 0px 1px 1px 0px #7e4d32;
	background-image: -moz-linear-gradient(top, #91573a, #bf927a);
	background-image: -ms-linear-gradient(top, #91573a, #bf927a);
	background-image: -o-linear-gradient(top, #91573a, #bf927a);
	background-image: -webkit-linear-gradient(top, #91573a, #bf927a);
	background-image: linear-gradient(top, #91573a, #bf927a);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a)";
}

a.btn_l {
	font-size: 20px;
	color: #fff;
	border: 1px solid #94532f;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #ab7557, #98542f);
	background-image: -ms-linear-gradient(top, #ab7557, #98542f);
	background-image: -o-linear-gradient(top, #ab7557, #98542f);
	background-image: -webkit-linear-gradient(top, #ab7557, #98542f);
	background-image: linear-gradient(top, #ab7557, #98542f);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 100% 100%;
	text-align: center;
	display: inline-block;
	padding: 14px 35px;
	width: 288px;
	box-shadow: 0 1px 0 0 rgba(201,165,145,1) inset,0 -1px 0 0 rgba(107,52,27,1) inset;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f)";
}

a.btn_l:before {
	top: 50%;
	left: 3%;
	width: 23px;
	height: 23px;
	margin-top: -11.5px;
	background: url(/common/images/share/icon_arrow_right_lbr.png) no-repeat 0 0;
	background-size: 23px 23px;
}

a.btn_l:hover {
	background-image: -moz-linear-gradient(top, #91573a, #bf927a);
	background-image: -ms-linear-gradient(top, #91573a, #bf927a);
	background-image: -o-linear-gradient(top, #91573a, #bf927a);
	background-image: -webkit-linear-gradient(top, #91573a, #bf927a);
	background-image: linear-gradient(top, #91573a, #bf927a);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a)";
}

a.btn_s {
	font-size: 14px;
	color: #fff;
	border: 1px solid #94532f;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #ab7557, #98542f);
	background-image: -ms-linear-gradient(top, #ab7557, #98542f);
	background-image: -o-linear-gradient(top, #ab7557, #98542f);
	background-image: -webkit-linear-gradient(top, #ab7557, #98542f);
	background-image: linear-gradient(top, #ab7557, #98542f);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 5% center;
	background-size: 100% 100%;
	text-align: center;
	display: inline-block;
	padding:7px 40px 6px 56px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f)";
}

a.btn_s:before {
	top: 50%;
	left: 5%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/common/images/share/icon_arrow_right_lbr.png) no-repeat 0 0;
	background-size: 16px 16px;
}

a.btn_s:hover {
	box-shadow: inset 0px 1px 1px 0px #7e4d32;
	background-image: -moz-linear-gradient(top, #91573a, #bf927a);
	background-image: -ms-linear-gradient(top, #91573a, #bf927a);
	background-image: -o-linear-gradient(top, #91573a, #bf927a);
	background-image: -webkit-linear-gradient(top, #91573a, #bf927a);
	background-image: linear-gradient(top, #91573a, #bf927a);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a)";
}

a.btn_back {
	font-size: 16px;
	color: #000;
	line-height: 52px;
	text-align: center;
	display: inline-block;
	width: 192px;
	height: 52px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f6f6);
	background-image: -ms-linear-gradient(top, #ffffff, #f7f6f6);
	background-image: -o-linear-gradient(top, #ffffff, #f7f6f6);
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f6);
	background-image: linear-gradient(top, #ffffff, #f7f6f6);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 6% center;
	background-size: 100% 100%;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#fff7f6f6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#fff7f6f6)";
}

a.btn_back:before {
	top: 50%;
	left: 6%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/common/images/share/icon_arrow_left_gray.png) no-repeat 0 0;
	background-size: 16px 16px;
}

a.btn_back:hover {
	box-shadow: inset 0px 1px 1px 0px #d0cfcf;
	background-image: -moz-linear-gradient(top, #e9e9e9, #f7f7f7);
	background-image: -ms-linear-gradient(top, #e9e9e9, #f7f7f7);
	background-image: -o-linear-gradient(top, #e9e9e9, #f7f7f7);
	background-image: -webkit-linear-gradient(top, #e9e9e9, #f7f7f7);
	background-image: linear-gradient(top, #e9e9e9, #f7f7f7);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe9e9e9,EndColorStr=#fff7f7f7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe9e9e9,EndColorStr=#fff7f7f7)";
}

a.btn_exp {
	text-indent: -9999px;
	text-align: center;
	display: inline-block;
	width: 460px;
	height: 48px;
	border: 1px solid #d41547;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #d83962, #ce093c);
	background-image: -ms-linear-gradient(top, #d83962, #ce093c);
	background-image: -o-linear-gradient(top, #d83962, #ce093c);
	background-image: -webkit-linear-gradient(top, #d83962, #ce093c);
	background-image: linear-gradient(top, #d83962, #ce093c);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffd83962,EndColorStr=#ffce093c);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffd83962,EndColorStr=#ffce093c)";
}

a.btn_exp:before {
	top: 50%;
	left: 50%;
	width: 226px;
	height: 34px;
	margin-top: -17px;
	margin-left: -113px;
	background: url(/common/images/share/bg_btn_exp.png) no-repeat 0 0;
	background-size: 226px auto;
}

.col_main a.btn_exp {
	width: 447px;
	height: 48px;
}

a.btn_exp:hover {
	box-shadow: inset 0px 1px 1px 0px #ac1d42;
	background-image: -moz-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -ms-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -o-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -webkit-linear-gradient(top, #e12b5a, #ea6889);
	background-image: linear-gradient(top, #e12b5a, #ea6889);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe12b5a,EndColorStr=#ffea6889);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe12b5a,EndColorStr=#ffea6889)";
}

a.btn_res {
	text-indent: -9999px;
	display: inline-block;
	width: 320px;
	height: 47px;
	border: 1px solid #94532f;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #ab7557, #98542f);
	background-image: -ms-linear-gradient(top, #ab7557, #98542f);
	background-image: -o-linear-gradient(top, #ab7557, #98542f);
	background-image: -webkit-linear-gradient(top, #ab7557, #98542f);
	background-image: linear-gradient(top, #ab7557, #98542f);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffab7557,EndColorStr=#ff98542f)";
}

a.btn_res:before {
	top: 50%;
	left: 50%;
	width: 135px;
	height: 20px;
	margin-top: -10px;
	margin-left: -67.5px;
	background: url(/common/images/share/bg_btn_res.png) no-repeat 0 0;
	background-size: 135px auto;
}

.col_main a.btn_res {
	width: 290px;
	height: 47px;
}

a.btn_res:hover {
	box-shadow: inset 0px 1px 1px 0px #7e4d32;
	background-image: -moz-linear-gradient(top, #91573a, #bf927a);
	background-image: -ms-linear-gradient(top, #91573a, #bf927a);
	background-image: -o-linear-gradient(top, #91573a, #bf927a);
	background-image: -webkit-linear-gradient(top, #91573a, #bf927a);
	background-image: linear-gradient(top, #91573a, #bf927a);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff91573a,EndColorStr=#ffbf927a)";
}

a.widthFix {
	width: auto !important;
	padding-left: 39px;
	padding-right: 10px;
}
a.txtSizeS {
	font-size: 14px !important;
}

/*
===============================================================================
■ アンカーリンク
===============================================================================
*/

.anchor_link {
	width: 100%;
	margin-bottom: 20px;
}

.anchor_link ul {
	width: 100%;
	display: table;
	-webkit-border-radius: 5px;
	-moz-border-radius: 100px;
	border-radius: 7px;
	overflow:hidden;
}

.anchor_link ul li {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	color: #533c34;
	background-image: -moz-linear-gradient(top, #ede5cd, #e5dbbb);
	background-image: -ms-linear-gradient(top, #ede5cd, #e5dbbb);
	background-image: -o-linear-gradient(top, #ede5cd, #e5dbbb);
	background-image: -webkit-linear-gradient(top, #ede5cd, #e5dbbb);
	background-image: linear-gradient(top, #ede5cd, #e5dbbb);
	background-clip: padding-box;
	border-bottom: 1px solid #cdcccc;
	border-right: 1px solid #c5ba95;
	border-left: 1px solid #fff;
	width:33.3%;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffede5cd,EndColorStr=#ffe5dbbb);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffede5cd,EndColorStr=#ffe5dbbb)";
}

.anchor_link ul li:hover {
	background-image: -moz-linear-gradient(top, #e2d7b9, #f5f2e6);
	background-image: -ms-linear-gradient(top, #e2d7b9, #f5f2e6);
	background-image: -o-linear-gradient(top, #e2d7b9, #f5f2e6);
	background-image: -webkit-linear-gradient(top, #e2d7b9, #f5f2e6);
	background-image: linear-gradient(top, #e2d7b9, #f5f2e6);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe2d7b9,EndColorStr=#fff5f2e6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe2d7b9,EndColorStr=#fff5f2e6)";
}

.anchor_link ul li:first-child {
	border-radius: 5px 0 0 0;
	border-left: none;
}

.anchor_link ul li:last-child {
	border-radius: 0 0 5px 0;
	border-right: none;
}

.anchor_link ul.twoList li {
	width:50%;
}

/*---2行以上--*/
.anchor_link ul.tr2:first-child li {
	border-top: none;
}

.anchor_link ul.tr2:first-child li:first-child {
	border-radius: 5px 0 0 0;
}

.anchor_link ul.tr2:first-child li:last-child {
	border-radius: 0 5px 0 0;
}

.anchor_link ul.tr2 li {
	border-top: 1px solid #fff;
	border-radius: 0;
}
.anchor_link ul li:nth-child(3n+1) {
	border-left: none;
}

.anchor_link ul.tr2:last-child li:first-child {
	border-radius: 0 0 0 5px;
}

.anchor_link ul.tr2:last-child li:last-child {
	border-radius: 0 0 5px 0;
}

/*---右下角丸--*/
.br_redius {
	border-radius: 0 0 5px 0 !important;
}

.anchor_link ul li a {
	display: table-cell;
	padding: 14px 0;
	background: url(/common/images/share/icon_arrow_bottom_dbr.png) no-repeat 10px center;
	background-size: 18px 18px;
	padding-left: 34px !important;
	vertical-align: middle;
}

/*---横2列--*/
.anchor_link.grid_two ul li {
	width: 50%;
	font-size: 14px;
	line-height: 18px;
}
.anchor_link.grid_four ul li {
	width: 25%;
	font-size: 14px;
	line-height: 18px;
}
.anchor_link.grid_two ul li a {
	width: 100%;
}
/*---横4列--*/
.anchor_link.grid_four ul li {
	width: 25%;
	font-size: 14px;
	line-height: 18px;
}
/*---横5列--*/
.anchor_link.grid_five ul li {
	width: 20%;
	font-size: 14px;
	line-height: 18px;
}

.reservAnc ul li.new,
.reservAnc ul li.reserve {
	width: 50% !important;
	background: none;
	border: none;
}
.reservAnc ul li.reserve {
	padding-left: 20px;
}
.reservAnc ul li.new a span,
.reservAnc ul li.reserve a span {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 22px;
}
.reservAnc ul li.new a {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	padding: 17px 35px 15px;
	border: 1px solid #d41547;
	border-radius: 5px;
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-moz-linear-gradient(top, #d83962, #ce093c);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-ms-linear-gradient(top, #d83962, #ce093c);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-o-linear-gradient(top, #d83962, #ce093c);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-webkit-linear-gradient(top, #d83962, #ce093c);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),linear-gradient(top, #d83962, #ce093c);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 23px 23px,100% 100%;
}
.reservAnc ul li.new a:hover {
	box-shadow: inset 0px 1px 1px 0px #ac1d42;
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-moz-linear-gradient(top, #e12b5a, #ea6889);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-ms-linear-gradient(top, #e12b5a, #ea6889);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-o-linear-gradient(top, #e12b5a, #ea6889);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-webkit-linear-gradient(top, #e12b5a, #ea6889);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),linear-gradient(top, #e12b5a, #ea6889);
}
.reservAnc ul li.reserve a {
	font-size: 14px;
	color: #fff;
	border: 1px solid #94532f;
	border-radius: 5px;
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-moz-linear-gradient(top, #ab7557, #98542f);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-ms-linear-gradient(top, #ab7557, #98542f);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-o-linear-gradient(top, #ab7557, #98542f);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-webkit-linear-gradient(top, #ab7557, #98542f);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),linear-gradient(top, #ab7557, #98542f);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 23px 23px,100% 100%;
	text-align: center;
	display: block;
	padding: 17px 35px 15px;
}
.reservAnc ul li.reserve a:hover {
	box-shadow: inset 0px 1px 1px 0px #7e4d32;
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-moz-linear-gradient(top, #91573a, #bf927a);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-ms-linear-gradient(top, #91573a, #bf927a);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-o-linear-gradient(top, #91573a, #bf927a);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),-webkit-linear-gradient(top, #91573a, #bf927a);
	background-image: url(/common/images/share/icon_arrow_bottom_lbr.png),linear-gradient(top, #91573a, #bf927a);
}

/*
===============================================================================
■ アコーディオン用
===============================================================================
*/

.acdnWrap {
	background-color: #f5f5f5;
	border-top: 1px solid #D7D7D7;
	margin-bottom: 40px;
	font-size: 16px;
}
.acdnWrap .toggle {
	border-bottom: 1px solid #D7D7D7;
	background-color: #f5f5f5;
}
	.acdnWrap .toggle .toggle{
		border-bottom: none;
	}
.toggle.close .acdnHead,
.toggle .acdnHead,
.toggle.close .acdnHead02,
.toggle .acdnHead02{
	position: relative;
	padding: 25px 30px;
	color: #433f3f;
	line-height: 20px;
	font-weight: 500;
	cursor: pointer;
      border-bottom: 1px solid #c8c8c8;
}
.toggle.close .acdnHead02,
.toggle .acdnHead02{
	padding: 20px 30px;
}
.toggle .acdnHead{
	background-color: #F5F5F5;
}
.toggle .acdnHead02{
	background-color: #FFFAE5;
}
.toggle .acdnHead::after,
.toggle .acdnHead02::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url(/common/images/icon_oc.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 200%;
}
.toggle.close > .acdnHead::after,
.toggle.close .acdnHead02::after{
	background-position: center top;
}
.toggle.close .acdnBody {
	display: none;
}
.toggle .acdnBody {
	background-color: #fff;
	border-top: 1px solid #c8c8c8;
	border-bottom: none;
	padding: 20px;
}
	.toggle .acdnBody .notes{
		margin-bottom: 0;
	}
	#priceArea .acdnBody{
		background-color: #FAFAFA;
		padding: 30px;
	}
.acdnHead span.dct {
	color: #F08C00;
	font-size: 13px;
	font-weight: normal;
}

/*
===============================================================================
■ テーブル
===============================================================================
*/

.tb_price {
	width: 100%;
}
.tb_price tr {
	background-color: #f1ecde;
}
.tb_price th, .tb_price td {
	font-size: 18px;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px #D6D7D7 solid;
	padding: 20px 30px;
}
.tb_price th {
	color: #DE580D;
}
.tb_price th.bgpink {
	font-size: 14px;
	color: #fff;
	background-color: #fb6b91;
}
.tb_price th.tbl-head {
	font-size: 18px;
	color: #fff;
	background-color: #F7B200;
	text-align: center;
}
	.tb_price th.price-cat{
		color: #DE580D;
	}
	.tb_price th.price-cat span{
		color: #433f3f;
		font-size: 13px;
	}
	.tb_price .price-val{
		font-size: 24px;
	}
	.tb_price .price-val span{
		font-size: 13px;
		
	}
/* table type1
------------------------------------- */

table.type1 {
	width: 100%;
	border: 1px solid #e2d7b7;
}

table.type1 th {
	width: 130px;
	height: 42px;
	background-color: #f08c00;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 1px solid #e2d7b7;
	padding: 8px 15px;
}


table.type1 td {
	font-size: 14px;
	border: 1px solid #e2d7b7;
	background-color: #fff;
	vertical-align: top;
	padding: 8px 15px;
}
/* table type2
------------------------------------- */

table.type2 {
	width: 100%;
	border: 1px solid #e2d7b7;
}

table.type2 th {
	background-color: #f1ecde;
	color: #95512a;
	font-size: 14px;
	text-align: center;
	border: 1px solid #e2d7b7;
	padding: 8px 15px;
}


table.type2 td {
	font-size: 14px;
	border: 1px solid #e2d7b7;
	background-color: #fff;
	padding: 8px 15px;
}


/*
===============================================================================
■ リスト
===============================================================================
*/

/* list_m */
.list_m {
	margin-bottom: 20px;
}
.list_m li {
	margin-bottom: 5px;
	color: #533c34;
	background: url(/common/images/share/icon_circle_br.png) no-repeat left 5px;
	background-size: 10px 10px;
	padding: 0 0 0 15px;
}
.list_m li:last-child {
	margin-bottom: 0;
}
.list_m li > ul {
	margin-top: 5px;
}
.list_m.tx_big li {
	background-position: left 8px;
}

/* list_s */
.list_s li:before {
	content: "・";
}
.list_s > li {
	color: #533c34;
	background: none;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.list_m .list_s > li {
	background: none;
}

/* strongList_m */
.strongList_m {
	margin-bottom: 20px;
}
.strongList_m > li {
	margin-bottom: 5px;
	color: #d8053d;
	background: url(/common/images/share/listhead01.png) no-repeat left 6px;
	background-size: 10px 10px;
	padding: 0 0 0 15px;
	font-weight: bold;
}
.strongList_m li:last-child {
	margin-bottom: 0;
}

/* divideList */
.divideList {
	margin-bottom: 10px;
	width: 1000px;
}
.divideList > li {
	float: left;
	width: 490px;
	margin: 0 20px 10px 0;
}
.divideList > li:nth-child(2n) {
	margin-right: 0;
}

/* noteList01 */
.noteList01 {
	margin-bottom: 20px;
}
.noteList01 > li{
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.noteList01 > li:first-child{
	margin-top: 0;
}

/* numberList01 */
.numberList01 {
	margin-bottom: 20px;
}
.numberList01 > li::before {
	content: counter(NumberList01, decimal) "." ;
	padding: 0 13px 0 0;
}
.numberList01 > li {
	margin-top: 5px;
	padding-left: 26px;
	text-indent: -26px;
	counter-increment: NumberList01;
}
.numberList01 > li:first-child {
	margin-top: 0;
}
.numberList01 > li > ol {
	margin-top: 5px;
}
.numberList01 > li > .txtlink_s {
	text-indent: 0;
}

/* numberList02 */
.numberList02 > li::before {
	content: counter(NumberList02, decimal) "." ;
	padding: 0 13px 0 0;
}
.numberList02 > li {
	margin-top: 5px;
	font-size: 86%;
	padding-left: 26px;
	text-indent: -26px;
	counter-increment: NumberList02;
}
.numberList02 > li:first-child {
	margin-top: 0;
}
/* numberList03 */
.numberList03 {
	margin-bottom: 20px;
}
.numberList03 > li::before {
	content: "※" counter(NumberList03, decimal) "）" ;
}
.numberList03 > li {
	margin-top: 5px;
	padding-left: 35px;
	text-indent: -35px;
	counter-increment: NumberList03;
}
.numberList03 > li:first-child {
	margin-top: 0;
}

/* defList */
.defList {
	clear: both;
	margin-bottom: 20px;
}
.defList dt {
	margin-top: 20px;
	background: url(/common/images/share/icon_circle_br.png) no-repeat left 5px;
	background-size: 10px 10px;
	padding: 0 0 0 15px;
	font-weight: bold;
	color: #523933;
}
.defList dd {
	padding: 5px 0 0 15px;
}
.defList dt:nth-child(1) {
	margin-top: 0;
}

/* numberDefList */
.numberDefList {
	margin-bottom: 20px;
}
.numberDefList dt {
	color: #533c34;
	font-weight: bold;
}
.numberDefList dt span {
	margin-right: 5px;
}
.numberDefList dd {
	margin: 10px 0 0 1.4em;
}

/*阿部　追記　180906*/
.row p{
		margin-bottom: 10px;
}
.row p,
.row ul .txt_lh {
	line-height: 2em;
}
	
/*
===============================================================================
■ レイアウト関係
===============================================================================
*/

.col2 .colleft {
	width: 48.5%;
}

.col2 .colright {
	width: 48.5%;
}

.col2ImgR02 .txtWrap {
	    width: 68%;
	float: left;
}

.col2ImgR02 > img {
	float: right;
}

/*
===============================================================================
■ リードテキスト
===============================================================================
*/

.leadH1 {
	font-size: 20px;
	color: #533c34;
}

/*
===============================================================================
■ メニュー・プログラム
===============================================================================
*/

#programArea {
}
.programWrap > div {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #C8C8C8;
	overflow: hidden;
}
.pgtitle_wrap {
	overflow: hidden;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 21px;
	vertical-align: middle;
}
p.menutitle {
	float: left;
	margin: 0;
	font-weight: normal;
}
ul.pgtitle {
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
ul.pgtitle li {
	float: left;
	vertical-align: middle;
}
ul.pgtitle li.time{
	color: #F7B200;
}
ul.pgtitle li.heart{
	margin: 0 1em;
}
ul.pgtitle li.heart img{
}
ul.pgtitleUnder{
	float: left;
	vertical-align: middle;
}
ul.pgtitleUnder li{
	display: table-cell;
	vertical-align: middle;
	padding-left:7px;
}
.programIcon01,
.programIcon02{
	display: inline-block !important;
	width: 120px;
	margin-bottom: 0;
	color: #000;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	vertical-align: text-top;
}
.programIcon01 {
	background-color: #fef9a5;
}
.programIcon02 {
	background-color: #f5bc6b;
}
.pg_content{
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8125;
}
.pg_img {
	float: left;
	margin: 0 40px 0 0;
}
.pg_txt{
	float: left;
}
.pg_content p{
	margin-left: 460px;
}

.foot_btn_wrap {
	border-top: 1px solid #e2d7b7;
	background-color: #faf8f2;
	padding: 30px 0;
}

ul.foot_btn {
	width: 100%;
	text-align: center;
}

ul.foot_btn li {
	display: inline;
}

ul.foot_btn li:first-child {
	text-align: right;
	padding-right: 5px;
}

ul.foot_btn li:last-child {
	padding-left: 5px;
}


/*
--------------------------------------------------
スケジュール表
--------------------------------------------------
*/

.schedule_wrap {
	width: 1000px;
	height: 1362px;
	overflow: scroll;
}

table.tb_sd {
	width: 975px;
	border: 1px solid #d2c7a6;
}

table.tb_sd th {
	width: 130px;
	height: 42px;
	background-color: #c0a282;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 1px solid #d2c7a6;
}

table.tb_sd th:first-child {
	background-color: #d2c7a6;
	width: 65px !important;
}

table.tb_sd tr td.time {
	table-layout: fixed;
	min-width: 63px;
	height: 320px;
	font-size: 14px;
	text-align: center;
	background-color: #f7f3e7;
	border: 1px solid #d2c7a6;
	vertical-align: middle;
	width: expression(this.width >= this.height ? "63px" : "auto");
}

table.tb_sd tr.abc td {
	height: 42px;
	font-size: 14px;
	text-align: center;
	color: #533c34;
	background-color: #e2d7b7;
	border: 1px solid #d2c7a6;
	vertical-align: middle;
}

table.tb_sd tr td {
	min-width: 130px;
	height: 160px;
	font-size: 12px;
	vertical-align: top;
	border: 1px solid #d2c7a6;
	padding: 7px;
}

table.tb_sd th.sat {
	background-color: #6e82b0;
}

table.tb_sd th.san {
	background-color: #fb6b91;
}

table.tb_sd td.bg_gray {
	background-color: #f0f0f0;
}

table.tb_sd td.bg_pink {
	background-color: #ffaec3;
}

table.tb_sd tr.half td{
	border-bottom: 1px solid #eeece7;
}

table.tb_sd tr.half td:first-child {
	border-bottom: 1px solid #d2c7a6;
}

a.btn_rv {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	width: 115px;
	height: 25px;
	border: 1px solid #d41547;
	border-bottom-color: #98062b;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #d83962, #ce093c);
	background-image: -ms-linear-gradient(top, #d83962, #ce093c);
	background-image: -o-linear-gradient(top, #d83962, #ce093c);
	background-image: -webkit-linear-gradient(top, #d83962, #ce093c);
	background-image: linear-gradient(top, #d83962, #ce093c);
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

a.btn_rv:hover {
	box-shadow: inset 0px 1px 1px 0px #ac1d42;
	background-image: -moz-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -ms-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -o-linear-gradient(top, #e12b5a, #ea6889);
	background-image: -webkit-linear-gradient(top, #e12b5a, #ea6889);
	background-image: linear-gradient(top, #e12b5a, #ea6889);
}

a.txtlink_detail {
	display: inline-block;
	background: url(/common/images/share/icon_arrow_right_dbr.png) no-repeat left 1px;
	padding-left: 16px;
	background-size: 15px 15px;
}

.pb1 {
	padding-bottom: 1px !important;
}

ul.lessons li {
	line-height: 1.5;
}

ul.lessons li:last-child {
	margin-top: 3px;
}

table.tb_sd td.bg_yellow {
	background-color: #e8cf8b;
}


/*colBlock2*/

.floatImg .imgCol{ 
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	clear:none;
}
.colBlock2 > div{
	float:left;
	width:490px;
	margin-bottom:20px;
}
.colBlock2 > div:nth-child(even){
	float:right;
}
.colBlock2 .floatBox2Tx .btn_l,
.colBlock2 .floatBox2Tx .btn_ll{
	width:100%;
	margin-top:10px;
}
	
	
/*txtlink_in*/
.txtlink_in{
	border-bottom:1px dotted #999;
}


/*toppage*/

.topPage .mainAreaIn{
	margin:0 auto;
}
.topPage .topNewsArea{
	margin:40px auto;
	width:1000px;
}
.topPage .topNewsArea .topNewsList{
	float:right;
	width:560px;
	position: relative;
}
.topPage .topNewsArea .topPickupArea{
	float:left;
	width:420px;
}
.topPage .topNewsArea .topNewsList .imin{
	margin-top:0px;
}
.topPage .topNewsArea hr{
	border-style:dotted;
}
.topPage .topTitle{
	margin-bottom:20px;
}
.topPage .topTitle img{
	height:24px;
	width:auto;
}
.topPage #imporantArea{
	border: 1px solid #f3dce2;
	background-color: #fceff2;
}
.topPage .imporantAreaTitle{
	border-top: 4px solid #ce083b;
	padding: 12px 19px;
	font-weight: bold;
	color: #ce083b;
	font-size: 18px;
	margin-bottom:0;
}
.topPage #imporantTopics {
	padding: 0 19px 10px;
}
.topPage #imporantTopics li {
	margin-bottom: 5px;
}

.topPage .topPickupAreaBanner {
	margin-top: 20px;
}
.topPage .topPickupAreaBanner li {
	float: left;
}
.topPage .topPickupAreaBanner li:nth-child(2n) {
	margin-left: 5px;
}

.newsmMore{
	position: absolute;
	top: 5px;
	right: 0;
	text-align:right;
}
.topPage .newsmMore{
	top: 0;
}
.newsmMore a{
	display:inline-block;
	background:url(/common/images/com_ic05.gif) no-repeat left 2px;
	background-size:22px auto;
	padding-left:24px;
}
.newsmMore a span{
	border-bottom:1px dotted #aaaaaa;
}

/*secNav*/
.secNav{
	margin-top:30px;
}

.hardness {
    background: url(/common/images/icon_heart_red.svg) no-repeat left 3px center /20px 20px;
    color: #ce083b;
	padding-left: 26px;
}



/* qaAccordion */
.qaAccordion {
	width: 100%;
	margin: 0 auto;
}
.qaAccordion dt {
	position: relative;
	width: 100%;
	padding: 21px 50px 21px 70px;
	border-top: 2px solid #D6D6D6;
	background:#f5f5f5;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}
.qaAccordion dt::before{
	content: "";
	position: absolute;
	left: 30px;
	top: 21px;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/common/images/icon_q.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.qaAccordion dt::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 26px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/common/images/icon_oc.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 200%;
}
.qaAccordion dt.open::after{
	background-position: center bottom;
}
.qaAccordion dd {
	position: relative;
	display: none;
	width: 100%;
	padding: 50px 50px 50px 70px;
	text-align: left;
}
.qaAccordion dd::before{
	content: "";
	position: absolute;
	left: 30px;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/common/images/icon_a.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.qaAccordion dd p:last-of-type{
	margin-bottom: 0;
}
.qaAccordion dd .txt-link{
	text-align: right;
}


.localNav {
	width: 1000px;
	margin-bottom: 20px;
	border-top: 1px solid #e2d7b7;
	border-left: 1px solid #e2d7b7;
}
.localNav li {
	display: table;
	float: left;
	width: 20%;
	min-height: 57px;
	border-right: 1px solid #e2d7b7;
	border-bottom: 1px solid #e2d7b7;
}
.localNav li a {
	display: table-cell;
	padding: 6px 10px 6px 25px;
	background: url(/common/images/com_ic23.png) 13px 50% no-repeat;
	border-collapse: collapse;
	color: #533c34;
	text-align: center;
	vertical-align: middle;
}
.localNav li.on a {
	background: #f7f3e7 url(/common/images/com_ic24.png) 13px 50% no-repeat;
	color: #ce083b;
}
.localNav li a:hover {
	background: #f8f8f8 url(/common/images/com_ic23.png) 13px 50% no-repeat;
	color: #857772;
}


/* colWrap */
.colWrap {
	clear: both;
	margin-bottom: 20px;
}
.colWrap .colText {
	overflow: hidden;
}
.colWrap .w250 {
	width: 250px;
}
.colWrap .w420 {
	width: 420px;
}
.colWrap .w490 {
	width: 490px;
}
.colWrap .w500 {
	width: 500px;
}
.colWrap .w505 {
	width: 505px;
}
.colWrap .w660 {
	width: 660px;
}
.colWrap .w745 {
	width: 745px;
}
.colWrap .colRight {
	float: right;
	margin-left: 20px;
}
.colWrap .colLeft {
	float: left;
	margin-right: 20px;
}
.colWrap .colFigure {
	float: left;
}
.colWrap .figureFix {
	float: left;
	margin-right: 20px;
}
.colWrap .breakCol {
	overflow: hidden;
}
.colWrap .w490 + .colFigure {
	width: 490px;
}
.colWrap .w660 + .colFigure {
	width: 320px;
}
.colWrap .w745 + .colFigure {
	width: 235px;
}
.colWrap .colFigure .caption,
.colWrap .colFigure .caption {
	display: block;
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}
.colWrap.colTwo,
.colWrap.colThree,
.colWrap.colFour {
	width: 1000px;
}
.colWrap .col {
	float: left;
	margin: 20px 0 0;
}
.colWrap.colTwo .col {
	width: 490px;
	margin-right: 20px;
}
.colWrap.colThree .col {
	width: 320px;
	margin-right: 20px;
}
.colWrap.colFour .col {
	width: 235px;
	margin-right: 20px;
}
.colWrap.colTwo .col:nth-child(2n),
.colWrap.colThree .col:nth-child(3n),
.colWrap.colFour .col:nth-child(4n) {
	margin-right: 0;
}
.colWrap.colTwo .col:nth-child(-n+2),
.colWrap.colThree .col:nth-child(-n+3),
.colWrap.colFour .col:nth-child(-n+4) {
	margin-top: 0;
}
.colWrap .col .imgWrap img + * {
	margin-top: 10px;
}
.colWrap .col > *:last-child {
	margin-bottom: 0 !important;
}

.inlineList01 li {
	display: inline-block;
	margin-right: 15px;
}


/* bnt % grid */
.btnGrid2 .btnWrap {
	float: left;
	width: 49%;
}
.btnGrid2 .btnWrap:nth-child(2n) {
	float: right;
}
.btnGrid2 .btnWrap [class^="btn_l"] {
	width: 100%;
}

/* layoutBox01 */
.layoutBox01 {
	margin: 0 0 20px;
	border: 2px solid #e2d7b7;
	border-radius: 5px;
	padding: 20px 22px;
}
.layoutBox01 .highlight01 {
	margin-bottom: 12px;
	text-align: center;
}

.workshop_wrap {
	overflow: hidden;
	margin: 40px -20px 0 0;
	zoom: 1;
}
.workshop_wrap .detail_col {
	float: left;
	width: 490px;
	margin: 0 20px 40px 0;
}
.workshop_wrap .detail_col .prf_block {
	zoom: 1;
}
.workshop_wrap .detail_col .prf_block .photo {
	float: left;
	width: 114px;
	margin-right: 20px;
}
.workshop_wrap .detail_col .prf_block .introduction {
	overflow: hidden;
	zoom: 1;
}
.workshop_wrap .detail_col .prf_block .introduction .name {
	color: #95512a;
	font-size: 136%;
	font-weight: bold;
}
.workshop_wrap .detail_col .prf_block .introduction .comment dt {
	color: #533c34;
	font-weight: bold;
	margin-bottom: 10px;
}

.workshop_wrap .detail_col .prf_block .introduction .comment table {
	width: 100%;
}
.workshop_wrap .detail_col .prf_block .introduction .comment table th,
.workshop_wrap .detail_col .prf_block .introduction .comment table td {
	vertical-align: middle;
}
.workshop_wrap .detail_col .prf_block .introduction .comment table th {
	width: 70%;
}
.workshop_wrap .detail_col .prf_block .introduction .comment table td {
	width: 30%;
}
.workshop_wrap .detail_col .prf_block .introduction .comment table .worksyopLink {
	padding-left: 24px;
	background: url(/common/images/com_ic01.png) no-repeat 0 0.2em;
	background-size: 16px 16px;
}


.workshop_wrap .detail_col .prf_block .introduction .comment table th p:first-child,
.workshop_wrap .detail_col .prf_block .introduction .comment table td p:first-child {
	margin-bottom: 0;
}
/*=================================

	isSide

=================================*/
/* divideList */
.isSide .divideList {
	width: 760px;
}
.isSide .divideList li {
	width: 370px;
}

/* localNav */
.localNav {
	width: 100%;
}

/* qaAccordion */
.isSide .qaAccordion,
.isSide .qaAccordion dt,
.isSide .qaAccordion dd {
	width: 760px;
}
.isSide .qaAccordion .firstText02 {
	width: 655px;
}

/* colWrap */
.isSide .colWrap.colTwo,
.isSide .colWrap.colThree,
.isSide .colWrap.colFour {
	width: 760px;
}
.isSide .colWrap.colTwo .col {
	width: 370px;
}
.isSide .colWrap.colThree .col {
	width: 240px;
}
.isSide .colWrap.colFour .col {
	width: 175px;
}




/*=================================

	clearfix

=================================*/
.topPage .topNewsArea:after,
.topPage .topNewsAreaIn:after,
.topPage .topPickupAreaBanner:after,
.content.isSide:after,
.localNav:after,
.colWrap:after,
.divideList:after,
[class*="btnGrid"]:after {
	content: "";
	display: block;
	clear: both;
}
	


	/*=================================

	新見出しスタイル

=================================*/
	.h-style01{
		margin-bottom: 60px;
		padding-bottom: 30px;
		background: url(../../images/h_style01_bg.svg) no-repeat center bottom /160px auto;
		font-size: 24px;
		font-weight: 500;
		text-align: center;
	}
	.h-style02{
		margin-bottom: 60px;
		padding-bottom: 30px;
		background: url(../../images/h_style01_bg.svg) no-repeat center bottom /160px auto;
		font-size: 24px;
		font-weight: 500;
		text-align: center;
	}
	.h-style03{
		margin-bottom: 50px;
		padding: 14px 0;
		color: #F08C00;
		font-size: 18px;
		line-height: 1.75;
		font-weight: 500;
		border-top: 2px solid #F08C00;
		border-bottom: 2px solid #F08C00;
		text-align: center;
	}
	p + .h-style03{ margin-top: 50px; }

	.notes{
		margin: 20px 0;
		font-size: 13px;
	}

 .qa_nonAccordion dt {
    position: relative;
    width: 100%;
    padding: 21px 50px 21px 70px;
    border-top: 2px solid #D6D6D6;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.qa_nonAccordion dt::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 21px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/common/images/icon_q.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}  
  
.qa_nonAccordion dd {
    position: relative;
    width: 100%;
    padding: 50px 50px 50px 70px;
    text-align: left;
} 
.qa_nonAccordion  dd::before {
    content: "";
    position: absolute;
    left: 30px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/common/images/icon_a.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}  

	


}