@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*スマホのみTEL表示*/
a[href^="tel:"] { cursor: default; }

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
    max-height: 55px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
    max-height: 55px;
}

/*.main {
    width: 975px;
}*/

.main {
    width: 76%;
}

.sidebar {
    width: 241px;
}

.main {
    padding: 0px 0px;
    margin-right: 0px;
}

.main {
    border: 0px solid transparent;
    border-radius: 0px;
    position: relative;
}

.breadcrumb {
    margin-top: 3px;
    margin-bottom: 1em;
    color: #777;
    font-size: 11px;
}

.content {
    margin-top: 0px;
}

.entry-content>*, .demo .entry-content p {
    margin-top: 0em;
    margin-bottom: 0em;
}

.logo-header img, .site-name-text {
    width: 246px!important;
    height: auto;
}

.header-container-in.hlt-top-menu .tagline {
    display: block;
}

.tagline {
    text-align: left;
    font-size: 11px;
    margin: .2em 0.5em;
}

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
    margin: 0 0px;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
  color: #FBB03B;
}

a:hover img {
  opacity:0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
}

.a-wrap:hover {
    background-color: #cef0ff;
    transition: all 0.5s ease;
    color: #333;
}

.yellow {
    color: #FC0;
}

#header-container .alignright {
    /*height: 52px;*/
    text-align: right;
    margin-right: 0px;
    right: 0;
    top: 23px;
    position: absolute;
    width: 427px;
}

.wrap {
    position: relative;
}

#jyusyo {
    display: block;
    padding: 0;
    margin: 52px 10px 10px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #00897C;
    float: right;
    width: 30%;
    line-height: 1.4em;
}

#site-description {
    font-size: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    display: block;
	font-weight: normal;
	color: #777;
	position: absolute;
}

.header-container-in.hlt-top-menu .logo-image {
    padding: 0;
    margin: 18px 0 0 0;
}

.hnavi {
    display: none;
	/*font-size: 11px;    
    float: right;
    width: 499px;
    padding: 0px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 3px;
    margin-left: 0px;*/
}

.inq1d {
    display: block;
    float: left;
    width: 161px;
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.inqall {
    display: block;
    float: right;
    width: 161px;
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#navi {
    /*border: 1px solid #ddd;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/common/nback.png);
	background-repeat: repeat-x;
    background-position: center top;*/ 
	border-width: 1px 0; 
    height: 35px;
	margin-top: 30px;
}

#navi .navi-in>ul>li>a {
    padding: 0 0em;
}

.header-container-in.hlt-top-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#navi-in {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navi ul > li {
    float: left;
    list-style: none;
    position: relative;
}

ol, ul {
    margin: 1em 0;
    padding-left: 0px;
}

.footer-title {
    margin: 0 0 10px 0;
}

#footer .menu li.li2 a:before {
    font-family: FontAwesome;
    content: '\f0f6';
    color: #00f1d9;
    position: relative;
    margin-right: .3em;
}

#footer .menu li.li2 a:hover {
    color: #00f1d9;
}

.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    color: #333;
    text-decoration: none;
    padding: 0px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
	font-size: 12px;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
  background-color: transparent;
  transition: all 0.7s ease;
  color: #333;
}

.footer-in .widget {
    margin-bottom: 18px;
}

.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    border: none;
    color: #ccc;
    padding: 0 8px;
    background-color: rgba(255, 255, 255, 0);
}

.adstf {
    display: block;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 9px;
    font-size: 0.642857143rem;
    font-weight: normal;
    color: #FFF;
    width: 246px;
    line-height: 1.4em;
}

.lnktsa {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: bold;
}

.lnksa {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal;
}

#footer {
    clear: both;
    background-color: #00A99D;
    color: #fff;
    border-top-width: 8px;
    border-top-style: solid;
    border-top-color: #00DDC7;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#billboards {
    padding: 0;
    min-width: 1000px;
    background-color: #D7FFF0;
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    box-shadow: 1px 5px 7px -5px rgba(0,0,0,.8);
    bottom: 0px;
}

/*#billboards {
    padding: 0;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/mainback.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-width: 1000px;
    background-color: #D7FFF0;
    display: block;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	top:-10px;
	box-shadow: 1px 5px 7px -5px rgba(0,0,0,.8);
}*/

.c-both {
    clear: both;
    line-height: 0em;
}

/*div .fla {
    padding: 0px;
    display: block;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 300px;
}*/

.ulinkt {
    float: right;
}

.ulinkt a {
    display: block;
    border-radius: 18px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    word-spacing: 0.0001em;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-right: 20px;
    letter-spacing: 0.0001em;
    background-color: #00c300;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 20px;
}

.ulinkt a:hover {
	color:#FFF;
	background-color: #F93;
}

/**************************
** TOPページ
**************************/
.page-id-16203 .content {
    margin-top: 0px;
}

#post-16203 .entry-content {
    margin-top: 0em;
    margin-bottom: 0em;
}

.txts1 {
    line-height: 1.6em;
    font-size: 12px;
    font-size: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.wrapp {
    width: 1000px;
    margin: 0 auto;
}

#content-wrapn {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin: 0px;
    padding: 0px;
}

.subt1 {
    padding: 0px;
    float: left;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.subt1e {
    padding: 0px;
    float: left;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.article ul li, .article ol li {
    margin: 0.32em;
}

div .mores {
    line-height: 1.4em;
    display: block;
    margin: 0px 0px 10px 0px;
    float: right;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/common/arrow1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

div .mores a:hover {
    color: #F7931E;
}

#content-wrap3 {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#content-wrap3 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/saishin_green.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 0px 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
	background-color: transparent;
}

.entry-con {
    display: block;
    padding: 0px;
    width: 1000px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.picup1 {
    list-style-type: none;
    width: 180px;
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #FFF;
    border: 6px solid #D1F2EE;
}

.page-id-30340 .content-backsj .new-entry-cards {
    display: flex;
    flex-wrap: wrap;
}

.content-backsj .widget-entry-cards .not-default .a-wrap,  .content-backsj .new-entry-cards .a-wrap {
    max-width: 192px;
    background-color: #fff;
    border: 6px solid #e4e4e4;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
}

.content-backsj {
    display: block;
    padding: 0px 0px 0 0px;
    float: left;
    margin: 0 0 0px 0;
    width: 1000px;
}

.widget-entry-cards .a-wrap {
    padding: 0px 3px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.a-wrap {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 1.5%;
    margin-bottom: 3%;
    transition: all 0.7s ease;
}

.page-id-16203 .content-backsj .new-entry-cards {
    display: flex;
    /*flex-wrap: wrap;*/
}

.new-entry-card-title {
	line-height: 1.4em;
    font-size: 12px;
    letter-spacing: 0.001em;
    font-weight: bold;
    color: #00897C;
    margin: 3px 0px 0px 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #00A99D;
}

.entry-category, .post-date, .post-update, .post-author, .amp-back {
    padding: 1px;
    display: inline;
    font-size: 0.8em;
	float: right;
}

.new-entry-card-date {
    display: block;
	    margin-top: 3px;
}
.cat-label {
    display: block;
	    margin-top: 0px;
}

.post-update {
    display: none;
}

#content-wrap5 {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#content-wrap5 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/info_yellow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
	background-color: transparent;
}

#content-wrap6 {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#content-wrap6 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/info_green.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
	background-color: transparent;
}

#content-wrap2 {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.article .count-tag-cloud li {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 0;
}

.tagcloud a:hover {
    background-color: #00bfb2;
    transition: all 0.7s ease;
    color: #fff;
}

.tagcloud a {
    background-color: #00a99d;
    border: 1px solid #62d0c8;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    text-decoration: none;
    font-size: 14px;
    margin: 1px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
}

#content-wrap2 .widget .tagcloud {
    background-color: #00A99D;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 10px solid #D1F2EE;
    line-height: 2.2em;
    font-weight: normal;
    color: #FFF;
    font-size: 12px;
    font-size: 0.857142857rem;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.count-tag-cloud li span {
    position: relative;
    top: 4px;
    right: 0px;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #63cac2;
    border-radius: 100%;
    color: #fff;
    font-size: 9px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    margin-left: 5px;
}
.count-tag-cloud ul li a:hover {
  background-color: #3498db;
  border: 1px solid #3498db;
  color: #fff;
}
.count-tag-cloud ul li a:hover span {
  background-color: #fff;
  color: #3498db;
}

#content-wrap2 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/info_green.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
	background-color: transparent;
}

#content-wrap1 {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
}

#content-wrap1 h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/esoukomark.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
	background-color: transparent;
}

.phog1 {
    display: block;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 10px solid #D1F2EE;
    line-height: 1.8em;
    font-weight: normal;
    /*background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/gaiyou1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 250px;*/
    /*width: 961px;*/
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.phog1 .column-wrap {
	margin-bottom: 0em;
}

.phog1 .txt1 {
    display: block;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 190px;
    line-height: 1.4em;
    font-weight: normal;
    height: 90px;
    width: 630px;
    padding: 10px 15px;
}

.phog1 .txt2 {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    /*margin-left: 360px;*/
    line-height: 1.4em;
    font-weight: normal;
    height: auto;
    width: 460px;
    padding: 0px;
    font-size: 12px;
}

.phog1 .txt2 .waku {
    display: block;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    line-height: 1.4em;
    font-weight: normal;
    height: auto;
    width: 450px;
    padding: 0px;
    background-color: #F4EFDF;
}

.waku table {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.waku table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

#content-wrap2 {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.setu1 {
    display: block;
    background-color: #00A99D;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    border: 10px solid #D1F2EE;
    line-height: 1.6em;
    font-weight: normal;
    color: #FFF;
    font-size: 12px;
    font-size: 0.857142857rem;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-left: 20px;
}

.setu1 img.right {
    float: right;
    display: inline;
    margin: 0 0 1em 20px;
}

#content-wrap4 {
    padding: 0;
    display: block;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
}

.content-wrap4 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/aki_red.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
	background-color: transparent;
}

.content-wrap4 .mnews {
    display: block;
    background-color: #F4D7DD;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 10px solid #FFE6EA;
    line-height: 1.8em;
    font-weight: normal;
}

.content-wrap4 .new-entry-card-title {
    line-height: 1.4em;
    font-size: 14px;
    letter-spacing: 0.001em;
    font-weight: bold;
    color: #d6396b;
    margin: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #fff;
}

.widget-entry-cards .widget-entry-card {
    font-size: 1em;
    position: relative;
}
	
.content-wrap4 .widget-entry-cards figure {
    width: 0px;
    display: none;
}
	
.content-wrap4 .widget-entry-cards .widget-entry-card-content {
    margin-left: 0px;
    position: relative;
    padding-left: 20px;
}
	
.content-wrap4 .widget-entry-cards .widget-entry-card-content:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0f6";
    color: #ed1e79;
    font-weight: normal;
    font-size: 14px;
    left: 0;
}

.content-wrap h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/harrymark.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
	background-color: transparent;
}

.content-wrap .mnews {
    display: block;
    background-color: #EAE2D3;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
        border: 10px solid #F4EFDF;
    line-height: 1.8em;
    font-weight: normal;
}

.content-wrap .new-entry-card-title {
    line-height: 1.4em;
    font-size: 14px;
    letter-spacing: 0.001em;
    font-weight: bold;
    color: #806519;
    margin: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #fff;
}

.widget-entry-cards .widget-entry-card {
    font-size: 1em;
    position: relative;
}
	
.content-wrap .widget-entry-cards figure {
    width: 0px;
    display: none;
}
	
.content-wrap .widget-entry-cards .widget-entry-card-content {
    margin-left: 0px;
    position: relative;
    padding-left: 20px;
}
	
.content-wrap .widget-entry-cards .widget-entry-card-content:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0f6";
    color: #806519;
    font-weight: normal;
    font-size: 14px;
    left: 0;
}

.ulink {
	float: center;
	margin-top: 8px;
}

.ulink a {
    display: block;
    border-radius: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    word-spacing: 0.0001em;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-right: 5px;
    letter-spacing: 0.0001em;
    background-color: #00c300;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.ulink a:hover {
	color:#FFF;
	background-color: #F93;
}

.cat-label {
    position: absolute;
    top: 0em;
    left: 0em;
    border: 0px solid #eee;
    font-size: 11px;
    color: #fff;
    background-color: rgba(0, 169, 157, 0.7);
    padding: 0px 5px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/************************************
 エントリーカードの設定
************************************/

.a-wrap:hover {
  background-color: #e6fffd;
  transition: all 0.7s ease;
  color: #333;
}

.fa {
    color: #00A99D;
}

.cat-link {
    background-color: #00A99D;
}

.rect-vartical-card .related-entry-card-title {
    font-size: 14px;
}

.related-entry-heading, .comment-title, .sns-share-message, .sns-follow-message {
    display: block;
    background: #00A99D;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 1.4em;
    text-decoration: none;
    text-align: center;
    margin: 15px 0 10px 0;
    padding: 3px 0 0 0;
    letter-spacing: .1em;
}

.new-entry-card-post-date {
    font-size: 0.5rem;
}

.post-date::before {
    color: #00a99d;
}

.go-to-top .fa {
    color: #ffffff !important;
}

.article #mf h3 {
    margin-top: 55px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 80px;
    display: block;
    padding-top: 20px;
	border-bottom-width: 0px;
  border-left-width: 0px;
}

.article h3 {
    border-left: 0px solid #777;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    font-size: 22px;
    padding: 0px 0px;
}

h3.homhead2 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/esoukomark.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
}

h3.homhead3 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/index/harrymark.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    height: 58px;
    display: block;
    padding-top: 20px;
}

.sidebar h3 {
    background-color: #00A99D;
    padding: 3px 10px 0px 10px;
    margin: 0px 0 15px 0;
    border-radius: 2px;
    color: #fff;
	position: relative;
}

.sidebar h3:before {
	position: relative;
    font-family: "FontAwesome";
    content: "\f0f6";
    color: #fff;
    font-weight: normal;
    right: 5px;
}

.entry-title {
padding-left:6px;
}

.entry-title:before {
    font-family: "FontAwesome";
    content: "\f1b2";
    color: #00A99D;
    font-weight: normal;
    left: 0px;
}

.entry-title, .archive-title {
    font-size: 22px;
    margin: 16px 0 4px 0;
    line-height: 1.3;
}

.date-tags {
    line-height: 0.8;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 1em;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #00A99D;
    background-color: #FFF;
	padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.txts {
    line-height: 1.6em;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#jirei h3 {
    line-height: 1.4em;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #FFF;
    font-weight: bold;
    color: #00A99D;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 9px;
    border-bottom-width: 1px;
    border-left-width: 8px;
    border-bottom-style: dashed;
    border-left-style: solid;
    border-bottom-color: #00A99D;
    border-left-color: #00A99D;
    text-align: left;
}

.link-rightt {
    text-align: left;
    display: block;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/arrowr.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #08728b;
    /* height: 16px; */
}

.link-rightt1 {
    text-align: left;
    display: block;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    font-size: 14px;
    background-image: url(https://www.e-souko.biz/ewp/wp-content/themes/cocoon-child-master/images/arrowr.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #08728b;
    /* height: 16px; */
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.txtsc {
    line-height: 1.6em;
    font-size: 14px;
    font-size: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center;
}

.sbtit {
    display: block;
    background: #00A99D;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    margin: 0px 0 15px 0;
    padding: 6px 20px 2px 20px;
}

.txts table.second {
    width: 100%;
    margin: 15px 0 5px 0;
}

.txts table.second thead tr th {
    border: 1px solid #82DBCE;
    padding: 0.3em;
    background: #00A99D;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.txs {
    line-height: 1.4em;
    font-size: 11px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    color: #00897C;
}

.jri {
    line-height: 1.4em;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #FFF;
    font-weight: bold;
    color: #08728b;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #08728b;
    text-align: left;
}

.txts {
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.txts table.second tbody tr td {
    border: 1px solid #82DBCE;
    padding: 0.3em;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}

.linesk {
    margin-top: 0;
    margin-bottom: 0px;
}

.linesk table {
    border-bottom: 1px solid #ededed;
    color: #000;
    line-height: 2;
    margin: 0 0 0px;
    margin: 0 0 0.6rem;
    width: 100%;
}

.linesk td {
    font-size: 11px;
    color: #000;
    padding-top: 4px;
    padding-bottom: 3px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #b4b4b4;
    border-bottom-color: #b4b4b4;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFF;
    border-left-color: #FFF;
}

.sks li {
    width: 50%;
    padding: 0;
    float: left;
    border: 6px solid #fff;
    box-sizing: border-box;
    margin: 0 0 6px 0 !important;
}

.txts2s {
    line-height: 1.8em;
    font-size: 18px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #00A99D;
}

.txtst {
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.txts2 {
    line-height: 1.8em;
    font-size: 16px;
    margin-right: 20px;
    margin-left: 20px;
    /*width: 690px;*/
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #00A99D;
}

#jirei2 h4 {
    line-height: 1.4em;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #00A99D;
    font-weight: bold;
    color: #FFF;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 9px;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: #FC0;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.txtsr {
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 30px;
    display: block;
}

.txts .left {
    line-height: 1.4em;
    font-size: 14px;
    display: block;
    color: #333;
    float: left;
    width: 420px;
    margin-bottom: 15px;
}

.txts .right {
    line-height: 1.4em;
    font-size: 14px;
    display: block;
    color: #333;
    float: right;
    width: 420px;
    margin-bottom: 15px;
}

.txtsce {
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

#maintitle {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}

#tt h3 {
    line-height: 1.4em;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    background-color: #FFF;
    font-weight: bold;
    color: #00A99D;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 9px;
    border-bottom-width: 1px;
    border-left-width: 8px;
    border-bottom-style: dashed;
    border-left-style: solid;
    border-bottom-color: #00A99D;
    border-left-color: #00A99D;
    text-align: left;
}

#qa h3 {
    line-height: 1.4em;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    background-color: #FFF;
    font-weight: bold;
    color: #00A99D;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 9px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #00A99D;
    text-align: left;
}

#jirei .fbar {
    line-height: 1.4em;
    list-style-type: none;
    color: #00A99D;
    background-image: url(https://www.e-souko.biz/wp/wp-content/themes/Canyon/images/mark1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #00A99D;
    padding-bottom: 0px;
    display: block;
}

#lines h3 {
    line-height: 1.4em;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #FFF;
    font-weight: bold;
    color: #3AAE36;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 9px;
    border-bottom-width: 1px;
    border-left-width: 8px;
    border-bottom-style: dashed;
    border-left-style: solid;
    border-bottom-color: #3AAE36;
    border-left-color: #3AAE36;
    text-align: left;
}

.motom1 {
    display: block;
    background-color: #F4D7DD;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 10px solid #FFE6EA;
    line-height: 1.8em;
    font-weight: normal;
}

#lines h4 {
    line-height: 1.4em;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #3AAE36;
    font-weight: bold;
    color: #FFF;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 9px;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: #FC0;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.phots1 {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.phots1 ul {
    margin: 0 0 24px;
    margin: 0 1.7rem 1.714285714rem;
    line-height: 1.714285714;
}

.phots1 li {
    width: 33.3%;
    padding: 0;
    float: left;
    border: 6px solid #fff;
    box-sizing: border-box;
    margin: 0 0 6px 0 !important;
    list-style-type: none !important;
}

.txtle ol li {
    margin: 0 0 12px 0;
}

.txtle {
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.posttop2 {
    padding: 0px 20px 0px 20px;
    background: #F5FFFE;
    border: 10px solid #D1F2EE;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 1.7em;
    font-size: 12px;
}

.article .posttop2 td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #D1F2EE;
    border-bottom-color: #D1F2EE;
    border-right-style: none;
    border-left-style: none;
}

.posttop2 span.wpcf7-list-item {
    display: block;
}

.posttop1 {
    padding: 0px 20px 0px 20px;
    background: #FFFCF5;
    border: 10px solid #F4EFDF;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 1.7em;
    font-size: 12px;
}

.article .posttop1 td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffecbf;
    border-bottom-color: #ffecbf;
    border-right-style: none;
    border-left-style: none;
}

.posttop1 span.wpcf7-list-item {
    display: block;
}

table tr:nth-of-type(2n+1) {
    background-color: #fff;
}

div .form_submit {
    width: 650px;
    margin-bottom: 0px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

.wpcf7-form input[type=submit] {
    width: 650px;
    height: 60px;
    font-size: 20px;
    font-weight: nomal;
    color: #000000;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #eee;
}

.mobp1 select, .mobp2 select {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 10%;
	margin: 3px 0px 3px 0px;
}

#footer .footer-widgets li a:before {
    font-family: FontAwesome;
    content: '\f0f6';
    color: #00f1d9;
    position: relative;
    margin-right: .3em;
}

#footer a:hover, .footer-title {
    color: #00f1d9;
}

.sei {
    margin-bottom: 0px;
}

.sei ul {
    list-style-type: none;
}

.sei .le {
    width: 174px;
    padding: 0;
    float: left;
    border: 0px solid #fff;
    box-sizing: border-box;
    margin: 15px 0 0px;
}

.sei .ce {
    width: 152px;
    padding: 0;
    float: left;
    border: 0px solid #fff;
    box-sizing: border-box;
    margin: 0 0 0 15px;
	height:63px;

}

.sei .ri {
    width: 80px;
    padding: 0;
    float: left;
    border: 0px solid #fff;
    box-sizing: border-box;
    margin: 0 0 0 6px;
	height:63px;
}

img { vertical-align: bottom; }

#bgmp_map-canvas { 
	width: 100% !important;
	margin: 0 0 5px 0; }

/*.article h4.widget-title {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    padding: 0.4em;
    margin: 0.0em 0 0em;
	font-weight: 700;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    background-color: #00A99D;
    border: 4px solid #D1F2EE;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
}*/

.article .mnews h4.widget-title {
    border-top: 0 solid #ccc;
    border-bottom: 0 solid #ccc;
    padding: .4em;
    margin: 0;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    background-color: #f7931e;
    border: 4px solid #f7931e;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 6px;
}

.article .ggmap h4.widget-title {
    border-top: 0 solid #ccc;
    border-bottom: 0 solid #ccc;
    padding: .4em;
    margin: 0;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    background-color: #00A99D;
    border: 4px solid #D1F2EE;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 6px;
}

.cat-label-1, .cat-label-10, .cat-label-11 {
    background-color: rgb(242, 150, 0, 0.7);
}

.cat-label-9 {
    background-color: rgb(0, 113, 188, 0.7);
}

.cat-label-114 {
    background-color: rgb(237, 30, 121, 0.7);
}

.cat-label-154 {
    background-color: rgb(1, 181, 238, 0.7);
}

.cat-label-113 {
    background-color: rgb(86, 69, 57, 0.7);
}

.cat-label-3 {
    background-color: rgb(115, 99, 87, 0.7);
}

.categoryid-1 .entry-title:before, .categoryid-10 .entry-title:before, .categoryid-11 .entry-title:before {
    color: #f8931e;
}

.categoryid-1 .date-tags, .categoryid-10 .date-tags, .categoryid-11 .date-tags {
    border-top-color: #ffc17a;
}

.cat-link-1, .cat-link-10, .cat-link-11 {
    background-color: #f29600;
}

.categoryid-1 .related-entry-heading, .categoryid-1 .comment-title, .categoryid-1 .sns-share-message, .categoryid-1 .sns-follow-message, .categoryid-10 .related-entry-heading, .categoryid-10 .comment-title, .categoryid-10 .sns-share-message, .categoryid-10 .sns-follow-message, .categoryid-11 .related-entry-heading, .categoryid-11 .comment-title, .categoryid-11 .sns-share-message, .categoryid-11 .sns-follow-message {
    background: #ffb132;
}

.category-1 .fa, .category-10 .fa, .category-11 .fa  {
    color: #f29600;
}

.rect-vartical-card .related-entry-card-thumb {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}

.posttop1 th{
    border: none;
	font-size: 14px;
	background-color: transparent;
	text-align: left;
    }

.bgmp_placemark h3 {
    font-size: 14px !important;
}


.bgmp_placemark p {
    font-size: 12px !important;
}

.page-id-16203 .entry-categories-tags, .page .entry-categories-tags {
    margin-bottom: 0px;
    display: none;
}

.content-wraps .mnews {
	margin-bottom: 15px;
}


.header-container #navi-in {
    width: 1260px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-container #navi ul>li {
    float: left;
    list-style: none;
    position: relative;
    font-weight: bold;
    /*padding: 0 0.8em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(255, 255, 255, 0.3);*/
}

.header-container #navi li+ li {
  border-left: 1px solid #00ddc7;
}

.header-container #navi .navi-in>ul>li>a {
    padding: 0 0.8em;
}

/************************************
** ■ホバー時の背景色設定
************************************/
.header-container #navi-in ul li a {
    padding: 1px 19px;
}

.header-container #navi-in ul li a:hover {
    background-color: #00bcaa;
    transition: all 0.7s ease;
    color: #fff;
    /*border-radius: 20px;*/
}

.header-container {
    border-bottom: #d1f2ee 1px solid;
}

.page-id-23313 .header-container, .page-id-16203 .header-container, .page-id-35043 .header-container, .page-id-35045 .header-container {
    border-bottom: #d1f2ee 0px solid;
}


.lroverm {
    margin: 0px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fa931d;
}

.wrap4 {
 width:1216px;
 margin:0 auto 0 auto
}

.shadow {
    margin-top: 0px;
    display: inline-block;
    box-shadow: 0px 3px 7px -5px rgb(0 0 0 / 80%);
    line-height: 0;
}

.header-container-in.hlt-top-menu .logo-image {
    padding: 0;
    margin: 30px 0 0 0;
}

/****************************************************
** LP
****************************************************/
.page-id-23313 .date-tags, .page-id-35043 .date-tags, .page-id-35045 .date-tags {
 display: none;
}

.page-id-23313 .footer-meta, .page-id-35043 .footer-meta, .page-id-35045 .footer-meta {
 display: none;
}

.page-id-23313 .breadcrumb, .page-id-35043 .breadcrumb, .page-id-35045 .breadcrumb {
 display: none;
}

.page-id-23313 .entry-title, .page-id-35043 .entry-title, .page-id-35045 .entry-title {
 display: none;
}

.page-id-23313 .navi, .page-id-35043 .navi, .page-id-35045 .navi {
 display: none;
}

.page-id-23313 .container, .page-id-35043 .container, .page-id-35045 .container {
    margin-top: 0px;
	background-color: #fff;
}

.page-id-23313 .main, .page-id-35043 .main, .page-id-35045 .main {
    padding: 0px 20px;
	border: 0px solid transparent;
}

.page-id-23313 .entry-categories-tags, .page-id-35043 .entry-categories-tags, .page-id-35045 .entry-categories-tags {
    margin-bottom: 0px;
    display: none;
}

.page-id-23313 .sns-share, .page-id-23313 .sns-follow, .page-id-35043 .sns-share, .page-id-35043 .sns-follow, .page-id-35045 .sns-share, .page-id-35045 .sns-follow {
    margin: 24px 0;
    display: none;
}

.page-id-23313 .entry-content, .page-id-35043 .entry-content, .page-id-35045 .entry-content {
    margin-top: 0em;
    margin-bottom: 0em;
}

.page-id-23313 #navi, .page-id-35043 #navi, .page-id-35045 #navi {
    height: 0px;
    margin-top: 15px;
}

.page-id-23313 #navi-in, .page-id-35043 #navi-in, .page-id-35045 #navi-in {
    display: none;
}

.page-id-23313 .content-backsj .new-entry-cards, .page-id-35043 .content-backsj .new-entry-cards, .page-id-35045 .content-backsj .new-entry-cards {
    display: flex;
}

.page-id-23313 .wrapp, .page-id-35043 .wrapp, .page-id-35045 .wrapp {
    width: 1216px;
    margin: 0 auto;
}

.page-id-23313 .content-backsj, .page-id-35043 .content-backsj, .page-id-35045 .content-backsj {
    display: block;
    padding: 0;
    float: left;
    margin: 0;
    width: 1216px;
}

.lrover2 {
    margin: 0 0 20px 0;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /*background: -moz-linear-gradient(280deg,#f0fdfd 50%,#e2ffc8);
    background: -webkit-linear-gradient(280deg,#f0fdfd 50%,#e2ffc8);
    background: linear-gradient(170deg,#f0fdfd 50%,#e2ffc8);*/
}

.wrapc {
    width: 1216px;
    margin: 0 auto 0 auto;
}

.lps1 {
    margin: 0 0 20px;
    text-align: center;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FCEE21;
}


.page-id-23313 .content-backsj .new-entry-cards, .page-id-35043 .content-backsj .new-entry-cards, .page-id-35045 .content-backsj .new-entry-cards {
    display: flex;
    flex-wrap: wrap;
}

.page-id-23313 .content-backsj a.new-entry-card-link, .page-id-35043 .content-backsj a.new-entry-card-link, .page-id-35045 .content-backsj a.new-entry-card-link {
    width: 31.6%;
}

.page-id-23313 .content-backsj .widget-entry-cards.card-large-image .a-wrap, .page-id-35043 .content-backsj .widget-entry-cards.card-large-image .a-wrap, .page-id-35045 .content-backsj .widget-entry-cards.card-large-image .a-wrap {
    max-width: 400px;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 20px;
}

.page-id-23313 .content-backsj .new-entry-cards .a-wrap, .page-id-35043 .content-backsj .new-entry-cards .a-wrap, .page-id-35045 .content-backsj .new-entry-cards .a-wrap {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius: 4px;
}

.page-id-23313 .widget-entry-cards.card-large-image .e-card, .page-id-35043 .widget-entry-cards.card-large-image .e-card, .page-id-35045 .widget-entry-cards.card-large-image .e-card {
    font-size: 15px;
}

.page-id-23313 .entry-con .a-wrap, .page-id-23313 .entry-lp .a-wrap, .page-id-35043 .entry-con .a-wrap, .page-id-35043 .entry-lp .a-wrap, .page-id-35045 .entry-con .a-wrap, .page-id-35045 .entry-lp .a-wrap {
    box-shadow: 0 6px 10px -5px rgb(0 0 0 / 30%);
}

.page-id-23313 .widget-entry-card-thumb, .page-id-35043 .widget-entry-card-thumb, .page-id-35045 .widget-entry-card-thumb {
    float: left;
    margin-top: 0px;
    position: relative;
}

.page-id-23313 .widget-entry-cards.card-large-image .card-content, .page-id-35043 .widget-entry-cards.card-large-image .card-content, .page-id-35045 .widget-entry-cards.card-large-image .card-content {
    margin: 0.4em 0.5em 0.5em 0.5em;
}

.page-id-23313 .new-entry-card-title, .page-id-35043 .new-entry-card-title, .page-id-35045 .new-entry-card-title {
    line-height: 1.4em;
    font-size: 16px;
    letter-spacing: .001em;
    font-weight: normal;
    color: #4A4A4A;
    margin: 0px 0 0 0;
    padding-bottom: 1px;
    border-bottom: 0px dotted #00A99D;
}

.page-id-23313 .new-entry-card-post-date, .page-id-35043 .new-entry-card-post-date, .page-id-35045 .new-entry-card-post-date {
    font-size: .7rem;
	padding: 0 0 0.5em 0;
}

.page-id-23313 a.new-entry-card-link:hover img.wp-post-image, .page-id-35043 a.new-entry-card-link:hover img.wp-post-image, .page-id-35045 a.new-entry-card-link:hover img.wp-post-image {
    transform: scale(1.10);
    opacity: 1;
    transition: .3s;
}

.page-id-23313 a.new-entry-card-link figure.new-entry-card-thumb, .page-id-35043 a.new-entry-card-link figure.new-entry-card-thumb, .page-id-35045 a.new-entry-card-link figure.new-entry-card-thumb {
    overflow: hidden;
    margin-bottom: 0.5em;
}

.page-id-23313 h2 {
    position: relative;
    overflow: hidden;
    padding: .6rem 1rem .4rem 90px;
    border-top: 3px solid #fa931d;
    background-color: rgba(255,255,255,0.0);
    color: #fa931d;
    margin-top: 0em;
    margin-bottom: 1.0em;
	font-size: 1.5rem;
}

.page-id-23313 h2::before {
    position: absolute;
    top: -150%;
    left: -25px;
    width: 100px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fa931d;
}

.page-id-23313 h2 span {
    font-size: 40px;
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    color: #fff;
}

.page-id-23313 .main h3 {
  position: relative;
  padding: 0.7rem 1rem 0.4rem;
  border: 4px solid #00a99d;
font-size: 18px;
	text-align:center;
	line-height: 1;
	margin: 0 0px 10px;
	color: #00a99d;
	background-color: #fff;
}

.page-id-23313 .main h3:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #00a99d;
}


.page-id-35043 h2 {
    position: relative;
    overflow: hidden;
    padding: .6rem 1rem .4rem 90px;
    border-top: 3px solid #fa931d;
    background-color: rgba(255,255,255,0.0);
    color: #fa931d;
    margin-top: 0em;
    margin-bottom: 1.0em;
	font-size: 1.5rem;
}

.page-id-35043 h2::before {
    position: absolute;
    top: -150%;
    left: -25px;
    width: 100px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fa931d;
}

.page-id-35043 h2 span {
    font-size: 40px;
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    color: #fff;
}

.page-id-35043 .main h3 {
  position: relative;
  padding: 0.7rem 1rem 0.4rem;
  border: 4px solid #00a99d;
font-size: 18px;
	text-align:center;
	line-height: 1;
	margin: 0 0px 10px;
	color: #00a99d;
	background-color: #fff;
}

.page-id-35043 .main h3:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #00a99d;
}


.page-id-35045 h2 {
    position: relative;
    overflow: hidden;
    padding: .6rem 1rem .4rem 90px;
    border-top: 3px solid #fa931d;
    background-color: rgba(255,255,255,0.0);
    color: #fa931d;
    margin-top: 0em;
    margin-bottom: 1.0em;
	font-size: 1.5rem;
}

.page-id-35045 h2::before {
    position: absolute;
    top: -150%;
    left: -25px;
    width: 100px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fa931d;
}

.page-id-35045 h2 span {
    font-size: 40px;
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    color: #fff;
}

.page-id-35045 .main h3 {
  position: relative;
  padding: 0.7rem 1rem 0.4rem;
  border: 4px solid #00a99d;
font-size: 18px;
	text-align:center;
	line-height: 1;
	margin: 0 0px 10px;
	color: #00a99d;
	background-color: #fff;
}

.page-id-35045 .main h3:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #00a99d;
}

.shadow {
    margin-top: 5px;
    display: inline-block;
    box-shadow: 0px 3px 10px -5px rgba(0,0,0,.8);
	line-height: 0;
}

.shadow1 {
    box-shadow: 0px 5px 8px -5px rgba(0,0,0,.4);
    line-height: 0;
}

.shadow2 {
    filter: drop-shadow(1px 3px 2px rgba(0,0,0,0.1));
    line-height: 0;
}

.r5 {
	padding-right:5px !important;
}

.l5 {
	padding-left:5px !important;
}


.r10 {
	padding-right:10px !important;
}

.l10 {
	padding-left:10px !important;
}

.lr10 {
	padding-left:10px !important;
	padding-right:10px !important;
}

.t10 {
	padding-top:10px !important;
}

.t20 {
	padding-top:20px !important;
}

.t30 {
	padding-top:30px !important;
}

.tb10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.lrtb10 {
	padding:10px !important;
}

.r20 {
	padding-right:20px !important;
}

.l20 {
	padding-left:20px !important;
}

.lr20 {
	padding-left:20px !important;
	padding-right:20px !important;
}

.tb20 {
	padding-top:20px !important;
	padding-bottom:20px !important;
}

.t20 {
	padding-top:20px !important;
}

.b10 {
	padding-bottom:10px !important;
}

.b20 {
	padding-bottom:20px !important;
}

.b30 {
	padding-bottom:30px !important;
}

.bo10 {
	margin-bottom:10px !important;
}

.entry-lp {
    display: block;
    padding: 0;
    width: 1216px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.page-id-23313 .content-backsj .entry-lp .widget-entry-cards.card-large-image .a-wrap {
    max-width: 223px;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 20px;
}

.page-id-35043 .content-backsj .entry-lp .widget-entry-cards.card-large-image .a-wrap {
    max-width: 223px;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 20px;
}

.page-id-35045 .content-backsj .entry-lp .widget-entry-cards.card-large-image .a-wrap {
    max-width: 223px;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 20px;
}

.lroverf {
    margin: 0px 0px 0px 0px;
    /* text-align: center; */
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background: #fa931d;
	color: #fff;
}

.lroverf a {
	color: #fffc99;
}

.lroverf h4 {
    padding: 0.3em 0.6em 0.2em 0.6em;
    border-top: dotted 1px #ffffff;
    border-bottom: dotted 1px #ffffff;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #ffffff;
    margin: 0 0 15px;
}

.tas {
    font-size: 11px;
    margin: 10px 0px 10px;
}

.lpbackb table tr:nth-child(odd) {
    background: #ffa039;
}

.rtlink {
    float: right;
}

.rtlink a {
    display: block;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    text-align: right;
    word-spacing: 0.0001em;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px !important;
    margin-left: 0;
    padding-right: 15px;
    letter-spacing: .0001em;
    background-color: #ffbd00;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 15px;
}

.rtlink a:hover {
    color: #fff;
    background-color: #ffc82c;
}

h7 {
    font-size: 12px;
    margin: 10px 0px 10px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.txt10 {
    font-size: 10px;
    margin: 0px 0px 10px;
}

.page-id-23313 #footer, .page-id-35043 #footer, .page-id-35045 #footer {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.page-id-23313 .footer-widgets, .page-id-23313 .footer-widgets-mobile, .page-id-35043 .footer-widgets, .page-id-35043 .footer-widgets-mobile, .page-id-35045 .footer-widgets, .page-id-35045 .footer-widgets-mobile {
    margin: 0px auto;
    display: none;
}

.page-id-23313 .content-bottom, .page-id-35043 .content-bottom, .page-id-35045 .content-bottom {
    margin: 0em 0;
}

/*.entry-content>* {
    margin-bottom: 0em;
}*/

.page-id-23313 .article, .page-id-35043 .article, .page-id-35045 .article  {
    margin-bottom: 0em;
}

/*.entry-content>*, */.article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, /*.body .column-wrap, */.body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond, .is-root-container>*, [data-type="core/freeform"] {
    margin-bottom: 0em;
}

.body .article  {
    margin-bottom: 0em;
}

.page-id-23313 .footer, .page-id-35043 .footer, .page-id-35045 .footer {
    margin-top: 0px;
    padding: 8px;
}

/* フロー */
.flow {
margin: 0 auto 50px;
}
.flow .box {
margin: 0 auto 20px;
width: 80%;
padding: 0px;
border: 3px solid #00a99d;
-webkit-border-radius: 3px;
border-radius: 3px;
position: relative;
font-size: 1.0em;
font-weight: bold;
line-height: 1.4;
}
.flow .box:after {
    border-top: 15px solid #FFC300;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -50px;
}
.flow .box:last-child:after {
border: none;
}

.btitle {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    background-color: #00a99d;
    padding: 5px 5px 0px;
    text-align: center;
    margin: 0 0 10px;
}

.btxt {
	margin: 0 10px 10px;
	line-height: 1.4;
}

.section1 {
    padding-bottom: calc(4vw + 5px);
    position: relative;
    overflow: hidden;
    background-color: #fffcd6;
    margin-top: 0!important;
    margin-bottom: 0!important;
    width: 98.7vw;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
}
.section1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5vw solid #fff;
    border-right: 100vw solid transparent;
}

.section2 {
    padding-bottom: calc(4vw + 5px);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    width: 98.7vw;
    left: 50%;
    transform: translateX(-50%);
	padding-top: 30px;
}

.section2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5vw solid #fffcd6;
    border-left: 100vw solid transparent;
}

.section3 {
    padding-bottom: calc(4vw + 5px);
    position: relative;
    overflow: hidden;
    background-color: #fffcd6;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    width: 98.7vw;
    left: 50%;
    transform: translateX(-50%);
	padding-top: 30px;
}

.section3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5vw solid #fff;
    border-right: 100vw solid transparent;
}

.lpstxte {
    padding: 20px 25px 2px;
    margin: 0px 0 30px 0;
    font-size: 14px;
    /* font-weight: bold; */
    text-align: left;
    line-height: 1.5em;
    background-color: #ff9b1f;
    color: #fff;
    border-radius: 8px;
}

.cci img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0;
}

.posttop1 table tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.lpst {
    margin: 0 0 20px;
    text-align: center;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #64f1e4;
}

.sides1 {
	margin: 0px 0 5px 0;
}

.sidese {
	margin: 0px 0 20px 0;
}

.lpstxtc {
    padding: 20px 25px 2px;
    margin: 0 0 30px 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.5em;
    background-color: #ffffff;
    border-radius: 8px;
}

.setuc {
    display: block;
    background-color: #fff9e7;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    border: 10px solid #D1F2EE;
    line-height: 1.6em;
    font-weight: normal;
    color: #03aa9e;
    font-size: 12px;
    font-size: .857142857rem;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.setuc h3 {
    position: relative;
    padding: 0.7rem 1rem 0.4rem;
    border: 4px solid #00a99d;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    margin: 0 0 10px;
    color: #00a99d;
    background-color: #fff;
}

.setuc h3:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    border: 2px solid #00a99d;
}

ul#menu-sub-menus li {
	float: left;
}

.body .column-left :last-child {
    margin-bottom: 0em;
}

input#hiro {
  width: 100px;
}

.w100 {
  width: 100% !important;
  border-collapse: collapse;
}

.article .w100 th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	vertical-align: middle;
	background-color: #f5fffe;
	text-align: left;
	padding: 2px 5px 2px 10px;
	color: #000;
	font-weight: normal;
	width: 19%;
	font-size: 13px;
}

.article .w100 td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	vertical-align: top;
	padding: 2px 5px 2px 10px;
	font-size: 13px;
}

.satxt {
  font-size: 12px;
  font-weight: normal;
  color: #0a4090;
  margin: 4px 0;
}

.mapb {
  margin: 0 auto 20px;
}

.telb {
    font-size: 2.8em;
    margin: 30px 0;
    padding: 0;
    font-weight: bold;
    line-height: 0.8em;
    text-decoration: none;
	text-align: center;
}

.single-post .article h2 {
    position: relative;
    padding: 0.5rem 1rem 0.2rem;
    border: 4px solid #00a99d;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    margin: 0 0 10px;
    color: #00a99d;
    background-color: #fff;
}

.single-post .article h3 {
    line-height: 1.4em;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #FFF;
    font-weight: 700;
    color: #00A99D;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0;
    padding-left: 9px;
    border-bottom-width: 1px;
    border-left-width: 8px;
    border-bottom-style: dashed;
    border-left-style: solid;
    border-bottom-color: #00A99D;
    border-left-color: #00A99D;
    text-align: left;
}

.single-post .article h4 {
    line-height: 1.4em;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #00A99D;
    font-weight: 700;
    color: #FFF;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 0;
    padding-left: 9px;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: #FC0;
    margin-left: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.single-post .article h5 {
    border-bottom: 2px solid var(--cocoon-thin-color);
	font-size: 16px;
	padding: 4px 2px;
}

.single .entry-content ul {
	margin: 0 15px;
}
.single .entry-content table, .single .entry-content iframe, .single .entry-content .wp-caption {
margin-bottom: 1em;
}

.lroversell {
    margin: 0;
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #008b81;
}

.lpsell1 {
    margin: 0 0 20px;
    text-align: center;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00897f;
}

.sections1 {
    margin: 0 0 20px;
    /*text-align: center;*/
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.sections2 {
    margin: 0;
    /*text-align: center;*/
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E2DBBC;
}

h2.catchs1 {
    font-size: 30px !important;
    margin: 10px 0 10px 0 !important;
    line-height: 1.6em !important;
	color: #333;
	font-weight:600;
	/*font-family: 'はんなり明朝' !important;*/
	text-align: center;
	position: relative;
    overflow: hidden;
    padding: 0rem 0rem 0rem 0px;
    border-top: 0px solid #fa931d;
    background-color: rgba(255, 255, 255, 0);
}

h2.catchs1::before {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 10px;
    height: 0%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fff;
}

.hit {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.bkwaku {
    display: block;
    position: relative;
    padding: 20px 20px;
    border: solid 8px #F4F2E9;
    font-size: 14px;
	background: #fff;
}

h3.catchs1 {
    font-size: 24px !important;
    margin: 0px 0 20px 0 !important;
    position: relative !important;
    padding: .0rem 0rem .4rem !important;
    border: 0px solid #00a99d !important;
	border-bottom: 5px solid #00897F !important;
    line-height: 1 !important;
    color: #00a99d !important;
    background-color: #fff !important;
	text-align: left !important;
}

h3.catchs1:before {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: calc(100% - 0px) !important;
    height: calc(100% - 0px) !important;
    content: '' !important;
    border: 0px solid #00a99d !important;
}

.bk-sell img{
    width: 99.4vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: auto;
    display: block;
    /*opacity: 0.5;*/
}

.catchs2 {
    position: relative;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem;
    background-color: #00897F;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin:8px 0px;
}

.catchs2::before,
.catchs2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #00897F transparent;
    border-style: solid;
    content: '';
}

.catchs2::before {
    left: -15px;
    border-width: 19px 0px 19px 16px;
}

.catchs2::after {
    right: -15px;
    border-width: 19px 16px 19px 0px;
}

.bcenter {
  text-align: center;
margin-bottom: 15px;
}

.kname {
	color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin:0px 0px 20px;
}

h2.catchs3 {
    position: relative !important;
    display: inline-block !important;
    height: 70px !important;
    line-height: 70px !important;
    padding: 0 2.5rem !important;
    background-color: #00897F !important;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: bold !important;
    text-align: center !important;
	margin:8px 0px !important;
	overflow: hidden;
	border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
	box-shadow: 0px -5px #00897F, 0px 5px #00897F;
}

h2.catchs3::before,
h2.catchs3::after {
    position: absolute !important;
    top: -5px !important;
    width: 0px !important;
    height: 0px !important;
    border-color: transparent #E2DBBC !important;
    border-style: solid !important;
    content: '' !important;
	    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
h2.catchs3::before {
    left: -1px !important;
    border-width: 40px 0px 40px 20px !important;
	background: #00897f;
}

h2.catchs3::after {
    right: -1px !important;
    border-width: 40px 20px 40px 0px !important;
}

h2.catchs3w {
    position: relative !important;
    display: inline-block !important;
    height: 70px !important;
    line-height: 70px !important;
    padding: 0 2.5rem !important;
    background-color: #00897F !important;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: bold !important;
    text-align: center !important;
	margin:8px 0px !important;
	overflow: hidden;
	border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
	box-shadow: 0px -5px #00897F, 0px 5px #00897F;
}

h2.catchs3w::before,
h2.catchs3w::after {
    position: absolute !important;
    top: -5px !important;
    width: 0px !important;
    height: 0px !important;
    border-color: transparent #fff !important;
    border-style: solid !important;
    content: '' !important;
	    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
h2.catchs3w::before {
    left: -1px !important;
    border-width: 40px 0px 40px 20px !important;
	background: #00897f;
}

h2.catchs3w::after {
    right: -1px !important;
    border-width: 40px 20px 40px 0px !important;
}

/** inqs **/

.faqs .toggle-button {
	background: #fff;
	text-align: left;
	font-weight: bold;
	box-shadow: 0 2px 6px 0px #ddd;
	border: solid 8px #F4F2E9;
    padding: 1em;
    font-size: 20px;
}
.faqs .toggle-button::before, .faqs .toggle-checkbox:checked~.toggle-button::before {
 content: 'Q';
 color: #f00;
 font-size: 1em;
 margin-right: 1em;
 opacity: 1.0;
}
.faqs .toggle-button::after, .faqs .toggle-checkbox:checked~.toggle-button::after {
 font-family: "Font Awesome 5 Free";
 content: '\f107';
 color: #f00;
 font-size: 1em;
 font-weight: bold;
 position: absolute;
 right: 2em;
 transition: 0.3s;
}
.faqs .toggle-checkbox:checked~.toggle-button::after {
 transition: 0.3s;
 transform: rotate(180deg) translateY(3px);
}
.faqs .toggle-checkbox:checked~.toggle-content {
 background: #fff;
 margin-top: 10px;
 border: none;
 padding: 1em;
 font-size: 18px;
border: solid 8px #fff;
}
.faqs .toggle-checkbox:checked~.toggle-content p:first-of-type::before {
 content: 'A';
 color: #305ab2;
 font-size: 1em;
 font-weight: bold;
 margin-right: 1em;
 font-size: 20px;
}

.body .toggle-wrap {
    margin-bottom: 1.4em;
}

.post-35043 .lroverf, .post-35045 .lroverf {
    margin: 0 0 0 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    width: 98.7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background: #00897f;
    color: #fff;
}

.post-35043 .lpbackb table tr:nth-child(odd), .post-35045 .lpbackb table tr:nth-child(odd) {
    background: #00a99d;
}

.post-35043 .posttop1, .post-35045 .posttop1 {
    padding: 0 20px 0 20px;
    background: #FFFCF5;
    border: 10px solid #F4EFDF;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    line-height: 1.7em;
    font-size: 16px;
}

.post-35043 .posttop1 th, .post-35045 .posttop1 th {
    border: none;
    font-size: 16px;
    background-color: transparent;
    text-align: left;
    font-weight: normal;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 8px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
}

input[type="text"].wd15 {
    padding: 8px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 15%;
}

h2 {
    -webkit-margin-before: 0.0__qem;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    display: block;
    background-color: #ff007e;
    padding: 2px 4px 0px;
}

.author-widget-name {
  background-color: #c0a34b;
  padding: 2px 5px;
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  border-radius: 2px;
}

.wsp-pages-list li.page_item, .out_site, .wsp-categories-list li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  padding: 5px 0 5px 0;
}

.wsp-container .page_item a, .wsp-categories-list a, .wsp-pages-list a {
  font-size: 16px;
  padding: 5px;
  text-decoration: none;
}

/********************************************************************************************************************************************************
** レスポンシブデザイン用のメディアクエリ
********************************************************************************************************************************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
	
.wrap {
    width: 1118px;
    margin: 0 auto;
}
	
}

/*1112px以下*/
@media screen and (max-width: 1112px){
  /*必要ならばここにコードを書く*/
	
.wrap {
    width: 100%;
    margin: 0 auto;
}
	
#container {
         width: 100%;
       }
#content {
         width: 100%;
         float: none;
       }
#sidebar {
         /*width: 100%;*/
         float: none;
       }	
.wrap {
        width: auto;
        margin: 0 auto;
    }
.header-container #navi-in ul li a {
    padding: 1px 7px;
}
	
.wrap4 {
    width: auto;
    margin: 0 auto 0 auto;
}
	
.mnavi1 {
    background-color: #F7EFD5;
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
	
.mnavi1 .left1 {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 8px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .right1 {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 0px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .left1e {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .right1e {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
/*.container #navi-in {
  width: 1112px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
	
#navi{
display: none;
}
	
.header-container-in.hlt-top-menu {
  display: unset;
}
	
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
	
#container {
         width: 100%;
       }
#content {
         width: 100%;
         float: none;
       }
#sidebar {
         width: 100%;
         float: none;
       }	
.wrap {
        width: auto;
        margin: 0 auto;
    }
.header-container #navi-in ul li a {
    padding: 1px 7px;
}
	
.wrap4 {
    width: auto;
    margin: 0 auto 0 auto;
}
	
}


/*768px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

.header-container-in.hlt-top-menu {
  display: unset;
}
	
.mnavi1 {
    background-color: #F7EFD5;
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
	
.mnavi1 .left1 {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 8px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .right1 {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 0px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .left1e {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .right1e {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.column-wrap{
flex-direction: row;
}	
	
.wrap {
    width: 100%;
    margin: 0 auto;
}	
	
.wrapp {
    width: auto !important;
    margin: 0 auto;
}
	
.tagline {
    text-align: left;
    font-size: 10px;
    margin: .2em 0.8em;
    line-height: 1.4em;
	color: #6b6b6b;
}	
	
#site-description {
    position: unset;
}
	
.header-container-in.hlt-top-menu .logo-image {
    padding: 0;
    margin: 3px 0 8px 0;
}
	
.mnavi {
    background-color: #00A99D;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
}
	
.mnavi .n1 {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    margin: 0px;
    float: left;
    width: 20%;
    text-align: center;
}
	
.mnavi .n2 {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 40%;
    text-align: center;
    background-color: #F7931E;
}
	
.mnavi .n3 {
    margin: 0px;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    text-align: center;
}
	
#navi {
    border-width: 1px 0;
    background-image: none;
    background-repeat: repeat-x;
    background-position: center top;
    height: 0px;
    margin-top: 0px;
}
	
.menu-content .menu-drawer {
    padding: 0 0 30px;
}
	
.menu-drawer li:nth-child(2n+1), .sub-menu li:nth-child(2n+1) {
    background: #f5f5f5;
}
	
.menu-drawer a {
    font-size: 13px;
}
	
.widget_nav_menu ul li a:before, .menu-drawer a:before {
    font-family: FontAwesome;
    content: '\f07c';
    color: #00a99d;
    position: relative;
    margin-right: .3em;
}
	
.mbill {
    display: block;
    margin-top: 0em;
    margin-bottom: 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
}
	
.menu-button a:hover {
    color: #ccc;
}
	
.mobile-menu-buttons {
    background: rgba(0, 140, 130, 0.8);
    color: #fff;
}
	
.mobile-menu-buttons .home-menu-button > a, .mobile-menu-buttons .top-menu-button > a {
    color: #fff;
}
	
div#main {
    float: none;
    width: 640px;
    padding: 10px;
    border: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
	
.txts1 {
    line-height: 1.6em;
    font-size: 12px;
    font-size: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}
	
.mtit {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    color: #FFF;
    background-color: #00A99D;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
    border: 8px solid #96E2DC;
    margin: 0px 0px 10px 0px;
    text-align: center;
}
	


.mnews {
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0px;
    margin-right: 0px;
}
	
.article h4.widget-title {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    padding: 0.4em;
    margin: 0.0em 0 0em;
}
	
.widget-title {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    background-color: #F7931E;
    border: 4px solid #F7931E;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
}
	
.content-backlb {
    display: block;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    border: 5px solid #F4EFDF;
}
	
.content-backlb .all {
    display: block;
    background-color: #fff;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    padding: 0px 5px;
}
	
.widget-entry-cards .a-wrap {
    padding: 0px 5px;
    line-height: 1.4;
    margin-bottom: 0px;
}
	
.widget-entry-cards .widget-entry-card {
    font-size: 1em;
    position: relative;
}
	
.content-backlb .widget-entry-cards figure {
    width: 0px;
    display: none;
}
	
.content-backlb .widget-entry-cards .widget-entry-card-content {
    margin-left: 0px;
    position: relative;
    padding-left: 20px;
}
	
.content-backlb .widget-entry-cards .widget-entry-card-content:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0f6";
    color: #7d7d7d;
    font-weight: normal;
    font-size: 14px;
    left: 0;
}
	
.new-entry-card-title {
    font-size: 14px;
    line-height: 1.4em;
    margin: 5px 5px 0px 5px;
}
	
.content-backlb .new-entry-card-date {
    display: block;
    margin-bottom: 5px;
}
	
.post-date, .post-update, .post-author, .amp-back {
    margin-right: 8px;
}
	
.entry-category, .post-date, .post-update, .post-author, .amp-back {
    padding: 2px;
    display: inline;
    font-size: 0.7em;
}
	
.widget-entry-cards .widget-entry-card-content {
    margin-left: 0px;
    position: relative;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    margin-bottom: 10px;
}
	
.content-backlb .new-entry-card-date {
    display: none;
    margin-bottom: 5px;
}
	
.content-backlb .new-entry-card-title {
    border-bottom: 0px dotted #00A99D;
}

.widget-title1 {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    background-color: #ED1E79;
    border: 4px solid #ED1E79;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
}
	
.article h4.widget-title1 {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    padding: 0.4em;
    margin: 0.0em 0 0em;
}
	
.content-backlb1 {
    display: block;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    border: 5px solid #FFE6EA;
}
	
.content-backlb1 .all {
    display: block;
    background-color: #fff;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    padding: 0px 5px;
}
	
.content-backlb1 .widget-entry-cards figure {
    width: 0px;
    display: none;
}
	
.content-backlb1 .widget-entry-cards .widget-entry-card-content {
    margin-left: 0px;
    position: relative;
    padding-left: 20px;
}
	
.content-backlb1 .widget-entry-cards .widget-entry-card-content:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0f6";
    color: #7d7d7d;
    font-weight: normal;
    font-size: 14px;
    left: 0;
}
	
.new-entry-card-title {
    font-size: 14px;
    line-height: 1.4em;
    margin: 5px 5px 0px 5px;
}
	
.content-backlb1 .new-entry-card-date {
    display: block;
    margin-bottom: 5px;
}

.content-backlb1 .new-entry-card-date {
    display: none;
    margin-bottom: 5px;
}
	
.content-backlb1 .new-entry-card-title {
    border-bottom: 0px dotted #00A99D;
}
	
.mnavi2 {
    background-color: #00A99D;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 1.6em;
}
	
.txt2 .waku {
    display: block;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    line-height: 1.4em;
    font-weight: normal;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    background-color: #F4EFDF;
    color: #333;
    font-size: 12px;
}
	
.menu-side-menu-container a:before, .menu-side-menu-container .menu-drawer a:before {
    font-family: FontAwesome;
    content: '\f07c';
    color: #00a99d;
    position: relative;
    margin-right: .3em;
	display:none;
}
	
.widget_nav_menu .menu-side-menu1-container ul li a:before, .menu-drawer .menu-side-menu1-container a:before {
    font-family: FontAwesome;
    content: '\f07c';
    color: #00a99d;
    position: relative;
    margin-right: .3em;
	display:none;
}
	
#slide-in-nav_menu-8, #slide-in-nav_menu-9, #slide-in-custom_html-4 {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    text-align: center;
}
	
.sidebar h3 {
    background-color: #00a99d;
    padding: 4px 8px;
    margin: 0px 0 10px 0;
    border-radius: 2px;
}
	
.sidebar .widget-title {
    border: 0px solid #F7931E;
}
	
.hnavi {
    font-size: 11px;
    font-size: 0.785714286rem;
    display: block;
    float: right;
    width: 345px;
    padding: 0px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}
	
#footer {
    padding-top: 0px;
}
	
.footer-bottom {
    margin-top: 0px;
    padding: 2px;
    position: relative;
    font-size: 12px;
}
	
.home-menu-icon::before { content: '\f095'; }
	
.mobile-menu-buttons .menu-icon::before {
    font-family: FontAwesome;
    font-size: 1.3em;
}
	
.mobile-menu-buttons .menu-caption {
    font-size: 9px;
    text-align: center;
}
	
.entry-title, .archive-title {
    font-size: 18px;
    margin: 16px 0;
    line-height: 1.3;
}
	
.e-card-title {
    font-size: 14px;
}

.related-entry-heading, .comment-title, .sns-share-message, .sns-follow-message {
    font-size: 16px;
}
	
.rect-vartical-card .related-entry-card-title {
    font-size: 12px;
}
	
.home-menu-button {
    position: relative;
    width: 100%;
    cursor: pointer;
	background: rgba(255, 189, 111, 0.8);
}
	
.ss-bottom .sns-share-buttons a .button-caption {
    font-size: 10px;
    margin-left: 1px;
}
	
.ss-bottom .sns-share-buttons a {
    font-size: 12px;
}
	
.author-info .post-author {
    font-size: 11px;
}
	
.entry-title, .archive-title {
    font-size: 18px;
    margin: 0px 0;
    line-height: 1.3;
}
	
.entry-title, .article h2 {
    font-size: 18px;
    padding: 0.6em 0.4em;
}
	
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
    background-color: #fff;
    margin: 0px auto 0;
    padding: 5px;
}
	
.breadcrumb {
    margin-top: 0px;
    margin-bottom: 1em;
    color: #777;
    font-size: 10px;
}
	
.sbtit {
    display: block;
    background: #00A99D;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    text-decoration: none;
    text-align: left;
    margin: 0px 0 15px 0;
    padding: 2px 10px 0px 15px;
}
	
.txts table.second thead tr th {
    border: 1px solid #82DBCE;
    padding: 0.6em;
    background: #00A99D;
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
}
	
.txts table.second tbody tr td {
    border: 1px solid #82DBCE;
    padding: 0.6em;
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
}
	
.article .sks ul, .article .sks ol {
    padding-left: 0px;
}
	
.txts .left, .txts .right {
    line-height: 1.4em;
    font-size: 14px;
    display: block;
    color: #333;
    float: none;
    width: 290px;
    margin-bottom: 15px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
	
.txts2s {
    line-height: 1.4em;
}
	
.txtst, .txts {
    line-height: 1.6em;
    font-size: 14px;
}
	
#jirei h3 {
    line-height: 1.4em;
    font-size: 16px;
}
	
.txts2 {
    line-height: 1.8em;
    font-size: 14px;
	margin-right: 10px;
    margin-left: 10px;
}
	
.txtsr {
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
    display: block;
}
	
.article .phots1 ul, .article .phots1 ol {
    padding-left: 0.0em;
}
	
.phots1 ul {
    margin: 0 0 24px;
    margin: 0 0.1rem 1.0rem;
    line-height: 1.714285714;
}
	
.txtle {
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 40px;
}
	
.posttop2 {
    padding: 0px 5px 0px 5px;
    background: #F5FFFE;
    border: 10px solid #D1F2EE;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 1.7em;
    font-size: 12px;
}
	
div .form_submit {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
	
.wpcf7-form input[type=submit] {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: nomal;
    color: #000000;
}
	
.article #mf h3 {
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 70px;
    display: block;
    padding-top: 0px;
}

.posttop1 {
    padding: 0px 5px 0px 5px;
    background: #FFFCF5;
    border: 10px solid #F4EFDF;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 1.7em;
    font-size: 12px;
}
	
.mobp1 select, .mobp2 select {
    padding: 1px 0px 1px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 16%;
	margin: 3px 0px 3px 0px;
}
	
.ulinkt {
    float: right;
    margin-top: 5px;
}
	
.wrapp {
    width: auto;
    margin: 0 auto;
}
	
#bgmp_map-canvas {
    margin: 0 0 10px 0;
}

main.main, div.sidebar {
    padding: 10px 10px 0px 10px;
    margin: 0px 0;
    border-width: 0;
}
	
.mobile-menu-buttons .menu-caption {
    color: #f1f1f1;
}
	
.posttop1 th{
    width: 100%;
    display: block;
    border-top: none;
	font-size: 14px;
	background-color: #f4efdf;
	text-align: left;
    }
	
.posttop1 td{
    width: 100%;
    display: block;
    border-top: none;
	font-size: 12px;
    }
	
.menu-drawer a {
    font-size: 14px;
}
	
.mobile-footer-menu-buttons .fa {
    color: #ffffff;
}
	
.lroverm {
    margin: 0px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fa931d;
	margin-top: 0.0em;
    margin-bottom: 0.0em;
}
	
.lps1 {
    margin: 0;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
	
.wrap4 {
    width: 100%;
    margin: 0 auto 0 auto;
    margin-bottom: 0 !important;
}

.column-wrap > div {
    margin-bottom: 0.5em;
}

.entry-content>*, .demo .entry-content p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
	
.page-id-23313 .page .content-backsj a.new-entry-card-link, .page-id-35043 .page .content-backsj a.new-entry-card-link, .page-id-35045 .page .content-backsj a.new-entry-card-link {
    width: 47.78%;
    margin-bottom: 8px;
}
	
.entry-lp {
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
	
.lrover2 {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
	
.wrapc {
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
}
	
.page-id-23313 .wrapp, .page-id-35043 .wrapp, .page-id-35045 .wrapp {
    width: 100%;
    margin: 0 auto;
}
	
.page-id-23313 .content-backsj, .page-id-35043 .content-backsj, .page-id-35045 .content-backsj {
    display: block;
    padding: 0;
    float: left;
    margin: 0;
    width: 100%;
}
	
.page-id-23313 .content-backsj .new-entry-cards .a-wrap, .page-id-35043 .content-backsj .new-entry-cards .a-wrap, .page-id-35045 .content-backsj .new-entry-cards .a-wrap {
    margin-right: 3px;
    margin-left: 3px;
}
	
.page-id-23313 .new-entry-card-title {
    line-height: 1.4em;
font-size: 13px;
letter-spacing: .001em;
font-weight: normal;
color: #4A4A4A;
margin: 0;
padding-bottom: 1px;
border-bottom: 0 dotted #00A99D;
}
	
.page-id-23313 .widget-entry-cards .widget-entry-card-content {
    margin-left: 0;
    position: relative;
    padding-left: 0px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    margin-bottom: 10px;
}
	
	
.page-id-35043 .new-entry-card-title {
    line-height: 1.4em;
font-size: 13px;
letter-spacing: .001em;
font-weight: normal;
color: #4A4A4A;
margin: 0;
padding-bottom: 1px;
border-bottom: 0 dotted #00A99D;
}
	
.page-id-35043 .widget-entry-cards .widget-entry-card-content {
    margin-left: 0;
    position: relative;
    padding-left: 0px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    margin-bottom: 10px;
}
	
	
.page-id-35045 .new-entry-card-title {
    line-height: 1.4em;
font-size: 13px;
letter-spacing: .001em;
font-weight: normal;
color: #4A4A4A;
margin: 0;
padding-bottom: 1px;
border-bottom: 0 dotted #00A99D;
}
	
.page-id-35045 .widget-entry-cards .widget-entry-card-content {
    margin-left: 0;
    position: relative;
    padding-left: 0px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    margin-bottom: 10px;
}
	
.lroverf {
    margin-top: 0em;
    margin-bottom: 0em;
}
	
.lpst {
    margin: 0;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
	
.page-id-23313 h2 {
    font-size: 16px;
	padding: 0.6rem 0rem 0.4rem 52px;
}
	
.page-id-23313 h2 span {
    font-size: 1.5rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-left: 4px;
    color: #fff;
}
	
.page-id-23313 h2::before {
    position: absolute;
    top: -100%;
    left: -54px;
    width: 100px;
    height: 200%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fa931d;
}
	
.page-id-23313 .main h3 {
    position: relative;
    padding: 0.7rem 1rem 0.6rem;
    border: 3px solid #00a99d;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    margin: 0 0 10px;
    color: #00a99d;
    background-color: #fff;
}
	
	
.page-id-35043 h2 {
    font-size: 16px;
	padding: 0.6rem 0rem 0.4rem 52px;
}
	
.page-id-35043 h2 span {
    font-size: 1.5rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-left: 4px;
    color: #fff;
}
	
.page-id-35043 h2::before {
    position: absolute;
    top: -100%;
    left: -54px;
    width: 100px;
    height: 200%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fa931d;
}
	
.page-id-35043 .main h3 {
    position: relative;
    padding: 0.7rem 1rem 0.6rem;
    border: 3px solid #00a99d;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    margin: 0 0 10px;
    color: #00a99d;
    background-color: #fff;
}
	
	
.page-id-35045 h2 {
    font-size: 16px;
	padding: 0.6rem 0rem 0.4rem 52px;
}
	
.page-id-35045 h2 span {
    font-size: 1.5rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-left: 4px;
    color: #fff;
}
	
.page-id-35045 h2::before {
    position: absolute;
    top: -100%;
    left: -54px;
    width: 100px;
    height: 200%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #fa931d;
}
	
.page-id-35045 .main h3 {
    position: relative;
    padding: 0.7rem 1rem 0.6rem;
    border: 3px solid #00a99d;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    margin: 0 0 10px;
    color: #00a99d;
    background-color: #fff;
}
	
.section1, .section2, .section3, .lroverf {
    padding-right: 15px;
    padding-left: 15px;
}
	
.entry-content>*, .demo .entry-content p {
    margin-top: 0em;
    margin-bottom: 0em;
}
	
.cci img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0;
}
	
.page-id-16203 main.main {
    padding: 0px 10px 0 10px;
    margin: 0;
    border-width: 0;
}
	
.lpstxtc .column-wrap.column-3>div, .setuc .column-wrap.column-3>div {
    width: 32.5% !important;
}
	
.lpstxtc .column-wrap, .setuc .column-wrap {
    flex-direction: row;
}
	
.mtit, .setuc {
    margin-top: 0.5em;
    margin-bottom: 0.5em !important;
}

.lpst {
	margin-bottom: 0.5em !important;
	}
	
.u10 {
	margin-bottom: 10px;	
	}
	
.page-id-23313 .post-update, .page-id-35043 .post-update, .page-id-35045 .post-update {
    display: none;
}
	
.page-id-23313 .content, .page-id-35043 .content, .page-id-35045 .content {
    margin-top: -5px;
}
	
.telb {
    font-size: 2.1em;
}
	
.single ul {
    margin: 0 0px;
}
	
.lpsell1 {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
}
	
.lpsell1 .column-wrap, .lpst .column-wrap {
        gap: 0.05em;
    }
	
.b10 {
    padding-bottom: 0px !important;
}
	
h2.catchs1 {
    font-size: 17px !important;
    margin: 0px 0 0px 0 !important;
    line-height: 1.4em !important;
}
	
.page-id-35043 h2, .page-id-35045 h2 {
        font-size: 16px;
        padding: .0rem 0rem .0rem 0px;
    }
	
.page-id-35043 h2::before, .page-id-35045 h2::before {
        position: absolute;
        top: 0%;
        left: 0px;
        width: 0px;
        height: 0px;
        content: '';
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        background: #fa931d;
    }
	
.bkwaku {
    display: block;
    position: relative;
    padding: 15px 20px;
    border: solid 8px #F4F2E9;
    font-size: 14px;
    background: #fff;
    margin: 0 15px;
}
	
h3.catchs1 {
    font-size: 24px !important;
    margin: 0 20px 20px 20px !important;
}
	
.lptxt {
    margin: 0 20px;
}
	
.lptxts {
        margin: 0 20px;
        font-size: 12px;
    }
	
h2.catchs3 {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 2.5rem !important;
    font-size: 22px !important;
    margin: 0px 0px !important;
}
	
h2.catchs3::before {
    left: -1px !important;
    border-width: 24px 0 24px 20px !important;
    background: #00897f !important;
}
	
h2.catchs3::after {
    right: -1px !important;
    border-width: 24px 20px 24px 0px !important;
}
	
h2.catchs3w {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 2.5rem !important;
    font-size: 22px !important;
    margin: 0px 0px !important;
}
	
h2.catchs3w::before {
    left: -1px !important;
    border-width: 24px 0 24px 20px !important;
    background: #00897f !important;
}
	
h2.catchs3w::after {
    right: -1px !important;
    border-width: 24px 20px 24px 0px !important;
}
	
.faqs .toggle-button {
    padding: 0.5em;
    font-size: 16px;
}
	
.faqs .toggle-checkbox:checked~.toggle-content {
    padding: 0.5em;
    font-size: 14px;
}
	
.post-35043 .posttop1, .post-35045 .posttop1 {
    line-height: 1.7em;
    font-size: 14px;
}
	
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 8px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 11px;
    width: 100%;
}
	
.post-35043 .lroverf, .post-35045 .lroverf {
    margin: 0 0 0 0;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
	
.post-35043 .posttop1 th, .post-35045 .posttop1 th {
    border: none;
    font-size: 14px;
}
	
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
.column-wrap{
flex-direction: column;
}
	
.r10 {
	padding-right:0px !important;
}

.l10 {
	padding-left:0px !important;
}

.lr10 {
	padding-left:0px !important;
	padding-right:0px !important;
}

.r20 {
	padding-right:0px !important;
}

.l20 {
	padding-left:0px !important;
}

.lr20 {
	padding-left:0px !important;
	padding-right:0px !important;
}

.wrapp {
    width: auto !important;
    margin: 0 auto;
}
	
.mnavi1 {
    background-color: #F7EFD5;
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
	
.mnavi1 .left1 {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 8px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .right1 {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 0px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .left1e {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.mnavi1 .right1e {
    display: block;
    width: 46.5%;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
}