@charset "utf-8";
/* CSS Document */

body {	
	-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
	-webkit-overflow-scrolling:touch;
}
a:focus { 
		outline:none;
}
		
#toku_wrapper {
	width:720px; 		
}		
#toku_wrapper h2 + p,
.bg_club {
	background-image: linear-gradient(
  0deg,
  hsl(42deg 49% 51%) 0%,
  hsl(42deg 50% 48%) 3%,
  hsl(42deg 52% 46%) 5%,
  hsl(42deg 54% 44%) 9%,
  hsl(42deg 56% 42%) 14%,
  hsl(42deg 59% 40%) 19%,
  hsl(42deg 62% 38%) 28%,
  hsl(42deg 66% 35%) 41%,
  hsl(42deg 70% 33%) 62%,
  hsl(42deg 75% 31%) 100%
);

	color: #fff;
	font-size: 1.2em !important;
	padding: 10px 20px;
}
.red_line {
	color: #F00;
	text-decoration: line-through; 
}
.p_red_line {
	color: #F00;
	text-decoration: line-through; 
}
/*----------商品ページリンク---------*/
.page_button,
.page_button_sofa {
	/*background: #886835;*/
	background-image: linear-gradient(
  0deg,
  hsl(42deg 49% 51%) 0%,
  hsl(42deg 50% 48%) 3%,
  hsl(42deg 52% 46%) 5%,
  hsl(42deg 54% 44%) 9%,
  hsl(42deg 56% 42%) 14%,
  hsl(42deg 59% 40%) 19%,
  hsl(42deg 62% 38%) 28%,
  hsl(42deg 66% 35%) 41%,
  hsl(42deg 70% 33%) 62%,
  hsl(42deg 75% 31%) 100%
);
	padding: 8px 2px;
	/*border-radius: 6px;*/
	text-decoration: none;
	display: block;
	width: 204px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	border: 1px solid #424d32;
	/*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
	transition: .3s ease-in-out;
}
.page_button {
	margin: 0 auto 20px;
}
.page_button_sofa {
	margin: auto auto 0 !important;
}
.page_button:hover,
.page_button_sofa:hover {
	background: #8c6916;
	color: #fff !important;
}

.table_wrap {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px;
	/*height: 200px;*/
	min-height: 200px;
}

/*----------カテゴリーナビ-----------*/

.club_cate_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
	
}
.club_cate_navi li {
	flex: 0 1 24%;
	margin: 0 0 6px;
	position: relative;
	
}
/*-----------矢印-------------*/
.club_cate_navi li:before,
.club_cate_navi li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.club_cate_navi li:after {
    border: solid 10px transparent;
    border-top: solid 15px #fff;
    margin-top: -2px;
	transition: .3s ease-in-out;
}
/*---------------------------*/
.club_cate_navi li a {
	font-size: 1.05em;
	padding: 10px;
	display: block;
	font-weight: 700;
	transition: .3s ease-in-out;
	
}

.club_cate_navi li a::before {
	content: "";
	background-size: contain;
	width: 36px;
	height: 36px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}
/*----------------------------*/
.club_cate_navi li:nth-of-type(1) a {
	color: #636;
	border: 1px solid #636;
}
.club_cate_navi li:nth-of-type(1) a::before {
	background-image: url(../img/sofa/ecl.jpg);
	
}

.club_cate_navi li:nth-of-type(1):before {
    border: solid 10px transparent;
    border-top: solid 15px #636;
}
.club_cate_navi li:nth-of-type(1) a:hover {
	background: #636;
	color: #fff !important;
}
.club_cate_navi li:nth-of-type(1):hover:after {
    border-top: solid 15px #636;
}
/*----------------------------*/
.club_cate_navi li:nth-of-type(2) a {
	color: #CD9136;
	border: 1px solid #CD9136;
}
.club_cate_navi li:nth-of-type(2) a::before {
	background-image: url(../img/tenban/tenban.jpg);
	
}
.club_cate_navi li:nth-of-type(2):before {
    border: solid 10px transparent;
    border-top: solid 15px #CD9136;
}
.club_cate_navi li:nth-of-type(2) a:hover {
	background: #CD9136;
	color: #fff !important;
}
.club_cate_navi li:nth-of-type(2):hover:after {
    border-top: solid 15px #CD9136;
}
/*----------------------------*/
.club_cate_navi li:nth-of-type(3) a {
	color: #37afa5;
	border: 1px solid #37afa5;
}
.club_cate_navi li:nth-of-type(3) a::before {
	background-image: url(../img/stand/c3338.jpg);
	
}
.club_cate_navi li:nth-of-type(3):before {
    border: solid 10px transparent;
    border-top: solid 15px #37afa5;
}
.club_cate_navi li:nth-of-type(3) a:hover {
	background: #37afa5;
	color: #fff !important;
}
.club_cate_navi li:nth-of-type(3):hover:after {
    border-top: solid 15px #37afa5;
}
/*----------------------------*/
.club_cate_navi li:nth-of-type(4) a {
	color: #58b05c;
	border: 1px solid #58b05c;
}
.club_cate_navi li:nth-of-type(4) a::before {
	background-image: url(../img/stool/wiree_stool.jpg);
	
}
.club_cate_navi li:nth-of-type(4):before {
    border: solid 10px transparent;
    border-top: solid 15px #58b05c;
}
.club_cate_navi li:nth-of-type(4) a:hover {
	background: #58b05c;
	color: #fff !important;
}
.club_cate_navi li:nth-of-type(4):hover:after {
    border-top: solid 15px #58b05c;
}

/*------------各カテゴリー-----------*/

#sofa,#table,#stand,#stool {
	margin: 10px 0 30px;
}


#sofa h3,#table h3,#stand h3,#stool h3,#contact h3 {
	font-size: 1.8em;
	text-align: center;
	margin: 0 0 10px;
}
#sofa p,#table p,#stand p,#stool p {
	font-size: 1.1em !important;
	margin: 0 0 10px !important;
}	
#sofa h3 {
	color: #636;
	border-bottom: 1px solid #636;
}
#sofa p {
	/*color: #636;*/
	color: #5b5b5b;
}
#table h3 {
	color: #CD9136;
	border-bottom: 1px solid #CD9136;
}
#table p {
	/*color: #CD9136;*/
	color: #5b5b5b;
}
#stand h3 {
	color: #37afa5;
	border-bottom: 1px solid #37afa5;
}
#stand p {
	/*color: #37afa5;*/
	color: #5b5b5b;
}
#stool h3 {
	color: #58b05c;
	border-bottom: 1px solid #58b05c;
}
#stool p {
	/*color: #58b05c;*/
	color: #5b5b5b;
}
#contact h3 {
	color: #737373;
	border-bottom: 1px solid #737373;
}
#contact p {
	color: #737373;
}
/*-----------共通----------*/

.cate_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
}
.cate_wrap::after {
	content: "";
	display: block;
	height: 0;
	width: 32.5%;
	margin: 0 0 10px;
}
#toku_wrapper h4 {
	font-size: 1.1em;
	color: #737373;
	margin: 0 0 10px 5px;
}
.logo {
	margin: 0 !important;
	font-size: 1.1em;
}

.main_pic {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	/*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
              0 2px 2px rgba(0,0,0,0.03), 
              0 4px 4px rgba(0,0,0,0.03), 
              0 6px 8px rgba(0,0,0,0.03),
              0 8px 16px rgba(0,0,0,0.03);
}

#toku_wrapper p:not(.p_set) {
	margin: 0 0 20px;
	font-size: 1.0em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.p_set {
	color: #919191;
	font-size: 1.0em;
	padding: 0 0 0 5px;
	margin: 0 0 10px;
	border-left: 4px solid #693;
	font-weight: bold;
}

.zeibetu {
	text-align: right !important;
}
/*----------ソファ---------*/

.set_image {
	display: flex;
	margin: 0 0 20px;
	line-height: 1.2;
}
.sofa .all_size {
	margin: 0 4px 0 0 !important;
	border: 1px solid #F9C;
	width: 117px !important;
}
.sofa .setsize {
	margin: 0 auto 10px;
	font-size: 0.875em;
}
.sofa .simu {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	transition: .3s ease-in-out;
	border: 1px solid #fff;
}
.sofa .simu:hover {
	opacity: .7;
	border: 1px solid #F9C;
	box-shadow: none;
}

.no_cursor {
	pointer-events: none;
}

/*---------共通-----------*/

.sofa,.table,.stand,.stool {
	width: 32.2%;
	box-sizing: border-box;
	margin: 0 0 30px;
	border-radius: 6px;
	padding: 10px 10px 20px;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
}
.sofa {
	background-color: rgba(102,51,102,.075);
}
.table {
	background-color:rgba(255,196,153,.25);
}
.stand {
	background-color:rgba(146,196,235,.2);
}
.stool {
	background-color: rgba(146,196,82,.1);
}


/*-------------価格表-------------*/
.line_up {
	line-height:1.2;
	text-align: center;
	border: 1px solid #CCC;
	width: 100%;
	margin: 0 auto 10px;
	background: #FFF;
	border-collapse: collapse;
}

.line_up td {
	border:solid 1px #CCCCCC;
	padding: 5px 3px;
	font-size: 1.0em;
	color: #737373;
	}
	
.table_red {
	color: #F00;
	font-size: 1.0em;
	border: 1px solid #CCC;
}
.table_red2 {
	color: #F00;
	font-size: 1.0em;
	border: 1px solid #CCC;
	font-weight: bold;
}
.table_4 {
	font-size: 1.0em;
	color: #F00;
	text-decoration: line-through;
	border: 1px solid #CCC;
	font-weight: bold;
}
/*--------バナースペース------------*/
.banner_space {
	width:720px;
	margin: 0 0 30px;
	border-bottom: 1px dotted #666;
}
.another {
	padding: 20px 0;
	text-align: right;
	transition: .3s ease-in-out;
	
}
.another:hover {
	opacity: .7;
	
}
.another a img {
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}
.another a img:last-of-type {
	margin: 0 0 0 10px !important;
}
/*-------css ボタンここから↓-------*/

.button10 {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
}

.mitumori_btn {
	clear: both;
  position: relative;
  background: rgb(251,250,246);
  background: linear-gradient(0deg, rgba(251,250,246,1) 0%, rgba(107,197,0,1) 0%, rgba(75,136,3,1) 100%);
  width: 48%;
  height: 40px;
  margin: 0;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #568002;
}

.mitumori_btn a {
  display: block;
  line-height: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.0em;
  font-weight: bold;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
	
}
.mitumori_btn a:hover {
  color: #FFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 0 #729800; 
}
.mitumori_btn:active {
  top: 3px;
  box-shadow: none;
}


.cyumon_btn {
  position: relative;
  background: rgb(251,250,246);
  background: linear-gradient(0deg, rgba(251,250,246,1) 0%, rgba(246,238,198,1) 0%, rgba(214,175,50,1) 100%);
  margin: 0;
  width: 48%;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #907f06;
}


.cyumon_btn a {
  display: block;
  line-height: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.0em;
  font-weight: bold;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease; 
	
}
.cyumon_btn a:hover {
  color: #FFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 0 #afa421;
}
.cyumon_btn:active {
  top: 3px;
  box-shadow: none;
}



















/*------------コンタクト---------------------*/

.all_contact_wrap_club {
	padding: 40px 40px 10px;
}

.all_contact_wrap_club .all_contact {
	display: flex;
	background: #fff;
	border-radius: 6px;
	margin: 0 0 30px;
	padding: 10px;
}
.all_contact_wrap_club .all_contact_item {
	width:350px;
	padding: 20px 1% 5px;
}
.all_contact_wrap_club .all_contact_item p {
	color: #5b5b5b;
	text-align: center;
	font-weight: bold;
	font-size: .8rem;
}










/*---------------------------------------------------------------*/
/*レスポンシブ無効時はコメントアウト*/
@media screen and (max-width: 767px) {
	#toku_wrapper {
	width:100%; 		
}

#toku_wrapper h2 + p,
.bg_club {
	background-image: linear-gradient(
  0deg,
  hsl(42deg 49% 51%) 0%,
  hsl(42deg 50% 48%) 3%,
  hsl(42deg 52% 46%) 5%,
  hsl(42deg 54% 44%) 9%,
  hsl(42deg 56% 42%) 14%,
  hsl(42deg 59% 40%) 19%,
  hsl(42deg 62% 38%) 28%,
  hsl(42deg 66% 35%) 41%,
  hsl(42deg 70% 33%) 62%,
  hsl(42deg 75% 31%) 100%
);

	color: #fff;
	font-size: 1.1em !important;
	padding: 10px 20px;
	line-height: 1;
}

/*----------カテゴリーナビ-----------*/

.club_cate_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
	min-width: 310px;
	
}
.club_cate_navi li {
	flex: 0 1 24%;
	margin: 0 0 6px;
	font-size: 1.0em;
	position: relative;
	
}

.club_cate_navi li a::before {
	content: "";
	background-size: contain;
	width: 30px !important;
	height: 30px !important;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}


@media screen and (max-width: 640px) {
.club_cate_navi li {
	flex: 0 1 48.5%;
	position: relative;
	margin: 0 0 20px;
	
}
.club_cate_navi li a::before {
	content: "";
	background-size: contain;
	width: 36px !important;
	height: 36px !important;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}
.club_cate_navi li a {
	font-size: 1.0em;
	padding: 2%;
	display: block;
	font-weight: 700;
	transition: .3s ease-in-out;
	
}
}
.club_cate_navi li a {
	font-size: .9em;
	padding: 4%;
	display: block;
	font-weight: 700;
	transition: .3s ease-in-out;
	
}

.club_cate_navi li a::before {
	content: "";
	background-size: contain;
	width: 34px;
	height: 34px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}

/*------------各カテゴリー-----------*/

#sofa,#table,#stand,#stool {
	margin: 10px 0 30px;
	width: 100%;
	padding: 0 2%;
}

#sofa h3,#table h3,#stand h3,#stool h3,#contact h3 {
	font-size: 1.6em;
	text-align: center;
	margin: 0 0 10px;
}
#sofa h3 {
	color: #636;
	border-bottom: 1px solid #636;
}
#table h3 {
	color: #CD9136;
	border-bottom: 1px solid #CD9136;
}
#stand h3 {
	color: #37afa5;
	border-bottom: 1px solid #37afa5;
}
#stool h3 {
	color: #58b05c;
	border-bottom: 1px solid #58b05c;
}
#contact h3 {
	color: #737373;
	border-bottom: 1px solid #737373;
}

/*---------共通-----------*/

.sofa,.table,.stand,.stool {
	width: 48.5%;
	box-sizing: border-box;
	margin: 0 0 30px;
	border-radius: 6px;
	padding: 10px 10px 30px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 568px) {
.sofa,.table,.stand,.stool {
	width: 98%;
	box-sizing: border-box;
	margin: 0 auto 30px;
	border-radius: 6px;
	padding: 10px 2% 40px;
	display: flex;
	flex-direction: column;
}
}
.sofa {
	background-color: rgba(102,51,102,.075);
}
.table {
	background-color:rgba(255,196,153,.2);
}
.stand {
	background-color:rgba(146,196,235,.2);
}
.stool {
	background-color: rgba(146,196,82,.1);
}


/*----------商品ページリンク---------*/
.page_button,
.page_button_sofa {
	/*background: #886835;*/
	background-image: linear-gradient(
  0deg,
  hsl(42deg 49% 51%) 0%,
  hsl(42deg 50% 48%) 3%,
  hsl(42deg 52% 46%) 5%,
  hsl(42deg 54% 44%) 9%,
  hsl(42deg 56% 42%) 14%,
  hsl(42deg 59% 40%) 19%,
  hsl(42deg 62% 38%) 28%,
  hsl(42deg 66% 35%) 41%,
  hsl(42deg 70% 33%) 62%,
  hsl(42deg 75% 31%) 100%
);




	padding: 8px 16px;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	/*color: #eadc1b;*/
	color: #fff !important;
	font-weight: bold;
	border: 1px solid #424d32;
	/*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
}
.page_button {
	margin: 0 auto 20px;
}
.page_button_sofa {
	margin: auto auto 0;
}
 
.page_button:hover,
.page_button_sofa:hover {
	background: #8c6916;
	color: #fff !important;
}

.table_wrap {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px;
	/*height: 200px;*/
	min-height: 200px;
}

/*----------ソファ---------*/

.set_image {
	display: flex;
	margin: 0 0 20px;
	justify-content: space-around;
	line-height: 1.2;
}
.sofa .all_size {
	margin: 0 10px 0 0 !important;
	border: 1px solid #F9C;
	width: 117px !important;
}
.sofa .setsize {
	margin: 0 auto 10px;
	font-size: .9em;
}
.sofa .simu {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}
.sofa .simu:hover {
	opacity: .7;
	border: 1px solid #F9C;
	box-shadow: none;
}
.no_cursor {
	pointer-events: none;
}
/*-----------------------*/

.line_up {
	line-height:1.2;
	text-align: center;
	border: 1px solid #CCC;
	width: 100%;
	margin:0 auto 10px;
	font-size: 1.0em;
}

.line_up td{
	border:solid 1px #CCC;
	padding: 5px 3px;
	color: #737373;
	}

/*--------見積もりボタン--------*/

.button10 {
	width: 100%;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	}


	
.mitumori_btn {
	clear: both;
  position: relative;
  background: rgb(251,250,246);
  background: linear-gradient(0deg, rgba(251,250,246,1) 0%, rgba(107,197,0,1) 0%, rgba(75,136,3,1) 100%);
  width: 48%;
  height: 40px;
  margin: 0;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #568002;
}

.mitumori_btn a {
  display: block;
  line-height: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.0em;
  font-weight: bold;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
	
}
.mitumori_btn a:hover {
  color: #FFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 0 #729800; 
}
.mitumori_btn:active {
  top: 3px;
  box-shadow: none;
}





.cyumon_btn {
  position: relative;
  background: rgb(251,250,246);
  background: linear-gradient(0deg, rgba(251,250,246,1) 0%, rgba(246,238,198,1) 0%, rgba(214,175,50,1) 100%);
  margin: 0;
  width: 48%;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #907f06;
}


.cyumon_btn a {
  display: block;
  line-height: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.0em;
  font-weight: bold;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease; 
	
}
.cyumon_btn a:hover {
  color: #FFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 0 #afa421;
}
.cyumon_btn:active {
  top: 3px;
  box-shadow: none;
}



/*-----------------------*/
.cate_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
}
.cate_wrap::after {
	content: "";
	display: block;
	height: 0;
	width: 32.5%;
	margin: 0 0 10px;
}
#toku_wrapper h4 {
	font-size: 1.2em;
	color: #737373;
	margin: 0 0 10px 5px;
}
.logo {
	margin: 0 !important;
	font-size: 1.1em;
}

.main_pic {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	cursor: default !important;
	/*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
              0 2px 2px rgba(0,0,0,0.03), 
              0 4px 4px rgba(0,0,0,0.03), 
              0 6px 8px rgba(0,0,0,0.03),
              0 8px 16px rgba(0,0,0,0.03);
}
.p_set {
	color: #919191;
	font-size: 1.05em;
	padding: 0 0 0 5px;
	margin: 0 0 10px;
	border-left: 4px solid #693;
	font-weight: bold;
}

#toku_wrapper p {
	margin: 0 0 20px;
	font-size: 1.0em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;	
}
.img_ichi img {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px !important;
	display: block;
}
.zeibetu {
	text-align: right !important;
}



/*-----------コンタクトお問い合わせ----------*/

.all_contact_wrap_club {
	padding: 35px 5% 10px;
}	
	
.all_contact_wrap_club .all_contact {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	margin: 0 0 20px;
}
.all_contact_wrap_club .all_contact_item {
	width:48%;
	padding: 20px 2% 5px !important;
}

.all_contact_wrap_club .all_contact_item p {
	color: #5b5b5b;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}

@media screen and (max-width: 667px) {
		
.all_contact_wrap_club .all_contact {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	aligen-items: center;
	margin: 0 auto 30px;
	padding: 20px;
	width: 100%;
}
.all_contact_wrap_club .all_contact_item {
	width: 100%;
}

}







/*--------バナースペース------------*/
.banner_space {
	width: 100%;
	margin: 0 0 30px;
	border-bottom: 1px dotted #666;
}
.another {
	padding: 20px 0;
	text-align: right;
	transition: .3s ease-in-out;
	border-radius: 6px;
	
}
.another:hover {
	opacity: .7;
	
}
@media screen and (max-width: 567px) {
.another {
	text-align: center;
	
}
.another a img:last-of-type {
	margin: 10px 0 0 !important;
}

}

}

