@charset "UTF-8";
/*
Theme Name: 井口木材
Theme URI:
Author: クリエイターズヴォイス-dw
Author URI:
Description:
Version: 1.0
*/
.wrapper {
  position: relative;
}

a:hover img.alpha {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

.btnflash a:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.fsmall {
  font-size: 12px;
}

.fxsmall {
  font-size: 12px;
}

.f18 {
  font-size: 18px;
}

.f21 {
  font-size: 21px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.txt-right {
  text-align: right;
}

.bbdt {
  border-bottom: dotted 1px #666;
}

span.bikou {
  font-size: 12px;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* 初期化 */
html, body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

address {
  font-style: normal;
}

/* フォントスタイル初期設定 */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
}

input, select {
  font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media print, screen and (max-width:479px) {
  body {
    line-height: 1.4;
  }
}
header {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/header/bg.png");
}
header p.onlineshop {
  position: fixed;
  right: 0;
  top: 25px;
}

header ul {
  list-style-type: none;
}

#global-nav-pc li img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

#global-nav-pc li img:hover {
  margin-top: -1em;
}

#rwdMenuWrap {
  width: 100%;
}
#rwdMenuWrap #mailBtn {
  top: 30px;
  right: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #5c3723;
  border-radius: 4px;
  padding: 5px;
}
#rwdMenuWrap #switchBtnArea {
  width: 100%;
  text-align: right;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  background: #5c3723;
  position: absolute;
  border-radius: 4px;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
  left: 20%;
  width: 60%;
  height: 4px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 18px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  bottom: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#rwdMenuWrap ul {
  width: 100%;
  display: none;
}
#rwdMenuWrap ul li {
  width: 100%;
  border-bottom: #aaa 1px solid;
  font-size: 12px;
}
#rwdMenuWrap ul li a {
  padding: 10px 20px;
  text-align: left;
  display: block;
  background: #fff;
  position: relative;
}
#rwdMenuWrap ul li a:after {
  content: "";
  margin-top: -4px;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  color: #888;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid #b0b0b0;
  border-right: 2px solid #b0b0b0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#global-nav > ul:before,
#global-nav > ul:after {
  content: " ";
  display: table;
}

#global-nav > ul:after {
  clear: both;
}

#global-nav > ul {
  *zoom: 1;
}

@media print, screen and (max-width: 979px) {
  #global-nav {
    display: none;
  }
  header {
    padding-bottom: 10px;
  }
  header h1 {
    width: 210px;
    padding: 10px 0 0 10px;
    position: relative;
    float: left;
    z-index: 99;
  }
  header h1 a {
    display: block;
  }
  header h1.logo {
    width: 85px;
    padding: 10px 0 10px 30px;
  }
}
@media print, screen and (min-width: 980px) {
  header #rwdMenuWrap {
    display: none;
  }
  header h1 {
    padding: 25px 0 0 50px;
    width: 245px;
  }
  header h1.logo {
    padding: 25px 0 15px 120px;
  }
  header #global-nav-pc ul {
    padding-top: 25px;
  }
  header #global-nav-pc ul.cf {
    padding-top: 30px;
  }
  header #global-nav-pc li {
    float: left;
    padding-left: 20px;
  }
  header nav.subnav {
    padding: 25px 0 0 25px;
  }
  header nav.subnav ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 5px;
    line-height: 1;
  }
  header nav.subnav ul li:last-child {
    border: none;
  }
  header nav.subnav ul li a {
    display: block;
  }
}
p#pagetop {
  right: 10px;
  bottom: 159px;
}

p#pagetop a {
  width: 70px;
  height: 63px;
  display: block;
}

p.copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}

footer {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/footer/bg.png") center top;
}
footer address {
  font-size: 11px;
  padding: 15px 0 25px;
}
footer address a {
  text-decoration: none;
  color: #000;
}

@media print, screen and (max-width:479px) {
  footer address {
    font-size: 14px;
  }
  footer nav.sp {
    font-size: 14px;
    margin: 15px;
  }
  footer nav.sp a {
    text-decoration: none;
    color: #333;
  }
  footer nav.sp ul {
    overflow: hidden;
    margin: 5px;
    text-align: center;
    list-style-type: none;
  }
  footer nav.sp ul li {
    display: inline;
    border-right: 1px solid #999;
    padding: 0 8px 0 6px;
    margin: 5px 0;
  }
  footer nav.sp ul li:last-child {
    border: none;
  }
  p.copyright {
    padding-left: 10px;
    padding-right: 10px;
    font-size: x-small;
  }
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 25px 0 0 0;
  }
  footer .footer-nav nav ul.mainnav {
    list-style-type: none;
  }
  footer .footer-nav nav ul.mainnav li {
    float: left;
    padding-left: 12px;
  }
  footer .footer-nav ul.suvnav {
    width: 360px;
    margin: 15px auto 25px auto;
  }
  footer .footer-nav ul.suvnav li {
    padding-right: 20px;
    float: left;
    display: inline-block;
  }
}
div.head-slide {
  margin-top: 5px;
}

div.home-concept {
  background-color: #d6c6af;
}
div.home-concept div.txt {
  margin-bottom: 1em;
}
div.home-concept div.txt h2.concept-ttl {
  margin-bottom: 20px;
}
div.home-concept div.txt p {
  line-height: 2;
}

section.pickup {
  margin: 25px 0 0 0;
}
section.pickup h3 {
  margin-bottom: 20px;
}

section.topic {
  background-color: #333;
  padding: 25px 0 40px 0;
}
section.topic h2 {
  margin-bottom: 25px;
}

div.pickup-box {
  padding: 25px 0;
}
div.pickup-box div.pickup-slide ul {
  list-style-type: none;
}
div.pickup-box div.pickup-slide ul li {
  float: left;
}
div.pickup-box div.pickup-slide ul li span {
  display: block;
  text-align: center;
}
div.pickup-box div.pickup-slide ul li span.name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
div.pickup-box div.pickup-slide ul li span.price {
  font-size: 11px;
}

section.news,
section.gallery {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 35px;
  position: relative;
}
section.news h2,
section.gallery h2 {
  padding-bottom: 5px;
}
section.news h2 span,
section.gallery h2 span {
  display: inline-block;
  float: right;
}
section.news .slick-prev,
section.gallery .slick-prev {
  left: 10px;
}
section.news .slick-next,
section.gallery .slick-next {
  right: 10px;
}
section.news slick-prev, section.news .slick-next,
section.gallery slick-prev,
section.gallery .slick-next {
  width: 12px; /* 画像幅 */
  height: 21px;
}

section.news-box {
  background-color: #fffaf0;
  padding: 20px 0 30px 0;
}
section.news-box h2 {
  margin-bottom: 20px;
}
section.news-box p {
  font-size: 14px;
  color: #333;
  padding: 17px 0;
  border-top: 1px solid #666;
}
section.news-box p:last-child {
  border-bottom: 1px solid #666;
}
section.news-box p a {
  text-decoration: none;
  color: #333;
}
section.news-box p span.date {
  padding-right: 20px;
  font-size: 11px;
}

section.news div.mov-box p {
  font-size: 12px;
  color: #333;
  padding: 15px 0 0 0;
}

ul.bxslider-gallery {
  list-style-type: none;
}
ul.bxslider-gallery li {
  margin-right: -4px;
}
ul.bxslider-gallery li span {
  display: block;
  float: left;
  margin: 3px;
}

.head-slide {
  position: relative;
}
.head-slide #arrows-main {
  position: absolute;
  width: 600px;
  margin: 0 auto;
  height: 340px;
  top: 0;
  left: 0;
  right: 0;
}
.head-slide .slick-prev:before,
.head-slide .slick-next:before {
  content: "";
}
.head-slide .slick-prev,
.head-slide .slick-next {
  top: 150px;
  width: 12px; /* 画像幅 */
  height: 21px; /* 画像高さ */
  z-index: 99;
}
.head-slide .slick-prev {
  left: -5px; /* 任意の値 */
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/home/slide_prev.png") no-repeat center center;
}
.head-slide .slick-next {
  right: 0; /* 任意の値 */
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/home/slide_next.png") no-repeat center center;
}

.pickup-slide {
  position: relative;
}
.pickup-slide .slick-prev, .pickup-slide .slick-next {
  width: 33px; /* 画像幅 */
  height: 33px; /* 画像高さ */
  top: 55px;
}
.pickup-slide .slick-prev:before, .pickup-slide .slick-next:before {
  content: "";
}
.pickup-slide button.slick-prev, .pickup-slide button.slick-next {
  z-index: 99;
}
.pickup-slide .slick-prev {
  left: -15px; /* 任意の値 */
}
.pickup-slide .slick-next {
  right: 0px; /* 任意の値 */
}
.pickup-slide .slick-arrow {
  z-index: 10; /* 値は適当に */
}

.topic-slide {
  position: relative;
}
.topic-slide .slick-prev, .topic-slide .slick-next {
  width: 12px; /* 画像幅 */
  height: 21px;
}
.topic-slide .slick-prev:before, .topic-slide .slick-next:before {
  content: "";
}
.topic-slide button.slick-prev, .topic-slide button.slick-next {
  z-index: 99;
}
.topic-slide .slick-prev {
  left: 20px; /* 任意の値 */
}
.topic-slide .slick-next {
  right: 20px; /* 任意の値 */
}
.topic-slide .slick-arrow {
  z-index: 10; /* 値は適当に */
}

div.news-bg {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/home/bg_news.jpg") no-repeat top center;
}

div.massage {
  padding: 20px 0;
}
div.massage h2 {
  padding-bottom: 30px;
}
div.massage p {
  line-height: 2;
  font-size: 14px;
}
div.massage p.sdgs {
  margin: 50px auto;
}
div.massage div.topics {
  background-color: #f4f5dd;
}
div.massage div.topics div.topic-box {
  text-align: center;
  padding: 30px;
}
div.massage div.topics div.topic-box h3.ttl {
  margin-top: 15px;
}
div.massage div.topics div.topic-box p.txt {
  margin: 20px 0 25px;
}
section.torikumi {
  background-color: #9d896c;
  padding: 45px 15px;
}
section.torikumi h2 {
  margin-bottom: 25px;
}

@media print, screen and (max-width: 979px) {
  .mov-box iframe {
    width: 100%;
  }
  header {
    padding-bottom: 0;
  }
  div.head-slide {
    padding-bottom: 15px;
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/home/bg01.png") no-repeat bottom center;
    background-size: contain;
  }
  #arrows-main .slick-next,
  #arrows-main .slick-prev {
    display: none;
  }
  div.home-concept {
    padding: 20px 15px 15px 15px;
    text-align: center;
  }
  .pickup-box {
    margin: 0 15px;
  }
  .pickup-box h3 {
    text-align: center;
  }
  .pickup-slide {
    /*
    	padding-left: 5px;
    	width: 330px;
    	width: 100%;
    	margin: 10px auto 0 auto;
    */
  }
  .pickup-slide .slick-prev {
    left: 0px; /* 任意の値 */
    display: none;
  }
  .pickup-slide .slick-next {
    right: 10px; /* 任意の値 */
    display: none;
  }
  .pickup-slide ul li {
    width: 48%;
    margin: 5px 3px 10px 3px;
  }
  ul.bxslider-gallery {
    list-style-type: none;
    overflow: hidden;
  }
  ul.bxslider-gallery li span {
    display: block;
    float: left;
    width: 48%;
    margin: 1%;
  }
  div.banar {
    margin: 0 15px;
    overflow: hidden;
  }
  div.banar li {
    width: 48%;
    margin: 1%;
    float: left;
    list-style-type: none;
  }
  div.banar li img {
    border: 1px solid #ccc;
  }
  div.news-bg {
    padding-bottom: 15px;
  }
  div.news-bg section {
    margin: 10px;
  }
  section.news div.news-box p,
  section.news div.news-box p span {
    font-size: 14px;
  }
  section.news div.news-box p span {
    display: block;
  }
  div.news-bg {
    background-size: cover;
  }
  div.massage h2, div.massage p {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.garally {
    margin: 0 20px 20px 20px;
    overflow: hidden;
  }
  section.garally ul {
    list-style-type: none;
    overflow: hidden;
  }
  section.garally ul li {
    float: left;
    padding: 5px;
    width: 50%;
  }
  section.garally ul li img {
    border-radius: 50%;
  }
  section.torikumi div.w780 ul {
    list-style-type: none;
    overflow: hidden;
  }
  section.torikumi div.w780 ul li {
    float: left;
    padding: 5px;
    width: 50%;
  }
  section.news-box div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  section.garally {
    margin: 45px auto;
    overflow: hidden;
  }
  section.garally h3 {
    width: 165px;
    float: left;
    margin-right: 5px;
  }
  section.garally ul {
    list-style-type: none;
    overflow: hidden;
    float: left;
  }
  section.garally ul li {
    float: left;
    margin: 5px;
  }
  section.garally ul li:last-child {
    margin-right: 0;
  }
  section.garally ul li img {
    width: 160px;
    height: 160px;
    border-radius: 200px;
  }
  section.torikumi {
    margin: 45px auto;
    overflow: hidden;
  }
  section.torikumi ul {
    list-style-type: none;
    overflow: hidden;
    float: left;
  }
  section.torikumi ul li {
    float: left;
    margin-right: 45px;
  }
  section.torikumi ul li:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 980px) {
  #keyimg {
    min-width: 1000px;
    overflow: hidden;
  }
  #keyimg .bx-viewport {
    background: transparent !important;
    border: 0;
    overflow: visible !important;
    height: 500px !important;
  }
  .bx-wrapper .bx-prev {
    left: -50px !important;
  }
  .bx-wrapper .bx-next {
    right: -50px !important;
  }
  div.head-slide {
    width: 100%;
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/home/bg01.png") no-repeat bottom center;
    padding-bottom: 30px;
    /*
    		.slider-mask{
    			z-index: 999;
    			position: absolute;
    			top:0;
    			left: 0;
    			right: 0;
    		}
    */
  }
  div.head-slide ul {
    overflow: hidden;
    display: block;
    position: relative;
  }
  div.head-slide li {
    width: 600px;
    height: 300px;
    position: relative;
    float: left;
    display: block;
  }
  div.home-concept .w800 {
    padding: 50px 0;
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/home/subimg01.jpg") no-repeat right top;
  }
  div.pickup-box div.left {
    width: 160px;
  }
  div.pickup-box div.pickup-slide {
    width: 600px;
  }
  div.pickup-box {
    padding: 25px 0;
  }
  div.pickup-box div.pickup-slide ul li {
    width: 150px;
  }
  div.pickup-box div.pickup-slide ul li img {
    width: 130px;
  }
  div.pickup-box div.pickup-slide ul li span {
    width: 131px;
  }
  div.topic-slide {
    width: 900px;
  }
  div.banar {
    margin-top: 50px;
  }
  div.banar ul {
    list-style-type: none;
  }
  div.banar ul li {
    float: left;
    margin-right: 20px;
    width: 280px;
  }
  div.banar ul li:last-child {
    margin: 0;
  }
  section.news,
  section.gallery {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 35px;
    width: 345px;
  }
  section.news h2,
  section.gallery h2 {
    padding-bottom: 5px;
  }
  section.news h2 span,
  section.gallery h2 span {
    display: inline-block;
    float: right;
  }
  div.home-concept .w800 div.txt {
    width: 320px;
  }
  div.news-bg {
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/home/bg_news.jpg") no-repeat top center;
    padding: 50px 0;
  }
  section.news div.news-box p span {
    width: 75px;
  }
  div.massage div.topics .topic-box, div.massage div.topics .topi-slide {
    width: 400px;
  }
  section.garally {
    width: 690px;
  }
}
section.page-ttl {
  background: #d6c6af url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/page/bg_ttl.png") repeat-x center center;
}
section.page-ttl h1 {
  padding: 35px 0;
}

.policy-top-txt {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/page/policy/bg-head.jpg") no-repeat center top;
}

.policy-top-txt,
.concept-top-txt,
.company01-txt,
.company02-txt,
.company03-txt,
.contact01-txt,
.privacy01-txt,
.concept01-txt,
.concept02-txt {
  padding: 30px 15px;
}
.policy-top-txt h2,
.concept-top-txt h2,
.company01-txt h2,
.company02-txt h2,
.company03-txt h2,
.contact01-txt h2,
.privacy01-txt h2,
.concept01-txt h2,
.concept02-txt h2 {
  margin-bottom: 25px;
}
.policy-top-txt p,
.concept-top-txt p,
.company01-txt p,
.company02-txt p,
.company03-txt p,
.contact01-txt p,
.privacy01-txt p,
.concept01-txt p,
.concept02-txt p {
  font-size: 12px;
  line-height: 2;
  color: #333;
}

.company02-txt {
  padding-bottom: 20px;
}
.company02-txt div.jigyo {
  border: 1px solid #333;
  padding: 0 25px 25px 25px;
  margin-top: 15px;
  text-align: left;
}
.company02-txt div.jigyo p {
  margin-top: 15px;
}
.company02-txt h4 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  margin-top: -10px;
  z-index: 99;
}
.company02-txt h4 span {
  padding: 15px;
  background-color: #f5f5dc;
}

.privacy01-txt ol.privacy {
  margin: 2em 0 2em 1em;
}
.privacy01-txt p, .privacy01-txt li {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 0 0 1em 1.5em;
  list-style: decimal;
}
.privacy01-txt p strong, .privacy01-txt li strong {
  display: block;
}

#imgSlider img {
  margin: 5px;
  max-width: initial; /* 初期状態にリセット */
}

.policy01-txt,
.concept01-txt,
.company02-txt {
  background-color: #f5f5dc;
}

.policy01-img {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai/images/page/policy/bg01.jpg") no-repeat;
  background-size: cover;
}

.policy02-img {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai/images/page/policy/bg02.jpg") no-repeat right top;
  background-size: cover;
}

.policy03-img {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai/images/page/policy/bg03.jpg") no-repeat right top;
  background-size: cover;
}

.policy04-img {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai/images/page/policy/bg04.jpg") no-repeat right top;
  background-size: cover;
}

.policy01-txt h3,
.policy02-txt h3,
.concept01-txt h3,
.concept02-txt h3 {
  margin: 35px 0 25px;
}
.policy01-txt p,
.policy02-txt p,
.concept01-txt p,
.concept02-txt p {
  font-size: 14px;
  color: #333;
  line-height: 2;
  margin-bottom: 20px;
}
.policy01-txt p.img,
.policy02-txt p.img,
.concept01-txt p.img,
.concept02-txt p.img {
  margin-bottom: 30px;
}

div.link {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 30px 0;
}
div.link p {
  line-height: 1;
}
div.link a {
  color: #360;
  text-decoration: none;
  font-size: 12px;
}
div.link a:hover {
  color: #c00;
}

/*
.concept01-txt,
.concept02-txt{
	padding: 25px 0 60px 0;
}
*/
div.img-list ul {
  list-style-type: none;
}
div.img-list ul li.img {
  margin: 0 10px 0 0;
}
div.img-list ul li.img p {
  margin: 15px 0 40px;
  line-height: 1.5;
  color: #360;
}
div.img-list ul li.img:first-child {
  margin: 0 10px 0 5px;
}
div.img-list ul li.img:last-child {
  margin: 0 5px 0 0;
}

.company01-txt div.left-pc h3,
.company03-txt div.left-pc h3 {
  margin-bottom: 20px;
}
.company01-txt div.left-pc p.name,
.company03-txt div.left-pc p.name {
  font-size: 18px;
  margin: 15px 0;
  letter-spacing: 2px;
}
.company01-txt div.left-pc p.name span,
.company03-txt div.left-pc p.name span {
  font-size: 13px;
}
.company01-txt h3,
.company03-txt h3 {
  background: #e1e6d9 url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai/images/page/company/sub_ttl_icon.png") no-repeat left center;
  font-size: 21px;
  letter-spacing: 7px;
  line-height: 34px;
  padding: 0 0 0 50px;
  font-weight: normal;
  margin: 0 0 35px;
  color: #44591f;
}
.company01-txt p,
.company03-txt p {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 14px;
}
.company01-txt p.right,
.company03-txt p.right {
  text-align: right;
}
.company01-txt p.right span,
.company03-txt p.right span {
  letter-spacing: 3px;
  vertical-align: middle;
}
.company01-txt p.right em.name,
.company03-txt p.right em.name {
  font-size: 24px;
  font-style: normal;
  padding: 0 0 0 10px;
}

.company02-txt h3 {
  margin-bottom: 35px;
}

table.company {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #360;
  margin: 25px 0 50px;
}
table.company th, table.company td {
  border-bottom: 1px solid #360;
  padding: 1em 0;
}
table.company th {
  color: #360;
  background-color: #f5f5dc;
  font-weight: normal;
  padding: 1em 10px;
}
table.company td {
  padding-left: 50px;
}
table.company ul {
  list-style-type: none;
}

section.product-list01,
section.product-list02 {
  padding: 25px 0;
}
section.product-list01 h2,
section.product-list02 h2 {
  margin-bottom: 25px;
}
section.product-list01 p.txt,
section.product-list02 p.txt {
  font-size: 12px;
}

div.list {
  margin-top: 50px;
}
div.list div.item p {
  text-align: center;
}
div.list div.item p span {
  display: block;
  color: #333;
}
div.list div.item p span.name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
div.list div.item p span.price {
  font-size: 13px;
  margin-bottom: 20px;
}

.product-list02 h2 {
  margin-top: 50px;
}

section.product-list01 {
  background-color: #f5f5dc;
}

section.shopping-info {
  background-color: #d6c6af;
}
section.shopping-info nav.shop-info {
  background-color: #f0eae2;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  padding: 0 20px 10px 20px;
  margin-top: 15px;
}
section.shopping-info nav.shop-info ul {
  margin: 0;
}
section.shopping-info nav.shop-info ul li {
  float: left;
  list-style-type: none;
  padding-right: 10px;
}
section.shopping-info nav.shop-info ul li:last-child {
  padding-right: 0;
}
section.shopping-info h3 {
  background-color: #466414;
  font-size: 17px;
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  margin: 50px 0 20px;
  font-weight: normal;
}
section.shopping-info h4 {
  color: #466414;
  border-bottom: 1px solid #466414;
  font-size: 17px;
  font-weight: normal;
  margin: 35px 0 20px;
}
section.shopping-info h5 {
  font-size: 16px;
}
section.shopping-info p, section.shopping-info ul {
  font-size: 14px;
  color: #333;
  margin-bottom: 1em;
}
section.shopping-info p span, section.shopping-info ul span {
  font-size: 12px;
}
section.shopping-info ul {
  margin: 0 0 1em 1.5em;
  font-size: 16px;
}
section.shopping-info div.dummy {
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  background-color: #eee;
  margin: 15px 0;
  font-size: 12px;
}
section.shopping-info div.bank {
  border: 1px solid #000;
  padding: 5px;
  display: inline-block;
}
section.shopping-info div.bank table th, section.shopping-info div.bank table td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  padding: 2px 5px;
  font-size: 14px;
}

body.item-page {
  background-color: #fff;
}

.item-detail {
  margin-top: 25px;
}
.item-detail h2 {
  color: #466414;
  border-bottom: 1px solid #466414;
  font-weight: normal;
  font-size: 16px;
}
.item-detail table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.item-detail table tr {
  border-bottom: 1px dotted #466414;
}
.item-detail table th, .item-detail table td {
  padding: 10px;
}
.item-detail table th {
  text-align: center;
  width: 7em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.item-detail table th span {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 4em;
}
.item-detail table td {
  padding-left: 1.5em;
}

.page-item .right-pc h1 {
  font-size: 24px;
  font-weight: normal;
}
.page-item .right-pc p.price,
.page-item .right-pc p.cart-btn {
  margin: 20px 0;
}
.page-item .right-pc ul {
  list-style-type: none;
}
.page-item .right-pc ul li {
  margin-top: 10px;
  line-height: 1;
}

#cboxOverlay {
  background: #000;
}

#cboxLoadedContent {
  background: #fff;
  padding: 20px;
}

#cboxLoadedContent {
  overflow: auto;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content { /* インラインを使用する時のみ */
  margin: 20px;
}

#ajax-wrap { /* ajaxを使用する時のみ */
  margin: 20px;
}

#cboxClose {
  top: 0;
}

.tour-head {
  background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/tour/bg.jpg") no-repeat center center;
  height: 300px;
  background-size: cover;
}
.tour-head h2 {
  padding: 150px 0 0 0;
}

div.tour {
  margin: 175px auto 0 auto;
}
div.tour .tour-img {
  margin: 0 0 70px;
}
div.tour .tour-img img {
  vertical-align: bottom;
}
div.tour .contact {
  background-color: #f2efeb;
  padding: 30px;
  margin: 70px auto;
  border-radius: 6px;
}
div.tour .contact p.txt {
  color: #653308;
  font-size: 21px;
  margin-bottom: 1em;
}

.about {
  margin-top: 20px;
}
.about .left {
  float: left;
}
.about .right {
  float: right;
}

div.about-topics01,
div.about-topics02 {
  box-sizing: border-box;
  background-color: rgba(240, 235, 235, 0.9);
}
div.about-topics01 p.ttl,
div.about-topics02 p.ttl {
  padding: 30px 0 1em;
}
div.about-topics01 p.txt,
div.about-topics02 p.txt {
  padding: 0 25px;
}

@media print, screen and (max-width: 979px) {
  .policy-top-txt,
  .concept-top-txt,
  .company01-txt,
  .company02-txt,
  .company03-txt,
  .contact01-txt,
  .privacy01-txt,
  .concept01-txt,
  .concept02-txt {
    padding: 30px 15px;
  }
  .policy-top-txt p,
  .concept-top-txt p,
  .company01-txt p,
  .company02-txt p,
  .company03-txt p,
  .contact01-txt p,
  .privacy01-txt p,
  .concept01-txt p,
  .concept02-txt p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
  }
  .policy01-txt h3,
  .policy02-txt h3,
  .concept01-txt h3,
  .concept02-txt h3 {
    margin: 5px 0 25px;
  }
  .concept-top-txt p,
  .concept01-txt p,
  .concept02-txt p {
    text-align: left;
  }
  .policy-top-txt {
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/page/policy/bg-head_sp.jpg") no-repeat center top;
    background-size: auto;
    padding-top: 90px;
  }
  div.img-list ul li.img {
    margin: 0 1px;
    text-align: center;
  }
  div.img-list ul li.img img {
    margin-bottom: 10px;
  }
  div.img-list ul li.img p {
    margin: 0 0 20px;
    text-align: center;
  }
  div.img-list ul li.img:first-child {
    margin: 0 1px;
  }
  div.img-list ul li.img:last-child {
    margin: 0 1px;
  }
  div.colum03 li.img {
    width: 32%;
    float: left;
  }
  .policy01-img,
  .policy02-img,
  .policy03-img,
  .policy04-img {
    height: 300px;
  }
  div#imgSliderSp img {
    max-width: 200px;
    height: auto;
    margin: 5px;
  }
  .policy01-txt,
  .policy02-txt {
    padding: 15px 30px 10px 30px;
  }
  .policy01-txt p.img,
  .policy02-txt p.img {
    margin: 10px -25px 0 -25px;
  }
  .policy02-txt {
    padding-top: 40px;
  }
  nav.page-nav {
    margin: 5px auto 10px auto;
  }
  nav.page-nav ul {
    list-style-type: none;
    margin-left: 15px;
  }
  nav.page-nav ul li {
    float: left;
    margin-right: 15px;
  }
  #thumb_img img {
    cursor: pointer;
    margin-bottom: 3px;
  }
  section.product-list01,
  section.product-list02 {
    padding: 25px 15px;
  }
  section.product-list01 p.txt,
  section.product-list02 p.txt {
    font-size: 14px;
  }
  section.product-list01 div.list,
  section.product-list02 div.list {
    margin-top: 20px;
  }
  section.product-list01 div.list div.item,
  section.product-list02 div.list div.item {
    width: 46%;
    float: left;
    margin: 2% 2% 10px 2%;
  }
  section.product-list01 div.list div.item p span.price,
  section.product-list02 div.list div.item p span.price {
    margin-bottom: 10px;
  }
  section.product-list01 div.list div.btn p.left, section.product-list01 div.list div.btn p.right,
  section.product-list02 div.list div.btn p.left,
  section.product-list02 div.list div.btn p.right {
    width: 48%;
    margin: 1%;
    float: left;
  }
  .shopping-info {
    padding: 25px 15px;
  }
  .product-list02 h2 {
    margin-top: 50px;
  }
  .product-list02 .btn {
    margin-bottom: 40px;
  }
  section.product-list01 {
    background-color: #f5f5dc;
  }
  .blog-main {
    margin: 15px;
  }
  ol.privacy {
    margin-left: 15px;
  }
  table.company td {
    padding-left: 20px;
  }
  div.map {
    margin-bottom: 30px;
  }
  .company02-txt h3 {
    margin-bottom: 25px;
  }
  div.tour div.head-tour {
    margin: 0 20px;
  }
  div.tour div.head-tour p {
    margin-bottom: 0;
  }
  div.tour .tour-img {
    margin: 0 0 50px;
  }
  div.tour .tour-img p.center {
    bottom: 0;
  }
  div.tour .tour-img .left-pc,
  div.tour .tour-img .right-pc {
    margin: 0;
    width: 33%;
    float: left;
    text-align: center;
  }
  div.tour .contact {
    margin: 20px;
  }
  div.tour .contact p.txt {
    font-size: 18px;
  }
  .slick-prev,
  .slick-next {
    left: 0;
    right: 0;
  }
  .about {
    margin: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .about .left {
    float: left;
    padding-right: 2px;
  }
  .about .right {
    float: right;
    padding-left: 2px;
  }
  .about .left,
  .about .right {
    width: 50%;
  }
  .about-topics01,
  .about-topics02 {
    padding-bottom: 1em;
    margin-bottom: 15px;
  }
  div.about-img-box {
    margin: 20px 0;
  }
  div.about-img-box .left-pc {
    float: left;
    width: 52%;
  }
  div.about-img-box .left-pc img {
    padding: 0 0 5px 0;
  }
  div.about-img-box .right-pc {
    float: right;
    width: 47%;
    padding: 0 0 4px 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .policy-top-txt {
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/page/policy/bg-head.jpg") no-repeat center top;
  }
  div.list {
    margin-top: 50px;
    width: 680px;
  }
  div.list div.item {
    width: 200px;
    float: left;
    margin-bottom: 30px;
  }
  div.list div.item01, div.list div.item02 {
    margin-right: 40px;
  }
  div.list div.item01:nth-child(3n) {
    margin-right: 0;
  }
  div.list-food {
    width: 440px;
    margin-bottom: 15px;
  }
  div.about-topics {
    width: 690px;
    height: 340px;
    margin: 50px auto;
    position: relative;
  }
  div.about-topics div.about-topics01,
  div.about-topics div.about-topics02 {
    box-sizing: border-box;
    height: 310px;
    z-index: 10;
    position: absolute;
  }
  div.about-topics div.about-topics01 p.txt,
  div.about-topics div.about-topics02 p.txt {
    font-size: 16px;
  }
  div.about-topics div.about-topics01 {
    width: 260px;
  }
  div.about-topics div.about-topics02 {
    top: 30px;
    width: 300px;
  }
  div.about-topics div.topic-img01, div.about-topics div.topic-img02 {
    width: 465px;
    z-index: 1;
    position: absolute;
  }
  .about .about-head {
    margin: 25px 0 0 0;
    font-size: 16px;
  }
  .about .about-head .left-pc {
    width: 195px;
  }
  .about .about-head .right-pc {
    width: 480px;
  }
  div.about-topics01 {
    top: 30px;
    right: 0;
  }
  div.topic-img02 {
    right: 0;
  }
  div.about-img-box {
    margin: 70px 0 90px;
  }
  div.about-img-box .left-pc {
    width: 365px;
  }
  div.about-img-box .left-pc img {
    margin: 0 0 4px 0;
  }
  .page-box {
    width: 690px;
  }
  .tour-head {
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/tour/bg.jpg") no-repeat center center;
    height: 525px;
    background-size: cover;
  }
  .tour-head h2 {
    padding: 375px 0 0 0;
  }
  div.tour {
    margin: 175px auto 0 auto;
  }
  div.tour .tour-img {
    margin: 0 0 70px;
  }
  div.tour .tour-img img {
    vertical-align: bottom;
  }
  div.tour .thumb-item-nav li {
    width: 100px;
    margin: 2px;
    padding: 2px;
  }
  div.tour .contact {
    width: 610px;
    padding: 30px;
    margin: 70px auto;
  }
  div.tour .contact p.txt {
    color: #653308;
    font-size: 21px;
  }
  div.tour .slick-prev {
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/tour/prev.png") no-repeat center center;
  }
  div.tour .slick-next {
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/tour/arrow.png") no-repeat center center;
  }
}
@media print, screen and (min-width: 980px) {
  div.tour-img .left-pc {
    margin-right: 45px;
  }
  .policy-top-txt {
    background: url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/page/policy/bg-head.jpg") no-repeat center top;
  }
  .policy-top-txt,
  .concept-top-txt,
  .company01-txt,
  .company02-txt,
  .company03-txt,
  .contact01-txt,
  .privacy01-txt {
    padding: 60px 0;
  }
  .policy-top-txt h2,
  .concept-top-txt h2,
  .company01-txt h2,
  .company02-txt h2,
  .company03-txt h2,
  .contact01-txt h2,
  .privacy01-txt h2 {
    margin-bottom: 25px;
  }
  .policy01-txt p,
  .policy02-txt p,
  .concept01-txt p,
  .concept02-txt p {
    font-size: 12px;
  }
  #keihoku .policy01-txt h3,
  #keihoku .policy02-txt h3,
  #tour .policy01-txt h3,
  #tour .policy02-txt h3 {
    padding-top: 60px;
  }
  #keihoku .policy01-txt p.center,
  #keihoku .policy02-txt p.center,
  #tour .policy01-txt p.center,
  #tour .policy02-txt p.center {
    padding-bottom: 50px;
  }
  .concept01-txt,
  .concept02-txt {
    padding: 25px 0 60px 0;
  }
  nav.page-nav {
    width: 380px;
    margin: 5px auto 12px auto;
  }
  nav.page-nav ul {
    list-style-type: none;
  }
  nav.page-nav ul li {
    float: left;
    margin-right: 25px;
  }
  nav.page-nav ul li:last-child {
    margin-right: 0;
  }
  .shopping-info {
    margin-top: 70px;
    padding: 50px 0;
  }
  div.img-list ul li.img {
    margin: 0 10px 0 0;
    float: left;
  }
  div.img-list ul li.img:first-child {
    margin: 0 10px 0 5px;
  }
  div.img-list ul li.img:last-child {
    margin: 0 5px 0 0;
  }
  .policy-box .left-pc, .policy-box .right-pc {
    width: 50%;
    padding: 0 15px;
  }
  .page-item .right-pc {
    width: 250px;
  }
  .page-item .right-pc h1 {
    font-size: 24px;
    font-weight: normal;
  }
  .page-item .right-pc p.price,
  .page-item .right-pc p.cart-btn {
    margin: 20px 0;
  }
  .page-item .right-pc ul {
    list-style-type: none;
  }
  .page-item .right-pc ul li {
    margin-top: 10px;
    line-height: 1;
  }
  .page-item .left-pc {
    width: 400px;
  }
  .page-item .left-pc ul {
    list-style-type: none;
    margin-top: 15px;
    width: 400px;
  }
  .page-item .left-pc ul li {
    width: 130px;
    float: left;
    margin-right: 5px;
  }
  .page-item .left-pc ul li:last-child {
    margin-right: 0;
  }
  .page-item #thumb_img img {
    cursor: pointer;
    margin-bottom: 2px;
  }
  section.shopping-info nav.shop-info {
    width: 385px;
  }
  section.shopping-info nav.shop-info ul li {
    padding-right: 25px;
  }
  div.jigyo {
    width: 560px;
    margin: 15px auto 0 auto;
  }
  .company01-txt div.left-pc {
    width: 430px;
  }
}
@media print, screen and (max-width:479px) {
  table.company th {
    padding: 5px;
    min-width: 4em;
  }
  section.page-ttl {
    background-size: cover;
  }
  section.page-ttl h1 {
    max-width: 75%;
    padding: 15px 10px;
  }
  section.shopping-info nav.shop-info {
    padding: 0 10px 10px 10px;
  }
  .page-item .right-pc h1 {
    font-size: 21px;
    font-weight: normal;
  }
}
@media print, screen and (max-width:479px) {
  div.about-head,
  div.about-topics {
    margin-bottom: 40px;
  }
  div.about-head .left-pc,
  div.about-topics .left-pc {
    text-align: center;
    margin-top: 1em;
  }
  div.about-head .left-pc img,
  div.about-topics .left-pc img {
    max-width: 70%;
    margin-bottom: 1em;
  }
}
section.blog-ttl {
  background: #d6c6af url("https://keihoku-quad-tour.kyoto/kikori-village/wp-content/themes/iguchimokuzai//images/page/blog/bg.jpg") repeat-x center center;
}
section.blog-ttl h1 {
  padding: 30px 0 0 0;
}

div.blog {
  margin-top: 50px;
}

div.blog-entry {
  padding: 0 0 50px 0;
  margin: 0 0 50px;
  border-bottom: solid 1px #ccc;
}
div.blog-entry h3 {
  font-size: 24px;
  font-weight: normal;
  color: #360;
  margin-bottom: 30px;
}
div.blog-entry p {
  margin-bottom: 1em;
  line-height: 1.7;
  color: #5c3723;
  font-size: 14px;
}
div.blog-entry div.ttl-entry {
  color: #360;
  padding-left: 75px;
  margin-bottom: 20px;
}
div.blog-entry p.date {
  font-size: 11px;
  margin: 0;
  text-indent: 0;
  color: #360;
  padding: 5px 0 5px 5px;
}

nav.blog-sidebar div {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
nav.blog-sidebar div.search {
  margin-left: 10px;
}
nav.blog-sidebar div.search .searchform {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 0px;
  padding: 2px 4px 2px 4px;
  margin: 0;
  width: 180px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  float: left;
}
nav.blog-sidebar div.search .searchbtn {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 0px;
  padding: 2px 4px 2px 4px;
  margin: 0;
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 20px;
}
nav.blog-sidebar h4 {
  margin-bottom: 14px;
  padding: 6px 0;
  font-weight: normal;
  font-size: 14px;
  color: #360;
  border-bottom: 1px solid #360;
}
nav.blog-sidebar ul li {
  list-style-type: none;
  margin: 0 5px 0.8em 0;
  line-height: 1.3;
  font-size: 12px;
}
nav.blog-sidebar ul li.cat-post-item {
  border-bottom: none !important;
}
nav.blog-sidebar ul li.cat-post-item a {
  font-size: 12px !important;
}
nav.blog-sidebar ul li a {
  text-decoration: none;
  color: #360;
}
nav.blog-sidebar ul li a:hover {
  color: #aaa;
}
nav.blog-sidebar ul.collapsing ul {
  margin: 3px 0 0 1.5em;
}
nav.blog-sidebar ul.collapsing div {
  margin: 0;
  padding: 0;
}
nav.blog-sidebar .jaw_years ul {
  margin: 5px 0 0 1em;
}

div.wp-pagenavi {
  clear: both;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 20px;
  overflow: hidden;
}
div.wp-pagenavi span,
div.wp-pagenavi a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #456214;
}
div.wp-pagenavi a:hover {
  color: #fff;
  background: #652559;
}
div.wp-pagenavi .current {
  padding: 6px 9px 5px 9px;
  color: #fff;
  background-color: #CCCCCC;
}

nav ul.pager {
  width: 710px;
  overflow: hidden;
  list-style-type: none;
  font-size: 12px;
  margin-bottom: 20px;
}
nav ul.pager li {
  width: 50%;
}
nav ul.pager li.right {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  nav.blog-sidebar {
    margin: 0 15px;
  }
}
@media print, screen and (min-width: 980px) {
  div.blog-main {
    width: 500px;
    float: left;
  }
  nav.blog-sidebar {
    width: 180px;
    float: right;
  }
  nav.blog-sidebar div.nav ul li {
    width: 170px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width:479px) {
  nav.blog-sidebar {
    margin: 0 15px;
  }
  nav.blog-sidebar h4 {
    margin: 0 auto 10px auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 979px) {
  nav.blog-sidebar div {
    width: 31%;
    margin: 1%;
    float: left;
  }
}
#swpm-registration-form table, table.form {
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
  font-size: 14px;
}

#swpm-registration-form table th, table.form th {
  text-align: left;
  padding: 1em 0.5em 0.5em;
  font-weight: normal;
  border: 1px solid #ddd;
}

#swpm-registration-form table tr, able.form tr {
  border-bottom: dotted 1px #999;
}

#swpm-registration-form table td, table.form td {
  padding: 1em 0.5em 0.5em;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
}

span.head {
  display: block;
}

select {
  font-size: 14px;
}

table.form {
  /*
  	border-collapse: collapse;
  	width: 100%;
  	box-sizing: border-box;

  	font-size: $font-middle;
  */
  /*
  	th,td{
  			text-align: left;
  			box-sizing: border-box;
  			border: 1px solid #ddd;
  		}
  */
}
table.form th {
  background-color: #f8f8f8;
}
table.form th span.hissu {
  font-size: 12px;
  padding: 2px;
  background: #c00;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;
  white-space: nowrap;
}
table.form input.border20 {
  width: 20em;
}
table.form input.border7 {
  width: 8em;
}
table.form input.border5 {
  width: 5.5em;
}
table.form input[type=text],
table.form input[type=password],
table.form input[type=email],
table.form input[type=tel],
table.form textarea,
table.form select {
  border: 1px solid #CCC;
  background: #fff;
  margin: 2px;
  padding: 6px;
  font-size: 14px;
  max-width: 95%;
}
table.form textarea {
  box-sizing: border-box;
  width: 90%;
}
table.form input.wpcf7-not-valid,
table.form textarea.wpcf7-not-valid {
  background-color: pink;
}
table.form input:focus, table.form select:focus, table.form textarea:focus {
  background-color: #eef;
}

p.submit {
  text-align: center;
  margin: 15px auto;
}

input[type=submit],
input[type=button] {
  width: 280px;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  background: #ad9366;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 0;
}

input[type=submit]:hover,
input[type=button]:hover {
  background: #5c3723;
}

*:first-child + html input[type=submit] {
  padding: 3px;
}

span .wpcf7-list-item {
  padding-right: 1em;
}

p.privacy {
  text-align: center;
  font-size: 12px;
}

section.contact p.tel img {
  width: 482px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  table.form th, table.form td {
    width: 100%;
    display: block;
    border-top: none;
  }
  table.form tr:first-child th {
    border-top: 1px solid #ddd;
  }
  table.form th {
    background-color: #eee;
    padding: 0.2em 0.5em 0.1em;
  }
}
@media print, screen and (min-width: 768px) {
  table.form th {
    padding: 0.5em;
    width: 12em;
  }
  table.form td {
    padding: 0.5em 0 0.5em 1em;
  }
}
@media print, screen and (max-width: 979px) {
  .pc {
    display: none;
  }
  .fsmall {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .left {
    float: left;
  }
  .right {
    float: right;
  }
}
@media print, screen and (min-width: 980px) {
  .left-pc {
    float: left;
  }
  .right-pc {
    float: right;
  }
  .sp {
    display: none;
  }
  .w980 {
    width: 980px;
  }
  .w900 {
    width: 900px;
  }
  .w880 {
    width: 880px;
  }
  .w800 {
    width: 800px;
  }
  .w780 {
    width: 780px;
  }
  .w690 {
    width: 690px;
  }
  .w680 {
    width: 680px;
  }
  .line2 {
    line-height: 2;
  }
  .pc-center {
    text-align: center;
  }
}
@media print, screen and (max-width:479px) {
  .spbr {
    display: block;
  }
  .sp-center {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */