@charset "UTF-8";

/*--font----------------------*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.7rem; /* basic size 18px */
    color: #303030;
    font-family: 'Noto Sans JP', serif;
}
p{
    line-height: 1.9;
}
.ttl{
    font-weight: 500;
}
.wrap{
    width: 100%;
    overflow: hidden;
}
a{
    transition: .25s;
}
@media screen and (max-width:769px){
body {
  font-size: 1.6rem;
}
}

@media screen and (max-width:480px){
body {
  font-size: 1.5rem;
}
}

/*--container----------------------*/
.container-head{
    max-width: 1420px;
    margin: 0 auto;
    width: 96%;
    position: relative;
}
.container-l{
    max-width: 1280px;
    margin: 0 auto;
    width: 92%;
}
.container-m{
    max-width: 1080px;
    margin: 0 auto;
    width: 92%;
}
.container-s{
    max-width: 980px;
    margin: 0 auto;
    width: 92%;
}
@media screen and (max-width:769px){
.container-head{
    width: 100%;
}
}
/*--header-----------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 118px;
  position: relative;
}
.header .logo{
  width: 280px;
  position: relative;
  top: 0.95em;
}

.header .navbox{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 340px);
}
.header .navbox .jp-club{
    display: inline-block;
    background: #E60020;
    border-bottom-right-radius: 3px;
    height: 54px;
    width: 198px;
    transition: .3s;
}
.header .navbox .jp-club:hover{
  background: #FF1410;
}


.header .navbox .jp-club a{
    color: #FFFFFF;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.header .navbox .logout{
  position: absolute;
  right: 258px;
  top: 0;
  width: 198px;
  background: #000000;
  height: 54px;
  border-bottom-left-radius: 3px;
}
.header .navbox .logout a{
  color: #FFFFFF;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.header .navbox .logout a:before{
    content: url('../img/shc-common/icon_logout.svg');
    position: relative;
    right: 0.75em;
    width: 34px;
    height: 35px;
}
.header .navbox .logout a:hover{
    background: #E60020;
}

.header .navbox nav{
    margin-top: 0.5em;
}

.header .navbox nav .nav-ul a{
    margin-right: -1.25em;
    color: #303030;
    padding: 1em 1.25em;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
}
.header .navbox nav .nav-ul a:hover{
    color: #E60020;
}

.header .navbox nav .nav-ul .nav-li{
    margin-left: 1em;
}

@media screen and (max-width:1280px){
  .header {
    height: 98px;
  }
  .header .logo {
    width: 210px;
    top: 0.8em;
    left: 0.5em;
  }
  .header .navbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 228px);
  }
  .header .navbox nav .nav-ul a {
    font-size: 1.7rem;
  }
  .header .navbox nav .nav-ul .nav-li {
    margin-left: 0.5em;
  }
  .header .navbox .jp-club {
    height: 38px;
    width: 180px;
    font-size: 1.5rem;
  }
  .header .navbox .logout {
    right: 180px;
    height: 38px;
    width: 180px;
    font-size: 1.5rem;
  }
  .header .navbox .logout a:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../img/shc-common/icon_logout.svg);
    background-size: contain;
    vertical-align: middle;
  }

}

@media screen and (max-width:960px) {
  .header .navbox nav .nav-ul a {
    font-size: 1.6rem;
  }
}


@media screen and (max-width:769px){
.nav-togle{
    display: block;
    position: absolute;
    right: 15px;
    top: 47px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.nav-togle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #303030;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.nav-togle span:nth-child(1) {
    top: 9px;
}

.nav-togle span:nth-child(2) {
    top: 18px;
}

.nav-togle span:nth-child(3) {
    top: 27px;
}


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

/* 2番目と3番目のspanを45度に */
.nav-togle.active span:nth-child(2),
.nav-togle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

  .header {
    height: 96px;
  }
  .header .logo {
    width: 150px;
    top: 2.6em;
    left: 1em;
  }
  .header .navbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .header .navbox nav {
    display: none;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 138px;
    z-index: 999;
    background: #69C2EA;
    height: 100vh;
    width: 100%;
  }
  .header .navbox nav .nav-ul a {
    font-size: 1.6rem;
    color: #FFFFFF;
    display: block;
    padding: 1.2em 0;
    text-align: center;
    width: 100%;
  }
  .header .navbox nav .nav-ul a:hover {
    color: #FFFFFF;
    background: #8BD5F6;
  }
  .header .navbox nav .nav-ul .nav-li {
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header .navbox .logout {
    left: 0;
    top: 0;
    width: 50%;
    height: 36px;
    display: inline-flex;
  }
  .header .navbox .logout a:before {
    width: 22px;
    height: 22px;
  }
  .header .navbox .jp-club {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 36px;
  }
  .header .navbox .jp-club.login {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .header .logo {
    width: 134px;
    top: 2.95em;
    left: 1em;
  }
}

/*----footer----*/
.footer .nav{
    background: #717070;
    padding: 2.25em 0;
}
.footer .nav-ul li a{
    color: #FFFFFF;
    padding:0 1em;
    letter-spacing: 0.02em;
}

.footer .nav-ul li{
    padding: 0 1em;
}

.footer .copyright{
    background: #535252;
    color: #FFFFFF;
    padding: 0.85em 0;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    margin-bottom:-17px;
}

@media screen and (max-width:769px){
.footer .nav{
    padding: 0;
}
.footer .nav-ul{
    width: 100%;
}
.footer .nav-ul li{
    width: 100%;
    text-align: center;
    padding:0.5em 0;
    border-bottom: 1px solid #8D8D8D;
}
.footer .nav-ul li:last-child{
    border-bottom: none;
}
.footer .nav-ul li a{
    padding: 1.25em 0;
    display: block;
    width: 100%;
}

.footer .copyright{
    font-size: 1.25rem;
}

}
@media screen and (max-width:480px){
 .footer .copyright{
    font-size: 1rem;
}
}
/* ボタン */
.btn-common {
  margin-top: 10px;
  color: #FFFFFF;
  height: 32px;
  border-radius: 80px;
  width: 188px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #30ABD8;
  position: relative;
}

.btn-common:hover {
  opacity: .8;
}


@media screen and (max-width:769px) {
  .topmenu-contents .box {
    padding: 0.5em 1em;
    margin-top: 1em;
  }
  .topmenu-contents .btn-common {
    position: relative;
    top: -0;
    right: 0;
    margin: 0 auto;
    display: flex;
    width: 248px;
    margin-top: 1em;
  }
}

/* 文字色指定 */
.color-black {
	color: #303030;
}
.color-white {
	color: #FFFFFF;
}

/* 背景色指定 */
.background-color-black {
	background-color: #303030;
}


