/*
Theme Name: hirakata-machi-base

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
embed, iframe, object {
	max-width: 100%;
}

/* =Global
----------------------------------------------- */
body {
  line-height: 1.75;
  font-size: 0.94rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: "Questrial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
	background: #FFFFFF;
  letter-spacing: 0.08em;
  line-height: 1.8;
	color: #3E3A39;
}

.wrapper {
	max-width: 100%;
	background-color: #FFFFFF;
}
.container {
	margin: 0 auto;
   max-width:1200px;
   /* width: 94%; */
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #3E3A39;
}
h1 {
	font-size: 11px;
	line-height: 12px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight:bold;
}
h3{
	font-size: 22px;
	line-height: 24px;
	color:#3E3A39;
	line-height: 180%;
}
h4 {
	font-size: 28px;
	font-weight:bold;
	line-height: 1.8;
	margin: 0 0 14px 0;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}

/* Horizontal Line */
hr {
	border-color: #eaeaea;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 0 0 40px;
}

/* Text elements */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
}
pre, code, kbd {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	background-color: #F9F9F9;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
}

/* Superscript and Subscript */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border-left: 4px solid #05a9c5;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}
blockquote p {
	margin: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {	
	float: right;
	text-align: right;
	margin-top: 5px;
   margin-bottom: 5px;
	font-size: 12px;
}
.breadcrumb a {	
	color: #999;
}
.breadcrumb,
.breadcrumb a:hover {
	color: #666;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
input,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.15);
}
input[type="reset"], 
input[type="button"], 
input[type="submit"] {
   border: 1px solid #55412B;
	max-width:40%;
   color: #fff; 
	font-size: 18px;
	font-weight:bold;
	display: inline-block;
   height: 60px;
   width: inherit;
   margin-bottom: 30px;
   padding: 10px 35px;
	cursor: pointer;
	margin-top: 35px;
	background: #EA6542;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	background: #EC7554;
}
input[type="reset"]:active, 
input[type="button"]:active, 
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);	
}
select {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #f9f9f9;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
input[type="file"] {
	cursor: pointer;
}

/* Links */
a {
	color: #231816;
	text-decoration: none;
	font-weight:700 !important;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
	font-weight:700;
}

/* Images */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], 
img[class*="wp-image-"], 
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height:50%; 
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {
	
}
img#wpstats {
 	display: none;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus,
.screen-reader-text:active,
.screen-reader-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix_ib {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix-third {
	clear: both;
}

/* Readmore */
a.readmore {
   border: 1px solid #0596AF;
   color: #fff;
	display:inline-block;
   padding: 5px 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	float: right;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
a.readmore:hover {
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
a.readmore:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
a.more-link:hover {
	text-decoration: underline;
}	

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Back to Top */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 40px;
	font-family: 'FontAwesome';
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ddd;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.back-to-top a:before {
	content: '\f106';
}



/* =Origin
----------------------------------------------- */

.dp { display: block !important; } /*PC;iPp*/
.mb { display: none !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/

.dpipi { display: inline-block !important; } /*PC,iPp,iP*/
.mboi { display: none !important; } /*MB*/

.dpo { display: block !important; } /*PC*/
.mbim { display: none !important; } /*iPp.iP,MB*/



/* ▼Universal Style▼
----------------------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.eng {
	font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .04em;
}

.go {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-md-center {
  text-align: center !important;
}

.text-tp-center {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 760px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-inner-940 {
  max-width: 940px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-inner-1060 {
  max-width: 1060px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-inner-1200 {
  max-width: 1200px;
	text-align: justify;
	text-justify: inter-ideograph;
}



/* ▼マージンのスタイル▼
----------------------------------------*/

.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mt40 {
	margin: 40px 0 120px 0 ;
}

.mt40tp {
	margin: 40px 0 120px 0 ;
}

.mt60 {
	margin: 60px 0 0 0 ;
}

.mt12 {
	margin: 120px 0 -80px 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb1 {
	margin: 0 0 1rem 0 ;
}

.mb2 {
	margin: 0 0 2rem 0 ;
}

.mm1 {
	margin: 1rem 0 1rem 0 ;
}

.mm2 {
	margin: 2rem 0 2rem 0 ;
}

.mt12{
	margin: 120px 0 0 0 ;
}

.mm {}

.pb {
	padding: 88px 0 3em 0 !important;
}

/* ▼ヘッダーのスタイル▼
----------------------------------------*/


/* 
PC header
================================================ */

#header_cc {
	width:100%;
	min-height:182px;
	padding:24px 0 92px 8%;
	margin: 0 auto;
}

#header_cc img {
	width:150px;
}

.h_l {
	width:100%;
	max-height:140px;
	padding:0 0 0 0;
	text-align:left;
}

.tp-cp {
	width:96%;
	min-height:172px;
	margin: 0 auto;
	text-align:right;
	padding: 88px 0 0 0;
}


/* 
Mobile header
================================================ */
.header_ms {
	width: 100%;
	min-height:60px;
        margin-top:10px;
	margin-bottom:-10px;
}

.header_ms img {
        max-width: 100%;
        height: auto;
    }

.header_ms h1 {
        margin-bottom: 10px;
}

.header_ms li{
width:31%;
	min-height:26px;
padding:0 1% 0 1%;
float:left;
}

.header_ms li img{
margin-top: -4px;
}
.ub{margin-top:6px}



#lc_header {
	width:100%;
	height:120px;
	padding-top:4px;
}

.lc_h {
	max-width:1200px;
	height:100px;
	margin: 0 auto;
	padding-bottom:20px;
	border-bottom:0px solid #D5D5D5;
}

.lhl {
	width:500px;
	height:35px;
	padding-top:65px;
	float:left;
	text-align:left;
	vertical-align:bottom;
}

.lhl img {
	height:100%;
}

.lhl a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.lhc {
	width:200px;
	height:41px;
	padding-top:70px;
	float:left;
	text-align:center;
}

.lhr {
	width:500px;
	height:35px;
	padding-top:65px;
	float:left;
	text-align:right;
}

.lhr img {
	height:100%;
	margin-left:4px;
}

.lhr a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}


/* ▼Header-MENU▼
----------------------------------------*/

.h_c {
	position: absolute;
    right: 0px;
    top: 28px;
    z-index: 760;
	width:54%;
	text-align:right;
}

.h_n {
	position: absolute;
    right: 0;
    top: 80px;
    z-index: 760;
	width:900px;
	text-align:right;
}

.gnx {
	font-size: 9px;
	color:#727171;
}

.menu {
    position: relative;
    width: 100%;
    height: 46px;
    max-width: 900px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 16.4%; /* グローバルナビ5つの場合 */
    height: 46px;
    line-height: 50px;
    background: transparent;
	color: #413D3C;
  font-size: 14px;
	line-height: 170%;
	text-align:center;
	padding: 10px 0 10px 0 ;
	color: #231816;
	letter-spacing: 0.03em;
}

.mmh {
	width:27.0% !important;
}

.smh {
	width:10.0% !important;
}

.slh {
	width:3.0% !important;
}

.menu > li a {
    display: block;
    color: #231816;
}

.menu > li a:hover {
    color:#9cb461;
	text-decoration:none;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#9cd461;
}

.snsli {
	width: 3.4% !important;
}


ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.menu>li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li {
	border-top: 1px solid #413D3C;
}

.menu__third-level li {
	border-top: 1px solid #413D3C;
}

.menu__second-level li a:hover {
	background: transparent;
}

.menu__third-level li a:hover {
	background: #2a1f1f;
}

.menu__fourth-level li a:hover {
	background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #413D3C;
	border-bottom: 1px solid #413D3C;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

.menu>li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #072A24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 46px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 38px 5% 40px 5%;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.menu__mega ul.menu__second-level>li {
	float: left;
	width: 47%;
	border: none;
	padding: 1.6% 0 1.6% 5.6%;
	text-align: left;
	border-left: 1px solid #CACDD1;
}

li.menu__mega ul.menu__second-level>li:nth-child(3n+2) {}

.asm {
	color: #727171;
	margin-right: 2em;
}

/* ▼Header-MENU---FIX▼
----------------------------------------*/

.fmenu {
    position: relative;
    width: 100%;
    height: 46px;
    max-width: 1000px;
    margin: 0 auto;
}

.fmenu > li {
    float: left;
    width: 11.3%; /* グローバルナビ5つの場合 */
    height: 46px;
    line-height: 50px;
    background: transparent;
	color: #413D3C;
  font-size: 14px;
	line-height: 170%;
	text-align:center;
	padding: 10px 0 10px 0 ;
	color: #231816;
	letter-spacing: 0.03em;
}

.fmenu > li a {
    display: block;
    color: #231816;
}

.fmenu > li a:hover {
    color: #413D3C;
	text-decoration:none;
}


ul.fmenu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.fmenu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.fmenu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.fmenu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.snsli {
	width: 3.4% !important;
}


ul.fmenu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.fmenu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.fmenu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.fmenu>li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.fmenu__second-level li {
	border-top: 1px solid #413D3C;
}

.fmenu__third-level li {
	border-top: 1px solid #413D3C;
}

.fmenu__second-level li a:hover {
	background: transparent;
}

.fmenu__third-level li a:hover {
	background: #2a1f1f;
}

.fmenu__fourth-level li a:hover {
	background: #1d0f0f;
}


/* floatクリア */
.fmenu:before,
.fmenu:after {
	content: " ";
	display: table;
}

.fmenu:after {
	clear: both;
}

.fmenu {
	*zoom: 1;
}

.fmenu>li.menu__single {
	position: relative;
}

li.fmenu__single ul.fmenu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #072A24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.fmenu__single:hover ul.fmenu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.fmenu__mega ul.fmenu__second-level {
	position: absolute;
	top: 46px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 38px 5% 40px 5%;
	background: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.fmenu__mega:hover ul.fmenu__second-level {
	top: 46px;
	visibility: visible;
	opacity: 1;
}

li.fmenu__mega ul.fmenu__second-level>li {
	float: left;
	width: 47%;
	border: none;
	padding: 1.6% 0 1.6% 5.6%;
	text-align: left;
	border-left: 1px solid #CACDD1;
}

li.fmenu__mega ul.fmenu__second-level>li:nth-child(3n+2) {}



/* ▼FIXヘッダーのスタイル▼
----------------------------------------*/
.fix-header {
	background-color:#FFFFFF;
	top: -65px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:20px;
	position: fixed;
	opacity:0.9 !important;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}

.f_head {
	height:50px;
	max-width:1260px;
	margin: 0 auto;
	display:flex;
}

.fm-rogo {
	width:30%;
	padding-top: 0;
	margin: 0 0 0 0;
}
.fm-rogo img {
	width:40%;
}

.fm-navi {
    width: 70%;
    padding-top: 0px;
    margin: -5px 0 0 0;
}

.f_tel {
	width:250px;
    float: left;
    text-align:right;
	padding: 0;
	margin: 0;
}

.f_gnavi {
    width: 980px;
    margin: 0 auto;
	text-align:left;
	float:left;
	padding:2px 0 0 30px;
	font-size: 13px;
}

.f_gnavi img {
    margin-top:0px;
	}

ul.f_gnavi {
  display: table;
  text-align: center;
  width: 100%;
  border-right:0px #D5D5D5 solid;
}

ul.f_gnavi li {
  display: table-cell;
  vertical-align: middle;
}

ul.f_gnavi li a {
	color:#FFFFFF;
	text-decoration:none;
  margin: 0;
  padding: 0;
}

ul.f_gnavi li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
  margin: 0;
  padding: 0;
}


/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}


/* ▼ナビゲーションのスタイル▼
----------------------------------------*/

.nsp {
	width:2.4% !important;
	height: 20px;
	font-size: 13px;
}
#nav {
	width:100%;
	height: 24px;
	margin: 0 0 16px 0;
}
#dropmenu{
  list-style-type: none;
  width: 920px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
	color: #413D3C;
  font-size: 13px;
	z-index:99;
		line-height: 25px;
	word-wrap: break-word;
	line-height:200%;
	text-align: right;
}

#dropmenu li{
  position: relative;
  
  float: left;
  margin: 0;
  padding:  0;
  text-align: center;
	display: inline;
}

#dropmenu li img {
	vertical-align:middle;
	}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #413D3C;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin: 10px 0 0 0;
	padding: 0;
  border-radius: 0;
	z-index:99;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 240%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	z-index:99;
}
#dropmenu li ul li a{
	height: 54px;
  padding: 13px 30px 13px 30px;
  background: #FFFFFF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover li ul li > a{
  background: #FFFFFF !important;
  color: #413D3C;
}

#dropmenu li:hover > a{
  background: #FFFFFF;
  color: #413D3C;
	font-weight:normal;
	opacity:0.8;
}
#dropmenu > li:hover > a{
  border-radius: 0;
}
#dropmenu li:hover ul li{
  height: 54px;
  border-top: 1px dashed #B1A192;
  border-bottom:1px dashed #B1A192;
}

#dropmenu li:hover ul li > a:hover{
  background: #B1A192;
  color: #FFFFFF;
	font-weight:normal;
	opacity:0.8;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0;
}

.solo {}
.solo hover > a{
  background: #FFFFFF !important;
}

.tcl {
		color:#979797;
	}

/* ▼フッターのスタイル▼
----------------------------------------*/

#contact {
	width:100%;
	min-height:564px;
	text-align:center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 0 solid #F3F3EF;
}

.p-top {
	width: 100%;
	height: 36px;
	margin: 120px auto 38px;
	padding: 0 0 0 0;
	text-align:center;
}

.btn-ct a {
    background: #FFFFFF;
    background-clip: padding-box;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px auto 0;
    max-width: 80%;
    padding: 12px 24px;
    color: #4C4948;
    transition: 0.3s ease-in-out;
    font-weight: bold !important;
    border: 9px solid rgba(255, 255, 255, .4);
    font-size: 21px;
}

.btn-ct a:hover {
    background: #0596AF;
	background-clip: padding-box;
    color: #FFFFFF;
	text-decoration:none;
	border: 9px solid rgba(255, 255, 255, .4);
	
}
.btn-ct a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #4C4948;
    border-right: 3px solid #4C4948;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn-ct a:hover:after {
    border-color: #FFF;
	border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
}

a.btn--blue.btn--border-double {
  border: 6px double #FFFFFF;
}

.fcon {
    width: 100%;
    min-height: 526px;
    text-align: center;
    background-image: url(https://kimura-komuten.com/imgs/cont.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    font-size: 15px;
    font-weight: bold;
    padding: 46px 0 0 0;
}

.fc-mt {
	width: 50%;
	font-size: 18px;
	margin: 0 auto;
	color: #FFFFFF;
}

.fc-ti {
	width: 50%;
	font-size: 60px;
	font-weight:500;
	margin: 0 auto;
	color: #FFFFFF;
	line-height:1.4;
}

.f-cta {
	max-width:940px;
	min-height:260px;
	margin: 16px auto 0;
}

.f-cta-l {
	width:47%;
	min-height:240px;
	float:left;
	background-color:rgba(255, 255, 255, .2);
	border-radius: 3px;
	margin: 0 3% 0 0;
	padding: 34px 0;
	color: #FFFFFF;
}

.f-cta-r {
	width:47%;
	min-height:240px;
	float:left;
	background-color:rgba(255, 255, 255, .2);
	border-radius: 3px;
	margin: 0 0 0 3%;
	padding: 34px 0;
	color: #FFFFFF;
}

.f-xb {
	width: 80%;
	margin: 0 auto;
	height:154px;
	text-align:left;
}

.f-or {
	width: 100%;
	min-height:23px;
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	background-color:#4C4948;
	margin: 0 auto 14px;
	border-radius: 4px;
}

.f-txb {
	width: 100%;
	margin: 0 auto;
	text-align: justify;
text-justify: inter-ideograph;
	font-size:14px;
}

.fc-lt {
	width: 30%;
	font-size: 18px;
	font-weight:bold;
	margin: 18px auto 24px;
	color: #FFFFFF;
}


.ft-info {
	width:100%;
	min-height:240px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	padding: 60px 0 32px 0 ;
	margin: 64px auto 0;
	background-color:#A21C5C;
	background:rgba(162,28,92,0.7);
}


.fcp-info {
	max-width:100%;
	min-height:150px;
	text-align:center;
	color:#231816;
	font-size:14px;
	padding: 44px 0 0 0 ;
}

.f-rb {
	width:100%;
	min-height: 300px;
	background-color:#FFFFFF;
	margin: 68px 0 38px 0 ;
	color:#3E3A39;
	text-align:center;
	font-size:15px;
}

.tebo {
	font-size:24px;
	font-weight:bold;
}

.f_na-gr {
	width:100%;
	background-color:#F6F5F1;
	margin: 0 0 0 0 ;
	color:#3E3A39;
}

.f_nav {
    width: 60%;
    margin: 0 auto;
    padding: 44px 0 62px 0;
    color: #3E3A39;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fni a {}
.fni a::after {
	height: 0px !important;
}
.fni a:hover::after {}

.f_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	font-weight:500;
	color:#3E3A39;
}
.f_nav a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #3E3A39;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.f_nav a:hover::after {
  bottom: -1.5px;
  opacity: 1;
  visibility: visible;
}

.ftx-box-a {
	width:24%;
	min-height:300px;
	text-align:left;
	line-height: 220%;
	padding: 0 3% 0 0;
}

.ftx-box-b {
	width:22%;
	min-height:300px;
	text-align:left;
	line-height: 220%;
	padding: 0 3% 0 0;
}

.ftx-box-c {
	width:30%;
	min-height:300px;
	text-align:left;
	line-height: 220%;
}

.ft-title {
	width: 100%;
	font-size:14px;
	font-weight:bold;
	color: #4c4948;
	border-bottom: 1px solid #3E3A39;
	padding: 0 0 8px 0 ;
	margin: 0 0 10px 0 ;
}

.fni{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin: 24px 0 0 0;
}

.fnx {
	width:50%;
	padding: 0 2%;
}

.fimg {}
.fimg img {}

.fnsp {
	margin: 0 1.2rem;
}

.cpr {
	width:100%;
	min-height:60px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	padding: 18px 0 18px 0 ;
	background-color:#4c4948;
}

.cpr a {
	font-weight: 500 !important;
}

.fv-sns {
    width: 30%;
    display: block;
    margin: 0.8em auto 1.8em;
	text-align:center;
}

.f-be {
	width:100%;
	min-height: 140px;
	background-color: #F6F5F1;
	padding: 24px 0 ;
}

.f-ct {
	width:940px;
	min-height: 140px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-c3 {
	width: 33.33%;
	margin: 2% 0 2% 0;
}

.f3l {
	font-size:18px;
	font-weight:bold;
	margin: 11% 0 0 0;
	text-align:left;
}

.tel32 {
	font-size:32px;
	font-weight:bold;
}

.tel18 {
	font-size:18px;
	font-weight:bold;
}

.bo {
	border-left: 1px solid #4c4948;
}

.f_sns {
	width:100%;
	max-height:134px;
	text-align: center;
	margin: 38px 0 0 0;
}


/* ▼SIDE-LINK▼
----------------------------------------*/

.flow-navi__wrapper {
  display:none;
}
.flow {
	width:133px;
	min-height:200px;
	position: fixed;
  right: -177px;
  bottom: 60px;
	padding: 0 0 0 0;
	z-index: 999;
}

.flow img {
	margin: 0 0 0 0;
}

.flow_mb {
  width:100%;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:0 auto;
  font-size:12.5px;
}
 
.flow_mb th{
  width:15%;
  padding: 3% 3%;
  border-top: solid 1px #FFFFFF;
	border-left: dashed 0px #CACEC6;
  border-right: dashed 0px #CACEC6;
  border-collapse: collapse;
  font-style: bold;
  font-weight: bold;
  line-height:160%;
  color:#FFFFFF;
  text-align: center;
  vertical-align: middle;
	background-color:#4c4948;
	letter-spacing: 0.02em;
}
 
.flow_mb td{
	width:25%;
padding: 3% 0;
text-align:center;
vertical-align: middle;
background-color: #434343;
border-collapse: collapse;
}

.fcc {width:20% !important; border-right: solid 1px #FFFFFF !important;}
.fcs {width:25% !important; border-right: solid 1px #FFFFFF !important; }
.fcm {width:33% !important; border-right: solid 1px #FFFFFF !important; }
.fcr {width:22% !important; border-right: dashed 0px #FAF6EA !important;}
.flow_mb img {width:16%;}

.flow_mb a {color:#FFFFFF;}
.flow_mb a:hover {color:#FFFFFF;}


.btn-aw a {
  display: inline-block;
  position: relative;
  margin: 0 64px 0 0;
	text-align:left;
  padding: 0.7em 2em;
  width: 460px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold !important;
  background-color: #4c4948;
  transition: 0.3s;
	border-radius:4px;
}

.btn-aw a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transition: 0.3s;
}

.btn-aw a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em + 5px);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transition: 0.3s;
}

.btn-aw a:hover {
  text-decoration: none;
  background-color: #009fb9;
	font-weight: bold;
}

.btn-aw a:hover::before {
  right: 1.8em;
}

.btn-aw a:hover::after {
  right: calc(1.8em + 5px);
}


.btn-cb a {
  display: inline-block;
  position: relative;
  margin: 8% 0 0 10%;
	text-align:left;
  padding: 0.7em 2em;
  width: 80%;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold !important;
  background-color: #4c4948;
  transition: 0.3s;
	border-radius:4px;
}

.btn-cb a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transition: 0.3s;
}

.btn-cb a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em + 5px);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transition: 0.3s;
}

.btn-cb a:hover {
  text-decoration: none;
  background-color: #009fb9;
	font-weight: bold;
}

.btn-cb a:hover::before {
  right: 1.8em;
}

.btn-cb a:hover::after {
  right: calc(1.8em + 5px);
}

/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:16.8px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
	font-weight:500;
}

.ce {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.p-main {
	margin: 142px 0 0 0;
}

.button-f1 a {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
  border: 3px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 14px 24px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:99;
  transition: all 0.3s;
	border-radius:20px;
}

.button-f1 a:hover {color:#9cb461;border: 3px solid #9cb461;}

.button-f1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}

.button-f1 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.button-fa a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 18px auto 0;
    width: 100%;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
	font-size:18px;
    font-weight: bold;
	border-bottom:3px solid #3E3A39;
}
.button-fa a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button-fa a:hover {
  background: none;
	text-decoration:none;
  color: #9cb461;
}
.button-fa a:hover:after {
  right: 1.4rem;
	color: #9cb461;
}

.button-sp a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 18px auto 0;
    width: 100%;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
	font-size:14px;
    font-weight: bold;
	border-bottom:2px dashed #aaabab;
}
.button-sp a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button-sp a:hover {
  background: none;
	text-decoration:none;
  color: #9cb461;
}
.button-sp a:hover:after {
  right: 1.4rem;
	color: #9cb461;
}


.mbbt {
	margin: 0 0 76px 0;
}

.mbbt2 {
	margin: 76px 0 76px 0;
}

.mbso {
	margin: 0 0 56px 0;
}


/* ▼Text▼
----------------------------------------*/

.tx30 {
	font-size:30px;
	font-weight:500;
}

.tx28 {
	font-size:28px;
	font-weight:500;
}

.tx24 {
	font-size:24px;
	font-weight:500;
}

.enj {
	color:#A21C5C;
}

.mb90 {
	margin: 0 0 90px 0;
}

.mb03 {
	margin: 0 0 146px 0;
}

.mt03 {
	margin: 166px 0 0 0;
}

.mt04 {
	margin: 84px 0 0 0;
}

.tag-cloud-link {
	font-size: 0.7em !important;
}

.wp-tag-cloud li a {
  display: inline-block;
	font-size: 11px;
    background-color: #3E3A39;
    color: #FFFFFF;
    padding: 6px 8px;
    float: left;
    margin: 12px 6px 10px 0;
}

.wp-tag-cloud li a:hover {
	font-size: 11px;
    background: #EA6542;
}

/* ▼Hirakata-Universal▼
----------------------------------------*/

.imr {border-radius:10px;}
.imrm  {border-radius:10px;margin:1.5em 0;}

.aal {font-size:42px;font-weight:bold;}
.ati {font-size:34px;font-weight:bold;line-height:140%;}
.add {font-size:32px;font-weight:bold;}
.place {font-size:21px;font-weight:bold;line-height:140%;}
.adx {font-size:12px;}

.tev-bg {width:100%;background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 30%, #f9f6f5 30%, #f9f6f5 100%);text-align: justify;text-justify: inter-ideograph;padding:0 0 48px 0;}
.top-ev {max-width:1200px;padding:0 0 6px 0;display:flex;flex-wrap:wrap;text-align: justify;text-justify: inter-ideograph;margin:0 auto;}
.tev-tx {width:35%;padding:0 0 0 3%;}
.tev-img {width:65%;padding:0 0 0 0;}

.gb-ti {width:100%;padding:6px 0;margin:16px 0;text-align:center;font-size:24px;font-weight:bold;color:#FFFFFF;background-color:#9cb461;}

.e-day {width:100%;font-size:62px;font-weight:bold;border-bottom:1px solid #4f4c4b;padding:0 0 0 0;margin:0 0 12px;line-height:100%;}
.ogce {width:100%;margin:16px 0;text-align:center;font-size:14px;}

.bse {width:100%;background:#c5e2e2;text-align: justify;text-justify: inter-ideograph;padding:72px 0 48px 0;margin:0 0 76px 0;position:relative;}
.bse-title {width:60%;position:absolute;top:-8%;left:3%;}
.top-bse {max-width:1200px;padding:3% 3%;display:flex;flex-wrap:wrap;margin:0 auto;background-color:#FFFFFF;position:relative;border-radius:10px;}
.top-bse h3 {font-size:34px;font-weight:bold;line-height:120%;}
.bse-tx {width:52%;padding:0 0 0 0;}
.bse-img {width:48%;padding:0 5% 0 0;}


/* ▼Hirakata-footer▼
----------------------------------------*/

.h-footer {width:100%;margin:164px 0 0 0;padding:5% 5% 1% 5%;text-align:center;background-color:#9cb461;color:#FFFFFF;}
.h-footer img {width:15%;}

.hf-link {max-width:900px;padding:2% 0;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;margin:44px auto 182px;}
.hf-link ul {}
.hf-link li {width:20%;display: inline-block;text-align:center;font-size:14px;}
.hf-link li a {font-weight:bold;text-decoration:none;color:#FFFFFF;}
.hf-link li a:hover {font-weight:bold;text-decoration:underline;color:#FFFFFF;}
.hmf {width:100%!important; margin:0 0 12px 0;}


.gr-bg {
    width: 100%;
    background: #f9f6f5;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 72px 0 88px 0;
    position: relative;
}
.md-bg {
    width: 100%;
    background: #dfe5b6;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 72px 0 88px 0;
    position: relative;
}
.wh-box {
    max-width: 940px;
    padding: 3% 5%;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 10px;
}

.srf-mtitle {
    width: 60%;
    position: absolute;
    top: -4%;
	left:20%;
}

.srf2-mtitle {
    width: 60%;
    position: absolute;
    top: -2%;
	left:20%;
}

.w-ttx {font-size:34px;font-weight:bold;line-height:140%;margin:0 0 24px 0;}
.k-mo {font-size:34px;font-weight:bold;line-height:140%;}
.sky {color:#7fb4af;}

.imgbox {width:100%;min-height:240px;display:flex;flex-wrap:wrap;}
.imx {width:25%;min-height:240px;}
.imx img {min-height: 240px;object-fit: cover;}

.fibox {width:100%;min-height:240px;display:flex;flex-wrap:wrap;margin:24px 0 0 0;}
.fix01 {width:30%;}
.fix02 {width:70%;}
.fix03 {width:50%;}

.f-year {font-size:84px;font-weight:bold;line-height: 100%;}

.fe-day {
    font-size: 82px;
    font-weight: bold;
    padding: 0 3% 0 0;
    margin: 0 0;
    line-height: 100%;
	text-align:right;
}

.fplace {
    font-size: 32px;
    font-weight: bold;
    line-height: 160%;
}

.s-title {width:100%;text-align:center;font-size:32px;font-weight:bold;line-height: 100%;margin:98px 0 24px 0;}

.ac {width:100%;margin:24px 0 24px 0;}

.top-ps  {max-width:1060px;width:100%;min-height:198px;display:flex;flex-wrap:wrap;margin:88px auto 48px;}
.tp01 {width:50%; padding:0 3% 0 0;}
.tp02 {width:50%; padding:0 0 0 3%;}

.grbg {width:100%;background:#dfe5b6;padding:48px 0;}
.top-sup  {max-width:1200px;width:100%;min-height:460px;display:flex;flex-wrap:wrap;margin:48px auto 48px;}
.sup-img {width:55%; padding:0 0 0 0;}
  .sup-img img {width:100%; height:470px;object-fit:cover;padding:0 0 0 0;}
.sup-tx {width:45%; padding:3% 5%; background-color:#FFFFFF;}

.tsa {font-size:48px;font-weight:bold;color:#9cb461;line-height:100%;}
.tsu-sx {
    font-size: 12px;
    font-weight: bold;
    color: #9cb461;
    margin: 14px 0;
}
.tsu-title {width:100%;font-size:48px;font-weight:bold;border-bottom: 1px solid #4f4c4b;padding: 0 0 12px 0;
    margin: 0 0 12px;line-height: 100%;}

.top-sup{
    max-width: 1200px;
    width: 100%;
    min-height: 460px;
    display: flex;
    flex-wrap: wrap;
    margin: 24px auto 24px;
}

.grbg {
    width: 100%;
    background: #dfe5b6;
    padding: 18px 0;
}

.tsu-title {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #4f4c4b;
    padding: 0 0 12px 0;
    margin: 0 0 12px;
    line-height: 100%;
}

/* ▼ht-Universal▼
----------------------------------------*/

.tac {text-align:center !important;}

.pa-title {width:100%;}
.pa-title img {width:22%;}

.pa-bd {width:100%;}
.pa-bd img {width:24%; margin:16px 0 0 0;}

.h-tic {
	margin: 64px 0 292px 0;
}

.h-tic h3 {
	font-size:24px;
	font-weight: bold;
	line-height: 200%;
}

.pti-or {
	font-size:80px;
	font-weight:normal;
	color:#b5b5b6;
	margin: 0 0 0 0;
	line-height:100%;
	letter-spacing:0.03em;
}

.pti-or-b {
    font-size: 72px;
    font-weight: normal;
    color: #4c4948;
    margin: 0 0 16px 0;
    line-height: 100%;
	font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .04em;
}

.ph3 {
	font-size:14px;
	font-weight:bold;
	display:inline;
	color:#A2A2A2;
}

.chp {
	font-size:14px;
	font-weight:bold;
	display:inline;
	color:#b5b5b6;
}

/* ▼MEDIA▼
----------------------------------------*/

.p-main img {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

.p-main-s {
    width: 100%;
	min-height: 48px;
    padding: 0 0;
    margin: 0 auto 0;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* ▼supporter templete▼
----------------------------------------*/

.su-bg {
    width: 100%;
    background: #f9f6f5;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 122px 0 88px 0;
    position: relative;
	margin:0 0 98px 0;
}
.su-box {
    max-width: 940px;
    padding: 4% 5% 6% 5%;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 10px;
}

.srf-mtitle {
    width: 60%;
    position: absolute;
    top: -4%;
	left:20%;
}

.su-img {width:400px;margin:0 auto;object-fit: cover;}
.su-img img {border-radius:20px;width: 400px;
  height: 300px;
  object-fit: cover;}

.suname {font-size:24px;font-weight:bold;border-bottom:2px solid #aaabab;padding:0 0 14px 0;margin:24px 0 16px 0;text-align:center;}
.su-au {text-align:center;}
.su-mt {font-size:28px;font-weight:bold;border-bottom:2px dashed #aaabab;margin:64px 0 24px 0;padding:0 0 6px 0;color:#9cb461;text-align:center;}


.wks-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
   width: 100%;
}

.works-list {
	width: 30%;
	min-height: 380px;
	padding:0 0 48px 0;
}

/* 最後のコンテンツを左寄せにする指定 */
.wks-box:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.works-list img {
	margin: 0 0 1rem 0;
	height:240px;
	object-fit: cover;
	border-radius:15px;
}

.works-list h3 {
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.02em;
	border-bottom:2px solid #aaabab;padding:0 0 14px 0;margin:4px 0 6px 0;text-align:center;
}

.works-list h3 a:link {
	text-decoration:none;
}

.works-list h3 a:hover {
	text-decoration:none;
}

.tags {
	font-size: 11px;
    background-color: #3E3A39;
    color: #FFFFFF;
    padding: 6px 8px;
    float: left;
    margin: 12px 6px 10px 0;
}

.tags:hover {
	font-size: 11px;
    background: #EA6542;
}
	
.tags-wp {
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 120px auto 0;
}

.tags-p {
	font-size: 14px;
    background-color: #3E3A39;
    color: #FFFFFF;
    padding: 6px 8px;
    float: left;
    margin: 12px 6px 10px 0;
}

.tags-p a {
    color: #FFFFFF;
    text-decoration:none;
}

.tags-p:hover {
	font-size: 14px;
    background: #EA6542;
}




/* ▼COMMON▼
----------------------------------------*/

.tp-o {
	margin: 0 0 0 0;
}

.h_z {
	position: relative;
}

.lc_slider {
	z-index:10;
}

.ti-or {
	font-size:21px;
	font-weight:normal;
	color:#4c4948;
	display:inline;
}

.p-gt {
    font-size: 12px;
    font-weight: bold;
    display: inline;
    color: #A2A2A2;
}

.cs-tags {
	max-width:1200px;
	margin: 0 auto;
	display: flex; 
	flex-wrap: wrap;  
}

.cs-tags li {
	width:15%;
	min-height: 136px;
	background-color:#FFFFFF;
	border: 1px solid #898989;
	padding: 8px 6px;
	list-style:none;
	margin: 1% 0.5%;
	text-align:center;
}

.cs-tags img {
	border: 1px solid #898989;
}


.g-blog {
	width: 100%;
	min-height: 600px;
	background-color:#F4F2EE;
	padding: 38px 0 38px 0;
	margin: 0 0 0 0 ;
}

.sp-pcp-row [class*=sp-pcp-col-]{
		padding-right: 20px!important;
    padding-left: 20px !important;
    padding-bottom: 20px;
	}

.t-sps {}
.t-sps .sp-pcp-post .pcp-post-thumb-wrapper  {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
	height:210px !important;
}

.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 16px !important;
    line-height: 24px;
    color: #3E3A39;
    font-weight: 400;
	letter-spacing: 0.02em !important;
}

.sp-pcp-post .sp-pcp-post-meta ul li .fa, .sp-pcp-post .sp_pcp_cf_list .fa {
    margin-right: 3px;
	display:none !important;
}


/* ▼Privacy▼
----------------------------------------*/

.nom {
	position: relative;
	font-size: 21px;
	margin: 4.8rem 0 0 0;
}

.nom::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #EA6542;
	font-size: 24px;
	border-bottom: 2px solid #EA6542;
	font-family: 'Noto Serif JP', serif;
}


/* ▼table▼
----------------------------------------*/

.info{
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 64px;
  font-size:15px;
}
 
.info th{
  width:30%;
  padding: 20px 20px 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 1px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: left;
  vertical-align: middle;
	background-color:transparent;
}
 
.info td{
	max-width:70%;
padding: 20px 60px 20px 60px;
text-align: justify;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
}


.info-w {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:14px;
}
 
.info-w th{
  width: 35%;
    padding: 2% 2%;
    border-top: solid 1px #D5D5D5;
    border-left: solid 0px #D5D5D5;
    border-right: dashed 1px #D5D5D5;
    border-collapse: collapse;
    font-style: normal;
    font-weight: bold;
    line-height: 160%;
    text-align: left;
    vertical-align: middle;
    background-color: transparent;
}
 
.info-w td{
	 max-width: 65%;
    padding: 2% 6%;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    background-color: transparent;
    border-top: solid 1px #D5D5D5;
    border-right: solid 0px #D5D5D5;
    border-collapse: collapse;
    line-height: 180%;
}

/* ▼お問い合わせ▼
----------------------------------------*/

.mauticform_wrapper {
	max-width:900px !important;
}

.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak {
	padding:18px 36px !important;
	letter-spacing: 0.2em !important;
	border:3px solid #434343 !important;
	font-size:20px !important;
	color:#434343 !important;
}

/* ▼お問い合わせ▼
----------------------------------------*/

.mauticform_wrapper {
	max-width:900px !important;
}

.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak {
	padding:18px 36px !important;
	letter-spacing: 0.2em !important;
	border:3px solid #434343 !important;
	font-size:20px !important;
	color:#434343 !important;
}

/***** コンタクトフォーム *****/

.text-xs-center{text-align:center; font-size:1.0em;}

.table-contactform7{
	width: 100%;
  overflow: hidden;
table-layout: fixed;
	border-bottom: 1px solid #D5D5D5;
	margin: 24px 0 0 0;
	font-size:15px!important;
}
 
.required-contactform7{
  padding: 5px;
  background: #6A6969;
  color: #FFFFFF;
  border-radius: 3px;
  margin-right: 8px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold !important;
	width:34%;
	padding:3%;
	vertical-align:middle;
 background:;
 border-top: solid 1px #D5D5D5;
	border-left: solid 0px #6A6969;
  border-right: dashed 1px #D5D5D5;
box-sizing:border-box;
	color:#302C2C;
}

.table-contactform7 td{
  width:56%;
	padding:2% 4% 2% 4%;
	vertical-align:middle;
	border-top: solid 1px #D5D5D5;
	border-right: solid 0px #6A6969;
}

.table-contactform7 input{
  margin: 20px 10px 20px 5px;
}

.table-contactform7 textarea{
  width: 80% !important;
  margin: 5px 10px 10px 5px;
}

.radiox input{
  margin: 5px 10px 10px 5px;
}

.bx90 input{
  width: 90% !important;
  margin: 15px 10px 10px 15px;
}
 
.bx30 input{
  width: 30% !important;
  margin: 15px 10px 10px 15px;
}

.message-100 textarea{
  width: 100%;
  margin: 15px 10px 10px 15px;
}

.wpcf7-spinner {
	display:none !important;
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
    margin-top:0;
    display: block;
}

.pdbox {
	padding: 0 5% 0 5% ;
}

.blogbox {
    max-width: 760px;
    height: auto;
    margin: 0 auto;
	text-align: justify;
    text-justify: inter-ideograph;
	padding: 0 0;
}

.blogbox img {
	margin: 1.5em 0 1.5em 0;
}

.blogbox h2 {
  text-align: left;
	font-size:22px;
	font-weight:bold;
	letter-spacing: 0.05em;
	position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1.8em;
     background-color: #9cb461;
     border-radius: 5px;
	margin: 0.8em 0 ;
}
 
.blogbox h2::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 8px;
     height:8px;
     border: solid 3px white;
     border-radius:100%;
}

.blogbox h3 {
  text-align: left;
	font-size:20px;
	font-weight:bold;
	color:#3E3A39;
	position: relative;
   padding-bottom: 0.5em;
   border-bottom: 4px solid #E8E4E1;
	margin: 0.8em 0 ;
}
 
.blogbox h3::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #9cb461;
     bottom: -4px;
     width:18%;
     display: block;
}

.blogbox h4 {
  text-align: left;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
	position: relative;
     padding:0 0 0.5em 0.8em;
     border-bottom: 1px solid #231816;
	margin: 0.8em 0 ;
}
 
.blogbox h4::after {
     position: absolute;
     top: 0.3em;
     left:0;
     content: '';
     width: 8px;
     height:1.1em;
     background-color: #9cb461;
}

.blogbox h5 {
  text-align: left;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
}

.date {
	font-size:18px;
	color:#9cb461;
	font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .14em;
}

.yarpp-related .yarpp-thumbnail-title {
    font-size: 14px !important;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.yarpp-thumbnail-date {
	width:100%;
	font-size: 12px;
    color: #9cb461;
    font-family: "Barlow Condensed", sans-serif;
	font-weight: normal;
    letter-spacing: .14em;
	padding:4% 0 0 0;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: 0px solid hsla(0,0%,50%,.1)!important;
    vertical-align: top;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 49.6% !important;
    height: 310px !important;
    margin: 5% 0 10px 0 !important;
    padding: 0 2%;
    margin-left: 0px;
}

.yarpp-thumbnail > img {
    width: 100%!important;
    height: 220px !important;
    margin: 0 0!important;
	object-fit: cover;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 0 !important;
    margin-top: 8px !important;
    width: 100%!important;
}

.yarpp-related h3 {
    font-size: 20px !important;
    margin: 116px 0 0 0 !important;
}


/* POST SHOW */
.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 240px;
}

.sp-pcp-post .sp-pcp-post-thumb-area img {
    max-width: 100%;
    transition: ease all .3s;
    height: 240px!important;
    object-fit: cover;
}


/* WP Caption */
.wp-caption {	
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-style: normal;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	margin-top:-15px;
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #EAEAEA;
	font-size:13px;
	color:#727171;
}


.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {margin: 0 0 0 2em !important;}



/* =Header
----------------------------------------------- */
#branding {
	margin-top: 0px;	
}
.hgroup-wrap {
	padding-top: 0px;
	padding-bottom: 51px;
}
.hgroup-wrap a {
	display: block;
}
#site-logo {
	float:left;
  	margin-top: 32px;
}
#site-title {
	font: 36px 'Philosopher', sans-serif;
  	line-height: 42px;
}
#site-title a {
	color: #434343;	
}
#site-title a img {
	vertical-align: inherit;
	max-width: 978px;	
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #A27E5D;
}
#site-description {
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	color: #777;
}
.hgroup-right {
	float: right;
	margin-top: 38px;
}

/* Social Profiles */
.social-profiles {
	float: left;
}
.social-profiles ul {
	margin: -10px 0 0;
	float:right;
}
.social-profiles ul li {
	margin-top:10px;
	float:left;
}
.social-profiles ul li a {
	display:block;
	width:30px;
	height:30px;
	text-indent: -99999px;
	background-image: url("images/social-icons.png");
	background-position: right bottom;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.social-profiles ul li.facebook a {
	background-position: 0 0;		
}
.social-profiles ul li.facebook a:hover {
	background-position: 0 -40px;
}
.social-profiles ul li.twitter a {
	background-position: -40px 0;
}
.social-profiles ul li.twitter a:hover {
	background-position: -40px -40px;
}
.social-profiles ul li.google-plus a {
	background-position: -80px 0;
}
.social-profiles ul li.google-plus a:hover {
	background-position: -80px -40px;
}
.social-profiles ul li.pinterest a {
	background-position: -120px 0 ;
}
.social-profiles ul li.pinterest a:hover {
	background-position: -120px -40px ;
}
.social-profiles ul li.linked a {
	background-position: -160px 0;
}
.social-profiles ul li.linked a:hover {
	background-position: -160px -40px;
}
.social-profiles ul li.tumblr a {
	background-position: -200px 0 ;
}
.social-profiles ul li.tumblr a:hover {
	background-position: -200px -40px;
}
.social-profiles ul li.vimeo a {
	background-position: -240px 0;
}
.social-profiles ul li.vimeo a:hover {
	background-position: -240px -40px;
}
.social-profiles ul li.my-space a {
	background-position: -280px 0;
}
.social-profiles ul li.my-space a:hover {
	background-position: -280px -40px;
}
.social-profiles ul li.flickr a {
	background-position: -320px 0;
}
.social-profiles ul li.flickr a:hover {
	background-position: -320px -40px;
}
.social-profiles ul li.you-tube a {
	background-position: -360px 0;
}
.social-profiles ul li.you-tube a:hover {
	background-position: -360px -40px;
}
.social-profiles ul li.rss a {
	background-position: -400px 0;
}
.social-profiles ul li.rss a:hover {
	background-position: -400px -40px;
}

/* Header Image */
.header-image {
	width: 100%;
	height: auto;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#access ul {

}
#access li {
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
#access a {
	color: #888;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px 0 0;	
	height: 39px;
}
#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #A27E5D;
}

/* Dropdown */
#access ul li ul, 
#access ul li:hover ul ul, 
#access ul ul li:hover ul ul, 
#access ul ul ul li:hover ul ul, 
#access ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 9999;
}
#access ul li:hover ul, 
#access ul ul li:hover ul, 
#access ul ul ul li:hover ul, 
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display:block;
}
#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #05A9C5;
	top: 55px;
	left: 0px;
	width: 190px;
}
#access ul li ul li {
	float: none;
	border-bottom: 1px solid #EAEAEA;
	padding: 0;
}
#access ul li ul li a, 
#access ul li.current-menu-item ul li a, 
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a, 
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #777;
	text-transform: capitalize;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #05A9C5;
}
#access ul li ul li ul {
	left: 190px;
	top: -4px;
}
/* Responsive Navigation */
.menu-toggle {
	display: none;
}

/* Slogan */
.slogan-wrap {	
	font-family: 'Philosopher', sans-serif;
	background-color: #05a9c5;	
	padding: 24px 0;
	margin-bottom: 4px;	
}
.slogan-wrap .slogan {
	font-size: 24px;	
	line-height: 30px;
	color: #fff;
	width: 80%;
	float: left;
}
.slogan-wrap .slogan span {
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.slogan-wrap .view-work {
	color: #494949;
	font-size: 18px;	
	float: right;
	display: block;
	border: 2px solid #fff;
	text-align: center;
	height: 28px;
	padding: 8px 15px 0;
	margin-top: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
   background: #b5e6ee;
	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
	background: -moz-linear-gradient(#d0eef4, #b5e6ee);
	background: -ms-linear-gradient(#d0eef4, #b5e6ee);
	background: -o-linear-gradient(#d0eef4, #b5e6ee);
	background: -webkit-gradient(#d0eef4, #b5e6ee);
	background: linear-gradient(#d0eef4, #b5e6ee);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)
}
.slogan-wrap .view-work:hover {
	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);
	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);
	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);
	background: -o-linear-gradient(#E3F5F9, #b5e6ee);
	background: -webkit-gradient(#E3F5F9, #b5e6ee);
	background: linear-gradient(#E3F5F9, #b5e6ee);
}
.slogan-wrap .view-work:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider, 
.featured-slider .slider-cycle {
	position: relative;
	margin-top: -1px;
	margin-bottom: 4px;
}
.featured-slider .displayblock {
	display: block;
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	bottom: 55px;
	right: 30px;
	text-align: right;	
	color: #fff;
}
.featured-text .featured-title {
	font: 24px 'Philosopher',sans-serif;
	line-height: 30px;
	padding: 10px 20px;
	background: #05A9C5;
	background: rgba(5, 169, 197, 0.9);
	float: right;
	max-width: 525px;
}
.featured-text .featured-title a {
	color: #fff;
}
.featured-text .featured-content {
	padding: 20px;
	background: #555;
	background: rgba(85, 85, 85, 0.9);
	margin-top: 4px;
	float: right;
	clear: right;
	max-width: 355px;	
}

/* Controllers */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}
#controllers a {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #fff;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}
#controllers a:hover, #controllers a.active {
	background-color: #05A9C5;
	color: #05A9C5;
}

/* Search Form */
input.s {
	background: url(images/search.png) no-repeat right 6px #fff;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 0;
	padding: 3px 33px 3px 0;
	height: 22px;
	color: #bbb;
	font-style: italic;
	margin: 0;
	border-color: transparent;
	cursor: pointer;
	text-indent: 25px;
}
input.s:focus {
	width: 100px;
	padding-left: 10px;
	border-color: rgba(0, 0, 0, 0.15);
	text-indent: 0;
}
#branding .searchform {
	float: left;
}

/* =Content
----------------------------------------------- */
#main {
	max-width:100%;
	padding: 0 0 0 0;
}
#content h1, #content h3, #content h4, #content h5, #content h6 {
    padding-bottom: 8px;
}
#content h2 {
}
#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	margin: 0 0 0 0;
}
#content ul a, #content ol a {
	color: #553C19;
}
#content ul a:hover, #content ol a:hover {
	text-decoration: underline;
	color: #553C19;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
.service-item {
	padding-bottom: 15px;
}
.service-item .service-icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	float: left;
	display: block;
	margin-right: 20px;
	text-align: center;
}
.service-item .service-icon img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#content .service-item .service-title {
	font-size: 20px;
	line-height: 25px;
	color: #555;
	display: block;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 0;
}

#primary {
	float: left;
	width: 70%;
	border-right: solid 1px #EEEAE1;
	padding:0 7% 10% 0;
	font-size:14px;
}
#content .post {
	padding-top: 0px; 
   padding-bottom: 0px;   
	border-top: 0px solid #eaeaea;
}
#content .sticky {
	background-color: #E6E6E6;
	padding: 20px 20px 30px;
	margin-bottom: 40px;
}
.sticky .entry-meta-bar {
	border-color: rgba(0, 0, 0, 0.1);
}
.page-title-wrap {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EAEAEA;
	padding: 20px 0; 
}
.page-title {
	font-size: 24px;
	line-height: 30px;
	color: #555;
	font-weight: normal;
	float: left;
	padding-top: 2px;
}
.page-title a {
	color: #A27E5D;
}

/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}

.entry-title {
	font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.04em;
    margin: 20px 0 12px 0;
}
.entry-title,
.entry-title a {
	color: #3E3A39;
	text-decoration:none;
	font-weight:700;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #EA6542;
	text-decoration:none;
	font-weight:bold;
}

.b_bar {
	width:100%;
	height:6px;
	border-top: solid 1px #231816;
	margin: 0 0 24px 0;
}

.tt-ce {
	width:100%;
	height:auto;
	text-align:center;
}

.tt-ce h3 {
	font-size:26px;
	color:#231816;
	line-height:200%;
	margin:64px 0 94px 0;
	font-weight:bold;
}

.entry-meta-bar {
	border-top: 0px solid #55412B;
	border-bottom: 0px solid #55412B;
	padding: 7px 0;
	margin: 100px 0 80px 0;
	clear: both;
	background-color:#F6F5F1;
}
.entry-meta {
	width: 100%;
	float: left;
	padding: 2px 16px;
	text-align:center;
	font-size:12px;
}
.entry-meta a {
	color: #3E3A39;
}
.entry-meta a:hover {
	color: #8ab3ae;
}
.entry-meta span {
   padding: 0 5px;
   display: inline-block;
}
.tags {
	margin-bottom: 12px;
}
.tags a {
	color: #FFFFFF;	
	padding: 0 0 0 0;
}
.tags a:hover {
	color: #FFFFFF; 
	background-color: #EA6542;
	text-decoration:none;
}
.post-featured-image {
	margin-bottom: 30px;
	max-width: 700px;
}
.post-featured-image a {
	display: block;
}
.entry-content dt, 
.comment-content dt {
	font-weight: bold;
}
.entry-content dd, 
.comment-content dd {
   margin-bottom: 20px;
}
.entry-content {
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
}

.entry-content h1 {
	font-size:18px;
	line-height:200%;
}

.wp-video {
	margin-bottom: 20px;
}

/* Column */
.column {
	margin-left: -3.06%;
}
.column a {
	margin-bottom: 10px;
	display: block;
}
.one-half, .one-third, .one-fourth  {
	float: left;
	margin: 0 0 0 2.97%;
	padding-bottom: 20px;
}
.one-half {
	width: 47.03%;
}
.one-third {	
	width: 30.36%;
}
.one-fourth {	
	width: 22.02%;
}

/* Sidebar */
#secondary {
	float: right;
	width: 29%;
	padding:0 0 0 4%;
	font-size:14px !important;
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
    float: right;
}
.left-sidebar-template #secondary {
    float: left;
}

/* One Column Template */
.one-column-template .wrapper {
	width: 708px; 
}
.one-column-template .container {
	width: 668px;
}
.no-sidebar-template #content {
	width: 668px;
	margin: 0 auto;
}

/* Custom Gallery Page */
.custom-gallery #main {
	padding-bottom: 20px;
}
#content .custom-gallery-title, 
.custom-gallery-title a {
   font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #555;
	padding-bottom: 0;
}
.custom-gallery-title a:hover {
   color: #05A9C5;
}

/* Blog Medium Page */
.blog-medium .post-featured-image {
	width: 34.57%;
	float: left;
	margin-right: 4.67%;
}
.blog-medium .entry-content {
	padding-bottom: 0;
}

/* Single Page */
.single .entry-meta {
   float: none;
   width: 100%;
}
.single .entry-meta-bar {
	margin: 12px 0 98px 0;
   padding-bottom: 10px;
}
.single #content .post {
	border-top: 0 none;
   padding-top: 0px;
}

/* Wide Layout */
.wide-layout .wrapper {
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 0 0 0 #ddd;
	-moz-box-shadow:  0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
}
.wide-layout #branding, 
.wide-layout #colophon {
	margin: 0;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Comments
-------------------------------------------------------------- */
#content .comments-area ul,
#content .comments-area ol,
.comments-area article {
	margin: 0 0 30px 20px;
}
.comments-area article header {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 70px;
}
.comments-area article header cite {
	font-style: normal;
	line-height: 1.42857143;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 13px;
}
.comments-area article header a {
	text-decoration: none;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
#content .comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #05a9c5;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
}
.comments-area .comment-content p {
	margin-bottom: 10px;
}
a.comment-reply-link {
	font-size: 13px;
}
.commentlist .pingback {
	margin-bottom: 30px;
}
.commentlist .children {
	margin-left: 30px;
}

/* Comment form */
.commentlist #respond {
	margin: 20px 0 30px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin-bottom: 0;
}
#respond .form-submit,
#respond .form-submit input {
	margin-bottom: 0;
}
.required {
	color: red;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* Image borders */
.img-border {
	background-color: #fff;
  	padding: 5px;
  	border: 1px solid #ccc;
 }

/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
}
#wp_page_numbers ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	float: right;
}
#wp_page_numbers ul li {
	float: left;
	margin-left: 7px; 
}
#wp_page_numbers ul li.page_info {
	padding: 3px 8px 0;
	color: #999;
}
#wp_page_numbers ul li a {
	color: #777;
   display: block;
   float: left;
   background-color: #f9f9f9;
   border: 1px solid #eaeaea;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
}
#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a {
   border: 1px solid #0596AF;
   color: #fff; 
   background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
#wp_page_numbers ul li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* wp-pagenavi */
.wp-pagenavi {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
	text-align: center;
}
.wp-pagenavi .pages { 
	padding: 3px 7px 0;
	color: #999;
}
.wp-pagenavi .current, .wp-pagenavi a {	
   display: inline-block;
   color: #553C19;
   background-color: #f9f9f9;
   border: 1px solid #553C19;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	margin-left: 4px;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
   border: 1px solid #0596AF;
   color: #fff; 
   background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.wp-pagenavi a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Default wp-page */ 
#content ul.default-wp-page {
	margin: 0;
	list-style: none;
	margin-bottom: 40px;	
	border-top: 0px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
	padding: 7px 0 0; 
}
ul.default-wp-page li {
	padding-bottom: 7px;
}
ul.default-wp-page li.previous {
	float:left;	
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li a {
   display: inline-block;
   color: #FFFFFF !important;
   background-color: #6A6969;
   border: 0px solid #553C19;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 8px 6px;
	text-decoration:none;
}
ul.default-wp-page li a:hover {
   border: 0px solid #f9f9f9;
   color: #fff !important; 
   background: #231816;
	text-decoration:none !important;
}
ul.default-wp-page li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Single pagination */ 
.pagination {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
	text-align: center;
	color: #999;
}
.pagination span {
   display: inline-block;
   color: #fff;    
   background-color: #06B8D7;
   border: 1px solid #0596AF;   	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;	
	margin-left: 3px;
}
.pagination a span {
	background-color: inherit;
   border: 1px solid #fff; 
   color: #777;
}
.pagination a:hover span {
 	background-color: #f9f9f9;
   border: 1px solid #eaeaea; 
}

/* =bbPress
----------------------------------------------- */
#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 13px;
}
div.bbp-search-form input,
div.bbp-search-form button {
	padding: 10px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
}
#bbpress-forums ul,
#bbpress-forums ol {
	margin: 0;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 70%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	padding: 0 3%;
	height: 42px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	margin: 0 0 0 -4px;
	width: 30%;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	line-height: 20px;
	margin-top: 5px;
}
div.bbp-submit-wrapper button {
	border: 1px solid #0596AF;
	color: #fff;
	font-family: inherit;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	margin-bottom: 10px;
	padding: 0px 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* =Woo Commerce
----------------------------------------------- */
.woocommerce-page.no-sidebar-template #primary,
.woocommerce-page.full-width-template #primary,
.woocommerce-page.one-column-template #primary {
	float: none;
	width: 100%;
}
#primary .woocommerce {
	padding-bottom: 30px;
}
.woocommerce-page #primary ul.products,
.woocommerce #primary div.product div.images .flex-control-thumbs,
.woocommerce #primary div.product .woocommerce-tabs ul.tabs {
	margin: 0;
}
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page #primary .page-title {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 20px;
	padding-top: 0;
	line-height: normal;
}
.woocommerce ul.products li.product .price {
	font-size: inherit;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #05a9c5;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 13px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: inherit;	
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	font-size: inherit;
	line-height: normal;
	height: inherit;
	font-family: inherit;
	border: 1px solid #0596AF;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
.woocommerce.widget_product_search input {
	border-radius: 0;
	margin: 0;
}
.woocommerce.widget_product_search .search-field {
	border-right: 0 none;
	float: left;
	height: 40px;
	width: 60%;
	padding: 6px 8px;
}
.woocommerce-page #primary ul a.button,
.woocommerce-page #primary a.button:hover {
	color: #fff;
}
.woocommerce-page #main table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 135px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #777;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #05a9c5;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 0px;
}
.widget ul li a {	
	color: #231816;
	text-decoration: none;
}
.widget ul li a:hover {	
	color: #A21C5C;
	text-decoration: none;
}
.widget-title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
}
.widget-title, .widget-title a {
	color:#302C2C;
}
.widget-title a:hover {
	color: #553C19;
}
/* Search Widget */
.widget_search input.s {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 35px 0 15px; 
	color: #777;
	background-color: #f9f9f9;
	background-position: right 10px; 
	border-color: #eaeaea;
	cursor: text;
	text-indent: 0;
}
.widget_search input.s:focus { 
	border-color: rgba(0, 0, 0, 0.15);
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Article Widget */
.widget_article {
	margin-bottom: 20px;
}
.widget_article .article-title a:hover {
	text-decoration: underline;
}
.widget_article .post {
	padding-bottom: 20px;
}
.widget_article .article-content p {
	margin-bottom: 0px;
}
/* Recent Entries/Comments widget */
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px dashed #6A6969;
	padding: 8px 0;
}

/* Category/Comments widget */
.widget_categories ul li,
.widget_categories ul li {
	border-bottom: 1px dashed #6A6969;
	padding: 8px 0;
}

.wi-title {
	width:100%;
	padding: 12px 12px;
	margin: 0 0 12px 0 ;
	border: 3px solid #231816;
	text-align:center;
	font-weight:bold;
}

/* Testimonial widget */
.widget_testimonial .testimonial-icon {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.widget_testimonial .testimonial-icon:before {
	content: '\f10d';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: normal;
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	color: #cfcfcf;
}
.widget_testimonial .testimonial-post {
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0 1px 4px #eaeaea inset;
	-moz-box-shadow: 0 1px 4px #eaeaea inset;
	box-shadow: 0 1px 4px #eaeaea inset;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	font-style: italic;
	margin-bottom: 15px; 
	display: block;
	overflow: hidden;
}
.widget_testimonial .testimonial-author {
	text-align: right;	
	clear: both;
}
.widget_testimonial .testimonial-author span {
	font-weight: bold;
	display: block;
}

/* Tag Cloud */
.widget_tag_cloud a {
	margin-right: 5px;
	color: #777;
	padding: 10px 0; 
}
.widget_tag_cloud a:hover {
	color: #05A9C5;
}

/* Custom Tag Cloud */
.widget_custom-tagcloud {
	margin-bottom: 32px;
}
.widget_custom-tagcloud a {
	margin:0 4px 8px 0;
	background-color: #F9F9F9;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 1px 8px 2px;
	color: #777;
}
.widget_custom-tagcloud a:hover {
	border: 1px solid #0596AF;
	color: #fff;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.widget_custom-tagcloud a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Service Widget*/
.widget_service {
	margin-bottom: 0;
	padding-bottom: 10px;
}

/* Recent Work Widget*/
.widget_recent_work {
	margin-bottom: 10px;
}

/* Promotional Bar Widget */
.widget_promotional_bar {
	font-family: 'Philosopher', sans-serif;
}
.widget_promotional_bar .promotional_bar_content {
	background-color: #05a9c5;
	padding: 30px 15px;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.widget_promotional_bar .promotional-text {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.widget_promotional_bar .promotional-text span {
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding-top: 5px;
	font-family: "PT Sans",sans-serif;
}
.widget_promotional_bar .call-to-action {
	padding: 8px 15px 0;
	margin-top: 20px;
	color: #494949;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #fff;
	text-align: center;
	height: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background: #b5e6ee;
	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
	background: -moz-linear-gradient(#d0eef4, #b5e6ee);
	background: -ms-linear-gradient(#d0eef4, #b5e6ee);
	background: -o-linear-gradient(#d0eef4, #b5e6ee);
	background: -webkit-gradient(#d0eef4, #b5e6ee);
	background: linear-gradient(#d0eef4, #b5e6ee);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)
}
.widget_promotional_bar .call-to-action:hover {
	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);
	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);
	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);
	background: -o-linear-gradient(#E3F5F9, #b5e6ee);
	background: -webkit-gradient(#E3F5F9, #b5e6ee);
	background: linear-gradient(#E3F5F9, #b5e6ee);
}


/* =Footer
----------------------------------------------- */
#colophon {
	margin-bottom: 30px;
}
#colophon .widget-wrap {
	background-color: #f9f9f9;
	border-top: 1px solid #eaeaea;
}
#colophon .widget-area {
	margin-left: -3.06%;
	padding: 40px 0 10px;
}
#colophon .widget {
   float: left;
   margin-left: 2.97%;
   width: 30.35%;
}
#colophon .widget_archive, 
#colophon .widget_pages, 
#colophon .widget_nav_menu,
#colophon .widget_recent_entries,
#colophon .widget_categories,
#colophon .widget_recent_comments,
#colophon .widget_meta,
#colophon .widget_rss {
   margin-bottom: 22px;
}
#colophon .widget_archive ul li, 
#colophon .widget_pages ul li, 
#colophon .widget_nav_menu ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_meta ul li,
#colophon .widget_rss ul li {
   padding-bottom: 8px;
}
#colophon .widget-title {
   font-size: 19px;
   text-transform: uppercase;
   line-height: 25px;
}
#colophon .widget_article {
	margin-bottom: 10px;
}
#colophon .widget_info, 
#colophon .widget_text {
	margin-bottom: 15px;
}

/* Site Generator */
#site-generator {	
	padding: 20px 0px;	
	border-top: 1px solid #eaeaea; 
	color: #999;
	display:none;
}
#site-generator .social-profiles {
   float: right;
   width: 31.28%;
}
#site-generator .copyright {
   float: left;
   padding-top: 5px;
   width: 65.64%;
}
#site-generator .copyright a {
   color: #777;
}
#site-generator .copyright a:hover {
   color: #05A9C5
}

.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 16px;
    right: 40px;
    z-index: 1;
}

/* =Responsive Structure
----------------------------------------------- */
/************************************************************************************************************************************************************/
/*Width:1366 display用指定 */
/************************************************************************************************************************************************************/

@media only screen and (max-width: 1780px) {

.tcp {
	min-height: 760px;
	padding: 0 0 8% 0;
}
}

@media only screen and (max-width: 1560px) {

.h_n {
    position: absolute;
    right: 40px;
    top: 90px;
    z-index: 760;
    width: 56%;
    text-align: right;
}
}


@media only screen and (max-width: 1380px) {

#header_cc {
    padding: 20px 0 0 1%;
	}
	
.h_n {
    position: absolute;
    right: 40px;
    top: 90px;
    z-index: 1000;
    width: 58%;
}
	
.h_l {
    width: 100%;
    max-height: 50px;
    padding: 32px 0 0 20px;
    float: left;
    text-align: left;
}
	
.liwb {
    width: 60%;
    min-height: 540px;
    margin: 0 0 0 50%;
    padding: 5% 5% 0 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
}
}

@media only screen and (max-width: 1260px) {

.h_n {
    position: absolute;
    right: 10px;
    top: 90px;
    z-index: 1000;
    width: 72%;
}
	
}



/* =Responsive Structure
----------------------------------------------- */
/************************************************************************************************************************************************************/
/*iPad Pro用指定 */
/************************************************************************************************************************************************************/
/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */
@media only screen and (max-width: 1024px) {
	.wrapper { 
		width: 100%; 
	}
	.container {
		width: 100%;
	}
	.clearfix-half {
		clear: both;
	}
	.clearfix-third {
		clear: none;
	}
	#site-title a img {
		max-width: 668px;	
	}
	.featured-title,
	.featured-content {
		display: none;
	}
	#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 25%;
		padding:0 5% 0 0;
	}
	
	#primary {
	   float: left;
	   margin-left: 0;
	   width: 72%;
		border-right:0px;
		padding:0 5% 0 8%;
	}
	
	.slogan-wrap .slogan {
		width: 77.5%;
	}
	.no-sidebar-template #content {
		margin: 0 ;
		width: 100%;
	}
	/* Column */
	.column {
		margin-left: -2.99%;
	}
	.one-half, 
	.one-third, 
	.one-fourth  {
		margin: 0 0 0 2.90%;
	}
	.one-third, .one-fourth {
	    width: 30.43%;
	}	
	.widget_service .one-third, 
	.widget_service .one-fourth {	
		width: 47.02%;
	}
	#colophon .widget-area {
		margin-left: 0;
	}
	#colophon .widget_info, #colophon .widget_text {
		margin-bottom: 30px;
	}

.p-main {
    margin: 0 0 0 0;
}
	
.text-tp-center {
  text-align: center !important;
}

.mt40tp {
	margin: 40px auto 120px;
}

	
/* =Origin
----------------------------------------------- */
	
.dp { display: block !important; } /*PC;iPp*/
.mb { display: none !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/
	
.dpipi { display: inline-block !important; } /*PC,iPp,iP*/
.mboi { display: none !important; } /*MB*/
	
.dpo { display: none !important; } /*PC*/
.mbim { display: block !important; } /*iPp.iP,MB*/
	

	
/* ▼OG-PCヘッダーのスタイル▼
----------------------------------------*/


#header_tx {
	max-width:100%;
	min-height:11px;
	padding:0 0 0 0;
	margin: 0 auto;
	color:#FFFFFF;
	text-align:center;
	background-color:#5f6953;
}

#header_k {
	max-width:100%;
	min-height:110px;
	padding:16px 3% 0 3%;
	margin: 0 auto;
}

.h_l {
	width:24%;
	max-height:50px;
	padding:15px 0 0 0;
	float:left;
	text-align:left;
}

.h_c {
	width:36%;
	max-height:60px;
	float:left;
	text-align:left;
	padding: 0 0 0 3%;
}

.h_c img {margin:26px 0 0 0;}

.h_r {
	width:30%;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.h_r img {
	margin:0 0 0 10px;
}

/* ▼ナビゲーションのスタイル▼
----------------------------------------*/

.nsp {
	width:4% !important;
	height: 20px;
	font-size: 13px;
	display:none;
}
#nav {
	width:94%;
	height: 24px;
	margin: 0 3% 16px 3%;
}
#dropmenu{
  list-style-type: none;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  padding: 0 0 0 6px;
  background: #FFFFFF;
	color: #413D3C;
  font-size: 13.8px;
	z-index:99;
		line-height: 25px;
	word-wrap: break-word;
	line-height:200%;
	letter-spacing:0;
}
#dropmenu li{
  position: relative;
  
  float: left;
  margin: 0 0.5%;
  padding:  0;
  text-align: center;
}
	
#dropmenu li img {
	width:16%;
	vertical-align:middle;
	}
	
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #413D3C;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin: 10px 0 0 0;
	padding: 0;
  border-radius: 0;
	z-index:99;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 240%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	z-index:99;
}
#dropmenu li ul li a{
	height: 54px;
  padding: 13px 30px 13px 30px;
  background: #FFFFFF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover li ul li > a{
  background: #FFFFFF !important;
  color: #413D3C;
}

#dropmenu li:hover > a{
  background: #FFFFFF;
  color: #413D3C;
	font-weight:normal;
	opacity:0.8;
}
#dropmenu > li:hover > a{
  border-radius: 0;
}
#dropmenu li:hover ul li{
  height: 54px;
  border-top: 1px dashed #5f6953;
  border-bottom:1px dashed #5f6953;
}

#dropmenu li:hover ul li > a:hover{
  background: #5f6953;
  color: #FFFFFF;
	font-weight:normal;
	opacity:0.8;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0;
}

.solo {}
.solo hover > a{
  background: #FFFFFF !important;
}

	
/* 
Mobile menu 2026
================================================ */

.mb-ti {
        width: 100%;
        font-size: 44px;
        font-weight: bold;
        border-bottom: 1px solid #4f4c4b;
        padding: 0 0 14px 0;
        margin: 0 0 14px;
        line-height: 100%;
        text-align: center;
    }

.mb-m {}
.mb-m li {padding:24px 0;border-bottom: 1px dashed #4f4c4b;}	
	.mb-m li a:link {font-size:16px;font-weight:bold;} 	
	.mb-m li a:hover {color:#9cb461;text-decoration:none;} 	
	
	
/* 
Mobile header
================================================ */
.header_ms {
	width: 100%;
	min-height:60px;
        margin-top:10px;
	margin-bottom:-10px;
}

.header_ms img {
        max-width: 100%;
        height: auto;
    }

.header_ms h1 {
        margin-bottom: 10px;
}

.header_ms li{
width:31%;
	min-height:26px;
padding:0 1% 0 1%;
float:left;
}

.header_ms li img{
margin-top: -4px;
}
.ub{margin-top:6px}

	
	#header_mb {
		width:90%;
		min-height:64px;
		margin: 0 auto;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width: 48%;
    margin: 5% 0 5% 0;
	}
	
	.hd_ctb {
		width:24%;
		float:left;
		background-color:#FFFFFF;
		border: 1px solid #231815;
		box-sizing: border-box;
		margin:18px 0 16px 0;
		font-size:11px;
		font-weight:bold;
		text-align:center;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:100%;
		margin: 40px 0 5% 10%;
	}


#lc_header {
	width:100%;
	height:120px;
	padding-top:4px;
}

.lc_h {
	max-width:100%;
	height:100px;
	margin: 0 auto;
	padding-bottom:20px;
	border-bottom:0px solid #D5D5D5;
}

.lhl {
	width:400px;
	height:35px;
	padding-top:25px;
	float:left;
	text-align:left;
	vertical-align:bottom;
}

.lhl img {
	height:auto;
	width:50%;
}

.lhl a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.lhc {
	width:200px;
	height:41px;
	padding-top:35px;
	float:left;
	text-align:center;
}

.lhr {
	width:400px;
	height:35px;
	padding-top:35px;
	float:left;
	text-align:right;
}

.lhr img {
	height:100%;
	margin-left:4px;
}

.lhr a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 55px;
  height: 65px;
  vertical-align: top;
	font-size:1px;
}
	
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #434343;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 64%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 420px;/*最大幅（調整してください）*/
  height: 100%;
	padding:40px 30px 20px 25px;
  background: #FFFFFF;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	text-align:left;
	color: #3E3A39;
	font-size:17px;
	line-height:210%;
}

	#nav-content img {
		width:40%;
		height:auto !important;
		margin: 10px 0 20px 0;
	}
	
#nav-content a:link {
	color: #3E3A39;
	text-decoration:none;
}

#nav-content a:hover {
	color: #EA6542;
	text-decoration:none;
}

#nav-content a:focus, a:active {
  color: #3E3A39;
	text-decoration:none;
  }

#nav-content a:visited {
  color: #3E3A39;
	text-decoration:none;
  }


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	text-align:center;
}

.tg_title {
    font-size: 18px;
    font-weight: bold;
    color: #A6A6A7;
    border-bottom: 1px solid #4c4948;
    padding: 0 0 5px 0;
    margin: 0 0 14px 0;
}
	
.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}

.nv-sns img {
    width: 10% !important;
    min-height: 22px !important;
    margin: 0 0.4em 2em 0 !important;
}
	


	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 76%;
}

.l-inner-940 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1060 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
	padding: 0 5%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	

.mt12 {
	margin: 90px 0 -40px 0 ;
}
	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:17px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
}


.p-top {
    width: 100%;
    height: 36px;
    margin: 40px auto 38px;
    padding: 0 0 0 0;
}
	

/* ▼ボタン▼
----------------------------------------*/

.tx30 {
    font-size: 24px;
    font-weight: 500;
}

.tx28 {
    font-size: 24px;
    font-weight: 500;
}

.tx24 {
    font-size: 20px;
    font-weight: 500;
}
	
.mb60 {
    margin: 0 0 24px 0;
}
	
/* Hirakata iPad-pro
----------------------------------------*/
	
.top-ev {
    max-width: 1200px;
    padding: 0 10% 6px 10%;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 auto;
}
.tev-img {
    width: 100%;
    padding: 10% 0 0 0;
}
	
.tev-tx {
    width: 100%;
    padding: 5% 5% 0 5%;
}	
	
.gb-ti {
    width: 100%;
    padding: 6px 0;
    margin: 36px 0;
    text-align: center;
    font-size: 34px;
	}

.e-day {
    width: 100%;
    font-size: 82px;
    font-weight: bold;
    border-bottom: 1px solid #4f4c4b;
    padding: 0 0 0 0;
    margin: 0 0 24px;
    line-height: 100%;
    text-align: center;
}

.place {
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
	text-align: center;
}
	
.ogce {
    width: 100%;
    margin: 16px 0;
    text-align: center;
    font-size: 12px;
}	
	
.bse {
    width: 100%;
    background: #c5e2e2;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 72px 5% 48px 5%;
    position: relative;
}	
	
.pce {text-align:center;}
	
.top-ps {
    max-width: 1060px;
    width: 100%;
    min-height: 198px;
    display: flex;
    flex-wrap: wrap;
    margin: 88px auto 48px;
    padding: 0 5%;
}
	

	
	
	
/* ▼TOP▼
----------------------------------------*/
	
.tp1gb {
    width: 100%;
    min-height: 760px;
    background-image: url(https://kimura-komuten.com/imgs/tc-h.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin: 0 0 0 0;
    z-index: 30;
    position: relative;
}
	
.mbbt {
    margin: 0 0 48px 0;
}

.tpiwb {
    width: 55%;
    /* min-height: 546px; */
    margin: 0 45% 0 0;
    padding: 4% 5% 2% 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 20;
    position: absolute;
    left: 2%;
    top: -16%;
    border: 8px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
}
	
.tcce {
    max-width: 1800px;
    margin: 24px auto 14px;
    padding: 5% 0 5% 0;
}	
	
.mh-in {
    width: 526px;
    min-height: 632px;
    margin: 0 auto;
    padding: 3% 0 3% 0;
    text-align: center;
    color: #FFFFFF;
}
	
.kd-tags li {
    width: 15%;
    min-height: 178px;
    border: 0px solid #898989;
    padding: 0 0;
    list-style: none;
    margin: 1% 0.5%;
    text-align: center;
}	
	
.kd-tags {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 3%;
}	
	
.lu-ti {
    font-size: 44px;
    color: #FFFFFF;
    font-weight: bold;
    margin: -38px 0 0 0;
}
	
.uvx {
    width: 50%;
    min-height: 500px;
    padding: 0 1%;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    text-justify: inter-ideograph;
}	
	
.be-t2 {
    background: linear-gradient(-90deg, #F6F5F1 0%, #F6F5F1 70%, #FFFFFF 30%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 742px;
    margin: 100px 0 48px 0;
}	
	
.uvx {
    width: 50%;
    min-height: 500px;
    padding: 03%;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    text-justify: inter-ideograph;
}
	
.hb-r {
    width: 40%;
    min-height: 255px;
    float: right;
    padding: 8% 0 0 10%;
    text-align: right;
}	
	
	
	
/* ▼PAGE▼
----------------------------------------*/

.h-tic {
    margin: 64px 0 182px 0;
}
	
.d03 {
    max-width: 90%;
    min-height: 240px;
    margin: 28px auto 148px;
}
	
.d04 {
    max-width: 90%;
    min-height: 620px;
    margin: 0 auto 60px;
}

.s-ptx {
    width: 65%;
    min-height: 496px;
    margin: 0 33% 0 2%;
    padding: 5% 5% 5% 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 42%;
    border: 6px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
}
	
.hhb-l {
    width: 50%;
    min-height: 482px;
    float: left;
    padding: 0 5% 0 0;
}
	
.hhb-r {
    width: 50%;
    min-height: 482px;
    float: right;
    padding: 0 0 0 5%;
}

.h-t-p {
    width: 100%;
    min-height: 255px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 128px 0;
}
	
.rsi-rf {
    width: 46%;
    min-height: 586px;
    margin: 0 2% 0 52%;
    padding: 5% 5% 5% 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 20;
    position: absolute;
    left: 0;
    top: -6%;
    border: 6px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
}	
	
.rs1rf {
    width: 100%;
    min-height: 560px;
    background-image: url(https://kimura-komuten.com/imgs/p/hb-rf.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin: 0 0 0 0;
    z-index: 30;
    position: relative;
}
	
.rs1gb {
    width: 100%;
    min-height: 920px;
    background-image: url(https://kimura-komuten.com/imgs/p/cp-i1.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin: 0 0 0 0;
    z-index: 30;
    position: relative;
}
	
.rsiwb {
    width: 96%;
    min-height: 346px;
    margin: 0 54% 0 2%;
    padding: 5% 5% 5% 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 56%;
    border: 6px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
}
	
.c-t-bg {
    width: 100%;
    min-height: 488px;
    background-image: url(https://kimura-komuten.com/imgs/p/c-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}	
	
.c-t-2 {
    width: 100%;
    min-height: 488px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 0 78px 0;
}	
	
.pt-r {
    width: 50%;
    min-height: 460px;
    float: right;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	
.d02r {
    width: 50%;
    max-height: 660px;
    float: right;
    padding: 0 5% 0 4%;
    text-align: justify;
    text-justify: inter-ideograph;
}	
	
.d02 {
    width: 100%;
    min-height: 516px;
    position: relative;
    margin: 140px 0 0 0;
}
	
.w01in {
    width: 46%;
    min-height: 500px;
    padding: 3% 5% 0 5%;
    margin: 0 auto;
    position: absolute;
    top: -4px;
    left: 28%;
    z-index: 10;
    background-color: #FFFFFF;
}	
	
.w01i {
    width: 33.33%;
    min-height: 500px;
    margin: 0 auto;
}	
	
.m-dd {
    padding: 0 0 0 0;
    margin: 164px 0 0 0;
}

.bex {
    width: 100%;
    background-color: #F6F5F1;
    margin: 0 0 0 0;
    padding: 45px 0 186px 0;
}	

.d04e {
    max-width: 90%;
    min-height: 440px;
    margin: 0 auto 60px;
}
	
.gallery {
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 86px 0;
}
	
.cs-ce {
    width: 100%;
    margin: 142px auto 48px;
    text-align: center;
}	
	
.vo_tx {
    width: 58%;
    min-height: 200px;
    float: left;
    text-align: justify;
    text-justify: inter-ideograph;
	padding: 0 0 0 4% ;
}	

.a04e {
    max-width: 1060px;
    min-height: 490px;
    margin: 0 auto 60px;
}
	
.bea {
    width: 100%;
    background-color: #F6F5F1;
    margin: 0 0 64px 0;
    padding: 5% 0 5% 0;
}
	
.sd-p {
    width: 100%;
    min-height: 160px;
    padding: 24px 0 0 0;
    margin: 0 auto 94px;
}
	
.st_ali {
    font-size: 12px;
    color: #898989;
	line-height: 1.2;
}
	
.st_box {
    width: 25%;
    min-height: 200px;
    padding: 0 2%;
    text-align: center;
}	

.st_otm {
    width: 20%;
    min-height: 284px;
    padding: 0 1.5%;
    text-align: center;
}	
	
.st_pic {
    width: 40%;
    height: auto;
    float: left;
}	
	
.staff {
    width: 100%;
    min-height: 300px;
    padding: 70px 0 120px;
    margin: 0 auto;
}	
	
.st_info {
    width: 60%;
    min-height: 300px;
    float: left;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 0 0 7%;
}
	
.ot-l {
    width: 50%;
    min-height: 460px;
    float: left;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	
.ot-r {
    width: 50%;
    min-height: 320px;
    float: right;
    padding: 50px 0 0 5%;
}	
	
.o-t-p {
    width: 100%;
    min-height: 420px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 80px 0 110px 0;
}
	
	
/* ▼TOP▼
----------------------------------------*/
	
	.sp-pcp-row [class*=sp-pcp-col-]{
		padding-right: 10px!important;
    padding-left: 10px !important;
    padding-bottom: 20px;
	}

	
.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 224px !important;
}

.t-sps .sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 165px !important;
}
	
	
.l-tx {
    width: 100%;
    min-height: 150px;
    margin: 1rem 0 0 0;
    font-size: 14px;
}
	
.fc-lt {
    width: 50%;
    font-size: 19px;
    font-weight: bold;
    margin: 10px auto 0;
    color: #FFFFFF;
}	
	
.g-blog {
    width: 100%;
    min-height: 520px;
    background-color: #F4F2EE;
    padding: 38px 0 18px 0;
    margin: 0 0 0 0;
}

.top-works {
    width: 100%;
    min-height: 720px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}
	
.w-box {
    width: 49%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.btn-gr a {
    display: block;
    position: relative;
    margin: 3rem auto 3rem;
    text-align: center;
    padding: 0.7em 2em;
    width: 25%;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
    border-bottom: 0px solid #3E3A39;
    background-color: #898989;
}
	
}


/************************************************************************************************************************************************************/
/*iPad用指定 */
/************************************************************************************************************************************************************/
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 830px) {
	hr { 
		margin-bottom: 30px;
	}
	input.s:focus {
		width: 235px;
	}
	.one-column-template .wrapper, 
	.wrapper { 
		width: 100%; 
	}
	.one-column-template .container, 
	.container {
		width: 100%;
	}
	.wide-layout .wrapper {
	   width: 100%;
	}
	.comments-title, 
	#respond h3#reply-title {
		font-size: 26px;
	   line-height: 32px;
	}
	#content h1, 
	#content h2, 
	#content h3, 
	#content h4, 
	#content h5, 
	#content h6 {
    	padding-bottom: 3px;
	}
	#branding {
		margin-top: 10px;	
	}
	.hgroup-wrap {
	   padding-bottom: 25px;
	   padding-top: 0;
	}
	.hgroup-right {
		margin-top: 32px;
	}
	.hgroup-right .social-profiles {
		display: none;
	}	
	#site-logo {
	   margin-top: 25px;
	}
	#site-title a img {
		max-width: 280px;	
	}
	
		#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		padding:0 15% 0 15%;
	}
	
	#primary {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		border-right:1px;
		padding:0 15% 0 15%;
	}
	
	/* Responsive Navigation */
	.menu-toggle {
		display: block;
		background-color: rgba(0, 0, 0, 0);
		font-size: 0;
		border: 0 none;
		padding: 0;
		color: #999;
		width: 24px;
		height: 21px;
		float: right;
		margin-top: 3px;
		cursor: pointer;
	}
	.menu-toggle:before {
		display: block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 28px;
		line-height: 0;
		font-family: 'FontAwesome';
		vertical-align: top;
		content: '\f0c9';
	}
	.root {
		display: none;
	}
	.toggled-on .root {
		display: block;
	}
	#access {
		border-top: 0 none; 
	}
	#access li {
		position: inherit;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-right: 0;
	}
	#access a {
		float: none;
		padding: 10px 0;
		height: inherit;
	}
	/* Dropdown */
	#access ul li ul,
	#access ul li:hover ul ul,
	#access ul ul li:hover ul ul,
	#access ul ul ul li:hover ul ul,
	#access ul ul ul ul li:hover ul ul {
		display: block;
	}
	#access ul li ul {
		position: inherit;
		top: 0;
		width: inherit;
		border: 0 none;
	}
	#access ul li ul li  {
		border-bottom: 0 none; 
	}
	#access ul li ul li a,
	#access ul li.current-menu-item ul li a,
	#access ul li ul li.current-menu-item a,
	#access ul li.current_page_ancestor ul li a,
	#access ul li.current-menu-ancestor ul li a,
	#access ul li.current_page_item ul li a {
		padding: 10px 0 10px 15px;
	}
	#access ul li ul li a:hover,
	#access ul li ul li:hover > a,
	#access ul li.current-menu-item ul li a:hover {
		background-color: inherit;
	}
	#access ul li ul li ul a,
	#access ul li.current-menu-item ul li ul a,
	#access ul li ul li.current-menu-item ul a,
	#access ul li.current_page_ancestor ul li ul a,
	#access ul li.current-menu-ancestor ul li ul a,
	#access ul li.current_page_item ul li ul a {
		padding-left: 25px;
	}
	.page-title-wrap { 
		padding: 10px 0;
	}
	.breadcrumb {
		margin-top: 0px;
    	float: none;
    	text-align: left;
	}
	.slogan-wrap {
    	padding: 15px 0 20px;
	}	
	.slogan-wrap .slogan, 
	.slogan-wrap .view-work {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.slogan-wrap .view-work {
		width: 98%;
		margin: 10px auto 0;
	}
	#main {
    	padding-top: 0px;
	}
	.post-featured-image { 
		margin-bottom: 15px;
	}
	.entry-content {
		padding-bottom: 0px;
	}
	/* Column */
	.column {
		margin-left: 0;
	}
	.one-half, 
	.one-third, 
	.one-fourth,
	.widget_service .one-half,
	.widget_service .one-third, 
	.widget_service .one-fourth {
		margin: 0;
		padding-bottom: 10px;
		width: 100%;
	}
	#content .post {
    	padding-bottom: 0px;
	}
	.tags {
		margin-bottom: 30px;
	}
   .widget_search input.s, 
   .widget_search input.s:focus {
		width: 280px;
	}
   #wp_page_numbers, 
   .wp-pagenavi, 
   #content ul.default-wp-page, 
   .pagination {
	   margin-bottom: 30px;
	}
   #wp_page_numbers ul li.page_info, 
   .wp-pagenavi .pages {
		display: none;
	}
	.wp-caption {
	   margin-bottom: 15px;
	}
	.widget {
    	margin-bottom: 15px;
	}
	.widget_custom-tagcloud { 
		margin-bottom: 22px;
	}
	.widget_article { 
		margin-bottom: 10px;
	}
	.widget_service {
		margin-bottom: 0;
	}
	.widget_recent_work {
	    margin-bottom: 10px;
	}
	.widget_testimonial .testimonial-icon {
		float: none;
		margin-bottom: 15px;
	}
	#colophon {
		margin-bottom: 10px;
	}
	#site-generator .social-profiles, 
   #site-generator .copyright {
    	float: none;
    	width: 100%;
	}
   #site-generator .social-profiles ul {
    	text-align: center;
    	float: none;
   }   
	#site-generator .social-profiles ul li {
    	display: inline-block;
    	float: none;
	}
	#site-generator .copyright {
    	padding-top: 10px;
    	text-align: center;
	}

.mt40tp {
	margin: 40px auto 60px;
}

.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 230px !important;
}

	
/* =Origin
----------------------------------------------- */

.dp { display: none !important; } /*PC;iPp*/
.mb { display: block !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/
	
.dpipi { display: inline-block !important; } /*PC,iPp,iP*/
.mboi { display: none !important; } /*MB*/
	
.dpo { display: none !important; } /*PC*/
.mbim { display: block !important; } /*iPp.iP,MB*/


/* =Header
----------------------------------------------- */

.hnavi_mb {
  width:100%;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:0 auto;
  font-size:10px;
}
 
.hnavi_mb th{
  width:30%;
  padding: 0 0.8%;
  border-collapse: collapse;
  font-style: bold;
  font-weight:normal;
  line-height:160%;
  color:#553C19;
  text-align: center;
  vertical-align: middle;
}
 
.hnavi_mb td{
	width:100%;
	height:6px;
padding: 1% 0;
text-align:center;
vertical-align: middle;
border-collapse: collapse;
}


	#header_mb {
		width:90%;
		min-height:64px;
		margin: 0 auto;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width: 48%;
    margin: 5% 0 4% 0;
	}
	
	.hd_ctb {
		width:24%;
		float:left;
		background-color:#5f6953;
		border: 1px solid #5f6953;
		box-sizing: border-box;
		margin:23px 0 16px 0;
		padding: 1% 0;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
	}
	
	.hd_ctb img {
		width:8%;
		vertical-align:middle;
	}
	
	.hd_ctb a {
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:80%;
		margin: 35px 0 5% 10%;
	}
	
	
	
	.sh_ct {
		margin:20px 0 60px 0;
	}
	.sh_ct img {
		width:90%;
	}
	
#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}
	
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #434343;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 64%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 400px;/*最大幅（調整してください）*/
  height: 100%;
	padding:20px 30px 20px 25px;
  background: #FFFFFF;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	text-align:left;
	color: #231816;
	font-size:13px;
	line-height:220%;
}

	#nav-content img {
		width: 40%;
    height: auto !important;
    margin: 10px 0 60px 0;
	}
	
#nav-content a:link {
	color: #3E3A39;
	text-decoration:none;
}

#nav-content a:hover {
	color: #EA6542;
	text-decoration:none;
}

#nav-content a:focus, a:active {
  color: #3E3A39;
	text-decoration:none;
  }

#nav-content a:visited {
  color: #3E3A39;
	text-decoration:none;
  }


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}

.tg_title {
	font-size:14px;
	font-weight: bold;
	color:#A6A6A7;
	border-bottom:1px solid #4c4948;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0 ;
}

.nv-sns {
   width:60%;
	display: flex;
	margin: 0.8em auto 1.8em;
	}	

.nv-sns img {
		width:100% !important;
	min-height:22px !important;
	margin: 0 0.4em 0 0 !important;
	}

.fv-sns {
   width:30%;
	display: flex;
	margin: 0.8em auto 1.8em;
	}	

.fv-sns img {
		width:18% !important;
	min-height:22px !important;
	margin: 0 0.4em 0 0 !important;
	}
	
/* ▼スマホGナビスタイル▼
----------------------------------------*/	
.f_title {
	font-size:14px;
	font-weight: bold;
	color:#553C19;
}

	.tcl {
		color:#979797;
	}

.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 24px;
    right: 54px;
    z-index: 1;
}
	
#header_tx {
	max-width:100%;
	min-height:21px;
	padding:10px 0 0 0;
	margin: 0 auto;
	color:#777;
	text-align:left;
}

#header_k {
	max-width:100%;
	min-height:76px;
	padding:16px 0 0 0;
	margin: 0 auto;
}

.logo {
	max-width:300px;
	max-height:60px;
	float:left;
	text-align:left;
}

.h_r {
	max-width:900px;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.canv {
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.canv_c-s {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 26px 0 0 0 ;
}
	
.ma_lr {
		width:90%;
		height:auto;
		padding:0 5% 0 5%;
	margin: 0 auto;
	}
	
.mag {
	width:100%;
	text-align:right;
	margin-top:10px;
}

/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

#lc_header {
	width:100%;
	height:80px;
	padding-top:0px;
}

.lc_h {
	max-width:100%;
	height:80px;
	margin: 0 auto;
}

.lhl {
	width:60%;
	height:36px;
	float:left;
	text-align:left;
	padding-left: 6%;
	padding-top:20px;
}

.lhc {
	width:30%;
	height:70px;
	padding-top:20px;
	float:left;
	text-align:right;
}

	.lhc img {
		width:70%;
	}
	
.lhr {
	width:10%;
	height:35px;
	float:left;
	text-align:right;
	padding-right: 6%;
	padding-top:20px;
}
	
	
/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}

.cs_all {
	width:100%;
	margin: 0 0 64px 0;
}	
	
/* ▼SH Blogのスタイル▼
----------------------------------------*/
	
.entry-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0.02em;
    margin: 10px 0 0 0;
}
	
/* =BLOG-IVENT
----------------------------------------------- */

ul.default-wp-page li.previous {
	float:left;	
	border-bottom:1px solid #CECAAE;
	margin: 0 0 6px 0;
}
	
.b_title {
	width:100%;
	min-height:94px;
	text-align:center;
	margin:30px 0 16px 0;
}

.b_bar {
	width:100%;
	height:6px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 16px 0;
}

.side_top {
	width:100%;
	height:66px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 0 0;
}


.top_bt {
	width:100%;
	min-height: 20px;
	margin: 0 0 16px 0 ;
}

	.top_bt img {
		width:30%;
	}

	.bi_mg {
		margin: 12px 0 -20px 0;
	}
	
.bt_link {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 16px 0 60px 0;
}

.bt_link_u {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 80px 0;
}	
		


.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {margin: 0 0 2em 2em !important;}




/***** コンタクトフォーム *****/

input[type="reset"], input[type="button"], input[type="submit"] {
    max-width: 80%;
	}
	
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border: solid 1px #d7d7d7;
box-sizing:border-box;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:2% 5%;
  width: 100%;
  border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	border-top: solid 0px #d7d7d7;
box-sizing:border-box;
}

.canv_contact {
	width:86%;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

	.ico {margin:36px 0; width:74%;}
	.ico2 {margin:0 0 36px 0; width:74%;}
	.cec {text-align:center; margin: 12px 0 0 0 ;}
	
.cpr {
	width:100%;
	min-height:60px;
	padding: 10px 0 0 0;
	font-size:11px;
	text-align:center;
}

.cpmb {
		width:100%;
		font-size: 7px;
		color:#FFFFFF;
		text-align:center;
	padding: 0 0 3% 0;
	letter-spacing: 0rem;
	} 
	
	
	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-940 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1060 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
	padding: 0 5%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	

	
	/* ▼マージン▼
----------------------------------------*/
	
.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mt40 {
	margin: 40px 0 60px 0 ;
}

.mt60 {
	margin: 60px 0 0 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb1 {
	margin: 0 0 1rem 0 ;
}


	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:16px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
}

	
/* Hirakata
----------------------------------------*/
	
.tev-bg {
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 30%, #f9f6f5 30%, #f9f6f5 100%);
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 0 0 0;
}

.bse-title {
    width: 70%;
    position: absolute;
    top: -2%;
    left: 3%;
}
	
.top-bse {
    max-width: 1200px;
    padding: 8% 5%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 10px;
}
	
.bse-img {
    width: 100%;
    padding: 0 0 0 0;
}	
	
.bse-tx {
    width: 100%;
    padding: 5% 0 0 0;
}	
	
.fe-day {
    font-size: 60px;
    font-weight: bold;
    padding: 0 3% 0 0;
    margin: 0 0;
    line-height: 100%;
    text-align: right;
}	
	
.fplace {
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
}	
	
.fix03{
    width: 50%;
    padding: 0 0 0 2%;
}	
	
.gr-bg {
    width: 100%;
    background: #f9f6f5;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 72px 5% 88px 5%;
    position: relative;
}	
	
.wh-box {
    max-width: 940px;
    padding: 7% 5%;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 10px;
}
	
.srf-mtitle {
    width: 60%;
    position: absolute;
    top: -2%;
    left: 20%;
}
	
.gb-ti {
        width: 100%;
        padding: 6px 0;
        margin: 6px 0;
        text-align: center;
        font-size: 34px;
    }	
	
.md-bg{
    width: 100%;
    background: #dfe5b6;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 72px 5% 88px 5%;
    position: relative;
}
	
.su-box {
    max-width: 90%;
    padding: 4% 5% 6% 5%;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 10px;
}	
	
.adx {
    font-size: 12px;
    margin: 56px 0 8px 0;
}	
	
.sup-img {
    width: 100%;
    padding: 0 0 0 0;
}	
	
.sup-tx {
    width: 100%;
    padding: 3% 5% 6% 5%;
    background-color: #FFFFFF;
}
	
	
/* ▼TOP▼
----------------------------------------*/
	
.tit {
    font-size: 38px;
    font-weight: normal;
    color: #4C4948;
    line-height: 100%;
    letter-spacing: 0.03em;
}
	
.tii {width: 80%;}
	
.tp1gb {
    width: 100%;
    min-height: 1000px;
    background-image: url(https://kimura-komuten.com/imgs/tc-h.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin: 0 0 0 0;
    z-index: 30;
    position: relative;
}
	
.tpiwb {
    width: 100%;
    /* min-height: 546px; */
    margin: 0 0 0 0;
    padding: 4% 5% 2% 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 46%;
    border: 8px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
}	

.tii {
    width: 40%;
}
	
.kd-tags li {
    width: 33.33%;
    min-height: 178px;
    border: 0px solid #898989;
    padding: 0 0;
    list-style: none;
    margin: 1% 0%;
    text-align: center;
}	
	
.kd-tags {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
}	
	
.lu-l h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 4px 0;
}
	
.lu-r {
    width: 50%;
    min-height: 512px;
    text-align: center;
    float: right;
    padding: 0 0 0 4%;
}	
	
.lu-l {
    width: 50%;
    min-height: 512px;
    text-align: center;
    float: left;
    padding: 0 4% 0 0;
}
	
.be-t1 {
    background: linear-gradient(90deg, #F6F5F1 0%, #F6F5F1 77%, #FFFFFF 23%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 748px;
}	
	
.be-t2 {
    background: linear-gradient(-90deg, #F6F5F1 0%, #F6F5F1 80%, #FFFFFF 20%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 698px;
    margin: 100px 0 48px 0;
}	
	
.uv-r {
    flex-wrap: wrap;
    width: 70%;
    min-height: 572px;
    text-align: left;
    float: right;
    padding: 0 0 0 4%;
    display: flex;
    justify-content: center;
	}
	
.uvx {
    width: 100%;
    min-height: 500px;
    padding: 5% 14%;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    text-justify: inter-ideograph;
}	

.slider__content{
    min-width: 100%;
    height: 548px;
	padding: 0 3%;
    animation: sliderAnime 12s ease-in-out infinite;
}
	
.tx30 {
    font-size: 24px;
    font-weight: 500;
}

.tx28 {
    font-size: 24px;
    font-weight: 500;
}

.tx24 {
    font-size: 20px;
    font-weight: 500;
}
	
.mb60 {
    margin: 0 0 24px 0;
}

	
	
/* ▼PAGE▼
----------------------------------------*/

.blogbox {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 5%;
}


	
.btn-aw-u a {
    display: block;
    position: relative;
    margin: 36px auto 0;
    text-align: left;
    padding: 0.7em 2em;
    width: 100%;
    color: #231816;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
    border-bottom: 1px solid #231816;
}	

.t-sps .sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 260px !important;
}
	
.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 260px !important;
}
	
.l-tx {
    width: 100%;
    min-height: 130px;
    margin: 1rem 0 0 0;
    font-size: 14px;
}	
	
.links {
    width: 48%;
    margin: 0 0 6% 0;
}	

.cs-tags {
    max-width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
.cs-tags li {
    width: 24%;
    min-height: 106px;
    background-color: #FFFFFF;
    border: 1px solid #898989;
    padding: 8px 6px;
    list-style: none;
    margin: 1% 0.5%;
    text-align: center;
}	

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 22.5% !important;
    height: 220px !important;
    margin: 20px 6px 10px 6px !important;
    margin-left: 0px;
}

.yarpp-thumbnail > img {
    width: 474px;
    height: 120px !important;
    margin: 10px 10px;
}
	
.top-works {
    width: 100%;
    min-height: 580px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}
	
.w-box {
    width: 49%;
    text-align: center;
    position: relative;
    z-index: 1;
}


/* ▼UNIVERSAL▼
----------------------------------------*/
	
h4 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
	
/* ▼PAGE▼
----------------------------------------*/
	
.a-tic {
    margin: 64px 0 112px 0;
}
	
.o-t-p {
    width: 100%;
    min-height: 420px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 40px 0 30px 0;
}
	
.ot-l {
    width: 50%;
    min-height: 346px;
    float: left;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	
.lb-in {
    width: 100%;
    min-height: 580px;
    margin: 0 auto;
    padding: 8% 20% 3% 20%;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #FFFFFF;
}	
	
.lu-b {
    width: 100%;
    min-height: 580px;
    background-image: url(https://kimura-komuten.com/imgs/p/lu/o3i.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
	
.stx-c {
    text-align: left !important;
    font-weight: normal;
    font-size: 14px;
    margin: 2rem 0;
}	
	
.s-ce {
    width: 100%;
    margin: 122px auto 24px;
    text-align: center;
}
	
.s-pc {
    max-width: 1600px;
    margin: 64px auto 64px;
    padding: 5% 0 5% 0;
}	
	
.d03 {
    max-width: 90%;
    min-height: 340px;
    margin: 28px auto 148px;
}
	
.d04 {
    max-width: 90%;
    min-height: 520px;
    margin: 0 auto 60px;
}
	
.s-ptx {
    width: 94%;
    min-height: 496px;
    margin: 0 3% 0 3%;
    padding: 5% 5% 5% 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 56%;
    border: 6px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
}
	
.s-pbg {
    width: 100%;
    min-height: 1080px;
    background-image: url(https://kimura-komuten.com/imgs/p/so/so2i.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin: 0 0 0 0;
    z-index: 30;
    position: relative;
}	
	
.h-t-p {
    width: 100%;
    min-height: 255px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 76px 0;
}	
	
.hb-l {
    width: 100%;
    min-height: 225px;
    float: left;
    padding: 0 0 0 0;
}
	
.hb-r {
    width: 100%;
    min-height: 68px;
    float: right;
    padding: 3% 10% 0 10%;
    text-align: right;
}
	
.oAr {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 30%, #F6F5F1 30%, #F6F5F1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}	
	
.hhb-ri {
    width: 50%;
    min-height: 412px;
    float: right;
    padding: 15% 0 0 2%;
}	
	
.hhb-li {
    width: 50%;
    min-height: 412px;
    float: left;
    padding: 15% 2% 0 0;
}
	
.bec {
    width: 100%;
    background-color: #F6F5F1;
    margin: 74px 0 74px 0;
    padding: 5% 0 5% 0;
}
	
.rs1rf {
    width: 100%;
    min-height: 860px;
    background-image: url(https://kimura-komuten.com/imgs/p/hb-rf.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin: 0 0 0 0;
    z-index: 30;
    position: relative;
}
	
.rsi-rf {
    width: 94%;
    min-height: 446px;
    margin: 0 3% 0 3%;
    padding: 5% 5% 5% 5%;
    background-color: #FFFFFF;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 46%;
    border: 6px solid rgba(255, 255, 255, .4);
    background-clip: padding-box;
}	
	
.pti-or {
    font-size: 72px;
    font-weight: normal;
    color: #b5b5b6;
    margin: -30px 0 0 0;
    line-height: 100%;
    letter-spacing: 0.03em;
}
	
.ct-r {
    width: 50%;
    min-height: 700px;
    float: right;
    margin: auto;
    padding: 10% 0 0 5%;
}	
	
.c-t-p {
    width: 100%;
    min-height: 700px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 34px 0;
}
	
.ct-l {
    width: 50%;
    min-height: 700px;
    float: left;
}	
	
.c-t-bg {
    width: 100%;
    min-height: 358px;
    background-image: url(https://kimura-komuten.com/imgs/p/c-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}	
	
.c-t-2 {
    width: 100%;
    min-height: 348px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 0 38px 0;
}	
	
.pt-r {
    width: 50%;
    min-height: 350px;
    float: right;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
	
.pt-l {
    width: 50%;
    min-height: 620px;
    float: left;
    padding: 50px 5% 0 0;
}	
	
.d02 {
    width: 100%;
    min-height: 956px;
    position: relative;
    margin: 70px 0 0 0;
}	
	
.d02l {
    width: 100%;
    max-height: 660px;
    float: left;
}	
	
.d02r {
    width: 100%;
    max-height: 660px;
    float: right;
    padding: 0 5% 0 4%;
    text-align: justify;
    text-justify: inter-ideograph;
}
	
.w01i {
    width: 33.33%;
    min-height: 300px;
    margin: 0 auto;
}	
	
.w01in {
    width: 46%;
    min-height: 300px;
    padding: 0 5% 0 5%;
    margin: 0 auto;
    position: absolute;
    top: -4px;
    left: 28%;
    z-index: 10;
    background-color: #FFFFFF;
}	
	
.pf-t-p {
    width: 100%;
    min-height: 680px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 140px 0;
    position: relative;
}

.pf-t-p img {
    max-width: 323px;
    position: absolute;
    bottom: 0;
}

.p-sw {
    width: 100%;
    min-height: 1000px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 114px 0;
    position: relative;
}
	
.psw-l {
    width: 100%;
    min-height: 500px;
    float: left;
    padding: 0 0 0 0;
}	
	
.psw-r {
    width: 100%;
    min-height: 500px;
    float: right;
    padding: 5% 5% 0 5%;
}	
	
.p-psv {
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 78px 0;
}
	
.psv {
    width: 50%;
    min-height: 350px;
    padding: 0 2%;
}	
	
.psvt {
    width: 100%;
    padding: 4% 7%;
    background-color: #FFFFFF;
    margin: 0 auto;
}	
	
#foogallery-gallery-10443 .fg-image {
    width: 242px !important;
}	
	
.vo_pic {
    width: 100%;
    min-height: 180px;
    float: left;
    text-align: center;
}
	
.vo_tx {
    width: 100%;
    min-height: 200px;
    float: left;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 3% 0 3%;
}	

.vo_etx {
    width: 70%;
    min-height: 200px;
    float: left;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 0 0 5%;
}	
	
.vo_ce {
    width: 100%;
    min-height: 300px;
    padding: 0 0 80px 0;
}	
	
.pft-l {
    width: 100%;
    min-height: 180px;
    float: left;
    padding: 0 10% 0 10%;
}
	
.pft-r {
    width: 100%;
    min-height: 180px;
    float: right;
    padding: 5% 0 0 0;
}
	
.af-t {
    width: 100%;
    min-height: 180px;
    padding: 0 0 90px 30%;
}
	
.pft-l {
    width: 100%;
    min-height: 40px;
    float: left;
    padding: 0 0 0 0;
}	
	
.pft-r {
    width: 100%;
    min-height: 140px;
    float: right;
    padding: 0 0 0 0;
}	
	
.st_all {
    width: 100%;
    min-height: 960px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 78px 0;
}
	
.st_otm {
    width: 25%;
    min-height: 284px;
    padding: 0 1.5%;
    text-align: center;
}
	
	
	
/* ▼table▼
----------------------------------------*/

.info{
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 5%;
  font-size:15px;
}
 
.info th{
  width:40%;
  padding: 20px 20px 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: left;
  vertical-align: middle;
	background-color:transparent;
}
 
.info td{
	max-width:100%;
padding: 20px 0 20px 0;
text-align: left;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: dashed 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
}

	
}


/************************************************************************************************************************************************************/
/*スマートフォン用指定 */
/************************************************************************************************************************************************************/
/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 568px) {
	
h1 {
	font-size: 11px;
	line-height: 12px;
}
h2 {
	font-size: 18px;
	line-height: 28px;
}
h3{
	font-size: 16px;
	line-height: 28px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}
	
	input.s:focus {
		width: 375px;
	}
	.one-column-template .wrapper, 
	.wrapper { 
      width:100%;
		font-size:14px;
		line-height:180% !important;
	}
	.one-column-template .container, 
	.container {
		width: 100%;
	}
	.wide-layout .wrapper {
	   width: 100%;
	}
	#branding {
		margin-top: 20px;	
	}
	.hgroup-wrap {
    	padding-bottom: 30px;
	}
	.hgroup-right {
		margin-top: 37px;
	} 
	#site-logo {
	   margin-top: 30px;
	}
	#site-title a img {
		max-width: 420px;	
	}
	/* Column */
	.column {
		margin-left: -3.57%;
	}
	.one-half, 
	.one-third, 
	.one-fourth {
		margin: 0 0 0 3.44%;
		width: 46.56%;
	}
	.widget_service .column {	
		margin-left: 0;
	}
	#colophon {
		margin-bottom: 20px;
	}

		#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		padding:0 13% 0 13%;
	}
	
		#primary {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		border-right:0px;
		padding:0 5% 0 5%;
	}

.text-md-center {
  text-align: left !important;
}

.text-tp-center {
  text-align: center !important;
}

.fv-sns {
    width: 50%;
    display: flex;
    margin: 0.8em auto 1.8em;
}

.cv-h3 {
	text-align: left;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #231816;
	}
	
	
/* =Origin
----------------------------------------------- */

.dp { display: none !important; } /*PC;iPp*/
.mb { display: block !important; } /*iP,MB*/

.dpip { display: none !important; } /*PC,iPp,iP*/
.mbo { display: block !important; } /*MB*/
	
.dpipi { display: none !important; } /*PC,iPp,iP*/
.mboi { display: inline-block !important; } /*MB*/

.dpo { display: none !important; } /*PC*/
.mbim { display: block !important; } /*iPp.iP,MB*/

	
/* =Header
----------------------------------------------- */
	
	.tmt {
		margin: 80px 0 0 0;
	}
	
	#header_mb {
		width: 100%;
    min-height: 82px;
    padding: 0 5%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width:62%;
		margin: 5.8% 0 0 0;
	}
	
	.hd_ctb {
		width:34%;
		float:left;
		background-color:#654E36;
		border: 1px solid #654E36;
		box-sizing: border-box;
		margin:19px 0 16px 0;
		padding: 1% 2%;
		font-size:10px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
		border-radius:6px;
	}
	
	.hd_ctb img {
		width:15%;
		vertical-align:middle;
	}
	
	.hd_ctb a {
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:100%;
		margin: 23px 0 5% 10%;
	}

	#nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 70%;
        max-width: 440px;
        height: 100%;
        padding: 20px 30px 20px 25px;
        background: #FFFFFF;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        text-align: left;
        color: #231816;
        font-size: 13px;
        line-height: 220%;
    }

	.mb-ti {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid #4f4c4b;
        padding: 0 0 14px 0;
        margin: 0 0 14px;
        line-height: 100%;
        text-align: center;
    }
	
	.mb-m li a:link {
        font-size: 14px;
        font-weight: bold;
    }
	
	.mb-m li {
        padding: 20px 0;
        border-bottom: 1px dashed #4f4c4b;
    }
	
	
.tp-cp {
	width:100%;
	min-height:80px;
	margin: 0 auto;
	text-align:right;
	padding: 18px 6% 0 6%;
}
	
	
#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 28px;
  height: 35px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 40px;
  height: 35px;
  vertical-align: top;
	font-size:1px;
}
	
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
	
.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 16px;
    right: 40px;
    z-index: 1;
}


.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}


.f_title {
	font-size:14px;
	font-weight: bold;
	color:#553C19;
}
	
#header_tx {
	max-width:100%;
	min-height:21px;
	padding:10px 0 0 0;
	margin: 0 auto;
	color:#777;
	text-align:left;
}

#header_k {
	max-width:100%;
	min-height:76px;
	padding:16px 0 0 0;
	margin: 0 auto;
}

.logo {
	max-width:300px;
	max-height:60px;
	float:left;
	text-align:left;
}

.h_r {
	max-width:900px;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.canv {
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.canv_c-s {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 26px 0 0 0 ;
}
	
.ma_lr {
		width:90%;
		height:auto;
		padding:0 5% 0 5%;
	margin: 0 auto;
	}
	
.mag {
	width:100%;
	text-align:right;
	margin-top:10px;
}

	
/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

#lc_header {
	width:100%;
	height:70px;
	padding-top:0px;
}

.lc_h {
	max-width:100%;
	height:70px;
	margin: 0 auto;
}

.lhl {
	width:40%;
	height:36px;
	float:left;
	text-align:left;
	padding-left: 6%;
	padding-top:20px;
}

.lhl img {
	height:auto;
	width:90%;
}
	
.lhc {
	width:48%;
	height:60px;
	padding-top:10px;
	padding-left:3%;
	float:left;
	text-align:center;
}

	.lhc img {
		width:70%;
	}
	
.lhr {
	width:12%;
	height:35px;
	float:left;
	text-align:right;
	padding-right: 7%;
	padding-top:15px;
}
	
	
/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}

.cs_all {
	width:100%;
	margin: 0 0 64px 0;
}
	
	
/* ▼SH Blogのスタイル▼
----------------------------------------*/

.ach {
	width:100%;
	min-height:200px;
}

.athum {
	width:100%;
	min-height:180px;
	float:none;
	padding: 0;
}

.aexp {
	width:100%;
	min-height:200px;
	margin: 12px 0 0 0 ;
	padding: 0;
	float:none;
}

.entry-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        letter-spacing: 0.07em;
        margin: 10px 0 18px 0;
    }
	
.blogbox {
	text-align: justify;
    text-justify: inter-ideograph;
}

.blogbox img {
	margin: 1em 0 2em 0;
}

.blogbox h2 {
  text-align: left;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#FFFFFF;
	margin: 1em 0 ;
	padding:0.5em 0.5em 0.5em 1.8em!important;
}

.blogbox h3 {
  text-align: left;
	font-size:21px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
	margin: 1em 0 ;
	padding: 0 0 16px 0!important;
}

.blogbox h4 {
  text-align: left;
	font-size:21px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
	padding: 0 0 12px 0.8em!important;
}
.blogbox h4::after {
    position: absolute;
    top: 0.1em;
    left: 0;
    content: '';
    width: 8px;
    height: 1.1em;
    background-color: #9cb461;
}
	
.blogbox h5 {
  text-align: left;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#231816;
	padding: 0 0 16px 0!important;
}
	
	
	
/* ▼TOP BLOGスタイル▼
----------------------------------------*/
.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {margin: 0 0 0 0 !important;}
	
.cpr {
	width: 100%;
    min-height: 40px;
    padding: 10px 0 90px 0;
    font-size: 9px;
    text-align: center;
}


	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-940 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1060 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
	padding: 0 5%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	


	/* ▼マージン▼
----------------------------------------*/
	
.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mt40 {
	margin: 40px 0 60px 0 ;
}

.mt60 {
	margin: 30px 0 15px 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb1 {
	margin: 0 0 1rem 0 ;
}

.mt-u {
	margin: -38px 0 0 0 !important;
}
	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:14px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:180%;
}

	
/* Hirakata
----------------------------------------*/
	
.top-ev {
        max-width: 1200px;
        padding: 0 5% 6px 5%;
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0 auto;
    }

.tev-bg {
        width: 100%;
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 30%, #f9f6f5 30%, #f9f6f5 100%);
        text-align: justify;
        text-justify: inter-ideograph;
        padding: 98px 0 5% 0;
    }

.tev-img {
        width: 100%;
        padding: 0 0 0 0;
    }
	
.gb-ti {
        width: 100%;
        padding: 6px 0;
        margin: 21px 0;
        text-align: center;
        font-size: 24px;
    }
	
.e-day {
        width: 100%;
        font-size: 62px;
        font-weight: bold;
        border-bottom: 1px solid #4f4c4b;
        padding: 0 0 0 0;
        margin: 0 0 14px;
        line-height: 100%;
        text-align: center;
    }	
.fe-day {
        font-size: 60px;
        font-weight: bold;
        padding: 0 0 0 0;
        margin: 0 0;
        line-height: 100%;
        text-align: center;
    }
.pce {
        width: 100%;
        margin: 8px auto 38px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.8;
    }

.ogce {
        width: 100%;
        margin: 16px 0;
        text-align: left;
        font-size: 12px;
        padding: 0 5%;
    }

.bse-title {
        width: 92%;
        position: absolute;
        top: -2%;
        left: 3%;
    }

.top-bse h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 140%;
	text-align:center;
}
	
.button-fa a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 18px auto 0;
    width: 100%;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 2px solid #3E3A39;
}
.adx {
    font-size: 8px;
}

.tp01{
    width: 100%;
    padding: 0 0 0 0;
}
	
.tp02 {
    width: 100%;
    padding: 5% 0 0 0;
}	

	
.fibox {
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0 0 0;
}
	
.fix01 {
    width: 100%;
    text-align: center;
}	
	
.f-year {
    font-size: 44px;
    font-weight: bold;
    line-height: 100%;
}	
	
.fix02 {
    width: 100%;
}	
	
.fix03 {
        width: 100%;
        padding: 0 0 0 0;
	text-align: center;
    }	
	
.srf-mtitle {
        width: 90%;
        position: absolute;
        top: -2%;
        left: 5%;
    }

.srf2-mtitle {
    width: 90%;
    position: absolute;
    top: -2%;
    left: 5%;
}
	
.button-f1 a {
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold;
    border: 3px solid #333;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 300px;
    text-align: center;
    padding: 14px 24px;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s;
    border-radius: 20px;
}
	
.button-f1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 2px;
    background: #333;
    transition: all 0.3s ease;
}	
	
.s-title {
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        line-height: 100%;
        margin: 48px 0 24px 0;
    }	
	
.md-bg {
        width: 100%;
        background: #dfe5b6;
        text-align: justify;
        text-justify: inter-ideograph;
        padding: 72px 5% 58px 5%;
        position: relative;
    }

.k-mo {
    font-size: 28px;
    font-weight: bold;
    line-height: 140%;
}

.p-main-s {
    width: 100%;
    min-height: 162px;
    padding: 0 0;
    margin: 0 auto;
}	

.pa-title img {
    width: 50%;
}	
	
.pti-or-b {
    font-size: 48px;
    font-weight: normal;
    color: #4c4948;
    margin: 0 0 16px 0;
    line-height: 100%;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .04em;
}
	
.s-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
    margin: 98px 0 24px 0;
}	
	
.h-footer img {
    width: 35%;
}

.h-footer {
    width: 100%;
    margin: 94px 0 0 0;
    padding: 12% 5% 5% 5%;
    text-align: center;
    background-color: #9cb461;
    color: #FFFFFF;
}
	
	
.works-list {
        width: 100%;
        min-height: 330px;
        padding: 0 5% 48px 5%;
    }
	
.works-list h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
	line-height: 160%;
}	
	
.wif-l {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}
	
.wif-r {
    width: 100%;
    float: left;
	padding: 2rem 0;
}	
	
.wks-l {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 35% 1rem 35%;
}	
	
.wks-r {
    width: 100%;
    float: right;
    font-size: 15px;
}
	
.wphoto li {
    list-style: none;
    margin: 0 0 64px 0;
}	
	
.tags {
    margin-bottom: 0px;
}


	
	
/* ▼TOP▼
----------------------------------------*/	
	
.t-sps .sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 240px !important;
}
	
.sp-pcp-post .pcp-post-thumb-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
    height: 240px !important;
}
	
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 12px !important;
    line-height: 18px;
    color: #3E3A39;
    font-weight: 400;
    letter-spacing: 0.02em !important;
}	

.cs-tags {
    max-width: 96%;
    margin: 0 auto 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
.cs-tags li {
    width: 32%;
    min-height: 106px;
    background-color: #FFFFFF;
    border: 1px solid #898989;
    padding: 8px 6px;
    list-style: none;
    margin: 1% 0.5%;
    text-align: center;
}	
	

.t-ma {
    margin: 60px 0 0 0;
}
	
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 45% !important;
    height: 160px !important;
    margin: 20px 6px 10px 6px !important;
    margin-left: 0px;
}

.yarpp-thumbnail > img {
    width: 100%;
    height: auto !important;
    margin: 5px;
}

.yarpp-related h3 {
    font-size: 125%;
    font-weight: 700;
    margin: 76px 0 0 0 !important;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.top-works {
    width: 100%;
    min-height: 1160px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.w-box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.su-bg {
    width: 100%;
    background: #f9f6f5;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 62px 0 88px 0;
    position: relative;
    margin: 0 0 38px 0;
}
	
.su-img {
    width: 300px;
    height: 240px;
    margin: 0 auto;
    object-fit: cover;
}
	
.su-img img {
    border-radius: 20px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}	

    .su-box {
        max-width: 90%;
        padding: 4% 5% 16% 5%;
        margin: 0 auto;
        background-color: #FFFFFF;
        position: relative;
        border-radius: 10px;
    }

.suname {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #aaabab;
    padding: 0 0 14px 0;
    margin: 24px 0 16px 0;
    text-align: center;
}
	
	
	
/* ▼table▼
----------------------------------------*/	
	
.info{
  width:90%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 5%;
  font-size:14px;
}
 
.info th{
  width:100%;
  padding: 20px 20px 20px 20px;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: center;
  vertical-align: middle;
	background-color:transparent;
	display:block;
}
 
.info td{
	max-width:100%;
padding: 20px 0 20px 0;
text-align: left;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: dashed 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
	display:block;
}

.info-e{
  width:90%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto 5%;
  font-size:15px;
}
 
.info-e th{
  width:100%;
  padding: 20px 20px 20px 38px;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  font-weight: bold;
  line-height:160%;
  text-align: center;
  vertical-align: middle;
	background-color:transparent;
	display: block;
}
 
.info-e td{
	max-width:100%;
padding: 30px 0 30px 0;
text-align: left;
text-justify: inter-ideograph;
vertical-align: top;
background-color: transparent;
border-top: dashed 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:220%;
	display: block;
}

.tbl-r05 {
    width: 100%;
	  font-size:13px;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
	   max-width:100%;
  padding: 10px 10% 10px 10%;
    display: block;
    text-align: right;
    width: 100%;
	  box-sizing: border-box;
  }
  .tbl-r05 td:first-child {
    background: #73BA7B;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }	
	
}

/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
   .one-column-template .wrapper, 
   .wrapper,
   .one-column-template .container,
   .container { 
   	width: 95%; 
   }        
}

/* =Retina Ready Structure
----------------------------------------------- */
/* All Retina Ready devices larger than 1.5 pixel ratio */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	input.s { 
		background-image: url('images/search@2x.png');		
		background-size: 24px 15px;
	}
	.social-profiles ul li a {
		background-image: none;					
		background-size: 30px 30px;
	}
	.social-profiles ul li.facebook a {
		background-image: url('images/facebook@2x.png');		
		background-position: 0 0;		
	}
	.social-profiles ul li.facebook a:hover {
		background-image: url('images/facebook@2x-hover.png');		
		background-position: 0 0;
	}
	.social-profiles ul li.twitter a {
		background-image: url('images/twitter@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.twitter a:hover {
		background-image: url('images/twitter@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.google-plus a {
		background-image: url('images/google-plus@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.google-plus a:hover {
		background-image: url('images/google-plus@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.pinterest a {
		background-image: url('images/pinterest@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.pinterest a:hover {
		background-image: url('images/pinterest@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.linked a {
		background-image: url('images/linked@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.linked a:hover {
		background-image: url('images/linked@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.tumblr a {
		background-image: url('images/tumblr@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.tumblr a:hover {
		background-image: url('images/tumblr@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.vimeo a {
		background-image: url('images/vimeo@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.vimeo a:hover {
		background-image: url('images/vimeo@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.my-space a {
		background-image: url('images/my-space@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.my-space a:hover {
		background-image: url('images/my-space@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.flickr a {
		background-image: url('images/flickr@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.flickr a:hover {
		background-image: url('images/flickr@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.you-tube a {
		background-image: url('images/you-tube@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.you-tube a:hover {
		background-image: url('images/you-tube@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.rss a {
		background-image: url('images/rss@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.rss a:hover {
		background-image: url('images/rss@2x-hover.png');
		background-position: 0 0;
	}
}  	