@charset "UTF-8";

/*ミニサイズ*/
.navToggless {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 10px;
    top: 12px;
    width: 43px;
    height: 40px;
    cursor: pointer;
   z-index: 3;
    text-align: center;
	border-radius: 0px;
	border: solid 2px #a40b5d;
	 background-color: #fff;
}

.navToggless span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 2px #a40b5d;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggless span:nth-child(1) {
    top: 9px;
}
.navToggless span:nth-child(2) {
    top: 18px;
}
.navToggless span:nth-child(3) {
    top: 27px;
}
.navToggless span:nth-child(4) {
    border: none;
    color: #c56699;
    font-size: 17px;
    font-weight: bold;
    top: 8px;
	width: 120px;
	left: 30px;
}

.navToggless:active {
  /*押したとき*/
  background-color: #f6e5e8;
}
.navToggless:hover {
  /*乗ったとき*/
	    background-color: #f6e5e8;
}

/* 最初のspanをマイナス45度に */
.navToggless.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggless.active span:nth-child(2),
.navToggless.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*新メニュー*/

ul.menu {
  text-align: left;
  font-size: 0
  width:100%;
  display:flex;
  justify-content:center;
  padding:0;
  list-style: none;
  margin: 0px;
  background-color:  #c56699;
}
ul.menu > li {
	text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color:  #a40b5d;
font-size: 1.2vw;
width:calc(100% / 9);
  margin: 1px;
  position: relative;
}

li.switch a{
padding: 5px;
display:block;
color:#fff;
text-decoration: none;
font-weight: bold;
letter-spacing: 0.12em;
vertical-align: top;
text-align:center;
border-right: 1px solid #eee;
}

ul.menu li a:hover {
background-color:  #c56699;
}


.menu > li > ul {
	display:none;
}
.menu > li:hover ul {
background-color:  #a40b5d;
	display:block;
	position:absolute;
	white-space: nowrap;
	padding:0;
	margin:0;
	border-right: 1px solid #eee;
	left:0;
	list-style-type:none;
}








/* メニュー部分 */

body.noscroll{
  overflow: hidden;
}

body.scroll{
  overflow: scroll;
}

.double-right table a:after {
font-family: 'Font Awesome 5 Free';
    content:"\f101";
	    font-weight:900;
    margin-left:2px;
}

nav.globalMenuSp {
 -webkit-overflow-scrolling: touch;
overflow: auto;
 position: fixed;
  height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding-bottom:50px;
	margin-bottom:50px;
}


@media (max-width:640px) { 
nav.globalMenuSp div {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin:10px auto 30px auto;
      width:90%;

}
nav.globalMenuSp table {
cellspacing:1px;
	margin-left:30px;
 margin-right: auto;

    width:90%;
} }
@media (min-width:641px) {
nav.globalMenuSp div {
  font-size: 16px;
  text-align: left;
  margin: 10px auto 30px auto;
      width:90%;

}
nav.globalMenuSp table {
cellspacing:1px;
	margin-left:30px;
 margin-right: auto;
    width:300px;
		 margin-top:5px;
}
}


.tbl-r01 tr a {
 font-weight: bold;
  font-size: 12px;
  border-radius:5px;
	background: rgba(0, 0, 0, 1);
 
}

.globalMenuSp table a:link {color: #970097; text-decoration: none; }
.globalMenuSp table a:visited {color: #5f46a3; text-decoration: none; }
.globalMenuSp table a:hover,active {color: #7e1dba; border-width:1px; text-decoration: none;}


th {
  font-size: 16px;
  font-weight: bold;
}

.tbl-r02 td,.tbl-r03 td,.tbl-r04 td,.tbl-r05 td,.tbl-r06 td,.tbl-r07 td {
		line-height: 30px;
    text-align: center;
　border: solid 1px #ccc;
  padding: 2px;
  background-color: #fff;
}

.tbl-r02 td.left,.tbl-r03 td.left,.tbl-r04 td.left,.tbl-r05 td.left,.tbl-r06 td.left,.tbl-r07 td.left {
    text-align: left;
}


.tbl-r02 th,.tbl-r03 th,.tbl-r04 th,.tbl-r05 th,.tbl-r06 th,.tbl-r07 th {
  font-weight: bold;
  border: solid 0px #ccc;
  color: #000;
  padding: 2px;
    text-align: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.tbl-r02 th {
  background: #FFCCFF;
}

.tbl-r03 th {
  background: #99FFCC;
}

.tbl-r04 th {
  background: #CCCCFF;
}


.tbl-r05 th {
  background: #FF99CC;
}


.tbl-r06 th {
  background: #CCECFF;
}


.tbl-r07 th {
  background: #CCCCFF;
}

/*
nav.globalMenuSp ul {
width:100%;
    margin: 60px auto;
    padding: 0px 0px 50px 0px;
}
nav.globalMenuSp ul li {
	font-size: 18px;
	list-style-type: none;
	padding: 10px 0px 10px 25px;
	width: 90%;
	background-color: #fff;
	margin: 5px auto;
	font-weight: bold;
	border-collapse: separate;
	border-spacing: 10px 0;
}
*/
nav.globalMenuSp ul li a:active {
  /*押したとき*/
  background-color: #f6e5e8;
}
nav.globalMenuSp ul li a:hover {
  /*乗ったとき*/
  background-color: #f6e5e8;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}



