@charset "UTF-8";
/*#####       SETTING       #####*/
/*COLORS*/
/*FONT*/
/*################################# 
#########              共通設定   　　　　　　　　#########
################################# */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  line-height: 1.6em;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
  background: #fff;
  color: #3f3a39;
  font-size: 16px; }

.contents {
  margin: 0 auto;
  width: 100%; }

a {
  color: #c30d23; }

a:hover {
  color: #3f3a39; }

a.link {
  width: 90%;
  font-size: 1.1em;
  color: #3f3a39;
  padding: 8px;
  background: #fff;
  border: 2px solid #3f3a39;
  max-width: 300px;
  margin: 36px auto;
  display: block;
  border-radius: 30px;
  text-align: center; }

a.link:hover {
  color: #fff;
  background: #3f3a39; }

a.link2 {
  width: 90%;
  font-size: 1.1em;
  color: #fff;
  padding: 8px;
  background: #c30d23;
  border: 2px solid #c30d23;
  max-width: 300px;
  margin: 36px auto;
  display: block;
  border-radius: 30px;
  text-align: center; }

a.link2:hover {
  color: #c30d23;
  background: #fff; }

.center {
  text-align: center;
  margin: 0 auto; }

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 0;
  background: #666;
  color: #f00;
  box-sizing: border-box; }

/* fadeUp */
.fadeUpTrigger.fades {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.fadeUpTrigger {
  opacity: 0; }

/* fadeIn */
.fadeInTrigger.fades {
  animation-name: fadeInAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeInTrigger {
  opacity: 0; }

/*右から*/
.fadeRightTrigger.fades {
  animation-name: fadeRightAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeRightTrigger {
  opacity: 0; }

/*左から*/
.fadeLeftTrigger.fades {
  animation-name: fadeLeftAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeLeftTrigger {
  opacity: 0; }

/*Slick setting*/
#slide {
  background: #fff; }
  #slide .slick-slide .inner {
    padding: 12px 12px; }

#slide #slider .slick-slide:not(.slick-current):after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: 0.3s ease 0s;
  z-index: 1000; }

.bg_video {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden; }
  .bg_video video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.966102vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.19vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%; }

/*Loading*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: none; }

#loading_logo {
  position: absolute;
  z-index: 99999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #loading_logo img {
    width: 320px; }

/*Loading END*/
#index_news {
  padding: 120px 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px; }
  #index_news h2 {
    font-weight: 400;
    padding: 16px 0 16px 60px;
    background: url(../images/info.svg) no-repeat;
    background-position: left center;
    background-size: auto 40px; }
  #index_news .news_box {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.7);
    padding: 48px;
    position: relative; }
  #index_news .news_content {
    margin-top: 20px; }
    #index_news .news_content ul.news_row {
      width: 100%;
      clear: both; }
      #index_news .news_content ul.news_row li {
        display: flex;
        padding: 12px;
        border-bottom: 1px dotted #3f3a39;
        clear: both; }
        #index_news .news_content ul.news_row li .day {
          width: 7.6em;
          display: inline-block; }
        #index_news .news_content ul.news_row li .label {
          border-radius: 3px;
          color: #fff;
          padding: 0px 6px;
          margin: 0 8px;
          background: #c30d23;
          font-size: 14px;
          line-height: 24px;
          width: 5em;
          text-align: center; }
        #index_news .news_content ul.news_row li .work {
          background: #3f3a39; }
      #index_news .news_content ul.news_row .title {
        display: inline-block;
        position: absolute;
        left: 276px; }
        #index_news .news_content ul.news_row .title a:hover {
          opacity: .7; }

#archive_news {
  padding: 60px 0; }
  #archive_news .news_box {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    background: #fff;
    padding: 48px;
    position: relative;
    clear: both; }
  #archive_news .news_content {
    margin-top: 48px; }
    #archive_news .news_content ul.news_row {
      width: 100%;
      clear: both; }
      #archive_news .news_content ul.news_row li {
        display: flex;
        padding: 12px;
        border-bottom: 1px solid #3f3a39;
        clear: both; }
        #archive_news .news_content ul.news_row li .day {
          width: 7.6em;
          display: inline-block; }
        #archive_news .news_content ul.news_row li .label {
          border-radius: 3px;
          color: #fff;
          padding: 0px 6px;
          margin: 0 8px;
          background: #c30d23;
          font-size: 14px;
          line-height: 24px;
          width: 5em;
          text-align: center; }
        #archive_news .news_content ul.news_row li .work {
          background: #3f3a39; }
      #archive_news .news_content ul.news_row .title {
        display: inline-block;
        position: absolute;
        left: 276px; }
        #archive_news .news_content ul.news_row .title a:hover {
          opacity: .7; }

a.next_archive {
  padding-top: 24px;
  float: right;
  color: #bfad7d; }

a.previous_archive {
  margin-top: 24px;
  float: left;
  color: #bfad7d; }

a.next_archive:hover, a.previous_archive:hover {
  color: #eb0909; }

@media screen and (max-width: 798px) {
  .img_right {
    width: 90%;
    margin-left: 10%; }
  .img_left {
    width: 90%;
    margin-right: 10%; }
  #index_news .news_content ul.news_row li {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #bfad7d;
    clear: both; }
  #index_news .news_content ul.news_row .day {
    display: inline; }
  #index_news .news_content ul.news_row .label {
    display: inline;
    max-width: 40%; }
  #index_news .news_content ul.news_row .title {
    width: 100%;
    position: relative;
    left: 0; } }

.table .tc_md, .table .index_tc {
  margin: 60px auto 0;
  width: 80%; }

p.index_about_copy {
  font-size: 22px;
  color: #3f3a39;
  font-weight: 500;
  margin: 30px 0;
  line-height: 1.6em; }

.service_item {
  display: grid;
  list-style-type: none;
  padding: 0;
  margin: 0;
  grid-gap: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  clear: both; }
  .service_item li figure {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
  .service_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    transform: scale(1.2); }
  .service_item figure figcaption {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    display: grid;
    align-content: center;
    text-align: center;
    pointer-events: none;
    border: 1px solid #bfad7d;
    color: #bfad7d;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);*/
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px, rgba(0, 0, 0, 0.4) -1px 1px 2px, rgba(0, 0, 0, 0.4) 1px -1px 2px, rgba(0, 0, 0, 0.4) -1px -1px 2px;
    transition: all 0.3s ease-in-out;
    transform: scale(1); }
  .service_item figure h3, .service_item figure p {
    opacity: 1;
    transition: all 0.4s; }
  .service_item figure h3 {
    transform: translate3d(0, -1rem, 0);
    margin: 0;
    font-size: 32px;
    color: #bfad7d;
    font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 200; }
  .service_item figure:hover img {
    filter: grayscale(100%);
    transform: scale(1.2); }
  .service_item figure:hover figcaption {
    transform: scale(1.2); }
  .service_item figure:hover figcaption h3, .service_item figure:hover figcaption p {
    opacity: .7;
    transform: translate3d(0, 0, 0); }

/*VideoSetting*/
.fit {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.fitsize {
  position: absolute; }

.page_video {
  position: relative;
  width: 100vw;
  padding-bottom: 42.5%; }
  .page_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: none; }

/*VideoSetting END*/
.map_frame {
  width: calc(100%-24px);
  padding-bottom: 75%;
  height: 0px;
  position: relative; }
  .map_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 768px) {
  .map_frame {
    width: 100%;
    padding-bottom: 75%;
    height: 0px;
    position: relative;
    margin: 24px 0; } }

.clear {
  clear: both; }

.mt24 {
  margin-top: 24px; }

.mt40 {
  margin-top: 40px; }

.mt80 {
  margin-top: 80px; }

.p36 {
  padding: 36px 0; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

p.red, span.red {
  color: #eb0909; }

/*mobile-kill*/
/*
@media screen and (max-width:768px) {
	.fadeInTrigger1,.fadeInTrigger2,.fadeInTrigger3,.fadeInTrigger4{
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
*/
/*mobile-kill*/
/* fadeInAnime End */
.carousel_loop {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  overflow: hidden; }
  .carousel_loop ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0; }
    .carousel_loop ul li {
      display: inline-block;
      width: calc(100vw / 2);
      min-width: 150px;
      margin: 0;
      list-style: none;
      text-align: center; }
      .carousel_loop ul li img {
        display: block;
        width: 100%;
        height: auto; }

.carousel_loop ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.carousel_loop ul + ul {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite; }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }

@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }

.content_area {
  width: 100%;
  position: relative; }
  .content_area .sub_content {
    overflow: hidden;
    padding: 60px 60px 60px 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    transition: all 1s cubic-bezier(0.5, 0, 0, 1); }
    .content_area .sub_content .sub_box {
      background: url(../images/mark_bk.svg) no-repeat #fff;
      background-size: 100px auto;
      width: 100%;
      height: 100%;
      position: relative; }
    .content_area .sub_content .sub_box_nomark {
      background: none; }
    .content_area .sub_content .sub_box2 {
      background: #ff0;
      width: 100%;
      height: 100%;
      position: relative; }
    .content_area .sub_content .content_title {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -100px 0 0 0; }
    .content_area .sub_content .content_title p {
      font-size: 16px;
      line-height: 28px;
      margin: 28px 0 50px 0; }
    .content_area .sub_content .content_title p.en_copy {
      font-family: "GFS Didot", serif;
      font-size: 18px;
      line-height: 18px;
      font-weight: 600;
      margin: 40px 0 0 0; }
  .content_area .sub_content.sub_on {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .content_area .main_content {
    width: 50%;
    padding: 120px 0 60px 0;
    width: 50%;
    position: relative;
    left: 50%; }
  .content_area .content_box {
    padding: 0 2%; }

@media screen and (max-width: 768px) {
  .content_area .sub_content {
    margin-top: 60px;
    overflow: hidden;
    padding: 60px 60px 60px 60px;
    position: relative;
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    transition: all 1s cubic-bezier(0.5, 0, 0, 1); }
    .content_area .sub_content .sub_box {
      background: url(../images/mark_bk.svg) no-repeat #fff;
      background-size: 60px auto;
      width: 100%;
      height: auto;
      position: relative;
      padding-top: 80px; }
    .content_area .sub_content .sub_box_nomark {
      background: none; }
    .content_area .sub_content .sub_box2 {
      background: #ff0;
      width: 100%;
      height: auto;
      position: relative; }
    .content_area .sub_content .content_title {
      width: 100%;
      text-align: center;
      position: relative;
      top: 0;
      left: 0;
      margin: 0; }
  .content_area .sub_content.sub_on {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .content_area .main_content {
    width: 100%;
    padding: 60px 0 60px 0;
    width: 100%;
    position: relative;
    left: 0; }
  .content_area .content_box {
    padding: 0 2%; } }

.scroll_btn {
  position: absolute;
  animation: arrowmove 2s ease-in-out infinite; }

/*下→上→下に動くアニメーション設定*/
@keyframes arrowmove {
  0% {
    bottom: 1%; }
  50% {
    bottom: 3%; }
  100% {
    bottom: 1%; } }

.scroll_btn_center {
  bottom: 1%;
  right: 50%; }

.scroll_btn_right {
  bottom: 1%;
  right: 5%; }

.scroll_btn span {
  position: absolute;
  left: -24px;
  bottom: 10px;
  color: #000;
  font-family: "GFS Didot", serif;
  font-weight: 200;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.scroll_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #000;
  transform: skewX(-31deg); }

.scroll_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 300px;
  background: #000; }

h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

h2, h3 {
  font-size: 24px;
  font-weight: 400;
  width: fit-content;
  color: #3f3a39;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

h2#page_header {
  color: #fff;
  text-align: center;
  border: none;
  width: 100%; }

h2#page_header::before {
  content: none; }

h1#item {
  color: #fff;
  text-align: center;
  border: none;
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 999999;
  text-shadow: 1px 1px 1px #212121; }

h1#item::before {
  content: none; }

#index_top {
  margin-bottom: 60vh;
  padding: 80px 0;
  background: #fff; }
  #index_top .h2_outer {
    margin: 16px auto 32px;
    text-align: center;
    display: block;
    padding-top: 100px;
    background: url(../images/line.svg) no-repeat;
    background-position: center top;
    background-size: 200px auto; }
    #index_top .h2_outer h2 {
      text-align: left;
      display: inline-block;
      font-weight: 400; }
      #index_top .h2_outer h2 span {
        font-size: 1.6em;
        color: #c30d23;
        font-weight: 600;
        letter-spacing: 4px; }
  #index_top img {
    margin-top: 24px; }

#index_wear {
  padding: 80px 0;
  background: #fafafa; }
  #index_wear .h2_outer {
    margin: 40px auto 32px;
    text-align: center;
    display: block;
    padding-top: 68px;
    background: url(../images/icon/item2.svg?11) no-repeat;
    background-position: center top;
    background-size: 60px auto; }
    #index_wear .h2_outer h2 {
      text-align: left;
      display: inline-block;
      position: relative;
      border-bottom: 1px solid #3f3a39;
      padding-bottom: 8px;
      font-weight: 400; }
    #index_wear .h2_outer h2:after {
      content: 'CATEGORY';
      font-size: 16px;
      font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
      display: block;
      height: 20px;
      margin: 0 auto 12px;
      color: #c30d23;
      position: absolute;
      left: 0;
      right: 0;
      top: 40px;
      text-align: center; }
  #index_wear img {
    margin-top: 36px;
    margin: 8px;
    background: #fff;
    outline: 1px solid #3f3a39; }
  #index_wear .panel {
    position: relative; }
    #index_wear .panel p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      text-shadow: 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39, 0 0 3px #3f3a39; }

#index_brand {
  padding: 0 0 80px;
  background: url(../images/noise_light.jpg) repeat; }
  #index_brand .h2_outer {
    margin: 40px auto 32px;
    text-align: center;
    display: block;
    padding-top: 68px;
    background: url(../images/icon/brand.svg) no-repeat;
    background-position: center top;
    background-size: 60px auto; }
    #index_brand .h2_outer h2 {
      text-align: left;
      display: inline-block;
      position: relative;
      border-bottom: 1px solid #3f3a39;
      padding-bottom: 8px;
      font-weight: 400; }
    #index_brand .h2_outer h2:after {
      content: 'BRAND';
      font-size: 16px;
      font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
      display: block;
      height: 20px;
      margin: 0 auto 12px;
      color: #c30d23;
      position: absolute;
      left: 0;
      right: 0;
      top: 40px;
      text-align: center; }
  #index_brand img {
    margin: 36px 12px 0; }
  #index_brand .panel {
    position: relative; }
    #index_brand .panel p {
      color: #3f3a39;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      margin-bottom: 36px; }

#about_concept .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/icon/concept.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #about_concept .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #about_concept .h2_outer h2:after {
    content: 'CONCEPT';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

#about_concept h3 {
  text-align: center;
  margin: 36px auto;
  color: #c30d23; }

#about_concept p {
  margin: 12px 0; }

#about_tech .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/icon/tech.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #about_tech .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #about_tech .h2_outer h2:after {
    content: 'TECHNIC';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

#about_tech .content_box {
  margin: 2% 24px; }

#about_tech h3 {
  margin: 12px 0; }

#about_tech p {
  margin: 12px 0; }

#privacy .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/icon/pp.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #privacy .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #privacy .h2_outer h2:after {
    content: 'PRIVACY POLICY';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

#privacy .content_box {
  margin: 2% 24px; }

#privacy p {
  margin: 12px 0 0;
  width: 100%;
  display: inline; }

#system_charge .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/icon/charge.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #system_charge .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #system_charge .h2_outer h2:after {
    content: 'CHARGE';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

#system_charge h3 {
  margin: 48px auto 0;
  text-align: center; }

#system_charge p {
  margin: 12px 0; }

#guide_flow .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/icon/flow.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #guide_flow .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #guide_flow .h2_outer h2:after {
    content: 'FLOW';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

#guide_flow h3 {
  padding: 10px 0 10px 52px; }

#guide_flow .flow {
  margin: 0 3%; }

#guide_flow .flow h3:before {
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  width: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "GFS Didot", serif;
  background: #3f3a39; }

#guide_flow #flow1 h3:before {
  content: '1'; }

#guide_flow #flow2 h3:before {
  content: '2'; }

#guide_flow #flow3 h3:before {
  content: '3'; }

#guide_flow #flow4 h3:before {
  content: '4'; }

#guide_flow #flow5 h3:before {
  content: '5'; }

#guide_flow #flow6 h3:before {
  content: '6'; }

#guide_flow img {
  display: block;
  margin: 10% auto;
  max-height: 260px;
  max-width: 80%;
  height: auto;
  width: auto; }

#guide_flow p {
  margin: 12px 0; }

#guide_faq .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/icon/faq.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #guide_faq .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #guide_faq .h2_outer h2:after {
    content: 'Q&A';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

#design_data .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/icon/design.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #design_data .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #design_data .h2_outer h2:after {
    content: 'DESIGN';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

#design_data h3 {
  margin: 48px 0 24px;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #3f3a39; }

#design_data ul {
  list-style-type: circle; }
  #design_data ul li {
    margin-left: 24px;
    font-size: 1.3em;
    line-height: 1.8em; }

#design_make .h2_outer {
  margin: 40px auto 32px;
  text-align: center;
  display: block;
  padding-top: 68px;
  background: url(../images/design2.svg) no-repeat;
  background-position: center top;
  background-size: 60px auto; }
  #design_make .h2_outer h2 {
    text-align: left;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #3f3a39;
    padding-bottom: 8px;
    font-weight: 400; }
  #design_make .h2_outer h2:after {
    content: 'CUSTOM';
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    color: #c30d23;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center; }

.item_price {
  width: 80%;
  margin: 40px auto 20px; }
  .item_price h3 {
    padding: 12px 0;
    background: #c30d23;
    color: #fff;
    width: 100%;
    text-align: center; }
    .item_price h3 span {
      font-size: .6em;
      margin-left: 8px; }
  .item_price p {
    text-align: center;
    color: #c30d23;
    font-size: 2.3em;
    padding: 20px 0;
    border: 2px solid #c30d23;
    font-weight: bold; }

.item_material {
  width: 80%;
  margin: 20px auto 40px; }
  .item_material h3 {
    padding: 12px 0;
    background: #3f3a39;
    color: #fff;
    width: 100%;
    text-align: center; }
  .item_material p {
    text-align: center;
    color: #3f3a39;
    font-size: 2.3em;
    padding: 20px 0;
    border: 2px solid #3f3a39; }

.item_material_after {
  margin: -40px auto 40px;
  width: 80%; }
  .item_material_after p {
    line-height: 1.4em; }

#item_colors, #item_sizelist, #item_printarea {
  padding-top: 60px; }
  #item_colors h3, #item_sizelist h3, #item_printarea h3 {
    padding: 12px 0;
    background: #3f3a39;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 24px auto 40px; }

/*###########  ヘッダー  ###########*/
header {
  width: 100%;
  clear: both;
  background: #fff; }
  header h1#top, header h2#top {
    display: block;
    width: 100%; }
    header h1#top a, header h2#top a {
      display: block; }
  header #header_pre {
    padding: 8px;
    background: #3f3a39; }
    header #header_pre p {
      color: #fff;
      font-size: 9px;
      line-height: 1em;
      margin: 0;
      padding: 0; }
  header .header_img {
    margin: 8px; }

/*###########  ナビ  ###########*/
.pc_navi {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  background: #fff; }
  .pc_navi ul {
    display: flex;
    justify-content: center;
    margin: 24px 0;
    padding: 0; }
    .pc_navi ul li:first-child {
      border-left: 1px dotted #3f3a39; }
    .pc_navi ul li {
      padding: 0.2rem 0.5rem;
      font-weight: 400;
      display: block;
      float: left;
      border-right: 1px dotted #3f3a39; }
      .pc_navi ul li a {
        vertical-align: baseline;
        font-weight: 400;
        font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", Verdana, sans-serif;
        margin: 0;
        width: 100%;
        padding: 16px 8px 16px 26px;
        color: #3f3a39;
        font-size: 18px;
        margin-left: 8px; }
      .pc_navi ul li a:hover {
        color: #c30d23; }
    .pc_navi ul a.nav_item {
      background: url(../images/icon/item2.svg?11) no-repeat;
      background-size: 18px 18px;
      background-position: left center; }
    .pc_navi ul a.nav_charge {
      background: url(../images/icon/charge.svg) no-repeat;
      background-size: 18px 18px;
      background-position: left center; }
    .pc_navi ul a.nav_design {
      background: url(../images/icon/design.svg) no-repeat;
      background-size: 18px 18px;
      background-position: left center; }
    .pc_navi ul a.nav_guide {
      background: url(../images/icon/guide.svg) no-repeat;
      background-size: 18px 18px;
      background-position: left center; }
    .pc_navi ul a.nav_past {
      background: url(../images/icon/past.svg) no-repeat;
      background-size: 18px 18px;
      background-position: left center; }
    .pc_navi ul a.nav_about {
      background: url(../images/icon/about.svg) no-repeat;
      background-size: 18px 18px;
      background-position: left center; }

.gnavi__list {
  height: 60px;
  position: relative;
  transition: all 0.3s; }

.pc_navi ul li ul.dropdown__lists {
  float: none;
  height: 100%; }

.pc_navi ul li ul.dropdown__lists li.dropdown__list {
  padding: 0;
  font-weight: 400;
  display: block;
  float: none;
  margin: 0;
  padding: 12px 0; }

.dropdown__lists {
  display: none;
  /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0; }

.gnavi__list:hover .dropdown__lists {
  display: block;
  /*Gナビメニューにホバーしたら表示*/ }

.dropdown__list {
  background-color: #3f3a39;
  transition: all 0.3s;
  position: relative;
  width: 180px; }

.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bfad7d;
  position: absolute;
  top: 0;
  left: 0; }

.dropdown__list:hover {
  background-color: #bfad7d; }

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative; }

.dropdown__list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 12px;
  top: calc(50% - 1px); }

.pc_navi ul li .dropdown__list a:hover {
  color: #fff; }

.navToggle {
  display: block;
  position: fixed;
  right: 3%;
  top: 24px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 9999999999;
  background: none;
  text-align: center;
  /*border-radius: 30px;*/ }
  .navToggle .bar_wrap {
    position: absolute;
    width: 40px;
    transition: all 0.25s ease-out;
    top: 60px;
    left: 10px;
    height: 20px; }
    .navToggle .bar_wrap span {
      display: block;
      position: absolute;
      width: 45px;
      border-bottom: solid 2px #3f3a39;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 50%;
      height: 2px;
      transform: translate(-50%, -50%); }
    .navToggle .bar_wrap span:nth-child(1) {
      top: 0; }
    .navToggle .bar_wrap span:nth-child(2) {
      top: 50%; }
    .navToggle .bar_wrap span:nth-child(3) {
      top: 100%; }
  .navToggle p {
    font-size: .9em;
    position: absolute;
    top: 38px;
    width: 40px;
    left: -16px;
    color: #3f3a39; }

.navToggle.active {
  /* 2番目と3番目のspanを45度に */ }
  .navToggle.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

nav.globalMenuSp {
  position: fixed;
  overflow: auto;
  z-index: 9999999999;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  transition: all 0.6s;
  transform: translateX(200%);
  width: 100%;
  height: 100%;
  display: table; }
  nav.globalMenuSp #nav_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000; }
    nav.globalMenuSp #nav_bg .nav_bg_img {
      filter: blur(20px) saturate(150%);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 110000;
      background-size: cover;
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.9); }

nav.globalMenuSp ul {
  background: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: table-cell;
  vertical-align: middle; }
  nav.globalMenuSp ul li {
    font-size: 1.2em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #777; }
  nav.globalMenuSp ul ul.sns_area {
    position: relative;
    left: 50%;
    float: left;
    padding: 2% 0;
    background: none; }
    nav.globalMenuSp ul ul.sns_area li {
      position: relative;
      left: -50px;
      float: left;
      list-style: none;
      width: 50px;
      border: none; }
      nav.globalMenuSp ul ul.sns_area li a {
        display: block;
        padding: 0 12%; }
      nav.globalMenuSp ul ul.sns_area li a:hover {
        opacity: .7; }

nav.globalMenuSp ul li {
  font-size: 1.2em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #777;
  position: relative;
  z-index: 1000000; }

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0; }

nav.globalMenuSp ul li a:hover {
  opacity: .8; }

nav.globalMenuSp.active {
  transform: translateX(0%);
  z-index: 1000000; }

/*###########  フッター  ###########*/
footer {
  background: url(../images/block3.jpg) repeat;
  position: relative;
  background-position: center top; }
  footer #footer_sns {
    max-width: 800px;
    margin: 0 auto;
    padding: 36px 0;
    clear: both;
    height: 120px; }
  footer #footer_info p {
    color: #fff;
    font-size: 16px;
    font-weight: normal; }
  footer #footer_info p.tel {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px; }
  footer #footer_info p.small {
    font-size: 18px;
    margin-top: 24px; }
  footer #footer_info p.address {
    font-size: 22px; }
  footer #footer_info a {
    color: #fff; }
  footer #footer_info a:hover {
    color: #c30d23; }
  footer #footer_info a.footer_shop {
    display: block;
    margin-top: 36px; }
  footer #footer_info .footer_content {
    padding: 60px 0 0; }
  footer #footer_logo {
    width: 60%;
    display: block;
    margin: 24px auto; }
  footer address {
    text-align: center;
    color: #fff;
    padding: 24px 0;
    font-size: .8em; }
    footer address a {
      color: #fff; }
    footer address a:hover {
      color: #c30d23; }

@media screen and (max-width: 768px) {
  footer #footer_logo {
    margin: 48px auto; }
  address {
    margin-top: 60px; } }

/*###########  フォーム  ###########*/
.mw_wp_form .info {
  max-width: 980px;
  margin: 6% auto 48px;
  line-height: 1.6em; }

.mw_wp_form .info p {
  padding: 12px 3%; }

.mw_wp_form h2 {
  text-align: center;
  margin: 12px 0;
  font-size: 1.4em;
  color: #c30d23;
  padding: 8px 5%; }

.mw_wp_form p {
  margin: 8px 0; }

.mw_wp_form p.ta_center {
  max-width: 980px;
  margin: 12px auto;
  line-height: 1.6em;
  text-align: center;
  padding: 0 2%; }

.mw_wp_form dl {
  margin: 24px auto 0;
  clear: both;
  border-top: 1px dotted #ccc;
  width: 98%; }

.mw_wp_form dl dt span {
  color: #fff;
  background: #c21820;
  padding: 0 0.4em;
  border-radius: 6px;
  margin: 0px 0px 0px 8px;
  display: inline-block;
  float: right;
  font-size: .9em; }

@media screen and (max-width: 980px) {
  .mw_wp_form dl {
    width: 98%; } }

.mw_wp_form dl dt, .mw_wp_form dl dd {
  padding: 24px 0; }

.mw_wp_form dl dt {
  width: 23%;
  padding-left: 2%;
  float: left; }

.mw_wp_form dl dd {
  width: 73%;
  float: right; }

@media screen and (max-width: 640px) {
  .mw_wp_form dl {
    margin: 16px 0;
    width: 98%; }
  .mw_wp_formdl dt, .mw_wp_form dl dd {
    padding: 8px 0; }
  .mw_wp_form dl dt {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dd {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dt span {
    float: none;
    margin-left: 24px; } }

.mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form textarea {
  width: 90%; }

.mwform-tel-field input[type=text] {
  width: 4em !important; }

input[type=tel]#zip {
  width: 3em !important; }

input[type=tel]#zip1 {
  width: 4em !important; }

.mw_wp_form input[type=submit] {
  display: inline-block;
  border-radius: 6px;
  font-size: 13pt;
  text-align: center;
  cursor: pointer;
  padding: 0.4em 1.6em;
  background: #3f3a39;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05); }

.mw_wp_form input[type=submit]:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.mw_wp_form div.submit {
  position: relative;
  overflow: hidden;
  margin: 24px 0 48px;
  clear: both; }
  .mw_wp_form div.submit div.submit_inner {
    position: relative;
    left: 50%;
    float: left; }
    .mw_wp_form div.submit div.submit_inner input {
      display: block;
      float: left;
      position: relative;
      left: -50%;
      margin: 12px; }

.mw_wp_form_confirm .input-show {
  display: none; }

.mw_wp_form #send {
  padding: 48px 2%; }
  .mw_wp_form #send p {
    text-align: center; }

/*#####     CF7フォーム    #####*/
#applyform h3 {
  margin: 24px 0; }

#applyform p {
  margin: 8px 0; }

#applyform p.ta_center {
  max-width: 980px;
  margin: 12px auto;
  line-height: 1.6em;
  text-align: center;
  padding: 0 2%; }

#applyform dl {
  margin: 24px auto 0;
  clear: both;
  border-top: 1px dotted #ccc;
  width: 98%; }

#applyform dl dt span {
  color: #fff;
  background: #c21820;
  padding: 0 0.4em;
  border-radius: 6px;
  margin: 0px 0px 0px 8px;
  display: inline-block;
  float: right;
  font-size: .9em; }

@media screen and (max-width: 980px) {
  #applyform dl {
    width: 98%; } }

#applyform dl dt, #applyform dl dd {
  padding: 24px 0; }

#applyform dl dt {
  width: 23%;
  padding-left: 2%;
  float: left; }

#applyform dl dd {
  width: 73%;
  float: right; }

@media screen and (max-width: 640px) {
  #applyform dl {
    margin: 16px 0;
    width: 98%; }
  #applyform dl dt, #applyform .dl dd {
    padding: 8px 0; }
  #applyform dl dt {
    width: 90%;
    float: none;
    margin: 0 auto; }
  #applyform dl dd {
    width: 90%;
    float: none;
    margin: 0 auto; }
  #applyform dl dt span {
    float: none;
    margin-left: 24px; } }

#applyform .form_textarea label {
  width: 100%; }

#applyform .wpcf7-textarea, #applyform input[type=text], #applyform textarea, #applyform input[type=email] {
  width: 90%; }

#applyform input[type=tel] {
  width: 15em; }

#applyform input[type=number], #applyform input[type=text]#pref, #applyform input[type=tel]#zip {
  width: 6em; }

#applyform input[type=text]#city {
  width: 8em; }

.wpcf7-confirm, .wpcf7-back, .wpcf7-submit {
  margin-left: 12px;
  display: inline-block;
  border-radius: 6px;
  font-size: 13pt;
  text-align: center;
  cursor: pointer;
  padding: 0.4em 1.6em;
  background: #3f3a39;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05); }

/*#####      フォーム共通    #####*/
.ime_off, input[type=tel], input[type=email], input[type=number] {
  ime-mode: disabled; }

input[type=text], textarea {
  ime-mode: active; }

/*#####      page-head    #####*/
.headline {
  background-position: center center;
  background-size: cover;
  padding: 180px 0 80px;
  clear: both;
  position: relative; }
  .headline .col-12 {
    position: relative;
    height: 160px; }
  .headline h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    background: none;
    border: none;
    margin: 24px auto 8px;
    padding: 0;
    font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    z-index: 99999;
    text-shadow: 1px 1px 1px #212121;
    position: absolute;
    left: 0;
    right: 0; }
  .headline h1.about::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "ABOUT";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline h1.system::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "SYSTEM";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline h1.items::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "ITEMS";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline h1.guide::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "GUIDE";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline h1.design::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "DESIGN";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline h1.itemlist::after {
    display: block;
    font-size: 90px;
    height: 90px;
    margin: 0 auto 12px;
    content: "ITEMS";
    font-family: "GFS Didot", serif;
    color: #bfad7d;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 36px; }
  .headline h1.contact::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "CONTACT";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline h1.archive::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "INFOMATION";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline h1.tax_archive::after {
    display: block;
    line-height: 32px !important;
    font-size: 24px;
    margin: 0 auto;
    content: "ITEM";
    font-family: "GFS Didot", serif;
    color: #3f3a39;
    z-index: -1;
    text-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: fit-content;
    border-top: 3px solid #c30d23; }
  .headline p#headline_sub {
    font-size: 90px;
    line-height: 60px;
    font-family: "GFS Didot", serif;
    color: #bfad7d;
    z-index: 99999;
    position: absolute;
    top: 60px;
    margin: auto;
    left: 0;
    right: 0; }

@media screen and (max-width: 640px) {
  #item_title h1::after {
    font-size: 60px !important; }
  .headline h1::after {
    font-size: 60px !important; } }

#single-content .headline {
  background-position: center center;
  background-size: cover;
  padding: 200px 0 24px;
  clear: both; }
  #single-content .headline h1 {
    color: #3f3a39;
    font-size: 32px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    background: none;
    border: none;
    text-shadow: #3f3a39 1px 1px 2px, #3f3a39 -1px 1px 2px, #3f3a39 1px -1px 2px, #3f3a39 -1px -1px 2px;
    margin: 24px 0;
    padding: 0;
    position: relative;
    color: #fff; }
  #single-content .headline h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 0;
    margin: 0 auto 12px;
    border-bottom: 3px solid #fff;
    box-shadow: #3f3a39 1px 1px 2px, #3f3a39 -1px 1px 2px, #3f3a39 1px -1px 2px, #3f3a39 -1px -1px 2px; }

.page_headline {
  background-image: url(../images/tr_y16.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 120px 0 32px; }

.address_zip {
  font-size: 14px;
  font-weight: 200;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2em;
  margin: 24px 24px 6px; }

.address_main {
  font-size: 20px;
  font-weight: 300;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2em;
  margin: 0 24px 8px; }

.address_tel {
  font-size: 28px;
  font-weight: 300;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1em;
  margin: 0 24px 48px;
  padding-bottom: 4px; }

.address_tel_free {
  background: url(../images/tel_fc.png) no-repeat;
  background-size: 38px auto;
  background-position: left center;
  padding-left: 46px; }

.address_tel_main, .address_tel_megane {
  background: url(../images/tel.png) no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  padding-left: 34px; }

ul.sns_area {
  position: relative;
  left: 50%;
  float: left;
  padding: 2% 0; }
  ul.sns_area li {
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
    width: 50px; }
    ul.sns_area li a {
      display: block;
      padding: 0 12%; }
    ul.sns_area li a:hover {
      opacity: .7; }

.link_area ul {
  position: relative;
  left: 49%;
  float: left;
  padding: 0 2%; }
  .link_area ul li {
    position: relative;
    left: -50%;
    list-style: none; }
    .link_area ul li a {
      display: block;
      padding: 32px 0;
      font-size: 20px;
      border-bottom: 1px dotted #ccc; }
      .link_area ul li a img {
        max-width: 600px;
        margin: 12px auto;
        display: block; }
    .link_area ul li a:hover {
      opacity: .7; }

/*#####      archive    #####*/
.post_box {
  max-width: 1140px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.posts {
  flex: 0 0 33.3%;
  position: relative;
  align-items: baseline; }
  .posts .posts_inner {
    margin: 0 12px 48px; }
    .posts .posts_inner .posts_thumb {
      position: relative;
      max-width: 100%;
      padding-top: 66.5%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      background: #b2b2b2; }
      .posts .posts_inner .posts_thumb img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        display: block;
        border: none;
        margin: auto; }
    .posts .posts_inner .posts_content {
      background: #fff;
      padding: 6px 0 24px !important; }
      .posts .posts_inner .posts_content .archive_cat {
        font-size: 14px;
        margin: 8px 0 0; }
      .posts .posts_inner .posts_content .archive_cat span {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0 40px 0 10px;
        background: #c30d23;
        color: #3f3a39; }
      .posts .posts_inner .posts_content .archive_cat span.report {
        background: #ec95ef;
        color: #3f3a39;
        box-sizing: border-box; }
      .posts .posts_inner .posts_content .archive_cat span.event {
        background: #edcd96;
        color: #3f3a39;
        box-sizing: border-box; }
      .posts .posts_inner .posts_content .archive_cat span.voice {
        background: #b2b2b2;
        color: #3f3a39;
        box-sizing: border-box; }
      .posts .posts_inner .posts_content .archive_cat span:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        z-index: 1;
        top: 0;
        right: 0;
        border-width: 15px 8px 15px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid; }
      .posts .posts_inner .posts_content .archive_title {
        font-size: 18px;
        line-height: 1.4em;
        margin: 8px 0; }
        .posts .posts_inner .posts_content .archive_title a {
          color: #3f3a39; }
        .posts .posts_inner .posts_content .archive_title a.hover {
          color: #3f3a39;
          opacity: .8; }
      .posts .posts_inner .posts_content .archive_date {
        text-align: right;
        font-size: 14px;
        line-height: 1.2em;
        margin: 8px 8px 0; }

@media screen and (max-width: 768px) {
  .posts {
    flex: 0 0 50%;
    position: relative; }
    .posts .posts_inner {
      margin: 0; } }

.category_list {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px; }
  .category_list ul {
    position: relative;
    left: 50%;
    float: left; }
    .category_list ul li {
      float: left;
      position: relative;
      left: -50%; }
      .category_list ul li a {
        color: #c30d23;
        background: #fff;
        border: 1px solid #c30d23;
        padding: 10px 20px;
        line-height: 1em;
        border-radius: 24px;
        display: block;
        margin: 8px; }
      .category_list ul li a.on, .category_list ul li a:hover {
        color: #fff;
        background: #c30d23;
        border: 1px solid #c30d23; }

/*##########  Single  ##########*/
.single_date {
  text-align: center;
  text-shadow: #3f3a39 1px 1px 2px, #3f3a39 -1px 1px 2px, #3f3a39 1px -1px 2px, #3f3a39 -1px -1px 2px;
  color: #fff; }

#single_content_area {
  margin: 80px auto 24px; }

#single_form_area {
  padding: 24px 0;
  border-top: 1px solid #dadada;
  background: #efefef; }
  #single_form_area h2 {
    color: #c30d23;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    background: none;
    border: none;
    margin: 24px 0;
    padding: 0; }
  #single_form_area h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 0;
    margin: 0 auto 12px;
    border-bottom: 3px solid #c30d23; }
  #single_form_area p {
    line-height: 2em;
    text-align: center; }

#single_list h3 {
  font-size: 20px;
  font-weight: bold; }

#single_list .single_thumbnail {
  max-width: 680px;
  margin: 24px auto 12px; }

#single_list .address {
  text-align: center;
  margin-bottom: 40px; }
  #single_list .address span {
    padding-left: 20px;
    background: url(../images/icon/address.svg) no-repeat;
    background-size: 16px 16px;
    background-position: left center; }

#single_list h3.outline {
  margin: 60px 0 24px;
  text-align: center;
  color: #fff; }

#single_list .bg_tr_y h3.outline, #single_list .bg_y h3.outline, #single_list .bg_tr_g h3.outline {
  color: #3f3a39; }

#single_list .bg_g p.index_lead {
  color: #fff;
  margin-bottom: 24px; }

#single_list .single_outline {
  margin: 0 auto 60px;
  max-width: 800px;
  padding: 40px;
  background: #fff;
  border-radius: 8px; }

#single_list .single_outline2 {
  margin: 0 auto 60px;
  max-width: 1120px;
  padding: 40px 40px;
  background: #fff;
  border-radius: 8px; }

#single_list .article_img, #single_list .article_text {
  margin: 36px 0; }

#single_list .article_img img {
  display: block;
  margin: 0 auto; }

#single_list .address2 {
  padding-left: 20px;
  background: url(../images/icon/address.svg) no-repeat;
  background-size: 16px 16px;
  background-position: left center; }

#single_list .tel {
  padding-left: 20px;
  background: url(../images/icon/tel.svg) no-repeat;
  background-size: 16px 16px;
  background-position: left center; }

#single_list .npo_sns {
  margin: 0 auto;
  padding: 36px 0;
  clear: both;
  height: 120px;
  background: #fff;
  border-radius: 8px;
  max-width: 1120px; }

/*##########  BreadCrumb  ##########*/
.bread_crumb {
  border: 1px solid #dedede;
  height: 2.3em; }

.bread_crumb li {
  float: left;
  line-height: 2.3em;
  padding-left: .75em;
  color: #777; }

.bread_crumb li a {
  display: block;
  padding: 0 8px 0 0; }

.bread_crumb li a::after {
  content: '>';
  margin-left: 8px; }

.bread_crumb li a:link, .bread_crumb li a:visited {
  text-decoration: none;
  color: #3f3a39; }

.bread_crumb li a:hover, .bread_crumb li a:focus {
  color: #c30d23; }

/*##########  PageNavi  ##########*/
#pagenation {
  margin: 0 auto; }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 13px;
  line-height: 16px; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #c30d23;
  background: #fff;
  border: 1px solid #c30d23; }

.pagination a:hover {
  color: #fff;
  background: #c30d23;
  border: 1px solid #c30d23;
  border-radius: 2px; }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #c30d23;
  border: 1px solid #c30d23;
  color: #fff;
  border-radius: 2px; }

/* scrollBtn */
#scroll {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  display: block;
  width: 120px;
  height: 120px;
  background-color: #fff;
  opacity: .9;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

#scroll > span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 100%;
  height: 20px;
  text-align: center;
  margin: auto;
  position: relative;
  top: 35px;
  left: -15px;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 1px;
  color: #c30d23; }

#scroll > span:before {
  content: "";
  width: 4px;
  height: 8px;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid; }

#scroll > span:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid; }

#scroll:hover {
  opacity: 1; }

#scroll:hover > span {
  letter-spacing: 3px;
  padding-left: 3px; }

#scroll:hover > span:before {
  top: -22px; }

#scroll.on {
  bottom: -150px; }

.wrap_2em {
  margin: 24px 2em; }

.bg_w.bg_set {
  padding: 80px 0;
  margin-bottom: -160px; }

.bg_wave.bg_set2 {
  padding: 200px 0 80px; }

.bg_w.bg_set3 {
  padding: 80px 0;
  margin-bottom: -160px; }

#index_news a {
  color: #000;
  display: block; }

#index_news a:hover {
  opacity: .8;
  color: #000; }

#index_news a p.post_cat {
  color: #666; }

#index_news a:hover p.post_cat {
  color: #666; }

#index_news a.link {
  margin-top: 60px; }

#index_news a.link:hover {
  color: #fff; }

.index_news_1st {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 3%; }
  .index_news_1st h2 {
    text-align: left;
    margin: 12px 0;
    font-family: "GFS Didot", serif; }
  .index_news_1st .post_bg {
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(50px) saturate(150%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .index_news_1st .post_img_1st {
    margin: 0; }
    .index_news_1st .post_img_1st img {
      margin: 60px auto 12px;
      display: block;
      width: 50%;
      height: auto; }
    .index_news_1st .post_img_1st p.archive_title {
      margin: 6px 0px 8px 25%;
      font-size: 20px;
      font-weight: 500; }
    .index_news_1st .post_img_1st p.post_cat {
      margin: 0px 0px 24px 25%;
      margin-top: 0; }

.post {
  margin: 36px 12px 0;
  padding: 0 6px 12px;
  position: relative; }
  .post p.archive_title {
    margin: 6px 0px 8px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; }
  .post p.post_cat {
    margin: 0px 0px 12px 0;
    font-size: .9em; }

.post::after {
  content: '';
  height: 60px;
  width: 36px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 0;
  bottom: 0; }

.attention {
  margin: 12px;
  text-align: center; }
  .attention p {
    color: #eb0909;
    font-size: 1em;
    display: inline-block;
    text-align: left;
    border: 2px solid #eb0909;
    padding: 16px;
    background: rgba(255, 255, 255, 0.8); }
  .attention a {
    color: #eb0909; }
  .attention a:hover {
    color: #3f3a39; }

ul.regulation {
  margin: 40px 2em; }
  ul.regulation li {
    list-style-type: circle;
    margin-left: 2em; }

.regulation_area {
  margin: 40px 0; }
  .regulation_area dl {
    display: flex;
    flex-wrap: wrap; }
  .regulation_area dt {
    width: 28%;
    padding: 40px 2%;
    border-top: 1px solid #eb0909;
    color: #eb0909; }
  .regulation_area dd {
    width: 62%;
    padding: 40px 3%;
    margin-left: 8%;
    border-top: 1px solid #000; }

@media screen and (max-width: 768px) {
  .regulation_area {
    margin: 40px 0; }
    .regulation_area dl {
      font-size: .9em; }
    .regulation_area dt {
      width: 20%;
      padding: 40px 2%;
      border-top: 1px solid #eb0909;
      color: #eb0909; }
    .regulation_area dd {
      width: 68%;
      padding: 40px 2%;
      margin-left: 4%;
      border-top: 1px solid #000; } }

/***######    FAQ    #####***/
#faq_area {
  position: relative;
  padding-top: 36px; }

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538; }

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0; }

.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27, 37, 56, 0.1); }

.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q'; }

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #c30d23; }

.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '\2b';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }

.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em; }

.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A'; }

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em; }

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27, 37, 56, 0.1); }

.cp_qa .cp_actab input:checked ~ label {
  color: #c30d23;
  border-radius: 0.5em 0.5em 0 0; }

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

#shop_shop h3, #shop_restaurant h3 {
  border: none;
  border-bottom: 5px solid #bfad7d;
  width: auto; }

#shop_shop h3:before, #shop_restaurant h3:before {
  content: "";
  border: none; }

h2.lists_title, h3.lists_title {
  border: none;
  text-align: center;
  width: 100%;
  margin: 36px 0 12px; }

h3.lists_title {
  text-align: left; }

h2.lists_title:before, h3.lists_title:before {
  content: "";
  border: none; }

table {
  width: 96%;
  margin: 0 auto; }
  table tr {
    vertical-align: middle;
    margin: 12px 0; }
  table th {
    text-align: center;
    vertical-align: middle;
    font-weight: 400; }
  table td {
    text-align: center; }
    table td p {
      margin: 12px;
      text-align: center; }
    table td .linkbox {
      margin-left: 12px; }
  table .bg_gray {
    background: #ececec; }
  table .bg_red {
    background: #c30d23;
    color: #fff; }

table#profile, table#about-tbl {
  width: 96%;
  margin: 0 auto;
  border-collapse: collapse;
  border-bottom: 1px solid #dcd5c1; }
  table#profile tr, table#about-tbl tr {
    border-top: 1px solid #dcd5c1;
    border-bottom: none; }
  table#profile th, table#profile td, table#about-tbl th, table#about-tbl td {
    padding: 20px;
    text-align: left; }
  table#profile th, table#about-tbl th {
    background: #f9f6ee; }

ol.num_list {
  list-style: decimal;
  counter-reset: number;
  padding: 15px 0 0 15px; }

.no_margin {
  margin: 0 12px; }

.txtSmall {
  font-size: .8em; }

.txtLarge {
  font-size: 120%; }

.txtBold {
  font-weight: bold; }

table.expo_detail {
  margin: 48px auto; }
  table.expo_detail td {
    padding: 4px 6px;
    vertical-align: middle; }

tr.expo_detail_head {
  background: #bfad7d; }
  tr.expo_detail_head td.expo_area {
    width: 4em; }
  tr.expo_detail_head td.expo_date {
    width: 11em; }

span.expo_styles:nth-child(n+2):before {
  content: '・'; }

table.res_menu {
  width: 80%;
  margin: 0 20% 24px 0; }
  table.res_menu tr th {
    text-align: left;
    padding: 4px 6px; }
  table.res_menu tr td {
    text-align: right;
    padding: 4px 6px; }

#itemist_slider {
  padding: 0 0 60px; }
  #itemist_slider h2 {
    margin: 0 auto 60px; }
  #itemist_slider a p {
    color: #3f3a39;
    text-align: center; }

.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto; }

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto; }

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px; }

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #bfad7d;
  /*矢印の色*/
  border-right: 2px solid #bfad7d;
  /*矢印の色*/
  height: 15px;
  width: 15px; }

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg); }

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg); }

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 0; }

.slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.slick-dots button {
  color: transparent;
  outline: none;
  width: 16px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  background: #3f3a39;
  /*ドットボタンの色*/
  border: none; }

.slick-dots .slick-active button {
  background: #c30d23;
  /*ドットボタンの現在地表示の色*/ }
