@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Play);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
}
/*--ベンダープレフィックスの自動付与設定-----------------------*/
@media screen and (min-width: 1024px ) { /*PC*/ }
@media screen and (max-width: 640px ) { /*SP*/ }
@media screen and (max-width: 1023px ) and (min-width: 641px ) { /*TB*/ }
@media screen and (max-width: 640px) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes comments {
  0% {
    -webkit-transform: translateX(-6px) translateY(-5px);
            transform: translateX(-6px) translateY(-5px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
@keyframes comments {
  0% {
    -webkit-transform: translateX(-6px) translateY(-5px);
            transform: translateX(-6px) translateY(-5px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
/*コンテンツボックスのmixin-----------------------------------------------*/
/*お知らせ-------------------------------------------------------*/
/*info-box*/
/*info-box3*/
/*info-box4*/
/*見出しスタイル------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォントサイズ*/
body {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 87.5%;
  font-weight: 500;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 100%;
  color: #2E302E;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
  color: #040404;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#wrap {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  height: 100%;
  min-height: 100%;
  background: url("../img/bg_paper.jpg") repeat left top;
}

body > #wrap {
  height: auto;
}

div#content {
  margin: 0 auto;
  line-height: 1.5;
}

/*--------------ビジュアルエディター用-----------------*/
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*基礎テンプレート*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
.cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.cont img {
  max-width: 100%;
  height: auto;
}

.link_box {
  text-align: center;
}
.link_box a {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.link_box a:hover {
  background: #fffbeb;
}
.link_box a:hover img {
  opacity: 1;
}

.btn a {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-bottom: 3px solid #000000;
}
.btn a:hover {
  text-decoration: none;
  margin-top: 3px;
  border: none;
}
.btn a {
  background: #d9c48c;
  border-color: #8c8043;
  text-decoration: none !important;
}
.btn a:hover {
  background: #d8b968;
}

header#top_hed {
  font-family: "Noto Serif Japanese";
  background: #ffffff;
  border-bottom: 5px solid #000000;
}
header#top_hed .cont {
  overflow: visible;
  padding-left: 13vw;
}
@media screen and (max-width: 640px ) {
  header#top_hed .cont {
    padding-left: 0;
  }
}
header#top_hed .cont h1 {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 13vw;
  max-width: 200px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px ) {
  header#top_hed .cont h1 { /*SP*/
    width: 80%;
    max-width: initial;
    position: relative;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0);
  }
}
header#top_hed .cont h1 a {
  display: block;
  width: 100%;
  padding: 1rem 5% 1.5rem;
  text-align: center;
  background: url("../img/bg_craft.jpg") repeat left top;
}
@media screen and (max-width: 640px ) {
  header#top_hed .cont h1 a {
    display: table;
    table-layout: fixed;
    max-width: 250px;
    padding: 10px;
    background: none;
  }
}
header#top_hed .cont h1 a span {
  display: block;
}
@media screen and (max-width: 640px ) {
  header#top_hed .cont h1 a span { /*SP*/ }
  header#top_hed .cont h1 a span.logo-img {
    width: 40%;
  }
  header#top_hed .cont h1 a span {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
  }
}
header#top_hed .cont #sp_menu {
  display: none;
}
@media screen and (max-width: 640px ) {
  header#top_hed .cont #sp_menu {
    display: block;
    width: 20%;
    position: absolute;
    top: 1.5rem;
    right: 0;
  }
}
header#top_hed .cont #g-nav ul {
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
header#top_hed .cont #g-nav ul li {
  font-size: 105%;
  display: table-cell;
  vertical-align: middle;
}
header#top_hed .cont #g-nav ul li.widemenu {
  width: 22%;
}
@media screen and (max-width: 640px ) {
  header#top_hed .cont #g-nav ul li.widemenu {
    width: 50%;
  }
}
header#top_hed .cont #g-nav ul li a {
  display: block;
  min-height: 6rem;
  padding: 2rem 3% 1rem;
  position: relative;
}
header#top_hed .cont #g-nav ul li a:after {
  display: block;
  width: 100%;
  height: 1rem;
  font-family: "FontAwesome";
  content: "\f078";
  color: #ccba8a;
  font-size: 85%;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
@media screen and (max-width: 640px ) {
  header#top_hed .cont #g-nav {
    display: none;
  }
  header#top_hed .cont #g-nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    background: #fff7e3;
  }
  header#top_hed .cont #g-nav ul li {
    text-align: left;
    display: block;
    width: 50%;
    min-height: initial;
    min-height: auto;
  }
  header#top_hed .cont #g-nav ul li:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
  header#top_hed .cont #g-nav ul li a {
    min-height: initial;
    min-height: auto;
    padding: 1rem 5%;
    position: relative;
  }
  header#top_hed .cont #g-nav ul li a:after {
    width: auto;
    height: auto;
    content: "\f054";
    position: absolute;
    top: 1rem;
    right: 5%;
    bottom: auto;
    left: auto;
  }
}

#p_up {
  width: 5%;
  min-width: 50px;
  text-align: right;
  position: fixed;
  bottom: 1%;
  right: 0%;
  z-index: 100;
}
#p_up img {
  max-width: 100%;
  height: auto;
}

footer {
  padding: 3rem 0 0;
  text-align: center;
}
footer p {
  line-height: 2;
  margin-bottom: 2rem;
}
footer p#f_logo {
  max-width: 135px;
  margin: 0 auto 10px;
}
footer p#f_logo span {
  display: inline-block;
}
footer #f_bn {
  border-top: 1px solid #909090;
  padding: 3rem 5%;
}
footer #f_bn li {
  display: inline-block;
  max-width: 50%;
  padding: 8px;
}
@media screen and (max-width: 640px ) {
  footer #f_bn { /*SP*/
    padding: 2rem 3%;
  }
  footer #f_bn li {
    width: 48%;
  }
}
footer #copyright {
  background: #423f3a;
  color: #fbdd97;
}
footer #copyright p {
  margin-bottom: 0 !important;
}

