/* ====================================================== /*
.thema_brock2{

}

.thema_box2{

/*	padding:2px 4px 2px 4px;*/
	margin:2px 2px 2px 2px;

}
.thema_box2 ul{
	float:left;
	padding:2px 2px 2px 2px;	
}
.thema_box2 li{
	display: inline-block;
	font-size: 1.6rem;
	padding:2px 4px 2px 4px;
	margin:2px 2px 2px 2px;

}
.thema_mother{
	font-size:1.6rem;
	font-weight: bold; 
	padding:4px 4px 4px 4px;
	margin:2px 2px 2px 2px;
}

.thema_child{
	display: inline-block;
	font-size: 1.6rem;
	padding:4px 4px 4px 4px;
/*	margin:2px 4px 2px 4px;
	float:left;*/

}

/* ===================================== */
.teiban {
/*	border:solid 1px #ccc; 
	border-top:solid 1px #ccc; */
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0;
}
.teiban li {
	display:inline-block;
	list-style:none;
	margin:5px 0 5px 5px
}
.teiban li:last-child {
	margin-right:5px;
}
.teiban li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	background:#f5f5f5;
	border: solid 1px #696969;
	border-radius: 5px;
	text-align:center;
	color: #696969;
	font-weight:bold;
	font-size:1.6rem;
	line-height:24px;
	padding:2px 10px;
	margin:2px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.teiban li a:hover {

	background: #696969;
    	color: white;
}

/* ===================================== */
/* for genre menu */

.genre {
/*	border:solid 1px #ccc; */
	border-top:solid 1px #f2f2f2; 
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
.genre li {
	display:inline-block;
	list-style:none;
	margin:12px 6px 8px 0px;
}
.genre li:last-child {
	margin-right:6px;
}
.genre li a {
/*	display:block; 	*/	/*a要素もインラインなので、widthを指定するためにブロックレベルに*/
/*	 width:164px; */
/*	background:#F4983B;*/		/*  #FA7821*/	/*	background-color:#6a5acd;*/
//	background-color:#fff;	/*#2E64FE;*/
/*	background-color:#475C85;	/*#585858;*/
	background-color:#3d0099;	/*#3266b3;/*#003300; /*#660035;	/*#3871c7; /*#1c3963;/*#d2691e;*/
	color:#fff;	/* #fff;*/
	border-radius: 5px;
	text-align:center;
	color: *#fff;
	font-weight:bold;
	font-size:1.6rem;
	line-height:2.4rem;
	padding:4px 18px;
	border: 1px solid #fff;	/*#2E64FE;*/
	transition:all 0.3s ease-out;
	text-decoration: none; 
}
.genre li a:hover {
/*	background:#a9c237: 	background-color:#2E64FE;*/
	text-decoration: none;
	background: #fff;
	color: #543618;
	border: 1px solid #696969;
	transition: 0.4s;
}

/* ===================================== */
.sample01 {
/*	border:solid 1px #ccc; 
	border-top:solid 1px #ccc; */
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
.sample01 li {
	display:inline-block;
	list-style:none;
	margin:4px 0px 4px 10px;

}
.sample01 li:last-child {
	margin-right:5px;
}
.sample01 li a {
/*	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	/* width:64px; */
/*	background:#69F;*/
/*	background-color:#475C85;	/*#585858;*/
	background-color:#3266b3;/*#fff;	/*#6a5acd;*/
	border: 1px solid #696969;
	border-radius: 5px;
	text-align:center;
	color:#fff;	/* #fff;*/
	font-weight:bold;
	font-size:1.4rem;
	line-height:24px;
	padding:4px 12px;
	transition:all 0.2s ease-out;
	text-decoration: none; 

}
.sample01 li a:hover {
	text-decoration: none;
	background:#a9a9a9;	/* #fff;*/
	color: #fff;	/*#543618;*/
	border: 1px solid #696969;
	transition: .4s;
}
/* ===================================== */




/*=========================================================================
	for button
==========================================================================*/
/*---------------------------------------------------------------------------*/
/* ボタンの並び指定*/

.item_brock{
	display: block;
}
.item_inline{
	display: inline;
}
.button_right{
text-align: right;
}
/* ================================================================= */
/*---------------------------------------------------------------------------*/
.square_btn {
    display: inline-block;
    padding: 0.3rem 1rem;
    font-size:1.4rem;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
}
.square_btn a{		/* blue */
	color:inherit;
	font-weight:bold;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
    transition: .3s;
}

/* -----------------------------------------------------*/
.square_btn1 {			/*blue*/
	display: inline-block;
	padding: 0.2em 1em;
	font-size:1.4rem;
	text-decoration: none;
	background:#1e90ff;	/*#6495ed;*/
	color:  white;
	border: solid 2px #6495ed;
	border-radius: 3px;
	margin:1px 0px 1px 0px;
}
.square_btn1 a{		/* blue */
	color:inherit;
	font-weight:bold;
}
.square_btn1:hover {
	background: white;
	color:#6495ed;
	font-weight:bold;
	transition: .5s;
}
/*-----------------------------------------------------*/
.square_btn2 {		/* orenge */
/*	color: #ffffff;*/	/*#ff8c00;*/
	color:#ff8c00;
	display: inline-block;
	font-size:1.4rem;
	padding: 2px 12px;
	text-decoration: none;
	border: solid 2px #ff8c00;
	 border-radius: 3px;

}
.square_btn2 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}

.square_btn2:hover {
	color: #ffffff;
	 background:  #ff8c00;
	  font-weight:bold;
	 transition: .5s;
}
/*-----------------------------------------------------*/
.square_btn3 {		/* gray */
	display: inline-block;
	font-size:1.4rem;
	padding: 2px 12px;
	text-decoration: none;
	color: #848484;
	border: solid 2px #a4a4a4;
	 border-radius: 3px;

}
.square_btn3 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn3:hover {
	 background:  #a4a4a4;
	color: white;
    	font-weight:bold;
	text-decoration: none;
	 transition: .8s;
}
/*-----------------------------------------------------*/
.square_btn4 {			/*gray blue*/
	display: inline-block;
	font-size:1.4rem;
	padding: 2px 16px;
	text-decoration: none;
	color:#666;
/*	color: #1c1c1c;*/
	background:  #f6f6f6;
	border: solid 1px #a1a1a1;
	 border-radius: 8px;
}
.square_btn4 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn4:hover {
	background:  #eefeff;
/*	color:#123456;*/	/* #1c1c1c;*/
/*	color:#ccc;*/
	color: #1c1c1c;
  	font-weight:bold;

	border: solid 1px #0174DF;
/*	 border-radius: 2px;*/
	 transition: .8s;
}
/*-----------------------------------------------------*/
.square_btn5 {
	display: inline-block;
	padding: 0.3em 1em;
	font-size:1.4rem;
	text-decoration: none;
	background:#6495ed;	/*#1e90ff*/
	color:  white;
/*	color: #ff0000;*/
	border: solid 2px #6495ed;
	border-radius: 5px;
	margin:5px 2px 5px 2px;
}
.square_btn5 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn5:hover {
	background: white;
	color:#6495ed;
	font-weight:bold;
	transition: .6s;
}

/*-----------------------------------------------------*/
.square_btn6 {
	display: inline-block;
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:1.4rem;
	line-height:3.0rem;
	padding:0 10px;
	text-decoration: none; 
}
.square_btn6 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn6:hover {
	background:#a9c237;
	transition:all 0.2s ease-out;
}
/*-----------------------------------------------------*/
.square_btn7 {			/*gray blue for calender*/

	display: inline-block;
	font-size:1.4rem;
	padding: 4px 8px;
	text-decoration: none;
/*	color: #1c1c1c;*/
	color:#2E64FE;
	background:  #f6f6f6;
	border: solid 1px #a1a1a1;
	 border-radius: 8px;
	 margin:5px 2px 5px 2px;
}
.square_btn7 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn7:hover {
/*	background:  #eefeff;*/
		background: #F8ECE0;
/*	color: #1c1c1c;*/
/*	color:#FE642E;*/
  /*  	font-weight:bold;*/
	border: solid 1px #F78181;
/*	 transition: 1.6s;*/
	transition:all 0.4s ease-out;

}
/*-----------------------------------------------------*/
.square_btn8 {			/*gray blue for calender*/

	display: inline-block;
	font-size:1.4rem;
	padding: 4px 8px;
	text-decoration: none;
/*	color: #1c1c1c;*/
	color:#FE2E64;
	background:  #f6f6f6;
	border: solid 1px #a1a1a1;
	 border-radius: 8px;
	 margin:5px 2px 5px 2px;
}
.square_btn8 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn8:hover {
/*	background:  #eefeff;*/
/*		background: #F8ECE0;*/
/*	color: #1c1c1c;*/
/*	color:#FE642E;*/
  /*  	font-weight:bold;*/
	border: solid 1px #FE2E64;
/*	 transition: 1.6s;*/
	transition:all 0.4s ease-out;

}
/*-----------------------------------------------------*/
.square_btn9 {
	display: inline-block;
	padding: 0.3rem 1rem;
	font-size:1.4rem;
	text-decoration: none;
	background:#fff;	/*#1e90ff   #6495ed;*/
	color:#1e90ff; 
	border: solid 1px #6495ed;
	border-radius: 10px;
	margin:5px 2px 5px 2px;
}
.square_btn9 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn9:hover {
	background:#6495ed;
	color:#fff;
	font-weight:bold;
	transition: .6s;
}


/*--------------------------------------------------------------------------*/
/* 背景色と矢印付きのボタン https://dubdesign.net/download/html-css/button-design/	*/
/* 001 */
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    max-width: 164px;
    padding: 8px 20px;
    color: #313131;
    transition: 0.3s ease-in-out;
     font-size:1.482rem;
    font-weight: 500;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.6s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

/*--------------------------------------------------------------------------*/
/* hoverで矢印が少し右に動くボタン https://dubdesign.net/download/html-css/button-design/	*/
/* 019 */
.button019 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    max-width: 164px;
    padding: 8px 20px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-size:1.482rem;
    font-weight: 500;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
/*--------------------------------------------------------------------------*/
/* 018 左の矢印の丸がhoverでにゅいっと伸びるボタン https://dubdesign.net/download/html-css/button-design/	*/
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    max-width: 224px;
    padding: 10px 0px 10px 14px;
    color: #313131;
    transition: 0.3s ease-in-out;
   font-size:1.482rem;
    font-weight: 500;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.button018 a:after {
  left: 0;
  background: #6bb6ff;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}

/*-----------------------------------------------------*/
.square_btn19 {			/*gray blue*/
	margin:12px;
	display: inline-block;
	font-size:1.6rem;
	padding: 2px 8px;
	text-decoration: none;
	color: #1c1c1c;
	background:  #f6f6f6;
	border: solid 1px #a1a1a1;
	 border-radius: 2px;
	 transition: .6s;

}
.square_btn19:hover {
	background:  #eefeff;
	color: #1c1c1c;
/*  	font-weight:bold;*/
	text-decoration: none;
	border: solid 1px #0174DF;
	 border-radius: 2px;
	 transition: .8s;
}

.square_btn19::before{
/*  content:"●"; */
/*  color: #ff8c00; */ 		/*色を変える*/
 
}
.square_btn19::after{
 /*  content:"●"; 
/*  color: #ff8c00; */ 		/*色を変える*/
}
/*-----------------------------------------------------*/
.square_btn21 {			/*blue*/
	display: inline-block;
	padding: 0.2rem 1rem;
	font-size:1.6rem;
	text-decoration: none;
	background:#f7f7ff;/*#f8f8ff ;	/*#1e90ff;	/*#AC58FA;	/*#DA81F5;	/*#6495ed;	/*#6495ed; :#1e90ff;*/
	color:  #6495ed ;	/*#0000ff ;/*#696969 ;*/
	border: solid 1px #c0c0c0 ;/* #a9a9a9;	/*#6495ed;*/
	border-radius: 3px;
	margin:1px 2px 1px 2px;
}
.square_btn21 a{		/* blue */
	color:inherit;
	font-weight:bold;
}
.square_btn21:hover {
	background:#4169e1; /* #0000ff;	/*white;*/
	color:white;	/*#6495ed;*/
	font-weight:bold;
	transition: .5s;
}
/*-----------------------------------------------------*/
.btn_f {	/* グラデーションボタン2（色付き/テキスト影付き）https://morobrand.net/mororeco/css/circle-button/ */
	width: 60px;
	height: 38px;
	background: #FFF;
	background: -moz-linear-gradient(top,#f47c9e 0%,#b23b5d);
	background: -webkit-gradient(linear, left top, left bottom, from(#f47c9e), to(#b23b5d));
	border: 1px solid #b23b5d;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	padding: 42px 20px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn_f:hover {
	background: #b23b5d;
	color: #FFF;
	border: 1px solid #FFF;
}


/* LINE-button001 */
.button_line001 {
	font-size:1.6rem;
  
}

.button_line001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    margin: 12px 8px 12px 24px;
    max-width: 212px;
    padding: 4px 12px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 300;
}

.button_line001 a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}
.button_line001 a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.button_line001 a:hover {
    opacity: 0.7;
}
.button_line001 a:hover:after {
    transform: scale(1, 1);
}




/*=========================================================================
	for sub menu
==========================================================================*/

.KsnListStyle01 {
/*	border:solid 1px #ccc; 
	border-top:solid 1px #ccc; */
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
.KsnListStyle01 li {
	display:inline-block;
	list-style:none;
	margin:5px 0 5px 5px;
}
.KsnListStyle01 li:last-child {
	margin-right:5px;
}
.KsnListStyle01 li a {
	display:block; 			/*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.KsnListStyle01 li a:hover {
	background:#a9c237;
}

/* -----------------------------------------------------------------------------------*/
/* .button5 */
.button5 {
/*	border:solid 1px #ccc; */
/*	border-top:solid 1px #f2f2f2; */
	margin:0; 
	padding:0px; 
	font-size:0;
	line-height:0;
}
.button5 li {
	display:inline-block;
	list-style:none;
	margin:5px 0px 5px 5px;
}
.button5 li:last-child {
	margin-right:5px;
}
.button5 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルにします*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:1.4rem;
	line-height:30px;
	padding:0 12px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.button5 li a:hover {
	background:#a9c237;
}

/* .button6 */
.button6 {
/*	border:solid 1px #ccc; */
/*	border-top:solid 1px #f2f2f2; */
	margin:0; 
	padding:0px; 
	font-size:0;
	line-height:0;
}
.button6 li {
	display:inline-block;
	list-style:none;
	margin:5px 0px 5px 5px;
}
.button6 li:last-child {
	margin-right:5px;
}
.button6 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルにします*/
	/* width:64px; */
	background:#e68f17;	/*#ecd46c;*/
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
.button6 li a:hover {
	background:#a9c237;
}

/*丸の中に三角アイコン4	https://www.will-hp.com/wpblog/web/157/ */

.Button4 {
    overflow: hidden;
    width: 120px;
    height: 30px;
    margin: 4px 4px 4px 16px;
    padding: 0;
}

.Button4 a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #ffffff;	/*#00a0e9;*/
/*   background: #00a0e9;*/
    color:#555555;	/* #fff;*/
    font-size: 12px;
    line-height: 30px;
    text-decoration:none;
    transition: 1.0s ;
}

.Button4 a:hover {
    background: #dddddd;	/*#eeeeee;*/	/*#00a0e9;*/	/*#3ab2e9; */       /* マウスオーバーカラー */ 
}

#IconList4 a:before {        /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;        /* CSS3草案 */ 
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 50%;   /* Firefox用 */ 
    background:  #00a0e9;	/*#fff;*/
}

#IconList4 a:after {        /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #ffffff;	/*#3ab2e9;*/	/*#00a0e9;*/
}

#IconLis4 a:hover:after {       			 /*「after要素」のマウスオーバー（カラーを合わせる） */ 
    border-left: 5px solid #00a0e9;	/*#3ab2e9;*/
}

/*-----------------------------------------------------*/


/* 価格設定 */
.ksid_sort_menu {

	margin:4px 0px 4px 8px; 

}


/* for teiban menu */




/*====================================================== */
ul#sample5 {
/*	border:solid 1px #ccc; */
	border-top:solid 1px #f2f2f2; 
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
ul#sample5 li {
	display:inline-block;
	font-size:1.6rem;
	font-weight:bold;
	list-style:none;
	margin:5px 0 5px 5px
}
ul#sample5 li:last-child {
	margin-right:5px;
}
ul#sample5 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルにします*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	line-height:2.4rem;
	padding:4px 18px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
ul#sample5 li a:hover {
	background:#a9c237
}

/* ===================================================== */
ul#sample6 {
/*	border:solid 1px #ccc; */
	border-top:solid 0px #f2f2f2; 
	margin:0; 
	padding:0; 
	font-size:0;
	line-height:0
}
ul#sample6 li {
	display:inline-block;
	list-style:none;
	margin:5px 0 5px 5px
}
ul#sample6 li:last-child {
	margin-right:5px;
}
ul#sample6 li a {
	display:block; /*a要素もインラインなので、widthを指定するためにブロックレベルに*/
	/* width:64px; */
	background:#69F;
	border-radius: 5px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:1.6rem;
	line-height:24px;
	padding:4px 8px;
	transition:all 0.2s ease-out;
	text-decoration: none; 
}
ul#sample6 li a:hover {
	background:#a9c237
}

.submenu_note{
	text-align:right;
	font-size:1.6rem;
	padding:2px 2px 2px 2px;
	margin:0px;
}


.thema_brock{
	margin:0px 0px 14px 0px;
}

.thema_box{

/*	padding:2px 4px 2px 4px;*/
/*	margin:2px 2px 12px 2px;*/

}
.thema_box ul{
	float:left;
	padding:2px 2px 2px 2px;
	margin:2px 2px 12px 2px;
}
.thema_box li{

	font-size: 1.6rem;
/*	padding:2px 4px 2px 4px;*/
	margin:2px 2px 2px 2px;
	float:left;	
}







/*---------------------------------------------------------------------------*/
/* 汎用arrow ボタン*/
/* ================================================================= */
.arrow_btn001,
.arrow_btn002,
.arrow_btn003,
.arrow_btn004,
.arrow_btn005,
.arrow_btn006,
.arrow_btn007
 {
	margin: 5px 0;
	position: relative;
	padding: 0.4rem 3.6rem 0.4rem 1.0rem;
	color: #fff;
	font-size: 1.6rem;
	display: inline-block;
	text-align: center;
	border: 1px solid #696969;
	text-decoration: none;
  	transition: all 0.4s;
	border-radius: 4px;
	margin-left:6px;
}

.arrow_btn001:after,
.arrow_btn002:after,
.arrow_btn003:after,
.arrow_btn004:after,
.arrow_btn005:after,
.arrow_btn006:after,
.arrow_btn007:after
{
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.4s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.arrow_btn001:hover,
.arrow_btn002:hover,
.arrow_btn003:hover,
.arrow_btn004:hover,
.arrow_btn005:hover,
.arrow_btn006:hover,
.arrow_btn007:hover
 {
	text-decoration: none;
	background: #fff;
	color: #543618;
	 transition: .8s;
}

.arrow_btn001:hover:after,
.arrow_btn002:hover:after,
.arrow_btn003:hover:after,
.arrow_btn004:hover:after,
.arrow_btn005:hover:after,
.arrow_btn006:hover:after,
.arrow_btn007:hover:after
{
	right: 1.4rem;
}

.arrow_btn001 {
	background-color:#475C85;	/*#585858;*/
	color: #fff;
}

.arrow_btn002 {
	background-color:#6a5acd;
}

.arrow_btn003 {
	background-color:#840404;
}

.arrow_btn004 {
	background-color:#2E64FE;
}

.arrow_btn005 {
	background-color:#6a5acd;
}

.arrow_btn006 {
	background-color:#088A29;
}

.arrow_btn007 {
	background-color:#575252;/*#ccffc;
}

/* ================================================================= */
@media only screen and (max-width: 800px) {
	.arrow_btn001,
	.arrow_btn002,
	.arrow_btn003,
	.arrow_btn004,
	.arrow_btn005,
	.arrow_btn006,
	.arrow_btn007
	 {
			font-size: 1.8rem;
			padding: 0.8rem 3.6rem 0.8rem 1.0rem;
	}
	
}

/*--------------------------------------------------*/
/* テーブル thema				*/
/*--------------------------------------------------*/
/*
table.table_thema {
		  margin-top: 6px;
		  margin-bottom: 6px;
		  width: 550px;
		  border-collapse: collapse;
		  border: solid 1px #ccc;
		  font-size: 100%;
}

table.table_thema caption {
			font-size:88%;
			margin-left:4px;
			margin-top: 4px;
			margin-bottom: 4px;
			text-align: left;
}

table.table_thema th,table.table_thema td {
			border: solid 1px #ccc;
		  /*padding: 4px 6px;*/
/*			text-align: center;
			vertical-align:top; 
}

*/
