@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
	font-weight:normal;
	line-height:1.8;
}
body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
 
.wrapper {
	width: 1100px;
}
 
 
body {
	text-align: justify; text-justify: inter-ideograph;
	width:1100px;
	margin:0 auto;
	font-size:16px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
}

.normal{line-height:1.5;
		margin-top:10px;}

#main {
	float:left;
	width:100%;
}

#main2 {
	float:left;
	width:60%;
}

#main3 {
	float:center;
	width:80%;
}

#sub {
	float:right;
	width:35%;
}

#subnav {
	display:none;
}

a {color:#000;
text-decoration-color:#9b2f3d;}

a.bl {color:#000;
text-decoration-color:#000;} 

a:hover {
	color:#c04d5c;
}

h1 {
	color:#85d1c6;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#85d1c6;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
	text-decoration:underline;
}

h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 15px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 5px 40px;	/*上下、左右への余白*/
	border-radius: 6px;	/*角丸のサイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする*/
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e78f00;
	font-size:16px;
	border-bottom:1px solid #e78f00;
}

h4 {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.3em;	/*文字サイズ*/
	padding: 0px 18px;	/*上下、左右への余白*/
	border-radius: 0px;	/*角丸のサイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
	font-weight:bold; 	/*hタグのデフォルトの太字を標準にする*/
}
h4:before {
  content: url("../img/mark.svg") ;
  margin-left: 6px;
  margin-right: 10px;
}

h6 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h5 {
	clear: both;
	margin-bottom: 15px;
	font-size: 15px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 5px 40px;	/*上下、左右への余白*/
	border-radius: 6px;	/*角丸のサイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする*/
}


p {
	margin:0 0 1em 0;
}

em {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#2492AD;
}

strong.b {
	font-weight:bold;
	color:#2A00FF;
}

strong.g {
	font-weight:bold;
	color:#009F00;
}

strong.p {
	font-weight:bold;
	color:#800080;
}

strong.r {
	font-weight:bold;
	color:red;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}



table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #A0A0A4;
}

table.noborder {
	border:1px solid #ffffff;
}

table.qasub {
	width:100%;
	margin-bottom:0em;
	border-collapse:collapse;
	border:1px solid #A0A0A4;
}

table.w90 {
	width:90%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #A0A0A4;
}

th {
	text-align:center;
	background-color:#DDFFDD;
	border:1px solid #A0A0A4;
	vertical-align:middle;
}
td {
	padding:5px;
	padding-right:-1px;
	text-align:left;
	border:1px solid #A0A0A4;
	line-height:130%;
}

td.n_line {
	text-align:left;
	border:1px solid #fff;
	line-height:130%;
}

img {
	max-width: 100%;
	vertical-align:middle;
}

hr.dot {
	width:100%;
	border-style:dotted;
	border-top-width:2px;
}

hr.dot2 {
	border-color:#ccc;
	border-style:dotted;
	border-top-width:5px;
}
.kajo_b{
	font-size:18px;
	color:#E74F00;
	margin-right:3px;
	vertical-align:middle;
}
.kajo_g{
	font-size:11px;
	color:#00DF00;
	margin-right:3px;
	vertical-align:middle;
}
.kajo_p{
	font-size:11px;
	color:#D45FFF;
	margin-right:3px;
	vertical-align:middle;
}

.tri{
	color:#FF1F55;
	font-weight:bold;
}

.txt_l{
	float:left;
}
.txt_r{
	float:right;
}

.clear{
clear:both;
height:0px;
}

.txt_in-1{
text-indent:-1em;
margin-left:1em;"
}

.midashi{
	font-weight:bold;
	font-size: 1.3em;
	color:#2492AD;
	margin-left:0.5em;
}
.bun{
	text-indent:1em; margin-left:1em;
}

.deepblue{
	color:#2A00AA;
}

.booktitle{
	font-size:18px;
	color:#00F;
	vertical-align:baseline;
}

ul.list{list-style-type:none;margin:0;padding:0;}/*リセット*/
ul.list li{margin-bottom:1em;line-height:1.6;padding-left:1.5em;position:relative;}
ul.list li:before{content:"＞";position:absolute;top:0;left:0;font-weight:bold; }


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	margin-top:0px;
	font-size:0.8rem;
	line-height:1.5;
}
header h1 {
	margin-bottom:5px;
}

.tel {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.tel span {
	color:#705c0b;
	font-family:Century, "MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
	font-size:28px;
	font-weight:bold;
	vertical-align:middle;
}



/*================================================
 *  Q and A
 ================================================*/
#menuqa{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
#menuqa li{
  display: block;
  float: left;
  width: 30%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
    #menuqa li{
    width: 30%;
    border-bottom: 0px solid #444;
  }
}
@media only screen and (max-width: 480px) {
    #menuqa li{
    width: 100%;
    border-bottom: 0px solid #444;
  }
}

/*================================================
 *  Q and A　サブ
 ================================================*/

#menuqa sub td{
	border:0px;
	padding: 0;
}

#menuqa_sub{
  width: 100%;
  max-width: 960px;
  padding: 0;
}
#menuqa_sub table{
	margin:0;
	padding:0;
}
#menuqa_sub li{
  display: block;
  float: left;
  width: 38%;
  margin-right:50px;
}

@media only screen and (max-width: 768px) {
    #menuqa_sub li{
    width: 35%;
    border-bottom: 0px solid #444;
  }
}
@media only screen and (max-width: 480px) {
    #menuqa_sub li{
    width: 100%;
    border-bottom: 0px solid #444;
  }
}

/*================================================
 *  行事レスポテーブル
 ================================================*/

#tb_hyou{
	width:auto;
}

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

.tb_hyou {
	width: 100%;
}
.tb_hyou th, .tb_hyou td {
	width: auto;
	display: block;
	border-top: none;
}
}


/*================================================
 *  メニュー小
 ================================================*/

#menu_s{
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
  padding: 0;
}
#menu_s li{
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px;
  }
#menu_s li a{
  display: block;
  padding: 5px 0 5px;
  background:#fff;
  color: #000;
  text-align: left;
  text-decoration: none;
}
#menu_s li a:hover{
  background:#FFCE9D;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#5b4111;
}

.submenu li a {
	display:block;
	padding:5px 2px;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#f7d0cb;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:30px 0 10px;
	font-size:0.8rem;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#7dbdb4;
}
.totop img:hover {
	background:#85d1c6;
}

/*================================================
 *  クラス
 ================================================*/
.txt_al_L {
	text-align:left;
}

.txt_al_R {
	text-align:right;
}

.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002618\00a0";
	color:#000;
	/*color:#9b2f3d;*/
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}


.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.catalog {
	overflow:hidden;
}
.catalog ul {
	overflow:hidden;
	margin-top:1.587%;
	margin-right:-1.587%;
}
.catalog li {
	list-style:none;
	float:left;
	width:18.412%;
	margin:0 1.587% 1.587% 0;
}

.btn {
    display: inline-block;
    margin: 0 5px 0 0;
}
.btnInner {
    display: table-cell;
    height:40px;
	width:165px;
    text-align: center;
    vertical-align: middle;
}

/*クラス*/

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.slideInner {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fff;
	margin:0;
	padding:0;
	left: -1px;
}
.slideInner li img {
	width:100%;
	height:auto;
}

.slidePrev {
	position:absolute;
	width:50px;
	height:60px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	  position:relative;
	  float:left;
	  left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background:#eee;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background:#85d1c6;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing: border-box;
		width:100%;
		padding:0 10px;
	}

	header h1 {
		margin-bottom:0;
	}

	.tel {
		position:relative;
		text-align:right;
	}

	.catalog li {
		width:23.412%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* 下層サブメニュー */
	#subnav {
		display:block;
		position:relative;
		margin-bottom:10px;
	}
	#subnav h3 {
		cursor:pointer;
		background:#85d1c6;
	}
	#subnav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	#subnav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	#subnav li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#subnav li a:before {
		content:"\0025a0";
		color:#5b4111;
	}
	#subnav li a {
		display:block;
		padding:5px 2px;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
	#subnav li a:hover {
		background:#f7d0cb;
	}
}


/*================================================
 *  刊行物
 ================================================*/
.booksize{
	height:220px;
	width:auto;
}

.booksize_s{
	height:170px;
	width:auto;
}

.caption{
	font-size:11px;
	text-height:100%;
	}

.kanko{
	float:left;
	width:500px;
}

.kanko_long{
	float:left;
	width:700px;
}

.kanko_long2{
	float:left;
	width:600px;
}

.kanko2{
	margin-left:2em;
	float:left;
	width:auto;
}

@media screen and (max-width: 460px) {
.kanko {
    width:auto;
}
.kanko_long {
    width:auto;
}
.kanko_long2 {
    width:auto;
}
}

.book{
	float:right;
	width:auto;
}

.book_img{
	width:200px;
	text-align:center;
	float:left;
	line-height:100%;
}

.book_img3{
	width:130px;
	text-align:center;
	float:left;
	line-height:100%;
}

.book_img2{
	width:200px;
	text-align:center;
	float:right;
	line-height:80%;
}

.tree{
	font-size:0.8rem;
}

.bookbtn {
    width:100%;
	max-width:230px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 2px 0px 2px;
    color:#fff;
    background-color:#5AB54F;
	margin-bottom:10px;
    border-radius:5px; 
     /*box-shadow:2px 2px #A0A0A4;*/
}

.bookbtn2 {
    width:100%;
	max-width:170px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 2px 0px 2px;
    color:#fff;
    background-color:#5AB54F;
	margin-bottom:10px;
    border-radius:5px; 
     /*box-shadow:2px 2px #A0A0A4;*/
}

.yuyubtn {
    width:100%;
	max-width:160px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px 2px 3px 2px;
    color:#000;
    background-color:#ccc;
    /*border-radius:5px; 
    box-shadow:2px 2px #A0A0A4;*/
}

.yuyubtn1 {
    width:100%;
	max-width:16em;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:left;
    padding:5px 15px 3px 15px;
    color:#000;
    background-color:#ccc;
    /*border-radius:5px; 
    box-shadow:2px 2px #A0A0A4;*/
}

.yuyubtn2 {
    width:100%;
	max-width:14em;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:left;
    padding:5px 15px 3px 15px;
    color:#000;
    background-color:#ccc;
    /*border-radius:5px; 
    box-shadow:2px 2px #A0A0A4;*/
}

.yuyubtn2-2 {
    width:100%;
	max-width:20em;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:left;
    padding:5px 15px 3px 15px;
    color:#000;
    background-color:#ccc;
    /*border-radius:5px; 
    box-shadow:2px 2px #A0A0A4;*/
}

.yuyubtn3 {
    width:100%;
	max-width:8em;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:left;
    padding:5px 15px 3px 15px;
    color:#000;
    background-color:#ccc;
    /*border-radius:5px; 
    box-shadow:2px 2px #A0A0A4;*/
}

.kekkabtn {
    width:100px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 0 2px;
    color:#000;
    background-color:#FFFFB3;
    border-radius:5px;
    box-shadow:2px 2px #A0A0A4;
}

.boshubtn {
    width:100px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 0 2px;
    color:#000;
    background-color:#FFE1E1;
    border-radius:5px;
    box-shadow:2px 2px #A0A0A4;
}

.boshubtn2 {
    width:170px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 0 2px;
    color:#000;
    background-color:#FFE1E1;
    border-radius:5px;
    box-shadow:2px 2px #A0A0A4;
}

.shokaibtn {
    width:200px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 0 2px;
    color:#000;
    background-color:#D4DFFF;
    border-radius:5px;
    box-shadow:2px 2px #A0A0A4;
}

.mailbtn {
    width:220px;
    font-size:14px;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 0 2px;
    color:#000;
    background-color:#C4FFC4;
    border-radius:5px;
    box-shadow:2px 2px #A0A0A4;
}

.tudoibtn {
    width:150px;
    font-size:1em;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:1px 1px 0px 1px;
    color:#000;
    background-color:#FFF;
	border: #000 1pt solid;
    border-radius:5px;
    box-shadow:0px #fff;
}



/*================================================
 *  Q & A
 ================================================*/

.qa_font{
	float:left;
	margin-left:0em;
	padding-top:12px;
	font-size:1.5em;
	font-weight:bold;
	color:#559F55;
}

.qa_icon{
	float:left;
	margin-left:1em;
	margin-right:3em;
	width:100%;
	max-width: 80px;
}

.qa_bun{
	float:left;
	width:100%;
	margin-top:1em;
	max-width: 800px;
	text-indent:1em;
	font-size:1.1em; 
}

.qa_midashi{
	width:100%;
	padding:3px;
	background-color:#DEF;
	color:#000;
}

.qa_midashiA {
	font-family: 'Yusei Magic', sans-serif;
	vertical-align:baseline;
	font-size:1.5em;
	font-weight:bold;
	color:#2492AD;
}
.qa_midashiB {
	vertical-align:baseline;
	font-size:1em;
	font-weight:bold;
	color:#8EC0D6;
}

.nen_sei{
	float:right;
	color:#888;
}

.nen_sei-2{
	float:left;
	padding-top:20px;
	margin-left:1em;
	color:#888;
}

/* ▼画像表示領域が480px以上の場合 */
@media screen and (min-width: 480px) {
   img.qaimg { display: block; } /* 原寸表示 */
}
/* ▼画像表示領域が480px未満の場合 */
@media screen and (max-width: 480px) {
   img.qaimg { display: block; width:80px } /* 小さく表示 */
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/*================================================
 *  DD menu
 ================================================*/

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

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #111111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #0186ba;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
  }
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu a {
  color: #000000;
  text-decoration: none;
}
.animenu__nav {
background-color:#ccc;
}
.animenu__nav > li {
  min-width:179.71px;
  position: relative;

}
.animenu__nav > li:hover {
  background-color:#666666;
}
.animenu__nav > li > a {
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
/*  border: 4px solid transparent;*/
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #fff;
}

.animenu__nav__child {
  min-width: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #E0E0E0;
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 0px solid #515151;
}
/*.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}*/
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding:15px 0px 15px 20px;
  width: 100%;
  border-color: #666666;	/*サブメニュー▲*/
}
.animenu__nav__child a:hover {
  background-color: #FFaFAA;	/*サブメニューホバー*/
  border-color: #FFaFAA;
  color: #fff;
}

@media screen and (max-width: 460px) {
  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
	background-color: #999999;/*サブメニュー背景*/
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 0px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #FFF;
    position: relative;
  }
  .animenu__nav a:hover {
    border-color: #fff;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    background-color: #EFEFEF;/*サブメニュー背景*/
    margin: 0;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;

  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 50px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}



.btn-select {
  width: 100%;
  position: relative;
  background: #333;
  border-radius: 6px;
  cursor: pointer; /* IEでcursorがチラついたので */
}

.label {
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 20px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none; 
}

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 1;
}


/* フォーカス時 */
.r_submenu{
	float:left;
	margin-left:8px;
	font-size:14px;
	width:83%;"
}
.r_submenu a{
	display:block;width:100%;height:100%;
	text-decoration:none;
	background-color:#FEE;
	padding-left:5px;
}
.r_submenu a:hover{
	display:block;width:100%;height:100%;
	background-color:#FFDFAA;
}


.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

.point {
    width:170px;
    font-size:1.1em;
	font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:2px 0 0 0;
    color:#fff;
    background-color:#53B7C9;
    border-radius:5px;
    box-shadow:2px 2px #aaaaaa;
}