
#kenshin-table-nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:3rem;
  list-style: none;
  }

#kenshin-table-nav li{
  font-size:1.5rem;
  font-weight:600;
  margin-right:5px;
  margin-bottom:5px;
  display:block;
  background:#e5eaef;
  color: #fff;
  padding:1.4rem 2.5rem;
  line-height: 1.2;:
  border-radius:3px;
  display: flex;
  align-items:center;
  opacity: 0.6;
  cursor: pointer;
}
#kenshin-table-nav li:hover,
#kenshin-table-nav li.active{
  opacity: 1;
}
#kenshin-table-nav li.kenshin-table-sp-01{
  background: #f4b4d0;
}
#kenshin-table-nav li.kenshin-table-sp-02{
  background: #f8b862;
}
#kenshin-table-nav li.kenshin-table-sp-03{
  background: #bda5ce;
}
#kenshin-table-nav li.kenshin-table-sp-04{
  background: #75c295;
}
#kenshin-table-nav li.kenshin-table-sp-05{
  background: #9bcb62;
}

@media screen and (max-width: 767px){
  #kenshin-table-nav li{
    width:calc(33% - 5px);
    font-size:3vw
  }

}
@media screen and (max-width: 480px){
  #kenshin-table-nav li{
    width:calc(50% - 5px);
    font-size:4vw
  }
}

#kenshin-table-nav li span{
}

@media screen and (max-width: 767px){#kenshin-table-nav li{padding:2.6666666667vw 4.6666666667vw}

}

.kenshin-table-wrapper{

    width: 100%;
    height: calc(100vh - 150px);
    overflow: auto;
}
#kenshin-table-pc{
  display: block;
}
#kenshin-table-sp{
  display: none;
}
#kenshin-table-sp-01{
  display: block;
}
#kenshin-table-sp-02{
  display: none;
}
#kenshin-table-sp-03{
  display: none;
}
#kenshin-table-sp-04{
  display: none;
}
#kenshin-table-sp-05{
  display: none;
}
@media(max-width:1200px){
  #kenshin-table-pc{
    display: none;
  }
  #kenshin-table-sp{
    display: block;
  }
  #kenshin-table-sp-01{
    display: block;
  }
}

#kenshin-table-sp .kenshin-table{
  width: auto;
}
@media(max-width:480px){
  #kenshin-table-sp .kenshin-table{
    width: 100%;
  }
}
.sectionbody .sectionbody .kenshin-table{

}
.sectionbody table.kenshin-table {
    margin: 0;
    font-size: 1em;
}
.sectionbody .kenshin-table th{
  border-top: none;
  border-right: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #000;
  white-space:nowrap;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  padding: 20px 2.5px;
  letter-spacing: 0;
  box-sizing: initial;
}
.sectionbody .kenshin-table th.text-white{
  padding: 5px 2.5px;
}
.sectionbody .kenshin-table th.bg-white{
  padding: 5px 2.5px;
}

.sectionbody .kenshin-table th img{
  width: auto;
  height: auto;
  max-heihgt: 70px;
}

.sectionbody .kenshin-table span.tag{
  letter-spacing: -0.05em;
}
.sectionbody .kenshin-table span.price{
  font-size: 1.45em;
}
.sectionbody .kenshin-table td{
  border-top: none;
  border-right: none;
  border-left: 2px solid #c9caca;
  border-bottom: 2px solid #c9caca;
  color: #000;
  white-space:nowrap;
  font-size: 1.3em;
  line-height: 1.2;
  text-align: center;
  padding: 5px 2.5px;
}
.sectionbody .kenshin-table td .text-black{
  font-size: 0.7em;
  line-height: 1.1;
}
.sectionbody .kenshin-table th.last-col,
.sectionbody .kenshin-table td.last-col{
  border-right: none !important;
}


.sectionbody .kenshin-table .vertical{
  writing-mode: vertical-rl;
    padding: 0.25em 0.5em;
}
.sectionbody .kenshin-table .bg-blue1{
  background: #c7e8fa;
}
.sectionbody .kenshin-table .bg-blue2{
  background: #afd5e9;
}

.sectionbody .kenshin-table .text-white{
  color: #ffffff;
}
.sectionbody .kenshin-table .text-pink{
  color: #f4b4d0;
}
.sectionbody .kenshin-table .text-orange{
  color: #f8b862;
}
.sectionbody .kenshin-table .text-lavender{
  color: #bda5ce;
}
.sectionbody .kenshin-table .text-green{
  color: #75c295;
}
.sectionbody .kenshin-table .text-grass{
  color: #9bcb62;
}
.sectionbody .kenshin-table .text-black{
  color: #333333;
}
.sectionbody .kenshin-table .bg-white{
  background: #ffffff;
  border-left: 2px solid #c9caca;
  font-size: 0.9em;
}
.sectionbody .kenshin-table .bg-white:last-child{
  background: #ffffff;
  border-right:none;
}
.sectionbody .kenshin-table .bg-gray1{
  background: #d3d3d4;
}
.sectionbody .kenshin-table .bg-gray2{
  background: #e6e6e6;
}
.sectionbody .kenshin-table .bg-pink{
  background: #f4b4d0;
}
.sectionbody .kenshin-table .bg-orange{
  background: #f8b862;
}
.sectionbody .kenshin-table .bg-lavender{
  background: #bda5ce;
}
.sectionbody .kenshin-table .bg-green{
  background: #75c295;
}
.sectionbody .kenshin-table .bg-grass{
  background: #9bcb62;
}
.sectionbody .kenshin-table th{
    position:relative;
    z-index:3;
}
.sectionbody .kenshin-table td{
    position:relative;
}
.sectionbody .kenshin-table td span.hagaki{
    writing-mode: vertical-lr;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 10px 2.05px;
    z-index: 2;
}
.kenshin-option-wrapper{

    width: 100%;
    height: calc(100vh - 150px);
    overflow: auto;
}
.sectionbody table.kenshin-option-wrapper {
    margin: 0;
}



#option-table-pc{
  display: block;
}
#option-table-sp{
  display: none;
}
@media(max-width:770px){
  #option-table-pc{
    display: none;
  }
  #option-table-sp{
    display: block;
  }
}

#option-table{
	width:100%;
	border:none;
	margin-bottom:10px;
    font-size: 1em;
}
#option-table thead tr{
	background:linear-gradient(to right,#A3D6CA ,#56B875 );
}
#option-table thead th{
	color:#fff;
	vertical-align:middle;
	text-align:center;;
	padding:0.25em;
	font-weight:bold;
	font-size:1.1em;
	border:1px solid #fff;
	white-space: nowrap;
	line-height:1.4;
	background: none;
  box-sizing: initial;
}
#option-table thead th .price{
	font-size:0.7em;
}
#option-table thead th .ticket{
	font-size:0.9em;
}
#option-table thead th:last-child{
	border-right:1px solid #56B875;
}
#option-table tbody th{
	color:#000;
	vertical-align:middle;
	text-align:left;
	padding:0.25em 0.5em;
	font-weight:bold;
	border-right:none;
	border-left:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#EBF4DC;
	line-height:1.4;
  font-size: 1.1em;
}
#option-table tbody.jyosei th{
	background:#FAD9DD;
}
#option-table tbody th.gray{
	background:#DBDCDC;
	font-size:1.26em;
	width:1em;
	padding:0.5em;
	border:1px solid #fff;
	line-height:1.4;
	writing-mode: vertical-rl;
	text-align:center;
}
#option-table tbody th.tate{
	background:#BEDFC2;
	font-size:1.26em;
	padding:0.5em 0.8em;
	border:1px solid #fff;
	line-height:1.4;
	writing-mode: vertical-rl;
	text-align:center;
}
#option-table tbody.jyosei th.tate{
	background:#F4B2BA;
}

#option-table-sp tbody th.gray{
	writing-mode: horizontal-tb;
}
#option-table-sp tbody th.man{
	background:#BEDFC2;
	font-size:1.26em;
	padding:0.5em 0.8em;
	border:1px solid #fff;
	line-height:1.4;
	text-align:center;
}
#option-table-sp tbody th.woman{
	background:#F4B2BA;
	font-size:1.26em;
	padding:0.5em 0.8em;
	border:1px solid #fff;
	line-height:1.4;
	text-align:center;
}

#option-table tbody td{
	text-align:center;
	vertical-align:middle;
	padding:0.5em;
	color:#000;
	line-height:1.4;
}
#option-table tbody td a{
	color: inherit;
}
#option-table tbody td:nth-last-child(1){
	font-size:1.3em;
}
#option-table tbody td:nth-last-child(2){
	font-weight:bold;
	font-size:1.15em;
	text-align:right;
}
#option-table tbody td:nth-last-child(3){
	border-left:none;
	font-weight:bold;
	text-align:left;
	font-size:1.05em;
	padding-left: 0;
}
#option-table tbody td:nth-last-child(4){
	text-align:center;
	border-left:none;
	border-right:none;
}
#option-table tbody td:nth-last-child(5){
	border-right:none;
	border-left:none;
	text-align:center;
	padding:0.5em 0 0.5em 0.5em;
}
#option-table tbody th.empty{
	border-right:none;
	border-left:none;
}
#option-table tbody tr:last-child td{
	border-bottom:1px solid #c4bfba ;
}
#option-table span.marker-dansei{
	background:linear-gradient(to right ,#00ABD1 , #4CC4DF);
	padding: 0 3px;
	color:#fff;
	margin-left:2em;
	border-radius:3px;
    display: inline-block;
}
#option-table span.marker-jyosei{
	background:linear-gradient(to right ,#EC7086 , #F4B2BA);
	padding: 0 3px;
	color:#fff;
	margin-left:1em;
	border-radius:3px;
    display: inline-block;
}
#option-table span.note{
	float:right;
}
.option-caption{
	margin-bottom:20px;
}
.osusume-table{
	width:100%;
	margin:20px 0;
	border:none;
	color:#000;
	line-heihgt:1.4;
}
.osusume-table th,
.osusume-table td{
	text-align:center;
	vertical-align:middle;
	padding: 0.5em 0;
	border:none;
}
.osusume-table th{
	border:1px solid #fff;
	font-size:1.2em;
	line-height:1.4;
}
.osusume-table td{
	border-top:1px solid #C9CACA;
	border-left:1px solid #C9CACA;
	border-right:1px solid #C9CACA;
	line-height:1.4;
}
.osusume-table thead th{
	color:#fff;
	font-weight:bold;
	padding: 0.5em 0;
}
.osusume-table thead th:last-child{
	border-right:1px solid #BDA5CE;
}
.osusume-table.dansei thead th:nth-child(1){
	background:linear-gradient(to right, #00ABD1, #4CC4DF);
	font-size:1.25em;
	width:200px;
}
.osusume-table.jyosei thead th:nth-child(1){
	background:linear-gradient(to right, #EC7086, #F4AEB3);
	font-size:1.25em;
	width:200px;
}
.osusume-table thead th:nth-child(2){
	background:#F8B862;
	width:140px;
}
.osusume-table thead th:nth-child(3){
	background:#85D0F4;
	width:140px;
}
.osusume-table thead th:nth-child(4){
	background:#75C295;
	width:140px;
}
.osusume-table thead th:nth-child(5){
	background:#BDA5CE;
	width:140px;
}
.osusume-table.dansei tbody th{
	background:#BDE9F3;
}
.osusume-table.jyosei tbody th{
	background:#FCE7E9;
}
.osusume-table tbody td:nth-child(2):first-line{
	color:#F8B862;
}
.osusume-table tbody td:nth-child(3):first-line{
	color:#85D0F4;
}
.osusume-table tbody td:nth-child(4):first-line{
	color:#75C295;
}
.osusume-table tbody td:nth-child(5):first-line{
	color:#BDA5CE;
}



.osusume-table2{
	width:100%;
	margin:20px 0;
	border:none;
	color:#000;
	font-size:1.2em;
}
.osusume-table2 thead,
.osusume-table2 tbody,
.osusume-table2 tr{
	border:none;
}
.osusume-table2 th,
.osusume-table2 td{
	text-align:center;
	vertical-align:middle;
	padding: 0.5em 0;
	border:none;
	line-height:1.4;
}
.osusume-table2 th{
	border:1px solid #fff;
}
.osusume-table2 td{
	border-top:1px solid #C9CACA;
	border-left:1px solid #C9CACA;
	border-right:1px solid #C9CACA;
}
.osusume-table2 thead th{
	color:#fff;
	font-weight:bold;
}
.osusume-table2 thead th:last-child{
	border-right:1px solid #9BCB62;
}
.osusume-table2 thead th:nth-child(1){
	background:linear-gradient(to right, #00A94F, #52C587);
	font-size:1.25em;
	width:200px;
}
.osusume-table2 thead th:nth-child(2){
	background:#C9AC7B;
	width:185px;
}
.osusume-table2 thead th:nth-child(3){
	background:#F4B4D0;
	width:185px;
}
.osusume-table2 thead th:nth-child(4){
	background:#9BCB62;
	width:185px;
}
.osusume-table2 tbody th{
	background:#C2EAD5;
}
.osusume-table2 tbody td:nth-child(2):first-line{
	color:#C9AC7B;
}
.osusume-table2 tbody td:nth-child(3):first-line{
	color:#F4B4D0;
}
.osusume-table2 tbody td:nth-child(4):first-line{
	color:#9BCB62;
}

#option-table .sect01{
	color:#00ADA9 !important;
}
#option-table .sect02{
	color:#22AC38 !important;
}
#option-table .sect03{
	color:#22AC38 !important;
}
#option-table .sect04{
	color:#EA5550 !important;
}
#option-table .sect05{
	color:#4D4398 !important;
}
#option-table .sect06{
	color:#4D4398 !important;
}
#option-table .sect07{
	color:#A74E6E !important;
}
#option-table .sect08{
	color:#0068B7 !important;
}
#option-table .sect09{
	color:#EA5550 !important;
}
#option-table .sect10{
	color:#EA5550 !important;
}
#option-table .sect11{
	color:#EA5550 !important;
}
#option-table .sect12{
	color:#EA5550 !important;
}



#option-recommend-table-pc{
  display: block;
}
#option-recommend-table-sp{
  display: none;
}
@media(max-width:770px){
  #option-recommend-table-pc{
    display: none;
  }
  #option-recommend-table-sp{
    display: block;
  }
}


.kenshin-option-recommend-wrapper{

    width: 100%;
    height: 470px;
    overflow: auto;
}
.sectionbody .option-recommend-table{
    margin: 0;
    font-size: 1em;
    line-height: 1.2;
    table-layout: fixed;
}

.sectionbody .option-recommend-table th {
    border-top: none;
    border-right: none;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #000;
    white-space: nowrap;
    line-height: 1.2;
    text-align: center;
    padding: 5px 2.5px;
    letter-spacing: 0;
    min-width: 4em;
  box-sizing: initial;
}
.sectionbody .option-recommend-table td {
    border-top: none;
    border-right: none;
    border-left: 2px solid #c9caca;
    border-bottom: 2px solid #c9caca;
    color: #000;
    white-space: nowrap;
    font-size: 1.3em;
    text-align: center;
    padding: 5px 2.5px;
}
.sectionbody .option-recommend-table tr:first-child th:first-child {
    color: #fff;
    background: #6abd79;
    font-size: 1.25em;
}
.sectionbody .option-recommend-table tr:first-child th:nth-child(2) {
    color: #fff;
    background: #ee794d;
}
.sectionbody .option-recommend-table tr:first-child th:nth-child(3) {
    color: #fff;
    background: #56b875;
}
.sectionbody .option-recommend-table tr:nth-child(2) th:nth-child(n-4) {
    color: #fff;
    background: #ee794d;
}
.sectionbody .option-recommend-table tr:nth-child(2) th:nth-child(n+5) {
    color: #fff;
    background: #56b875;
}
.sectionbody .option-recommend-table th:first-child {
    color: #000;
    background: #dcdddd;
    white-space: initial;
}
.sectionbody .option-recommend-table td:nth-child(n-5) {
    color: #f4b4d0;
}
.sectionbody .option-recommend-table td:nth-child(n+6) {
    color: #91d2e5;
}
.sectionbody .option-recommend-table.man tr:first-child th:nth-child(2) {
    color: #fff;
    background: #56b875;
}
.sectionbody .option-recommend-table.man tr:nth-child(2) th:nth-child(n-4) {
    color: #fff;
    background: #56b875;
}
.sectionbody .option-recommend-table.man td:nth-child(n-5) {
    color: #91d2e5;
}

#fixed-table-01,
#fixed-table-02,
#fixed-table-03{
    font-size: 1rem;
}
.option-kensa{
  margin-bottom: 6rem;
}
.option-kensa h4{
  color: #22ac38;
}
.option-kensa h4:before{
  content:"";
  display: none;
}
 h3.option-kensa{
  color: #22ac38;
  font-size: 1.4em;
  border-bottom: 2px solid #22ac38;
}
 h3.option-kensa.female{
  color: #ea5550;
  border-bottom: 2px solid #ea5550;
}
 h3.option-kensa.canser{
  color: #ea5550;
  border-bottom: 2px solid #ea5550;
}
.option-kensa.female h4{
  color: #ea5550;
}
.option-kensa h4{
  margin: 0 0 1rem;
  border-bottom: #d9e5f2 solid 1.5px;
  font-size: 1.3em;
}
.option-kensa .kensa{
  display: flex;
  align-items:center;
  justify-content: space-between;
  gap: 0 1em;
  position:relative;
}
.option-kensa .kensa{
  margin-top: 3rem;
}
.option-kensa .kensa+.kensa{
  margin-top: 4rem;
}
.option-kensa .kensa h4{
  margin: 0;
  border-bottom: none;
  min-width: 50vw;
  font-size: 1.3em;
}
.option-kensa .kensa .name{
  font-weight: 700;
  font-size: 1.15em;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-right: 1em;
}
.option-kensa .detail .xray{
  display: inline-block;
  border-radius: 20px;
  padding: 0.25rem 1rem;
  background: #ea5550;
  color: #fff;
  line-height: 1.1;

}

.option-kensa .kensa .name p{
  display: none;
}
.option-kensa .kensa .name .sex{
  display: inline-block;
  border-radius: 20px;
  padding: 0.25rem 1rem;
  line-height: 1.1;
}
.option-kensa .kensa .name .sex.male{
  background: #00abd1;
  color: #fff;
}
.option-kensa .kensa .name .sex.female{
  background: #ec7388;
  color: #fff;

}
.option-kensa .kensa:before{
  content:"";
  border-bottom: 2px dotted #333;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.option-kensa .kensa .price{
  color: #ea5550;
  font-weight: 800;
  text-align: right;
  font-size: 1.2em;
  width:fit-content;
  min-width: 10em;
  background: #fff;
  z-index: 2;
  position: relative;
}
.option-kensa .kensa .price .tax{
  display: inline-block;
  color: #333;
  font-size: 0.8em;
}
.option-kensa .kensa .price p{
  display: none;
}
.option-kensa .detail{
}
.option-kensa .detail p{
  margin: 0;
  line-height: 1.75;
}
.option-kensa .detail p.effective{
  font-weight: 600;
  font-size: 1.1em;
}
.option-kensa .tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  font-weight: 500;
}
.option-kensa .tags p{
  display: none;
}
.option-kensa .tags > div{
  border-radius: 20px;
  padding: 0.25rem 1rem;
  line-height: 1.45;
}
.option-kensa .tags > div.kurashiki{
  background: #4d4398; 
  color: #fff;
}
.option-kensa .tags > div.male{
  background: #56b875;
  color: #fff;
}
.option-kensa .tags > div.female{
  background: #ee794d;
  color: #fff;
}
.option-kensa .tags > div.smoker{
  background: #56b875;
  color: #fff;
}

.option-kensa  .color1{
  color: #00ada9;
}
.option-kensa  .color2{
  color: #22ac38;
}

.option-kensa  .color3{
  color: #22ac38;
}

.option-kensa  .color4{
  color: #ea5550;
}

.option-kensa  .color5{
  color: #4d4398;
}

.option-kensa  .color6{
  color: #4d4398;
}

.option-kensa  .color7{
  color: #a74e6e;
}

.option-kensa  .color8{
  color: #0068b7;
}

.option-kensa  .color9{
  color: #ea5550;
}

.option-kensa  .color10{
  color: #ea5550;
}

.option-kensa  .color11{
  color: #ea5550;
}
.option-kensa  .color12{
  color: #ea5550;
}




@media(max-width:480px){

.option-kensa .kensa{
  display: block;
  overflow: hidden;
}
.option-kensa .kensa h4{
  margin: 0;
  border-bottom: none;
  min-width: 50vw;
  font-size: 1.3em;
  width: 100%;
}
.option-kensa .kensa .name{
  font-weight: 700;
  font-size: 1.15em;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-right: 1em;
  width: 100%;
}
.option-kensa .kensa:before{
  content:"";
  display: none;
}
.option-kensa .kensa .price:before{
  content:"";
  border-bottom: 2px dotted #333;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100%;
  z-index: 1;
  display: none;
}

.option-kensa .kensa .price{
  margin-right: 0;
  margin-left: auto;
}
.option-kensa .tags{
  margin-top: 0.5rem;
}
}

.kensa-naiyo{
}
.kensa-naiyo h4{
}
.kensa-naiyo h4:before{
  content:"";
  display: none;
}

.kenshin-fujinka{
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 1em 4em;
}

.kenshin-fujinka .name li{
  text-indent: -1em;
  margin-left: 1em;
}

.kenshin-columns{
  display: flex;
  gap: 40px;
}

.kenshin-columns .text{
  width: 40%;
}
.kenshin-columns .image{
  width: calc(60% - 40px);
}
.kenshin-columns .image img{
  width: 100%;
  height: auto;
}

@media(max-width: 767px){
  .kenshin-fujinka{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em 4em;
  }
  .kenshin-fujinka .name{
    order: 2;
  }
  .kenshin-fujinka .photo{
    order: 1;
  }
  .kenshin-columns{
    flex-direction: column;
  }
  .kenshin-columns .image{
    order: 2;
    width: 100%;
  }
  .kenshin-columns .text{
    order: 1;
    width: 100%;
  }
  
}
#section3 h3{
  margin-top: 75px;
}