@charset "UTF-8";
img {
  max-width: 100%;
  width: 100%; }

a {
  color: #585858;
  text-decoration: none; }

a:hover {
  /*opacity: 0.7;*/ }

a img {
  transition: 0.3s; }

a:hover img {
  opacity: 0.7; }

/* setting */
body {
  font-size: 14px;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  color: #000;
  position: relative; }

body.-drawer-open {
  position: fixed;
  width: 100%; }

@media screen and (max-width: 768px) {
  body {
    font-size: 13px; } }

.-pc {
  display: block; }

.-sp {
  display: none; }

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

.-wrapper {
  max-width: 1020px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .-wrapper {
    width: 90%; } }

/* header */
.header {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 30px 0; }

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  position: relative;
}

.header-ttl-logo, .header-ttl-copy {
  width: 240px;
}

.header-ttl-copy {
  line-height: 1.25;
  padding-top: 5px;
}


.header-ttl-logo img {
  width: 100%;
}

.header-info {
  display: flex;
  justify-content: space-between; }

.header-info-tel {
  width: 300px;
  margin: 0 20px 0 0;
  text-align: right; }

.header-info-btn {
  width: 200px;
  text-align: center; }

/*.header-info-btn-mail {
  display: block;
  color: #fff;
  border: 1px solid #2a7d4e;
  border-radius: 5px;
  background: #3eba74;
  background: linear-gradient(to bottom, #3eba74 0%, #2a7d4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eba74', endColorstr='#2a7d4e',GradientType=0 );
  padding: 3px 0; }*/
.header-info-btn-mail {
	background-color: #47A470;
	display: block;
 	font-weight: bold;
  	text-align: center;
  	padding: 9px 0 7px 0;
 	width: 100%;
  	position: relative;
  	color: #fff;
}

.header-info-btn-mail:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.header-drawer {
  display: none; }

@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
    margin: 0 0 7% 0;
    padding: 5% 0 0 0;
    position: relative; }
  .header-ttl-logo {
    width: 100px; }
  .header-ttl-logo img {
	  width: 100%;
	}
  .header-ttl-copy {
    display: none; }
  .header-info {
    display: none; }
  .header-drawer {
    display: block;
    width: 50px;
    position: absolute;
    right: 4%;
    top: 30%; }
  .header-drawer img {
    width: 100%; } }

/* .drawer */
.drawer {
  display: none; }

.js-drawer-open .drawer {
  display: block;
  background-color: #094;
  position: absolute;
  width: 100%;
  padding-bottom: 4%;
  z-index: 100;
  top: 0;
  left: 0; }

.drawer .btn-close {
  text-align: right;
  line-height: 0;
  display: block;
  padding: 12px;
  width: 60px;
  margin: 0 0 0 auto; }

.drawer .list {
  border-top: 1px solid #fff;
  overflow: hidden;
  margin-bottom: 4%; }

.drawer .list-item {
  width: 50%;
  float: left;
  font-size: 14px; }

.drawer .list-item:nth-child(even) {
  float: right; }

.drawer .list-btn {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 7.5%;
  font-size: 1em;
  line-height: 1.8em;
  position: relative; }

.drawer .list-item:nth-child(even) .list-btn {
  border-right: none; }

.drawer .list-btn:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -5px; }

.drawer .btn {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 2.5% 0;
  margin-bottom: 2%; }

.drawer .btn:last-child {
  margin-bottom: 0; }

.drawer .btn-fb {
  background-color: #314d99; }

.drawer .btn-youtube {
  background-color: #bf1a20; }

.drawer .btn-ec {
  background-color: #5889bc; }

.drawer .wrapper {
  width: 90%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .drwer {
    display: block; } }

/* contents */
.contents {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto 7% auto;
  position: relative; }

.main {
  width: 68.62%; }

@media screen and (max-width: 768px) {
  .main {
    width: 100%; }
  .contents {
    margin-bottom: 10%; } }

/* sidebar */
.sidebar {
  width: 26.47%; }

.sidebar-bnr-item {
  display: block;
  margin: 0 0 6% 0; }

.sidebar-bnr-item:last-child {
  margin: 0; }

@media screen and (max-width: 768px) {
  .sidebar {
    display: none; } }

/* footer */
.footer {
  background-color: #E9E9E9;
  padding-top: 72px; }

.footer .-bold {
  font-weight: bold; }

.footer-info {
  overflow: hidden;
  margin-bottom: 8px; }

.footer-info-logo {
  float: left;
  margin-right: 24px;
  width: 200px; }

.footer-info-logo img {
  width: 100%; }

.footer-info-contact {
  float: left;
  padding-top: 15px; }

.footer-info-contact-time {
  font-size: 0.875em; }

.footer-info-btns {
  float: right;
  width: 210px;
  padding-top: 40px; }

.footer-info-btn {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 9px 0 7px 0;
  width: 210px;
  position: relative;
  color: #fff; }

.footer-info-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: 3px;
  right: 3px; }

.footer-info-btn:hover {
  opacity: 0.8; }

.footer-info-btn-1 {
  background-color: #47A470; }

.footer-address {
  font-size: 0.875em;
  line-height: 1.4em;
  margin-bottom: 32px; }

.footer-nav {
  overflow: hidden;
  margin-bottom: 48px; }

.footer-nav-group {
  float: left;
  width: 224px;
  height: 358px;
  border-left: 1px solid #A0A0A0;
  padding-left: 30px; }

.footer-nav-ttl {
  font-size: 0.875em;
  font-weight: bold; }

.footer-nav-list {
  margin-bottom: 15px; }

.footer-nav-list:last-child {
  margin-bottom: 0; }

.footer-nav-list-item {
  font-size: 0.875em; }

.footer-nav-ttl-btn {
  position: relative;
  display: inline-block; }

.footer-nav-ttl-btn:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #006AAD;
  left: -10px;
  top: 50%;
  margin-top: -5px; }

.footer-nav-ttl-btn:hover,
.footer-nav-btn:hover {
  text-decoration: underline; }

.footer-copyright {
  background-color: #094;
  padding: 5px 0 5px 0;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 5%; }
  .footer-info-logo {
    float: none;
    margin: 0 auto;
    width: 120px; }
  .footer-info-contact {
    float: none;
    padding-top: 40px;
    margin: 0 auto;
    width: 80%;
    text-align: center; }
  .footer-info-btns {
    display: none; }
  .footer-nav {
    display: none; }
  .footer-address {
    text-align: center; } }

/* date */
.date {
  margin: 0;
  color: #8b8b8b; }

@media screen and (max-width: 768px) {
  .date {
    display: none; } }

/* breadcrumb */
.breadcrumb {
  margin: 0 0 5% 0;
  display: flex; }
  .breadcrumb-item {
    display: flex;
    margin: 0 0.5em 0 0;
    font-size: 16px; }
    .breadcrumb-item:last-child:after {
      content: "";
      margin: 0; }
    .breadcrumb-item:after {
      content: ">";
      margin: 0 0 0 0.5em; }

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none; } }

.bn {
  margin: 0 0 8% 0; }

.bn:last-child {
  margin: 0; }

.gotop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px; }

@media screen and (max-width: 768px) {
  .gotop {
    display: none; } }
