@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
.contArea section, item {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(50px);
}
.contArea section.view, item.view {
  opacity: 1;
  transform: translateY(0);
}

/******* reset.scss *******/
html,
body {
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  letter-spacing: 1.618px;
  -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  font-family: "Zen Kaku Gothic New", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px;
  color: #333;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 1200px;
}

caption {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

td, th {
  vertical-align: middle;
  padding: 40px 20px;
}

th {
  border-top: solid 1px #BA3E26;
  width: 25%;
  padding-right: 0;
}

td {
  border-top: dotted 1px #BA3E26;
  width: 75%;
}

tr:last-child th {
  border-bottom: solid 1px #BA3E26;
}
tr:last-child td {
  border-bottom: dotted 1px #BA3E26;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

a {
  color: #BA3E26;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

br.sp {
  display: none;
}

.btn {
  width: 260px;
  text-align: center;
}
.btn a {
  background: url("../img/common/btnAlor.jpg") right 20px top 50% #BA3E26 no-repeat;
  display: block;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn a:hover {
  opacity: 0.7;
}

.btnw {
  border: 1px solid #fff;
  width: 200px;
  text-align: center;
}
.btnw a {
  display: block;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.btnw a:hover {
  opacity: 1;
  background: #fff;
  color: #BA3E26;
}

h1 {
  background: url("../img/common/titleBg.jpg") 50% 50% no-repeat;
  padding: 260px 0 150px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  font-size: 161%;
  font-weight: lighter;
}
h1 strong {
  font-size: 259%;
  font-weight: lighter;
}

/******header******/
.wrapper {
  text-align: left;
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #BA3E26;
  width: 100%;
  background-color: #fff;
}
header p.logo {
  margin: 20px 0 20px 40px;
}
header p.logo a {
  display: block;
  width: 9vw;
  height: 3.6vw;
  background: url(../img/common/header-logo.png) 50% 50% no-repeat;
  background-size: 9vw;
  text-indent: -9999px;
}
header .headNav {
  margin-right: 40px;
}
header .headNav nav ul {
  display: flex;
  align-items: center;
}
header .headNav nav ul li {
  margin-left: 2vw;
}
header .headNav nav ul li a {
  color: #BA3E26;
  display: block;
  text-decoration: none;
  padding: 20px 0 15px;
  border-bottom: 5px solid #fff;
  font-size: 0.9vw;
}
header .headNav nav ul li a:hover {
  border-bottom: 5px solid #BA3E26;
}
header .headNav nav ul li:last-child a {
  font-weight: normal;
  padding: 20px 20px;
  color: #fff;
  background-color: #BA3E26;
  border-bottom: none;
}
header .headNav nav ul li:last-child a:hover {
  opacity: 0.7;
}
header .headNav nav ul .tell a {
  color: #BA3E26;
  text-align: center;
  line-height: 140%;
  padding: 20px 0;
  border: none;
}
header .headNav nav ul .tell a strong {
  font-size: 140%;
  font-weight: normal;
}
header .headNav nav ul .tell a span {
  font-size: 80%;
}
header .headNav nav ul .tell a:hover {
  opacity: 0.7;
  border: none;
}
header .headNav ul.sns li a {
  transition: 0.3s;
}
header .headNav ul.sns li a:hover {
  opacity: 0.6;
}

.gNavMorileWrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******footer******/
.contactArea {
  background: url("../img/common/contactAreaBg.jpg") 50% 50% no-repeat;
}
.contactArea .inner {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 80px 0;
  text-align: center;
}
.contactArea .inner h2 {
  width: 100%;
  margin-bottom: 40px;
}
.contactArea .inner h2 strong {
  border: none;
  padding: 0;
  color: #fff;
}
.contactArea .inner p {
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
}
.contactArea .inner p.tel {
  width: 45%;
  margin: 0;
}
.contactArea .inner p.tel a {
  color: #fff;
  text-decoration: none;
  line-height: 259%;
}
.contactArea .inner p.tel a strong {
  font-size: 259%;
}
.contactArea .inner p.btn {
  width: 44%;
  margin: 0;
}
.contactArea .inner p.btn a {
  padding: 24px 40px;
}

footer {
  border-top: 5px solid #BA3E26;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding-top: 80px;
}
footer .secCont {
  max-width: 1200px;
  margin: 0 auto;
}
footer .secCont ul {
  display: flex;
  border-bottom: 1px dotted #ccc;
  justify-content: center;
  flex-wrap: wrap;
}
footer .secCont ul li {
  padding: 40px;
}
footer .secCont ul li a {
  text-decoration: none;
  color: #fff;
}
footer .secCont section p {
  text-align: center;
  margin: 40px 0;
  color: #fff;
}
footer .secCont section p a {
  color: #fff;
  font-size: 161%;
  text-decoration: none;
  transition: 0.3s;
}
footer .secCont section p a:hover {
  opacity: 0.6;
}
footer .secCont section p.logo {
  margin: 40px auto;
  text-align: center;
  width: 271px;
  height: 78px;
}
footer .secCont section p.logo a {
  display: block;
  text-indent: -9999px;
  background: url("../img/common/footLogo.png") 50% 50% no-repeat;
  width: 100%;
  height: 100%;
}
footer p.footCopy {
  text-align: center;
  padding: 10px 0;
  background-color: #BA3E26;
  color: #fff;
}

/******contents******/
#topics {
  background-color: #F5E2DF;
  margin-bottom: 80px;
}
#topics .inner ul {
  display: flex;
}
#topics .inner ul li {
  padding: 10px 26px 10px 0;
  background: url("../img/common/topicsAlor.jpg") right 50% no-repeat;
  margin-right: 20px;
}
#topics .inner ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

.about {
  text-align: center;
  padding: 0 0 80px;
}
.about h3 {
  margin-bottom: 40px;
  font-size: 161%;
}

.pageTop {
  position: fixed;
  bottom: 42px;
  right: 20px;
  z-index: 102;
}
.pageTop img {
  transition: opacity 0.6s;
  text-decoration: none;
  cursor: pointer;
}
.pageTop img:hover {
  opacity: 0.6;
}

.vaArea {
  display: block;
}
