@charset "UTF-8";
/*
Theme Name: custom
*/
*, *:before, *:after {
  box-sizing: border-box; }

article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
  display: block; }
.single article{max-width: 900px;margin:auto;}
mark {
  background-color: #003f98;
  color: #000; }

audio:not([controls]) {
  display: none;
  height: 0; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit; }

summary {
  display: list-item; }

canvas, time {
  display: inline-block; }

[hidden] {
  display: none; }

html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.1rem; }

body {
	font-family: "Kaisei Opti", serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	background: url(img/bg.jpg);
	}
#wrapper {
  overflow-x: hidden;
}

#wrapperFixed {
  width: 100%;
}

.bgFixed {
  position: fixed;
  height: 100%;
}

#bgNav {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
a {
  color: #000; }

#main img {
  width: 100%; }

#main p, #main table, #main ul, #main ol, #main dl, #main .btn, #main .col {
  margin: 0.7rem 0; }

#main .titlePage {
  font-size: 1.6rem;
  margin: 2rem 0;
  text-align: center;
  color: #96670d;
  }

#main .titleSection, #main h2 {
  font-size: 1.3rem;
  margin: 2rem 0 0.7rem; }

#main .titlePost, #main h3, #main h4 {
  font-size: 1.1rem;
  margin: 1.4rem 0 0.7rem; }

.btn {
  text-align: center; }
  
  .btn a {
    display: inline-block;
    color: #ffffff;
    background: #94cbc9;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    }
    .btn:hover a{opacity:1!important;color:#FFEB3B}
article .btn a{background: #d2ac3c;}
table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-collapse: collapse; }
  #productDetail tr > *{padding:1rem!important}
#productDetail {max-width:400px}
th, td {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 3rem; }

th {
  background: #f5f5f5;
  min-width: 20%; }

td {
  background: #fff;
  text-align: left; }

#header .box,
#header #gNav,
body:not(.home) #main,
.frame {
  width: 1000px;
  margin: 0 auto;
  }
#header #gNav{
    /* position: absolute; */
    top: 1rem;
    right: 25%;
    /* display: inline-block; */
    width: auto;
    }
#header #gNav .menuBox{
	display:none;
}
#header #gNav .menuBox.open{
	display:block;
	background:#fff;
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	right:0;
	z-index:2;
}
body:not(.home) #content:after {
  content: '';
  display: block;
  clear: both; }
body:not(.home) #header{/* box-shadow:0 0 3px #ddd; */margin-bottom:2rem;}
#header {
  padding: 0.5rem 0;
  background: #fff9e8;
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  }
  #header a {
    text-decoration: none; }
  #header .box {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding-right: 100px;
    }
#header #subNav{
  display: flex;
}  
#header #subNav ul{
    display: flex;
    /* display: none; */
    padding-left: 0;
    width: 100%;
    list-style: none;
    gap: 0 20px;
    }
    #header #subNav p {
      margin-left: 1rem; }
    #header #subNav a {
      display: block;
      color: #003f98;
      }
      #header #subNav .tel img{    width: 25px;
    vertical-align: -8px;
    margin-right: 8px;}
  #header #gNav .btnNav {
    /* display: none; */
    }
#header #gNav .btnNav {
      display: block;
      width: 90px;
      height: 90px;
      /* background: rgba(0, 0, 0, 0.8); */
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3;
      }
      #header #gNav .btnNav i, #header #gNav .btnNav i:after, #header #gNav .btnNav i:before {
        display: block;
        width: 50px;
        height: 4px;
        border-radius: 3px;
        background: #3F51B5;
        }
      #header #gNav .btnNav i {
        transition: background 0.5s;
        position: relative;
        left: 20px;
        top: 35px;
        }
      #header #gNav .btnNav i:after, #header #gNav .btnNav i:before {
        content: '';
        position: absolute;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        transition: all 0.3s; }
      #header #gNav .btnNav i:before {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        }
      #header #gNav .btnNav i:after {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        }
    #header #gNav .btnNav.open i {
      background: transparent;
      }
    #header #gNav .btnNav.open i:before {
      -webkit-transform: translateY(0px) rotate(-45deg);
              transform: translateY(0px) rotate(-45deg); }
    #header #gNav .btnNav.open i:after {
      -webkit-transform: translateY(0px) rotate(45deg);
              transform: translateY(0px) rotate(45deg); }
    #header #gNav ul {
      display: none;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      
      padding: 1rem;
      }
      #header #gNav ul li {
        
        border-left: none !important;
        border-right: none !important; }
        #header #gNav ul li a {
          padding: 1.8rem 0;}
  #header #gNav .open ul {
    display: flex;
	  flex-direction:column;
    margin: auto;
    padding: 0;
    list-style: none;
    text-align: center;
    align-items: center;
    }
    #header #gNav ul li {
      /* border-right: 1px solid #ddd; */
      }
      #header #gNav ul li:first-child {
        /* border-left: 1px solid #ddd; */
        }
    #header #gNav ul .sp {
      display: none; }
    #header #gNav ul a {
      display: block;
      padding: 0.5rem 1rem;
      color: #003f98;
      }
      #header .logo a{font-size:2rem;font-weight:bold;color:#365caf}
      #header .logo{padding-left:1rem;word-break: keep-all;}
  #header .logo img {
    max-height: 50px;
    vertical-align: -10px;
    margin-right:1rem;
    }
    #header .logo img:nth-child(2){max-height:30px;vertical-align:0}
/* メインビジュアル左右の矢印 */
.nextend-arrow {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 48% !important;
  width: 30px !important;
  height: 30px !important; }

.nextend-arrow-previous {
  left: 4% !important;
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important; }

.nextend-arrow-next {
  right: 4% !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important; }

/* メインビジュアル下のドット */
div#n2-ss-1 .n2-ss-control-bullet {
  bottom: -2rem !important; }

div#n2-ss-1 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot {
  background: #ddd !important; }

div#n2-ss-1 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot.n2-active, div#n2-ss-1 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:HOVER {
  background: #000 !important; }

#main .thumb img{max-height: 140px;margin:auto;display:block;object-fit: contain;}
.home #main section {
  text-align: center;
  margin: 0 auto;
  padding: 2rem 0;
  color: #8d5f06;
  background: #ffe9e9;
  background: #fffbee;
  }
  .home #main section#topIntro{margin-top:0;text-align:left;max-width: 900px;padding-top: 0;margin: 0 auto 0;}
  .home #main section#topIntro > *{padding:2rem}
  .home #main section#topIntro .imgBox {margin-left:2rem}
  .home #main section#topIntro .imgBox img{max-width:400px;border:solid 5px #fffcf5;box-shadow:0 0 10px #ececec}
  .home #main sectiontopProduct{margin:0}
  .home #main section .titleSection {
    font-size: 1.6rem;
    margin: 1rem 0; }
.home #main section:nth-child(even){background: #fff3d0;color: #96670d;}
.home #main #topProduct img{width: 70%;background: #fff;border-radius: 10px;padding: 2rem 1rem;}
.home #main #topProduct .txtBox{text-align:left;width: 100%;}
.home #main section .frame{max-width:900px}
#main .loop .cols {
  flex-wrap: wrap; }
  #main .loop .cols .col {
    flex-basis: 32%;
    flex-grow: 0;
    background: #ffffff;
    margin-right: 2%;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 0 10px #fff8e3;
    }
    #main .loop .cols .col:nth-child(3n) {
      margin-right: 0; }
      
  #main .loop .cols .titlePost {
    margin-top: 0.7rem; }
    #main .loop .cols .titlePost a {
      text-decoration: none;color:#794500 }
  #main .loop .cols .btn {
    margin-bottom: 0; }

#topWork {
  background-image: url(img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0; }

.archive .imgCat {
  position: relative;
  height: 20rem;
  overflow: hidden; }
  .archive .imgCat img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.pagination {
  margin: 2rem 0;
  display: flex; }
  .pagination .current,
  .pagination a {
    border: 1px solid #ddd;
    text-decoration: none;
    background: #fff;
    text-align: center;
    margin-right: 0.5rem;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    line-height: 1; }
  .pagination a:hover,
  .pagination .current {
    color: #fff;
    background: #000;
    border-color: #000; }
  .pagination .long {
    width: 6rem; }

#footer {
  margin-top: 0;
  padding: 1rem;
  background: #fff3d0;
  color: #96670d;
  }
  #footer a{
  color: #96670d;
  text-decoration:none;
  }
  #footer a:hover{
  color: #ffdb54;
  opacity:1!important;
  }
  #footer .title, #footer ul {
    margin: 0.7rem 0; }
  #footer ul {
    padding-left: 1rem; }
  #footer address {
    font-style: normal; }
  #footer #footerCopy {
    margin: 0 -2rem -1rem;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    background: #4e83a5;
    }
  #footer #pageTop {
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 100%;
    padding: 25px 20px 20px; }
  #footer #pageTop span {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff; }
#breadCrumbWrap{text-align:center}
#breadCrumbWrap ol {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem; }

#breadCrumbWrap li, #breadCrumbWrap li a {
  display: inline-block;
  color: #999; }

#contactTxt {
  text-align: center; }

#main .wpcf7-form p {
  margin: 2rem 0 0; }

#main .wpcf7-form .title {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 0.1rem;
  font-size: 1.2rem; }
  #main .wpcf7-form .title .caution {
    display: inline-block;
    padding: 0.4rem 0.5rem;
    background: #ff5454;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 2px;
    margin-left: 0.4rem;
    vertical-align: 0.2rem;
    line-height: 1; }

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  width: 100%;
  transition: 0.5s cubic-bezier(1, 0, 0.5, 1); }
  input:focus, textarea:focus, select:focus {
    outline: none;
    background: #fff; }
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

select {
  text-indent: 0.01px;
  text-overflow: '';
  background: none;
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  position: relative; }

select::-ms-expand {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.select {
  position: relative; }
  .select:after {
    content: '▼';
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1rem;
    line-height: 1;
    pointer-events: none; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  vertical-align: middle;
  background: none;
  margin-right: 0.2rem;
  background: #f5f5f5; }
  input[type="radio"]:checked:before,
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    background: #000;
    border-radius: 2px; }

input[type="radio"],
input[type="radio"]:checked:before {
  border-radius: 50%; }

.wpcf7-list-item {
  margin: 1rem 1rem 0 0; }

.wpcf7-list-item-label {
  pointer-events: none; }

.select select, .check input, .radio input, #submitBtn input {
  cursor: pointer; }

textarea {
  resize: none; }

#submitBtn {
  display: block;
  text-align: center; }
  #submitBtn input {
    display: inline-block;
    padding: 1.6rem 2rem;
    border-radius: 2px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: 0.5s cubic-bezier(1, 0, 0.5, 1); }
    #submitBtn input:hover {
      opacity: 0.7; }
    #submitBtn input:focus {
      outline: none; }

#main .wpcf7-not-valid-tip {
  color: #ff5454;
  font-weight: bold;
  margin: 0.2rem 0 0 0.2rem; }

#main .wpcf7-response-output {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: bold; }

#main .wpcf7-validation-errors,
#main .wpcf7-mail-sent-ng {
  border: 2px solid #ff5454;
  color: #ff5454;
  margin-bottom: 1rem; }

#main .wpcf7-mail-sent-ok {
  border: 2px solid #428cff;
  color: #428cff; }

#main .ajax-loader {
  display: block !important;
  width: 3rem !important;
  height: 3rem !important;
  margin: 1rem auto 0 !important;
  background: #428cff !important;
  border-radius: 50%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
          animation: scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

#search-form input,
#search-submit {
  height: 4rem; }

#search-form input {
  width: 76%;
  margin-right: 1%; }

#search-submit {
  width: 20%;
  padding: 1.1rem 0;
  margin: 2rem 0;
  background: #000;
  color: #fff;
  font-size: 1rem; }
  #search-submit:hover {
    opacity: 0.7; }

.cols {
  display: flex;
  margin: 0 0 2rem; }
  .cols .col {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1; }
#productDetail {margin-left: 3rem!important;}
@media screen and (max-width: 950px) {
  .home #main section#topIntro .imgBox{margin:0}
  #productDetail {margin-left: 0!important;}
  #header .logo img:nth-child(2){display:none}
  .frame {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  #header .box,
  #header #gNav,
  body:not(.home) #main,
  .frame {
    width: 100%; }
  #header {
    padding: 0 1rem;
    height: 50px; }
    #header #subNav {
      display: none; }
  #header #gNav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%!important;
    right: 0!important;
    top: 0!important;
    }
    
      #header #gNav ul .sp {
        display: block; }
  .nextend-arrow {
    width: 20px !important;
    height: 20px !important; }
  #main .loop .box .col {
    margin: 0 0 1rem; }
  .cols {
    display: block; } }
#mainVisual{
	position: relative;
	top: -103px;
	text-align:center;
	padding-top: 80px;
	padding-bottom: 110px;
	z-index:0;
	line-height: 0;
}
#mainVisual:before{
	content:"";
	width:100%;
	height:100vh;
	background: url(img/mv_frame.png)no-repeat top center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index: 2;
}
#mainVisual img{
  width:100%;
  max-width:calc(100% - 100px);
  margin-inline:auto;
  position: relative;
  z-index: -1;
}