@charset "UTF-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-03-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */
/* !HTML5 elements
 * ---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* !Reseting
 * ---------------------------------------------------------- */


body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  color: #333;
  line-height: 1.8;
  background-image: url(bg_01.jpg);
  background-repeat: repeat;
  background-position: left top;
}


body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption, time {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  border-style: none;
}

@media (max-width: 1100px) {
  img {
    border-style: none;
    height: auto;
    max-width: 100%;
  }
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3 h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: ".";
}

a, input {
  outline: none;
}

input, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
}

input [type="button"], input [type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

/*======================================================= */
/*　共通
 * ---------------------------------------------------- */
div.wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 1100px) {
  div.wrap {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*====================================================== */
/*　グローバルナビ　ナビ
 * ---------------------------------------------------- */
#header__navi {
  position: relative;
}

@media (min-width: 1100px) {
  #nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #glNavi ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  #glNavi ul li {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
  }
  #glNavi ul li:first-of-type a {
    border-left: 1px dotted #CCC;
  }
  #glNavi ul li.gl-navi_home {
    display: none;
  }
  #glNavi ul li a {
    padding: 0 25px;
    display: block;
    border-right: 1px dotted #CCC;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
  }
  #glNavi ul li a:link, #glNavi ul li a:active, #glNavi ul li a:visited {
    color: #000;
  }
  #glNavi ul li a:hover {
    color: #F00;
  }
  #glNavi ul li a:hover:after {
    color: #F00;
  }
  #glNavi ul li a:before {
    display: block;
  }
  #glNavi ul li.gl-navi_magazine a:before {
    content: url(header_btn_01.png);
  }
  #glNavi ul li.gl-navi_event a:before {
    content: url(header_btn_02.png);
  }
  #glNavi ul li.gl-navi_shop a:before {
    content: url(header_btn_03.png);
  }
  #glNavi ul li.gl-navi_about a:before {
    content: url(header_btn_04.png);
  }
}

@media (max-width: 1099px) {
  #nav {
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    height: 100vh;
    width: 200px;
    right: -200px;
    top: 0;
    background: white;
    transition: .7s;
    z-index: 999;
    background-image: url(bg_01.jpg);
    background-repeat: repeat;
    background-position: left top;
  }
  #nav #glNavi ul {
    padding-top: 100px;
    margin: 0 10px 30px 10px;
  }
  #nav #glNavi ul li {
    font-size: 1.6rem;
  }
  #nav #glNavi ul li.gl-navi_home a:before, #nav #glNavi ul li.gl-navi_magazine a:before, #nav #glNavi ul li.gl-navi_event a:before, #nav #glNavi ul li.gl-navi_shop a:before, #nav #glNavi ul li.gl-navi_about a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0px;
    line-height: 0;
    content: '';
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    width: 23px;
    height: 100%;
  }
  #nav #glNavi ul li.gl-navi_home a:before {
    background-image: url(header_btn_05.png);
  }
  #nav #glNavi ul li.gl-navi_magazine a:before {
    background-image: url(header_btn_01.png);
  }
  #nav #glNavi ul li.gl-navi_event a:before {
    background-image: url(header_btn_02.png);
  }
  #nav #glNavi ul li.gl-navi_shop a:before {
    background-image: url(header_btn_03.png);
  }
  #nav #glNavi ul li.gl-navi_about a:before {
    background-image: url(header_btn_04.png);
  }
  #nav #glNavi ul li a {
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 10px 0px 10px 10px;
    padding: 0 0 0 30px;
    transition: .5s;
    position: relative;
  }
  #nav #glNavi ul li a:hover {
    color: #E20A16;
  }
  #nav .ml25 {
    margin-left: 0;
  }
  #nav .ml25 ul.social {
    margin: 0 20px;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  #nav .ml25 ul.social li i {
    font-size: 1.5rem;
  }
  #hamburger {
    display: block;
    position: fixed;
    top: 5px;
    right: 0;
    width: 50px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 17px solid rgba(255, 255, 255, 0.1);
    border-right: 20px solid rgba(255, 255, 255, 0.1);
    border-bottom: 17px solid rgba(255, 255, 255, 0.1);
    border-left: 20px solid rgba(255, 255, 255, 0.1);
  }
  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #369C00;
    transition: 1s;
    border-radius: 4px;
  }
  #line1 {
    top: 0;
  }
  #line2 {
    top: 20px;
  }
  #line3 {
    bottom: 0px;
  }
  .in {
    transform: translateX(-100%);
  }
  .line_1, .line_2, .line_3 {
    background: #369C00;
  }
  .line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: 0;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    transform: translateY(-20px) rotate(45deg);
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  #nav ul li {
    font-size: 14px;
  }
}

/*====================================================== */
/*　ソーシャル
 * ---------------------------------------------------- */
ul.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

ul.social li {
  margin: 0 0 0 15px;
  line-height: 1;
}

ul.social li:first-of-type {
  margin: 0;
}

ul.social li a {
  font-size: 2rem;
  display: block;
  text-decoration: none;
}

ul.social li a:link, ul.social li a:active, ul.social li a:visited {
  color: #999999;
}

ul.social li a:hover {
  color: #F00;
}

/*================================================================================================================== */
/*　ヘッダー
 * ---------------------------------------------------- */
#headerArea {
  background-color: #fff;
  border-top: 5px solid #369C00;
  position: relative;
  margin: 0;
}

#headerArea .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#headerArea .header__left {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60%;
}

#headerArea .text {
  text-align: center;
  font-size: 0.8125rem;
  margin: 0 0 10px 0;
}

#headerArea .logo {
  font-size: 0px;
  line-height: 0;
  max-width: 100%;
}

#headerArea .logo img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

@media (min-width: 1100px) {
  #headerArea .inner {
    padding: 20px;
  }
}

@media (max-width: 1099px) {
  #headerArea .inner {
    padding: 10px 10px 15px;
  }
}

@media (min-width: 480px) {
  #headerArea .header__left {
    width: 260px;
  }
  #headerArea .logo {
    max-width: 260px;
  }
}

/*　電話番号リンク　 */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*======================================================= */
/* コンテンツ
 * ---------------------------------------------------- */
#wrapper {
  width: 100%;
  background: #EEEEF0;
  overflow: hidden;
  clear: both;
}

#contents {
  margin: 0;
  padding: 15px 0;
  text-align: left;
  position: relative;
  background-image: url(bg_02.png);
  background-repeat: repeat-x;
  background-position: left top;
}

#home #contents {
  background-image: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

/*======================================================= */
/* 403エラー
 * ---------------------------------------------------- */
#notFound {
  margin: 30px auto;
  text-align: center;
}

#notFound h1 {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (min-width: 1100px) {
  #notFound {
    margin: 80px auto;
  }
  #notFound h1 {
    font-size: 1.5625rem;
  }
}

/*　パンくずリスト　*/
#pan {
  padding: 10px 15px 0 15px;
  max-width: 1100px;
}

#pan ol li {
  display: inline;
  list-style-type: none;
  position: relative;
  font-size: 0.75rem;
  padding: 0 20px 0 0;
}

#pan ol li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 0.375rem;
  color: #339900;
}

#pan ol li:last-child {
  font-weight: bold;
  color: #666;
}

#pan ol li:last-child:after {
  content: "";
}

#pan a {
  color: #666;
  color-text-decoration: none;
}

#pan a:link, #pan a:visited, #pan a:focus {
  color: #666;
}

#pan a:hover {
  color: #E20A16;
}

@media (min-width: 800px) {
  #pan {
    padding: 15px 20px;
  }
}

/* コンテンツタイトル ------------------------------------------- */

.contentsTit {
  padding: 15px 0;
  border-bottom: 1px dotted #CCC;
}

.contentsTit p {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  padding: 0 0 0 45px;
}

.contentsTit p:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0px;
  line-height: 0;
  content: '';
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;

  width: 39px;
  height: 55px;
  background-image: url(icon_05.png);
}


.contentsTit p:after {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 700;
  content: attr(data-text);
  margin: 0 0 0 10px;
}

@media (min-width: 800px) {
  .contentsTit {
    padding: 25px 0 15px;
  }
}

@media (min-width: 640px) {
  .contentsTit p {
    padding: 0 0 0 55px;
  }
}

@media (min-width: 480px) {
  .contentsTit p {
    font-size: 3.4rem;
  }
  .contentsTit p:after {
    font-size: 1.4rem;
    margin: 0 0 0 20px;
  }
}


/*!　共通パーツ　*/
/*----------------------------------------------------------　*/
.container__block {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

@media (min-width: 800px) {
  .container__block {
    margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 25px 30px;
  }
}





/*================================================================================================================== */
/*　top
 * ---------------------------------------------------- */

ul.category__list li a {
  text-decoration: none;
  padding: 10px;
  display: block;
}

ul.category__list li a:link,
ul.category__list li a:active,
ul.category__list li a:visited {
  color: #333;
}

ul.category__list li a:hover {
  color: #E20A16;
}
ul.category__list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

ul.category__list li figure {
  font-size: 0px;
  line-height: 0;
}
ul.category__list li figure img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

ul.category__list li .category__title {
    font-size: 1.8rem;
	font-weight: bold;
}
ul.category__list li .text {
    font-size: 1.4rem;
}
@media (min-width: 800px) {
ul.category__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

ul.category__list li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;

  margin-bottom: 10px;
}

}

/*================================================================================================================== */
/*　page-top
 * ---------------------------------------------------- */
#pageTop {
  overflow: hidden;
  clear: both;
  position: relative;
  z-index: 99;
}

#pageTop p {
  height: 50px;
  width: 50px;
  display: block;
  float: right;
}

#pageTop p a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 50px;
  background-color: #369C00;
  text-decoration: none;
  text-align: center;
}

#pageTop p a i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  line-height: 0;
}

/*======================================================= */
/*　フッタ
 * ---------------------------------------------------- */
#footerArea {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  display: block;
  position: relative;
  background-image: url(footer_bg_01.png);
  background-repeat: repeat-x;
  background-position: left top;
}

#footer__top {
  background-color: #fff;
}

#footer__navi {
  padding: 65px 0 0;
}

#footer__navi .block > ul {
  width: 100%;
}

#footer__navi .block > ul li {
  width: 100%;
}

#footer__navi .block > ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 2px 0px 2px 15px;
  text-decoration: none;
}

#footer__navi .block > ul li a:link {
  text-decoration: none;
}

#footer__navi .block > ul li a:link, #footer__navi .block > ul li a:active, #footer__navi .block > ul li a:visited {
  color: #000000;
}

#footer__navi .block > ul li a:hover {
  color: #E20A16;
}

#footer__navi .block > ul ul > li a {
  font-size: 1.3rem;
  font-weight: normal;
}

#footer__navi .block > ul ul > li a:before {
  content: "－";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (min-width: 1100px) {
  #footer__top .wrap > .inner {
    padding: 0 20px;
  }
  #footer__navi {
    padding: 65px 0 30px;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  #footer__navi .block {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  #footer__navi .block > ul li a {
    padding: 2px 0px;
  }
  #footer__navi .block > ul ul > li a {
    padding: 2px 0px 2px 15px;
  }
  #footer__navi .block > ul ul > li a:before {
    left: 0;
  }
}

@media (max-width: 1099px) {
  #footer__top .wrap > .inner {
    padding: 0 10px;
  }
  #footer__navi .block > ul li a {
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #CCC;
  }
  #footer__navi .block > ul li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 15px;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  #footer__navi .block > ul li ul > li a {
    padding: 10px 25px 10px;
  }
  #footer__navi .block > ul li ul > li a:before {
    left: 5px;
  }
}

#footer__management {
  text-align: center;
  font-size: 1.3rem;
  padding: 35px 0 45px;
  color: #333;
}

#footer__management .title {
  font-size: 1.4rem;
  font-weight: bold;
}

#footer__management a:link, #footer__management a:active, #footer__management a:visited {
  color: #000000;
}

#footer__management a:hover {
  color: #E20A16;
}

#footer__bottom {
  border-top: 5px solid #369C00;
  font-size: 1.2rem;
  color: #333;
}

#footer__bottom .wrap > .inner {
  text-align: center;
  padding: 15px 10px 10px;
}

#footer__bottom .text {
  margin: 0 0 10px 0;
}

#copyright {
  clear: both;
  margin: 10px 0 0 0;
  padding: 0;
}

@media (min-width: 1100px) {
  #footer__management {
    border-top: 1px dotted #CCC;
    text-align: left;
  }
  #footerContact {
    order: 2;
    margin: 0;
    padding: 0 0 0 60px;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 360px;
  }
}

@media (max-width: 1099px) {
  #footer__management ul.social {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 959px) {
  #footerNavi {
    margin: 0 0 35px 0;
  }
  #footerNavi .footerBlock > ul.naviList {
    width: 100%;
  }
  #footerNavi .footerBlock > ul.naviList li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: dotted 1px #CCCCCC;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #footerNavi .footerBlock > ul.naviList li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
  }
  #footerNavi .footerBlock > ul.naviList li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 15px;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  #footerNavi .footerBlock > ul.naviList > ul {
    margin: 0;
  }
  #footerNavi .footerBlock > ul.naviList > ul > li a {
    padding: 10px 25px 10px;
  }
  #footerNavi .footerBlock > ul.naviList > ul > li a:before {
    content: "・";
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
