@charset "utf-8";
@import "html5reset-1.6.1.css";
body {
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  color: #3e3a39;
  font-size: 16px;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
	word-break: break-all;
}
html {
  height: 100%;
}
address {
  font-style: normal;
}
@media (min-width: 1024px) {
  a, a:hover {
    transition: 0.3s;
  }
}
.mangaLink {
  position: fixed;
  bottom: 20px;
  left: -120px;
  z-index: 99999;
}
.pageTop {
  position: fixed;
  bottom: 20px;
  right: -80px;
  z-index: 99999;
}
.pageTop a {
  display: block;
}
@media(min-width: 768px) {
  br.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .mangaLink {
    bottom: 80px;
  }
  .pageTop {
    bottom: 10px;
    right: -70px;
  }
  br.pc {
    display: none;
  }
}
/*---------------------- Loading ------------------------*/
.loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
/*---------------------- Header ------------------------*/
@media(min-width: 768px) {
  #header {
    padding: 0 30px;
  }
  #header .inner {
    max-width: 1220px;
    min-width: 963px;
    height: 110px;
    margin: 0 auto;
    padding: 15px 0 0;
    box-sizing: border-box;
  }
  #header .hLogo {
    float: left;
    padding-top: 10px;
  }
  #header .hLogo a img {
    width: auto;
    height: 60px;
  }
  #header .hContact {
    float: right;
    padding-top: 15px;
    color: #9a001b;
    text-align: right;
  }
  #header .hContact a {
    text-decoration: none;
    color: #3e3a39;
  }
  #header .hContact .tel {
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #header .hContact .tel .title {
    margin-right: 0.3em;
    font-weight: bold;
  }
  #header .hContact .tel ruby {
    font-size: 1.2em;
  }
  #header .hContact .tel [data-ruby] {
    position: relative;
  }
  #header .hContact .tel [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.2em;
    left: -1em;
    right: -1em;
    margin: auto;
    font-size: 0.4em;
    text-align: center;
  }
  #header .hContact .tel rt {
    display: none;
  }
  #header .hContact .tel a {
    text-decoration: none;
    color: #9a001b;
  }
  #header .hContact .fax, #header .hContact .mail {
    display: inline-block;
    color: #3e3a39;
    font-size: 14px;
  }
  #header .hContact .fax {
    margin-right: 1em;
  }
  #header .hContact .fax .title {
    margin-right: 0.3em;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  #header .hContact .tel [data-ruby]::before {
    top: -0.8em;
  }
  #header .hContact .tel {
    margin-bottom: -6px;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 70px 0 20px;
  }
  #header .hLogo {
    height: 60px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 99998;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #header .hLogo a {
    display: block;
    padding: 10px 15px 10px 80px;
  }
  #header .hLogo a img {
    width: 100%;
    max-width: 100%;
    max-height: 40px;
  }
  #header .hContact {
    padding-top: 15px;
    color: #9a001b;
    text-align: center;
  }
  #header .hContact a {
    text-decoration: none;
    color: #3e3a39;
  }
  #header .hContact .tel {
    font-size: 2.1em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #header .hContact .tel .title {
    margin-right: 0.3em;
    font-weight: bold;
  }
  #header .hContact .tel ruby {
    font-size: 1.2em;
  }
  #header .hContact .tel [data-ruby] {
    position: relative;
  }
  #header .hContact .tel [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.2em;
    left: -1em;
    right: -1em;
    margin: auto;
    font-size: 0.4em;
    text-align: center;
  }
  #header .hContact .tel rt {
    display: none;
  }
  #header .hContact .tel a {
    text-decoration: none;
    color: #9a001b;
  }
  #header .hContact .fax, #header .hContact .mail {
    display: inline-block;
    color: #3e3a39;
  }
  #header .hContact .fax {
    margin-right: 1em;
  }
  #header .hContact .fax .title {
    margin-right: 0.3em;
  }
}
@media (max-width: 320px) {
  #header .hContact {
    font-size: 12px;
  }
}
/*---------------------- Global Navi Button ------------------------*/
@media (min-width: 768px) {
  #globalNaviBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  #globalNaviBtn {
    display: block;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99999;
    background-color: rgba(155, 0, 27, 1);
    text-align: center;
    position: fixed;
    transition: all 0.5s ease-in-out 0.0s;
  }
  #globalNaviBtn span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 2px #FFFFFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
    letter-spacing: normal;
  }
  #globalNaviBtn span:nth-child(1) {
    border: none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    top: 8px;
    letter-spacing: normal;
    text-align: center;
    white-space: nowrap;
  }
  #globalNaviBtn span:nth-child(2) {
    top: 26px;
  }
  #globalNaviBtn span:nth-child(3) {
    top: 36px;
  }
  #globalNaviBtn span:nth-child(4) {
    top: 46px;
  }
  /* 最初のspanをマイナス45度に */
  #globalNaviBtn.active span:nth-child(2) {
    top: 36px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  #globalNaviBtn.active span:nth-child(3), #globalNaviBtn.active span:nth-child(4) {
    top: 36px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #globalNaviBtn.active {
    left: 75%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  }
}
/*---------------------- Global Navi ------------------------*/
@media (min-width: 768px) {
  #globalNavi {
    border-bottom: 2px solid #9a001b;
    padding: 0 0 20px;
  }
  #globalNavi .illust {
    max-width: 1220px;
    min-width: 1023px;
    margin: 0 auto;
  }
  #globalNavi .illust img {
    max-width: 100%;
  }
  #globalNaviMenu {
    margin: 0 0 20px;
    background-color: #9a001b;
  }
  #globalNaviMenu .globalNaviLogo {
    display: none;
  }
}
@media (max-width: 767px) {
  #globalNavi .illust {
    margin: 0 0 20px;
  }
  #globalNavi .illust img {
    max-width: 100%;
  }
  #globalNaviMenu {
    width: 75%;
    height: 100%;
    background-color: #FFFFFF;
    transition: all 0.5s ease-in-out 0.0s;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -75%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  #globalNaviMenu.active {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    left: 0px;
  }
  #globalNaviMenu .globalNaviLogo {
    padding: 15px 20px 12px;
  }
  #globalNaviMenu .globalNaviLogo a {
    display: block;
    background-color: #FFFFFF;
  }
  #globalNaviMenu .globalNaviLogo a img {
    width: 100%;
    height: auto;
  }
}
/*---------------------- Global Menu ------------------------*/
@media (min-width: 768px) {
  #globalMenu {
    max-width: 1220px;
    min-width: 1023px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #FFF;
  }
  #globalMenu > li {
    width: calc(100% / 6);
    position: relative;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
  }
  #globalMenu > li:nth-child(n + 7) {
    border-bottom: none;
  }
  #globalMenu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 150%;
    box-sizing: border-box;
    padding: 10px 15px;
    font-weight: bold;
  }
  #globalMenu > li > a {
    color: #FFF;
  }
  #globalMenu li ul {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #FFF;
    border-right: 1px solid #9a001b;
    border-left: 1px solid #9a001b;
    margin-left: -1px;
  }
  #globalMenu li ul li {
    border-bottom: 1px solid #9a001b;
  }
  #globalMenu li ul li a {
    color: #9a001b;
  }
}
@media (min-width: 1025px) {
  #globalMenu > li a:hover {
    background-color: #b84c5f;
  }
  #globalMenu ul li a:hover {
    background-color: rgba(155, 0, 27, 0.1);
  }
/*---------------------- more ------------------------*/
.it {
  font-style: italic;
}
.bd {
  font-weight: bold;
}
.mini {
  font-size: 80%;
}
.mt01 {
  margin-top: 1em;
}
.mt02 {
  margin-top: 2em;
}
.rinkc {
  border-bottom: solid 1px #666;
}
.big150 {
  font-size:150%;
}
.big200 {
  font-size:200%;
}  
}
@media (max-width: 1024px) and (min-width: 768px) {
  #globalNaviMenu li a {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  #globalMenu > li {
    border-bottom: 1px solid #FFF;
  }
  #globalMenu li a {
    display: block;
    text-decoration: none;
    line-height: 150%;
    box-sizing: border-box;
    padding: 10px 15px;
    text-align: center;
  }
  #globalMenu > li > a {
    color: #FFF;
    background-color: #9a001b;
    background-image: url(../images/common/slidedown_icon_white.svg);
    background-position: right center;
    background-repeat: no-repeat;
  }
  #globalMenu > li.link > a {
    background-image: url(../images/common/link_icon_white.svg);
    background-position: right center;
    background-repeat: no-repeat;
  }
  #globalMenu > li > a.active {
    background-image: url(../images/common/close_icon_white.svg);
    background-position: right center;
    background-repeat: no-repeat;
  }
  #globalMenu ul {
    background-color: #FFF;
  }
  #globalMenu ul li {
    border-bottom: 1px solid #CCCCCC;
  }
  #globalMenu ul li:last-of-type {
    border-bottom: none;
  }
  #globalMenu ul li a {
    color: #9a001b;
    background-image: url(../images/common/link_icon_red.svg);
    background-position: right center;
    background-repeat: no-repeat;
  }
  
  
/*---------------------- more ------------------------*/
.it {
  font-style: italic;
}
.bd {
  font-weight: bold;
}
.mini {
  font-size: 80%;
}
.mt01 {
  margin-top: 1em;
}
.mt02 {
  margin-top: 2em;
}
.rinkc {
  border-bottom: solid 1px #666;
}
.big150 {
  font-size:150%;
}
.big200 {
  font-size:200%;
}

}
/*---------------------- Sub Menu Button ------------------------*/
.subMenuBtn {
  display: block;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99999;
  text-align: center;
  position: absolute;
  transition: all 0.5s ease-in-out 0.0s;
}
.subMenuBtn span {
  display: block;
  position: absolute;
  width: 25px;
  border-bottom: solid 2px #9a001b;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: 15px;
  letter-spacing: normal;
}
.subMenuBtn span:nth-child(1) {
  top: 14px;
}
.subMenuBtn span:nth-child(2) {
  top: 24px;
}
.subMenuBtn span:nth-child(3) {
  top: 34px;
}
h2.active .subMenuBtn.active span {
  border-bottom: solid 2px #FFF;
}
/* 最初のspanをマイナス45度に */
h2.active .subMenuBtn.active span:nth-child(1) {
  top: 24px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
h2.active .subMenuBtn.active span:nth-child(2), h2.active .subMenuBtn.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*---------------------- Sub Menu ------------------------*/
.subMenu {
  margin: 0 6% 10px;
}
.subMenu .secInner {
  padding: 0;
}
.subMenu h2 {
  text-align: center;
  color: #9a001b;
  padding: 0 50px;
  border: 1px solid #9a001b;
  position: relative;
  line-height: 50px;
  border-radius: 6px;
  font-size: 1.2em;
  cursor: pointer;
}
.subMenu h2.active {
  border-radius: 6px 6px 0 0;
  background-color: #9a001b;
  color: #FFF;
}
.subMenuList li a {
  display: block;
  padding: 15px 0;
  color: #9a001b;
  text-align: center;
  text-decoration: none;
  line-height: 150%;
}
.subMenuList ul {
  float: none;
  width: 100%;
  text-align: center;
  border-left: 1px solid #9a001b;
  border-right: 1px solid #9a001b;
  border-bottom: 1px solid #9a001b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0 0 6px 6px;
}
.subMenuList ul li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
}
.subMenuList ul li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .subMenu {
    max-width: 700px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1025px) {
  .subMenu h2:hover, .subMenuList li a:hover {
    background-color: rgba(155, 0, 27, 0.1);
  }
  .subMenu h2.active:hover {
    background-color: #9a001b;
  }
}
/*---------------------- TEL Button ------------------------*/
@media(min-width: 768px) {
  .telBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .telBtn {
    position: fixed;
    left: 20px;
    bottom: 20px;
  }
  .telBtn a {
    background-color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    color: #a07832;
    border: 2px solid #a07832;
    border-radius: 6px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  }
  .telBtn .icon, .telBtn .text {
    display: inline-block;
  }
  .telBtn .icon {
    margin-right: 10px;
  }
  .telBtn .text .title {
    margin-bottom: 5px;
  }
  .telBtn .text .title, .telBtn .text .tel {
    font-weight: bold;
  }
}
/*---------------------- Footer ------------------------*/
#footer {
  text-align: center;
  padding: 0;
}
#footer .fLogo {
  margin-bottom: 40px;
}
#footer .tel {
  font-style: normal;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #9a001b;
}
#footer .title {
  margin-right: 0.3em;
  font-weight: bold;
}
#footer .tel ruby {
  font-size: 1.2em;
}
#footer .tel [data-ruby] {
  position: relative;
}
#footer .tel [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2em;
  left: -1em;
  right: -1em;
  margin: auto;
  font-size: 0.4em;
  text-align: center;
}
#footer .tel rt {
  display: none;
}
#footer .tel a {
  text-decoration: none;
  color: #9a001b;
}
#footer .sns {
  margin: 30px 0 40px;
}
#footer .sns li {
  display: inline-block;
  margin: 0 12px;
}
  #footer .sns li img {
    height: 60px;
    width: 60px;
  }
.snsimg
{
    height: 60px;
    width: 60px;
  }
#footer .copy {
  font-size: 0.7em;
  letter-spacing: normal;
  line-height: 150%;
  color: #FFFFFF;
  background-color: #9a001b;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #footer .fLogo {
    margin: 0 6% 20px;
  }
  #footer .fLogo img {
    width: 90%;
  }
  #footer .tel {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  #footer .sns {
    margin: 0 0 40px;
  }
  #footer .sns li {
    display: inline-block;
    margin: 0 5px;
  }
  #footer .sns li img {
    height: 40px;
    width: 40px;
  }
}
/*---------------------- Clearfix ------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*---------------------- more ------------------------*/
.it {
  font-style: italic;
}
.bd {
  font-weight: bold;
}
.mini {
  font-size: 80%;
}
.mt01 {
  margin-top: 1em;
}
.mt02 {
  margin-top: 2em;
}
.rinkc {
  border-bottom: solid 1px #666;
}
.big150 {
  font-size:150%;
}
.big200 {
  font-size:200%;
}


/* パソコンで見たときは"pcimg"のclassがついた画像が表示される */
.pcimg {
  display: block !important;
}
.spimg {
  display: none !important;
}
/* スマートフォンで見たときは"spimg"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pcimg {
    display: none !important;
  }
  .spimg {
    display: block !important;
  }
}