@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**************************************************************************************/
@media only screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/**************************************************************************************/
body {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}

@media only screen and (min-width: 961px) {
  body {
    min-width: 1080px;
  }
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}

a {
  color: #fff;
}

@media only screen and (min-width: 961px) {
  a:hover {
    text-decoration: none;
  }
}

.wrapper {
  position: relative;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: opacity 0.8s linear 0.1s forwards;
          animation: opacity 0.8s linear 0.1s forwards;
}

.wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat top center;
  background-size: cover;
  z-index: -1;
}

/**************************************************************************************/
.head {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.8% 1.5% 1%;
}

@media only screen and (max-width: 960px) {
  .head {
    padding: 2% 3% 2.2%;
  }
}

.head_ac {
  width: 60px;
}

@media only screen and (max-width: 960px) {
  .head_ac {
    width: 8%;
  }
}

.head_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  right: 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.head_icon_item {
  margin-right: 15px;
}

@media only screen and (max-width: 960px) {
  .head_icon_item {
    width: 18%;
    margin-right: 3%;
  }
}

.head_icon_item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .head_icon_item:last-child {
    width: 13%;
  }
}

.contents {
  position: relative;
  padding: 0 0 100px;
}

@media only screen and (max-width: 960px) {
  .contents {
    padding: 0 0 18%;
  }
}

.contents_box {
  margin: 100px 0 0;
}

@media only screen and (max-width: 960px) {
  .contents_box {
    margin: 10% 0 0;
  }
}

.contents .cap {
  width: 60%;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .contents .cap {
    width: 90%;
    margin: 0 auto 4%;
  }
}

.contents .text_box {
  background: rgba(40, 21, 21, 0.8);
  padding: 60px;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  border: 2px solid #625147;
}

@media only screen and (max-width: 960px) {
  .contents .text_box {
    width: 90%;
    padding: 5.5% 5%;
  }
}

.contents .text_box strong {
  font-weight: 800;
  vertical-align: baseline;
}

.contents .text_box-no {
  margin-top: 30px;
}

@media only screen and (max-width: 960px) {
  .contents .text_box-no {
    margin-top: 20px;
  }
}

.contents .text_box-no dt {
  font-weight: 800;
  margin-bottom: 5px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media only screen and (max-width: 960px) {
  .contents .text_box-no dt {
    margin-bottom: 3px;
  }
}

.contents .text_box-no dd {
  font-size: 14px;
  padding-left: 1.5em;
}

@media only screen and (max-width: 960px) {
  .contents .text_box-no dd {
    font-size: 12px;
    line-height: 1.4em;
    padding-left: 1.5em;
  }
}

.contents .text_box-no-in {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 15px;
}

@media only screen and (max-width: 960px) {
  .contents .text_box-no-in {
    margin-top: 10px;
  }
}

.contents .text_box-no-dl {
  margin-top: 20px;
}

.contents .text_box-no-dl dd.frame {
  border: #aaa solid 1px;
  padding: 6px 12px 9px;
  margin: 6px 0 0 1.3em;
}

.contents .text_box-no-dl-in {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
}

.contents .txt_t-m {
  margin-top: 15px;
}

.contents .text_box-no-dl-dl {
  margin-top: 10px;
}

.contents .text_box-no-dl-dl dt {
  font-weight: 400;
  padding-left: 0.4em;
  margin-bottom: 0;
}

.contents .text_box-no-dl-dl dd {
  padding-left: 1.8em;
}

.contents .table {
  border: #aaa solid 1px;
  font-size: 13px;
  line-height: 1.3em;
  margin-top: 10px;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .contents .table {
    font-size: 10px;
  }
}

.contents .table tr {
  border-bottom: #aaa solid 1px;
}

.contents .table tr:last-child {
  border-bottom: transparent;
}

.contents .table tr th,
.contents .table tr td {
  width: 33.333%;
  padding: 10px 10px 12px 10px;
  border-right: #aaa solid 1px;
}

.contents .table tr th:last-child,
.contents .table tr td:last-child {
  border-right: transparent;
}

@media only screen and (max-width: 960px) {
  .contents .table tr th,
  .contents .table tr td {
    padding: 2% 3%;
  }
}

.contents .table tr th {
  background: rgba(255, 255, 255, 0.2);
}

.contents .California {
  margin-top: 50px;
}

.contents .California dd {
  margin-left: 1em;
  font-size: 14px;
}

.contents .California dd p {
  margin-top: 20px;
}

.contents .California-in {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
  line-height: 1.4em;
}

.contents .last_txt {
  margin-top: 50px;
}

.contents .last_date {
  margin-top: 20px;
  font-size: 13px;
}

@media only screen and (max-width: 960px) {
  .contents .last_date {
    font-size: 10px;
  }
}

.contents .btn_contact {
  position: relative;
  background: rgba(40, 21, 21, 0.8);
  border: 2px solid #625147;
  text-align: center;
  width: 280px;
  margin: 100px auto 0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 960px) {
  .contents .btn_contact {
    width: 240px;
    padding: 8px 0;
    margin: 12% auto 0;
  }
}

.contents .btn_contact a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 961px) {
  .contents .btn_contact:hover {
    opacity: 0.6;
  }
}

.contents .btn_contact-img {
  width: 220px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .contents .btn_contact-img {
    width: 150px;
  }
}

.contents .btn_sitetop {
  position: relative;
  background: rgba(40, 21, 21, 0.8);
  border: 2px solid #625147;
  text-align: center;
  width: 280px;
  margin: 30px auto 0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 960px) {
  .contents .btn_sitetop {
    width: 240px;
    padding: 8px 0;
    margin: 3% auto 0;
  }
}

.contents .btn_sitetop a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 961px) {
  .contents .btn_sitetop:hover {
    opacity: 0.6;
  }
}

.contents .btn_sitetop-img {
  width: 220px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .contents .btn_sitetop-img {
    width: 150px;
  }
}

/********************************************************************/
.pagetop {
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 960px) {
  .pagetop {
    width: 40px;
    height: 40px;
  }
}

#page-top a {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 961px) {
  #page-top a:hover {
    opacity: 0.6;
  }
}

#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.footter {
  background-color: #000;
  padding: 2.5em 0 60px 0;
}

@media only screen and (max-width: 960px) {
  .footter {
    padding: 2.5em 0 3em 0;
  }
}

.footter_btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3%;
}

@media only screen and (max-width: 960px) {
  .footter_btn01 {
    margin-bottom: 4%;
  }
}

.footter_btn01 .footter_item {
  width: 80px;
  margin-left: 1.5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 961px) {
  .footter_btn01 .footter_item:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 960px) {
  .footter_btn01 .footter_item {
    width: 60px;
  }
}

.footter_btn01 .footter_item:first-child {
  margin-left: 0;
}

.footter_btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footter_btn02 .footter_item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footter_btn02 .footter_item:nth-child(1) {
  width: 80px;
}

@media only screen and (max-width: 960px) {
  .footter_btn02 .footter_item:nth-child(1) {
    width: 45px;
  }
}

.footter_btn02 .footter_item:nth-child(2) {
  width: 225px;
  margin-left: 2%;
  margin-top: 6px;
}

@media only screen and (max-width: 960px) {
  .footter_btn02 .footter_item:nth-child(2) {
    width: 145px;
    margin-left: 2%;
    margin-top: 2px;
  }
}

@media only screen and (min-width: 961px) {
  .footter_btn02 .footter_item:hover {
    opacity: 0.6;
  }
}

.copy {
  color: #fff;
  text-align: center;
  margin: 1.7% 0 0 0;
}

@media only screen and (max-width: 960px) {
  .copy {
    margin: 5% 4% 0;
  }
}

.copy p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  font-size: 13px;
  line-height: 1.3em;
}

@media only screen and (max-width: 960px) {
  .copy p {
    font-size: 10px;
    letter-spacing: 0;
  }
}
/*# sourceMappingURL=holly-en.css.map */