@charset "UTF-8";
/* ----------------------------------------
   default.css
---------------------------------------- */
html, body {
  font-size: 10px;
}

body {
  position: relative;
  background: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

body * {
  box-sizing: border-box;
}

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

hr {
  border: none;
}

map,
area {
  outline: none;
}

sup {
  vertical-align: top;
  font-size: 0.5em;
}

a {
  text-decoration: none;
  color: #000;
    transition: .5s;
}

a:hover {
  text-decoration: none;
opacity: 0.8!important;
}
a span:hover {
opacity: 0.8!important;
-webkit-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-ms-transition: opacity .5s ease-out;
transition: opacity .5s ease-out;    
}

.ib {
  display: inline-block;
}

strong {
  font-weight: bold;
}

/* PARTS
---------------------------------------- */
.serif {
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 400;
  font-style: normal;
}

.serif.bold {
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 700;
  font-style: normal;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.va-m {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

.tbl {
  display: table;
}
.tbl .row {
  display: table-row;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.top {
  vertical-align: top;
}
.tbl .cell.btm {
  vertical-align: bottom;
}

/* #container
---------------------------------------- */
#container {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.6rem;
}
#container section {
  position: relative;
}

/* header
---------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 10;
}

header > div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header > div .btn {
  position: relative;
  width: 80px;
  height: 100%;
  margin-left: 7%;
  cursor: pointer;
}

header > div .btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 47.5%;
  height: 4px;
  margin: -2px 0 0 -25%;
  background: #fff;
  transition: all 300ms ease;
}

header > div .btn span:nth-child(1) {
  margin-top: -13px;
}

header > div .btn span:nth-child(2) {
  margin-top: -2px;
}

header > div .btn span:nth-child(3) {
  margin-top: 9px;
}

header.open > div .btn span:nth-child(1) {
  margin-top: -2px;
  transform: rotate(135deg);
}

header.open > div .btn span:nth-child(2) {
  margin-top: -2px;
  transform: scale(0) rotate(90deg);
}

header.open > div .btn span:nth-child(3) {
  margin-top: -2px;
  transform: rotate(45deg);
}
header > div .sname {
font-size: 16px;
font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.7143));
    margin: auto;
}
@media all and (-ms-high-contrast: none) {
header > div .sname {
    height: 40px;
}
}

header > div .btn2 {
  display: table;
  width: 215px;
  height: 100%;
  margin-right: 7%;
}

header > div .btn2 a {
  display: table-cell;
  background: #dd5e00;
  vertical-align: middle;
  color: #fff;
  font-size: 2rem;
}

header nav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  overflow: hidden;
  width: 100%;
}

header nav ul {
  display: table;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: height 300ms ease;
}

header nav ul li {
  display: table-row;
}

header nav ul li a {
  display: table-cell;
  height: 80px;
  border-top: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  header {
    height: 60px;
  }
  header nav {
    top: 60px;
  }
  header nav ul li a {
    height: 60px;
    font-size: 1.8rem;
  }

  header > div .btn {
    width: 60px;
    margin-left: 0;
  }
  header > div .btn2 {
    width: 160px;
    margin-right: 0;
  }
  header > div .btn2 a {
    font-size: 1.8rem;
  }
}
/* footer
---------------------------------------- */
footer {
  position: relative;
  padding: 15px 20px 10px;
  background: #2b2b2b;
  color: #fff;
}
footer p {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: right;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}

@media screen and (max-width: 480px) {
  footer p {
    font-size: 2.7083333333vw;
  }
}
/* #contact
---------------------------------------- */
#contact {
  padding: 40px 20px 100px;
  background: #23000b;
  color: #fff;
}
#contact a {
  color: #fff;
}
#contact h2 {
  display: inline-block;
  margin: 0 auto 65px;
  padding: 0 70px 20px;
  border-bottom: 2px solid #fff;
  line-height: 1.1;
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
#contact article {
  max-width: 860px;
  margin: 0 auto;
}
#contact article h3 {
  display: inline-block;
  position: relative;
  padding-left: 150px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-align: left;
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
#contact article h3:first-child{
    margin-bottom: 2em;
      padding-left: 0px;
}
#contact article h3:first-child::before{
    display: none;
}
#contact article h3::before {
  content: url("../img/img_contact01.png");
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
}
#contact article h3 + p {
  margin-top: 10px;
}
#contact article ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 45px auto 0;
}
#contact article ul li {
  width: 33.33333%;
  padding: 0 10px;
}
#contact article ul li small {
  font-size: 1.4rem;
}
#contact article ul li + li {
  border-left: 1px solid #fff;
}
#contact article ul li.tel a {
  display: block;
  margin-top: 5px;
  line-height: 1.1;
  font-size: 2.6rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  pointer-events: none;
}
#contact article ul li.fax span {
  display: block;
  margin-top: 5px;
  line-height: 1.1;
  font-size: 2.6rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  pointer-events: none;
}
#contact article ul li.web a {
  display: table;
  float: right;
  width: 100%;
  max-width: 260px;
  height: 100%;
  background: #dd5e00;
  border-radius: 3px;
}
#contact article ul li.web a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#contact article ul li.web a:hover {
  text-decoration: none;
  background: #ff852b;
}
#contact article address {
  margin: 55px auto 0;
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  #contact article h3 {
    padding-left: 140px;
    font-size: 3.125vw;
  }
  #contact article ul li.tel a,
  #contact article ul li.fax span {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    line-height: 1.5;
  }

  #contact {
    padding-bottom: 60px;
  }
  #contact h2 {
    display: block;
    margin: 0 auto 20px;
    padding: 0 0 10px;
    font-size: 2.4rem;
  }
  #contact article h3 {
    padding: 0;
    text-align: center;
    font-size: 2rem;
  }
  #contact article h3::before {
    display: block;
    position: relative;
    top: auto;
    margin: 0 auto 20px;
  }
  #contact article ul {
    display: block;
    margin-top: 30px;
  }
  #contact article ul li {
    width: 100%;
    padding: 0;
  }
  #contact article ul li + li {
    margin-top: 20px;
    border-left: none;
  }
  #contact article ul li.tel a,
  #contact article ul li.fax span {
    display: inline;
    margin-left: 0.5em;
    font-size: 2.6rem;
  }
  #contact article ul li.tel a {
    pointer-events: auto;
  }
  #contact article ul li.web a {
    float: none;
    width: 80%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.fin{
	    background: red;
    color: #fff;
    padding: 2px 5px;
    width: auto;
    text-align: center;
    font-size: 0.8em;
	display: block;
}
dl.res{
margin:0 auto!important;
padding:0;
width:58%;
	max-width: 420px;
font-size: 1.8rem;
    font-weight: bold;	
}

dl.res dt{
float:left;
width:5em;
margin:0 auto 0.8em;
color:#000;
border-bottom:none;
font-size: 1.8rem;
    font-weight: bold;	
line-height:1.2em;
}
dl.res dd{
padding-left:4.5em;
margin:0 auto 0.8em;
font-size:1em;
line-height:1.2em;

}


@media screen and (max-width: 640px) {
dl.res{
margin:0 auto;
padding:0;
width:100%;
}
dl.res dt{
display:block;
float:none;
width:100%;
}
dl.res dd{
display:block;
padding-left:0;
width:100%;
}

}