@charset "UTF-8";
/*
Theme Name: shintinnobokujo
Theme URI:  shinrinno.jp
Description: 
Version: 2.0
Author: Prince
Author URI: shinrinno.jp
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/
/* RESET
----------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* General Setting 
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
body {
  position: relative;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
/* Typography
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  margin-bottom: 1rem;
  font-size: 24rem;
}
blockquote {
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 5px solid #ddd;
}
/* Link
----------------------------------------------------*/
a:link {
  color: #4da833;
  text-decoration: none;
}
a:visited {
  color: #4da833;
  text-decoration: none;
}
a:hover {
  color: #4da833;
  text-decoration: underline;
}
a:active {
  color: #4da833;
  text-decoration: none;
}
figure {
  overflow: hidden;
  line-height: 0;
}
figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* structure layout
----------------------------------------------------*/
.inner, .container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0;
}
#wrapper {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}
#header {
  position: relative;
  margin: 0;
  padding: 2rem 0 1.5rem;
}
#content {
  margin: 0 auto;
  padding: 0 0 4.5rem;
}
#footer {
  position: relative;
  margin: 6rem 0 0;
  padding: 4rem 0 20rem;
  text-align: center;
}
.fixed {
  position: fixed;
  top: 1rem;
  right: 2rem;
  width: 100%;
  z-index: 10000;
}
/* lyout element
----------------------------------------------------*/
.gutters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col_2 {
  width: 49%;
}
.col_3 {
  width: 32%;
}
.col_4 {
  width: 23.5%;
}
.col_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.col_section:nth-child(odd) {
  flex-direction: row-reverse;
}
.col_text {
  width: 50%;
}
.col_img {
  width: 45%;
}
.col_main {
  width: calc(100% - 32rem);
}
.col_side {
  width: 32rem;
  padding-left: 6rem;
}
/* header element
----------------------------------------------------*/
#header h1.logo, #header p.logo {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
#header p.tagline {
  /*	position: absolute;
	top: 4.6rem;
	left: 22rem;*/
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.2rem;
}
/* global navigation
----------------------------------------------------*/
#menu-wrap {}
#gnav {
  position: absolute;
  top: 6rem;
	right: 0;
/*left: 23rem;*/
  margin: 0;
  padding: 0;
}
#gnav ul {
  margin: 0;
  padding-left: 0;
  text-align: center;
}
#gnav ul li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#gnav ul li:first-child {}
#gnav ul li a {
  display: block;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 3rem;
  padding: 0 1.25rem;
}
#gnav ul li .current, #gnav ul li a:hover {
  color: #4da833;
  text-decoration: underline;
}
#gnav ul ul.sub-menu, #gnav ul ul.children {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 99999;
}
#gnav ul ul.sub-menu ul, #gnav ul ul.children ul {
  left: 100%;
  top: 0;
}
#gnav ul ul li:first-child {
  border-left: none;
}
#gnav ul ul a, #gnav ul ul ul a {
  width: 20rem;
  margin: 0;
  border-right: none;
  color: #000;
}
#gnav ul ul a:hover, #gnav ul ul ul a:hover {}
#gnav ul li:hover > ul, #gnav ul ul li:hover > ul {
  display: block;
  background: #fff;
}
#gnav ul .current_page_item > a, #gnav ul .current_page_ancestor > a, #gnav ul .current-menu-item > a, #gnav ul .current-menu-ancestor > a, #gnav ul .current-post-ancestor > a {}
.menu-toggle {
  display: none;
}
#header nav ul.menu {
  text-align: center;
}
/* blog element
----------------------------------------------------*/
#blog #header {
  position: relative;
  margin: 0;
  padding: 8rem 0 15.5rem;
}
#blog #header p.tagline {
  display: none;
}
#blog #gnav {
  position: absolute;
  top: 14rem;
  left: -1.5rem;
  margin: 0 0 1rem;
  padding: 0;
}
/* visual element
----------------------------------------------------*/
#visualArea {
  position: relative;
  /*	margin: 0 auto 2rem;*/
  margin: 0;
  padding: 0;
  line-height: 0;
}
#visualArea iframe {
  width: 100%;
  min-height: 600px;
}
.imagebox {
  position: relative;
  padding: 56.25% 0 0;
  text-align: center;
}
.imagebox .btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 8.4rem;
  margin: auto;
  z-index: 10;
  text-align: center;
}
.imagebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* footer element
----------------------------------------------------*/
#footer h2 {
  margin: 0 auto 1rem;
  padding: 0;
  text-align: center;
}
#footer p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
#footer p.copyright {
  clear: both;
  margin: 2rem 0;
  padding: 3rem 0;
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
}
#footer p.copyright abbr {
  border: none;
}
#footer #footerNav {
  margin: 3rem auto;
  padding: 0;
}
#footer #footerNav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#footer #footerNav ul li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
}
#footer #footerNav ul li a {
  margin: 0;
  padding: 0 2rem;
  color: #666;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #ccc;
}
#footer #footerNav ul li a:hover {
  color: #4da833;
  text-decoration: underline;
}
#footer #footerNav ul li:first-child a {
  border-left: none;
}
#footer ul.snslinks {
  margin: 3rem auto 0;
  text-align: center;
}
#footer ul.snslinks li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  font-size: 1.6rem;
}
#footer ul.snslinks li a {
  color: #333;
}
#footer ul.snslinks li a:hover {
  color: #4da833;
}
/* sideber
----------------------------------------------------*/
#sidebar {}
.widget-area {
  margin: 0 0 6rem;
  padding: 0;
}
.widget-area ul {
  margin: 0;
  padding: 0;
}
.widget-area ul li {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.6rem;
  list-style-position: outside;
  line-height: 1.2;
}
.widget-area #categories-2, .widget-area #recent-posts-2, .widget-area #search-2 {
  margin: 0 0 6rem;
  padding: 0;
}
.widget-area h3.widget-title {
  margin: 0 0 1.6rem;
  padding: 0;
  color: #333;
  font-size: 1.6rem;
}
.widget-area .screen-reader-text {
  display: none;
}
/* other element
----------------------------------------------------*/
.mb15 {
  margin-bottom: 15px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr60 {
  margin-right: 60px !important;
}
/* facebook
----------------------------------------------------*/
div.fblikebox {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0;
  background-color: #fff !important;
  text-align: center !important;
}
div.fblikebox .fbcomments, div.fblikebox .fb_iframe_widget, div.fblikebox .fb_iframe_widget[style], div.fblikebox .fb_iframe_widget iframe[style], div.fblikebox .fbcomments iframe[style], div.fblikebox .fb_iframe_widget span {
  width: 100% !important;
}
.eapps-instagram-feed-posts-grid-load-more-text {
  text-align: center !important;
}
/* Main ( home ) element
----------------------------------------------------*/
section {
  margin: 0;
  padding: 0;
}
section.feture, div.topics, section.goods, section.info, section.fbArea {
  margin: 0;
}
div.topics {
  margin: 0 0 5rem;
}
#main .item-list-full {
}
#main .item-list-full .post-thumbnail {
  overflow: hidden;
  line-height: 0;
  width: 100%;
  margin-left: 0rem;
  margin-bottom: 2rem;
}
#main .item-list {
  display: flex;
  justify-content: space-between;
}
#main .item-list .post-thumbnail {
  overflow: hidden;
  line-height: 0;
  width: 50rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
#main .item-list-full .post-thumbnail:first-child,
#main .item-list .post-thumbnail:first-child {
  margin-left: 0;
}
#main .item-list-full .post-thumbnail img,
#main .item-list .post-thumbnail img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#main .item-list-full .post-thumbnail a:hover img,
#main .item-list .post-thumbnail a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#main .infoArea {
  margin: 3rem 0 3rem 6rem;
}
#main .infoArea h2 {
  width: 9.8rem;
  height: 7.3rem;
  margin: 0;
  padding: 0;
  background: url(./images/tl_info.png) no-repeat left top;
  border-bottom: none;
  text-indent: -99999rem;
}
#main .infoArea dl {
  margin: -8rem 0 0 15rem;
}
#main .infoArea dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
#main .infoArea dl dd {
  margin: -2rem 0 1.5rem 12rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
}
/* page element
----------------------------------------------------*/
.post h2.tl {
  margin: 6rem 0;
  padding: 0;
  font-size: 3rem;
}
.post h3.tl {
  margin: 0 0 5rem;
  color: #660000;
}
.about, .outline, .accessArea, .media, .feature {
  margin: 0 auto 20rem;
  padding: 0;
}
.media {
  margin: 0 auto 6rem;
  padding: 0;
}
.outline .prof {
  width: 80rem;
  margin: 0 auto;
  text-align: center;
}
.feature .header {
  clear: both;
}
.feature .header h3 {
  padding-top: 5rem;
}
.feature h4 {
  border: none !important;
  padding: 0 !important;
}
.accessArea {
  text-align: center;
}
.accessArea .iframe {
  width: 80%;
}
.media dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
dl.media dt {
  font-size: 1.4rem;
  font-weight: bold;
}
dl.media dd {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}
.contactArea {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 5px;
  border: 1px solid #999;
}
.contactArea p {
  margin: 0 0 1.5rem;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.contactArea .center {
  text-align: center;
}
.contactArea p img {
  margin: 0;
  padding: 0;
}
.cafeArea .cafeinfo {
  display: grid;
  grid-template-columns: 2fr minmax(380px, 1fr);
  margin: 0 0 2rem;
}
.cafeArea, .cafemenu {
  margin: 0 0 10rem;
  padding: 0;
}
.cafeArea .shophour {
  margin: 4rem 0.5rem;
  padding: 0;
  font-size: 1.6rem;
}
.cafeArea .shophour dt {
  margin: 0;
  padding: 0;
}
.cafeArea .shophour dd {
  margin: -2.5rem 0 1rem 8rem;
  padding: 0;
}
.cafeArea ul.notice {
  margin: 0;
  padding: 0;
}
.cafeArea ul.notice li {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.cafemenu .menuArea {
  margin: 0 0 12rem;
  padding: 0;
}
.cafemenu .menuArea .menulist h3 {
  margin: 0 0 3rem;
  padding: 0;
}
.cafemenu .menuArea .menulist ul {
  margin: 0 0 3rem 1rem;
  padding: 0;
}
.cafemenu .menuArea .menulist ul li {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  list-style-position: inside;
}
.cafemenu .menuArea .menulist .notice {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
.storeArea {
  margin: 0 0 3rem;
  padding: 0;
}
p.other {
  margin: 0 0 15rem;
  font-size: 1.8rem;
  text-align: center;
}
.storeArea .card {
  position: relative;
  margin: 0 0.73rem 6rem;
  padding: 0 0 3rem;
  box-sizing: content-box;
}
.storeArea .card h3 {
  margin: 1rem 0 2rem;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
}
.storeArea .card h3 span {
  font-weight: normal;
}
.storeArea .card h4 {
  margin: 1rem 0;
  padding: 0;
  border: none;
  color: #666;
  font-size: 1.4rem;
}
.storeArea .card p {
  margin: 0 0 2rem;
  padding: 0;
  color: #333;
  font-size: 1.4rem;
}
.storeArea .card p.price {
  text-align: center;
}
.storeArea .card p.price span {
  text-decoration: line-through
}
.storeArea .card ul {
  margin: 0 0 1.5rem;
  padding: 0;
  color: #333;
  font-size: 1.4rem;
}
.storeArea .card p.link a, .storeArea .card p.link3 a, .storeArea .card p.link2 a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13rem;
  background: #77c75f;
  background-image: linear-gradient(to bottom, #77c75f, #4ca833);
  border: 1px solid #4ca833;
  border-radius: 3px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
}
.storeArea .card p.link3 a {
  width: 19rem;
  bottom: -4rem;
}
.storeArea .card p.link a:hover, .storeArea .card p.link3 a:hover, .storeArea .card p.link2 a:hover {
  background: #89d473;
  background-image: linear-gradient(to bottom, #89d473, #5cb842);
  text-decoration: none;
}
.storeArea .card a:hover p.link {
  background: #89d473;
  background-image: linear-gradient(to bottom, #89d473, #5cb842);
  text-decoration: none;
}
.storeArea .btnbuy {
  margin-bottom: 3rem;
  padding: 1.5rem 0;
  border: 1px solid #333;
}
.storeArea .btnbuy:hover {
  margin-bottom: 30px;
  border: 1px solid #4da833;
}
.storeArea .btnbuy a {
  width: 40%;
  display: block;
  margin: auto;
  text-decoration: none;
  text-align: center;
}
.storeArea .btnbuy a:hover {
  display: block;
}
.storeArea .btnbuy p.link {
  color: #4da833;
  font-size: 14px;
  text-align: center;
}
.storeArea .btnbuy a:hover p.link {
  text-decoration: underline;
}
.storeArea .btnbuy h3 {
  margin: 1rem 0;
  padding: 0;
  color: #666;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
.storeArea .btnbuy p {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.storeArea .course {
  margin: 0 0 3rem;
}
.storeArea .course a {
  display: block;
  border: 1px solid #333;
  padding: 3rem 0;
  text-align: center;
}
.storeArea .course a:hover {
  border: 1px solid #4da833;
}
.storeArea .course h3 {
  margin: 0 0 1rem;
  color: #000;
  font-size: 3rem;
  text-align: center;
}
.storeArea .course p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.storeArea .card .btn a {
  display: block;
  width: 100px;
  background: #77c75f;
  background-image: -webkit-linear-gradient(top, #77c75f, #4ca833);
  background-image: -moz-linear-gradient(top, #77c75f, #4ca833);
  background-image: -ms-linear-gradient(top, #77c75f, #4ca833);
  background-image: -o-linear-gradient(top, #77c75f, #4ca833);
  background-image: linear-gradient(to bottom, #77c75f, #4ca833);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: solid #4ca833 1px;
  border-radius: 3px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
}
.storeArea .card .btn a:hover {
  background: #89d473;
  background-image: -webkit-linear-gradient(top, #89d473, #5cb842);
  background-image: -moz-linear-gradient(top, #89d473, #5cb842);
  background-image: -ms-linear-gradient(top, #89d473, #5cb842);
  background-image: -o-linear-gradient(top, #89d473, #5cb842);
  background-image: linear-gradient(to bottom, #89d473, #5cb842);
  text-decoration: none;
}
.eventlist {
  margin: 5rem 0 6rem;
  padding: 0;
}
.eventlist h2 {
  margin: 3rem 0;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
}
.eventlist ul li {
  margin: 0 0 2rem;
}
.eventlist ul li img {
  line-height: 1;
}
.eventlist ul li h3 {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.eventlist ul li p {
  color: #999;
  font-size: 1.4rem;
  font-weight: normal;
}
.post .leather {
  margin: 0 auto 15rem;
}
.post .leather p {
  margin: 0 auto 3rem;
  text-align: center;
}
.post .projectArea p {}
.post .project-list {
  margin: 0;
}
.post .project-list li {
  list-style: none;
  margin: 0 0 2rem;
}
.post .wrap68 {
  width: 68rem;
  margin: 0 auto 6rem;
}
.post .cow-list {
  text-align: center;
}
.post .cow-list li {
  display: inline-block;
  list-style: none;
  margin: 0 2% 5rem;
  text-align: center;
  width: 17rem;
}
.post .tl_header {
  position: relative;
  margin: 0 0 5rem;
}
.post .tl_header .link_btn a {
  position: absolute;
  top: 0;
  right: 0;
}
.post .link_btn a {
  display: block;
  width: 23rem;
  background: #77c75f;
  background-image: linear-gradient(to bottom, #77c75f, #4ca833);
  border: 1px solid #4ca833;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
  transition: .4s;
}
.post .link_btn a:hover {
  background: #89d473;
  background-image: linear-gradient(to bottom, #89d473, #5cb842);
  text-decoration: none;
}
.post .contact {
  margin: 0;
}
.post .contact .box {
  margin: 0 auto 2rem;
  padding: 2rem;
  border: 1px solid #333;
}
.post .contact h3.text {
  margin: 0 0 3rem;
  padding: 0 0 0 1rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  text-indent: -1rem;
  text-align: center;
}
.post .wp-block-image {
  max-width: 100%;
  margin-bottom: 3em;
}
.post .wp-block-image img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.post .wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
.post .wp-block-video {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3em;
}
/* post meta
----------------------------------------------------*/
div.post-meta {
  margin: 0 0 1rem;
  padding: 1.5rem 0;
  color: #666;
  font-size: 1.4rem;
}
div.post-meta ul {
  margin: 0;
  display: inline-flex;
}
div.post-meta ul li {
  margin: 0 10px 0 0;
  list-style: none;
}
div.post-meta ul li.cal {}
div.post-meta ul li.cat, div.post-meta ul li.author, div.post-meta ul li.comment {
  padding-left: 25px;
  background: url(./images/icon_slash.png) no-repeat left center;
}
div.post-meta ul li.tag {}
/* content element
----------------------------------------------------*/
#blog #content .post {
  margin: 0 0 6rem;
  padding: 0 0 6rem;
  border-bottom: 1px dotted #ccc;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  margin: 3rem 0;
}
.post h2 {
  margin: 0 0 1rem;
  padding: 0;
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.post section > h3 {
  margin-top: 0 !important;
}
.post h3 {
  font-size: 2.5rem;
  font-weight: bold
}
.post h4 {
  padding-left: 1rem;
  border-left: 5px solid #333;
  font-size: 1.8rem;
  font-weight: bold;
}
.post h5 {
  font-size: 1.4rem;
}
.post p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.post strong {
  font-weight: bold;
}
.post em {
  font-style: italic;
}
.post code {
  color: #06c;
  font-family: 'Courier New', Courier, monospace;
}
.post img.wp-smiley {
  border: none;
  padding: 0;
  background: none;
  margin: 0;
}
.post blockquote p {
  margin: 0;
}
.post blockquote {
  clear: both;
  position: relative;
  margin: 0 0 3rem;
  padding: 3rem 5rem 4rem;
  background: #fafafa;
  border: 1px #e5e5e5 solid;
}
.post blockquote:before {
  position: absolute;
  top: 20px;
  left: 10px;
  content: '\f10d';
  color: #e7e7e7;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
}
.post blockquote:after {
  position: absolute;
  bottom: 20px;
  right: 10px;
  content: '\f10e';
  color: #e7e7e7;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
}
.post blockquote cite {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  font-size: 1.2rem;
  color: #808080;
}
.post div.wp-caption {
  margin: 2rem 0;
}
.post div.wp-caption img {
  margin: 0;
}
.post div.wp-caption p {
  font-size: 1.4rem;
}
.post ul {
  margin: 0 0.5rem 2rem;
  padding: 0;
  list-style: disc;
}
.post ol {
  margin: 0 15px 20px;
  padding: 0;
  list-style: decimal;
  list-style-position: outside;
}
.post li {
  margin: 0 0 1rem 1.5rem;
  padding: 0;
  font-size: 1.6rem;
}
.post li a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.post li a:hover {}
.post table {
  width: 100%;
  margin: 1rem 0 0 0;
  padding: 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
}
.post table th {
  padding: 1rem;
  background-color: #ddd;
  border: 1px solid #999;
  border-width: 0 0 1px 1px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.post table td {
  padding: 1rem;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  font-size: 1.6rem;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.post figure.box table, .post table.box {
  width: 100%;
  margin: 10rem 0 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.post figure.box table th, .post table.box th {
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.6;
}
.post figure.box table td, .post table.box td {
  padding: 1rem;
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  font-size: 1.6rem;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.6;
}
.post figure.box table {
  margin: 0 0 6rem;
}
.post figure.box table th, .post figure.box table td {
  padding: 20px;
}
.post figure.line table,
.post table.line {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
line-height: 1.6;
}
.post figure.line table th,
.post table.line th {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
width: 30%;
  padding: 1rem 3rem;
  background-color: #fff;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #ccc;
	
}
.post figure.line table td,
.post table.line td {
  padding: 1rem;
	border:none;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.post table.contact {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  border: 0px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  color: #444;
  font-size: 13px;
}
.post table.contact th {
  line-height: 1.2;
  padding: 1rem;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.post table.contact td {
  padding: 1rem;
  font-size: 1.4rem;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
a.more-link {
  display: block;
  width: 25%;
  margin: 1.5rem auto;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
a.more-link:hover {
  color: #4da833;
  text-decoration: underline;
}
/* Comments Area
----------------------------------------------------*/
.post .contactbox {
  margin: 30px 0;
  padding: 30px 0 5px;
  border: 10px solid #ddd;
  text-align: center;
}
.post .contactbox p {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
/* Comments Area
----------------------------------------------------*/
#comment-area h3 {
  font-size: 150%;
  font-family: 'Josefin Sans', sans-serif;
}
.required {
  color: #fe56aa;
}
.commets-list, .trackback-list {
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li, .trackback-list li {
  overflow: hidden;
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.comment-meta, .reply, .comment-notes, .form-allowed-tags, span.small {
  font-size: 80%;
}
.comment-body p {
  clear: both;
}
.reply {
  text-align: right;
}
.bypostauthor {
  /* 記事投稿者のコメントのスタイル */
}
.children {
  padding-left: 2em;
}
#respond {
  margin-bottom: 40px;
}
/* Form
----------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
  margin: 0;
  margin-bottom: 20px;
  padding: 6px 4px;
  max-width: 100%;
  width: 290px;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #eee;
  color: #777;
  vertical-align: bottom;
  font-size: 13px;
}
#comment-area input[type="text"], #comment-area textarea {
  display: block;
}
textarea {
  overflow: auto;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(255, 105, 180, 1);
  -moz-box-shadow: 0 0 3px rgba(255, 105, 180, 1);
  box-shadow: 0 0 3px rgba(255, 105, 180, 1);
  color: #444;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 12px;
  padding: 8px 10px;
  border: 1px solid #fe56aa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff89c4;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  cursor: pointer; /* Old browsers */
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  border: 1px solid #fe56aa;
  background: #ff89c4;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .4);
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  position: relative;
  top: 1px;
}
/* Searchform
----------------------------------------------------*/
form#searchform {}
form#searchform input[type=submit] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 12px;
  padding: 8px 10px;
  border: 1px solid #4da833;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #4da833;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px #030;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  cursor: pointer; /* Old browsers */
}
form#searchform input[type=submit]:hover {
  border: 1px solid #4da833;
  background: #3c3;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .4);
}
form#searchform input[type=text] {
  width: 200px;
  height: 35px;
  padding: 5px;
}
form#searchform input[type="text"]:focus {
  border: 1px solid #4da833;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #6c0;
  -moz-box-shadow: 0 0 3px #6c0;
  box-shadow: 0 0 3px #6c0;
  color: #444;
}
form#searchform label {
  display: none;
}
/* コンタクトフォーム
----------------------------------------------------
.post div.wpcf7 {
  margin: 60px 0;
}
.post .c1 {
  display: block;
  padding: 10px;
  font-weight: normal;
  color: #595858;
  line-height: 30px;
}
.post .c2 {
  padding: 10px;
  color: #595858;
  font-weight: normal;
  line-height: 30px;
}
.post p.c1, .post p.c2 {
  margin: 0 !important;
}
.post .c1:hover, .post .c2:hover {
  background: #FFEEEE;
}
.post .c1.last, .post .c2.last {
  border-bottom: none;
}
.post .m-alert {
  margin: 0;
  padding: 2px;
  color: #ad2e31;
  font-size: 12px;
  font-weight: normal;
  vertical-align: super;
}
.post input[type=text], .post input[type=tel], .post input[type=email] {
  font-size: 14px;
}
.post .c1 textarea, .post .c2 textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.post .file {
  margin: 10px;
  display: block;
}
.post span.wpcf7-list-item {
  display: block;
}
.post input[type=text], .post input[type=email], .post input[type=tel] {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border: 1px solid #ccc;
}
.post input[type=text]:focus, .post input[type=email]:focus, .post input[type=tel]:focus {
  border: solid 1px #20b2aa;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border: 1px solid #ccc;
}
.post input[type=text], .post select, input[type=email], .post input[type=tel] {
  outline: none;
}
.post .contact_right textarea {
  width: 100%;
  padding: 0 3px;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border: 1px solid #ccc;
}
.post .contact_right textarea:focus {
  border: 1px solid #20b2aa;
}
.post .contact_right textarea {
  outline: none;
  width: 100%;
}
.post input[type=submit] {
  cursor: pointer;
  width: 33%;
  height: 30px;
  margin: 5px;
  padding: 0 3px;
  background: #77c75f;
  background-image: -webkit-linear-gradient(top, #77c75f, #4ca833);
  background-image: -moz-linear-gradient(top, #77c75f, #4ca833);
  background-image: -ms-linear-gradient(top, #77c75f, #4ca833);
  background-image: -o-linear-gradient(top, #77c75f, #4ca833);
  background-image: linear-gradient(to bottom, #77c75f, #4ca833);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: solid #4ca833 1px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.post input[type=submit]:hover {
  background: #89d473;
  background-image: -webkit-linear-gradient(top, #89d473, #5cb842);
  background-image: -moz-linear-gradient(top, #89d473, #5cb842);
  background-image: -ms-linear-gradient(top, #89d473, #5cb842);
  background-image: -o-linear-gradient(top, #89d473, #5cb842);
  background-image: linear-gradient(to bottom, #89d473, #5cb842);
  color: #fff;
}
.post .contact_form input[type=submit] {
  width: 30%;
}
.post .contact_form input[type=text], .post .contact_form input[type=email] {
  width: 80%;
  height: 50px;
  font-size: 1.5em;
}
.post input[type="radio"] {
  margin: 0 0 4px 0 !important;
}

*/
/* コンタクトフォーム
----------------------------------------------------*/
.wpcf7-list-item {
  display: block;
  margin-top: 1rem;
}
.contact-input-area .contact_form {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  margin: 0 auto 30px;
	border: none;
}
.contact-input-area .contact_form th {
  position: relative;
  width: 35%;
  margin: 0;
  padding: 2rem;
	border: none;
	background-color: inherit;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}
.contact-input-area .contact_form td {
  position: relative;
  margin: 0 0 2rem;
  padding: 2rem;
	border: none;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}
.contact-input-area .contact_form input[text], .contact-input-area .contact_form textarea {
  width: 100%;
  margin: 0;
}
.contact-input-area .required-contactform {
  margin: 0 0 0 1rem;
  color: #c03;
  font-size: 1.4rem;
}
.contact-input-area .unrequired-contactform {
  margin-right: 0.5rem;
  padding: 0.5rem;
  background: #bdbdbd;
  border-radius: 3px;
  color: #bdbdbd;
}
.contact-input-area .table-bordered {

}
.contact-input-area .table-bordered td, 
.contact-input-area .table-bordered th {
	border-bottom: 1px solid #ddd;
}
.contact-input-area input[type=submit] {
  display: block;
  width: 280px;
  margin: 1.5rem auto;
  padding: 1rem;
  border: 1px solid #03214b;
	border-radius: 5px;
  background-color: #03214b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 0 #ccc;
  cursor: pointer; /* Old browsers */
}
.contact-input-area input[type=submit]:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
  transition: .4s;
	color: #3487c7;
  border: 1px solid #3487c7;
	background-color: #fff;
}
.contact-input-area input[type="radio"] {
  margin: 0 0 4px 0;
}
input[type="text"], input[type="email"], input[type="search"], textarea {
  margin: 0;
  padding: 0.5rem;
  max-width: 100%;
  width: 100%;
  outline: none;
background-color: #efefef;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  font-size: 1.6rem;
  vertical-align: bottom;
}
textarea {
  overflow: auto;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
  border: 1px solid #519fc9;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(81, 159, 201, 1);
  -moz-box-shadow: 0 0 3px rgba(81, 159, 201, 1);
  box-shadow: 0 0 3px rgba(81, 159, 201, 1);
  color: #444;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem;
}
/* Misc
----------------------------------------------------*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 1em;
  width: auto;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 1em;
  width: auto;
}
.wp-caption {
  margin-bottom: 30px;
  padding-top: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption-text, .gallery-caption {
  font-size: 80%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
img.aligncenter {
  display: block;
}
img.alignright {
  display: inline-block;
  margin: 0 0 1rem 3rem;
}
img.alignleft {
  display: inline-block;
  margin: 0 3rem 1rem 0;
}
/* wp_pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  overflow: hidden;
  margin-bottom: 100px;
  font-size: 16px;
  text-align: center;
}
.wp-pagenavi .pages {}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #4da833;
  margin-left: 5px;
  padding: 3px;
  color: #4da833;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
}
.wp-pagenavi a:hover {
  background: #4da833;
  color: #fff;
  text-shadow: none;
}
.wp-pagenavi span.current {
  background: #4da833;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
.navigation {
  font-size: 1.4rem;
}
/* socialArea
----------------------------------------------------*/
#socialArea {
  margin: 30px auto !important;
  padding: 0;
  text-align: center;
}
#socialArea ul {
  /*	position: absolute;
	top: 80px;
	left: 350px;*/
  margin: 0 0 0 150px;
  padding: 0;
}
#socialArea ul li {
  display: inline;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}
#socialArea ul li.btnTwitter {
  width: 100px;
}
#socialArea ul li.btnFacebook {
  width: 110px;
}
#socialArea ul li.btnGoogle {
  width: 100px;
}
/* pagetop
----------------------------------------------------*/
.pagetop {
  margin: 0;
  font-size: 12px;
  text-shadow: none;
  line-height: 1;
  text-indent: -99999px;
}
.pagetop a {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 35px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: url(./images/pagetop.png) no-repeat left top;
  text-decoration: none;
  text-align: center;
}
.pagetop a:hover {
  background: url(./images/pagetop_on.png) no-repeat left top;
  text-decoration: none;
}
.pagetop img {
  margin: 0;
  padding: 0;
}

.livecamera {
}
.livecamera  a {
  display: block;
  position: fixed;
  top: 50px;
  right: 15px;
    width: 75px;
    height: 38px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  z-index: 99999;
  text-align: center;
}
.pagetop a:hover {
	opacity: 0.8;
}

/* clearfix
----------------------------------------------------*/
.clearfix:before, .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0 !important;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
@media screen and (max-width: 768px) {
  /* structure layout
----------------------------------------------------*/
  #wrapper {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }
  /* header layout
----------------------------------------------------*/
  #header {
    padding: 3rem 0 1.5rem;
  }
  #blog #header {
    padding: 8rem 0 4rem;
  }
  #header h1.logo, #header p.logo {
    margin: 0 auto;
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
  #header p.tagline, #blog #header p.tagline {
    position: inherit;
    top: auto;
    left: auto;
    margin: 2rem 0 1rem;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  /* global navigation
----------------------------------------------------*/
  #menu-wrap {
    margin: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 5rem;
    position: fixed;
    top: 0rem;
    right: 0rem;
    z-index: 10;
  }
  #header nav {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
  #blog #gnav {
    top: 49px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  #header nav ul.menu {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #header nav ul.menu li {
    display: block;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  #header nav ul.menu li:last-child {
    border: none;
  }
  #header nav ul.menu li a {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 100;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 10px;
  }
  #nav_toggle span:nth-child(3) {
    top: 20px;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #header .scrollArea, #header.smaller .scrollArea {
    display: none;
  }
  /* lyout element
----------------------------------------------------*/
  .gutters {
    flex-direction: column;
  }
  .col_2, .col_3, .col_4 {
    width: 100%;
  }
  .contents-wrap {
    flex-direction: column;
  }
  .col_section, .col_section:nth-child(odd) {
    flex-direction: column;
  }
  .col_text, .col_img, .col_main, .col_side {
    width: 100%;
  }
  .col_texts {
    padding: 3rem;
  }
  .col_side {
    padding-left: 0;
  }
  #main .item-list {
    flex-direction: column;
  }
  #main .item-list .post-thumbnail {
    width: 100%;
    margin-left: 0;
  }
  /* footer element
----------------------------------------------------*/
#footer {
    padding: 8rem 0 20rem;
 }
  #footer #footerNav {
    display: none;
  }
  #visualArea iframe {
    min-height: 30vh;
  }
  /* Main ( home ) element
----------------------------------------------------*/
  #main .infoArea h2 {
    width: 98px;
    height: 73px;
    margin: 0 auto !important;
    background: url(./images/tl_info.png) no-repeat left top;
    border-bottom: none;
    text-indent: -99999px;
  }
  #main .infoArea {
    margin: 30px 0;
    padding: 0 2%;
  }
  #main .infoArea h2 {
    width: 98px;
    height: 73px;
    margin: 0 auto;
    background: url(./images/tl_info.png) no-repeat left top;
    border-bottom: none;
    text-indent: -99999px;
  }
  #main .infoArea dl {
    margin: 30px 0;
  }
  #main .infoArea dl dd {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  /* page element
----------------------------------------------------*/
  .media dl, .cafeArea, .cafeArea .cafeinfo {
    grid-template-columns: 1fr;
  }
  .post figure.box table th, .post figure.box table td, .post table.box th, .post table.box td {
    display: block;
    width: 100%;
    padding: 10px;
    border-top: none;
    text-align: left;
  }
  .outline .prof, .accessArea, .accessArea .iframe, .contactArea {
    width: 98% !important;
  }
  .storeArea .card {}
  .post .cow-list li {
    width: 14rem;
  }
  .post .tl_header .link_btn a {
    display: none;
  }
  .post .wrap68 {
    width: 100%;
  }
  /* content element
----------------------------------------------------*/
  a.more-link {
    width: 40%;
  }
  /* Misc
----------------------------------------------------*/
  .alignright, .alignleft {
    float: none;
    margin: 0;
    padding: 0;
  }
  img.alignright, img.alignleft {
    display: inline-block;
    margin: 0 0 2rem;
  }
  /* socialArea
----------------------------------------------------*/
  #socialArea {
    margin: 10px auto !important;
    padding: 0;
    text-align: center;
  }
  #socialArea ul {
    margin: 0 80px 30px;
    padding: 0;
  }
  #socialArea ul li {
    display: inherit;
    float: none;
    margin: 0 5px 10px 0;
    padding: 0;
    line-height: 1;
    list-style: none;
  }
#main .item-list-full .post-thumbnail a {
    display: block;
    width: 290%;
    height: 210px;
    object-fit: contain;
    text-align: center;
    margin-left: -390px;
}
.livecamera a {
    display: block;
    position: absolute;
    top: initial;
    right: initial;
    bottom: 95px;	
    left: 38%;
    width: 95px;
    height: 58px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    z-index: 99999;
}	
  /* コンタクトフォーム
----------------------------------------------------*/
  .wpcf7-list-item {
    display: block;
    margin-top: 1rem;
  }
  .contact-input-area .contact_form {
    width: 100%;
    overflow: hidden;
    table-layout: fixed;
    margin: 0 auto 30px;
  }
  .contact-input-area .contact_form th, .contact-input-area .contact_form td, .contact-input-area .contact_form tr:last-child th, .contact-input-area .contact_form tr:last-child td {
display: block;
width: 100%;
padding: 0 0 2rem;
  }
.contact-input-area .table-bordered th {
  border-bottom: none;
}
	
}