@charset "utf-8";
/*---------------------------------------------css reset---------------------------------------------*/
body, div, class, span, h1, h2, h3, h4, h5, p, a, img, strong, address, ul, li, dl, dt, dd, table, tr, th, td {
	margin: 0;
	padding: 0;
	border-style: none;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	outline: none !important;
}
ul, li {
	list-style: none outside none;
}
/*---------------------------------------------IE Bug Avoidance start---------------------------------------------*/
body {
	text-align: left;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
}
br {
	letter-spacing: 0;
}
/*
---------------------------------top_info
*/
.h2 {/*h2（ページ内最大見出し）*/
	font: 2.3em/1.7 "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #14475D;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 48px;
}
div.info1, div.m_info{/*情報1-新着情報-*/
	text-align: left;
	padding: auto 80px;
}
div.info1{
	width: auto;
	margin: 20px 40px;
}
div.m_info {/*情報1-新着情報-*/
	margin: 40px 75px 20px;
}
div#contents_l ul {/*Wordpress更新予定-新着リスト*/
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	zoom:1;
}
div#contents_l ul li {/*Wordpress更新予定-新着リストli*/
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0;
	border-bottom: 1px dashed #8c8c8c;
	line-height: 2em;
}
span.category, span.new, span.event{/*（更新）新着-カテゴリー*/
	width: 13%;
	background: url("../images/top/cate_bg.gif") left top repeat !important;
	color: #fff !important;
	text-align: center;
	margin-left: 10px;
}
span.new {/*（更新）新着-カテゴリー*/
	background: url("../images/top/new_bg.gif") left top repeat !important;
}
span.event {
	background:url(../images/top/event_bg.gif) left top repeat !important
}
span.infotitle {/*（更新）新着-内容*/
	width: 68%;
	height: auto;
	margin: 0 0 20px 15px;
	float: none;
}
span.infotitle a, span.infotitle a:hover{/*（更新）新着-内容リンク*/
	color: #006932;
	text-decoration: underline;
}
span.infotitle a{
	margin-right: 10px;
}
span.infotitle img{
	margin-left: 10px;
}
span.infotitle a:hover{/*（更新）新着-内容リンク*/
	color: #ea5414;
}
.o_red, .o_red-mid{
	color: #f72533;
	font-size: 1em;
	float: none !important;
}
.o_red-mid{
	font-size: 1.2em;
	margin-bottom: 20px;
}
.top_big{
	font: 1.5em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #006932;
	text-align: center;
	font-weight: bold;
	margin: 10px;
}
.space-txt{
	margin-top: 20px;
}
/*おてっぷ*/
.space_b{
	margin-bottom: 20px;
}
.striking{
	font: 2em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	margin: 10px;
}
.m-t20{
	overflow: hidden;
	margin-top: 20px;
}
.point_border{
	overflow: hidden;
	padding: 0 20px 20px;
	margin-top: 20px;
	border: 2px dotted #006932;
	box-sizing: border-box;
}
.point_all{
	overflow:hidden;
}
.point_A, .point_B{
	font: bold 1.2em "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	display: block;
}
.point_A{
	color: #006932;
	margin-top: 20px;
}
.point_B{
	color: #ea6094;
}
/*お知らせに画像を入れるときはimgタグにclassでこのタグ*/
.l_img{
	margin: 0 20px 10px 0;
	float: left;
	width: 300px;
	height: 200px;
}
.info_center{
	text-align: center !important;
	margin-bottom: 20px;
}
.warning{
	text-align: center;
	background: #fef8f5 none repeat scroll 0 0;
	padding: 20px;
}
.warning p{
	font-size:1.2em;
	padding: 0 30px 20px;
}
.warning span{
	display: block;
	float: none !important;
	color: #ea6094;
}
.top_acco a{
	color: #006932;
}



/*
---------------------------------波フェス2024 コンテンツpdfリンクアクション
*/
.button_line004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 1040px;
    padding: 10px 25px;
    color: #14475D;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button_line004 a:before,
.button_line004 a:after {
	content: '';
	width: 18px;
	height: 18px;
	border-color: #6bb6ff;
	box-sizing: border-box;
	border-style :solid;
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.button_line004 a:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}
.button_line004 a:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
.button_line004 a:hover:before,
.button_line004 a:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #E75029;
}
.button_line004 a:hover {
	color: #fff;
	background-color: #E75029;
	border-color: #E75029;
}

/*
---------------------------------波フェス2024 コンテンツpdfリンクアクション
*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------mobile css start*/
@media screen and (max-width: 1024px) {
/*スマホ（ブラウザ幅1024以下（iPad Proの縦まで））用*/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
img{
	max-width: 100% !important;
	height: auto !important;
	vertical-align: middle;
}
a {/*全体リンク色*/
	color: #006932;
}
a:hover {/*全体リンクhover色*/
	color: #ea5414;
	text-decoration: underline;
	opacity: 0.8;
	transition: color 0.8s;
}
figure{
	position: relative;
	overflow: auto;
	float: none;
	width: 100%;
	margin: 10px 0;
}
figcaption h3{
	color: #ea6094;
}
figcaption p{
	margin: 10px 10px 5px;
	font-size: 1em
}
/*-------------------------------HTML5 -contents start-------------------------------*/
.s_h1{
	max-width: 100%;
	background: #ea6094;
	text-align: center;
	height: auto;
	padding: 0 10px;
	color: #fff;
}
div#wrapper-all {
	width: 100%;
	font: 14px/1.7 "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	background: #fff url("../images/top/wrapper_bg.jpg") repeat scroll 0 0;
	color: #fff;
	}
/*------------------------------上部固定ヘッダー start------------------------------*/
#s_head_l{
	max-width: 100%;
	background: #000;
}
#s_head_l img{
	width: 50%;
	padding: 5px 10px;
}
.hs_fb img{ /*smp・tab ヘッダーfacebookバナー*/
	max-width: 10% !important;
	padding: 5px 10px !important;
}
#s_head ul{
	background: #ea6094;
}
/*------------------------------Gメニュー 外部ファイル"meanmenu.css"------------------------------*/
/*-----------------------------《画像スライド》bxslider（jquery.bxslider.css start）--------------*/
ul#bxslider {
	width: 824; /* 画像の横幅に合わせて記述 */
	height: 432; /* 画像の高さに合わせて記述 */
}
.bx-wrapper {
	position: relative;
	padding: 0;
	max-width: 100%;
	float: left;
}
.bx-wrapper img {
	width: 100%;
	display: block;
	z-index: 1;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -25px;
	width: 100%;
	margin: 0 auto;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../images/common/bx_loader.gif") center center no-repeat #fff;
	width: 824px;
	height: 432px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .100em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding: 20px auto;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ea6094;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 15px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -5px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 3;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("../images/common/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 824px;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*------------------------------スマホ限定boxメインボタン------------------------------*/
div#s_boxmenu{
	width: 100%;
	margin: 10px 0;
}
div#s_boxmenu ul, .spf_seal{
	width: 95%;
	display:table;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: separate;  /* セルboxの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
}
div#s_boxmenu ul li{
	box-shadow:rgba(105, 60, 52, 0.11) 0px 3px 3px 4px;
	-webkit-box-shadow:rgba(105, 60, 52, 0.11) 0px 3px 3px 4px;
	-moz-box-shadow:rgba(105, 60, 52, 0.11) 0px 3px 3px 4px;
}
div#s_boxmenu ul li, .spf_seal li{
	display:table-cell;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 33%;
	background: #fff;
	vertical-align:middle;
	text-align:center;
}
div#s_boxmenu ul li a{
	display: block;
}
/*------------------------------コンテンツ左------------------------------*/
#contents_l{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	zoom:1;
	color: #515356;
	font-size: 1.1em;
}
.warning p{
	font-size:1.2em;
	padding: 0 10px 20px;
}
div#contents_l ul {
	max-width: 100%;
	padding-top: 10px;
}
.g_txt{
	margin: 0 auto;
	margin-bottom: 20px;
}
.s_h2 {/*h2（ページ内最大見出し）*/
	font: 1.8rem/1.7 "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #006932;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	line-height: 48px;
}
#main_fb{
	text-align: center;
	max-width: 100%;
}
/*------------------------------ごあいさつ------------------------------*/
.g_txt{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.mb10{
	margin-bottom: 10px;
}
.main_title, .syncer-acdn{
	font: 1.5em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #006932;
	text-align: center;
	font-weight: bold;
	margin: 10px 5px;
}
.pink{
	color: #e96093;
	font-size: 1em !important;
	float: none !important;
}
.highlight{
	font: bold 1.25em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #ea6094 !important;
	text-align: center;
	line-height: 1.8em;
	padding-bottom: 10px;
}
.right{/*文章中の他ページリンクp*/
	font-size: 1em;
	margin: 30px 0 10px;
	text-align: justify !important;
}
.right p{
	text-align: right;
}
.right span{
	float: none !important;
	font-size: 1.2em;
	padding-right: 10px;
}
.right img{
	margin-right: 5px;
	margin-left: 5px;
}
.right a{
	color: #006932;
	text-decoration: underline;
}
div.info1{
/* box-shadow */
	box-shadow:rgba(234, 96, 149, 0.38) 0px 0px 7px 4px inset;
	-webkit-box-shadow:rgba(234, 96, 149, 0.38) 0px 0px 7px 4px inset;
	-moz-box-shadow:rgba(234, 96, 149, 0.38) 0px 0px 7px 4px inset;
}
div.info1, div.m_info, div.info2 {
	height: auto;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
div.info1, div.m_info{
	padding: 20px 30px;
	margin: 15px 0 20px;
	background: #ffffff;
}
div.info2 {/*情報1-facebook-*/
	padding: 0 20px;
	text-align: center;
	padding-bottom: 20px;
}
/*------------------------------Wordpress更新予定-新着リスト------------------------------*/
div.m_info ul li {
	width: 100%;
	height: auto;
	margin: 10px 0;
	border-bottom: 1px dashed #565656;
	line-height: 2em;
	font-size: 0.95em;
}
span.category, span.new{/*（更新）新着-カテゴリー*/
	background: url("../images/top/cate_bg.gif") left top repeat !important;
	color: #fff !important;
	text-align: center;
	margin-left: 10px;
	padding: 3px 15px;
}
span.new {/*（更新）新着-カテゴリー*/
	background: url("../images/top/new_bg.gif") left top repeat !important;
}
span.infotitle {/*（更新）新着-内容*/
	width: 100%;
	display: block;
	height: auto;
	margin: 10px 0 20px;
	float: none;
	text-justify: inter-ideograph;
}
span.infotitle img{
	margin-left: 5px;
}
span.infotitle a, span.infotitle a:hover{/*（更新）新着-内容リンク*/
	font-size: 1.2em;
	color: #006932;
	text-decoration: underline;
}
span.infotitle a{
	margin-right: 10px;
}
span.infotitle a:hover{/*（更新）新着-内容リンク*/
	color: #ea5414;
}
span.small{
	font: 0.8em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*------------------------------全ページ共通 start------------------------------*/
#contents_r{
	background: #fff;
	padding: 10px 0;
}
ul.spf_seal{
	width: 100%;
	background: #fff;
	margin: 0 auto;
	border-spacing: 5px 0;  /* 左右 上下で記述 */
}
.seal_first img{
	width: 70%;
}
ul.spf_etc{
	margin: 0 auto;
}
ul.spf_etc li{
	text-align: center;
}
ul.spf_etc p, h3{
	color: #515356;
	font-size: 0.85em;
}
h3{
	color: #006932;
	font: 1.2em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main-footer{
	width: 100%;
	background: #14475D;
	position: relative;
	text-align: center;
	padding: 20px;
}
	#footer-menu-link{
		margin: 20px;
	}
	#footer-menu-link li{
		margin: 20px;
	}
	#footer-menu-link h3{
		display: none;
	}
#page-top{
	text-align: center;
	background: #ea6094;
	box-shadow: 0 0 8px #000000;
}
#page-top a{
	color: #fff;
	font: 1.2em/1.7em "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}
#page-top a:hover{
	text-decoration: none;
}
.copylight {
	background: #000;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}
.copylight p{
	color: #fff;
	font-size: 0.9em
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
/*PC（ブラウザ幅415〜1024以内）用*/
div#s_boxmenu{
	width: 100%;
	overflow: hidden;
}
div#s_boxmenu ul, .spf_seal{
	width: 50%;
	float: left;
}
div#contents_l span {/*中のspan3種類*/
	float: left;
}
span.infotitle {/*（更新）新着-内容*/
	width: 68%;
	height: auto;
	margin: 0 0 20px 15px;
	float: none;
}
figure {
	position: relative;
	overflow: auto;
	float: left;
	margin-top: 10px;
	width: 50%;
}
}
@media screen and (min-width: 1025px) {
/*PC・タブレット（ブラウザ幅1025以上）用*/
body {
	text-align: left;
	max-width: 100%;
}
div#contents_l span {/*中のspan3種類*/
	float: left;
}
.top_acco{
	font-size: 1.2em;
	color: #e96093;
	}
/*-------------非表示 start-------------*/
#s_head, .s_h1, #s_menu, .s_h2, #s_boxmenu, #s_footer-menu-link, .pc_no{
	display: none !important;
}
/*-------------非表示 end-------------*/
div#wrapper-all, h1, div#main-head, div#head_l {
	margin: 0 auto;
}
div#wrapper-all {
	max-width: 100%;
	overflow: hidden;
	font: 14px/1.7 "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	background: #fff url("../images/top/wrapper_bg.jpg") repeat scroll 0 0;
	color: #fff;
}
#main-head, #contents, #main-footer{
	padding: 0 100px;
}
/*
-------------------------------------------------------------------------------------------
																		common-head(h1,logo,submenu,globalmenu) start
-------------------------------------------------------------------------------------------
*/
h1 {/*トップh1*/
	background: #062533;
	text-align: center;
	font: 1.2em/1.35 "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 25px;
	color: #fff;
}
/*
------------------------------
				上部固定ヘッダー start
------------------------------
*/
div#wrapper-head {/*ロゴ、TEL・FAX・Web、fbシェア、Gメニュー*/
	width: 100%;
	height: 115px;
	background: #14475D none repeat scroll 0 0;
	position: fixed;
	z-index: 999;
}
/*
------------------------------
				上部固定ヘッダー包括item
------------------------------
*/
div#main-head {
	width: 1040px;
	height: 100%;
	zoom:1;
	text-align: center;
}
div#head_l {/*メインロゴ*/
	width: 300px;
	height: 100%;
	line-height: 115px;
}
div#head_r {/*head_contact-TEL/購入/facebook-*/
	width: 725px;
	height: 100%;
	float: right;
	zoom:1;
	margin-left: 15px;
}
/*
----------------------------------------------------
															head_contact-TEL/FAX/購入/facebook-
----------------------------------------------------
*/
div#head_r ul.contact {/*TEL/購入/facebookシェア数-包括*/
	width: auto;
	height: 60px;
	float: right;
	overflow: hidden;
	zoom:1;
	margin-top: 10px;
	padding-right: 8px;
}
div#head_r ul.contact li, div#head_r ul.contact li.fb {
	width: 200px;
	float: left;
	margin-top: 0 !important;
}
div#head_r ul.contact li{
	margin-top: 5px;
}
div#head_r ul.contact li.t-raku {/*楽天のli*/
	width: 430px;
}
div#head_r ul.contact li.fb {/*facebookシェア数のli*/
	width: 60px;
}
/*
---------------------------------------------------
											Gメニュー dropmenu-共通-
---------------------------------------------------
*/
ul.dropmenu {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	zoom:1;
	float: right;
	position: relative;
}
ul.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
ul.dropmenu:after{
	clear: both;
}
ul.dropmenu li {
	width: 20%;
	height: 100%;
	float: left;
	padding: 0;
	border-bottom: #ea6094 1px dashed #8c8c8c;
}
ul.dropmenu li a, ul.dropmenu li a:hover {
	text-align: left;
	padding-left: 25px;
}
ul.dropmenu li a, ul.dropmenu li a:hover, ul.dropmenu li ul li a {
	height: 45px;
	line-height: 45px !important;
}
ul.dropmenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font: 1.15em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.dropmenu li a:hover {
	background: #000 url("../images/common/pig_p.gif") no-repeat left center;
	background-size: 23px 25px;
	vertical-align: middle;
	color: #ea6094;
	opacity: 0.95;
}
ul.dropmenu li ul {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
ul.dropmenu li:hover ul {
	height: 100%;
	visibility: visible;
	opacity: 1;
}
ul.dropmenu li ul li {
	width: 200%;
	float: none;
	padding: 0;
}
ul.dropmenu li ul li a {
	background: #000;
	display: block;
}
/*
------------------------------------------------------
																		main_contents start
------------------------------------------------------
*/
div#m_menu-wra {
	width: 200px;
	float: left;
	overflow: hidden;
	zoom:1;
	margin-right: 16px;
}
div#m_menu1, div#m_menu2 {
	width: 100%;
	float: left;
}
div#m_menu1 {
	height: 100%;
}
div#m_menu-wra h2 {
	width: 100%;
	height: 56px;
	background: url("../images/common/c_h2.gif") no-repeat left top;
	background-size: 200px 56px;
	margin-bottom: 10px;
	padding: 0;
	color: #000000;
}
/*
---------------------------------------------------
														Top main Visual
---------------------------------------------------
*/
div#mv {
	overflow: hidden;
	zoom:1;
	margin: 0 auto;
}
/*
---------------------------------------------
common
---------------------------------------------
*/

div#m_menu1 h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom:1;
}
div#m_menu-wra ul li {
	width: 100%;
	height: 15%;
	margin-bottom: 5px;
}
/*
------------------------------------------------------
																Top slideshow
------------------------------------------------------
*/
ul#bxslider {
	position: relative;
	width: 824px; /* 画像の横幅に合わせて記述 */
	height: 432px; /* 画像の高さに合わせて記述 */
	float: left;
}
/*
------------------------------------------------------------------
																									bxslider（jquery.bxslider.css start）
------------------------------------------------------------------
*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	width: 824px;
	height: 432px;
	float: left;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	z-index: 1;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 824px;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../images/common/bx_loader.gif") center center no-repeat #fff;
	width: 824px;
	height: 432px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* PAGER */

.bx-wrapper .bx-pager {
	height: 15px;
	text-align: center;
	font-size: .100em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding: 20px auto;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ea6094;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 20px;
	background: url("../images/common/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 20px;
	background: url("../images/common/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 3;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("../images/common/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("../images/common/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 824px;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
------------------------------------------------------------------
bxslider（jquery.bxslider.css end）
------------------------------------------------------------------
*/
/*
------------------------------------------------------
main_contents start
------------------------------------------------------
*/
div#wrapper_contents {
	width: 100%;
	background: #efeceb url("../images/common/contents.png") repeat scroll 0 0;
	box-shadow: 0 0 5px 0 #cccccc;
	padding: 10px 0;
}
div#contents {
	width: 1040px;
	overflow: hidden;
	zoom:1;
	margin: 0 auto;
	padding: 32px auto;
}
/*--------common_contents--------*/

div#contents_l, div#contents_r {
	height: auto;
	float: left;
}
/*
-------------------------------------------------------------------------common_contents_l（メインコンテンツ）
*/
div#contents_l {
	width: auto;
	height: auto;
	background: #ffffff;
	overflow: hidden;
	zoom:1;
	color: #515356;
}
/*
--------------------------------------ごあいさつ
*/
.g_txt{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.mt10{
	margin-top: 10px;
}
.main_t-title{
	float: none !important;
	display: block;
	font: 2.2em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #006932;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.main_title, .syncer-acdn{
	font: 1.8em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #006932;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.pink{
	color: #e96093;
	font-size: 1em !important;
	float: none !important;
}
.highlight{
	font: 1.5em "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #ea6094 !important;
	text-align: center;
	line-height: 1.8em;
}
.right{/*文章中の他ページリンクp*/
	font-size: 1em;
	margin: 10px 0 20px;
	text-align: right;
}
.right span{
	float: none !important;
	font-size: 1.3em;
	padding: 0 10px;}
.right img{
	padding-right: 5px;
}
.right a{
	color: #006932;
	text-decoration: underline;
}
/*
--------------------------------------facebookページ表示
*/
div#main_fb {
	width: 400px;
	height: 400px;
	padding: 0 120px;
	margin: 0 auto;
	text-align: center;
}
/*
-------------------------------------------------------------------------common_contents_r（サイドバー） 
*/
#contents_r {
	width: 230px;
	height: auto;
	text-align: center;
	margin-left: 10px;
	float: left;
	color: #7F4719;
	background: #fff;
}
.side-menu, ul.spf_seal, ul.spf_etc {/*サイドバー各セクション全体*/
	width: 100%;
	overflow: hidden;
	zoom:1;
	float: left;
	font-size: 0.864em;
}
.side-menu {/*各バナー*/
	padding: 15px 0;
}
.side-menu li {
	margin-bottom: 5px !important;
}
.spf_seal, ul.spf_etc {/*シール類、その他*/
	padding: 15px 0;
	border-top: 1px dashed #8c8c8c;
}
#contents_r li.seal_first {/*シール類の初めのli*/
	margin-bottom: 5px;
}
#contents_r li {/*サイドバーのli全体*/
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#page-top {
	position: fixed;
	margin-right: -620px;
	bottom: 2%;
	right: 50%;
	font-size: 0.9em;
}
#page-top a {
	width: 80px;
	display: block;
	background: url("../images/common/to-top_off.png") center top no-repeat;
	background-size: 100%;
	color: #7F4719;
	padding-top: 8em;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom:1;
}
#page-top a:hover {
	width: 80px;
	background: url("../images/common/to-top_on.png") center top no-repeat;
	background-size: 100%;
	text-decoration: none;
	opacity: 0.8;
	color: #EA5414;
}
/*
-------------------------------------------------------------------------------------------
																															common-footer start 
-------------------------------------------------------------------------------------------
*/
#wrapper-footer {
	background: #14475D;
}
#wrapper-footer a:hover, div#footer-menu_l p.con a:hover {
	color: #ea6094;/*modelカラー（ピンク）*/
}
#main-footer {/*実質footerの幅*/
	width: 1040px;
	overflow: hidden;
	padding: 20px 100px;
	zoom:1;
	height: auto;
	margin: 0 auto;
}
/*-----------footer menu-----------左（ロゴ、事務局概要、メールお問い合わせ、facebookリンク）*/
#footer-menu_l {
	width: 30%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#footer-menu_l p {/*事務局概要（テキスト）*/
	margin: 10px auto;
}
#footer-menu_l ul {/*メールお問い合わせ、facebookリンク-外枠*/
	width: 250px;
	overflow: hidden;
	zoom:1;
	margin: 0 auto;
}
#footer-menu_l li.con, #footer-menu_l li.f_fb {/*メールお問い合わせ、facebookリンク*/
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
#footer-menu_l li.con a {
	background: url("../images/common/pigmark.gif") no-repeat 0 0;
	background-size: 10px 12px;
	background-position: left center;
	padding-left: 15px;
	font-size: 1em;
	color: #fff;
	vertical-align: middle;
}
#footer-menu_l li.con a:hover {
	color: #ea6094;
}
/*-----------footer menu-----------右*/
#footer-menu_r {/*全体*/
	zoom:1;
	margin: 20px 0;
}
#f_order {/*注文バナー*/
	width: 100%;
	height: 150px;
	
}
#f_messe {/*注文受付メッセージ*/
	width: 70%;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
.f_buy {/*TEL・WEBショップ外枠*/
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	zoom:1;
}
.f_buy li {/*TEL・WEBショップli*/
	width: 620px;
	float: left;
	margin-left: 10px;
}
.first{
	margin-left: 0!important;
}
#footer-menu-link {/*プライバシー・リンク・サイトマップ外枠*/
	float: right;
	overflow: hidden;
	zoom:1;
	font-size: 1.5em;
	text-align: right;
	padding-top: 20px;
}
#footer-menu-link li {/*その他otherリンク*/
	float: left;
	text-align: center;
	margin: 0 50px;
}
#footer-menu-link li a {
	background: url("../images/common/pigmark.gif") no-repeat left center;
	background-size: 10px 12px;
	vertical-align: middle;
}
/*-----------footer menu-----------コピーライト*/
.copylight {
	height: 25px;
	margin: 0 auto;
	text-align: center;
	background: #062533;
}
/*
---------------------------------------------
other common
---------------------------------------------
*/
img {/*全体のイメージはテキストと合うように*/
	vertical-align: middle;
	margin: 0;
}
a {/*全体リンク色*/
	color: #14475D;
	border: none;
}
#wrapper-footer a {/*全体リンク色*/
	color: #fff;
	border: none;
}
a:hover {/*全体リンクhover色*/
	color: #ea5414;
	text-decoration: underline;
	opacity: 0.8;
	transition: color 0.8s;
}
a img, a {/*全体リンクとイメージは徐々に色が変化*/
	transition: color 0.3s;
	text-decoration: underline;
}
}