@charset "UTF-8";
/*
Theme Name: original
Theme URI:
Author: hitomiweb
Author URI: https://hitomiweb.com/
Description: This is our original theme.
Version: 1.0
*/

/*共通*/
body, button, input, optgroup, select, textarea, p {
  line-height: 1.8em;
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-family: "Gothic Medium BBB", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width:480px) {
  body, button, input, optgroup, select, textarea, p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
figure {
  margin: 1em 20px;
}
a:link, a:visited, a:active {
  color: #615252;
  /* text-decoration: none; */
}
a:hover {
  color: #9a3a3a;
}
#nav-content a {
  text-decoration: none;
}
p {
  padding: 0.5em 0;
  margin: 0;
}
b {
  font-family: "TBUDGothic E";
}
ul {
  /* padding: 0; */
  list-style-position: inside;
  list-style-image: none;
}

dl {
  margin: 0;
}

h1 {
  padding: 1em 0;
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.2em;
}

h2 {
  font-size: 1.3em;
  padding-top: 1em;
  padding-bottom: 0.8em;
  margin: 0 auto;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  /* color: #6495ed; */
}
/* h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6495ed;
  border-radius: 2px;
} */

h3 {
  font-size: 1.3em;
  padding-top: 1em;
  padding-bottom: 0.8em;
  margin: 0 auto;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
h1, h2, h3, .mfork {
  font-family: Maru Folk Medium;
}

@media screen and (min-width:480px) and (max-width:1024px) {
  h1, h2, h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width:1024px) {
  h1, h2, h3 {
    font-size: 1.5em;
  }
}
h4 {
  font-size: 1.3em;
  margin: 0;
  padding: 0.5em 0;
  font-weight: normal;
  /* letter-spacing: 0.2em; */
}
@media screen and (min-width:480px) and (max-width:1024px) {
  h4 {
    font-size: 1.2em;
  }
}
@media screen and (min-width:1024px) {
  h4 {
    font-size: 1.2em;
  }
}

h5 {
  font-size: 1em;
  padding-top: 1em;
  margin-top: 0;
  margin-bottom: 0.3em;
  font-weight: normal;
  letter-spacing: 0.2em;
}

strong, em {
  font-weight: bold;
  font-style: normal;
}
.center {
  text-align: center;
}

.left{
  text-align: left;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  height: 0px;
}
section {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

.wrap {
  overflow: hidden;
  vertical-align: bottom;
}
body {
  margin: 0;
}
ul {
  margin: 0;
}
img {
  vertical-align: bottom;
}
.entry .entry-content &gt; *.alignwide,
.entry .entry-summary &gt; *.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* Gutenberg全幅 */
.entry .entry-content &gt; *.alignfull,
.entry .entry-summary &gt; *.alignfull {
  padding-left: calc(10% + 58px + (2 * 1rem));
  padding-right: calc(10% + 58px + (2 * 1rem));
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
  left: calc( -12.5% - 75px);
  width: calc( 125% + 150px);
  max-width: calc( 125% + 150px);
}
.entry .entry-content .wp-block-image.alignfull img {
  max-width: calc( 125% + 150px);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

 /* Gutenberg幅広 */
.entry .entry-content &gt; *.alignwide,
.entry .entry-summary &gt; *.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}


.container {
  margin: 0 10px;
}
@media screen and (min-width:480px) and (max-width:1024px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1024px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}

CSS

/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}

/*    ヘッダー    */

.top {
  width: 100%;
  position: absolute;
}
#img_top {
  width: 100%;
  height: 320px;
  object-fit: cover;
  align-items: center;
  position: relative;
}
#title_top {
  position: absolute;
  top: 25%;
  font-size: 1.2em;
  left: 0;
  text-align: center;
  width: 100%;
  color: white;
}

.pagetop-shop .post .excerpt p {
  display: none;
}
.pagetop-shop .post .excerpt .post-title {
  font-size: 1em;
}

/*    ヘッダー　ナビ    */
header {
  padding:10px;
  background: skyblue;
}
#nav-drawer {
  position: relative;
  line-height: 42px;
}
/* #nav-drawer {
  position: fixed;
  right: 0;
  background-color: #fff;
  z-index: 9999;
} */
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  padding: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  line-height: 30px;
}
/*ハンバーガーアイコンをCSSだけで表現*/

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-open span:after {
  content: 'MENU';
  font-size: 10px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 9999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 210px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
  padding: 20px;
}
#nav-content ul {
  list-style: none;
}
#nav-content a {
  display: block;
  padding-bottom: 10px;
  color: #000;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.blog-title {
  display: inline-block;
  vertical-align: middle;
}


/*    フッター    */
#footer {
  background-color: #615252;
  color: #fff;
  font-size: 0.8em;
}
#footer a {
  color: #fff;
}
#footer a:link, #footer a:visited, #footer a:active {
  color: #fff;
  text-decoration: none;
}
.footer-inner {
  padding: 20px 0 0 0;
}
.footer-company-name {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.footer-company-name img {
  margin-right: 10px;
  height: 1.5em;
}
.footer-copyright {
  padding: 10px 0;
}
.footer-copyright .footer-menu ul {
  text-align: center;
}
.footer-copyright .footer-menu ul li {
  display: inline;
}
#copyright {
	display: block;
  margin: auto;
  text-align: center;
  padding: 0.5em;
}


/*右から左*/
@keyframes RightToLeft {
  0% {
      opacity: 0;/* 透明 */
      transform: translateX(200px);/* X軸方向に100px */
  }
  100% {
      opacity: 1;/* 不透明 */
      transform: translateX(0);/* X軸方向に0px */
  }
}

.effect div, .effect iframe {
  margin: auto;
  transition: .5s;
  transition-delay: .3s;
}

/*記事タイトルを右から左へ*/
.page-entry .entry-title {
  transition: .5s;
  transition-delay: .5s;
}

/*　ページャー　*/

.wp-pagenavi {
  clear: both;
  text-align:center;
  padding: 3px 0;
  margin: 10px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 5px 15px;
  margin: 0 2px;
  white-space: nowrap;
/*  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  text-align: center;
  text-decoration:none;
}
.wp-pagenavi a:hover{
  color:#FFF;
  background-color:#999;
  border-color:#999;
}
.wp-pagenavi span.current{
  color: #FFF;
  background-color: #E62C55;
  border-color: #E62C55;
  font-weight: bold;
}


#branding {
  padding-bottom: 0;
  position: relative;
}

#img_main {
	display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-style: none;
}

#title_main {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  max-width: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari */
}

#branding h2 {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  font-size: 1.3em;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #ffffff;
  z-index: 50;
  text-shadow:
    0px 0px 25px rgba(0,0,0, 0.8),
    0px 0px 30px rgba(0,0,0, 0.5);
}
@media screen and (min-width:480px) and (max-width:1024px) {
  #branding h2 {
    font-size: 2em;
  }
}
@media screen and (min-width:1024px) {
  #branding h2 {
    font-size: 2.5em;
  }
}




/*    お問い合わせフォーム    */

.contact dl {
  padding: 10px;
}
.contact dl dt {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

.contact dl dd {
  display: inline-block;
  width: 50%;
  margin-inline-start: 0;
}
#contact .theContentWrap-ccc {
  padding-bottom: 2em;
}

.wpcf7 input {
  height: 20px;
  vertical-align: middle;
}

.wpcf7 input[name="your-subject"] {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.wpcf7 textarea[name="your-message"] {
  height: 150px;
}
/* @media screen and (min-width:1024px) {
  .wpcf7 input[name="your-name"],
  .wpcf7 input[name="your-email"],
  .wpcf7 textarea[name="your-message"] {
    width: 100%;
  }
} */

.wpcf7 .wpcf7-submit {
  padding: 10px 24px;
  background-color: #008051;
  color: #ffffff;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  max-width: 90%;
  height: 48px;
}



/*    ブログ    */
/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.blog_content {
  float: left;
  width: 100%;
}
@media screen and (min-width:480px) and (max-width:1024px) {
  .blog_content {
    width: 70%;
  }
}
@media screen and (min-width:1024px) {
  .blog_content {
    width: 70%;
  }
}
.blog_entry .post_thumbnail img {
  width: 100%;
}
.entry_archive {
  width: calc(100% - 2em);
  min-width: 300px;
  height: 400px;
  background-color: #ffffff;
  margin: 1em;
  float: left;
  box-shadow:4px 4px 5px -4px #bdb6ba;
  -moz-box-shadow:4px 4px 5px -4px #bdb6ba;
  -webkit-box-shadow:4px 4px 5px -4px #bdb6ba;
  position: relative;
}
@media screen and (min-width:480px) and (max-width:1024px) {
  .entry_archive {
    width: calc(50% - 2em);
    margin: 2em 1em;
  }
}
@media screen and (min-width:1024px) {
  .entry_archive {
    width: calc(50% - 2em);
    margin: 2em 1em;
  }
}
.archive_thumbnail {
  /* width: 100%; */
  height: 250px;
  position: relative;
  overflow: hidden;
}

.archive_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  /* max-width: inherit; */
}

.categories {
  position: absolute;
  top: 0;
  left: 0;
}

.post-categories li {
  float: left;
  width: 80px;
  background-color: #333745;
  margin: 0 0.2em 0 0;
  text-align: center;
  padding: 2px;
}

.post-categories li a {
  color: #ffffff;
}

.archive_text {
  padding: 0 1em;
  height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive_text time {
  font-size: 0.8em;
}
.archive_text h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.archive_text .entry-content {
  line-height: 1.5em;
  word-break: break-all;
}
.entry-content ul {
  list-style: square;
}

.entry-content .loopimg {
  display: none;
}

.blog_entry {
  background-color: #ffffff;
  margin: 2em 0;
  box-shadow:0px 2px 5px 0px #bdb6ba;
  /* -moz-box-shadow:4px 4px 5px -4px #bdb6ba;
  -webkit-box-shadow:0px 2px 5px 0px #bdb6ba; */
}


article img {
  max-width: 100%;
}
.blog_entry article {
  padding: 1em;
}
.blog_entry article img {
  margin: 0 auto;
  display: block;
}
.blog_entry article h2 {
  padding: 0 0 1em;
}
.blog_entry article h3 {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.work_data {
  padding: 1em;
  line-height: 1.5em;
}
.work_data h4 {
  background-color: gray;
  color: #fff;
  margin: 20px 0;
  padding: 10px;
}
.work_data .members ul li {
  margin-bottom: 10px;
}
.work_data .members a {
  margin-right: 10px;
}
.work_data .members img {
  height: 100px;
  width: 100px;
}
/* ショップ */
#itempage h3 {
	color: #000000 !important;
	background-color: unset !important;
}
.zaikostatus {
  border: solid 2px #ccc;
}
.blog_entry article h4 {
  color: #E62C55;
}
.blog_entry .blue {
  padding: 10px;
  background-color: rgb(182, 210, 236);
  margin-top: 10px;
}
.blog_entry .pink {
  padding: 10px;
  background-color: rgb(253, 187, 206);
  margin-top: 10px;
}
.blog_entry .arrow_down {
  background: url(./images/common/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin: auto;
}
.banner_blog {
  padding: 0 1em 1em;
}
.banner_blog img {
  width: 100%;
}
.itemimg {
  display: none;
}
.itemsubimg a {
  display: inline-block;
}
#itempage .exp .field {
  border-bottom: none;
}

/*    サイドバー    */
.sidebar {
  width: 100%;
  float: right;
  margin: 0;
  line-height: 1.3em;
  box-shadow:4px 4px 5px -4px #bdb6ba;
  -moz-box-shadow:4px 4px 5px -4px #bdb6ba;
  -webkit-box-shadow:4px 4px 5px -4px #bdb6ba;
  padding: 10px 10px 25px;
  border: solid 1px #f1f1f1;
}
@media screen and (min-width:480px) and (max-width:1024px) {
  .sidebar {
    width: 24%;
    min-width: 300px;
    margin: 2em 0.5em 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width:1024px) {
  .sidebar {
    width: 24%;
    margin: 2em 0.5em 0;
    background-color: #ffffff;
  }
}
.widget {
  padding: 0.5em 1em 0;
}
.widget h5 {
  border-bottom: dashed 1px black;
}


/*    サイト内検索（非表示中）    */

.widget-search {
	width: 180px;
}

#searchform {
	font-size: 0;
	position: relative;
}

#search-input {
  float: left;
	font-size: small;
	background: url(./images/bg_search_form.png);
	width: 133px;
	height: 21px;
	border: none;
	padding: 0 0 0 8px;
}

#search-submit {
    float: left;
    background: url(./images/btn_search.png) no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 21px;
	  right: 0;
    width: 39px;
}

#searchsubmit:hover {
	background-position: left bottom;
}

@media screen and (min-width:480px) and (max-width:1024px) {
  .none {
    display:none
  }
}
@media screen and (min-width:1024px) {
  .none {
    display:none
  }
}


.header_widget {
  background: linear-gradient(90deg,rgb(4,0,42) 0%,rgb(99,0,24) 100%);
  padding: 15px;
}
@media screen and (min-width:800px) {
  .header_widget {
    padding: 15px 60px;
  }
}
#nav-drawer {
  background: linear-gradient(90deg,rgb(4,0,42) 0%,rgb(99,0,24) 100%);
}
#nav-open span, #nav-open span:before, #nav-open span:after {
    background: #fff;
}
#nav-open span:after {
  color: #fff;
}
.header_widget ul {
  list-style: none;
  padding: 0;
}
.header_widget ul li {
  display: inline-block;
  padding: 5px 10px;
  background-color: #d8d8d8;
  margin-bottom: 5px;
}
.header_widget ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,111,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:text-bottomol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
