@charset "utf-8";

.no_event a{
	pointer-events: none !important;
}

.kinds_box5 img{
	padding: 5px 0;
}

.auto_form{
	background: #a90000 !important;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 1em 0.5em !important;
	margin: 0 0 1.5em 0;
	text-align: center;
	border:5px double #fff;
	box-sizing: border-box;
}

.information{
	padding: 1.5em !important;
	border: 1px solid #a90000;
	margin: 1.5em 0;
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	width: 100%;
}

.flex_box{
	width: calc(88%/3);
	height: auto;
	padding: 1%;
	text-align: center;
	margin: 1%;
	display: block;
	text-decoration: none;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.flex_box p{
	text-align: left;
	line-height: 1.2;
}

.pic{
	max-width: 720px;
    margin: 0 auto;
}

.explanation{
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin: 1em;
	padding: 1em !important;
	width: auto;
	height: auto;
}

.dl_table , .dl_table td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0 auto;
}
.dl_table td {
	padding: 2em;
	height: auto;
	text-align: center;
}

.size{
	background: #999999;
	color: #fff;
}

.temp_btn{
	background: #333333;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 1em 2em;
}

.temp_btn:hover{
	opacity: 0.6;
	color: #fff;
}

.temp_kinds{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}

.bb_size{
	width: 100%;
}

.temp_kinds2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}

.kinds_box{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: calc(18%);
	margin: 1%;
	text-align: center;
	height: 80px;
}

.kinds_box a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 5;
	background: #a90000;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}

.kinds_box a:hover{
	background: #ff9999 !important;
	color: #fff;
	font-size: 110%;
}

.kinds_box2{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: calc(21%);
	margin: 0.5%;
	text-align: center;
	height: auto;
	padding-top: 1em;
}

.kinds_box2 a{
 	display: block;
 /*
 	height: 100%;
 */
	text-decoration: none;
	color: #666666;
}

.kinds_box2 h5{
	font-weight: bold;
/*
	line-height: 2;
*/
	display: block;
    height: 60px;
}

.kinds_box3{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: calc(48%);
	margin: 0.5%;
	text-align: center;
	height: auto;
	padding-top: 1em;
	box-sizing: border-box;
}

.kinds_box3 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	color: #666666;
}

/*
.kinds_box3 h5{
	font-weight: bold;
	line-height: 2;
	font-size: 80%;
}
*/

.kinds_box4{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: 80%;
	margin: 0.5% auto;
	text-align: left;
	height: auto;
}

.kinds_box4 a:hover{
	background: #ff9999 !important;
	color: #fff;
}

.kinds_box4 a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.kinds_box5{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: 98%;
	margin: 0.5% auto;
	text-align: left;
	height: auto;
}

.kinds_box5 a:hover{
	background: #ff9999 !important;
	color: #fff;
}

.kinds_box5 a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.box5_non{
	border: none;
}

.kind_p{
	text-align: left;
	line-height: 1.5;
}

.kinds_box a:hover{

}

.order_btn a{
	display: block;
	background: #a90000;
	color: #fff;
	font-weight: bolder;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	padding: 0.8em;
	margin-bottom: 2em;
}

.order_btn a:hover{
	display: block;
	background: #ff9999 !important;
	color: #fff;
	font-weight: bolder;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	padding: 0.8em;
	margin-bottom: 2em;
}

@media screen and (min-width:1451px){

.kinds_box4 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 3;
	background: #a90000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding:0.5em 0.5em 0em 1em;
}

.kinds_box5 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 3;
	font-weight: bold;
	font-size: 16px;
	padding:0 0.5em;
}

.price_bar{
	display: none;
}

.price_list_sp{
	display: none;
}

.chain_sp{
	display: none;
}

.step{
	font-size: 2em;
	color: #333;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.step img{
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

}

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

.price_bar{
	display: none;
}

.kinds_box4 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 3;
	background: #a90000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-left: 1em;
}

.kinds_box5 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 3;
	font-weight: bold;
	font-size: 14px;
	padding:0 0.3em;
}

.price_list_sp{
	display: none;
}

.chain_sp{
	display: none;
}

.step{
	font-size: 20px;
	color: #333;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.step img{
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

}

@media screen  and (min-width:901px) and (max-width:1040px){

.kinds_box5{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: 98%;
	margin: 0.5% auto;
	text-align: left;
	height: auto;
}

.box5_non{
	display: none;
}

}


@media screen  and (min-width:771px) and (max-width:900px){

.price_bar{
	display: none;
}

.kinds_box4 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 3;
	background: #a90000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-left: 1em;
}

.kinds_box5{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: 98%;
	margin: 0.5% 1%;
	text-align: left;
	height: auto;
}

.box5_non{
	border: none;
} 

.kinds_box5 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 3;
	font-weight: bold;
	font-size: 14px;
	padding:0 0.2em;
}

.price_list_pc{
	display: block;
}

.chain_sp{
	display: none;
}

.price_list_sp{
	display: none;
}

.temp_kinds{
	display: block !important;
}


.kinds_box{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: 96% !important;
	margin: 1%;
	text-align: center;
	height: 80px;
}

.price_list_sp h2{
	margin: 3em 0 1em 0 !important;	
}

h3{
	margin: 3em 0 1.5em 0 !important;
}

.kinds_box2{
	border: 1px solid #cccccc;
    box-sizing: border-box;
    width: calc(24%);
    margin: 0.5%;
    text-align: center;
    height: auto;
    padding-top: 0em;
    float: left;
}

.kinds_box3{
	border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 49%;
    margin: 0 0.5% 1.5em 0.5%;
    text-align: center;
    height: auto;
    padding-top: 0em;
    box-sizing: border-box;
    float: left;
}

.dl_table {
	width: 80%;
}

.size , .dl_btn{
	width: 50%;
}

.submenu{
	text-align: left;
}

}

@media screen and (orientation: landscape) and (max-height:500px){

.price_list_sp h2{
	margin: 3em 0 0em 0 !important;	
}

.temp_kinds_sp{
	display: block;
}

.temp_kinds{
	display: none;
}

.price_list_pc{
	display: none;
}

.dl_table {
	width: 100%;
}

.submenu{
	text-align: center;
}

.kinds_box3{
	width: 100%;
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin: 0 0 1.5em 0!important;
	text-align: center;
	height: auto;
	padding-top: 0em !important;
	box-sizing: border-box;
}

.kinds_box2{
	border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 49%;
    margin: 0.5%;
    text-align: center;
    height: auto;
    padding-top: 1em;
    float: left;
}

.step{
	font-size: 20px;
	color: #333;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.step img{
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

}

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

.kinds_box4 a {
    display: block;
    height: 100%;
    text-decoration: none;
    line-height: 3;
    background: #a90000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-left: 1em;
}

.kinds_box5{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: 98%;
	margin: 1% 1%;
	text-align: left;
	height: auto;
}

.box5_non{
	display: none;
}

.kinds_box5 a{
 	display: block;
 	height: 100%;
	text-decoration: none;
	line-height: 3;
	font-weight: bold;
	font-size: 14px;
	padding:0 0.2em;
}

.price_bar{
	display: block;
}

.kinds_box4{
	margin: 1.5em auto;
}

.chain_sp{
	display: none;
}

.chain_pc{
	display: block;
}

.temp_kinds{
	display: block;
}

.kinds_box3{
	width: 100%;
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin: 0 0 1.5em 0!important;
	text-align: center;
	height: auto;
	padding-top: 0em !important;
	box-sizing: border-box;
}

.accessory{
	margin-bottom: 3em !important;
}

.price_list_pc{
	display: none;
}


.kinds_box2{
	border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 49%;
    margin: 0.5%;
    text-align: center;
    height: auto;
    padding-top: 1em;
    float: left;
}

.kinds_box{
	border:1px solid #cccccc;
	box-sizing: border-box;
	width: 96% !important;
	margin: 1%;
	text-align: center;
	height: 80px;
}

.dl_table {
	width: 100%;
}

.dl_btn {
	width: 75%;
}

.size{
	width: 25%;
}

.submenu{
	text-align: left;
}

}



@media screen and (orientation: landscape) and (max-height:500px){

.submenu {
    text-align: left;
}

.kinds_box4 {
	border: none;
    width: 100%;
    margin: 0.5% auto;
    text-align: left;
    height: auto;
}

.kinds_box4 a {
	border: 1px solid #cccccc;
    box-sizing: border-box;
	display: block;
    height: 100%;
    text-decoration: none;
    line-height: 1.5;
    background: #a90000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0.5em 0.3em;
    margin: 1em 0;
}

.order_btn a {
    display: block;
    background: #a90000;
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    padding: 0.1em;
    margin-bottom: 2em;
}

}

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

.kinds_box5 img{
	width: 15%;
}

.kinds_box5 a {
    display: block;
    height: 100%;
    text-decoration: none;
    line-height: 3;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}

.step{
	font-size: 16px;
	color: #333;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.step span{
	position: relative;
	top:1.5em;
}

.step .span2{
	position: relative;
	top:1.5em;
}

.step img{
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}

.submenu {
    text-align: left;
}


.kinds_box4 {
	border: none;
    width: 100%;
    margin: 0.5% auto;
    text-align: left;
    height: auto;
}

.kinds_box4 a {
	border: 1px solid #cccccc;
    box-sizing: border-box;
	display: block;
    height: 100%;
    text-decoration: none;
    line-height: 1.5;
    background: #a90000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0.5em 0.3em;
    margin: 1em 0;
}

.order_btn a {
    display: block;
    background: #a90000;
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    margin-bottom: 2em;
}

}

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

.kinds_box5 a {
    display: block;
    height: 100%;
    text-decoration: none;
    line-height: 3;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    letter-spacing: -0.9px;
}

}

/* table .price_list */

.price_list {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.price_list tr {
  background-color: #f5e6e6;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.price_list th,
.price_list td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
  text-align: center;
}

.price_list thead tr{
  background-color: #a90000;
  color:#fff;
  text-align: center;
}
.price_list tbody th {
    background: #ff9999;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.non{
  background:#fff
}

/*
@media screen and (min-width: 481px) and (max-width: 600px) {
.price_list {
    border: 0;
    width:100%
  }
.price_list th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
.price_list thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.price_list tr {
    display: block;
    margin-bottom: .625em;
  }
.price_list td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
.price_list td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
.price_list td:last-child {
    border-bottom: 0;
  }
.price_list tbody th {
    color: #fff;
}
}
*/

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

.price_list_sp{
	display: block;
}

.price_list {
    border: 0;
    width:100%
  }
.price_list th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
.price_list thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.price_list tr {
    display: block;
    margin-bottom: .625em;
  }
.price_list td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 0em;
    border-right: none;
  }
  
.price_list td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
.price_list td:last-child {
    border-bottom: 0;
  }
.price_list tbody th {
    color: #fff;
}

}

/* table .price_list */



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

.slider table {
  margin: 0em auto 2em auto;
  padding: 0;
  border-collapse: collapse;
  line-height: normal !important;
}
.slider tr th, .slider tr td {
 border: 1px solid #fff;
 box-sizing: border-box;
}
.slider th, .slider td {
  padding: 6px;
  white-space: nowrap;
}

.col{
	background: #a90000 !important;
	color: #fff;
	font-weight: bold;
}
.slider th{
	background: #ff9999;
	color: #fff;
}

.slider td{
	text-align: center;
}

}
@media screen and (max-width: 630px) {
.slider {
  overflow: auto;
  margin-left: 116px;
}
.slider tr th:first-child,
.slider tr td:first-child {
  width: 110px;
  position: absolute;
  left: 10px;
}

}

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

.kinds_box4 a {
	border: 1px solid #cccccc;
    box-sizing: border-box;
	display: block;
    height: 100%;
    text-decoration: none;
    line-height: 1.5;
    background: #a90000;
    color: #fff;
    font-weight: bold;
    font-size: 14px !important;
    padding: 0.5em 0.3em;
    margin: 1em 0;
}