@charset "utf-8";
/* =reset
----------------------------------*/
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
}
a {
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/* =icon fonts
----------------------------------*/
@font-face {
 font-family: 'fontello';
 src: url('../font/fontello.woff?27579303') format('woff');
 font-weight: normal;
 font-style: normal;
}
/* =common
----------------------------------*/


body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	color: #333;
	line-height:1.6em;
}
 .cf::before, .cf::after {
 content: "";
 display: table;
}
 .cf::after {
 clear: both;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
a {
	color: #007fff;
}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.6;
	margin-bottom: 16px;
}
/*-- PC版表示CSS  --*/
.pc_area {
	display: block !important;
}
.sp_area {
	display: none !important;
}
/*-- PC版表示CSS  --*/
h1 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 6px;
	margin-bottom: 16px;
	background-color: #0064C0;
}
h1 span {
	font-size: 11px;
}
/* =モジュール */
.mb-8 {
	margin-bottom: 8px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-12 {
	margin-bottom: 12px;
}
.mb-16 {
	margin-bottom: 16px;
}
.red {
	color: #f00;
}
.red2 {
	color: #f00;
	font-weight: bold;
	font-size: 18px;
}
.blue {
	color:#0066cc;
}
.font_bold {
	font-weight:bold;
}
.under {
	text-decoration: underline;
}
 @media screen and (min-width: 1024px) {
html {
 font-size: 16px;
}
 table {
 line-height: 1.8;
}
 table th {
 padding: 8px;
}
 table td {
 padding: 8px 8px 8px 16px;
}

/* =スマートフォンのみ改行させる */
.sp-br {
 display: none;
}
}
/* =header
------------------------------------------------------------------------------------------*/
header {
	background: #0064C0;
	display: table;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}
header .header-wrap {
	display: table;
	margin: 0 auto;
	padding: .5em 1em;
	width: 100%;
}
header .left {
	display: table-cell;
	line-height: 1em;
	vertical-align: middle;
	width: 16%;
}
header .right {
	display: table-cell;
	margin: .5em 0;
	vertical-align: middle;
	width: 14.5em;
	;
}
header h1 {
	color: #fff;
	font-size: 10px;
	line-height: 1em;
	text-align: right;
}
header .logo-eplus {
	width: 150px;
}
header .logo-eplus img {
	width: 100%;
}
 @media screen and (min-width: 768px) {
#logo-header {
 margin: 5px 0 0 20px;
 width: 92px;
 padding-bottom: 5px
}
 h1 {
 font-size: 16px;
 margin-bottom: 16px;
}
 h1 span {
 font-size: 12px;
}
}
 @media screen and (min-width: 1024px) {
header {
 margin: 0 auto;
}
 #logo-header {
 margin: 5px 0px 0px 20px;
 width: 92px;
}
 h1 {
 font-size: 30px;
 letter-spacing: 0.1em;
 margin-bottom: 16px;
}
 h1 span {
 font-size: 16px;
}
}
/* 申し込みボタン*/
.application {
	width:500px;
	font-size:24px;
	background-color:#d00909;
	color: #fff;
	text-align: center;
	margin: 20px auto;
	padding:20px;
}
.application a {
	color: #fff;
}
.application a:hover {
	color: #fda6a6;
}
/* =
----------------------------------*/
#container {
	background-color: #fff;
	padding-bottom: 0;
}
.kv {
	padding-bottom: 8px;
}
.kv-02 {
	width:100%;
	background-color: #FFFFFF;
	margin:1em auto;
}
.kv-03 {
	background-color: #FFFFFF;
}
.contents {
	max-width:1000px;
	margin:0 auto 2em;
}

	/*-- 960以上表示CSS  --*/
.960_area {
	display: block !important;
}
.959_area {
	display: none !important;
}
/*-- 960以上表示CSS  --*/
/* pcナビ　*/
nav {
	margin:5em auto 2em;
	text-align: center;
	background-color:#fff;
	border:2px solid #ccc;

}
nav ul {
	margin: 0;
	padding:2em 0;
}
nav li:not(:last-child) {
border-right:1px solid #ddd;
}



#g_navi ul {
	display: flex;
	margin: 1em auto;
	padding: 0 3%;
	width: 94%;
	max-width: 960px;
}
#g_navi ul li {
	flex: 1 0 auto;
}
#g_navi ul li a {
	display: block;
	padding: 10px 10px;
	color: #9e6bb3;
	text-align: center;
	text-decoration: none;
}
#g_navi a.navi_point {
	color: #2b660e;
	margin:0 10px;
}
#g_navi a.navi_enkaku {
	color: #3148a1;
	margin:0 20px;
}
#g_navi a.navi_schedule {
	color: #9e6bb3;
	margin:0 20px;
}
#g_navi a.navi_access {
	color:#333;
	margin:0 20px;
}
#g_navi a:hover {
	color:#d5ce62;



}
/* pcナビここまで　*/		


.wrap {
	width: 90%;
	margin: 0 auto;
}
.title_point span {
	background-color:#a28a1a;
	color:#FFF;
	font-size:20px;
	padding:5px 10px;
	margin:3em 0;
	line-height:3em;
}
.title_point {
	line-height:2em;
}
.report {
	margin:1em 0.5em 3em;
	line-height:2em;
}
.report2 {
	margin:1em 0.5em 8em;
	line-height:2em;
}
.important {
	border: 2px solid #f00;
	padding: 12px;
}
.important2 {
	font-size:17px;
	background-color: #fce6e6;
	padding: 20px;
	line-height:2em;
	margin:1em 0;
}
.important2 p {
	margin:1em 0.5em;
	line-height:2em;
}
.important3 {
	font-size:17px;
	background-color: #f0f4e9;
	padding: 20px;
	line-height:2em;
	margin:1em 0 1.6em;

}
.important3 p {
	margin:1em 0.5em;
	line-height:2em;
}
.title01 h2 {
	margin:1.3em 0 1.6em;
	padding: 1rem 2rem;
	border-top: 4px double #81214e;
	border-bottom: 4px double #81214e;
	color:#333333;
}
.title02 h2 {
	margin:1.3em 0 1.6em;
	padding: 1rem 2rem;
	border-top: 4px double #2b660e;
	border-bottom: 4px double #2b660e;
	color:#333333;
}
.title03 h2 {
	margin:1.3em 0 1.6em;
	padding: 1rem 2rem;
	border-top: 4px double #9e6bb3;
	border-bottom: 4px double #9e6bb3;
	color:#333333;
}
.title04 h2 {
	margin:1.3em 0 1.6em;
	padding: 1rem 2rem;
	border-top: 4px double #3148a1;
	border-bottom: 4px double #3148a1;
	color:#333333;
}
.title01 h3 {
	font-size:18px;
	position: relative;
	padding: 0.5em 1em;
	border-bottom: 3px solid #e9c8bf;
	margin-bottom:2em;
}
.title01 h3:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 20%;
	height: 3px;
	content: '';
	background: #b21627;
}
.comment {
	margin:3em auto 0;
	padding:2em 10%;
	line-height:2em;
	border: solid 1px #ccc;
}
.comment h3 {
	margin:15px 0;
}
.comment p {
	margin-bottom:15px;
}
.comment .manager {
	float:right;
}
.schedule {
	margin-bottom:0;
}
.schedule li {
	font-size:18px;
	padding:1em 2em;
	border-bottom:1px dotted #666666;
	margin:0.5em 1em;
	color:#172f76;
}
.schedule li a {
	color:#172f76;
}
.schedule li a:hover {
	color:#5b75d4;
}
#access {
	width:100%;
	background-color:#f6f7f9;
	margin-bottom:0;
}
#access .access_waku {
	border: solid 1px #e1e0e0;
	padding:2em 2em 0 2em;
	margin:1em 8em 0 1em;
}
#access .box26 {
	width:300px;
	position: relative;
	margin: 2em 0 2em 0;
	padding: 1em 1em;
	border: solid 2px #2a3377;
	line-height:1.5em;
}
#access .box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 16px;
	background: #f6f7f9;
	color: #2a3377;
	font-weight: bold;
}
#access .box26 p {
	margin: 0;
	padding: 0;
}
.access_img_right {
	width:280px;
	float:right;
	padding:0 3em 1em 0;
	margin: 73px 5em 0 2em;
}
.foot-wrap {
	width: 90%;
	margin: 0 auto;
}
.report_img_center {
	width:50%;
	margin: 0 auto 2em;
	text-align:center;
}
.report_img_left {
	width:30%;
	float:left;
	padding:0px 20px 20px 0px;
}
.report_img_right {
	width:30%;
	float:right;
	padding:0px 0 20px 20px;
}
.point {
	margin:3em auto 1em;
}
.point_img_right {
	width:30%;
	float:right;
	margin:0;
}
.point_img_right p {
	font-size:14px;
	line-height:1.3em;
}
.point_img_right_shop {
	width:25%;
	float:right;
	margin:0;
}
.point_img_right_shop p {
	font-size:14px;
	line-height:1.3em;
	padding-top:5px;
}
.img_pojnt {
	width:70%;
	margin:1em auto 2em;
}
.point_eat {
	margin:2em 0;
}
/* 親要素(コンテナ) */
.point_eat .flex-container {
	width:686px;
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	border:1px solid #ccc;
}
/* 子要素(アイテム) */
.point_eat .flex-item {
	width:205px;
	margin: 10px 8px 0px 12px;
	padding: 5px 0;
	box-sizing: border-box;
	color: #343434;
	min-height: 0%;/* ieバグ用 */
}
.point_eat .flex-item2 {
	width:205px;
	flex-grow: 2;
	margin: 0px 8px 10px 12px;
	padding: 0;
	box-sizing: border-box;
	color: #343434;
	min-height: 0%;/* ieバグ用 */
}
.point_eat img {
	width:100%;
	border:1px solid #CCC;
}
.cre {
	font-size:12px;
	color:#999;
	float:right;
}
.point_eat p {
	font-size:12px;
	text-align:center;
	padding-top:5px;
}
.point_eat_text_left {
	font-size:13px;
	float:left;
	line-height:1.6em;
	background-color:#e9f3d5;
	padding:5px;
}
.shop_img_txt {
	text-align:left;
	font-size:14px;
	line-height:1.5em;
	padding:5px 0 0 5px;
}
.enkaku {
	margin-bottom:7em;
}
.enkaku dl {
	margin:2em auto;
}
.enkaku dt {
	font-weight:bold;
	border-left:4px solid #9a702f;
	margin-bottom:1em;
	padding-left:7px;
	font-size:18px;
}
/* 親要素(コンテナ) */
.enkaku .flex-container {
	width:300px;
	float:right;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin:0 auto;
}
/* 子要素(アイテム) */
.enkaku .flex-item {
	margin: 10px 0 10px 10px;
	padding: 5px auto;
	color: #343434;
	min-height: 0%;/* ieバグ用 */
}
.art_title {
	background-color:#fff;
	border:1px solid #32567b;
	margin:1.5em auto 3em;
}
.art_title h2 {
	font-size:18px;
	background-color:#32567b;
	color:#FFF;
	padding:1em;
}
.art_title p {
	padding:1em;
	line-height:1.5em;
}
.art {
	margin:7em 0 2em;
}
/* 親要素(コンテナ) */
.art .flex-container {
	width:300px;
	float:right;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin-top:17px;
}
/* 子要素(アイテム) */
.art .flex-item {
	margin: 10px 0 60px 10px;
	padding: 5px 0;
	box-sizing: border-box;
	color: #343434;
	min-height: 0%;/* ieバグ用 */
}
.art dl {
	margin:2em auto 5em;
}
.art dt {
	color:#197d89;
	font-weight:bold;
	font-size:16px;
	margin-bottom: 0px;
}
.art dd {
	line-height:1.7em;
}
.art dd span {
	font-weight:bold;
	font-size:18px;
	background-color:#8f2e57;
	padding:5px;
	color:#fff;
	line-height:2.6em;
}
@media screen and (max-width: 1000px) {
#access .wrap {
	padding-top:3em;
}
.point {
	margin:5em auto 2em;
}
.art {
	margin:5em 0;
}
}
@media screen and (max-width: 960px) {	
/* 960以下のみ表示*/ 
 .960_area {
 display: none !important;
}
 .959_area {
 display: block !important;
}
/* 960以下のみ表示*/ 
}
@media screen and (max-width: 780px) {
/* スマホのみ表示*/ 
 .pc_area {
 display: none !important;
}
 .sp_area {
 display: block !important;
}
 
/****spナビ****/

/*スマホ画面でハンバーガーメニューの形にする*/

#wrapper nav {
    position: fixed;
    top: 20;
    right: -300px;
    width: 300px;
    height:70%;
    padding-top: 20px;
	margin-top:0; /* 灰色枠白背景のトップ位置*/ 
	border-color:#f3f3f4;
    background:#fff;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px;
}
 
#wrapper nav ul li  a.title01{
    text-decoration: none;
    color:#81214e;
}
#wrapper nav ul li  a.title02{
    text-decoration: none;
    color:#2b660e;
}
#wrapper nav ul li  a.title03{
    text-decoration: none;
    color:#3148a1;
}
#wrapper nav ul li  a.title04{
    text-decoration: none;
    color:#9e6bb3;
}
#wrapper nav ul li  a.title05{
    text-decoration: none;
    color:#333333;
} 
#wrapper .btn-gnavi {
    position: fixed;
    top: 15px; /*ハンバーガー表示位置 */ 
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 4; 
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	-webkit-transform: translate3d(0, 0, 0);
    
}
 
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #023b70;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

	
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
 
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
 
#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
 
#wrapper .btn-gnavi.open span {
    background: #023b70
}
 
#wrapper .btn-gnavi.open span {
    width: 30px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}
 
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
/****spナビここまで****/
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
}
.content p{
    margin-bottom: 40px;
}

.kv-02 {
 margin-top:4px;
}
.wrap {
 max-widt:100%;
 margin: 0 auto;
}
h2 {
 font-size:20px;
 font-weight:bold;
 position: relative;
 margin:2em 0;
 padding-bottom:5px;
}
 .application {
 width:300px;
 font-size:16px;
 padding:10px;
 margin-bottom:4em;
}
.important2 {
 background-color: #fce6e6;
 margin:1em 0;
}
.important2 p {
 font-size:16px;
 margin:0;
 line-height:1.8em;
}
.important3 {
 margin:1em 0 1.5em;
}
.important3 p {
 font-size:16px;
 margin:0;
 line-height:1.8em;
}
 #container {
 max-width: 100%;
 margin: 0 auto;
}
.img_left {
 float:none;
 width:50%;
 margin-left:25%;
 padding:0;
 display:inline-block;
 text-align:center;
}
.report_img_center {
 width:80%;
 margin: 0 auto 2em;
 text-align:center;
}
.report_img_left {
 width:50%;
 float:left;
 padding:0px 20px 20px 0px;
}
.report_img_right {
 width:50%;
 float:right;
 padding:0px 0 20px 20px;
}
.title01 h3 {
 font-size:16px;
 position: relative;
 padding: 0.5em 1em;
 border-bottom: 3px solid #e9c8bf;
 margin-bottom:2em;
}
.report {
 margin:1em 0.5em 3em;
 line-height:1.6em;
}
.report2 {
 margin:1em 0.5em 3em;
 line-height:1.6em;
}
.comment {
	margin:3em auto;
	padding:1em 5%;
	line-height:1.6em;
	border: solid 1px #ccc;
}
.comment h3 {
	margin:15px 0;
	font-size:18px;
}
.comment p {
	margin-bottom:15px;
}
.comment .manager {
	float:right;
}

.point {
 margin:1em auto 0;
}
.point_img_right {
 width:80%;
 margin:1em auto;
 float:none;
}
.point_img_right p {
 font-size:14px;
 line-height:1.3em;
 margin-bottom:0;
}

/* 親要素(コンテナ) */
.point_eat .flex-container {
	width:100%;
 background-color: #fff;
 display: flex;
	flex-flow: row wrap;
	align-items: stretch;
 margin:0 auto;
}
/* 子要素(アイテム) */
.point_eat .flex-item {
	width:31%;
 margin: 10px 0 10px 6px;
 padding: 5px 0;
 box-sizing: border-box;
 color: #343434;
 min-height: 0%;/* ieバグ用 */
}
.point_eat {
 margin:2em auto;
}
.point_eat img {
 width:100%;
 border:1px solid #CCC;
}
.point_eat p {
 font-size:12px;
 text-align:center;
 line-height:15px;
}
.title_point span {
 background-color:#a28a1a;
 color:#FFF;
 font-size:16px;
 padding:5px 10px;
 margin:3em 0;
 line-height:2em;
}
.title_point {
 line-height:2em;
 margin-bottom:10px;
}
.shop_img_txt {
 text-align:left;
 font-size:14px;
 line-height:1em;
}
.art {
	margin:3em 0;
}
.art_title {
	margin:0 auto 1em;
}
.art_title h2 {
	font-size:18px;
	background-color:#32567b;
	color:#FFF;
	padding:15px;
	margin:0;
}
.art_title p {
	padding:1em;

}
.art img {
	width:60%;
	margin:15px auto;
}
.art dl {
	margin:2em auto;
}
}
 @media screen and (max-width: 414px) {
.enkaku {
	margin-bottom:3em;
}
.enkaku dl {
	margin:1em auto;
}
.enkaku dt {
	font-weight:bold;
	border-left:4px solid #9a702f;
	margin-bottom:1em;
	padding-left:7px;
	font-size:18px;
}
	 /* 親要素(コンテナ) */
.enkaku .flex-container {
	width:40%;
	float:right;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin:0 auto;
}
/* 子要素(アイテム) */
.enkaku .flex-item {
	margin: 10px 0 10px 10px;
	padding: 5px auto;
	color: #343434;
	min-height: 0%;/* ieバグ用 */
}
.schedule {
	margin-bottom:4em;
}
.schedule li {
	font-size:16px;
	padding:10px 1em;
	border-bottom:1px dotted #666666;
	margin:0 1em;
}
#access {
	width:100%;
	background-color:#f6f7f9;
	margin:0 auto;
}
#access .access_waku {
	width:100%;
	border: solid 1px #e1e0e0;
	padding: 0;
	margin: 0;
}
.sp_img_waku {
	margin:1.5em;
}
#access .box26 {
	width:300px;
	position: relative;
	margin: 2em auto;
	padding: 1em auto;
	border: solid 2px #2a3377;
	line-height:1.5em;
}
#access .box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 16px;
	background: #f6f7f9;
	color: #2a3377;
	font-weight: bold;
}
#access .box26 p {
	margin: 0;
	padding: 0;
}
.access_img_right {
	width:30%;
	float:right;
	margin:0 0 0 5px;
	padding:0;
}
 }
 @media screen and (max-width: 375px) {
.title01 h2 {
 padding: 1rem;
}
.title02 h2 {
 padding: 1rem;
}
.title03 h2 {
 padding: 1rem;
}
.title04 h2 {
 padding: 1rem;
}
.title01 h3 {
 padding: 1rem;
}
.art img {
	width:80%;
	margin:10px auto;
}
}
@media screen and (min-width: 768px) {
 .kv {
 text-align: center;
}
 .kv-02 {
 text-align: center;
 width: 100%;
}
 .kv-03 {
 text-align: center;
 width: 100%;
}
}
 @media screen and (min-width: 1024px) {
#container {
 margin: 0 auto;
 padding-bottom: 0;
}
 .kv {
 text-align: center;
 background: url(../images/bg_kv.gif) repeat-x;
}
 .wrap {
 width: 1000px;
 padding: 32px 0 0 0;
}
}
/* =top page
----------------------------------*/
#pageTop img {
	width:60px;
}
#pageTop {
	position:fixed;
	bottom:10px;
	right:5px;
}
@media screen and (min-width: 1024px) {
#pageTop img {
 width:60px;
}
#pageTop {
 bottom:20px;
 right:20px;
}
}
/* =foot
-----------------------------------------------------------------------------------------*/
footer {
	background: #0064C0;
	color: #fff;
	padding: 3vw 0;
	text-align: center;
	width: 100vw;
}
footer p {
	font-size: 12px;
	margin-bottom: .6em;
}
footer img {
	width: 41px;
}
 @media screen and (min-width: 1024px) {
footer {
 margin: 0 auto;
}
}
/* =ハンバーガーナビ
----------------------------------*/
/*! responsive-nav.js 1.0.34 by @viljamis */
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
	font-size: 14px;
}
.nav-collapse li {
	width: 100%;
	display: block;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.nav-toggle {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.nav-collapse, .nav-collapse * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
}
.nav-collapse li {
	float: left;
	width: 100%;
}
 .nav-collapse li a::before {
 font-family: 'fontello';
 content: 'a';
 color: #fff;
 margin: 0 16px 0 0;
}
 .nav-collapse .alt a::before {
 font-family: 'fontello';
 content: 'p';
 color: #fff;
 margin: 0 16px 0 3px;
}
.nav-collapse a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	background: #f396c1;
	border-bottom: 1px solid #fff;
	padding: 0.5em 1em;
	float: left;
}
.nav-collapse .alt a {
	background: #cfcfcf;
}
.nav-collapse ul ul a {
	background: #ca3716;
	padding-left: 2em;
}
.nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 40px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: #ed519a url("../images/hamburger.png") no-repeat 50% 50%;
}
 @media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.nav-toggle {
 background-image: url("../images/hamburger-retina.png");
 -webkit-background-size: 160px;
 -moz-background-size: 160px;
 -o-background-size: 160px;
 background-size: 160px;
}
}
/*==========================================
 アコーディオンの設定
===========================================*/
#acMenu dt {
	display:block;
	background-color: #ed609f;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	color: #FFF;
	width:280px;
	height: 48px;
	padding-top: 12px;
	text-align:center;
	vertical-align:middle;
	line-height:1.5em;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#acMenu dt.active {
	background-image: url(../images/minas.png);
}
#acMenu dd {
	width:100%;
	display:none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.rad2 {
	border-radius:40px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
