@charset "utf-8";
.onlineshop{
	margin:0 auto;
	text-align:center;
background:#fff;
	padding:0 15px 60px;
}
.onlineshop a img{
	width:380px;
}
.onlineshop a:hover{
	opacity:0.7;
}
@media screen and (max-width: 767px) {
.onlineshop a img{
	width:95%;
}
}
/*---------------------------------------------
	company
  ---------------------------------------------*/
.com_title{
	max-width:992px;
	border-bottom:1px #999 solid;
	border-top:1px #999 solid;
	padding:5px 50px 25px;
}
.com_title_01{
	color:#eaeded;
	font-size:450%;
	font-weight:bold;
}
.com_title_02{
	font-size:140%;
	letter-spacing:0.1em;
	margin-top:-40px;
}
.rinen_01{
	text-align:center;
	color:#eaeded;
	font-size:450%;
	font-weight:bold;
	letter-spacing:0.1em;
}
.rinen_02{
	text-align:center;
	font-size:140%;
	letter-spacing:0.1em;
}
.rinen_03{
	text-align:center;
	margin-top:30px;
}
.rinen_04 {
margin:0 auto;
margin-top:30px;
}
.rinen_04 td{
text-align: left;
padding:8px 0;
}
.rinen_04_td1{
}
.rinen_04_td2{
}
.hr_rinen{
    width: 100%;
    height: 100px;
	margin-top:60px;
	margin-bottom:-60px;
}
.hr_rinen hr{
    transform: rotate(90deg);
    width: 60px;
    border: 0;
    border-top: 1px solid #999;
    margin: 0 auto;
}
.mini_title{
	color:#666;
	font-size:120%;
	margin-bottom:15px;
	letter-spacing:0.1em;
}
.hr_naname{
    width: 100％;
    height: 100px;
	margin-top:120px;
	margin-bottom:-80px;
}
.hr_naname hr{
    transform: rotate(5deg);
    width: 100%;
    border: 0;
    border-top: 1px solid #999;
    margin: 0;
    padding: 0;
}
.company_table{
	width:100%;
	border-top:1px solid #000;
}
.company_table_td01{
	width:30%;
	border-bottom:1px solid #000;
	padding:10px 0;
}
.company_table_td02{
	width:70%;
	border-bottom:1px solid #000;
	padding:8px 0;
}
.co_name{
	font-size:120%;
	letter-spacing:0.2em;
}
/*---------------------------------------------
	contact
  ---------------------------------------------*/
.contacttxt p{
	line-height:2em;
	text-align:justify;
}


/* コンタクトフォーム
--------------------------------------------------------------*/
.joho_contact { width: 100%;}
.form-width { width: 100%; margin:4px 0; padding:10px 10px; border:0; background:#f6f7f7;}
.select-width { width: 100%; margin:4px 0; padding:10px 5px; background:#f6f7f7; border:1px slod #848492; border-radius:5px;}
.acceptance_box { width: 100%; margin:4px 0 20px 0; padding:20px; background:#f6f7f7; text-align:center;}
.caution{ font-size:90%; margin:20px 0 40px -25px; line-height: 180%;}

input.sub-btn {
	width: 100%;
	height: 60px;
	background: #fff;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

input.sub-btn:hover{
	background: #ddd;
	color: #000;  
}
/*---------------------------------------------
	toppage
  ---------------------------------------------*/
.h-box_top{
	padding:80px 50px 0;
}
.toplogo_top{
	width:360px;
	padding-top:10px;
}
.topmenu_top{
position : absolute ;
bottom : 0 ;
right: 50px;
text-align:right;
}
.top_right01 ul li {
  padding:15px;
	font-weight:500;
  display: inline;
	font-size:120%;
}
.top_right01 ul li a:hover {
  opacity: 0.7;
}
.top_right02 ul li {
  padding:5px;
	font-weight:500;
  display: inline;
	font-size:120%;
	text-align:right;
}
.top_right02 ul li a:hover {
  opacity: 0.7;
}
.mail_top{
	width:40px;
	margin-right:-10px;
}
/*---------------------------------------------
	toppage
  ---------------------------------------------*/
.splogo_top{
	padding:20px 0 0 20px;	
}
.splogo_top img{
	width:230px;
}
.front_top_img{
	padding:20px 50px;
}
.front_top_message{
	text-align:center;
	line-height:2.6em;
	padding:30px 50px 50px 50px;
}
.front_zone01{
background:#eee;
width:100%;
}
.max1250_top{
max-width:1250px;
margin:0 auto;
padding-top:100px;
padding-bottom:70px;
}
.max1250_top h2{
letter-spacing:0.3em;
text-align:center;
}
.front_txt01{
	font-weight:bold;
text-align:center;
letter-spacing:0.2em;
}
.max1250_page{
max-width:1250px;
margin:0 auto;
padding-top:50px;
padding-bottom:70px;
}
/*---------------------------------------------
	tab-menu
  ---------------------------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab-label {
	width:100%;
  color: #000;
  background: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 20px 20px 25px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}
.tab-label-txt01{
	letter-spacing:0.3em;
	font-size:150%;
}
.tab-label-txt02{
	letter-spacing:0.1em;
margin-top:-8px;
  font-weight: bold;
}
.tab-label:not(:last-of-type) {
  margin-right: 3px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked+.tab-label+.tab-content {
margin-top:30px;
  height: auto;

  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #383838;
    border-width: 14px;
    margin-left: -14px;
}
.tab-switch:checked+.tab-label {
    background: #383838;
	color:#fff;
    position: relative;
}
.tab_message_top{
	letter-spacing:0.3em;
	font-size:150%;
	text-align:center;
}
.tab_message_txt{
	text-align:center;
	line-height:2.6em;
	padding:30px 50px 50px 50px;
}
.tab_name{
	margin-top:20px;
}
.tab_name img{
	width:60%;
	margin-bottom:30px;
}
.tab_btn{
	text-align:center;
	margin-bottom:50px
}
.tab_btn img{
	width:40%;
}
.tab_btn a:hover{
  opacity: 0.7;
}
 /*---------------------------------------------
footmenu
  ---------------------------------------------*/
.footbottom_top{
padding-top:80px;
	height:auto;
margin-bottom:20px;
}
.right_top{
float: right;
}
.right_top img{
margin-top:60px;
float: right;
}
.footright_top{
float: right;
padding-right:20px;
margin-top:-120px;
}
.footmenu_top ul li{ 
margin: 0; 
padding: 0; 
list-style: none;
display: inline; 
}
.footmenu_top li a{
padding: 0 0 0 20px;
text-decoration: none;
color: #383838;
text-align: right;
}
.footmenu ul li a:hover {
  opacity: 0.7;
}

.copy_top{
width:72px;
margin-top:80px;
}
.footright{
float: right;
padding-right:20px;
margin-top:-120px;
}
.foot_b02{
padding-left:10px;
}
.footlogo_g img{
	width:226px;
	margin-top:-10px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
/* タブレット　表示領域が768px以上991px以下の場合に適用するスタイル */
.com_title{
	max-width:992px;
	border-bottom:1px #999 solid;
	border-top:1px #999 solid;
	padding:5px 30px 25px;
}
.max1250_top{
max-width:1250px;
margin:0 auto;
padding:100px 30px 70px;
}
.max1250_page{
max-width:1250px;
margin:0 auto;
padding:50px 30px 70px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
/* タブレット　表示領域が768px以上991px以下の場合に適用するスタイル */
.com_title{
	max-width:992px;
	border-bottom:1px #999 solid;
	border-top:1px #999 solid;
	padding:5px 30px 25px;
}
.max1250_top{
max-width:1250px;
margin:0 auto;
padding:100px 30px 70px;
}
.max1250_page{
max-width:1250px;
margin:0 auto;
padding:50px 30px 70px;
}
.topmenu_top{
position : absolute ;
bottom : 0 ;
right: 30px;
text-align:right;
}
.front_top_img{
	padding:20px 30px;
}
}

@media screen and (max-width: 767px) {
.front_top_img{
	padding:20px 0;
}
.front_top_message{
	text-align:justify;
	line-height:2.2em;
	padding:30px 15px 50px;
}


.front_zone01{
background:#eee;
width:100%;
}
.com_title{
	max-width:992px;
	border-bottom:1px #999 solid;
	border-top:1px #999 solid;
	padding:5px 15px 25px;
}
.max1250_page{
max-width:1250px;
margin:0 auto;
padding:50px 15px 70px;
}
.max1250_top{
	max-width:1250px;
	margin:0 auto;
	padding:70px 15px 50px;
}
.max1250_top h2{
letter-spacing:0.1em;
text-align:center;
}
.front_txt01{
	font-weight:bold;
text-align:center;
letter-spacing:0.2em;
}
.tab-label {
	width:100%;
  color: #000;
  background: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0 10px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}
	.tab_message_top{
	letter-spacing:0.2em;
	font-size:150%;
	text-align:center;
}
.tab_message_txt{
	text-align:justify;
	line-height:2.1em;
	padding:30px 0 50px;
}
.tab_name{
	margin-top:20px;
}
.tab_name img{
	width:60%;
	margin-bottom:30px;
}
.tab_btn img{
	width:80%;
}
.rinen_04 td{
text-align: left;
padding:8px;
}
.rinen_04_td1{
	width:15%;
}
.rinen_04_td2{
	width:85%;
	text-align:justify;
}
}