@charset "UTF-8";
/*----------------------------------------------------
MV
----------------------------------------------------*/
.mv {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 60vh;
  }
}
.mv #mv_logo {
  width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv #mv_logo {
    margin-top: 20%;
    width: 70%;
  }
}
.mv #mv_logo svg {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.mv_logo_ie {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #mv_logo {
    display: none;
  }
  .mv {
    position: relative;
  }
  .mv .mv_logo_ie {
    width: 15%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/*----------------------------------------------------
SERVICE 事業内容
----------------------------------------------------*/
#service {
  padding-top: 50px;
  border-bottom: 5px solid #9c1d22;
}
#service .service_ttl {
  display: inline-block;
  border-bottom: 5px solid #9c1d22;
  letter-spacing: 0.1em;
}
#service .service_ttl h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 120px;
  font-size: 12rem;
  color: #dedddd;
  text-shadow: 1px 1px 0px #9c1d22, -1px 1px 0px #9c1d22, 1px -1px 0px #9c1d22, -1px -1px 0px #9c1d22, 1px 0px 0px #9c1d22, 0px 1px 0px #9c1d22, -1px 0px 0px #9c1d22, 0px -1px 0px #9c1d22;
  padding-right: 50px;
  line-height: normal;
  text-indent: -5px;
}
@media screen and (max-width: 1150px) {
  #service .service_ttl h2 {
    padding-right: 20px;
    font-size: 60px;
    font-size: 6rem;
    text-indent: 0;
  }
}
#service .service_ttl p {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #595656;
}
@media screen and (max-width: 1150px) {
  #service .service_ttl p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#service .service_inner {
  border-left: 20px solid #9c1d22;
  padding: 150px 0;
  background: url("../img/logo_bg.png") no-repeat;
  background-position: left 100px bottom 100px;
  background-size: 25%;
}
@media screen and (max-width: 1150px) {
  #service .service_inner {
    padding: 100px 0;
    border-left: 10px solid #9c1d22;
    background-position: left 5% top 30%;
    background-size: 300px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_inner {
    padding: 50px 0;
  }
}
#service .service_inner .service_txt_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  #service .service_inner .service_txt_wrap {
    display: block;
    width: 95%;
  }
}
#service .service_inner .service_txt_wrap .service_txt_box {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #service .service_inner .service_txt_wrap .service_txt_box {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
#service .service_inner .service_txt_wrap .service_txt_box h3 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #9c1d22;
  line-height: 6rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1150px) {
  #service .service_inner .service_txt_wrap .service_txt_box h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
#service .service_inner .service_txt_wrap .service_txt_box h3 .service_ttl_small {
  font-size: 4rem;
}
@media screen and (max-width: 1150px) {
  #service .service_inner .service_txt_wrap .service_txt_box h3 .service_ttl_small {
    font-size: 3rem;
  }
}
#service .service_inner .service_txt_wrap .service_txt_box .service_txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #9c1d22;
}
#service .service_inner .service_txt_wrap .service_txt_box table.service_txt {
  margin-bottom: 30px;
}
#service .service_inner .service_txt_wrap .service_pic {
  width: 550px;
}
@media screen and (max-width: 1150px) {
  #service .service_inner .service_txt_wrap .service_pic {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #service .service_inner .service_txt_wrap .service_pic {
    width: 80%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
AREA 配布エリア・料金
----------------------------------------------------*/
#area {
  padding: 150px 0;
  border-right: 20px solid #9c1d22;
  border-bottom: 5px solid #9c1d22;
  position: relative;
  background: url("../img/area_bg.png") no-repeat;
  background-position: left 0 bottom 50%;
  background-size: 45%;
  padding-top: 80px;
}
@media screen and (max-width: 1150px) {
  #area {
    background-size: 70%;
    background-position: left 0 top 30%;
  }
}
@media screen and (max-width: 768px) {
  #area {
    border-right: 10px solid #9c1d22;
    padding: 50px 0;
  }
}
#area .area_ttl {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 50px;
  right: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #area .area_ttl {
    -webkit-writing-mode: lr-tb;
            writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    position: static;
    text-align: right;
    margin-bottom: 50px;
  }
}
#area .area_ttl h2 {
  color: #9c1d22;
  font-size: 120px;
  font-size: 12rem;
  font-weight: bold;
  line-height: 11rem;
}
@media screen and (max-width: 1150px) {
  #area .area_ttl h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 6rem;
  }
}
#area .area_ttl p {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #595656;
}
@media screen and (max-width: 1150px) {
  #area .area_ttl p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#area .area_inner {
  margin-top: -80px;
  padding-top: 80px;
}
#area .area_inner .area_txt_wrap {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  #area .area_inner .area_txt_wrap {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
#area .area_inner .area_txt_wrap .area_txt_ttl {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #9c1d22;
  line-height: 7rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  #area .area_inner .area_txt_wrap .area_txt_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 330px) {
  #area .area_inner .area_txt_wrap .area_txt_ttl {
    font-size: 2.5rem;
  }
}
#area .area_inner .area_txt_wrap .area_txt_ttl span {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  #area .area_inner .area_txt_wrap .area_txt_ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 450px) {
  #area .area_inner .area_txt_wrap .area_txt_ttl span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 450px) and (max-width: 330px) {
  #area .area_inner .area_txt_wrap .area_txt_ttl span {
    font-size: 1rem;
  }
}
#area .area_inner .area_txt_wrap .area_txt_box {
  max-width: 550px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1150px) {
  #area .area_inner .area_txt_wrap .area_txt_box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #area .area_inner .area_txt_wrap .area_txt_box {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
#area .area_inner .area_txt_wrap .area_txt_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#area .area_inner .area_txt_wrap .area_txt_box ul li {
  width: 45%;
  border: 1px solid #9c1d22;
  border-top: 5px solid #9c1d22;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
}
#area .area_inner .area_txt_wrap .area_txt_box ul li .area_name,
#area .area_inner .area_txt_wrap .area_txt_box ul li .price {
  text-align: center;
  font-weight: bold;
}
#area .area_inner .area_txt_wrap .area_txt_box ul li .area_name {
  color: #9c1d22;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 4rem;
  margin: 20px 0;
}
@media screen and (max-width: 1150px) {
  #area .area_inner .area_txt_wrap .area_txt_box ul li .area_name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
#area .area_inner .area_txt_wrap .area_txt_box ul li .price {
  color: #595656;
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #area .area_inner .area_txt_wrap .area_txt_box ul li .price {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
#area .area_inner .area_txt_wrap .area_txt_box ul li .price.txt {
  line-height: 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 450px) {
  #area .area_inner .area_txt_wrap .area_txt_box ul li .price.txt {
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) and (max-width: 360px) {
  #area .area_inner .area_txt_wrap .area_txt_box ul li .price.txt {
    font-size: 1.2rem;
  }
}
#area .area_inner .area_txt_wrap .area_txt_box ul li .area_cap {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}

/*----------------------------------------------------
NEWS お知らせ
----------------------------------------------------*/
#news {
  border-bottom: 5px solid #9c1d22;
}
#news .news_ttl {
  display: inline-block;
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #news .news_ttl {
    margin-bottom: 50px;
  }
}
#news .news_ttl h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 120px;
  font-size: 12rem;
  color: #dedddd;
  /*text-shadow: 0 0 0 #dedddd;
  -webkit-text-stroke: 2px $main_color;
  text-stroke: 2px $main_color;*/
  text-shadow: 1px 1px 0px #9c1d22, -1px 1px 0px #9c1d22, 1px -1px 0px #9c1d22, -1px -1px 0px #9c1d22, 1px 0px 0px #9c1d22, 0px 1px 0px #9c1d22, -1px 0px 0px #9c1d22, 0px -1px 0px #9c1d22;
  padding-right: 50px;
  line-height: normal;
  text-indent: -12px;
}
@media screen and (max-width: 1150px) {
  #news .news_ttl h2 {
    padding-right: 20px;
    font-size: 60px;
    font-size: 6rem;
    text-indent: -5px;
  }
}
#news .news_ttl p {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #595656;
}
@media screen and (max-width: 1150px) {
  #news .news_ttl p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#news .news_inner {
  border-left: 20px solid #9c1d22;
  padding: 50px 0 150px 0;
  background-position: left 100px bottom 100px;
  background-size: 25%;
}
@media screen and (max-width: 1150px) {
  #news .news_inner {
    padding: 100px 0;
    border-left: 10px solid #9c1d22;
    background-position: left 5% top 30%;
    background-size: 300px;
  }
}
@media screen and (max-width: 768px) {
  #news .news_inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1150px) {
  #news .news_inner .news_txt_wrap {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
#news .news_inner .news_txt_wrap .news_txt_box {
  max-width: 1040px;
  margin: 0 auto;
}
#news .news_inner .news_txt_wrap .news_txt_box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news .news_inner .news_txt_wrap .news_txt_box ul li {
    width: 90%;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0;
  }
  #news .news_inner .news_txt_wrap .news_txt_box ul li:first-of-type {
    border-top: 2px solid #9c1d22;
  }
  #news .news_inner .news_txt_wrap .news_txt_box ul li:last-of-type {
    border-bottom: 2px solid #9c1d22;
  }
}
#news .news_inner .news_txt_wrap .news_txt_box ul li time {
  width: 10%;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #news .news_inner .news_txt_wrap .news_txt_box ul li time {
    border-bottom: 0;
    padding: 0;
  }
}
#news .news_inner .news_txt_wrap .news_txt_box ul li .new {
  width: 85%;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;
  color: #9c1d22;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #news .news_inner .news_txt_wrap .news_txt_box ul li .new {
    width: 100%;
    border-bottom: 0;
    padding: 0;
  }
}
#news .news_inner .news_txt_wrap .news_txt_box ul li .new .news_txt {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news .news_inner .news_txt_wrap .news_txt_box ul li .new .news_txt {
    width: 100%;
  }
}
#news .news_inner .news_txt_wrap .news_txt_box ul li .first {
  border-top: 2px solid #9c1d22;
}
@media screen and (max-width: 768px) {
  #news .news_inner .news_txt_wrap .news_txt_box ul li .first {
    border: 0;
  }
}
#news .news_inner .news_txt_wrap .news_txt_box ul li .last {
  border-bottom: 2px solid #9c1d22;
}
@media screen and (max-width: 768px) {
  #news .news_inner .news_txt_wrap .news_txt_box ul li .last {
    border: 0;
  }
}

/*----------------------------------------------------
COMPANY
----------------------------------------------------*/
#company {
  padding: 150px 0;
  border-right: 20px solid #9c1d22;
  position: relative;
  background-position: left 0 bottom 100px;
  background-size: 45%;
}
@media screen and (max-width: 1400px) {
  #company {
    padding: 50px 0 150px 0;
  }
}
@media screen and (max-width: 768px) {
  #company {
    border-right: 10px solid #9c1d22;
    padding: 50px 0;
  }
}
#company .c_ttl {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 50px;
  right: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #company .c_ttl {
    -webkit-writing-mode: lr-tb;
            writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    position: static;
    text-align: right;
    margin-bottom: 50px;
  }
}
#company .c_ttl h2 {
  color: #9c1d22;
  font-size: 120px;
  font-size: 12rem;
  font-weight: bold;
  line-height: 11rem;
}
@media screen and (max-width: 1150px) {
  #company .c_ttl h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 6rem;
  }
}
#company .c_ttl p {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #595656;
}
@media screen and (max-width: 1150px) {
  #company .c_ttl p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1150px) {
  #company .c_inner {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
#company .c_inner .c_txt_wrap .c_txt_box {
  max-width: 1040px;
  margin: 0 auto;
}
#company .c_inner .c_txt_wrap .c_txt_box table {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, sans-serif;
}
#company .c_inner .c_txt_wrap .c_txt_box table tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 1px solid #d9d9d9;
}
#company .c_inner .c_txt_wrap .c_txt_box table tr:first-of-type {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #company .c_inner .c_txt_wrap .c_txt_box table tr {
    display: block;
    padding: 15px 10px;
  }
}
#company .c_inner .c_txt_wrap .c_txt_box table tr th {
  display: block;
  width: 20%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #company .c_inner .c_txt_wrap .c_txt_box table tr th {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#company .c_inner .c_txt_wrap .c_txt_box table tr td {
  display: block;
  width: 80%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #company .c_inner .c_txt_wrap .c_txt_box table tr td {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#company .c_inner .c_txt_wrap .c_txt_box table tr td div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #company .c_inner .c_txt_wrap .c_txt_box table tr td div {
    display: block;
  }
}
#company .c_inner .c_txt_wrap .c_txt_box table tr td div .map {
  width: 50%;
}
#company .c_inner .c_txt_wrap .c_txt_box table tr td div .map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .c_inner .c_txt_wrap .c_txt_box table tr td div .map {
    width: 100%;
    margin: 0 auto 15px;
    max-width: 300px;
  }
}
#company .c_inner .c_txt_wrap .c_txt_box table tr td div .txt {
  width: 48%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 768px) {
  #company .c_inner .c_txt_wrap .c_txt_box table tr td div .txt {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */