@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フッター
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#address_area {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}

#address_area .inner {
  padding: 30px 0;
}

.foot_cont {
  float: left;
  width: 400px;
}

#address_area h3 {
  font-size: 0;
  margin: 46px 0;
}

#address_area h3 a{
  display: inline-block;
}

#address_area h3 img {
  width: auto;
  max-height: 50px;
  height: 100%;
}

#address_area address {}

.foot_add {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 13px;
}

.foot_tel {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
}

.foot_tel:before {
  content: "\f1fa";
  font-family: ionicons;
  position: relative;
  top: 5px;
  margin-right: 13px;
  margin-left: 5px;
  font-size: 30px;
}

.foot_fax {
  font-size: 16px;
  margin-bottom: 20px;
}

.foot_fax:before {
  content: "\f491";
  font-family: ionicons;
  position: relative;
  top: 3px;
  margin-right: 8px;
  font-size: 26px;
}

.foot_eigyou {
  font-size: 16px;
  margin-bottom: 25px;
}

/*SNS
====================*/
.footer_sns_line.sns_onf_0 {
  display: none;
}

.footer_sns_line {
  width: 100%;
  overflow: hidden;
}

.footer_sns_line li {
  float: left;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-right: 10px;
}

.footer_sns_line li img {
  width: 100%;
  height: auto;
}

/*フッター右側
====================*/
#free_area {
  float: right;
  width: 515px;
  height: 346px;
  overflow: hidden;
}

.map {
  display: none;
}

#map,
#biz-c,
#sns_time_line,
#free_editer {
  position: relative;
  display: none;
  width: 515px;
  height: 346px;
}

#sns_time_line {
  padding-left: 15px;
}

#free_area.map_cont #map,
#free_area.calendar_cont #biz-c,
#free_area.sns_cont #sns_time_line,
#free_area.edhit_cont #free_editer {
  display: block;
}

/*map_area
====================*/
#under .map_area {
  width: 100%;
  height: 320px;
}

/*biz calender
====================*/
#biz-c h2.widgettitle {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.07em;
  z-index: 10;
}

#biz-c #biz_calendar {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 346px;
  padding: 30px;
  position: relative;
}

.mnch #biz-c h2.widgettitle,
.mnch #biz-c #biz_calendar {
  font-family: 'Noto Serif JP', serif;
}

.gthc #biz-c h2.widgettitle,
.gthc #biz-c #biz_calendar {
  font-family: "Noto Sans JP", sans-serif;
}

#biz-c #biz_calendar .bizcal {
  background: 0;
  border: 0;
  margin: 0 auto;
  font-size: 12px;
  width: 100%;
  height: 264px;
  border-collapse: collapse;
  position: relative;
}

#biz-c #biz_calendar .bizcal tbody::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 85px;
  left: 0px;
}

#biz-c #biz_calendar .bizcal tbody tr:nth-child(n+3) td {
  border: 4px solid;
}

#biz-c #biz_calendar .bizcal th {
  background: none;
}

#biz-c #biz_calendar .bizcal td,
#biz-c #biz_calendar .bizcal th {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  padding: 0;
}

#biz-c #biz_calendar table.bizcal .today {
  font-weight: bold;
}

#biz-c #biz_calendar .boxholiday,
#biz-c #biz_calendar .boxeventday {
  display: inline-block;
  vertical-align: -3px;
  width: 27px;
  height: 16px;
  padding: 0;
}

#biz-c #biz_calendar p {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  padding: 15px 0 0;
  letter-spacing: 0.07em;
  text-align: center;
  width: 49%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px;
}

#biz-c #biz_calendar p+p {
  /* display: none; */
}

#biz-c #biz_calendar tr:nth-child(2) th {
  padding: 32px 0 18px;
}

#biz-c #biz_calendar tr:first-child td {
  vertical-align: middle;
  border: 0;
  height: 14px;
}

#biz-c #biz_calendar .calmonth {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 16px;
}

#biz-c #biz_calendar .down-img {
  position: absolute;
  left: 0;
  top: 16px;
}

#biz-c #biz_calendar .today-img img {
  display: none;
}

#biz-c #biz_calendar .up-img {
  position: absolute;
  right: 0;
  top: 16px;
}

/*エディター
====================*/
#free_editer {
  line-height: 1.6;
}

#free_editer img.size-full {
  width: 100%;
  height: auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
foot_area
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#under {
  width: 100%;
  padding: 8px 0;
  font-size: 10px;
  letter-spacing: 0.75px;
}

#under span {
  padding: 0 10px;
}

#under small {
  float: right;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイド
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#side_bar {
  float: left;
  width: 220px;
  overflow: hidden;
  text-align: left;
}

#secondary aside {
  padding: 0 0 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
}

#secondary aside.widget_media_image {
  padding: 0;
}

#secondary .widget-title {
  position: relative;
  margin: 0px 0 20px;
  padding: 9px 0 9px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#secondary ul {
  width: 100%;
  padding: 0 7px 0;
  margin: 0 auto;
}

#secondary ul li {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 0 8px 10px;
  border-bottom: 1px dotted #bfbaba;
}

#secondary ul>li:last-child {
  margin-bottom: 0 !important;
}

#secondary li a {
  display: block;
  font-size: 12px;
  padding: 5px 0 5px;
  letter-spacing: 1px;
}

#secondary ul.children {
  padding-left: 20px;
  overflow: hidden;
  margin-bottom: 0 !important;
}

#secondary .children li {
  margin-bottom: 0;
  border-bottom: none;
}

#secondary .children li a:before {
  content: '';
}

#secondary aside#search-2 {
  margin-bottom: 0px;
  background: none;
}

/*サイドバーランキング
====================*/
#secondary aside#side_rank {
  padding: 0 0 20px;
  background: #f5f5f5;
}

#secondary #side_rank li {
  position: relative;
  height: 64px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px;
  border-bottom: none;
}

#secondary #side_rank li a {
  padding: 0;
}

#secondary #side_rank li .img_box {
  position: relative;
  float: left;
  width: 64px;
  height: auto;
  overflow: hidden;
  margin-right: 10px;
}

#secondary #side_rank li .img_box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#secondary #side_rank li .img_box img {
  position: absolute;
  top: 0;
}

#secondary #side_rank li h3 {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  height: 64px;
  font-size: 12px;
  line-height: 1.4;
}

#secondary #side_rank li .no {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 44px;
  height: 44px;
  transform: rotate(45deg);
}

#secondary #side_rank li .no span {
  position: absolute;
  top: 14px;
  left: 30px;
  transform: rotate(-45deg);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索フォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#searchform2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#searchform2 input {
  border: none;
}

#keywords2 {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #cacaca !important;
  padding: 5px 30px 5px 5px;
  background: #fff;
}

.mnch #keywords2 {
  font-family: 'Noto Serif JP', serif;
}

.gthc #keywords2 {
  font-family: "Noto Sans JP", sans-serif;
}

#keywords2:placeholder-shown {
  color: #464646;
  font-size: 14px;
  letter-spacing: 1.5px;
}

#keywords2::-webkit-input-placeholder {
  color: #464646;
  font-size: 14px;
}

#searchBtn2 {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  font-family: ionicons;
  font-size: 25px;
  background: none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページ毎
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_area,
#blog_area {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 74px 0;
  margin: 0 auto;
}

#blog_cont,
#pagebar_cont {
  float: right;
  width: 660px;
  padding: 0;
  text-align: left;
}

#page_cont {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#page_cont,
.blog_box {
  line-height: 1.8;
}

#page_cont p img,
.blog_box p img {
  max-width: 100%;
  height: auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページタイトル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_title {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  padding: 67px 0;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
記事Bottom_area
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.bottom_area {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  border: 2px solid;
}

.bottom_area h2 {
  font-size: 14px;
  padding: 15px 20px;
  margin-bottom: 40px;
}

.bottom_area h3 {
  line-height: 1;
  padding: 0 20px;
  margin-bottom: 30px;
}

.bottom_area h3 img {
  width: auto;
  max-height: 50px;
  height: 100%;
}

.bottom_area p {
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 40px;
}

.bottom_area table {
  width: calc(100% - 40px);
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

.bottom_area th,
.bottom_area td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid;
}

.bottom_area th {
  width: 30%;
  font-weight: normal;
}

.bottom_area td {
  width: 70%;
}

.bottom_area td a {
  color: #fff;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿（ブログA）
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.blog_box {
  overflow: hidden;
  padding: 0;
  margin-bottom: 50px;
}

.blog_entry {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog_entry h1 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.day_entry {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 15px;
}

.cat_entry {
  display: inline-block;
  padding: 0;
}

.cat_entry a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 10px;
  margin: 0 10px 5px 0;
  line-height: 1;
}

.blog_text {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  line-height: 1.8;
}

.blog_text .thum1 {
  display: block;
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 20px;
}

.blog_text .thum1 img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog_text .more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 14px;
  border: none;
}

.blog_text .more a:after {
  content: "\f363";
  font-family: ionicons;
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 23px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ（次の記事、前の記事）
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.pn_pager {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0;
}

.pn_pager p {
  font-size: 12px;
  margin-bottom: 10px;
}

.pre_p {
  float: left;
  width: 48%;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.next_p {
  float: right;
  width: 48%;
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.wp-pagenavi {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  font-size: 14px;
  border: 1px solid;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.B_archive figure {
  position: relative;
  float: left;
  width: 31.3%;
  margin-right: 2.99%;
  margin-bottom: 6%;
}

.B_archive figure:nth-child(3n) {
  margin-right: 0;
}

.B_archive figure .img_box {
  position: relative;
  display: block;
  width: 100%;
  height: 206px;
  overflow: hidden;
  margin-bottom: 7px;
  box-sizing: border-box;
}

.B_archive figure .hoving {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}

.B_archive figure:hover .hoving {
  opacity: 1;
}

.B_archive figure .hoving a {
  color: #fff;
  display: block;
  width: 80%;
  padding: 10px 0;
  margin: 11px auto;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #fff;
}

.B_archive figcaption {
  padding: 0;
}

.B_archive figure h3 {
  height: 45px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.B_archive figure p {
  font-size: 16px;
  text-align: right;
}

.B_archive figure p span {
  font-size: 12px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB Single
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.custom_entry {
  float: right;
  width: 255px;
  overflow: hidden;
}

/*タイトル・ターム*/
.custom_entry .cat_entry {
  margin-bottom: 0px;
}

.custom_entry .cat_entry a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 3px 8px;
  margin: 0 10px 5px 0;
  border: none;
}

.custom_entry h1 {
  min-height: 6.4em;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/*画像ギャラリー*/
#pg_cont {
  float: left;
  width: 384px;
  overflow: hidden;
  margin-bottom: 50px;
}

#pg_cont .pg_box {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

#pg_cont .pg_box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#pg_cont .pg_box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pg_cont ul {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#pg_cont li {
  float: left;
  width: 88px;
  height: 88px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  cursor: pointer;
}

#pg_cont li:nth-child(4n) {
  margin: 0 0px 10px 0;
}

/*値段・購入ボタン*/
.custom_info {
  float: right;
  width: 255px;
  overflow: hidden;
  margin-bottom: 30px;
}

.custom_info .price {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: right;
  border-bottom: 1px dotted;
}

.custom_info .price span {
  font-size: 12px;
}

.custom_info .buy {
  display: block;
  width: 100%;
  padding: 8px 0;
  margin: 0 auto 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
}

/*下部見出し*/
.section_title {
  position: relative;
  width: 100%;
  height: 27px;
  margin-bottom: 25px;
  border-bottom: 2px solid #dcdcdc;
}

.section_title span {
  position: absolute;
  display: inline-block;
  height: 27px;
  padding: 0 12px;
  border-bottom: 2px solid;
}

/*関連記事・関連商品*/
.relation_area {
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 50px;
}

.relation_area li {
  float: left;
  width: 23.5%;
  margin: 0 2% 4% 0;
}

.relation_area li:nth-child(4n) {
  margin: 0 0 4% 0;
}

.relation_area .img_box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 8px;
}

.relation_area .img_box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.relation_area .img_box img {
  position: absolute;
  top: 0;
}

.relation_area h4 {
  height: 50px;
  font-size: 14px;
  line-height: 1.6;
}

.relation_area p.price {
  font-size: 16px;
  line-height: 1;
  text-align: right;
}

.relation_area p.price span {
  font-size: 10px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
AddToAny
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.addtoany_shortcode {
  clear: both;
  padding: 20px 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
コメント
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.comments_area {
  padding: 30px 0 0;
}

#comments {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 0 20px 40px;
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
}

.navigation {
  overflow: hidden;
  margin-bottom: 20px;
}

.commentlist {
  overflow: hidden;
}

.commentlist li {
  overflow: hidden;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

.commentlist .children li {
  padding: 0 0 0 10px;
}

.commentlist .children li:last-child {
  border-bottom: none;
}

.comment-author {
  display: inline-block;
  margin-bottom: 20px;
}

.comment-author b,
.comment-author span {
  font-size: 14px;
}

.comment-metadata {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  margin-left: 10px;
  margin-bottom: 20px;
}

.comment-awaiting-moderation {
  margin-bottom: 10px;
}

.comment-content {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  border-radius: 3px;
  line-height: 1.6;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.reply {
  overflow: hidden;
  margin-bottom: 10px;
}

.reply a {
  display: block;
  float: right;
  width: 85px;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  letter-spacing: 3px;
  text-align: right;
}

.comment-respond {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px dotted rgba(214, 182, 113, 0.5);
}

.comment-form {
  width: 80%;
  height: auto;
  overflow: hidden;
  padding: 10px 0px;
  margin: 0 auto;
}

#reply-title {
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(214, 182, 113, 0.5);
}

.comment-notes,
.logged-in-as {
  margin: 20px 0px;
}

.comment-form-comment {
  margin-bottom: 20px;
}

.comment-form-author {
  margin-bottom: 10px;
}

.comment-form-email {
  margin-bottom: 10px;
}

.comment-form-url {
  margin-bottom: 10px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  display: inline-block;
  width: 150px;
  padding: 10px 0px;
  vertical-align: top;
  box-sizing: border-box;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input[type="url"] {
  width: 400px;
  height: 25px;
  box-sizing: border-box;
}

.comment-form-comment textarea {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
}

.form-submit {
  text-align: center;
  padding: 10px 0px;
}

.form-submit input[type="submit"] {
  width: 258px;
  height: 48px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
}

.form-submit input:focus {
  border: none;
}

.nocomments {
  display: none;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
404ERR
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_cont.error_page {
  text-align: center;
  padding: 50px 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索結果
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.sst {
  font-size: 22px;
  text-align: center;
  padding: 67px 0;
  margin-bottom: 30px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
よくある質問 FAQ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.faq-catname {
  background: rgba(153, 153, 153, 0.1);
  font-size: 18px;
  margin-bottom: 1rem;
}

.faq-catname span {
  display: block;
  border-left: 5px solid;
  padding: 0.5rem;
}

.faq-varius {
  border: 1px solid rgba(50, 66, 116, 0.3);
  border-radius: 3px;
  margin-bottom: 1.5rem;
}

.faq-q {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-q:hover {
  opacity: 0.8;
}

.faq-q .ques {
  display: inline-block;
  margin-left: 0.5rem;
}

.faq-q .ques-line {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-q .line-one {
  width: 1rem;
  height: 4px;
  left: 0.5rem;
  top: 50%;
  margin-top: -2px;
}

.faq-q .line-two {
  width: 4px;
  height: 1rem;
  left: 0.9rem;
  top: 50%;
  margin-top: -0.5rem;
}

.faq-q.open .line-two {
  opacity: 0;
}

.faq-a {
  font-size: 16px;
  padding: 0.5rem 0.8rem;
  overflow: hidden;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム(#mailformで囲む)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mailform_box {
  width: 700px;
  height: auto;
  margin: 0px auto 0px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
}

#mailform_box table {
  width: 100%;
  border-spacing: 0 20px;
  text-align: left;
}

#mailform_box th,
#mailform_box td {
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
}

#mailform_box th {
  width: 30%;
}

#mailform_box th span {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}

#mailform_box td {
  width: 70%;
  font-weight: normal;
}

#mailform_box i {
  color: #ff0000;
}

#mailform_box th p {
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0 0;
}

#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"],
#mailform_box select {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 5px;
}

#mailform_box select {
  width: 50%;
}

#mailform_box textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.6;
}

#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"],
#mailform_box select,
#mailform_box textarea {
  border: 1px solid #ddd;
  font-size: 14px;
}

#mailform_box input[type="file"] {
  margin-bottom: 10px;
}

#mailform_box input[type="submit"] {
  position: relative;
  display: block;
  width: 160px;
  height: 60px;
  margin: 0px auto;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  outline: none;
  border: 1px solid #999;
  background: #fff;
}

#mailform_box input[type="submit"]:hover {}

#mailform_box input[type="submit"]:active {
  top: 3px;
  box-shadow: none;
}

#mailform_box .head_text {
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
}

#mailform_box .w1 {
  display: inline-block;
  width: 80px;
}

#mailform_box .w2 {
  display: inline-block;
}

#mailform_box .bottom_text {
  font-size: 18px;
  text-align: center;
  padding: 50px 0;
}

/*エラー表示*/
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
特定商取引法に基づく表記
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#tablepress-1 {
  width: 100%;
  margin: 0px auto;
  font-size: 16px;
  line-height: 1.6;
  border-collapse: collapse;
  border-spacing: 0;
}

#tablepress-1 td {
  width: 35%;
  box-sizing: border-box;
  padding: 15px;
  font-weight: normal;
  border: 1px solid #999;
  vertical-align: top;
  background: #eeeeee;
}

#tablepress-1 td+td {
  width: 65%;
  background: none;
}

/*他のテーブルプレス用*/
.tablepress {
  width: 100%;
  margin: 0px auto;
  font-size: 16px;
  line-height: 1.6;
  border-collapse: collapse;
  border-spacing: 0;
}

.tablepress td {
  box-sizing: border-box;
  padding: 15px;
  font-weight: normal;
  border: 1px solid #999;
  vertical-align: top;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールマガジン　Subscribe2
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mail_magazine_area {
  width: 100%;
  min-width: 100%;
  text-align: center;
}

#mail_magazine_area input[type="text"] {
  width: 80%;
  padding: 5px;
  margin: 10px 0 30px;
}

#mail_magazine_area input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 36%;
  padding: 8px 0;
  margin: 0px 4%;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  outline: none;
  border: 1px solid #d6b671;
  background: #d6b671;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
AddQuicktag
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.deco_A {
  display: block;
  padding: 5px 0px 5px 8px;
  border-left: 5px solid;
  margin-bottom: 10px;
}

.deco_B {
  display: block;
  padding: 5px 0px 5px 8px;
  margin-bottom: 10px;
  border-left: 5px solid;
  border-bottom: 1px solid;
}

.deco_C {
  display: block;
  padding: 3px 0px 3px 8px;
  margin-bottom: 10px;
  border-left: 5px solid;
}

.deco_D {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/*ボタン青*/
.square_btn_blue {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #04a4b3;
  color: #FFF;
  border-top: solid 1px #276b74;
  border-left: solid 1px #276b74;
  border-right: solid 1px #276b74;
  border-bottom: solid 4px #276b74;
  border-radius: 3px;
}

.square_btn_blue:active {
  top: 3px;
  border-bottom: solid 4px rgba(255, 255, 255, 0);
}

/*ボタン赤*/
.square_btn_red {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #990000;
  color: #FFF;
  border-top: solid 1px #5f0c03;
  border-left: solid 1px #5f0c03;
  border-right: solid 1px #5f0c03;
  border-bottom: solid 4px #5f0c03;
  border-radius: 3px;
}

.square_btn_red:active {
  top: 3px;
  border-bottom: solid 4px rgba(255, 255, 255, 0);
}

/*ボタン黒*/
.square_btn_black {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #383838;
  color: #FFF;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  border-bottom: solid 4px #000000;
  border-radius: 3px;
}

.square_btn_black:active {
  top: 3px;
  border-bottom: solid 4px rgba(255, 255, 255, 0);
}