/*
Theme Name: taslieplus
Template: businesspress
Description: taslie theme custom
Author: FLB
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
:root {
    --font-Base_Mincho: "Shippori Mincho",sans-serif;
    --main-color:#ff6b05;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}


abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, time, ul, var, video {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 500
}

header, article, footer, aside, nav, small, section {
  display: block
}


li, ol li {
  list-style-type: none
}

.yakuhan{
  font-family:: YakuHanJP;
}

.gothic{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border-style: none
}

a img {
  border-style: none;
  opacity: 1;
  transition: all 1s;
}
a img:hover,
.post-thumbnail a:hover img {
	opacity: 0.6;
}


table {
  width: 100%;
  border-collapse: collapse
}

table th, table td {
  vertical-align: middle;
}

.wp-block-table td, .wp-block-table th,
table th, table td {
	border: solid 1px #eee;
	padding: 1em;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}

body {
  font-family: var(--font-Base_Mincho);
  color: #5b5b5b;;
  line-height:1.75;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem)
  }
}
@media (max-width: 767.777px) {
  body {
    font-size: clamp(0.813rem, 0.678rem + 0.67vw, 1rem)
  }
}


@media (min-width: 768px) {
  .pcnone {
    display: none
  }
}

@media (max-width: 767px) {
  .spnone {
    display: none
  }
}

.paragraph{
    letter-spacing: 0.04em;
    line-height: 2.5;
}

.font-bold{
    font-weight: 600;
}
.font-normal{
    font-weight: 400;
}

b, strong {
    font-weight: 600;
}


.ls0{letter-spacing:0;}

img{max-width: 100%;}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-weight:400;
}

h1, .h1 {
	font-size: 2.5em;
}
h2, .h2 {
	font-size: 1.86em;
}
h3, .h3 {
	font-size: 1.5em;
}
h4, .h4 {
	font-size: 1.25em;
}
h5, .h5 {
	font-size: 1.125em;
}
h6, .h6 {
	font-size: 1em;
}

.lineh12{line-height:1.2}
.lineh14{line-height:1.4}
.lineh16{line-height:1.6}
.lineh18{line-height:1.8}

.kage{
  text-shadow:  2px  2px 6px #5e5e5e,
               -2px  2px 6px #5e5e5e,
                2px -2px 6px #5e5e5e,
               -2px -2px 6px #5e5e5e;
}

.txt-white{
	color:#FFF !important;
}

.rad10{border-radius:10px}
.rad20{border-radius:20px}
.rad50{border-radius:50%}


.site{
    overflow: hidden;
}
/*------------------------------------------*/
/*loading*/
/*------------------------------------------*/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1050;
    font-weight:bold;
}

.loader-wrap h6{
	position: absolute;
    top: calc(50% - 3em);
}

.loader{
  display: flex;
}

@keyframes arrows {
  0%,
  100% {
    color: #000;
    transform: translateY(0);
  }
  50% {
    color: #a990c3;
    transform: translateY(10px);
  }
}

.loader span {
  --delay: 0s;
  animation: arrows 1s var(--delay) infinite ease-in;
  font-size:30px;
  margin:0 5px;
}


.site-header{
    margin-bottom: 5em;
}


.site-content, .container-content{
    max-width: 820px;
    margin-top: 5em;
}

/*top header*/
.top-bar-main {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.top-bar-main li:before {
    color: #7cadbb;
    top: -2px;
}

.top-bar-main li.top-bar-main-access:before,
.top-bar-main li.top-bar-main-contact:before{
    font-size: 20px;
} 


.top-bar-main-phone{font-size:25px;}
.top-bar-main li.top-bar-main-phone:before {
    content: "\f10b";
    font-size: 25px;
}
.menu a:before {
    color: #000;
}

.jumbotron {
    background-color: transparent;
}

.jumbotron-overlay {
    background: #f2efe6;
}


/* Drawer Button */
.drawer-hamburger,
.drawer-hamburger:hover{
	padding: 0px;
	width: 36px;
	height: 36px;
	margin-right: 0;
	position:relative;
}
.drawer-reader-text{
    position: absolute;
    display: block;
    font-size: 0.5rem;
    left: 50%;
    color: #000;
    bottom: -6px;
    transform: translate(-50%, 0%);
}

.home .main-header-original:not(.drawer-opened) .drawer-reader-text{
    color:#FFF;
}


.site-header{border:none;}
.site-description{display:none;}


.flex-container{
	display: flex;
    flex-wrap: wrap;
}
.flex-container .colum2{
	width:50%;
}

@media (max-width: 781.66px) {
	.container-wrap{
        padding: 0 20px;
        margin: 0 auto;
	}

    .footer .flex-container{
	    flex-direction: row-reverse;
        flex-direction: column-reverse;
        align-items: center;
	}	

}

.container.alignwide {
	width: 100%;
	max-width: none;
}

@media (min-width: 782px) {
	.container.alignwide {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
	}
}
@media (min-width: 980px) {
	.container.alignwide {
		width: 85vw;
		margin-left: calc( 50% - 85vw / 2 );
	}
}
@media (min-width: 1160px) {
	.container.alignwide {
		width: 1120px;
		margin-left: calc( 50% - 1120px / 2 );
	}
}

@media (min-width: 782px){
 .flexrev{
     flex-direction: row-reverse;
  }

 .flexrev .wp-block-column:not(:first-child) {
    margin-left: 0em;
    margin-right: 2em;
 }
}

.archive .entry-title{
	line-height:1.2;
}
.post-grid .entry-header{
	margin-bottom: 1em;
}
.post-navigation a {
    font-size: 0.8em;
}

.btn-base,
a.btn-base{
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: .5em 4em;
    min-width: 200px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
}

btn1,
a.btn1 {
  color: #000;
  border: 1px solid #bccbc6;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.btn1.bdwhite,
a.btn1.bdwhite {
  border: 1px solid #FFF;
  color: #FFF;
}

a.btn1.btninsta{
  color: #FFF;
  background: -webkit-linear-gradient(
135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(
135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

btn1:hover,
a.btn1:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #000;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

.btn1.bdwhite:hover,
a.btn1.bdwhite:hover {
  color: #FFF;
}

 a.btn_more,
.slide-wrap  a div span {
    display: inline-block;
    border: 0.37px solid #DDD;
    border-radius: 8px;
    transition: .3s;
    color: #777777;
    font-size: 90%;
    padding: 9px 1em;
    min-width: 14em;
    background: #FFF;
    font-weight: 600;
    position:relative;
}

 a.btn_more.sale_more{
    border-radius: 30px;
    padding: 3px 1em;
    min-width: 10em;
    font-weight: 600;
 }

 a.btn_more::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    content: "\f054";
    position: absolute;
    font-size: 0.84em;
    top: 1em;
    right: 1.5em;
}
 a.btn_more.sale_more::after{
    top: .5em;
    right: 1.6em;
}


a.btn_more:hover,
.slide-wrap  a div span:hover {
  color: #fff;
  transition: .3s;
  background: var(--main-color);
  border:  0.37px solid transparent;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}



.pagination .page-numbers {
    display: inline-block; 
}



.archive .entry-title {
    line-height: 1.4;
}
.post-grid .entry-title {
	font-size:1.2em;
}

.post-grid {
    width: 100%;
    padding: 10px;
    background: #F7F7F7;
    margin: 0 15px 3em;
    box-shadow: 0px 0px 11px -3px #525151;
    border-radius: 5px;
}

.post-grid .hentry{
	margin-bottom:0;
}

.excerpt {
    font-size: 1.02em;
    line-height: 1.4;
    margin: 1em 0 .5em;
}


@media screen and (min-width: 540px) {
    .post-grid {
        width: calc(50% - 20px);
        margin: 0 10px 5em;
    }

    .post-grid .entry-title {
        font-size: 1em;
    }
    .post-grid:nth-child(even) {
        padding-right: 10px;
    }
}
@media screen and (min-width: 980px) {
    .three-column .post-grid {
        width: calc(33.3% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*img trim*/
.post-grid .post-thumbnail{
  position: relative;
  overflow: hidden;
  padding-top: 70%; /* 比率 */
  margin-bottom: .8em;
}

.post-grid .post-thumbnail img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-gallery .wp-block-image a{
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 比率 */
}
.wp-block-gallery .wp-block-image a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.trim-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 160%;
    overflow: hidden;
    border-radius: 10px;
    background:#DDD;
}

.trim-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1.1) translate(-45%, -45%);
}


.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}

.posted-on{
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Zen Kaku Gothic New';
}

.single .entry-header {
    margin-bottom: 2em;
}


.category-events .post-grid article{
	position:relative;
}
.category-events .post-grid article ul.term_list{
    position: absolute;
    top: 1em;
    left: 0em;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
}

.category-events .post-grid article ul.term_list li{
    background: var(--main-color);
    font-size: 80%;
    padding: 0 1em;
    margin-right:.5em;
    margin-top:.1em;
    color: #FFF;
}
.category-events .post-grid article ul.term_list li a{
    color: #FFF;
}




.ev-block{text-align:left;}

.ev-block div{
    display:block;
    position:relative;
    font-size: .86em;
    padding-left: 2.2em;
    color: initial !important;
}
.ev-block div:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    color:#949494;;
    position: absolute;
    left: .8em;
}
.ev-days::before{
    content:'\f073';
    margin-left: .05em;
}
.ev-hour::before{
    content:'\f017';
}
.ev-add::before{
    content:'\f3c5';
    margin-left: 0.1em;
}


.entry-meta{text-align:right;font-size:.5em;}

/*-------------------------------*/
/*input form*/
/*-------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea ,input[type="tel"]{
	border: solid 1px #999;
	color: #000;
	margin-top: 0;
	padding: 0.4em;
    width: 100%;
    border-radius: 4px;
}
input[type="date"]{
	border: solid 1px #999;
	color: #777;
	margin-top: 0.6em;
	padding: 0.6em;
    width: 100%;
	max-width:300px;
}
input::placeholder,textarea::placeholder {
  color: #DDD;
}
/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #DDD;}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #DDD;}


[type="checkbox"],
[type="radio"] {
  width: 18px;
  height: 18px;
}

.mwform-checkbox-field label{
	margin-right:1em;
}
.mwform-checkbox-field input, .mwform-radio-field input{
	margin-right:0px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0px;
}


input[type="submit"].send_btn{
    background: linear-gradient(0deg, rgba(255, 107, 5, 1) 0%, rgba(253, 187, 45, 1) 100%);
}


p {
    margin: .8em 0 1.2em;
}

.col-w{
	color:#FFF;
}

.main-header {
    padding-bottom: 10px;
    padding-top: 10px;
}
.main-header-original{
    position: relative;
    z-index: 77;
}

.main-header-clone{
    padding-bottom: 5px;
    padding-top: 5px;
}


.subheader {
    color: #FFF;
}

}

.site-branding {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-branding .site-title a, 
.site-branding .site-title a:hover {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
}



.cat-links a{
	color: var(--main-color);
}

.menu a[href*="instagram.com"]:before {
    content: "";
}
.insta_icon {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    padding: 0px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 10px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
}



.midashi {
  padding: 0.5em;/*文字周りの余白*/
  display: block;
  line-height: 1.3;/*行高*/
  background: #7cadbb;/*背景色*/
  vertical-align: middle;
  color: #FFF;
  border-radius: 12px;
}

.midashi:before {
  font-family: fontawesome;
  content: '\f111';
  color: white;
  margin-right: 5px;
}

.midashi-under {
  position: relative;
  display: block;
  margin-bottom: 1em;
}
.midashi-under:before {
  content: '';
  position: absolute;
  bottom: -.5em;
  display: inline-block;
  width: 86px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-color);
}


.midashi-M{
    position: relative;
    margin: 0em 0 1em;
    line-height: 1.6;
    padding: 0 0 0 1.1em;
    letter-spacing: 2px;
}
.midashi-M:not(:first-child){
    margin: 1.3em 0 1em;
}
.midashi-M:before {
    content: "";
    position: absolute;
    left: 0;
    width: .5em;
    height: .5em;
    background-color: #cfe7d7;
    top: 0.4em;
}
.midashi-M:after {
    content: "";
    position: absolute;
    left: .4em;
    width: .5em;
    height: .5em;
    background-color: #8fccad;
    top: 0.8em;
}


.hentry,
.page .hentry {
    margin-bottom: 4em;
}

.wp-block-image .aligncenter>figcaption{
	text-align:center;
}

.wp-block-image figcaption {
    font-size: 90%;
    margin-top: 0.2em;
}


footer {
	background: #b2b2b2;
}

.footer-widget-area {
    border-top: none; 
    padding-bottom: 2em;
    padding-top: 2em;
}

footer .widget,
footer .widget-title ,
footer a,footer a:hover{
	color:#FFF !important;
}
footer .ftlogo{
	transform: scale(0.85, 0.85);
    max-width: 350px;
    transform-origin: center left;
}

footer .widget_text{
    font-size: 78%;
	margin-bottom:0em;
    letter-spacing: 1px;
}

.contact{
    background-image: url(images/kabe-haikei.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
}
.contact .flex-container{
	margin: 0 -2%;
    box-sizing: border-box;
}
.contact .flex-container .colum2 {
    width: calc(50% - 4%);
    margin: 0 2%;
}
.contact .flex-container .colum2 a {
    color: #333333;
}

.btn_ftwrap{
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 0px 11px -3px #525151;
    border-radius: 8px;
    height: 130px;
    justify-content: center;
}
.btn_ftwrap img{
	width: 60px;
}



.telicon{width:80px;}
.telttl{font-size:80%;}

.tel-wrap{
    width: 70%;
    text-align: center;
}
.tel-wrap h4{
	letter-spacing:3px;
}

.ft-nav_btn,
.ft-nav_menu ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.ft-logo{
    max-width: 190px;
    padding: 0 10px;
}

.ft-nav_btn li {
    background: var(--main-color);
    padding: 10px 6px;
    border-radius: 5px;
    color: #FFF;
    margin: 4px 6px;
    font-size: 87%;
    letter-spacing: 2px;
    width: 27%;
    text-align: center;
    background: linear-gradient(0deg,rgba(255, 107, 5, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

.ft-nav_btn li a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    content: "\f073";
    font-size: 138%;
    margin-right: 2px;
}

.ft-nav_btn li:nth-child(2) a::before{
    content: "\f0a1";
    transform: rotate(-10deg);
}
.ft-nav_btn li:nth-child(3) a::before{
    content: "\f015";
}

.ft-nav_btn li:nth-child(n+2){
	background:#4a4849;
    background: linear-gradient(0deg,rgba(74, 72, 73, 1) 0%, rgba(107, 107, 107, 1) 100%);

}

.ft-nav_menu ul{
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 1.65em 0;
    padding: .8em 0;
}

.ft-nav_menu ul li{
    font-size: 84%;
    padding: .5em 5px;
    margin: 0 .5em;
    letter-spacing: 1px;
}


.ft-nav_btn li:hover,
.btn_ftwrap:hover,
.side_btn ul li:hover{
  transition: .3s;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.side_btn{display:none;}
@media (max-width: 767.777px) {
	.contact .flex-container .colum2 {
	    width: calc(100% - 0%);
	    margin: 10px 0;
	}
	.site-footer .flex-container,
	.ft-nav_btn, .ft-nav_menu ul{
	    justify-content: center;
	    flex-wrap: wrap;
	}
	.ft-nav_btn li {
	    padding: 3px 3px;
	    margin: 3px 3px;
	    font-size: 87%;
	    letter-spacing: 1px;
	    width: 30%;
	}

}
@media (min-width: 768px) {
	.ft-left{width:25%}
	.ft-right{width:75%}
	
	.ft-left a{
		display:block;
		max-width:200px;
		width:100%;
	}

    .side_btn {
        display: block;
        position: fixed;
        right: 0px;
        top: 13.44%;
        width: 50px;
        z-index: 99;
	}
	.side_btn li{
		margin:6px 0;
	}
}


.widget-title {
    font-size: 1.6em;
}
.widget-title{
    position: relative;
    margin: 0em 0 1em;
    font-weight: 700;
    line-height: 1.6;
    padding: 0px 0 0 14px;
    letter-spacing: 2px;
}

.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #76c6eb;
    top: .63em;
}

.post-navigation .nav-previous,
.post-navigation .nav-next{
	line-height: 1.3;
    font-size: 1.1em;
}
.post-navigation a{
    font-size: .8em;
}

.pagination {
    text-align: center;
}



/*------------------------------------------*/
/* form base */
/*------------------------------------------*/
input[type="file"]{
	margin:2px 1px;
}

select {
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	max-width: 100%;
    padding: 0.26em;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}

label,
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
	word-break: break-all;
}

input[type="radio"]{
  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:2px solid #383838;
  border-radius:15px;
  background:transparent;
  opacity:0.5;
  position: relative;
  top: .09em;
  
}
input[type="radio"]:checked{
  background:#383838;
  opacity:1;
}


.chkbox,
.chkbox .horizontal-item > label {
    margin-bottom: 0!important;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"]{
  -webkit-appearance: none;
  width:1.6em;
  height:1.6em;
  border:2px solid #383838;
  border-radius:50%;
  background:transparent;
  opacity:0.5;
/*  position: relative;
  top: .11em;*/
}
input[type="checkbox"]:checked{
  background:#383838;
  opacity:1;
}
input::placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder{color:#999;opacity:1}
.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999;opacity:1}
.form-control::-ms-input-placeholder{color:#999;opacity:1}
.form-control::placeholder{color:#999;opacity:1}

.mw_wp_form .kiji_title{
    pointer-events: none;
    border: none;
    background: transparent;
    width: calc(100% - 20%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hissu {
    display: inline;
    padding: 1px 6px 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #666;
    margin-left: 3px;
    position: relative;
    top: -3px;
    letter-spacing: 1px;
}


table.wpform th{
	text-align:center;
	max-width:10em;
}
table.wpform .wptel {
    width: 5em;
}

.hasDatepicker,
.month-year-input{max-width: 10em;}


table.sm-table th,
table.sm-table td{
	padding: 0.3em 0.5em;
    font-size: 90%;
}

.tbl-bukken{margin:0.4em auto 0;}
table.tbl-bukken th,
table.tbl-bukken td{
	background: #FFF;
	min-width:5em;
	font-size:.86em;
	padding: 0.3em 0.5em;
}
table.tbl-bukken th{
    background: #5e5e5e;
    color: #FFF;
}

.single-bukken table th{
    background: #dddcda;
    width: 24%;
    color: inherit;
}

.post-thumbnail {
    margin-bottom: 2em;
    margin-top: 2em;
}

.b-price,
.b-hensai{
	color:var(--main-color);
	font-weight:700;
	font-size:120%;
}



@media screen and (min-width: 768px) {
	table th{
		text-align:center;
		letter-spacing:1px;
	}
}


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

	a.btn1.bdwhite{
	  background:rgba(255,255,255,.8);
	  color: #000;
	}
	a.btn1.bdwhite:hover {
	  color: #000;
	}


	.mw_wp_form .wpform tr th,
	.mw_wp_form .wpform tr td{
		display:block;
		max-width: 90vw;
	}
}
.mw-wp-form_image{max-width:120px;}
.mw_wp_form .error {
    font-size: 12px !important;
    color: #FFF !important;
    display: inline-block !important;
    background: red;
    padding: 2px 6px 3px;
    border-radius: 3px;
    line-height: 1.4;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.wpform{;padding-right:2em;padding-left:2em}

/*登録画面の制御*/
.mw_wp_form_confirm .touroku{
	display:none;	
}

/*確認画面の制御*/
.mw_wp_form_input .kakunin{
	display:none;
}



/* ========================================================== 
  Animation
============================================================*/
/* ========================================================== 
  Animation
============================================================*/
.fadeInUp {
  animation-fill-mode: both;
  animation-duration : 1.5s;
  animation-name     : fadeInUp;
  visibility         : visible !important;
}

@keyframes fadeInUp {
  0% {
    opacity  : 0;
    transform: translateY(40px);
  }

  100% {
    opacity  : 1;
    transform: translateY(0);
  }
}
.order-fade {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.5s;
}
.order-scroll {
  opacity: 1;
  transform: translateY(0);
}
.order-fade:nth-of-type(1) {
  transition-delay: 300ms;
}
.order-fade:nth-of-type(2) {
  transition-delay: 500ms;
}

.slidein_L {
  opacity: 0.1;
  transform: translateX(-80px);
  transition: all 2s;
}
.slidein_L.scrollin {
  opacity: 1;
  transform: translate(0);
}
.slidein_R {
  opacity: 0.1;
  transform: translateX(80px);
  transition: all 2s;
}
.slidein_R.scrollin {
  opacity: 1;
  transform: translate(0);
}


.br_sp{
	display:none;
}

.jumbotron-title {
    font-size: 1.4em;
    color: #5b5b5b;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: none;
}

@media screen and (min-width: 782px) {
	.site-branding {
	    padding-right: 20px;
	}
    .entry-title {
        font-size: 1.8em;
    }
    .jumbotron-title {
        font-size: 1.4em;
	}
    .site-logo img {
        transform: scale(0.85, 0.85);
    }


}

@media screen and (min-width: 980px) {
    .main-navigation div.menu > ul > li.page_item_has_children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation div.menu > ul > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.menu-item-has-children > a:after {
        font: normal 12px / 1 FontAwesome;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        margin-left: 8px;
    }
    .site-logo img {
        transform: scale(0.85, 0.85);
    }
	.jumbotron-content {
	    padding-bottom: 6vh;
	    padding-top: 6vh;
	}

}

@media screen and (max-width: 979.666px) {
	.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	    background-color: var(--main-color);
	}

	.home .main-header-original:not(.drawer-opened) .drawer-hamburger-icon,
	.home .main-header-original:not(.drawer-opened) .drawer-hamburger-icon:before,
	.home .main-header-original:not(.drawer-opened) .drawer-hamburger-icon:after {
	    background-color: #FFF;
	}
	

	.drawer-opened .drawer-navigation {
	    background: #f2efe8;
	}

	.drawer-hamburger-icon:before {
	    top: -8px;
	}
	.drawer-hamburger-icon:after {
	    top: 8px;
	}

    .drawer-navigation ul.menu > li {
        border-bottom: 1px solid #DDD;
    }

	.drawer-navigation-content {
        box-sizing: border-box;
        height: 100%;
        overflow-y: auto;
        padding: 80px 60px 60px 23px;
        width: 100%;
        letter-spacing: 2px;
	}

	.drawer-navigation ul li {
	    padding-bottom: 0px;
	    padding-top: 0px;
	}

	.drawer-navigation a {
	    display: block;
        padding-bottom: 12px;
        padding-top: 14px;
	}
	.page_item_has_children > a, .drawer-navigation .menu-item-has-children > a {
	    display: block;
	    padding-right: 0px;
	    margin-right: 36px;
	}

	.drawer-navigation ul li li {
	    padding-bottom: 0;
	    padding-top: 0;
	    border-top: 1px solid #DDD;
	}

	.drawer-navigation ul ul{margin-top:0}
	.drawer-navigation .dropdown-toggle {
	    background-color: transparent;
	    outline: 0;
	    padding: 10px 10px;
	    position: absolute;
	    right: -10px;
	    top: 1px;
	}


	.drawer-navigation ul.menu > li:last-child{
		border-bottom:none;
	}
	.drawer-navigation ul.menu > li._icon{
		text-align:center;
	}

	.drawer-navigation .dropdown-toggle:after {
	    background: #FFF;
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    line-height: 32px;
	}


	.fix_nav ul{
        display: flex;
        justify-content: space-evenly;
        text-align: center;
	}
    .fix_nav ul li {
        width: 32%;
        background: #FFF;
        border-radius: 5px;
        font-weight: 700;
	    color: #FFF;

    }
    .fix_nav ul li:first-child {
	    background: linear-gradient(0deg, rgba(255, 107, 5, 1) 0%, rgba(253, 187, 45, 1) 100%);
	}


    .fix_nav ul li:nth-child(n+2) {
	    background: #4a4849;
	    background: linear-gradient(0deg, rgba(74, 72, 73, 1) 0%, rgba(107, 107, 107, 1) 100%);
	}


    .fix_nav ul li a{
		display:block;
    }

	.table-responsive table th{
		white-space: nowrap;
	}
}

@media screen and (max-width: 767.777px) {
	.drawer-navigation-content {
	    padding: 80px 14px 60px 14px;
	}

	a.btn_more.sale_more {
	    border-radius: 30px;
	    padding: .6em 1em;
	    min-width: 75%;
	    font-weight: 600;
	    font-size: 1.02em;
	}
	a.btn_more.sale_more::after {
	    top: .9em;
	    right: 1.6em;
	}
}



@media screen and (max-width: 640px) {
	.br_none {
	    display: none!important;
	}
	.br_sp{
		display:block;
	}
	.sp_left {
	    text-align:left !important;
	}
	.top-bar-main li{font-size:12px;margin-right: 12px;}
	.top-bar-main-phone{
		font-size:16px !important;
		letter-spacing: -1px;
	}
	.sp-tel{font-size: 25px;}

	.restable tr th,
	.restable tr td{
		display:block;
		width:100%;
	}

	.table-responsive table th{
		min-width:40vw;
	}
	.ft-nav_menu ul li {
		width:30%;
		font-size: 100%;
		text-align:center;
	}

	.ft-nav_menu ul li._icon{
		width:100%;
		margin-top:1em;
	}

	.insta_icon {
	    line-height: 48px;
	    width: 52px;
	    height: 52px;
	    font-size: 40px;
	}

@media screen and (max-width: 480px){
	.main-header {
	    padding-bottom: 0px;
	    padding-top: 0px;
	}


}

@media screen and (max-width: 480px){
	.back-to-top {
	    right: 10px;
	    height: 36px;
	    width: 36px;
	}
	.back-to-top:before {
	    font: normal 18px / 36px FontAwesome;
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	}
}



/*------------------------------------------*/
/*Mobile Footer NAVI*/
/*------------------------------------------*/
#mobftMenu {
	background: rgba(0,0,0, 0.8);
    border-top: solid 1px #DDDDDD;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	color: #FFF;
	padding: 0;
	margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;	
}
ul#mobftMenu li{
	flex: 1;
	font-size:18px;
	list-style-type:none;
}
ul#mobftMenu li span{
	display:block;
	font-size:10px;
	line-height:1.2;
}
ul#mobftMenu li:nth-child(n+2){
	border-left: solid 1px #DDDDDD;
}
#mobftMenu a,#mobftMenu a:hover{
	display:block;
	padding:4px 6px 10px;;
	color:#FFF;
}
ul#mobftMenu li:nth-child(1){
	background:var(--main-color);
}
ul#mobftMenu li:nth-child(4){
	background:#21d75d;
}



.back-to-top {
    border-radius: 50%;
}
.back-to-top:hover {
    background: var(--main-color);
}
.back-to-top:before {
    color: #FFF;
}

.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 2s
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0)
}

