@charset "UTF-8";
/* ==========================================================================
   01. Reset
   ========================================================================== */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td,
article,
aside,
footer,
header,
menu,
nav,
section {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
footer,
header,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  font-size: 120%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Arial,
    Helvetica, sans-serif;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  color: #323232;
  font-size: 14px;
}

body * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

#wrap {
  display: block;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: bottom;
}

.block {
  display: block;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
html {
  height: 100%;
}

body {
  height: 100%;
}

/* ==========================================================================
   04. Parts
   ========================================================================== */

/* センターボックス */
.box-center {
  position: relative;
}

/* inview */
.inview {
  opacity: 0;
}

/* ドロップシャドウ */
.shadow {
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}

/* object fit image */
img.img-ofi-cover {
  height: 100%;
  width: 100%;
}

img.img-ofi-cover {
  -o-object-fit: cover;
  font-family: "object-fit: cover;";
  object-fit: cover;
}

.main-visual-img-set {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* slick */
.slick-slide img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 767px) and (max-width: 1279px) {
  html {
    font-size: 0.82vw;
  }
  .box-center {
    max-width: 900px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
  body {
    font-size: 130%;
    line-height: 1.75;
  }

  /* スライダーのカウント */
  .slick-switch {
    font-size: 3.2vw;
    height: auto;
    padding: 1.6vw 9.87vw 2.4vw;
  }
}

@media screen and (min-width: 768px), print {
  .box-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 8px;
}

.inner-block {
  width: 100%;
  padding: 40px 80px;
}

.column2,
.column3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.column2 .columnBox {
  width: 48%;
}

.column3 .columnBox {
  width: 32%;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 25px;
  }

  .inner-block {
    padding: 40px 10px;
  }

  .column2,
  .column3 {
    flex-direction: column;
  }

  .column2 .columnBox,
  .column3 .columnBox {
    width: 100%;
  }
}

.detail {
  text-decoration: none;
  display: inline-block;
  padding: 10px 28px 10px 40px;
  position: relative;
  font-size: 13px;
}

.detail::before {
  font-family: FontAwesome;
  content: "\f04b";
  transform: scale(0.5);
  position: absolute;
  top: 11px;
  left: 24px;
}

/*---------------------------------------------------------*/
/* ヘッダー */
/*---------------------------------------------------------*/
@media screen and (max-width: 860px) {
  .l-header-primary {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
  }
  .l-header-second {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 55px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    color: #222222;
  }
  .l-header-logo ._logo {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    bottom: auto;
    right: auto;
  }
  .l-header-logo ._logo img {
    width: 220px;
  }
  .l-header-gnav {
    font-size: 14px;
  }
  .l-header-second .l-header-gnav .gnav-cont {
    display: none;
  }
  .l-header-main .navToggle {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 25px;
    z-index: 8;
    cursor: pointer;
  }
  .l-header-main .navToggle div {
    position: relative;
  }
  .l-header-main .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .l-header-primary .l-header-main .navToggle span {
    border-bottom: solid 1px #fff;
  }
  .l-header-second .l-header-main .navToggle span {
    border-bottom: solid 1px #000000;
  }
  .l-header-main .navToggle span:nth-child(1) {
    top: 0;
  }
  .l-header-main .navToggle span:nth-child(2) {
    top: 11px;
  }
  .l-header-main .navToggle span:nth-child(3) {
    top: 22px;
  }

  .l-header-main .gnav-cont {
    position: fixed;
    background-color: rgba(151, 85, 0, 0.9);
    top: 0;
    right: -1000px;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-transition: left 0.5s, right 0.5s;
    transition: left 0.5s, right 0.5s;
    z-index: 3;
    padding-top: 30px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .l-header-main .gnav-cont .gnav-list ._item {
    letter-spacing: 1px;
    text-align: center;
  }
  .l-header-main .gnav-cont .gnav-list ._item a {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }
  .l-header-main .gnav-cont .gnav-list ._item:nth-child(1) a {
    padding: 10px 0 20px;
  }
  .l-header-main .gnav-cont .gnav-list ._item:nth-child(3) a {
    padding: 20px 0 10px;
    border-bottom: 1px solid #fff;
  }
  .l-header-main .gnav-cont .gnav-list ._item .gnav-submenu {
    padding: 5px 0 15px;
  }
  .l-header-main .gnav-cont .gnav-list ._item .gnav-submenu a {
    border-bottom: none;
    padding: 2px 0;
  }
  .l-header-main .gnav-cont .gnav-list ._item.navOnlineShop a {
    padding: 0px 0;
    margin-top: 20px;
    width: 100%;
    height: 44px;
    line-height: 43px;
    text-align: center;
    position: relative;
    background-color: #fff;
    color: #975500;
  }

  .l-header-gnav .gnav-cont .gnav-list ._item.navOnlineShop a::before {
    font-family: FontAwesome;
    content: "\f04b";
    transform: scale(0.5);
    position: absolute;
    top: 2px;
    left: 14px;
  }

  .openNav .navToggle {
    position: fixed;
    z-index: 8;
  }
  .openNav .navToggle span {
    border-bottom: solid 1px #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  .openNav .navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .openNav .navToggle span:nth-child(2),
  .openNav .navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .openNav .gnav-cont {
    right: 0;
    z-index: 7;
  }
  .sp-header-none {
    display: none;
  }
  .cb-header {
    position: fixed;
    /* ヘッダーバーを固定 */
    top: 0;
    /* 上から0の位置に固定 */
    display: none;
    /* ヘッダーバーを非表示 */
    z-index: 1;
  }
}

@media screen and (min-width: 860px) {
  .l-header-primary {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
    /*height: 80px;*/
    background: url(../img/header_bg.png) bottom center repeat-x;
    background-size: 100% 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    /*overflow: hidden;*/
  }
  .l-header-second {
    position: absolute;
    z-index: 2;
    width: 100%;
    /*height: 79px;*/
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    color: #222222;
    /*overflow: hidden;*/
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 #f7f7f7;
  }
  .l-header-main {
    /*width: 1072px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px 0 280px;
  }
  .l-header-logo ._logo {
    position: absolute;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    bottom: auto;
    right: auto;
    margin-left: 15px;
    width: 280px;
  }
  .l-header-gnav {
    font-size: 12px;
  }
  .l-header-gnav .gnav-cont .gnav-list {
    float: right;
    padding: 24px 0;
  }
  .l-header-gnav .gnav-cont .gnav-list ._item {
    float: left;
    letter-spacing: 1px;
    margin-left: 30px;
    position: relative;
  }
  .l-header-gnav .gnav-cont .gnav-list ._item.navOnlineShop {
    float: right;
  }

  .l-header-gnav .gnav-cont .gnav-list ._item:not(.navOnlineShop) a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
  }
  .l-header-gnav
    .gnav-cont
    .gnav-list
    ._item:not(.navOnlineShop)
    a:hover:after {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 45px;
    left: 0;
    content: "";
    opacity: 1;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  .l-header-gnav
    .gnav-cont
    .gnav-list
    ._item:not(.navOnlineShop).-current
    a:after {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 45px;
    left: 0;
    content: "";
    opacity: 1;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  .l-header-primary ._item:not(.navOnlineShop) a:hover:after,
  .l-header-primary ._item:not(.navOnlineShop).-current a:after {
    background: #fff;
  }
  .l-header-second ._item:not(.navOnlineShop) a:hover:after,
  .l-header-second ._item:not(.navOnlineShop).-current a:after {
    background: #222222;
  }
  .l-header-gnav .gnav-cont .gnav-list ._item.navOnlineShop a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 18px 10px 30px;
    background: #000;
    color: #fff;
    position: relative;
  }
  .l-header-gnav .gnav-cont .gnav-list ._item.navOnlineShop a::before {
    font-family: FontAwesome;
    content: "\f04b";
    transform: scale(0.5);
    position: absolute;
    top: 11px;
    left: 14px;
  }
  .l-header-gnav .gnav-cont .gnav-list ._item.navOnlineShop a:hover {
    opacity: 0.7;
  }
  .l-header-gnav .gnav-cont .gnav-list .gnav-submenu {
    position: absolute;
    top: 50px;
    left: -20px;
    display: block;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    z-index: 1000;
  }

  .l-header-gnav .gnav-cont .gnav-list .gnav-submenu.on {
    opacity: 1;
    top: 60px;
    pointer-events: inherit;
  }

  .l-header-second .gnav-cont .gnav-list .gnav-submenu {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .l-header-gnav .gnav-cont .gnav-list .gnav-submenu li {
    white-space: nowrap;
    margin: 0 20px;
  }
  .l-header-gnav .gnav-cont .gnav-list .gnav-submenu li a {
    display: block !important;
    padding: 14px 0 !important;
  }
  .l-header-gnav .gnav-cont .gnav-list .gnav-submenu li a:after {
    top: 30px !important;
  }

  .cb-header {
    position: fixed;
    /* ヘッダーバーを固定 */
    top: 0;
    /* 上から0の位置に固定 */
    display: none;
    /* ヘッダーバーを非表示 */
  }
}

@media screen and (min-width: 860px) and (max-width: 1046px) {
  .l-header-gnav .gnav-cont .gnav-list ._item:not(:last-child) a:hover:after,
  .l-header-gnav
    .gnav-cont
    .gnav-list
    ._item:not(:last-child).-current
    a:after {
    top: 23px;
  }
}

/*---------------------------------------------------------*/
/* フッター*/
/*---------------------------------------------------------*/
footer {
  background: #fff;
  color: #333;
  width: 100%;
  clear: both;
}

.footer-body {
  padding: 45px 80px;
}

.footer-body .gnav-list {
  display: flex;
  width: 100%;
  margin-bottom: 85px;
}

.footer-body .gnav-list ._item {
  width: 20%;
}

.footer-body .gnav-list ._item a {
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

.footer-body .gnav-list ._item .gnav-submenu {
  padding-top: 5px;
}

.footer-body .gnav-list ._item .gnav-submenu li a {
  font-weight: 400;
  padding: 12px 0 0;
  display: block;
}

.footer-body .gnav-list ._item:first-child,
.footer-body .gnav-list ._item.navOnlineShop {
  display: none;
}

.footer-corp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-address,
.footer-contact {
  display: flex;
  align-items: center;
}

.footer-address h4 {
  font-weight: bold;
  font-size: 15px;
}

.footer-address p {
  font-size: 14px;
  margin-left: 20px;
}

.footer-contact {
  justify-content: flex-end;
}
.footer-phone {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.footer-phone a {
  font-family: "Noto Sans JP";
  text-decoration: none;
  margin-bottom: 3px;
}
.footer-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 5px;
  margin-top: 5px;
}

.footer-form a {
  display: flex;
  justify-content: center;
  width: 278px;
  height: 50px;
  line-height: 50px;
  background-color: #222222;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer-form a:before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 20px;
  font-size: 24px;
}
.footer-copy {
  margin-top: 30px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .footer-body {
    padding: 40px 20px 10px;
  }

  .footer-body .gnav-list {
    display: block;
  }

  .footer-body .gnav-list ._item {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  .footer-body .gnav-list ._item:nth-child(3) {
    float: right;
  }

  .footer-body .gnav-list:after {
    clear: both;
  }

  .footer-body .gnav-list ._item .gnav-submenu li a {
    padding: 0;
  }

  .footer-corp {
    flex-direction: column;
  }

  .footer-address,
  .footer-contact {
    width: 100%;
    flex-direction: column;
  }

  .footer-address p {
    margin-left: 0px;
  }

  .footer-contact {
    margin-top: 15px;
  }

  .footer-phone a {
    font-size: 24px;
  }

  .footer-copy {
    text-align: center;
  }
}

@media screen and (min-width: 640px) {
}

/*----------------------------*/
/* ページトップ */
/*----------------------------*/
.pagetop {
  position: fixed;
  right: 50px;
  bottom: 10px;
  text-align: center;
}

.pagetop a {
  display: table-cell;
  vertical-align: middle;
  background-color: #333;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .pagetop {
    right: 10px;
  }
}

/*===============================================================*/
/* Utility */
/*===============================================================*/
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

._facebook-icon:before {
  content: "\f09a";
  font-family: FontAwesome;
}

._twitter-icon:before {
  content: "\f099";
  font-family: FontAwesome;
}

._instagram-icon:before {
  content: "\f16d";
  font-family: FontAwesome;
}

._map-icon:before {
  content: "\f041";
  font-family: FontAwesome;
}

._angle-up-icon:before {
  content: "\f106";
  font-family: FontAwesome;
}

._angle-up-icon2:before {
  content: "\f0d8";
  font-family: FontAwesome;
}

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

@media screen and (min-width: 640px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .u-struct {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}

@media screen and (min-width: 640px) {
  .u-struct {
    width: 1102px;
    width: min(1102px, 100%);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

/*===============================================================*/
/* News */
/*===============================================================*/

.news-list .news-list-block {
  border-bottom: 2px dotted #ccc;
  padding-top: 20px;
}

._date,
._category-icon,
._category-icon span {
  display: inline-block;
}

._date,
._category-icon,
._category-icon span a,
._category-icon span a:hover {
  text-decoration: none;
}

._date {
  font-family: "Noto Sans JP";
  color: #999999;
  font-size: 13px;
  margin-bottom: 10px;
}

._category-icon {
  color: #666;
  margin-left: 12px;
}

._category-icon span::before {
  content: "《";
}

._category-icon span::after {
  content: "》";
}

.news-list ._media-title {
  margin-bottom: 20px;
  color: #333;
  padding-left: 15px;
  position: relative;
}

.news-list ._media-title a {
  text-decoration: none;
}

.news-list ._media-title::before {
  font-family: FontAwesome;
  content: "\f04b";
  transform: scale(0.5);
  position: absolute;
  top: 2px;
  left: -1px;
}

@media screen and (max-width: 640px) {
  .news-list ._category-icon {
    margin-left: 0;
    display: block;
  }

  .news-list {
    overflow: hidden;
    margin-bottom: -20px;
  }
  .media-list ._media-title {
    padding: 0 0 5px 15px;
    line-height: 27px;
    clear: both;
  }
}

@media screen and (min-width: 640px) {
  .news-list ._item .media-list ._media-title {
    padding: 5px 0 5px 0;
  }
}

@media screen and (max-width: 1160px) {
  .footer-corp {
    flex-direction: column;
  }

  .footer-address,
  .footer-contact {
    width: 100%;
    flex-direction: column;
  }

  .footer-address p {
    margin-left: 0px;
    line-height: 1.6;
  }

  .footer-contact {
    margin-top: 15px;
  }

  .footer-phone a {
    font-size: 24px;
  }

  .footer-copy {
    text-align: center;
  }

  .footer-address h4 {
    line-height: 1.6;
  }

  .footer-form {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-form {
    margin-top: 0;
  }

  .footer-body {
    padding: 35px 64px;
  }
}

@media screen and (min-width: 1130px) and (max-width: 2560px) {
  .l-header-logo ._logo {
    width: min(calc((330 / 1440) * 100vw), 330px);
  }
}

.columnImage._accent {
  position: relative;
}

.columnImage-small {
  position: absolute;
  bottom: -8px;
  right: -32px;
  width: 40%;
  height: 40%;
}

@media screen and (max-width: 769px) {
  .columnImage-small {
    right: -10px;
    bottom: 0px;
  }
}
