@charset "UTF-8";
/****************************************
		TOE Project共通設定のSCSS
*****************************************/
/****************************************
		0. Import
*****************************************/
/****************************************
		1. General Setting
*****************************************/
html, body, div, span, applet, object, iframe, strong, picture,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

main {
  display: block;
}

/*html init*/
html {
  margin: 0 !important;
  padding: 0;
}

/* a init */
a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #0071bd;
  cursor: pointer;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

nav {
  display: block;
}

/*Clear*/
.clear {
  clear: both;
  line-height: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*box-sizing paddingとborderをwidth heightに含める*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* *::after, * *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.columns, .column {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
}

.bold {
  font-weight: 700 !important;
}

.space1 {
  margin-bottom: 5px;
}

.space2 {
  margin-bottom: 10px;
}

.space3 {
  margin-bottom: 15px;
}

.space4 {
  margin-bottom: 20px;
}

.space5 {
  margin-bottom: 25px;
}

.space6 {
  margin-bottom: 30px;
}

.space7 {
  margin-bottom: 35px;
}

.space8 {
  margin-bottom: 40px;
}

.space9 {
  margin-bottom: 45px;
}

.space10 {
  margin-bottom: 50px;
}

.space11 {
  margin-bottom: 55px;
}

.space12 {
  margin-bottom: 60px;
}

.space13 {
  margin-bottom: 65px;
}

.space14 {
  margin-bottom: 70px;
}

.space15 {
  margin-bottom: 75px;
}

.space16 {
  margin-bottom: 80px;
}

.space17 {
  margin-bottom: 85px;
}

.space18 {
  margin-bottom: 90px;
}

.space19 {
  margin-bottom: 95px;
}

.space20 {
  margin-bottom: 100px;
}

@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}
.hover_a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hover_a:hover {
  opacity: 0.75;
}

figure, picture {
  margin: 0;
  display: block;
}

.googlemap_wrapper {
  height: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.googlemap_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.last {
  margin-bottom: 0 !important;
}

@page {
  size: A4 portrait;
}
/****************************************
		0.1. font-family
*****************************************/
html,
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

/*
Noto sans JP
300 light
400 regular
500 medium
600 SemiBold
700 Bold
800 ExBold
900 Black
*/
html,
body {
  font-size: 100%;
  font-weight: 400;
  color: #666666;
}

body {
  -webkit-print-color-adjust: exact;
}

main {
  overflow-x: hidden;
}

body.is-fixed {
  overflow: hidden;
}

/****************************************
		0.1. define
*****************************************/
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .smbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 959px) {
  .mdbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 1199px) {
  .lgbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: 960px) {
  .pcbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media all and (max-width: 959px) {
  .no_sp {
    display: none;
  }
}

@media all and (min-width: 960px) {
  .no_pc {
    display: none;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 99;
  transform: none !important;
  -webkit-transform: none !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /*
  @include max-screen( $max-large-width ){
      width:40px;
      height:40px;
      bottom:20px;
      right:20px;
  }
  */
  width: 50px;
  height: 50px;
}
#pagetop:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  #pagetop {
    visibility: hidden;
  }
}
@media all and (max-width: 959px) {
  #pagetop {
    right: 10px;
    bottom: 80px;
  }
}
@media all and (min-width: 960px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.img_fit img {
  width: 100%;
}

/***********************************
reCAPTCHA v3　表示位置
*************************************/
@media all and (max-width: 959px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
@media all and (min-width: 960px) {
  .grecaptcha-badge {
    margin-bottom: 60px;
  }
}

/***********************************
LOADER
**************************************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 24px;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity .5s ease-out;
  /* フェードアウトのアニメーション */
}

.spinner {
  margin: 50px auto;
  width: 8.8em;
  height: 8.8em;
  background-image: url("../images/common/loading_still.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  /*
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  */
}

.spinner_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background-image: url("../images/common/loading_anim.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
.spinner {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em *.8;
    height: 11em *.8;
    border-radius: 50%;
    background: $base_orange_color;
    background: -moz-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .spinner:before {
    width: 50%;
    height: 50%;
    background: $base_orange_color;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .spinner:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  */
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Header
* Content
* Map
* Topics
* Brand Index
* Page
* Contact
* Footer
* Scroll up
------------------------------------------------------------ */
/* Global
------------------------------------------------------------ */
/* Base */
html {
  background-color: #000;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
  background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

p {
  margin: 0 0 1.5em;
}

dd, dt {
  line-height: 2;
}

#container {
  box-shadow: none;
  background-color: #fff;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 1.5em;
}

/* Header
------------------------------------------------------------ */
#header.header--transparency {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

#header.header--transparency.header--fixed--is_scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* site-branding */
.site-branding {
  padding: 8px 0;
}

/* global-nav */
.global-nav-wrapper .responsive-nav a {
  font-size: 14px;
  font-weight: bold;
}
.global-nav-wrapper .responsive-nav a .menu-j, .global-nav-wrapper .responsive-nav a .menu-e {
  display: block;
}
.global-nav-wrapper .responsive-nav a .menu-j {
  font-size: 12px;
}
.global-nav-wrapper .responsive-nav a .menu-e {
  font-size: 14px;
}

.responsive-nav .menu > .menu-item > a,
.header--transparency.header--fixed--is_scrolled .responsive-nav .menu > .menu-item > a {
  margin: 10px 10px 5px;
}

.responsive-nav .menu > .menu-item > a {
  color: #000;
  border-bottom: 2px solid transparent;
}

.responsive-nav #menu-header_navi_menu > .menu-item > a:hover {
  color: #000;
  border-bottom: 2px solid #000;
}

.responsive-nav #menu-header_navi_menu > .current-menu-item > a,
.responsive-nav #menu-header_navi_menu > .current_page_item > a {
  color: #d8562d;
  border-bottom: 2px solid transparent;
}

.responsive-nav #menu-header_navi_menu > .current-menu-item > a:hover,
.responsive-nav #menu-header_navi_menu > .current_page_item > a:hover {
  color: #d8562d;
  border-bottom: 2px solid #d8562d;
}

/* hamburger menu  */
#responsive-btn {
  width: 40px !important;
  height: 40px !important;
  line-height: 1;
  padding: 0;
  border: none !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.responsive-nav-wrapper #responsive-btn:before {
  font-size: 28px;
  font-weight: normal;
  display: block;
  width: 28px;
  height: 18px;
}

.responsive-nav-wrapper #responsive-btn:after {
  content: 'MENU';
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: bold;
}

.off-canvas-nav-open #responsive-btn:before {
  font-size: 28px;
}

.off-canvas-nav--dark > ul, .off-canvas-nav--dark > * > ul {
  border-bottom: 1px solid #555;
}

.off-canvas-nav--dark li {
  border-top: 1px solid #555;
}

.off-canvas-nav--dark a {
  color: #dedede;
}

.off-canvas-nav--dark a:hover, .off-canvas-nav--dark a:active, .off-canvas-nav--dark a:focus {
  background-color: #000;
  color: #fff;
}

.off-canvas-nav--dark .current-menu-item > a, .off-canvas-nav--dark .current_page_ancestor > a, .off-canvas-nav--dark .current-page-ancestor > a, .off-canvas-nav--dark .current_page_item > a, .off-canvas-nav--dark .current_page_parent > a {
  background-color: #000;
  color: #fff;
}

.off-canvas-nav .menu-e,
.off-canvas-nav .menu-j {
  display: block;
}
@media all and (max-width: 959px) {
  .off-canvas-nav .menu-j {
    font-size: 20px;
  }
}
@media all and (min-width: 960px) {
  .off-canvas-nav .menu-j {
    display: block;
    font-size: 16px;
  }
}

.off-canvas-nav-right .responsive-nav-contents {
  transition: all 0.2s ease-in;
}

body.off-canvas-nav-right .off-canvas-nav {
  transition: all 0.2s ease-in;
  transform: translate(0, 0);
}

/* Contents
------------------------------------------------------------ */
/* common */
.page #contents .entry {
  padding-top: 100px;
}

.page article.post-54 .entry__content,
.page article.post-277 .entry__content {
  font-size: 14px;
  font-weight: bold;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.page #contents .entry h1.entry__title {
  display: none;
}

.entry__content {
  font-size: 1em;
}

.entry__content > .post-title {
  margin-top: 50px;
}

.entry__content *:last-child {
  margin-bottom: 0;
}

.entry__content h1, .entry__content h2, .entry__content h3, .entry__content h4, .entry__content h5, .entry__content h6 {
  padding: 0 0 10px;
  line-height: 120%;
}

.entry__content h1 {
  font-size: 1.4em;
  font-weight: 700;
}

.entry__content h2 {
  font-size: 1.3em;
  font-weight: 700;
}

.entry__content h3 {
  font-size: 1.2em;
  font-weight: 700;
}

.entry__content h4 {
  font-size: 1.1em;
  font-weight: 700;
}

.entry__content h5 {
  font-size: 1em;
  font-weight: 700;
}

.entry__content a:hover {
  text-decoration: underline;
}

.entry__content p,
.entry__content blockquote,
.entry__content address,
.entry__content dl,
.entry__content .wp-caption,
.entry__content pre {
  line-height: 160%;
  margin-bottom: 1.3em;
}

/* tables */
.entry__content table {
  border: none;
  empty-cells: show;
  font-size: 1em;
  width: 100%;
  margin-bottom: 60px;
}

.entry__content tbody {
  border: 2px solid #222;
  border-collapse: collapse;
}

.entry__content td {
  padding: 2%;
  margin: 0;
  overflow: visible;
  line-height: 1.4;
  border: 2px solid #222;
  border-collapse: collapse;
  background: #ececec;
}

.entry__content th {
  padding: 2%;
  margin: 0;
  overflow: visible;
  line-height: 1.2;
  border: 2px solid #222;
  border-collapse: collapse;
  background: #ececec;
}

.entry__content tr:last-child td {
  border-bottom: none;
}

.entry__content caption {
  text-align: center;
  padding: 2%;
}

.entry__content thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.entry__content th {
  font-weight: bold;
  color: #222;
}

.entry__content table tbody > tr:nth-child(odd) > th {
  background: #fff;
}

.entry__content table tbody > tr:nth-child(odd) > td {
  background: #fff;
}

/* top */
.home #contents .entry {
  padding-top: 0;
  background: #f5f0dc;
}

/* slider */
.habakiri-slider__transparent-layer {
  background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/img_stamp.png) no-repeat bottom 20px right 20px transparent;
  background-size: 50px auto;
  z-index: 10;
}

@media (min-width: 768px) {
  .habakiri-slider__transparent-layer {
    background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/img_stamp.png) no-repeat bottom 30px right 40px transparent;
    background-size: 70px auto;
  }
}
@media (min-width: 992px) {
  .habakiri-slider__transparent-layer {
    background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/img_stamp.png) no-repeat bottom 40px right 80px transparent;
    background-size: 90px auto;
  }
}
@media (min-width: 1200px) {
  .habakiri-slider__transparent-layer {
    background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/img_stamp.png) no-repeat bottom 50px right 100px transparent;
    background-size: 100px auto;
  }
}
.habakiri-slider__item-content {
  height: 100%;
}

.habakiri-slider__item-content img {
  height: auto;
  max-height: 84%;
  margin: 5% 0;
}

@media (min-width: 992px) {
  .habakiri-slider__item-content img {
    height: auto;
    max-height: 95%;
    margin: 0 0 5%;
  }
}
@media (min-width: 1200px) {
  .page article.post-35 .entry__content dl.episode {
    min-height: 660px;
  }
}
/* topics */
.page article.post-22 .entry__content {
  font-size: 16px;
  font-weight: bold;
  max-width: 1200px;
  margin: 30px auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

@media (min-width: 600px) {
  .slug-front #contents .entry .col-md-6 {
    width: 50%;
  }
}
/* business_info */
.slug-front #contents .entry {
  color: #222;
  font-weight: bold;
}

.slug-front #contents .entry .business_info {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: transparent;
}

.slug-front #contents .entry ul {
  padding: 0;
  list-style-position: outside;
}

.slug-front #contents .entry .shop_info {
  padding: 3%;
  margin: 24px 0;
  font-size: 90%;
}

.slug-front #contents .entry h3 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.slug-front #contents .entry ul li {
  margin-left: 1em;
}

/* facebook */
.slug-front #contents .entry .fb_area {
  padding: 3%;
  margin: 0;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}

/* rss-antenna */
.slug-front #contents .entry .blog_rss {
  padding: 3%;
  margin: 0;
  margin-bottom: 0px;
  /*background: #fff;*/
  background: transparent;
  /*background:#ded1b9;*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.slug-front div.rss-antenna {
  border-top: 1px solid #eee;
  margin: 4px 0 0px;
  height: 263px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: unset;
}

div.rss-antenna .rss-item {
  padding-right: 0.8em;
}

div.rss-antenna .rss-item .title {
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}

.slug-front div.rss-antenna .rss-item p {
  line-height: 1.8;
  padding: 0;
  color: #222;
}

.slug-front div.rss-antenna .rss-item a:hover p.title {
  color: #222;
}

.slug-front div.rss-antenna .rss-item .siteinfo {
  font-size: 87%;
  color: #666;
  padding: 0;
}

.slug-front div.rss-antenna .rss-item .description {
  font-size: 87%;
  color: #222;
  padding: 0;
}

/* history */
/* products */
.page-id-31 #contents {
  background: #fff;
  padding-top: 64px;
}

.page-id-31 .sub-page-contents {
  padding-top: 0;
}

.page-id-31 .sub-page-contents #main {
  margin-bottom: 0px;
}

.page-id-31 .sub-page-contents .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.page-id-31 #contents .entry {
  padding-top: 0;
}

.page article.post-31 .entry__content {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.page article.post-31 .entry__content img {
  max-width: 100%;
  margin: 0 auto;
}

/* order */
.page-id-277 #contents h3 {
  padding: 0;
}

.page-id-277 #contents {
  background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/bg-img_order.jpg) no-repeat fixed;
  background-size: cover;
}

.page-id-277 article.page p {
  position: relative;
  background: #fff;
  border: 2px solid #333;
  margin: 0px 0px 40px;
  padding: 15px;
}

.page-id-277 article.page a.faxordersheet {
  background: url(https://kousetsuken.com/wp/wp-content/uploads/2015/02/pdf_botan.gif) center center transparent no-repeat;
  display: block;
  width: 120px;
  height: 80px;
  font-size: 0;
  line-height: 0;
}

.page-id-277 article.page a:hover.faxordersheet {
  background: url(https://kousetsuken.com/wp/wp-content/uploads/2015/02/pdf_botan_over.gif) center center transparent no-repeat;
}

.page-id-277 article.page table.fee td,
.page-id-277 article.page table.shipping td {
  width: 120px;
}

.page-id-277 article.page table.asct th {
  min-width: 150px;
}

@media (max-width: 600px) {
  .page-id-277 article.page table {
    font-size: 0.8em;
  }

  .page-id-277 article.page table.fee td,
  .page-id-277 article.page table.shipping td {
    width: 70px;
  }

  .page-id-277 article.page table.asct th {
    min-width: 70px;
  }
}
/* contact form */
/* contact */
@media all and (max-width: 959px) {
  .slug-contact h3 {
    text-align: center;
    font-size: 18px;
  }
}
@media all and (min-width: 960px) {
  .slug-contact h3 {
    font-size: 20px;
    text-align: left;
  }
}
.slug-contact #contents {
  background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/12/bg-img_contact.jpg) no-repeat fixed;
  background-size: cover;
}
.slug-contact #contents .entry__content {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media all and (max-width: 959px) {
  .slug-contact #contents .entry__content {
    padding: 20px 15px 30px 15px;
  }
}
@media all and (min-width: 960px) {
  .slug-contact #contents .entry__content {
    padding: 3%;
  }
}
.slug-contact #contents .entry__content p {
  font-size: 16px;
}
.slug-contact #contents .entry__content dl {
  font-size: 1.4em;
  line-height: 2;
  width: 250px;
  margin: 0 auto;
}
.slug-contact #contents .entry__content dt {
  width: 55px;
  float: left;
}
.slug-contact #contents .entry__content dd {
  font-weight: bold;
  width: 195px;
  margin-left: 55px;
}
.slug-contact #contents .entry__content .TelFax span {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
}
.slug-contact #contents .entry__content .TelFax span.tel {
  margin-right: 1em;
}
.slug-contact #contents .entry__content .TelFax span a,
.slug-contact #contents .entry__content .TelFax span input {
  color: #fff;
  text-decoration: none;
  border: none;
}

div.wpcf7 {
  margin-bottom: 2em;
}

@media all and (max-width: 959px) {
  form.wpcf7-form p {
    font-size: 16px;
    margin-bottom: .5em;
  }
}
@media all and (min-width: 960px) {
  form.wpcf7-form p {
    font-size: 14px;
    margin-bottom: 1em;
  }
}

.entry__content .wpcf7 fieldset {
  padding: 25px;
  border: 2px solid #eee;
  margin-bottom: 1em;
}

.entry__content .wpcf7 fieldset legend {
  line-height: 1;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 12px;
  background: #ca2017;
  color: #fff;
}

.entry__content .wpcf7 label {
  font-size: 18px;
  font-weight: 700;
}

.entry__content .wpcf7 input,
.entry__content .wpcf7 textarea {
  -webkit-font-smoothing: antialiased;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.entry__content .wpcf7 input[type="text"],
.entry__content .wpcf7 input[type="email"],
.entry__content .wpcf7 input[type="tel"],
.entry__content .wpcf7 input[type="url"],
.entry__content .wpcf7 input[type="password"],
.entry__content .wpcf7 select,
.entry__content .wpcf7 textarea {
  width: 100%;
  padding: 10px 16px;
  border: none;
  color: #222;
  background: #bcbcbc;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-appearance: none;
}
@media all and (max-width: 959px) {
  .entry__content .wpcf7 input[type="text"],
  .entry__content .wpcf7 input[type="email"],
  .entry__content .wpcf7 input[type="tel"],
  .entry__content .wpcf7 input[type="url"],
  .entry__content .wpcf7 input[type="password"],
  .entry__content .wpcf7 select,
  .entry__content .wpcf7 textarea {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 960px) {
  .entry__content .wpcf7 input[type="text"],
  .entry__content .wpcf7 input[type="email"],
  .entry__content .wpcf7 input[type="tel"],
  .entry__content .wpcf7 input[type="url"],
  .entry__content .wpcf7 input[type="password"],
  .entry__content .wpcf7 select,
  .entry__content .wpcf7 textarea {
    font-size: 14px;
  }
}

.entry__content .wpcf7 textarea {
  height: 180px;
  line-height: 140%;
}

.entry__content .wpcf7 input[type="text"]:focus,
.entry__content .wpcf7 input[type="email"]:focus,
.entry__content .wpcf7 input[type="tel"]:focus,
.entry__content .wpcf7 input[type="url"]:focus,
.entry__content .wpcf7 input[type="password"]:focus,
.entry__content .wpcf7 select:focus,
.entry__content .wpcf7 textarea:focus {
  background: #fff;
  color: #222;
  outline: none;
}

.entry__content .wpcf7 input[type="submit"],
.entry__content .wpcf7 input[type="reset"],
.entry__content .wpcf7 input[type="button"] {
  padding: 14px 16px;
  margin: 0;
  border: none;
  background: #FFF;
  color: #000;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 3px;
}
@media all and (max-width: 959px) {
  .entry__content .wpcf7 input[type="submit"],
  .entry__content .wpcf7 input[type="reset"],
  .entry__content .wpcf7 input[type="button"] {
    font-size: 18px;
  }
}
@media all and (min-width: 960px) {
  .entry__content .wpcf7 input[type="submit"],
  .entry__content .wpcf7 input[type="reset"],
  .entry__content .wpcf7 input[type="button"] {
    font-size: 16px;
  }
}

.entry__content .wpcf7 input[type="submit"] + input[type="reset"],
.entry__content .wpcf7 input[type="submit"] + input[type="reset"],
.entry__content .wpcf7 input[type="reset"] + input[type="submit"],
.entry__content .wpcf7 input[type="reset"] + input[type="button"],
.entry__content .wpcf7 input[type="button"] + input[type="button"],
.entry__content .wpcf7 input[type="button"] + input[type="reset"],
.entry__content .wpcf7 input[type="button"] + input[type="submit"] {
  margin-left: 8px;
}

.entry__content .wpcf7 input[type="submit"]:hover,
.entry__content .wpcf7 input[type="reset"]:hover,
.entry__content .wpcf7 input[type="button"]:hover {
  font-size: 0.9em;
  cursor: pointer;
  background-color: #D8562D !important;
  color: #222;
}

.entry__content .wpcf7 input[type="submit"]:focus,
.entry__content .wpcf7 input[type="submit"]:active {
  outline: none;
}

div.wpcf7-validation-errors {
  border: 2px solid #D8562D;
  color: #D8562D;
}

div.wpcf7-response-output {
  margin: 2em 0em;
  padding: 1em;
}

span.wpcf7-not-valid-tip {
  color: #D8562D;
  font-size: 1em;
  font-weight: bold;
  display: block;
  line-height: 1.6;
}

/* Footer
------------------------------------------------------------ */
.copyright {
  background-color: #D8562D;
  color: #fff !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
}

.copyright p {
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.copyright a {
  color: #fff !important;
  text-decoration: none;
}

.copyright a:hover {
  color: #fff !important;
  text-decoration: underline;
}

@media (max-width: 970px) {
  .copyright {
    font-size: 12px;
  }

  .copyright p span {
    display: inline-block;
  }
}
/* Scroll up
------------------------------------------------------------ */
a#scrollUp {
  bottom: 80px;
  text-indent: 0;
  font-size: 0;
  background: none;
  color: #fff;
  text-decoration: none;
}

a#scrollUp:before {
  font-family: FontAwesome;
  content: '\f0aa';
  font-size: 45px;
  text-decoration: none;
}

.page-id-22 a#scrollUp,
.page-id-31 a#scrollUp,
.page-id-277 a#scrollUp {
  color: #222;
}

a#scrollUp:hover {
  color: #D8562D;
  text-decoration: none;
}

/***************************/
/*
#hudelist{
	position:relative;
}
#hudelist .click_area{
	position:absolute;
	background-color:rgba(255,0,0,0.5);
	width:3%;
	aspect-ratio:1;
}
#hudelist .click_area:hover{
	cursor:pointer;
}
#hudelist .click_area.click_002{
	left:83.5%;
	top:2.5%;
}
*/
/*****************************************
instagram
******************************************/
.slug-front {
  /*
  @media screen and ( max-width:479px){
      #insta_gal{
          grid-template-columns: repeat(2 , 1fr);
      }
  }
  @media screen and ( min-width:480px){
      #insta_gal{
          grid-template-columns: repeat(3 , 1fr);
      }
  }
  */
}
.slug-front #insta_gal {
  display: grid;
  gap: 10px;
}
.slug-front #insta_gal a.insta_single {
  display: block;
  aspect-ratio: 1;
}
.slug-front #insta_gal a.insta_single figure {
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .slug-front #insta_gal {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 768px) {
  .slug-front #insta_gal {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*****************************************
TOP Custmoise
******************************************/
.slug-front #contents .row2 * {
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .slug-front #contents .col_r {
    height: 100%;
  }
  .slug-front #contents .entry .shop_info {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .slug-front #contents .row2 {
    margin-left: -15px;
    margin-right: -15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .slug-front #contents .row2 .fb_area {
    margin-bottom: 0 !important;
  }
  .slug-front #contents .row2 .item-child:nth-child(2),
  .slug-front #contents .row2 .item-child:nth-child(2) .business_info {
    height: 100%;
  }
  .slug-front #contents .row2 .item-child .business_info .blog_rss {
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 100%;
    position: relative;
  }
  .slug-front #contents .row2 .item-child .business_info .blog_rss .shop_info {
    /*position:absolute;*/
    /*bottom:0;*/
    width: 100%;
  }
  .slug-front #contents .row2 .item-child .business_info .blog_rss .shop_info .text-small {
    font-size: 13px;
  }
  .slug-front #contents .row2 .entry__content *:last-child {
    height: auto;
  }
}
@media all and (max-width: 959px) {
  .slug-front .shop_info h3 {
    text-align: center;
    font-size: 20px;
  }
}
@media all and (max-width: 959px) {
  .slug-front .shop_info p {
    font-size: 16px;
  }
}

/********************************************
History 歩み
********************************************/
/*
.page-id-35 #contents {
    background: #000;
}
.page-id-35 .sub-page-contents {
    padding-top: 0;
}
.page-id-35 #contents .entry {
    padding-top: 0;
}
.page article.post-35 .entry__content h2 {
    font-size: 14px;
    color: #fff;
	line-height: 1.8;
    font-weight: bold;
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}
.page article.post-35 .entry__content .episode_area {
    padding-top: 30px;
    padding-bottom:  30px;
}
.page article.post-35 .entry__content dl.episode {
    background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/img_stamp.png) no-repeat bottom 15px right 20px rgba(255, 255, 255, 0.9);
    background-size: 50px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
    @include max-screen( $max-medium-width){
        padding:20px 20px 50px 20px !important;
    }
    @include min-screen( $min-large-width){
        padding: 30px;    
    }
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
*/
/*
@media (min-width: 768px){
.page article.post-35 .entry__content dl.episode {
	min-height: 670px;
}
}
@media (min-width: 992px){
.page article.post-35 .entry__content dl.episode {
	min-height: 620px;
}
}
@media (min-width: 1200px){
.page article.post-35 .entry__content dl.episode {
	min-height: 660px;
}
}
*/
/*
.page article.post-35 .entry__content dt.episode_title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #976933;
}
.page article.post-35 .entry__content dt.episode_title span.episode_num {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px 8px 8px 5px;
    margin: 5px;
    border: 2px solid #976933;
    font-style: italic;
    font-size: 22px;
}
*/
.slug-history .entry__content dd.episode_name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.2em;
  padding-top: 10px;
}
.slug-history .entry__content dd.episode_img {
  padding: 10px;
  text-align: center;
}
.slug-history .entry__content dd.episode_img img {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.slug-history #contents {
  background: #000;
}
.slug-history .sub-page-contents {
  padding-top: 0;
}
.slug-history #contents .entry {
  padding-top: 0;
}
.slug-history .entry__content h2 {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
}
.slug-history .entry__content .episode_area {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slug-history .entry__content dl.episode {
  background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/img_stamp.png) no-repeat bottom 15px right 20px rgba(255, 255, 255, 0.9);
  background-size: 50px auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 959px) {
  .slug-history .entry__content dl.episode {
    padding: 20px 20px 50px 20px !important;
  }
}
@media all and (min-width: 960px) {
  .slug-history .entry__content dl.episode {
    padding: 30px;
  }
}
.slug-history h1 {
  color: #FFF;
  text-align: center;
}
.slug-history .top_text {
  max-width: 700px;
  margin: 30px auto;
  color: #FFF;
}
@media all and (max-width: 959px) {
  .slug-history .top_text {
    font-size: 18px;
  }
}
@media all and (max-width: 959px) {
  .slug-history h1 {
    font-size: 18px;
  }
}
@media all and (max-width: 959px) {
  .slug-history .entry__content dl.episode {
    min-height: 670px;
  }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
  .slug-history .entry__content dl.episode {
    min-height: 620px;
  }
}
@media all and (min-width: 1200px) {
  .slug-history .entry__content dl.episode {
    min-height: 660px;
  }
}
.slug-history .episode_title {
  font-weight: bold;
  color: #976933;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media all and (max-width: 959px) {
  .slug-history .episode_title {
    font-size: 18px;
  }
}
@media all and (min-width: 960px) {
  .slug-history .episode_title {
    font-size: 14px;
  }
}
.slug-history .episode_title span.episode_num {
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #976933;
  font-style: italic;
  font-size: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
}
.slug-history .episode_area .episode_name {
  font-size: 20px !important;
}
.slug-history .episode_area .episode_txt {
  font-weight: bold;
  color: #000;
  padding: 10px 10px 0;
  max-width: 480px;
  margin: 0 auto;
}
@media all and (max-width: 959px) {
  .slug-history .episode_area .episode_txt {
    font-size: 16px;
  }
}
@media all and (min-width: 960px) {
  .slug-history .episode_area .episode_txt {
    font-size: 14px;
  }
}

/********************************************
Access アクセス
********************************************/
/* access */
.slug-access .page-id-36 #contents .entry {
  color: #fff;
  font-weight: bold;
}
.slug-access #contents {
  background: url(https://kousetsuken.com/wp/wp-content/uploads/2017/11/bg-img_access.jpg) no-repeat fixed;
  background-size: cover;
}
.slug-access #contents .entry .business_info {
  margin: 80px auto 0;
  width: 100%;
  max-width: 800px;
  padding: 3%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.slug-access #contents .entry ul {
  padding: 0;
  list-style-position: outside;
}
@media all and (max-width: 959px) {
  .slug-access #contents .entry ul li {
    font-size: 16px;
  }
}
@media all and (min-width: 960px) {
  .slug-access #contents .entry ul li {
    font-size: 14px;
  }
}
.slug-access #contents .entry .access_root,
.slug-access #contents .entry .shop_info {
  margin-bottom: 30px;
  color: #fff;
}
.slug-access #contents .entry .shop_info a,
.slug-access #contents .entry .shop_info input {
  color: #fff;
  text-decoration: none;
  border: none;
}
.slug-access #contents .entry h3 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 959px) {
  .slug-access .business_content h3,
  .slug-access .access_root h3,
  .slug-access .shop_info h3 {
    font-size: 18px !important;
    text-align: center;
  }
}
.slug-access .access_root,
.slug-access .shop_info {
  margin-bottom: 50px !important;
}
@media all and (max-width: 959px) {
  .slug-access .shop_info {
    font-size: 16px;
  }
}
@media all and (min-width: 960px) {
  .slug-access .shop_info {
    font-size: 14px;
  }
}
.slug-access .business_content li {
  margin-left: 0 !important;
  text-indent: -2em;
  padding-left: 2em;
}

/********************************************
How to Order ご購入方法
********************************************/
@media all and (max-width: 959px) {
  .slug-how-to-order .entry__content h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 959px) {
  .slug-how-to-order .entry__content p {
    font-size: 16px;
  }
}
.slug-how-to-order .entry__content .faxordersheet {
  margin: 0 auto;
  border: 1px solid #888;
}
@media all and (max-width: 959px) {
  .slug-how-to-order table.asct th, .slug-how-to-order table.asct td {
    font-size: 14px;
  }
}

/********************************************
global menu Custom
********************************************/
/********************************************
スマートフォン対応
********************************************/
.is-sp.slug-front #contents, .is-sp.slug-history #contents {
  padding-top: 88px;
}

/********************************************
Google Recaptcha
********************************************/
.grecaptcha-badge {
  visibility: hidden;
}

.slug-contact .grecaptcha-badge {
  visibility: visible !important;
}
