@charset "utf-8";

/*
Theme Name: yohaku
Version: 1.0
Author: QLPCS
Copyright: © 株式会社サンカーベ
*/

/* General
---------------------------------------------------- */
body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  height: 100%;
  color: #363232;
  font-size: 18px;
  background: #fffdfd;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #363232;
  text-decoration: none;
}

/* Style
---------------------------------------------------- */
.mt24 {
  margin-top: 24px;
}

div.mt24 {
  margin-top: 24px;
}

.mt48 {
  margin-top: 48px;
}

div.mt48 {
  margin-top: 48px;
}

.mt56 {
  margin-top: 56px;
}

div.mt56 {
  margin-top: 56px;
}

.mb24 {
  margin-bottom: 24px;
}

div.mb24 {
  margin-bottom: 24px;
}

.mb48 {
  margin-bottom: 48px;
}

div.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

div.mb56 {
  margin-bottom: 56px;
}

.pt24 {
  padding-top: 24px;
}

div.pt24 {
  padding-top: 24px;
}

.pt48 {
  padding-top: 48px;
}

div.pt48 {
  padding-top: 48px;
}

.text_l {
  text-align: left;
}

.text_c {
  text-align: center;
}

.ul {
  text-decoration: underline !important;
}

.mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 103%;
}

.lh2 {
  line-height: 2em;
}

/* Image
---------------------------------------------------- */
img {
  border: 0;
  padding: 0px;
  margin: 0px
}

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

img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}

/* float
---------------------------------------------------- */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

/* List
---------------------------------------------------- */
ol {
  margin: 7px 0 7px 10px;
  padding: 0 0 0 0;
  list-style: decimal;
}

ul {
  margin: 7px 0 7px 4px;
  padding: 0 0 0 0;
  list-style: disc;
}

li {
  margin: 2px 0 2px 15px;
  padding: 0;
}

li a {
  color: #363232;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

li a:hover {
  color: #363232;
}

/* Wrapper
---------------------------------------------------- */
.wrapper {
  margin: auto;
  max-width: 960px;
  padding: 0;
}

/* Header
---------------------------------------------------- */
#header {
  width: 100%；
}

.header-inner {
  max-width: 960px;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0;
}

#header h1 {
  text-align: center;
  margin: 0;
}

.logo {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Navi
---------------------------------------------------- */
#nav {
  width: 960px;
  margin: 0 auto;
  z-index: 9999;
  padding: 0;
  text-align: center;
  border-top: 0px solid #dedede;
  border-bottom: 0px solid #dedede;
}

#nav ul {
  list-style: none;
  margin: auto;
}

.main-navigation {
  clear: both;
  margin: 0 auto;
  position: relative;
}

ul.nav-menu,
div.nav-menu>ul {
  margin: 0;
  padding: 0;
}

.nav-menu li {
  display: inline-block;
  position: relative;
  margin: 0 0;
}

.nav-menu li a {
  color: #363232;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 30px 12px 30px;
}

.nav-menu .sub-menu,
.nav-menu .children {
  background: #faf6f6;
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #363232;
  margin: 0;
  width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
  background: #ece8e8;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul {
  display: block;
  background: #ece8e8;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a,
.nav-menu .current-post-ancestor>a {
  color: #363232;
  background: #faf6f6;
}

.toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  z-index: 3;
}

/* Top - Wrapper Landscape
---------------------------------------------------- */
@media (orientation: landscape) {
  #headerwrap00 {
    color: #fff;
    background: #fffdfd;
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap01 {
    color: #fff;
    background: url(img/back01.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap02 {
    color: #fff;
    background: url(img/back02.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap03 {
    color: #fff;
    background: url(img/back03.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap04 {
    color: #fff;
    background: url(img/back04.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .top_logo {
    position: absolute;
    top: 35%;
    left: 44%;
    width: 12%;
  }
}

/* Top - Wrapper Portrait
---------------------------------------------------- */
@media (orientation: portrait) {
  #headerwrap00 {
    background: #fffdfd;
    width: 100%;
    height: 50%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap01 {
    background: url(img/back01.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 50%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap02 {
    background: url(img/back02.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 50%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap03 {
    background: url(img/back03.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 50%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #headerwrap04 {
    background: url(img/back04.jpg) no-repeat center top;
    background-attachment: relative;
    width: 100%;
    height: 50%;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .top_logo {
    position: absolute;
    top: 25%;
    left: 35%;
    width: 30%;
  }
}

/* Top
---------------------------------------------------- */
#headerwrap06 {
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top_link {
  padding: 8px;
  color: #ece8e8;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

a.top_link:hover {
  color: #faf6f6;
  text-decoration: none;
}

li.item {
  height: 200px;
  margin-bottom: 48px;
}

li.item a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.item-img {
  margin: 0 0 150px 0;
  overflow: hidden;
  text-align: center;
}

.item-title {
  line-height: 2em;
}

/* General - Contents
---------------------------------------------------- */
#main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  word-break: break-all;
}

/* ブログ記事部分
---------------------------------------------------- */
.single-contents a {
  color: #363232;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.single-contents img {
  margin-bottom: 4px;
}

.single-contents a:hover {
  color: #363232;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: 0.25s;
}

a:active,
a:focus {
  outline: 0;
}

.single-contents {
  margin: 0 0 70px 0;
  padding: 0;
}

.single-contents_blog {
  margin: 0 0 70px 0;
}

p {
  margin: 8px 0 40px;
  font-size: 18px;
  line-height: 2em;
}

p a {
  color: #363232;
  text-decoration: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

p a:hover {
  color: #363232;
}

p a:active,
a:focus {
  outline: 0;
}

/* ページタイトル
---------------------------------------------------- */
.pagedate {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0 0 -10px 0;
  color: #363232;
  letter-spacing: 0.02em;
}

.breadcrumb {
  margin: 0 0 30px 0;
  line-height: 120%;
}

.breadcrumb div {
  display: inline;
  font-size: 11px;
  color: #363232;
}

.breadcrumb span,
.breadcrumb span a {
  color: #378aaf;
}

.pagetitle {
  margin: auto;
  padding: 16px 0;
  font-size: 32px;
  text-align: center;
  letter-spacing: 10px;
  border-top: 1px solid #ece8e8;
  border-bottom: 1px solid #ece8e8;
}

.pagetitle a {
  font-style: italic;
  color: #363232;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.pagetitle a:hover {
  color: #363232;
}

.blog-title {
  font-size: 24px;
  line-height: 130%;
  font-weight: bold;
  color: #363232;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #ece8e8;
}

.blog-title a {
  color: #363232;
  text-decoration: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.blog-title a:hover {
  color: #363232;
}


/* 見出し
---------------------------------------------------- */

h1 {
  font-size: 35px;
}

h2 {
  font-size: 33px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  color: #363232;
  padding: 0 0 5px 0;
  margin: 30px 0 10px 0;
  border-bottom: 1px dotted #ccc;
}

h5 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 30px 0 0px 0;
}

h6 {
  font-size: 14px;
  line-height: 1.3em;
  margin: 30px 0 0px 0;
}


/* 記事フッター
---------------------------------------------------- */

.blog-foot {
  font-size: 75%;
  text-align: left;
  margin: 50px 0 0 0;
  padding: 2px 5px 2px 10px;
  font-weight: normal;
  color: #9c9999;
  background: #faf6f6;
  border-bottom: 0px dotted #ccc;
}

.blog-foot span {
  color: #9c9999;
}


/* 次の記事・前の記事
---------------------------------------------------- */

#next {
  font-size: 90%;
  line-height: 150%;
  margin: 50px 0 20px 0;
}

.next-left {
  floate: left;
  text-align: left;
  margin: 0 0 10px 0;
  background: url(img/left.gif) no-repeat left;
}

.next-left a {
  padding: 20px 20px 20px 50px;
  display: block;
  border: 1px solid #fff;
}

.next-left a:hover {
  border: 1px solid #eee;
}

.next-right {
  floate: right;
  text-align: right;
  margin: 0 0 10px 0;
  background: url(img/right.gif) no-repeat right;
}

.next-right a {
  padding: 20px 50px 20px 20px;
  display: block;
  border: 1px solid #fff;
}

.next-right a:hover {
  border: 1px solid #eee;
}


/* ページャー
---------------------------------------------------- */

.pager {
  text-align: center;
  margin: 50px 0 50px 0;
}

a.page-numbers,
.pager .current {
  background: #f0f0f0;
  border: solid 1px #ddd;
  border-radius: 2px;
  padding: 5px 8px;
  margin: 0 2px;
}

.pager .current {
  background: #ccc;
  border: solid 1px 999;
  color: #fffdfd;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
  color: #363333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.similar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.similar li {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

.similar li a {
  color: #585555;
}

.similar li a:hover {
  color: #363232;
}

table.similar-text {
  width: 100%;
  color: #474444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: dotted 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

table.similar-text img {
  width: 150px;
}

table.similar-text th {
  text-align: left;
  width: 150px;
  vertical-align: middle;
}

table.similar-text td {
  font-size: 14px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}


/* コメント欄
---------------------------------------------------- */

.comment-head {
  color: #363333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.commentlist li {
  list-style: none;
  font-size: 90%;
  color: #8c8888;
}

.commentlist {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}


/* WP必須
---------------------------------------------------- */

.wp-caption {}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}


/* *****************************************************************
*	サイドバー
* ***************************************************************** */

.sidebar {
  width: 100%;
  margin: 0px 0px 40px 0px;
  padding: 0 0 0 0;
}


/* 新着表示
---------------------------------------------------- */

.sidebox-new {
  color: #696666;
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}

.sidebox-new ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox-new li {
  font-size: 13px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0px 0 0px 0px;
  border-bottom: 1px dotted #ddd;
}

.sidebox-new li a {
  color: #696666;
  list-style: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.sidebox-new li a:hover {
  color: #363232;
}


table.similar-side {
  width: 100%;
  color: #474444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.similar-side img {
  width: 80px;
}

table.similar-side th {
  text-align: left;
  width: 80px;
  vertical-align: middle;
}

table.similar-side td {
  font-size: 13px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}


/* Footer
---------------------------------------------------- */
#scrolltop {
  margin: 72px 24px 8px 0;
  text-align: right;
}

#footer {
  clear: both;
  width: 100%;
  font-size: 80%;
  margin: 0px auto 0px auto;
}

.footer-inner {
  margin: 0px auto 0px auto;
  padding: 0px 0px;
  max-width: 960px;
  text-align: center;
}

#sociallink {
  text-align: center;
  position: relative;
  margin: 0 auto 10px auto;
  padding: 0 0 0 0;
}

#copyright {
  font-size: 11px;
  line-height: 110%;
  color: #363232;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 10px;
}



/* *****************************************************************
*	ウィジット
* ***************************************************************** */

/* 基本形
---------------------------------------------------- */

.widget {
  margin: 0 0 50px 0;
}

.widget ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.widget li {
  list-style: none;
}

.widget li a {
  color: #696666;
}

.widget li a:hover {
  color: #9c9999;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a {
  margin: 0 0 0 0;
}

.textwidget,
.textwidget p {
  font-size: 13px;
  color: #474444;
  line-height: 160%;
  margin: 0 0 0px 0;
  padding: 5px 0 0 0;
}

.widget-title {
  color: #363333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}


/* ウィジェットボックストップページ用
---------------------------------------------------- */

.topbox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox li {
  floate: left;
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

.topbox li a {
  font-size: 13px;
  line-height: 160%;
  color: #474444;
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.topbox li a:hover {
  color: #363232;
}

.topbox h2 {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox h3 {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox h4 {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.topbox ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.topbox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.topbox ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.top-widget-title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-style: italic;
  padding: 0px 0px 10px 0px;
  margin: 0px auto 40px auto;
  border-bottom: dotted 1px #ccc;
  color: #8c8888;
  max-width: 380px;
  text-align: center;
}


/* ウィジェットボックスフッター用
---------------------------------------------------- */

.footerbox .widget {
  margin: 0 0 0 0;
  padding: 50px 0 50px 0;
}

.footerbox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox li {
  floate: left;
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

.footerbox li a {
  font-size: 13px;
  line-height: 160%;
  color: #363232;
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.footerbox li a:hover {
  color: #9c9999;
}

.footerbox h2 {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox h3 {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox h4 {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.footerbox ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.footerbox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.footerbox ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.footer-widget-title {
  color: #363333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px 0 3px 0;
  border-bottom: 1px solid #ccc;
}


/* ウィジェットボックスシングルページ記事下用
---------------------------------------------------- */

.singlebox {
  margin: 50px 0 50px 0;
  padding: 0 0 0 0;
}

.single-widget-title {
  color: #363333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 50px 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.singlebox .textwidget,
.singlebox .textwidget p {
  font-size: 16px;
  color: #474444;
  line-height: 170%;
  margin: 0 0 0px 0;
  padding: 5px 0 5px 0;
}


/* ウィジェットボックスサイドバー用
---------------------------------------------------- */

.sidebox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox li {
  margin: 0 0 0 0;
  padding: 7px 0px 7px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

.sidebox li a {
  font-size: 13px;
  color: #474444;
  margin: 0 0 0 0;
  padding: 5px 0px 5px 0px;
  list-style: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}

.sidebox li a:hover {
  color: #9c9999;
}

.sidebox h2 {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox h3 {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox h4 {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.sidebox ul.children li {
  padding: 5px 0 5px 15px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.sidebox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.sidebox ul.sub-menu li {
  padding: 5px 0 5px 15px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}


/* カレンダー
---------------------------------------------------- */

table#wp-calendar {
  width: 100%
}

table#wp-calendar th {
  text-align: center;
}

table#wp-calendar td {
  text-align: center;
}



/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */

/* 検索フォーム
---------------------------------------------------- */

.search input {
  font: 11px arial, sans-serif;
  color: #c0c0c0;
  width: 85%;
  padding: 10px 5px;
}

.search button {
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(img/search.png) no-repeat;
}


/* 検索結果ハイライト
---------------------------------------------------- */

.search-excerpt {
  font-weight: bold;
  background: #FFE4E1;
}



/* *****************************************************************
*	ボタン
* ***************************************************************** */

.btn a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fffdfd;
  background: #94d8c6;
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 10px 10px;
}

.btn a:hover {
  color: #363232;
  background: #4CBE9F;
  text-decoration: none;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
}



/* *****************************************************************
*	固定ページ
* ***************************************************************** */
.title_fuku {
  margin: 0 auto 36px;
  padding: 16px 0;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.mainimg_fuku {
  width: 100%;
  height: 367px;
  color: #fff;
  background: url(./img/img_teiban.jpg) no-repeat center top;
  position: relative;
  text-shadow: 1px 1px 5px #333;
  letter-spacing: .5px;
}

.mainimg_fuku02 {
  width: 100%;
  height: 367px;
  color: #fff;
  background: url(./img/img_saisei.jpg) no-repeat center top;
  position: relative;
  text-shadow: 1px 1px 5px #333;
  letter-spacing: .5px;
}

.mainimg_fuku03 {
  width: 100%;
  height: 367px;
  color: #fff;
  background: url(./img/img_sanchoku.jpg) no-repeat center bottom;
  position: relative;
  text-shadow: 1px 1px 5px #333;
  letter-spacing: .5px;
}

.mainimg_fuku04 {
  width: 100%;
  height: 367px;
  color: #fff;
  background: url(./img/img_x_.jpg) no-repeat center top;
  position: relative;
  text-shadow: 1px 1px 5px #333;
  letter-spacing: .5px;
}


p.caption_fuku {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;/
}

.caption_fuku_box {
  margin-bottom: 20px;
  border: solid 3px #fff;
  padding: .4em 1em;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  box-shadow: 0px 0px 2px #333;
}

.products {
  margin-top: 20px;
  text-align: center;
}

.products img {
  width: 96%;
  border: solid 8px #e8e8e8;
  box-sizing: border-box;
}

.fuku_name {
  text-align: center;
  margin-left: 6px;
  line-height: 1.5em;
  font-size: 15px;
}

.fuku_more {
  margin-top: 20px;
  text-align: center;
}

p.fuku_more_p {
  text-align: center;
  display: inline-block;
  background-color: #ece8e8;
  padding: .4em 2em;
  font-weight: bold;
}



/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */


/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (min-width: 960px) {
  .pc-display-none {
    display: none;
  }
}



/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pc-display-none {
    display: none;
  }

  .wrapper {
    width: 728px;
    padding: 30px 20px 50px 20px;
  }

  .header-inner {
    width: 728px;
    margin: auto;
    padding: 70px 0 60px 0;
  }

  #nav {
    float: none;
    width: 728px;
    margin: 0 auto 40px auto;
    padding: 0;
  }

  #slidedown-nav {
    width: 728px;
  }

  .cycle-slideshow {
    width: 728px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  li.item {
    height: 150px;
    margin-bottom: 40px;
  }

  .item-img {
    height: 150px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }

  .twothird {
    width: 460px;
    margin-right: 10px;
  }

  .footer-inner {
    width: 728px;
    padding: 0px 0px;
  }

  .single-contents {
    padding: 0 10px;
  }
}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
  .header-inner {
    width: 300px;
    margin: auto;
    padding: 0px 0 0px 0;
  }

  .logo {
    text-align: center;
  }

  .contact {
    display: none;
  }

  #header h1,
  #header .logo {
    float: none;
    margin-bottom: 0px;
  }

  #nav {
    display: none;
    position: fixed;
    top: 0;
    float: none;
    text-align: center;
    width: 100%;
    background: #fefefe;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0;
  }

  .nav-menu li a {
    color: #363232;
    display: block;
    font-size: 15px;
    padding: 20px 10px;
    text-decoration: none;
  }

  .nav-menu li {
    display: block;
    float: none;
    border-bottom: 1px solid #ededed;
  }

  .toggle {
    display: block;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }

  #slidedown-nav {
    visibility: hidden;
  }

  .cycle-slideshow {
    width: 300px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  li.item {
    padding: 0 0 40px 0;
  }

  .slidetext {
    display: block;
    padding: 5px 0px;
  }

  .pagedate {
    margin: -20px 0 -10px 0;
  }

  p {
    font-size: 15px;
  }

  .pager {
    margin: 80px 0 80px 0;
  }

  .footer-inner {
    width: 300px;
    padding: 0px 0px;
  }

  .mobile-display-none {
    display: none;
  }

  /* .single-contents br { display: none; } */
  .single-contents {
    margin: 0 0 130px 0;
  }

  .single-contents {
    padding: 0 10px;
  }

  .top_logo {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 30%;
  }

  .products img {
    width: 100%;
  }
}



/* Mobile (Portrait/iPhone6) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */

@media only screen and (min-width: 375px) and (max-width: 479px) {
  .wrapper {
    width: 336px;
  }

  .header-inner {
    width: 336px;
    margin: auto;
  }

  .logo {
    text-align: center;
  }

  .cycle-slideshow {
    width: 336px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  .footer-inner {
    width: 336px;
    padding: 0px 0px;
  }

  li.item {
    padding: 0 0 40px 0;
  }

  .single-contents {
    padding: 0 10px;
  }
}



/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 420px;
  }

  .header-inner {
    width: 420px;
    margin: auto;
  }

  .logo {
    text-align: center;
  }

  .cycle-slideshow {
    width: 420px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  .footer-inner {
    width: 420px;
    padding: 0px 0px;
  }

  li.item {
    height: 280px;
    margin-bottom: 40px;
  }

  .item-img {
    height: 280px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }

  .single-contents {
    padding: 0 10px;
  }
}



/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */

/* Twitter Timeline
---------------------------------------------------- */

.twitter-timeline {
  width: 100%;
  height: 300px;
}


/* Facebook Like Box
---------------------------------------------------- */

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
  width: 100% !important;
}


/* YouTube embed
---------------------------------------------------- */

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive PC
---------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .xs {
    display: none;
  }
}

/* Responsive Tablet
---------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .md {
    display: none;
  }

  #topics {
    position: absolute;
    top: 23px;
    left: 23px;
    font-size: 18px;
  }

  .button {
    width: 500px
  }

  #title {
    margin-top: 75px;
  }

  .wpcf7c-elm-step1 {
    margin-bottom: 75px;
  }

  div#info {
    width: 100%;
    min-height: 450px;
  }

  .section {
    width: 100%;
  }

  div#sitepolicy {
    width: 100%;
  }

  p#thanks {
    margin: 0 auto;
    width: 100%;
    height: 450px;
    text-align: left;
  }
}

/* Responsive SmartPhone
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .md {
    display: none;
  }

  body {
    font-size: 16px;
  }

  h2 {
    font-size: 26px;
    letter-spacing: 4px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 16px;
  }

  #nav {
    font-size: 20px;
  }

  @media (orientation: portrait) {
    .nav-menu li a {
      padding: 12px 10px;
    }
  }

  @media (orientation: landscape) {
    .nav-menu li a {
      padding: 6px 10px;
    }
  }

  .toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 45px;
  }

  @media (orientation: portrait) {
    #topics {
      width: auto;
      height: 10px;
      position: absolute;
      top: 13px;
      left: 13px;
      font-size: 10px;
    }
  }

  @media (orientation: landscape) {
    #topics {
      position: absolute;
      top: 13px;
      left: 13px;
    }
  }

  #topics ul {
    line-height: 2em;
  }

  .button {
    width: 250px
  }

  .top_logo_w {
    width: 300px;
  }

  #header_logo {
    margin-top: 17px;
    width: 270px;
  }

  #title {
    margin-top: 75px;
  }

  .wpcf7c-elm-step1 {
    margin-bottom: 75px;
  }

  div#info {
    width: 100%;
  }

  .section {
    width: 100%;
  }

  div#sitepolicy {
    width: 100%;
  }

  p#thanks {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
}
