@charset "utf-8";

/*
=========================== Common CSS =============================

	1.基本設定
	2.レイアウト
	3.ヘッダー
	4.サイドメニュー
	5.フッター
	99.共通クラス

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



/*--------------------------------------
	基本設定
---------------------------------------*/

body {
	font-family: "Arial","Helvetica Neue","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust:100%;
	font-size: 16px;
	line-height: 1.6;
	min-width: 980px;
	background: #fff;
}
input,select{
	font-family: "Arial","Helvetica Neue","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
body.iframeInner{
	min-width:1px;
	background:#fdfcf4;
}
li, p, a, dl dt, dl dd {
	color: #333;
}
small{
	font-size:86%;
}
textarea{
	padding:0.5em;
}
img {
	-ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {

body {
	min-width: 0;
}

}

a:hover{
	color:#ff3131;
}
.a--plain{
	text-decoration:none;
}
.a--plain:hover{
	text-decoration:underline;
}
small{
	font-size:86%;
}
input[type="text"], input[type="tel"] {
	padding:5px;
	font-size:100%;
}

label input[type="checkbox"] {
	margin-right:0.5em;
}

.l_mainArea strong, .l_mainArea strong span{
	font-weight:bold;
}
.l_mainArea em{
	font-style:italic;
}

/*--------------------------------------
	レイアウト
---------------------------------------*/

.wrapperAll {
	position: relative;
}
.wrapper {
	background:url(../img/bg_mainarea.png) #fff9f7;
	position: relative;
}
.l_contentsArea {
	border-bottom: solid 1px #eee;
	background: url(../img/bg_sidearea.png) repeat-y;
	*zoom: 1;
}
.l_contentsArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.l_contentsArea {
	min-height: 1px;
}
* html .l_contentsArea {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.l_sideArea {
	float: left;
	width: 200px;
	margin-top: 184px;
}
.l_mainArea {
	padding-bottom:60px;
	overflow: hidden;
	z-index: 0;
}
.l_footer {
	background:#fff;
}
.l_footerLower {
	background: #222;
	color:#fff;
	overflow: hidden;
	padding: 14px 0 12px 0;
	font-size: 95%;
}
.l_footerLower p,
.l_footerLower li,
.l_footerLower a {
	color:#fff;
}

.l_footerLower .PPIH_logo {
	display: flex;
	justify-content: flex-end;
}

.l_footerLower .PPIH_logo img{
	width: 120px;
	height: 35px;
	margin-bottom: 5px;
}

.l_footerLower .PPIH_logo span {
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 20px;
    display: block;
    margin-top: 3px;
	padding-left: 5px;
	font-family: Meiryo,"A-OTF 新ゴ Pro",A-OTF Shin Go Pro,sans-serif;
}

.l_footerUpperInner,
.l_fooerLowerInner {
	width: 980px;
	margin: 0 auto;
}


@media only screen and (max-width: 767px) {

.l_contentsArea {
	background: none;
	border-bottom:none;
}
.l_sideArea {
	background: none;
	float: none;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.l_mainArea {
	padding: 75px 0 0 0;
}
.pcMenu {
	display: none;
}
.l_mainArea {
	margin: 0;
}
.gotoTop__btn img {
	width: 90px;
	height: 90px;
}
.l_footer{
		border-top: solid 1px #eee;
}
.l_footer .gotoTop .gotoTop__btn {
	top: -75px;
	left: 38%;
	background: url(../img/bg_gototop_sp.png) no-repeat top right;
	background-size: 55px auto;
	padding: 5px 25px 0 0;
}
.l_footerUpperInner,
.l_fooerLowerInner {
	width: 100%;
}
.l_footerUpper {
}

.l_footerLower {
	padding: 20px 0 40px 0;
}

.l_footerLower .PPIH_logo {
	justify-content: center;
}

}

@media only screen and (max-width: 767px) {
/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 */

html, body, .sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}
html {
	height: 100%; /* Site is as tall as device. */
}
body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}
.sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of .sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #fff; /* Default Slidebars background colour, overwrite this with your own css. */
	-webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}
.sb-left {
	left: 0; /* Set Slidebar to the left. */
}
.sb-right {
	right: 0; /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}
.sb-slide, .sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transform:translate(0px);
	   -moz-transform:translate(0px);
	     -o-transform:translate(0px);
	        transform:translate(0px);
	-webkit-transition: -webkit-transform 300ms ease;
	   -moz-transition: -moz-transform 300ms ease;
	     -o-transition: -o-transform 300ms ease;
	        transition: transform 300ms ease;
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
.sb-hide {
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
.spMenu.sb-active {
	display: block;
}
.overlay {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	left: 264px\0;
	left: 264px\9;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.5);
}
}



/*--------------------------------------
	ヘッダー
---------------------------------------*/

.headerMenu {
	display: none;
}
.l_header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 27px 0 0;
	width:200px;
	z-index: 1102;
}
.logo a {
	display: block;
	background: url(../img/logo_pc.png) no-repeat;
	width: 97px;
	height: 132px;
	margin:0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {

.l_header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	padding: 22px 0 21px;
	border-bottom: solid 1px #eaeaea;
	z-index: 1102;
}
.logo a {
	background: url(../img/logo_sp.png) no-repeat;
	width: 146px;
	height:32px;
	background-size: 146px auto;
	margin: 0 auto;
}
.headerMenu {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	cursor: pointer;
	padding: 17px 20px 15px 0;
}


}



/*--------------------------------------
	サイドメニュー
---------------------------------------*/

.searchBalloon {
	display: none;
	position: absolute;
	top: -15px;
	left: 180px;
	background: url(../img/bg_searchBalloon.png) no-repeat left 35px;
	padding: 0 0 0 12px;
}
.searchBalloon__inner {
	background: #e8ff50;
	border: solid 12px #e8ff50;
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	width: 523px;
}
.searchBalloon__shearchBox {
	background: #fff;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0 auto 10px;
	padding: 25px 20px 20px;
	position:relative;
}
.searchBalloon__shearchTtl {
	margin: 0 auto 15px;
}
.searchBalloon__shearchList {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.searchBalloon__shearchList > li {
	float: left;
	background: url(../img/line_searchballoon_searchList.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 0 0 4px;
	font-size: 86%;
	line-height:1;
}
.searchBalloon__shearchList > li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}
.searchBalloon__myshopBox {
	background: #fff url(../img/bg_searchballoon_myshop.gif) no-repeat right bottom;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0 auto 12px;
	padding: 25px 20px;
}
.searchBalloon__myshopList__item.hide {
	display: none;
}
.searchBalloon__myshopTtl {
	margin: 0 auto 15px;
}
.searchBalloon__myshopTxt {
	font-size: 86%;
	line-height: 1.6;
	margin: 0 auto 10px;
}
.searchBalloon__myshopShearch a {
	background: url(../img/icon_searchballoon_arrow.png) no-repeat 0 52%;
	padding: 3px 0 3px 25px;
	line-height:1;
}
.searchBalloon__myshopName{
	margin-bottom:13px;
}
.btn--searchballoon{
	box-sizing:border-box;
	width:11em;
	margin:0 10px 0 0;
	padding:1em 0;
	text-align:center;
}
.searchBalloon__myshopListSearch{
	position:absolute;
	top:25px;
	right:25px;
	font-size:93%;
	text-align:right;
}
.searchBalloon__myshopIcn{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:10px;
	background:url(../img/icon_searchballoon_shop.gif) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	vertical-align:-18%;
}
.searchBalloon__myshopIcn--donki{
	background-position:0 0;
}
.searchBalloon__myshopIcn--picasso{
	background-position:0 -20px;
}
.searchBalloon__myshopIcn--mega{
	background-position:0 -40px;
}
.searchBalloon__myshopIcn--usa{
	background-position:0 -60px;
}
.searchBalloon__myshopIcn--nagasakiya{
	background-position:0 -80px;
}
.searchBalloon__myshopIcn--doit{
	background-position:0 -100px;
}
.searchBalloon__myshopList__btnList{
	position:absolute;
	top:25px;
	left:140px;
	width:100px;
	letter-spacing:-0.4em;
}
.searchBalloon__myshopList__btnList > li{
	display:inline-block;
	margin-right:4px;
	letter-spacing:normal;
}

.searchBalloon__myshopList__btn{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../img/icon_searchballoon_number.gif) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.searchBalloon__myshopList__btn--1{
	background-position:0 0;
}
.searchBalloon__myshopList__btn--2{
	background-position:-17px 0;
}
.searchBalloon__myshopList__btn--3{
	background-position:-34px 0;
}
.searchBalloon__myshopList__btn--1.searchBalloon__myshopList__btn--now{
	background-position:0 -17px;
}
.searchBalloon__myshopList__btn--2.searchBalloon__myshopList__btn--now{
	background-position:-17px -17px;
}
.searchBalloon__myshopList__btn--3.searchBalloon__myshopList__btn--now{
	background-position:-34px -17px;
}
.searchBalloon__myshopRemove{
	display:inline-block;
	color:#999;
	margin-left:1em;
	font-size:72%;
	vertical-align:middle;
}
.searchBalloon__gotoTop {
	text-align: center;
	padding: 7px 0;
}
.searchBalloon__gotoTop a {
	background: url(../img/icon_searchballoon_arrow.png) no-repeat right center;
	padding: 0 25px 0 0;
	font-size: 115%;
	text-decoration: none;
}
.sideMyshopAera {
	background: url(../img/bg_sidemyshoparea.png) no-repeat;
	width: 170px;
	height: 120px;
	margin: 0 auto 10px;
}
.sideMyshopAera__ttl {
	padding: 14px 0 3px;
	text-align: center;
}
.sideMyshopAera__shopList .hide {
	display: none;
}
.sideMyshopAera__shop {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.sideMyshopAera__shop dt {
	margin: 0 auto 3px;
	font-size:86%;
}
.sideMyshopAera__shop dt a {
	color: #fe4800;
}
.sideMyshopAera__shop__delete{
	margin-left:0.4em;
}
.sideMyshopAera__shop__delete > img{
	vertical-align:-25%;
	display:inline-block !important;
}
.sideMyshopAera__btn {
	text-align: center;
	letter-spacing: -.40em;
}
.sideMyshopAera__btn > li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	background: #ccc;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin: 0 4px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	*text-indent: 0;
	*white-space: normal;
	*overflow: visible;
}
.sideMyshopAera__btn > li span {
	*display: none;
}
.sideMyshopAera__btn > li a {
	background: #ccc;
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.sideMyshopAera__btn > li a:hover {
	background: #000;
}
.sideMyshopAera__btn > li a.select {
	background: #000;
}
.gNav {
	margin: 0 0 24px 3px;
	border-top: solid 1px #fcc;
}
.gNav > li {
	border-bottom: solid 1px #fcc;
}
.gNav > li > a {
	display: block;
	padding:25px 10px;
	text-align:center;
	font-weight:bold;
	line-height:1;
	text-decoration:none;
}
.gNav > li > a:hover {
	background:url(../img/nav_bg_on.png) no-repeat 100% 100% #e63f4c;
	color:#fff;
}
.gNav__search {
	position: relative;
	z-index: 101;
}
.gNav__search:hover {
	background: url(../img/bg_gnav_on.gif) no-repeat top left;
}
.gNav__search img {
}
.gNav .searchBalloon__shearchTtl img,
.gNav .searchBalloon__myshopTtl img{
	padding-left: 0px;
}

.sideSearchArea {
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 137px;
	margin: 0 auto 30px;
	padding: 4px 5px;
	border: solid 1px #e2e2e2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.sideSearchArea__txt {
	float: left;
	width: 110px;
	border: none;
	padding: 3px
}
.sideSearchArea__btn {
	vertical-align: middle;
	padding: 3px 0;
}
.sideLanguageArea {
	margin: 0 auto 13px;
	text-align: center;
}
.sideSnsArea {
	text-align: center;
	letter-spacing: -.40em;
	margin: 0 auto 25px;
}
.sideSnsArea li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	margin: 0 4px 0 5px;
}
.sideSnsArea li img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border: 2px solid #f8ecd5;
}
.sideSnsArea li a img:hover{
	border: 2px solid #ffe100;
}
.sideBnrArea > li {
	margin: 0 auto 14px;
	width: 165px;
}
.sideBnrArea > li img {
	width:100%;
	height:auto;
}
.sideBnrArea > li img:hover {
}

.spMenu {
	display: none;
	width: 264px;
	box-sizing:border-box;
	border-left:solid 3px #e60012;
	border-right:solid 1px #e5e5e5;
}
.pcMenu {
	margin-bottom: 230px;
}
.followMenu {
	left: 0;
	width: 200px;
	z-index: 101;
}
.followMenu__logo a {
	display: block;
	background: url(../img/logo_pc.png) no-repeat;
	width: 97px;
	height: 132px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 27px auto;
}
.followMenu .gotoTop {
	text-align: center;
	width: 70px;
	margin: 0 auto;
	background: url(../img/bg_gototop_pc.png) no-repeat top right;
	padding: 40px 50px 10px;
}



@media only screen and (max-width: 767px) {
.gNav{
	margin-left:0;
}
.sideMyshopAera {
	display: none;
}
.spMenu {
	-webkit-overflow-scrolling: touch;
}
.sideSearchArea {
	width: 190px;
}
.sideSearchArea__txt {
	width: 160px;
}
.sideBnrArea > li {
	width: 200px;
}
.spMenu .l_sideMenu {
	padding-bottom: 30px;
}
.followMenu {
	display: none !important;
}
.sideMyshopAera__shop__delete > img{
	vertical-align:-15%;
}
}



/*--------------------------------------
	フッター
---------------------------------------*/

.footerBnrArea {
	display: none;
}
.footerGroup__ttl {
	font-size: 108%;
	font-weight: bold;
	padding: 30px 0 15px;
}
.footerGroup__link {
	letter-spacing: -.40em;
	margin: 0 auto 30px;
}
.footerGroup__link > li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	/*margin: 0 25px 0 0; 150701*/
	margin: 0 20px 0 0;
}
.footerGroup__link > li:last-child { margin: 0;}	/* 150701 */
.footerGroup__link > li a:hover{
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
.footerSiteMap {
	text-align:center;
	background:#e1e1e1;
	padding:0.8em 0;
}
.footerSiteMap > ul{
	width:40em;
	margin:0 auto;
	padding-left:1.8em;
}
 .footerSiteMap > ul > li {
	display:inline-block;
	font-size:88%;
}
.footerSiteMap a{
	text-decoration:none;
	padding-left:11px;
	margin-left:0.9em;
	margin-right:0.9em;
	background:url(../img/icon_arrow.png) no-repeat 0 50%;
}

.fooerLowerList > li {
	float: left;
	border-left:solid 1px #fff;
	padding: 0 1.2em;
	margin-top: 17px;
	font-size: 86%;
	line-height:1;
}
.fooerLowerList > li:first-child {
	border-left:none;
	padding-left:0;
}
.fooerLowerList > li a {
	text-decoration: none;
}
.fooerLowerList > li a:hover {
	text-decoration: underline;
}
.fooerLowerCopyright {
	float: right;
}

.gotoTop {
}
.gotoTop__btn {
	display:block;
	width:50px;
	height:50px;
	background:url(../img/icons.png) no-repeat 0 -52px #eb313e;
	border-radius:5px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position:absolute;
	right:35px;
	bottom:280px;
	z-index:100;
}

@media only screen and (max-width: 767px) {

.footerBnrArea {
	display: block;
	padding: 20px 20px 15px;
}
.footerBnrArea > li {
	width: 48%;
	float: left;
	margin: 0 0 10px 0;
}
.footerBnrArea > li img {
	width: 100%;
	border: solid 1px #ececec;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

.footerGroup__link {
	border-bottom: none;
	padding: 0 20px 15px;
	margin: 20px auto 0;
}
.footerGroup__link > li {
	margin: 0 3.5% 8px 0;
	width: 31%;
}
.footerGroup__link > li img {
	border: solid 1px #e8e8e8;
	width: 100%;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.footerSiteMap > ul{
	width:auto;
	padding-left:0;
}
.footerSiteMap__ttl a {
	display: block;
	font-size: 108%;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
	background:  #fdfdfd url(../img/icon_footer_arrow.gif) no-repeat 94.5% 50%;
	background-size: 6px auto;
	text-decoration: none;
	color: #000;
}
.fooerLowerList {
	margin: 0 auto 27px;
}
.fooerLowerList > li {
	border:none;
	float: none;
	text-align: center;
	margin: 0 auto 11px;
	font-size: 108%;
}
.fooerLowerList > li:first-child{
	padding-left:1.2em;
}
.fooerLowerCopyright {
	float: none;
	text-align: center;
	line-height:1.4;
}
.footerSiteMap {
	padding-left:15px;
	padding-right:15px;
}
.gotoTop__btn {
	position:static;
	margin:15px 15px 15px auto;
}
}


/*-------アコーディオン-------*/

/*.footerAccordion__ttl {
	pointer-events: none;
}*/
.footerSiteMap__ttl {
	display: none;
}

@media only screen and (min-width: 768px) {

.footerAccordion__item {
	display: block !important;
}

}

@media only screen and (max-width: 767px) {

.footerAccordion__ttl {
/*	pointer-events: auto;*/
	cursor: pointer;
	font-size: 108%;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
	background:  #fdfdfd url(../img/icon_footerAccordion_arrow.png) no-repeat 95% 50%;
	background-size: 9px auto;
}
.footerAccordion__ttl.on {
	background:  #fdfdfd url(../img/icon_footerAccordion_arrow_on.gif) no-repeat 95% 50%;
	background-size: 9px auto;
}
.footerGroup__ttl {
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
}
.footerGroup__link {
	border-bottom: solid 1px #ebebeb;
}
.footerSiteMap__ttl {
	border-bottom: solid 1px #ebebeb;
}
.footerAccordion__item {
	display: none;
}
.footerSiteMap__ttl {
	display: block;
}


}



/*--------------------------------------
	各コンテンツ用のクラス
---------------------------------------*/
/* Shufoo! Webチラシ */

.shopDetail__leafletArea--shufoo > div{
	border: none !important;
	width: auto !important;
	height: auto !important;
}

.shufoo-chirashi{
	display: block !important;
	width: auto !important;
	margin: 0;
}
.shufoo-list-parent{
	font-size: inherit !important;
	position: static !important;
	overflow-y: visible !important;
	overflow-x: visible !important;
	width: auto !important;
	height: auto !important;
}
.shufoo-list-parent > ul{
	font-family: inherit !important;
	word-wrap: inherit !important;
	width: auto !important;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flex;
	display:flex;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-moz-box-align:stretch;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	align-items:stretch;
}
.shufoo-list-parent > ul{
	letter-spacing: -0.4em;
	width: 101.3%;
	margin:20px -1.3% 20px 0;
 }
.shufoo-list-parent > ul > li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	vertical-align:top;
	box-sizing:border-box;
	width:23.7%;
  margin: 0 1.3% 15px 0 !important;
	float: none !important;
	position: relative;
	border: solid 1px #ebebeb !important;
	border-radius: 15px;
 }
.shufoo-chirashi_wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 40px 35px 25px !important;
	text-align: inherit !important;
}
.shufoo-chirashi_area{
	overflow:visible !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 20px !important;
}
.shufoo-thumb{
	overflow: visible !important;
	width: auto !important;
	text-align: center;
}
.shufoo-ui-area{
	width: auto !important;
	margin: 0 0 15px !important;
}
.shufoo-scheme{
	-webkit-order: -1;
	order: -1;
	width: auto !important;
	font-size: 87.5% !important;
	margin: 0 0 20px !important;
}
.shufoo-title{
	-webkit-order: -2;
	order: -2;
	line-height: inherit !important;
	width: 100% !important;
	height: auto !important;
	font-size: inherit !important;
	margin: 0 auto 0.5em !important;
}
#sb-site .shopList__shopDetail .shufoo-chirashi ul li,
#sb-site .shopDetail .shufoo-chirashi ul li {
	font-size: inherit;
}
.shufoo-ui-area > div{
	width: auto !important;
	height: auto !important;
}
.shufoo-ui-area li{
	width: auto !important;
	float: none !important;
	margin-bottom: 0.5em !important;
}
.shufoo-ui-area a {
	display: block;
	box-sizing: border-box;
	margin: 3px auto;
	padding: 13px 25px;
	border: solid 1px #e4c1c4;
	border-radius: 5px;
	background: #fff7f4;
	color: #000;
	width:13em;
    max-width: 100%;
	text-align: center;
	font-size: inherit;
	text-decoration: none;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;
}
.shufoo-ui-area a::after {
content: '';
display: inline-block;
background: url(../img/icons.png) no-repeat 0 -102px;
width: 16px;
height: 16px;
margin-left: 0.3em;
vertical-align: -16%;
}
.shufoo-ui-area a img{
	display: none;
}
.shufoo-dc a::before{
	content: "詳細";
}
.shufoo-pdf a::before{
	content: "PDF";
}
.chirashiAreaBlockList__now{
	display: inline-block;
	background: #ffee60;
	margin-right: 0.5em;
	padding: 0.25em 0.5em;
	border-radius: 0.25em;
	text-decoration: none;
	line-height: 1;
	vertical-align: 0;
}
 @media only screen and (max-width:1379px){
 	.shufoo-list-parent > ul{
 	    width: 101.8%;
 		margin-right: -1.8%;
 	}
 	.shufoo-list-parent > ul > li{
 		width:31.5%;
     margin: 0 1.8% 15px 0;
 	}
}
@media only screen and (max-width: 767px){
	.shufoo-list-parent > ul > li{
    	width: 47%;
    	margin: 0 3% 10px 0;
	}
	.shufoo-chirashi_wrapper{
    	padding: 20px 15px 15px !important;
	}
}
@media only screen and (max-width: 480px) {
	.shufoo-list-parent > ul{
	    width: 100%;
			margin-right: 0;
	}
	.shufoo-list-parent > ul > li{
		width:100%;
    margin: 0 0 15px 0;
	}
}



/*--------------------------------------
	共通クラス
---------------------------------------*/

/* css pie */
.pie {
	position: relative;
}
/*　スマートフォンで改行 */
.sp_only {
	display: none;
}
.pc_only{
	display:inline;
}
ul.pc_only, p.pc_only, div.pc_only, h1.pc_only{
	display:block;
}
ul.sp_only, p.sp_only, div.sp_only{
	display:none;
}
img.pc_only{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
img.sp_only{
	display:none;
}
@media only screen and (max-width: 767px) {
.sp_only {
	display: inline;
}
.pc_only{
	display:none;
}
ul.pc_only, p.pc_only, div.pc_only{
	display:none;
}
ul.sp_only, p.sp_only, div.sp_only{
	display:block;
}
img.sp_only{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
img.pc_only{
	display:none;
}
}

/*リード文*/
.lead{
	font-size:108%;
}
/*自由記入エリア*/
.column__txt ul{
	list-style:disc;
	margin:1em 0 1em 1.5em;
}
.column__txt ol{
	list-style:decimal;
	margin:1em 0 1em 1.5em;
}
.column__txt table{
	border-top:solid 1px #ebebeb;
	border-left:solid 1px #ebebeb;
}
.column__txt th{
	padding:0.3em;
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
	text-align:center;
	font-weight:bold;
}
.column__txt  td{
	padding:0.3em;
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}
.column__txt  sub{
  vertical-align: sub;
  font-size: smaller;
}
.column__txt  sup{
  vertical-align: sup;
  font-size: smaller;
}
/*自由記入エリア上書き（念のため）*/
.shopDetail__leafletArea ul{
	list-style:none;
	margin:0;
}
/* タイトルエリア
 ---------------------------------*/

.hdrArea {
	background: url(../img/bg_hdrarea.gif);
	height: 183px;
	border-bottom: solid 2px #e60012;
	position:relative;
}

.hdrArea__ttl {
	padding: 72px 0 0 25px;
	color:#000;
	font-size: 200%;
	font-weight: bold;
	line-height:1;
	float: left;
}
.hdrArea__donpen {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
}
.hdrArea__donpen img {
	width:auto;
}

@media only screen and (max-width: 767px) {

.hdrArea {
	height: 52px;
	border-bottom: solid 1px #e60012;
	background-size: auto 50%;
}
.hdrArea__ttl {
	font-size: 115%;
	padding: 18px 0 0 12px;
}
.hdrArea__donpen {
	right:15px;
	text-align:right;
}
.hdrArea__donpen img {
	height:25px;
}

}

/* 本文エリア
 ---------------------------------*/
 .cts{
	 padding: 45px 8% 0;
 }
@media only screen and (max-width: 767px) {
	.cts{
		padding: 15px 10px 0;
		min-width:0;
	}
}


/* SNSエリア
 ---------------------------------*/
.snsArea {
	letter-spacing: -.40em;
}
.snsArea li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	margin: 0 4px 0 5px;
}
.snsArea li:first-child {
	margin-left:0;
}
.snsArea li:last-child {
	margin-right:0;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.fb_iframe_widget span {height: 20px; z-index: 0; overflow: hidden;}
.tablet .twitter-tweet-button{
/*	position:static !important;*/
	max-height:30px;
}

/* 見出し
 ---------------------------------*/
 /*----- 見出し -----*/
.hdr2{
	 margin-bottom:30px;
	 background:#fff;
	 box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	 border-radius:5px;
 }
 .hdr.hdr2{
	 padding: 15px 20px;
 }
 .hdr.hdr2, .hdr2 .hdrBlock__title{
	 color:#000;
	font-size:150%;
	font-weight:bold;
	padding:20px;
 }

 .hdr3{
	 background:#fff;
	 box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	 border-radius:5px 5px 0 0;
	 border-bottom:solid 1px #e5e5e5;
 }
 .hdr.hdr3{
	 padding:12px 15px 12px;
 }
 .hdr.hdr3, .hdr3 .hdrBlock__title{
	 color:#000;
	font-size:113%;
 }

 .hdr4{
	margin-bottom:20px;
	border-bottom:solid 1px #ebebeb;
 }
 .hdr.hdr4{
	 padding:0 15px 14px;
 }
 .hdr.hdr4, .hdr4 .hdrBlock__title{
	font-size:116%;
 }

 .hdr.hdr5{
	 margin:0 0 0.3em;
	 font-size:100%;
	 font-weight:bold;
 }
 .hdr.hdr--date{
	 margin:0 0 0.3em;
	 font-size:100%;
	 font-weight:bold;
	 color:#39a03b;
 }

/*----- 見出しの中に他の要素が入るブロック -----*/
 .hdrBlock{
	 display:table;
	*display:inline;
	*zoom:1;
	/position:relative;
	 width:100%;
	 box-sizing:border-box;
 }
.hdr2.hdrBlock{
}
.hdr3.hdrBlock{
}
.hdr5.hdrBlock{
}
 .hdrBlock__title{
	 display:table-cell;
	*display:inline;
	*zoom:1;
	/position:absolute;
	/top:0.3em;
	/left:0;
	vertical-align:middle;
	 margin:0;
	white-space:nowrap;
 }
 	.hdr3 .hdrBlock__title{
		padding:13px 0 13px 15px;
}

 .hdrBlock__inner{
	 display:table-cell;
	 *display:inline;
	 *zoom:1;
	 /position:absolute;
	 /right:0;
	 text-align:right;
	 vertical-align:bottom;
	padding: 4px 15px 18px;
	font-size:88%;
}
.hdrBlock .btn{
	padding-top:13px;
	padding-bottom:13px;
}

@media only screen and (max-width: 767px) {

.hdrBlock__title{
	white-space:normal;
}
.hdr2{
	margin-bottom: 25px;
}
 .hdr.hdr2{
	 padding-top: 12px;
	 padding-bottom:10px;
 }
 .hdr.hdr3{
	 padding-top:6px;
	 padding-bottom:6px;
	 font-size:108%;
 }
 .hdr2.hdr--compact{
	 margin-bottom:25px;
 }
  .hdr3.hdr--compact{
	 margin-bottom:25px;
 }
	.hdr.hdr2, .hdr2 .hdrBlock__title{
		font-size:122%;
	 }
	 .hdr.hdr4, .hdr4 .hdrBlock__title{
		font-size:108%;
	 }
	 .hdrBlock{
	 display:block;
	 }
	 .hdr2.hdrBlock, .hdr3.hdrBlock{
	 height:auto;
	 }
	 .hdrBlock.hdrBlock--compact{
		 display:table;
	 }
	 .hdrBlock__title{
		 display:block;
 	}
	.hdrBlock--compact .hdrBlock__title{
		 display:table-cell;
	 }
 	.hdrBlock__inner{
		 display:block;
	}
	.hdrBlock--compact .hdrBlock__inner{
		 display:table-cell;
	 }
	.hdr2.hdrBlock--compact .hdrBlock__inner{
		 border-bottom:solid 2px #ffe200;
		background:url(../img/title_bg.gif) #f9efd9;
	 }
	.hdr3.hdrBlock--compact .hdrBlock__inner{
		background:url(../img/title_bg.gif) #f9efd9;
	 }
	 .hdrBlock--compact.hdr3{
		 margin-bottom:40px;
	 }
	.hdr2 .hdrBlock__title{
	 margin-bottom:10px;
	 background:#fff;
	 box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	 border-radius:5px;
 	}
	 .hdr3.hdrBlock{
		 display:block;
	 background:#fff;
	 margin:0;
	 width:auto;
	 }
	.hdr3 .hdrBlock__title{
	margin-bottom:0.5em;
		width:100%;
		box-sizing:border-box;
 	}
	 .hdr4 .hdrBlock__title{
		 margin-bottom:0.5em;
 	}
 	.hdr.hdr4{
		 padding:0 15px 14px;
 	}
	.hdr__note{
		display:block;
		margin-left:45px;
	}
}

 /* セレクトボックス
 ---------------------------------*/
.customSelect{
	background:url(../img/icon_select_arrow.gif) no-repeat 100% 50%;
	padding:10px 30px 10px 10px;
	border:solid 1px #d3d3d3;
}
.customSelectInner{
	width:100% !important;
}

 /* 検索窓
 ---------------------------------*/
 .searchForm{
	 display:inline-block;
	 *display:inline;
	 *zoom:1;
	 background:#fff;
	 border:solid 1px #e2e2e2;
	 border-radius:5px;
	 padding-right:10px;
}
.searchForm__input{
	display:inline-block;
	 *display:inline;
	 *zoom:1;
	border:none;
	background:none;
	vertical-align:middle;
}
.searchForm__btn{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}

/* 画像
 ---------------------------------*/
.fig{
	border:solid 1px #cecece;
}

 /* リンク
 ---------------------------------*/
 .link{
	 color:#333;
}
.link:after{
	content: '';
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:16px;
	width:16px;
	margin:0 0 2px 0.5em;
    background:url(../img/icons.png) no-repeat 0 -102px;
	vertical-align:-0.4em;
}
/*ページ内リンク（下へ）*/
 .link--inPage{
	display:inline-block;
	margin:3px;
	padding:10px 20px;
	border-radius:5px;
	background:#fff;
	color:#333;
	text-decoration:none;
 }
.link--inPage:after {
	display:none;
}
.link--inPage:before {
	content: '';
	display:inline-block;
	height:16px;
	width:16px;
	margin-right:0.3em;
    background:url(../img/icons.png) no-repeat 0 -263px;
	line-height:1;
	vertical-align: -17%;
}
.link--inPage:hover{
	color:#333;
	background-color: #ffd4d4;
	border-color:#ffd4d4;
}

 /*現在地*/
 .link--now{
 }
 .link--inPage.link--now{
	color:#333;
	background-color: #ffd4d4;
	border-color:#ffd4d4;
 }
@media only screen and (max-width: 767px) {
.hdrBlock__inner .link{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:3px;
	padding:12px 15px;
	border:none;
	border:solid 1px #e4c1c4;
	border-radius:5px;
	background:#fff7f4;
	text-decoration:none;
	font-size: 85%;
	line-height:1;
}
.hdrBlock__inner .link:hover{
	color:#333;
	background-color: #ffd4d4;
	border-color:#ffd4d4;
}

}

/* リンクリスト
 ---------------------------------*/
 .linkList{
	 letter-spacing:-0.4em;
	 margin:0;
	 padding:0;
 }
 .linkList li{
	 letter-spacing:normal;
	 display:inline-block;
	 *display:inline;
	 *zoom:1;
	 margin-right:1.2em;
 }
 .linkList--inpage li{
	 margin:0 10px 10px 0;
 }
 .linkList--inpage--small li{
	 margin-right:5px;
 }
.linkList--inpage li:last-child, .linkList--inpage--small li:last-child{
	margin-right:0;
}



/*短縮型（アイコンなし）*/
.linkList--short > a{
	 display:inline-block;
	 *display:inline;
	 *zoom:1;
	 margin:0 0.8em 0.8em 0;
	 padding-right:1em;
	 border-right:solid 1px #cdcdcd;
	 box-sizing:border-box;
	 text-decoration:none;
	line-height: 1.1em;
 }
 .linkList--short > a:last-child{
	 margin-right:0;
	 padding-right:0;
	 border-right:none;
 }

@media only screen and (max-width: 767px) {
.linkList--short {
	display:-webkit-flex;
	display:flex;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	align-items:stretch;
	letter-spacing: -0.4em;
	font-size: 86%;
	border-top: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	margin: -20px auto 0;
}
.linkList--short > a , .linkList--short >a:last-child{
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin: 0;
	padding: 8px;
	width: 33%;
	box-sizing:border-box;
	letter-spacing:normal;
	text-align: center;
	border: none;
	background:#fff;
	border-bottom: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea !important;
}
.linkList--short > a.link--now {
	color:#000;
	background:#ffee5f;
}
.iframeInner .linkList--short {
	 display:inline-block;
	 margin:0 0.8em 0.8em 0;
	 font-size:100%;
	 border:none;
}
.iframeInner .linkList--short > a{
	 display:inline-block;
	 margin:0 0.8em 0.8em 0;
	 padding:0 1em 0 0;
	 width:auto;
	 border-bottom:none;
	 border-right:solid 1px #cdcdcd !important;
 }
.iframeInner .linkList--short > a:last-child{
	 margin-right:0;
	 padding-right:0;
	 border-right:none !important;
 }
.iframeInner .linkList--short > a.link--now {
	color:#f90;
	background:none;
}

}

 /* インプット
 ---------------------------------*/
input[type="text"].input--large{
	padding:10px;
	font-size:115%;
}

@media only screen and (max-width: 767px) {
	input[type="text"].input--large{
		padding:5px;
		font-size:100%;
		box-sizing:border-box;
		width:100%;
	}
	.inputBox--large{
		display:table;
		*display:inline;
		*zoom:1;
		width:100%;
	}
	.inputBox--large__input{
		display:table-cell;
		*display:inline;
		*zoom:1;
	}
	.inputBox--large__btn{
		display:table-cell;
		*display:inline;
		*zoom:1;
		width:120px;
	}
}

 /* ボタン
 ---------------------------------*/
.btn{
	display:inline-block;
	margin:3px;
	padding:13px 25px;
	border:solid 1px #e4c1c4;
	border-radius:5px;
	background:#fff7f4;
	color:#000;
	font-size:inherit;
	text-decoration:none;
	line-height:1;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	overflow:visible;
}
li:last-child > .btn{
	margin-right:0;
}
.btn:after {
	content: '';
	display:inline-block;
    background:url(../img/icons.png) no-repeat 0 -102px;
	width:16px;
	height:16px;
	margin-left:0.3em;
	vertical-align:-16%;
}
input.btn, input:hover.btn{
    background-image:url(../../common/img/icon_arrow_r_btn.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	padding-right:40px;
}
.linkList--inpage .btn{
	background:#fff;
}
.btn:hover, .linkList--inpage .btn:hover{
	color:#333;
	background-color: #ffd4d4;
	border-color:#ffd4d4;
}
/*矢印アイコンを手動で置く場合*/
.btn__arrow{
	display:inline-block;
	*display:block;
	*zoom:1;
	height:17px;
	width:17px;
	margin-left:0.3em;
    background:url(../../common/img/icon_arrow_r.png) no-repeat 0 0;
	vertical-align:-35%;
}
@media only screen and (max-width: 767px) {
.btn{
	margin:0;
	border-radius:8px;
}

.btn:after {
	background-size:30px auto;
	background-position:0 -78px;
	width:13px;
	height:13px;
	vertical-align:-10%;
}
input.btn, input:hover.btn{
    background-image:url(../../common/img/icon_arrow_r_btn_sp.png);
	background-size:35px auto;
}
.btn__arrow{
    background:url(../../common/img/icon_arrow_r_sp.png) no-repeat 0 0;
	background-size:13px auto;
}
}
/*大きなボタン*/
.btn--large{
	padding:23px 45px;
	font-size:122%;
}
input.btn--large, input:hover.btn--large{
	padding-right:50px;
}
.btn--inputlarge, input.btn--simple.btn--inputlarge, input.btn--simple.btn--inputlarge:hover{
	margin:0 0 0 13px;
	padding:17px 50px;
	letter-spacing:0.5em;
}
/*横幅いっぱいのボタン*/
.btn--full{
	width:100%;
	padding-left:0;
	padding-right:0;
	text-align:center;
}

/*重要なボタン（オレンジ）*/
.btn--important{
	background-color:#ffbc3d;
}
.btn--important:hover{
	background-color: #ffb21e;
}
/*重要でないボタン（グレー）*/
.btn--unimportant{
	background-color:#dcdcdc;
}
.btn--unimportant:hover{
	background-color:#ccc;
}
/*オフボタン（うすグレー）*/
.btn--unactive{
	background-color:#f6f6f6;
}
/*タブのオフボタン*/
.btn--off{
	background-color:#e4e4e4;
}
.btn--off:hover{
	background-color:#efefef;
}
/*矢印アイコンなし*/
.btn--simple:after{
	display:none;
}
input.btn--simple, input:hover.btn--simple{
    background-image:none;
	padding-right:25px;
}
.btn--simple{
    *background-image:none;
	*padding-right:25px;
}
/*小さなボタン*/
.btn--small:after{
	display:none;
}
input.btn--small, input:hover.btn--small, .btn--small{
    background-image:none;
	padding:8px 10px;
	border-radius:4px;
	font-size:77%;
}
/*脇に置くボタン*/
.btn--aside{
	position:absolute;
	right:0;
}
/*脇に置くボタン - 戻る*/
.btn--aside--back{
	position:absolute;
	left:0;
	width:10em;
}
/*フローティングウインドウを開くボタン*/
.btn--open:before {
	display:none;
}
.btn--open:after {
	content: '';
	display:inline-block;
	height:16px;
	width:16px;
	margin-left:0.3em;
    background:url(../img/icons.png) no-repeat -16px -263px;
	line-height:1;
	vertical-align: -17%;
}
/*フローティングウインドウを閉じるボタン*/
.btn--close:after {
	display:none;
}
.btn--close:before {
	content: '';
	display:inline-block;
	height:15px;
	width:15px;
	margin-right:0.3em;
    background:url(../img/icon_arrow_close.png) no-repeat 0 0;
	vertical-align:-15%;
}
/*印刷*/
.btn--print{
	margin:0;
	padding:0.4em 0.5em;
	background:#e4e4e4;
	border:none;
}
.btn--print:before {
	content:" ";
	display:inline-block;
    background:url(../img/icon_print.png) no-repeat 0 0;
	width:17px;
	height:14px;
	vertical-align:-25%;
	margin-right:0.3em;
}
.tablet .btn--print{
	display:none;
}

@media only screen and (max-width: 767px) {
	.btn--large{
		padding-top: 22px;
		padding-bottom: 22px;
		font-size: 115%;
	}
	.btn--aside{
		display:block;
		position:relative;
		margin:1em auto 0;
	}
	.btn--inputlarge, input.btn--simple.btn--inputlarge, input.btn--simple.btn--inputlarge:hover{
		margin-left:5px;
		padding:10px 35px;
	}
/*脇に置くボタン - 戻る*/
.btn--aside--back{
	position:static;
	display:block;
	margin:40px auto 0;
}
}

/* ボタン領域
 ---------------------------------*/
 .btnArea{
	 position:relative;
	 margin-bottom:45px;
	 text-align:center;
 }

 /* ボタンリスト
 ---------------------------------*/
.btnList{
	letter-spacing:-0.4em;
}
.btnList > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:8px;
	letter-spacing:normal;
	vertical-align:bottom;
}
.btnList .btn{
	margin:0;
}
@media only screen and (max-width: 767px) {
.btnList > li{
	display:block;
	width:100%;
	margin-bottom:6px;
}
}
/* ページャー
 ---------------------------------*/
.pager{
	text-align:center;
	letter-spacing:-0.4em;
}
.pager > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:6px;
	letter-spacing:normal;
	list-style:none;
	vertical-align:bottom;
}
.pager__btn{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 3px;
	padding:0.7em 0.9em;
	border:solid 1px #e4e4e4;
	border-radius:6px;
	font-size:86%;
	line-height:1;
	text-decoration:none;
	vertical-align:bottom;
}
a.pager__btn:hover{
	color:#333;
	background-color: #ffd4d4;
	border-color:#ffd4d4;
}
.pager__btn--now{
	color:#333;
	background-color: #ffd4d4;
	border-color:#ffd4d4;
}
.pager__btn--prev{
	margin-right:13px;
}
.pager__btn--next{
	margin-left:13px;
}
@media only screen and (max-width: 767px) {
.pager__btn{
	font-size:100%;
	padding:0.8em 1em;
	border-radius:10px;
}

}

/* アイコン
 ---------------------------------*/
.imgicon{
	margin-left:0.8em;
	vertical-align:middle;
}

.texticonArea{
	margin-left:0.6em;
}
.texticon{
	display:inline-block;
	margin:0 0.2em;
	padding:2px;
	border:solid 1px #e40012;
	border-radius:2px;
	color:#e40012;
	font-size:88%;
	line-height:1;
	vertical-align:middle;
}
a .texticon{
	text-decoration:none;
}
.texticon.txticon--new{
	border-color:#33a134;
	color:#33a134;
}
.texticon.txticon--shop{
	border-color:#ff5c26;
	color:#ff5c26;
}
.texticon.txticon--service{
	border-color:#f27475;
	color:#f27475;
}

/* アイコンつき見出し
 ---------------------------------*/
.hdr__icon {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin: -12px 0.5em -9px 0;
	vertical-align:middle;
}
.hdr__icon--s {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/icon_star.png) no-repeat;
	margin: -12px 0.5em -10px 0;
	vertical-align: middle;
}
/* パンくず
 ---------------------------------*/

.breadcrumbsArea {
	padding: 20px 25px 0;
	*zoom: 1;
}
.breadcrumbsArea:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.breadcrumbs {
	float: left;
}
.breadcrumbsArea__list > li {
	float: left;
	background: url(../img/icon_breadcrumbs_arrow.png) no-repeat left 7px;
	padding: 0 0 0 22px;
	margin: 0 15px 0 0;
	font-size: 108%;
}
.breadcrumbsArea__list > li:first-child {
	background: none;
	padding: 0;
}
.breadcrumbsArea__snsArea {
	float: right;
	min-height:28px;
}
.breadcrumbsArea__snsArea > li {
	float: left;
	margin: 0 0 0 10px;
}



@media only screen and (max-width: 767px) {

.breadcrumbsArea {
	padding: 10px 15px 0;
}
.breadcrumbsArea__list {
	float: none;
}
.breadcrumbsArea__list > li {
	background: url(../img/icon_breadcrumbs_arrow_sp.png) no-repeat left 5px;
	background-size: auto 7px;
	font-size: 77%;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}
.breadcrumbsArea__snsArea {
	margin: 10px auto 0;
}

}

/*コンテンツ内で使用するもの*/
.breadcrumbsArea--medium__list {
	overflow: hidden;
}
.breadcrumbsArea--medium__list > li {
	float: left;
	background: url(../img/icon_breadcrumbs_arrow.png) no-repeat left center;
	padding: 0 0 0 25px;
	margin: 0 15px 0 0;
}
.breadcrumbsArea--medium__list > li:first-child {
	background: none;
	padding: 0;
}

/* チェックボックス
 ---------------------------------*/
.selectWrapper{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.column__txt.checkboxWrapper{
	border:none;
}
.checkboxLabel{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0.2em 0;
}
@media only screen and (max-width: 768px) {
.checkboxWrapper{
	border-top:solid 1px #ebebeb;
	border-left:solid 1px #ebebeb;
}
.checkboxBlock{
	display:table;
	width:100%;
}
.checkboxBlock.last--half{
	width:50%;
}
.checkboxLabel{
	display:table-cell;
	box-sizing:border-box;
	width:50%;
	padding:10px 10px 10px 25px;
	margin:0;
	border-right:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
	letter-spacing:normal;
	text-indent:-1.5em;
	vertical-align:top;
}
.checkbox--area:nth-child(2n){
	border-right:none;
}
.checkbox--area.last--l{
	border-bottom:none;
	border-radius:0 0 0 15px;
}
.checked {
	background:#ffee5f;
}
}

/* セレクトボックス
 ---------------------------------*/
.esb-dropdown{
	max-height:350px;
	overflow-y:auto;
}

/* 本文ブロック
 ---------------------------------*/
.block--outer{
	margin-bottom:50px;
	padding:1px 0;
	 background:#fff;
	 box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	 border-radius:0 0 5px 5px;
}
.block--outer--single{
	border-radius:5px;
}

.block--inner{
	margin:20px;
}
.block--lead{
	padding:20px;
	border-bottom:solid 1px #e5e5e5;
}
.block--short{
	margin:0 30px 15px;
}
.block--sssmedium{
	margin:0 30px 20px;
}
.block--ssmedium{
	margin:0 30px 25px;
}
.block--smedium{
	margin:0 30px 25px;
}
.block--medium{
	margin:0 30px 40px;
}
.block--large{
	margin:0 30px 80px;
}
.block--narrow{
	margin-left:15px;
	margin-right:15px;
}
.block--short, .block--medium, .block--narrow{
	*zoom:1;
}
.block--short:after, .block--medium:after, .block--narrow:after{
	display:table;
}
.block--short:after, .block--medium:after, .block--narrow:after{
	content:" ";
	clear:both;
}
@media only screen and (max-width: 767px) {
.block--outer{
	margin:0 0 20px;
}
.block--short{
	margin:0 0 15px;
}
.block--ssmedium{
	margin:0 0 20px;
}
.block--medium{
	margin:0 0 70px;
}
.block--large{
	margin:0 0 80px;
}
.block--outer .block--short,
.block--outer .block--ssmedium,
.block--outer .block--medium,
.block--outer .block--large
{
	margin-left:10px;
	margin-right:10px;
}
.block--large.block--compact{
	margin:0 10px 40px;
}
.block--medium.block--compact{
	margin:0 10px 40px;
}
}
/* 囲み記事
 ---------------------------------*/
.column{
	position:relative;
	background:#fff;
	border-radius:15px;
	border:solid 1px #ded5bc;
}
.column__ttl{
	margin:0;
	padding: 13px 20px 13px 20px;
	border-radius:15px 15px 0 0;
	background:#f9f5ed;
	font-size:115%;
}
.column__ttl--wide{
	padding:  16px 20px 15px 19px;
}
.column__txt{
	padding:25px 20px;
	border-top:solid 1px #ded5bc;
}
.column__txt:first-child{
	border-top:none;
}

/*囲み記事の最下部につくボタン*/
.column__textWithBtn{
	margin-bottom:52px;
}
.column__btn{
	position:absolute;
	bottom:0;
	display:block;
	padding:16px 0 14px;
	width:100%;
	text-align:center;
	text-decoration:none;
	line-height:1;
	border-top:solid 1px #ebebeb;
	background:#fdfdfd;
	*background-image:url(../../common/img/icon_arrow_r_btn.png);
	*background-repeat:no-repeat;
	*background-position:100% 50%;
	border-radius:0 0 14px 14px;
	font-size: 93%;
}
.column__btn:hover {
	color:#000;
	background-color:#f6f6f6;
}

.column__btn:after {
	content: '';
	display:inline-block;
	height:17px;
	width:17px;
	margin:-2px 0 0 0.8em;
    background:url(../../common/img/icon_arrow_r.png) no-repeat 0 0;
	vertical-align:middle;
}
@media only screen and (max-width: 767px) {
.column__ttl{
	padding-top: 11px;
	padding-bottom:10px;
	font-size:108%;
}
.column__ttl--wide{
	padding: 13px 20px 10px 20px;
	font-size:115%;
}
.column__btn:after {
    background:url(../../common/img/icon_arrow_r_sp.png) no-repeat 0 0;
	background-size:13px auto;
	width:13px;
	height:13px;
}
}

/* 段組み
 ---------------------------------*/
.flexbox .grid{
	 display:-webkit-box;
	 display:-moz-box;
	display:-webkit-flex;
	display:flex;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-moz-box-align:stretch;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	align-items:stretch;
}
.grid{
	letter-spacing: -0.4em;
 }
 .grid__grid{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	vertical-align:top;
	box-sizing:border-box;
 }

 .grid__grid--null > .fig{
	 width:100%;
	 height:auto;
 }
.grid__nongrid{
	display:block;
	letter-spacing: normal;
	box-sizing:border-box;
}

 /*画像のみが入るグリッド（flexboxを使わない）*/
.grid--image{
	letter-spacing: -0.4em;
}
 .grid--image__grid{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	vertical-align:top;
	box-sizing:border-box;
 }

/*線つき*/
.grid--line{
    width: 103.6%;
	margin-right: -3.6%;
	border-bottom:solid 1px #e5e5e5;
}
.grid--line__grid{
	width:32.2%;
	padding:15px;
	box-sizing:border-box;
	border-right:solid 1px #e5e5e5;
}
.grid--line > :first-child + * + * {
	border-right:none;
}


 /*----- 段組み - 間隔の狭いもの -----*/
.grid2{
	width: 101.8%;
	margin:20px -1.8% 20px 0;
}
.grid2__grid{
	width:48.2%;
	margin: 0 1.8% 15px 0;
}
.ie8 .grid2__grid{
	width:47.9%;
}
.grid3{
    width: 101.3%;
	margin:20px -1.3% 20px 0;
}
.grid3__grid{
	width:23.7%;
    margin: 0 1.3% 15px 0;
}
.ie8 .grid3__grid{
	width:47.6%;
}
/*PCではつねに3列*/
.grid3fix{
    width: 101.8%;
	margin-right: -1.8%;
}
.grid3fix__grid{
	width:31.5%;
    margin: 0 1.8% 15px 0;
}
.ie8 .grid3fix__grid{
	width:31.1%;
}
@media only screen and (max-width:1379px){
	.grid2{
		margin-bottom:10px;
	}
	.grid3{
	    width: 101.8%;
		margin-right: -1.8%;
	}
	.grid3__grid{
		width:31.5%;
    margin: 0 1.8% 15px 0;
	}
	.ie8 .grid3__grid{
	width:31.1%;
	}
}

@media only screen and (max-width: 767px) {
	.grid2{
		width: 100%;
		margin-right: 0;
	}
	.grid2__grid{
		width:100%;
		margin-right:0;
	}
	.grid3{
		width:100%;
		margin-right:0;
	}
	.grid3__grid{
		width:100%;
		margin-right:0;
	}
	.grid3fix{
		width:100%;
		margin-right:0;
	}
	.grid3fix__grid{
		width:100%;
		margin-right:0;
	}
	.grid--line{
		width: 100%;
		margin: 0;
		border-bottom:none;
	}
	.grid--line__grid{
		width:100%;
		border-right:none;
		border-bottom:solid 1px #e5e5e5;
	}

}

/*----- 段組み - 間隔のさらに狭いもの -----*/
.grid2--narrow{
	width: 101.4%;
	margin:20px -1.4% 20px 0;
}
.grid2--narrow__grid{
	width:48.6%;
	margin: 0 1.4% 10px 0;
}
.ie8 .grid2--narrow__grid{
	width:48.3%;
}

@media only screen and (max-width: 767px) {
	.grid--narrow2{
		width: 100%;
		margin-right: 0;
	}
	.grid2--narrow__grid{
		width:100%;
		margin-right:0;
	}
}

/*----- 段組み - 間隔の広いもの -----*/
.grid2--wide{
	width: 103.5%;
	margin:20px -3.5% 20px 0;
}
.grid2--wide__grid{
	width:46.5%;
	*width:46.4%;
	margin: 0 3.5% 30px 0;
}
.grid2--wide__nongrid{
	width:96.5%;
	margin-bottom:30px;
}
.ie8 .grid2--wide__grid{
	width:46.2%;
}
.grid3--wide{
    width: 102.5%;
	margin:20px -2.5% 20px 0;
}
.grid3--wide__grid{
	width:22.5%;
    margin: 0 2.5% 30px 0;
}
.ie8 .grid3--wide__grid{
	width:22.2%;
}
@media only screen and (max-width:1379px){
	.grid3--wide{
	    width: 103.3%;
		margin-right: -3.3%;
	}
	.grid3--wide__grid{
		width:30%;
    margin-right: 3.3%;
	}
	.ie8 .grid3--wide__grid{
		width:29.7%;
	}

}
@media only screen and (max-width: 767px) {
	.grid2--wide{
		width: 100%;
		margin-right: 0;
	}
	.grid2--wide__grid{
		width:100%;
		margin-right:0;
	}
	.grid2--wide__nongrid{
	width:100%;
	}
	.grid3--wide{
		width:100%;
		margin-right:0;
	}
	.grid3--wide__grid{
		width:100%;
		margin-right:0;
	}
}

/*----- 段組み - 画像用（スマホでも段組みになる） -----*/
.gridImg3{
    width: 101.3%;
	margin:20px -1.3% 20px 0;
}
.gridImg3__grid{
	width:23.7%;
    margin: 0 1.3% 15px 0;
}
.ie8 .gridImg3__grid{
		width:23.4%;
}
.gridImg3--wide{
    width: 103%;
	margin:20px -3% 20px 0;
}
.gridImg3--wide__grid{
	width:22%;
    margin: 0 3% 30px 0;
}
.ie8 .gridImg3--wide__grid{
		width:21.7%;
}
@media only screen and (max-width:1379px){
	.gridImg3{
	    width: 101.8%;
		margin-right: -1.8%;
	}
	.gridImg3__grid{
		width:31.5%;
    margin: 0 1.8% 15px 0;
	}
	.ie8 .gridImg3__grid{
		width:31.2%;
	}
	.gridImg3--wide{
	    width: 103.5%;
		margin-right: -3.5%;
	}
	.gridImg3--wide__grid{
		width:29.8%;
    margin-right: 3.5%;
	}
	.ie8 .gridImg3--wide__grid{
		width:29.5%;
	}
}
@media only screen and (max-width: 767px) {
	.gridImg3{
	    width: 103%;
		margin-right: -3%;
	}
	.gridImg3__grid{
		width:47%;
    margin: 0 3% 10px 0;
	}
	.gridImg3--wide{
	    width: 104%;
		margin-right: -4%;
	}
	.gridImg3--wide__grid{
		width:46%;
	    margin-right: 4%;
	}
}

/*----- 段組み - 画像用 - マージンのないもの -----*/
.gridImg4--fit{
}
.gridImg4--fit__grid{
	width:20%;
}
@media only screen and (max-width:1379px){
	.gridImg4--fit__grid{
		width:25%;
	}
}
@media only screen and (max-width:1068px){
	.gridImg4--fit__grid{
		width:33%;
	}
}

@media only screen and (max-width: 767px) {
	.gridImg4--fit__grid{
		width:50%;
	}
}
/*----- 段組み - 画像用 - スマホでは3段 -----*/
.gridImg3s{
    width: 101.3%;
	margin:20px -1.3% 20px 0;
}
.gridImg3s__grid{
	width:23.7%;
    margin: 0 1.3% 15px 0;
}
.ie8 .gridImg3s__grid{
		width:23.4%;
}
@media only screen and (max-width:1379px){
	.gridImg3s{
	    width: 101.8%;
		margin-right: -1.8%;
	}
	.gridImg3s__grid{
		width:31.5%;
    margin: 0 1.8% 15px 0;
	}
	.ie8 .gridImg3s__grid{
		width:31.2%;
	}
}
@media only screen and (max-width: 767px) {
	.gridImg3s{
	    width: 103.3%;
		margin-right: -3.3%;
	}
	.gridImg3s__grid{
		width:30%;
    margin: 0 3.3% 10px 0;
	}
}


/*グリッドがボタンになっているもの*/
.gridbtn{
	margin:0 -1px -1px 0;
	padding:50px 20px 35px;
	box-sizing:border-box;
	border:solid 1px #ddd;
	text-align:center;
}
.gridbtn:hover{
	border-color:#bb9068;
	position:relative;
	z-index:1;
}
.gridbtn__ttl{
	display:block;
	margin:0.5em 0 0.2em;
	font-size:129%;
}

/* モーダルウインドウ（フローティングウインドウ）
 ---------------------------------*/
.iframeInner{
	border-radius:25px;
}
.iframeWrapper{
	overflow:hidden;
	padding:35px 30px 55px;
}
.iframeWrapper:after{
	content:"";
	display:table;
	clear:both;
}
.hdr2--frame{
	margin-bottom:20px;
	color:#000;
	font-size:125%;
	font-weight:bold;
}
.hdr3--frame{
	margin-bottom:15px;
	color:#000;
	font-weight:107%;
	font-weight:bold;
}
.hdr3--frame small{
	font-size:93%;
	font-weight:normal;
}
.lead--frame{
	margin-bottom:20px;
	font-size:88%;
}
.block--frame{
	margin-bottom:25px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; }
.cbox--normal #cboxContent{height:auto !important;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
/*.cbox--normal #cboxLoadedContent{height:auto !important;}*/
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0; z-index:10001;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
body, html{
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
transform-origin: left top;
}
#colorbox_wrapper{
	height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#colorbox{
/*	width:100% !important;*/
}
.cbox--normal{
	position:relative !important;
/*	margin:50px 0 100px;*/
}
#cboxContent, #cboxWrapper {overflow:visible;}
#cboxOverlay{
	background:rgba(248,244,239,0.8);
}
#colorbox{outline:0; overflow:visible !important;}
        .cboxIframe{
			background:#fdfcf4;
			border-radius:15px;
			border:solid 5px #ffda00;
			box-shadow:0 0 10px rgba(0,0,0,0.4);
			box-sizing:border-box;
		}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{ /*overflow:hidden !important; */overflow:visible !important;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{
		}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{
			position:absolute;
			top:5px;
			right:5px;
			display:block;
			width:35px;
			height:35px;
			border-radius:0 5px 0 5px;
			background:url(../img/icons.png) no-repeat 0 -119px #ffda00;
			 text-indent:120%;
			 white-space:nowrap;
			 overflow:hidden;
		}
        #cboxCloseL{
			position:absolute;
			bottom:0;
			left:50%;
			display:block;
			margin-left:-5em;
	padding:0.8em 1em;
	border:none;
	border-radius:10px 10px 0 0;
	width:10em;
	text-align:center;
	background:#ffda00;
	color:#000;
	font-size:107%;
	text-decoration:none;
	line-height:1;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	overflow:visible;
	}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media only screen and (max-width: 767px) {
        #cboxLoadedContent{ margin-bottom:0;}

        #cboxCloseL{ padding:1.1em 40px;}
        #cboxCloseL_wrapper{ width:12em; margin:auto;}
		.cboxPhoto{
			margin-top:30px;
		}
		.iframeWrapper{
			padding:15px 15px 50px;
		}

}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
    .remodal {
        max-width: 700px;
        min-height: 0;
        margin: 20px auto;

        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

.lt-ie9 .remodal {
    width: 700px;
    min-height: 0;
    margin: 20px auto;
}

.lt-ie9 .remodal-close:after {
    margin: auto;

    text-align: center;
}

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
    background: transparent;
}

.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
    color: #3e5368;
}

/* スライダー（カルーセル）
 ---------------------------------*/

.slider__wrapper{
	padding-bottom:60px;
}
.slider{
	padding:25px;
	border-bottom: solid 1px #e5e5e5;
	background:url(../img/bg_gray.png) #f5f6f5;
}
.slider .bx-wrapper{
	position:relative;
}
.slider--wide .bx-wrapper{
	margin:0;
}
 .slider .bx-controls-direction a {
	 display:block;
	width: 26px;
	height: 26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	bottom:-70px;

}

 .slider .bx-prev {
	background:url(../img/icons.png) no-repeat 0 0;
	left:15px;
}

 .slider .bx-next {
	background:url(../img/icons.png) no-repeat 0 -26px;
	right:15px;
}

.slider .bx-pager {
    bottom: -65px;
	width:100%;
	text-align:center;
    position: absolute;
}
.slider .bx-pager-item {
    display: inline-block;
}
.slider .bx-pager.bx-default-pager a {
     display: block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
   background: #e6e5d7;
    text-indent: -9999px;
}
.slider .bx-pager.bx-default-pager a:hover, .slider .bx-pager.bx-default-pager a.active {
	background:#fdc3c2;
}
.slider .bnrCaption{
	font-size:88%;
}

@media only screen and (max-width: 767px) {
.slider .bx-wrapper{
}
.slider--single .bx-wrapper{
	margin:5px 50px 20px;
}
.bnrCaption{
	margin-bottom:15px;
}
}

/* easy-select-box
 ---------------------------------*/

.easy-select-box {
	display:inline-block;
	position:relative;
}
.easy-select-box .esb-dropdown {
	position:absolute;
	top:100%;
	z-index:99;
	display:none;
	border: solid 1px #d3d3d3;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow:rgba(181, 181, 181, 0.498039) 0px 5px 5px -5px,
	rgba(181, 181, 181, 0.498039) -5px 0 5px -5px,
	rgba(181, 181, 181, 0.498039) 5px 0 5px -5px;
}
.easy-select-box .esb-displayer {
	background: url(../img/icon_cmnselect_pc.gif) no-repeat right center;
	padding: 10px;
	cursor: pointer;
	border: solid 1px #d4d4d4;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font-size:108%;
	line-height:1;
}
.easy-select-box .esb-item {
	padding: 12px;
	background: url(../img/icon_cmnselect_arrow_pc.png) no-repeat 15px center;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border-bottom: solid 1px #f5f5f5;
	line-height:1;
}
.easy-select-box .esb-item:hover {
	background-color: #f8f8f8;
	color: #ff6600;
}
.easy-select-box .esb-item:first-child {
	border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
}
.easy-select-box .esb-item:last-child {
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 767px) {

.easy-select-box .esb-displayer {
	background: url(../img/icon_cmnselect_sp.gif) no-repeat right center;
	background-size: 26px auto;
	font-size: 86%;
}
.easy-select-box .esb-item {
	padding: 11px 10px 10px;
	background: url(../img/icon_cmnselect_arrow_sp.png) no-repeat 15px center;
	background-size: 3px 5px;
	background-color: #fff;
	font-size: 86%;
}

}


/*言語選択*/

.choiceLanguage {
	text-align: center;
	margin-bottom: 20px;
}
.choiceLanguage .easy-select-box {
	width: 147px;
}
.choiceLanguage .esb-displayer {
	background: url(../img/bg_language.gif) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	padding: 0;
	height: 30px;
}
.choiceLanguage .esb-displayer.on {
	background: url(../img/bg_language_on.gif) no-repeat left top;
}
.choiceLanguage .esb-dropdown {
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}
.choiceLanguage .esb-item {
	border: none;
	font-size: 86%;
	padding: 4px 0;
}
.choiceLanguage .esb-item:first-child {
	background: #000;
	display: none;
}

.choiceLanguage_sp {
	text-align: center;
	margin-bottom: 10px;
}
.choiceLanguage_sp .easy-select-box {
	width: 200px;
}
.choiceLanguage_sp .esb-displayer {
	background: url(../img/bg_language_sp.gif) no-repeat left top;
	background-size: 200px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	padding: 0;
	height: 30px;
}
.choiceLanguage_sp .esb-displayer.on {
	background: url(../img/bg_language_sp_on.gif) no-repeat left top;
	background-size: 200px auto;
}
.choiceLanguage_sp .esb-dropdown {
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}
.choiceLanguage_sp .esb-item {
	font-size: 86%;
	padding: 8px 0;
}
.choiceLanguage_sp .esb-item:first-child {
	background: #000;
	display: none;
}


.choiceLanguage_pc {
	margin: 0 auto 15px;
	width: 147px;
	position: relative;
}
.choiceLanguage_pc__ttl {
	background: url(../img/bg_language.gif) no-repeat left top;
	width: 147px;
	height: 31px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.choiceLanguage_pc__ttl.on {
	background: url(../img/bg_language_on.gif) no-repeat left top;
}
.choiceLanguage_pc__list {
	box-shadow:rgba(0, 0, 0, 0.1) 0px 3px 5px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 3px 5px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 3px 5px 1px;
	display: none;
	width: 147px;
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	z-index: 1;
}
.choiceLanguage_pc__itme a {
	display: block;
	padding: 4px 10px 5px;
	background: url(../img/icon_cmnselect_arrow_pc.png) no-repeat 15px center #fff;
	font-size: 86%;
	text-decoration: none;
	text-align: center;
}
.choiceLanguage_pc__itme a:hover {
	background: url(../img/icon_cmnselect_arrow_pc.png) no-repeat 15px center #f8f8f8;
}
.choiceLanguage_pc__itme:last-child a {
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 767px) {
.choiceLanguage_sp {
	margin: 0 auto 15px;
	width: 200px;
	position: relative;
}
.choiceLanguage_sp__ttl {
	background: url(../img/bg_language_sp.gif) no-repeat left top;
	background-size: 200px auto;
	width: 200px;
	height: 31px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.choiceLanguage_sp__ttl.on {
	background: url(../img/bg_language_sp_on.gif) no-repeat left top;
	background-size: 200px auto;
}
.choiceLanguage_sp__list {
	box-shadow:rgba(0, 0, 0, 0.1) 0px 3px 5px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 3px 5px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 3px 5px 1px;
	display: none;
	width: 200px;
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	z-index: 1;
}
.choiceLanguage_sp__itme a {
	display: block;
	padding: 8px 10px 10px;
	background: url(../img/icon_cmnselect_arrow_sp.png) no-repeat 15px center;
	background-size: 3px 5px;
	background-color: #fff;
	font-size: 86%;
	border-bottom: solid 1px #ebebeb;
	text-decoration: none;
}
.choiceLanguage_sp__itme:last-child a {
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border: none;
}
}



/* その他汎用的なモジュール
 ---------------------------------*/
 /*----- メールアドレス -----*/
 .mail__name{
	 font-weight:bold;
 }
/* .mail__at{
	 color:#e60012;
 }*/

/*----- 段下げ（※印など） -----*/
.indentCts{
	text-indent:-1em;
	margin:0 0 0.5em 1em;
}
/*----- バナーとキャプションの組み合わせ -----*/
.bnrCaption{

}
.bnrCaption__bnr{
	display:block;
	width:100%;
	height:auto;
	margin-bottom:1em;
}
/*----- バナーとキャプションの組み合わせ - ボタン状のもの -----*/
.service__bnrAreaTxt1 {
	font-size: 115%;
	font-weight: bold;
	margin: 10px auto 0;
}
.service__bnrAreaTxt2 {
	display: inline-block;
	text-decoration: none;
	margin: 10px auto 0;
}


@media only screen and (max-width: 768px) {

.service__bnrArea a {
	/*display: block;*/
	border: solid 1px #ebebeb;
	padding: 10px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	text-decoration: none;
	box-sizing:border-box;
}
.service__bnrAreaTxt1 {
	display: inline-block;
	font-size: 86%;
	line-height: 1.2;
	margin: 5px auto 0;
}
.service__bnrAreaTxt1:after {
	content: '';
	display:inline-block;
	height:16px;
	width:16px;
	margin:0 0 2px 0.5em;
    background:url(../img/icons.png) no-repeat 0 -102px;
	vertical-align:-0.4em;
}
.service__bnrAreaTxt2 {
	font-size: 79%;
	margin: 5px auto 0;
}

}


/*----- 画像、キャプション、アイコンのリスト -----*/
.column__txt.tmbicnlist{
	padding:0;
}
.tmbicnlist{
	display:table;
	width:100%;
}
.tmbicnlist__tmb{
	display:table-cell;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:107px;
	padding:20px 0 20px 20px;
}
.tmbicnlist__txt{
	display:table-cell;
	*display:inline;
	*zoom:1;
	*width:70%;
	vertical-align:top;
	padding:20px;
}
.tmbicnlist__txt a div {
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.tmbicnlist__icn{
	display:table-cell;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:30px;
	padding:15px 20px;
}
@media only screen and (max-width: 767px) {
	.tmbicnlist__txt{
		padding: 15px 20px 20px 15px;
	}
	.tmbicnlist__tmb, .tmbicnlist__tmb img{
		width:60px;
	}
	.tmbicnlist__icn, .tmbicnlist__icn img{
		width:20px;
	}
}


/*----- 画像、キャプションのリスト（画像大） -----*/
.tmbicnlist__tmb--l{
	width:210px;
	padding:20px 0 20px 20px;
}
.tmbicnlist__txt--l {
	padding: 20px;
}
@media only screen and (max-width: 767px) {
.tmbicnlist__tmb--l{
	display:block;
	width:auto;
	padding:20px;
}
.tmbicnlist__txt--l {
	display:block;
	width:auto;
	padding:0 20px 20px;
}
.tmbicnlist__tmb--l img{
	width:100%;
}
}

/*----- チェックボックスリスト -----*/
.search__checkbox{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0.2em 0;
}
@media only screen and (max-width: 767px) {
.checkboxWrapper{
	padding:0;
}
.hdrBlock .checkboxWrapper{
	margin:-10px 0 20px;
	border-top:none;
}
.search__checkbox{
	display:table-cell;
	box-sizing:border-box;
	width:50%;
	padding:10px 10px 10px 32px;
	margin:0;
	border-right:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
	font-size:93%;
	letter-spacing:normal;
	text-indent:-1.5em;
	text-align:left;
	vertical-align:top;
}
.search__checkbox:nth-child(2n){
	border-right:none;
}
.search__checkbox.last--l{
	border-bottom:none;
	border-radius:0 0 0 15px;
}
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 20px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}

	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 20px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 20px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
		padding-right: 0;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
		padding-bottom: 0;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}

	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools,
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
	}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

	/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #fbfbfb;
		border-radius:16px;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #ffbc3d;
	}

/*	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
	}*/

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


/*--------------------------------------
	エリア
---------------------------------------*/
/*----- アイコン付リスト -----*/
.chirashiIcon{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:-70px 0 -30px -10px;
	vertical-align:middle;
}
.chirashiIcon img{
	width:82px;
	height:auto;
}
.chirashiIcon--hokkaido{
	/*width:60px;
	height:57px;
	background:url(../../chirashi/img/chirashi_donpen.png) no-repeat 0 0;*/
}
.chirashiIcon--kanto{
	width:60px;
	height:57px;
	background:url(../../chirashi/img/chirashi_donpen.png) no-repeat 0 -57px;
}
@media only screen and (max-width: 767px) {
.hdr__icon--chirashi{
	background:url(../../chirashi/img/icon_chirashi_sp.png) no-repeat 0 0;
	background-size:46px auto;
}
.chirashiIcon--hokkaido,
.chirashiIcon--kanto{
	background-image:url(../../chirashi/img/chirashi_donpen_sp.png);
	background-size:60px auto;
}
}


.chirashiAreaHdr{
	background:#ffee5f;
	border-bottom:solid 2px #ffe200;
	padding:25px;
	font-size:182%;
	font-weight:bold;
	text-align:center;
}
.chirashiAreaCts{
	margin:20px 40px 40px;
}
.chirashiLead{
	margin-bottom:25px;
}
.chirashiPeriod--area{
	margin-left:auto;
	margin-right:auto;
}
.chirashiPeriod--area .chirashiPeriod__txt{
}
.chirashiAreaList{
	margin-top:0;
	margin-bottom:25px;
}
.chirashiAreaBlock{
	border-radius:11px;
	border-left:solid 1px #ebebeb;
	background:#fff;
	margin-bottom:45px;
}
.chirashiAreaBlock--noHdr{
	border-top:solid 1px #ebebeb;
}
.chirashiAreaBlockHdr{
	background:#fff59a;
	border-radius:11px 11px 0 0;
	border-top:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
	border-bottom:solid 1px #ffe200;
	padding:10px 15px 10px 10px;
	font-size:153.9%;
}
.chirashiAreaBlockTtl{
	padding:13px 20px;
	background:#eee;
	font-size:123.1%;
	font-weight:bold;
}
.chirashiAreaBlockList{
	display:-webkit-flex;
	display:flex;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	align-items:stretch;
	flex-align:stretch;
	letter-spacing: -0.4em;
}
.chirashiAreaBlockList > li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding:13px 20px;
	border-right:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
	width:33.33%;
	font-size:108%;
	letter-spacing: normal;
	vertical-align:middle;
	box-sizing:border-box;
}
.chirashiAreaBlockList:last-child > li:last-child {
	border-radius:0 0 11px 0;
}
.chirashiAreaBlockList:last-child > li:nth-last-child(3) {
	border-radius:0 0 0 11px;
}
.chirashiAreaBlock--noHdr .chirashiAreaBlockList > li:nth-child(3) {
	border-top-right-radius:11px;
}
/*子ウインドウなので狭い*/
@media only screen and (max-width: 520px) {
.chirashiAreaHdr{
	font-size:116%;
	padding:13px 45px;

}
.chirashiPeriod--area{
	font-size:100%;
}
.chirashiPeriod--area .chirashiPeriod__icon{
	width:30px;
}
.chirashiAreaBlockHdr{
	font-size:116%;
}
.chirashiAreaList{
	font-size:93%;
}
.chirashiAreaCts{
	margin:15px;
}
.chirashiAreaBlockTtl{
	padding:13px 15px;
	font-size:108%;
}
.chirashiAreaBlockList > li{
	width:50%;
	padding:13px 15px;
	font-size:100%;
}
.chirashiAreaBlockList:last-child > li:nth-last-child(3) {
	border-radius:0;
}
.chirashiAreaBlockList:last-child > li:nth-last-child(2) {
	border-radius:0 0 0 11px;
}
}

/*--------------------------------------
	動画
---------------------------------------*/
/* ----- 再生ウインドウ ----- */
.iframeWrapper--movie{
	padding:55px 55px 25px 55px;
}
.snsArea--movie{
	text-align:right;
	margin-top:15px;
}
.dmmovArea{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.dmmovArea iframe{
	position: absolute;
	top: 0;
	right: 0;
	left:0;
	bottom:0;
	width: 100% !important;
	height: 100% !important;
	z-index:1;
}
.dmmovArea__wrapper{
	background:#000;
	color:#fff;
}
@media only screen and (max-width: 767px) {
.iframeWrapper--movie{
	padding:20px 20px 0 20px;
}
}
/* ----- 再生コントローラ ----- */

#dmplayer {
	background: #000;
	text-align: center;
	padding: 20px;
}
#dmcontroller {
	color: #eee;
	line-height: 30px;
	padding: 10px;
	background: #000;
}
#dmcontroller ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#dmcontroller ul:first-child {
	margin: 0 0 10px;
}
#dmcontroller ul li {
	float: left;
}
#dmcontroller li > a {
	display: inline-block;
	width: 35px;
	line-height: 30px;
	color: #fff;
	background: linear-gradient(to bottom, #222, #000);
	border: 1px solid #333;
	border-radius: 5px;
	margin-right: 3px;
}
#dmcontroller li > a:hover {
	background: #333;
}

#dmmovie-title {
	width: 570px;
	height: 30px;
	overflow: hidden;
}

#dmstate {
	width: 100px;
	font-size: .85em;
}

#dmseek-slider {
	width: 100%;
	display: inline-block;
}

#dmvolume-slider {
	width: 100%;
	display: inline-block;
}

.ui-widget-content {
	border-color: #333;
}

.ui-slider .ui-slider-handle {
	width: 15px;
}
.dmplayerBtn{
	display:inline-block;
	background:url(../img/icon_movie.png) no-repeat #faed00;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:44px;
	height:44px;
	border-radius:22px;
	vertical-align:middle;
}
.dmplayerBtn--play{
	background-position:0 0;
}
.dmplayerBtn--pause{
	background-position:0 -45px;
}
.dmplayerBtn--unmute{
	background-position:0 -181px;
}
.dmplayerBtn--mute{
	background-position:0 -135px;
}
.dmplayerBtn--full{
	background-position:0 -227px;
}
.dmplayerBtn--unfull{
	background-position:0 -271px;
}
.dmmovController{
	/*display:table;*/
	display:none;
	width:100%;

}
.dmmovController > li{
	display:table-cell;
	vertical-align:middle;

	padding:15px 0 15px 15px;
	color:#fff;
}
.dmmovController--btnplay{
	width:44px;
}
.dmmovController--btnmute{
	width:44px;
}
.dmmovController > li.dmmovController--volume{
	padding-left:10px;
	width:75px;
}
.dmmovController--current{
	width:3em;
	text-align:right;
}
.dmmovController--duration{
	width:3em;
	text-align:left;
	padding-right:15px;
}
.dmmovController > li.dmmovController--btnfull{
	width:44px;
}
.dmmovController > li:last-child{
	padding-right:15px;
}

:-webkit-full-screen-ancestor .cboxIframe{
	border-radius:0;
}
.dmmovArea__wrapper:-webkit-full-screen {
  	width:100%;
    	height: 100%;
}
:-webkit-full-screen .dmmovArea iframe{
	padding-bottom:74px;
	bottom:74px;
	box-sizing:border-box;
}
:-webkit-full-screen .dmmovController{
	position:relative;
	top:-74px;
	z-index:2;
}

:-moz-full-screen-ancestor .cboxIframe {
	border-radius:0;
}
.dmmovArea__wrapper:-moz-full-screen {
  	width:100%;
    	height: 100%;
}
:-moz-full-screen .dmmovArea iframe{
	padding-bottom:74px;
	bottom:74px;
	box-sizing:border-box;
}
:-moz-full-screen .dmmovController{
	position:relative;
	top:-74px;
	z-index:2;
}

:-ms-fullscreen-ancestor .cboxIframe{
	border-radius:0;
}
.dmmovArea__wrapper:-ms-fullscreen {
  	width:100%;
    	height: 100%;
}
:-ms-fullscreen .dmmovArea iframe{
	padding-bottom:74px;
	bottom:74px;
	box-sizing:border-box;
}
:-ms-fullscreen .dmmovController{
	position:relative;
	top:-74px;
	z-index:2;
}


:fullscreen-ancestor .cboxIframe{
	border-radius:0;
}
.dmmovArea__wrapper:fullscreen {
  	width:100%;
    	height: 100%;
}
:fullscreen .dmmovArea iframe{
	padding-bottom:74px;
	bottom:74px;
	box-sizing:border-box;
}
:fullscreen .dmmovController{
	position:relative;
	top:-74px;
	z-index:2;
}
