@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-size: 16px;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1.5;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 PC・SP共通style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.l-pagebody {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  position: relative;
  color: #333;
  background: #ffe2bd;
}
.l-pagebody a:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: .7;
}

.l-section {
  position: relative;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 15px;
}
.l-section__ttl {
  font-size: 1.8em;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 50px;
}
.l-section__ttl > span {
  display: none;
}
.l-section__ttl--about {
  width: 70%;
  background-image: url("../images/txt_about.png");
  padding: 26.03774% 0 0 0;
}
.l-section__ttl--gallery {
  width: 50%;
  background-image: url("../images/txt_gallery.png");
  padding: 20.87227% 0 0 0;
}

.l-inner:after {
  content: "";
  display: block;
  clear: both;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.m-header {
  text-align: center;
  display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 mainvisual
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.m-mainvisual {
  text-align: center;
  margin: 0 auto 45px;
}
.m-mainvisual__img {
  background: url("../images/bg_mainvisual_pc.png") no-repeat center;
  background-size: contain;
  height: 0;
  padding: 30.36458% 0 0 0;
  position: relative;
}
.m-mainvisual__imgTtl {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/img_mainvisual.png") no-repeat center;
  background-size: contain;
  padding: 30.36458% 0 0 0;
  max-width: 35%;
}
.m-mainvisual__imgTtl > span {
  display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 about
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.m-about__list {
  letter-spacing: -.4em;
}
.m-about__listItem {
  height: 221px;
  letter-spacing: -.1em;
  display: inline-block;
  width: calc(100% / 3);
}
.m-about__listItem:nth-child(1) > a {
  background-image: url("../images/img_about_01.png");
}
.m-about__listItem:nth-child(2) > a {
  background-image: url("../images/img_about_02.png");
}
.m-about__listItem:nth-child(3) > a {
  background-image: url("../images/img_about_03.png");
}
.m-about__listItem > a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  display: block;
}
.m-about__listItem span {
  display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 point
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.m-point__listItem {
  box-sizing: border-box;
  margin: 0 auto 70px;
}
.m-point__listItem--01 .m-point__listItemImg figure {
  background: url("../images/img_point_01.png") no-repeat top left;
  background-size: contain;
}
.m-point__listItem--01 h3 {
  background: url("../images/ico_point_01.png") no-repeat top left;
  background-size: contein;
}
.m-point__listItem--02 .m-point__listItemImg figure {
  background: url("../images/img_point_02.png") no-repeat top left;
  background-size: contain;
}
.m-point__listItem--02 h3 {
  background: url("../images/ico_point_02.png") no-repeat top left;
  background-size: contein;
}
.m-point__listItem--03 .m-point__listItemImg figure {
  background: url("../images/img_point_03.png") no-repeat top left;
  background-size: contain;
}
.m-point__listItem--03 h3 {
  background: url("../images/ico_point_03.png") no-repeat top left;
  background-size: contein;
}
.m-point__listItemImg {
  width: 23%;
  float: left;
}
.m-point__listItemImg figure {
  height: 0;
  padding: 98.88268% 0 0 0;
}
.m-point__listItemContents {
  margin: 0 0 0 25%;
}
.m-point__listItemTtl {
  font-size: 1.2em;
  border-bottom: 1px dotted #333;
  padding: 20px 0 20px 45px;
}
.m-point__listItemTxt {
  padding: 10px 0;
}
.m-point__listItemLink {
  background: url("../images/btn_point.png") no-repeat center;
  width: 356.8px;
  height: 79.2px;
  background-size: contain;
  display: block;
  margin: 0 0 0 25%;
}
.m-point__listItemLink > span {
  display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.m-footer {
  padding: 0 0 150px;
}
.m-footer__sns {
  text-align: center;
  letter-spacing: -.4em;
}
.m-footer__snsItem {
  display: inline-block;
  letter-spacing: .2em;
  margin: 0 20px;
}
.m-footer__snsItem:first-child a {
  background: url("../images/ico_fb.png") no-repeat center #fff;
}
.m-footer__snsItem:last-child a {
  background: url("../images/ico_tw.png") no-repeat center #fff;
}
.m-footer__snsItem a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.m-footer__snsItem span {
  display: none;
}
.m-footer__breadcrumbList ol {
  text-align: center;
  letter-spacing: -.4em;
  margin: 100px auto 0;
}
.m-footer__breadcrumbList ol li {
  display: inline-block;
  letter-spacing: normal;
}
.m-footer__breadcrumbList ol li:last-child {
  font-weight: bold;
}
.m-footer__breadcrumbList ol li:last-child:after {
  display: none;
}
.m-footer__breadcrumbList ol li:after {
  content: '＞';
  display: inline-block;
  margin: 0 5px 0 0;
}
.m-footer__breadcrumbList ol li span {
  color: #1a191b;
  font-size: .9em;
}
.m-footer__breadcrumbListArea {
  text-align: center;
  letter-spacing: -.4em;
  margin: 20px auto 0;
  max-width: 800px;
  padding: 0 15px;
}
.m-footer__breadcrumbListArea > p {
  letter-spacing: normal;
  margin: 0 auto 15px;
}
.m-footer__breadcrumbListArea ul {
  letter-spacing: normal;
}
.m-footer__breadcrumbListArea ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.m-footer__breadcrumbListArea ul li::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #1a191b;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -12px;
  margin: auto;
}
.m-footer__breadcrumbListArea ul li a span {
  color: #1a191b;
  font-size: .9em;
}
.m-footer__link {
  display: block;
  background: url("../images/mj_footer.png") no-repeat center;
  width: 238px;
  height: 55px;
  margin: 90px auto 0;
}
.m-footer__link > span {
  display: none;
}
.m-footer__copyright {
  text-align: center;
  margin: 70px auto 0;
  font-size: .9em;
  letter-spacing: normal;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 banner
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.m-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.m-banner__list {
  text-align: center;
  letter-spacing: -.4em;
}
.m-banner__listItem {
  display: inline-block;
  letter-spacing: -.1em;
  margin: 0 15px;
}
.m-banner__listItem:first-child > a {
  background: url("../images/banner_fukuoka.png") no-repeat center;
}
.m-banner__listItem:last-child > a {
  background: url("../images/banner_tokyo.png") no-repeat center;
}
.m-banner__listItem > a {
  display: block;
  height: 99px;
  width: 354px;
}
.m-banner__listItem span {
  display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 767px以下
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
   全体
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .l-pagebody {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    position: relative;
    color: #333;
    background: #ffe2bd;
  }
  .l-pagebody a:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .7;
  }

  .l-section {
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  .l-section__ttl {
    margin: 30px auto 0;
  }
  .l-section__ttl--about {
    margin: 0 auto 20px;
  }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
   header
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .m-header {
    display: block;
    padding: 1% 0;
  }
  .m-header img {
    width: 25%;
  }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
   mainvisual
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .m-mainvisual {
    margin: 0 auto 30px;
  }
  .m-mainvisual__img {
    background: url("../images/bg_mainvisual_sp.png") no-repeat center;
    padding: 69.6% 0 0 0;
    background-size: contain;
  }
  .m-mainvisual__imgTtl {
    padding: 69.6% 0 0 0;
    max-width: 60%;
  }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
   about
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .m-about__listItem {
    height: 150px;
  }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
   point
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .m-point {
    margin: 0 auto;
  }
  .m-point__listItem {
    margin: 0 auto 60px;
  }
  .m-point__listItem--01 h3 {
    background-size: auto 28.5px;
  }
  .m-point__listItem--02 h3 {
    background-size: auto 28.5px;
  }
  .m-point__listItem--03 h3 {
    background-size: auto 28.5px;
  }
  .m-point__listItem:last-child {
    margin: 0 auto 0;
  }
  .m-point__listItemTtl {
    font-size: .9em;
    padding: 5px 0 10px 25px;
  }
  .m-point__listItemTxt {
    font-size: .8em;
  }
  .m-point__listItemLink {
    width: 223px;
    height: 49.5px;
    margin: 0 auto 30px;
  }
  .m-point__listItemLink span {
    display: none;
  }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
   footer
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .m-footer {
    padding: 0 0 22.37288%;
  }
  .m-footer__sns {
    text-align: center;
    letter-spacing: -.4em;
  }
  .m-footer__snsItem {
    margin: 0 10px;
  }
  .m-footer__snsItem:first-child a {
    background-size: contain;
  }
  .m-footer__snsItem:last-child a {
    background-size: contain;
  }
  .m-footer__snsItem a {
    width: 64px;
    height: 64px;
  }
  .m-footer__snsItem span {
    display: none;
  }
  .m-footer__breadcrumbList ol {
    margin: 20px auto 0;
  }
  .m-footer__breadcrumbListArea ul li a span {
    font-size: .7em;
  }
  .m-footer__link {
    background-size: contain;
    width: 190.4px;
    height: 44px;
    margin: 30px auto 0;
  }
  .m-footer__copyright {
    margin: 30px auto 0;
    font-size: .7em;
  }

  /*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
   banner
  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .m-banner__list {
    text-align: center;
    letter-spacing: normal;
  }
  .m-banner__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .m-banner__listItem {
    margin: 0 5px;
    letter-spacing: normal;
    width: calc(50% - 20px);
  }
  .m-banner__listItem:first-child > a {
    background: url("../images/banner_fukuoka.png") no-repeat center;
    background-size: contain;
  }
  .m-banner__listItem:last-child > a {
    background: url("../images/banner_tokyo.png") no-repeat center;
    background-size: contain;
  }
  .m-banner__listItem > a {
    padding: 27.9661% 0 0 0;
    height: 0;
    width: auto;
  }
  .m-banner__listItem span {
    display: none;
  }
}
