@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:active {
  text-decoration: none;
  color: #fff;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
/* =========================================================
body
========================================================= */
body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  min-width: 320px;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

/* =========================================================
layout
========================================================= */
#Wrapper {
  overflow: hidden;
  width: 100%;
}

.inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
#GFoot
========================================================= */
#GFoot img {
  vertical-align: top;
}
#GFoot .navBlock .navList li a {
  color: #fff;
}
#GFoot .navBlock .navList li a:hover {
  opacity: .7;
  transition: .3s;
}
#GFoot .copyright {
  margin-top: 80px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  padding-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  #GFoot {
    background-image: url("../images/common/foot-bg.png");
    background-position: center bottom;
  }
  #GFoot .sectInner .navBlock {
    display: flex;
    justify-content: center;
  }
  #GFoot .sectInner .navBlock .navList {
    padding-top: 115px;
  }
  #GFoot .sectInner .navBlock .navList li {
    display: inline-block;
    padding: 0 5px;
  }
  #GFoot .sectInner .navBlock .copyright {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 768px) {
  #GFoot {
    padding-top: 60px;
    background-image: url("../images/common/foot-bg-sp.png");
    background-size: 100% auto;
    background-position: bottom center;
  }
  #GFoot .sectInner {
    padding: 30px 20px 20px;
  }
  #GFoot .sectInner .navBlock {
    display: flex;
  }
  #GFoot .sectInner .navBlock .navList {
    width: 50%;
  }
  #GFoot .sectInner .navBlock .navList li {
    margin-left: 2em;
  }
  #GFoot .sectInner .navBlock .navList li a {
    padding: 15px;
    margin-left: -2.3em;
  }
  #GFoot .sectInner .navBlock .navList li a::before {
    content: ">";
    display: inline-block;
    margin-right: 10px;
  }
  #GFoot .sectInner .navBlock .navList li + li {
    margin-top: 35px;
  }
}
/* =========================================================
contact
========================================================= */
.contactSect {
  border-top: 5px solid #b19b4c;
  border-bottom: 5px solid #b19b4c;
  color: #111;
  background-color: #f7f7ef;
  background-image: url("../images/common/bg-washi01.jpg");
  background-repeat: repeat;
}
.contactSect .inner .sectTit {
  text-align: center;
}
.contactSect .inner .sectMain {
  padding: 30px;
}
.contactSect .inner .sectMain .txt {
  text-align: center;
}
.contactSect .inner .sectMain .contBlock {
  padding-top: 30px;
}
.contactSect .inner .sectMain .contBlock .itemList li p + p {
  margin-top: 5px;
}
.contactSect .inner .sectMain .contBlock .itemList li .tel, .contactSect .inner .sectMain .contBlock .itemList li .fax {
  font-size: 18px;
  font-size: 1.8rem;
}
.contactSect .inner .sectMain .contBlock .itemList li .tel strong, .contactSect .inner .sectMain .contBlock .itemList li .fax strong {
  font-size: 23px;
  font-size: 2.3rem;
}
.contactSect .inner .sectMain .contBlock .itemList li .tel a, .contactSect .inner .sectMain .contBlock .itemList li .fax a {
  color: #111;
}

@media only screen and (min-width: 769px) {
  .contactSect {
    margin-top: 150px;
    padding: 120px 0 80px;
  }
  .contactSect .inner .sectMain .contBlock .itemList {
    display: flex;
  }
  .contactSect .inner .sectMain .contBlock .itemList li {
    width: 50%;
  }
  .contactSect .inner .sectMain .contBlock .itemList li .tel, .contactSect .inner .sectMain .contBlock .itemList li .fax {
    margin-right: 50px;
    text-align: right;
  }
  .contactSect .inner .sectMain .contBlock .itemList li:last-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .contactSect {
    margin-top: 110px;
    padding: 80px 0 60px;
  }
  .contactSect .inner .sectMain .txt {
    text-align: left;
  }
  .contactSect .inner .sectMain .contBlock .itemList li .tel, .contactSect .inner .sectMain .contBlock .itemList li .fax {
    text-align: center;
  }
  .contactSect .inner .sectMain .contBlock .itemList li .btn {
    margin: 0 auto;
  }
  .contactSect .inner .sectMain .contBlock .itemList li:last-child {
    margin-top: 20px;
  }
}
/* =========================================================
other
========================================================= */
.modBtnRed {
  width: 220px;
  text-align: center;
}
.modBtnRed a {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #ad0202;
  color: #fff;
  padding: 13px 20px 15px;
  text-align: left;
}
.modBtnRed a:hover {
  opacity: .9;
  transition: .3s;
}
.modBtnRed a img {
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}

.topicPath {
  text-align: right;
  margin-right: 25px;
  margin-bottom: 50px;
}

.gothicFont {
  font-family: "Noto Sans", sans-serif;
}

.sectTit.comTit img {
  height: 38px;
  width: auto;
}

/* =========================================================
table
========================================================= */
.comTbl {
  width: 100%;
}
.comTbl tr th {
  background-color: #ad0202;
}

@media only screen and (min-width: 769px) {
  .comTbl tr {
    border-bottom: 1px solid #fff;
  }
  .comTbl tr:first-child {
    border-top: 1px solid #fff;
  }
  .comTbl tr th {
    box-sizing: border-box;
    width: calc(6em + 70px);
  }
  .comTbl tr th, .comTbl tr td {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .comTbl tr th, .comTbl tr td {
    display: block;
    padding: 15px 20px;
  }
  .comTbl tr th {
    width: 100%;
  }
  .comTbl tr td {
    margin-bottom: 5px;
  }
}
/* =========================================================
#GHead
========================================================= */
#GHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

header .logo img {
  width: 100%;
  height: auto;
}

header .logo img:hover {
  transition: 0.3s;
  opacity: 0.7;
}

header nav .navList li a {
  color: #fff;
}

header nav .navList li a:hover {
  color: #acacac;
}

header nav .headBtn a img {
  vertical-align: baseline;
}

@media only screen and (min-width: 970px) {
  header nav .headBtn a:hover {
    background-color: rgba(173, 2, 2, 0.8);
    transition: .3s;
  }

  header nav .headBtn a {
    background-color: #ad0202;
  }
}
@media only screen and (min-width: 769px) {
  .header-nav {
    margin-top: 0px;
  }

  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .logo {
    max-width: 360px;
    padding: 10px 10px 0;
  }

  header nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  header nav .navList li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }

  header nav .navList li a:hover {
    opacity: .7;
    transition: .3s;
  }

  header nav .headBtn a {
    width: 175px;
    padding: 26px 15px;
  }

  header nav .navList {
    display: flex;
  }

  header nav .navList li a {
    margin: 0 8px;
    padding: 12px 0;
  }

  header nav .navList li a:hover {
    transition: 0.4s;
  }

  header nav .headBtn {
    margin-left: 10px;
  }

  header nav .headBtn a img {
    padding-left: 4px;
  }
}
@media only screen and (max-width: 969px) {
  header {
    display: flex;
    justify-content: space-between;
  }

  header .logo {
    height: 50px;
    max-width: 260px;
    padding: 5px 10px 0;
  }

  header nav .navList li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }

  header nav .navList li:last-child a {
    padding-bottom: 20px;
  }

  header nav .navTxtList {
    display: block;
  }

  header nav .navList {
    padding-top: 50px;
    text-align: center;
  }

  header nav .navList li a {
    margin: 0 15px;
    padding: 15px 0;
  }

  header nav .navList li a:hover {
    transition: 0.4s;
  }

  header nav .headBtn {
    margin: 10px auto 0;
    text-align: center;
  }

  header nav .headBtn a {
    width: 175px;
    padding: 15px 0;
  }

  header nav .headBtn a img {
    padding-left: 4px;
  }
}
/* -------------------- */
/* spnav
/* -------------------- */
.burger-btn {
  display: none;
}

@media only screen and (max-width: 969px) {
  .burger-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3;
    background-color: #ad0202;
    border: none;
  }

  .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }

  .bar_top {
    top: 15px;
  }

  .bar_mid {
    top: calc(50% - 0px);
    transform: translate(-50%, -50%);
  }

  .bar_bottom {
    bottom: 15px;
  }

  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s;
  }

  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }

  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
  }
}
@media only screen and (max-width: 969px) {
  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
  .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }

  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 2;
    flex-direction: column;
  }

  .header-nav .nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .header-nav .nav-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
