/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/


html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}
main {
    overflow: hidden;
}
.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}



/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
background-color: #edfbff;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #fff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff),
            color-stop(.75, #fff), color-stop(.75, transparent),
            to(transparent));
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 20px 20px;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
}

.module,
.module-small {
    padding: 1.5em 5px;
    position: relative;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-position: 50% 50%; */
    background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}



/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #888888;
  margin: 0;
}



/* Scroll to top */
.scroll-up {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}

.scroll-up a {
    background: transparent;
    display: block;
    height: 42px;
    width: 70px;
    text-align: center;
    opacity: 1;
    border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 0.7;
  color: #000;
}



/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #333333;
}

a:hover, a:focus {
  text-decoration: none;
  color: #c1966e;
  outline: 0;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight:bold;
}
h2 {
    font-size: 24px;
}
p, ol, ul, blockquote {
  margin: 0 0 15px;
  font-size:16px;
  color: #333333;
  line-height: 1.7em;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
    color: #fff;
}

.font-serif {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-style: italic;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: -20px 0 40px;
}


/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
    padding: 10px 0 0px;
    background: #333333;
}

.footer .copyright {
  margin: 0;
}

ul {
  padding: 0.5em 1em 0.5em 0.2em;
  position: relative;
}

ul li {
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.5;
  padding: 0.8em;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none!important;
}

ul li>a:hover{
    color:#9a9a9a;
}

h4.footer-h{
    color: #333333;
    border-bottom: solid 1px #cccccc;
    padding: 10px;
    text-align: center;
}

h4.footer-h:hover{
    color: #9a9a9a;
}

li.footer-list {
    float: left;
    width: 25%;
    padding: 15px 0;
    border: none;
}

.clear{
    clear: both;
}

.footer-p{
  font-weight:bold;
    margin-top: 20px;
}


.footer-p>a:hover{
    color: #9a9a9a;
}

@media only screen and (max-width: 992px) {
.footer-vanish{
    display: none;
    }
}

img.footer-tel-img, img.footer-mail-img {
    padding-left: 10px;
}

.footer-fix {
    width: 660px;
    position: fixed;
    right: 70px;
    bottom: 0px;
    padding: 0px 0px 10px;
    z-index: 999;
}

.footer-fix img {
    height: 66px;
}
/*--------------------------------------------------------------
	flexbox
--------------------------------------------------------------*/
.flexbox {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexbox.align_center{
    align-items: center;
}
.flexbox.flex-start {
    justify-content: flex-start;
}
.nowrap{
    flex-wrap: nowrap;
}
.flexbox.row2.margin .item {
    flex-basis: 48%;
    max-width: 48%;
    position: relative;
}
.flexbox.row2 .item {
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
}
.flexbox.row2.margin .item:nth-child(odd){
    margin-right: 1%;
}
.flexbox.row2.margin .item:nth-child(even){
    margin-left: 1%;
}
.flexbox.row3.margin .item {
    flex-basis: 32.33%;
    max-width: 32.33%;
    position: relative;
}
.flexbox.row3.margin::after{
    content:"";
    display: block;
    width:30%;
}
.flexbox.row4.margin .item {
    flex-basis: 24%;
    max-width: 24%;
    position: relative;
    margin: 0 0.5% 20px;
}
.flexbox.row4.marginr::before{
    content:"";
    display: block;
    width:23%;
    order:1;
}
.flexbox.row4.margin::after{
    content:"";
    display: block;
    width:23%;
}
.item.row6 {
    width: 60%;
    max-width: 60%;
}
.item.row5 {
    width: 48.5%;
    max-width: 48.5%;
}
.item.row4 {
    width: 37%;
    max-width: 37%;
}
.item.row7 {
    width: 70%;
    max-width: 70%;
}
.item.row3 {
    width: 28%;
    max-width: 28%;
}
.item.row8 {
    width: 80%;
    max-width: 80%;
}
.item.row2 {
    width: 17%;
    max-width: 17%;
}
.item.row2 {
    width: 17%;
    max-width: 17%;
}
.item.row8 {
    width: 80%;
    max-width: 80%;
}
@media screen and (max-width:767px) {
    .flexbox.row2.margin .item, .flexbox.row3.margin .item,
    .flexbox.row4.margin .item,  .flexbox.row2 .item{
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0 25px;
    }
    .flexbox.row2.margin .item:nth-child(odd){
        margin-right: 0%;
    }
    .flexbox.row2.margin .item:nth-child(even){
        margin-left: 0%;
    }
    .flexbox.row2.margin .item:last-child, .flexbox.row3.margin .item:last-child,
    .flexbox.row4.margin .item:last-child,  .flexbox.row2 .item:last-child{
        margin: 0 0 0;
    }
    .blogpost .flexbox.row3.margin .item{
        flex-basis: 48%;
        max-width: 48%;
        position: relative;
        margin: 0 0 25px;
    }
    .item.row6, .item.row4, .item.row5, .item.row7, .item.row3, .item.row8, .item.row2 {
        width: 100%;
        max-width: 100%;
    }
    .price-wrap .item.row8{
        width: 80%;
        max-width: 80%;
    }.price-wrap .item.row2 {
        width: 20%;
        max-width: 20%;
    }
    .width90, .width80, .width60{
        width: 100%;
    }
}
/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
table.price-table {
	margin-top:00px;
	border-collapse: separate;
	border-spacing: 0px;
	text-align: left;
	line-height: 1.5;
	font-size:16px;
	width:100%;
	border: #cccccc 1px solid;
}

table.price-table tr {

}

table.price-table th {
    width: 390px;
    padding: 10px;
    background: #efefef;
    font-weight: bold;
    vertical-align: middle;
    color: #333333;
    border-bottom: #cccccc 1px solid;
}

table.price-table td {
    padding: 15px;
    font-size: 16px;
    text-align: right;
    vertical-align: middle;
    background: #fff;
    color: #333333;
    border-bottom: #cccccc 1px solid;
}
td.price{
	font-size:16px;
	text-align: right;
	width:280px;
    border-bottom: #cccccc 1px solid;
}
h3.price-h{
    padding: 0.25em 0.5em;
    color: #333333;
    margin: 15px 0 15px;
    font-size: 18px;
    background: transparent;
    border-left: solid 5px #22a7e6;
}
p.price-ex{
    
}

/*--------------------------------------------------------------
	サイドメニュー
--------------------------------------------------------------*/

.sidebar-menu{
    margin-bottom: -20px;
}

img.side-bnr{
    padding-bottom:10px;
}

a img.side-bnr{
    display: inline-block;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

img.side-bnr:hover{
    opacity: 0.6;
}

.sidebar-menu>ul {
    background: rgba(255, 255, 255, 0.8);
    margin-top: -30px;
    padding: 0em 1em 0em 0.5em;
    position: relative;
}

.sidebar-menu>ul li {
    border-bottom: 1px solid #cccccc;
    line-height: 1.5;
    padding: 0.8em;
    font-size: 14px;
    font-weight: normal;
    list-style-type: none!important;
}


/*------------ボタン------------*/

.chief_btn {
    display: inline-block;
    padding: 1.3em 3em;
    text-decoration: none;
    color: #555555;
    border: solid 2px #777777;
    border-radius: 3px;
    transition: .4s;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    
}

.chief_btn:hover {
    background: #ff8821;
    color: white;
    border: solid 2px #ff8821;
}

.direct_btn {
    display: inline-block;
    padding: 1.3em 3em;
    text-decoration: none;
    color: #555555;
    border: solid 2px #777777;
    border-radius: 3px;
    transition: .4s;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    
}

.direct_btn:hover {
    background: #ff8821;
    color: white;
    border: solid 2px #ff8821;
}

.blog_btn {
    display: inline-block;
    padding: 1.3em 3em;
    text-decoration: none;
    color: #555555;
    border: solid 2px #777777;
    border-radius: 3px;
    transition: .4s;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    
}

.blog_btn:hover {
    background: #ff8821;
    color: white;
    border: solid 2px #ff8821;
}

.price_btn {
    display: inline-block;
    padding: 1.3em 3em;
    text-decoration: none;
    color: #555555;
    border: solid 2px #777777;
    border-radius: 3px;
    transition: .4s;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    
}

.price_btn:hover {
    background: #ff8821;
    color: white;
    border: solid 2px #ff8821;
}


/*------------カスタム------------*/
.main-nav .container {
    width: 90%;
}
#main-menu {
    display: flex;
    align-items: center;
}
.sm-blue > li {
    border-left: 1px solid #cccccc;
    border-bottom: none;
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sm-blue > li:hover, sm-blue a:hover {
    background: #ef5f1c;
} 
.sm-blue > li:hover a, sm-blue a:hover {
    color:#fff;
} 
.main-nav {
    background: #fff;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    background-color: white;
    border-bottom: #bdbdbd 1px solid;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-wrap{
    background-color: #fff;
    border-bottom: #cccccc 1px solid;
}

.logo-wrap{
    margin: 10px 0 5px;
}

#nav .contact_list {
    display: none;
}

@media only screen and (max-width: 991px) {
    ul.header-list-wrap{
    display: none;
    }
}

.header-imag-bg{
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .header-imag-bg{
    background: #fff;
    }
}
@media screen and (max-width:767px) {
    .main-nav .container {
        width: 98%;
    }
    #nav .contact_list {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    #nav .contact_list p {
        margin: 0 1px; 
        line-height: 1.2em;
        padding: 0; 
    }
    #nav .contact_list p a {
          color: #fb6f2f;
    }
    #nav .contact_list p a span {
          display: block;
        font-size: 11px;
    }
}
img.header-img01 {
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}

a>img.header-img01:hover {
    opacity: 0.9;
}

@media only screen and (min-width: 481px) {
    img.header-img02{
    display: none;
    }
}

@media only screen and (max-width: 480px) {
    img.header-img01{
    display: none;
    }
}

@media only screen and (max-width: 480px) {
    img.header-img02 {
        margin: 20px;
    }
}

h1.module-title.font-alt {
    font-size: 11px;
    color: #333333;
    margin: 10px 0 10px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: #cccccc 1px dotted;
}


img.flt{
  float: right;
  padding-left: 10px;
}

@media only screen and (max-width: 480px) {
  img.flt {
  float:none;
  display: block;
  margin: 0 auto 20px;
  }
}

.center{
  display: block;
  margin: 0 auto;
  text-align:center;
}

img.img-main {
    max-width: 100%;
}

h2.contents-h01 {
    font-size: 20px;
    margin: 0 0 30px;
}

h2.contents-h01-sub {
    margin: 0px 0 30px;
}
img.center.midashi-img{
    margin: auto;
}
h3.page-guide {
    font-size: 18px;
    font-weight: bold;
    color: #48311b;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: #ff8821 4px double;
}

span.bold{
    font-weight: bold;
}

.bread-wrap{
    margin-bottom: 40px;
}

ol.bread {
    font-size: 12px;
    margin: 0 0 0px -40px;
}


li.bread-list {
    float: left;
    list-style: none;
}

.column {
    /*background: rgba(255, 255, 255,0.8);*/
    padding: 20px 15px 10px;
    border-radius: 5px;
    margin: 10px 0 30px;
    /*box-shadow: 0px 2px 10px #ccc;*/
}

.yellow {
    background: rgba(255, 237, 13, 0.7);
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 30px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ff8821;
}

h5{
    font-size: 18px;
    color: 333333;
}

p.plan-guide01 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

img.responsive-img{
    max-width: 100%;
}

p.plan-guide02 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px;
}

img.logo-img{
    margin-top: -5px;
    padding: 5px;
}

a img.logo-img{
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2 ease-in;
}

img.logo-img:hover{
    opacity: 0.7;
}

img.mail-img{

}

a img.mail-img{
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2 ease-in;
}

img.mail-img:hover{
    opacity: 0.7;
}

img.tel-img{

}

img.plan-img{
    padding: 10px;
}

a img.plan-img{
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2 ease-in;
}

img.plan-img:hover{
    opacity: 0.8
}

img.staff-img{
    padding: 10px;
}

a img.staff-img{
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

img.staff-img:hover{
    opacity: 0.8;
}

img.works-img{
    margin-bottom: 15px;
}
img.center.works-ex {
    margin-bottom: 20px;
    max-width: 100%;
}
a img.works-img{
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

img.works-img:hover{
    opacity: 0.6;
}

img.intro-bnr{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

a img.intro-bnr{
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

img.intro-bnr:hover{
    opacity: 0.8;
}

.contact-p-wrap {
    padding: 10px;
}
/*------------お問い合わせ------------*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/* インスタグラム */
#instagram {
    background: rgba(119, 119, 119, 0.5);
}
.instagram_wrap {
    position: relative;
    padding: 0px 0 20px;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    padding: 0;
}
.gallery-item{
    flex: 1 1 20%;
    -ms-flex: 1 1 20%;
}
.gallery-item img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 991px) {
    .gallery-item{
        flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
    }  
}

/*下層ページ用*/

a.next-link {
    text-align: right;
    display: block;
    margin: 20px 0;
}

.page-link-wrap {
    background: #fff;
    border: #cccccc 1px dashed;
    padding: 5px;
    margin: 20px 0 40px;
}

p.ol {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #c1966e;
}

li.idt {
    text-indent: 1em;
}

ul.page-link {
    margin: -20px 0 20px;
    padding: 10px;
}

h4.small-title {
    display: block;
    margin: 0 auto 10px;
    padding: 5px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    width: 90%;
    border-bottom: #c1966e 2px dashed;
}

.contents-list-wrap {
    border: #c1966e 1px solid;
    margin: 10px 0 20px;
}

ul.contents-list {
    padding: 10px 20px;
    margin: 0;
}

ul.contents-list li {
    font-size: 16px;
    border: none;
    line-height: 1.5em;
}



/*----------想いページ用------------*/

p.chief-name{
    text-align: right;
}

.about-wrap{
    padding: 5px;
}

dt.about {
    padding: 5px 10px 5px;
    margin-right: 0.5em;
    width: 280px;
    font-size: 17px;
    color: #333333;
    background: transparent;
    border-left: solid 5px #28a5eb;
}

dd.about {
    padding: 0 5px 10px;
    font-size: 15px;
    margin-left: 0.5em;
    margin-bottom: 0px;
    line-height: 1.7em;
    color: #222222;
    border-bottom: #ccc 1px dotted;
}

.bnr-wrap dt.about {
    display: none;
}
.bnr-wrap dd.about {
    font-size: 13px;
    padding: 0 5px 5px;
    margin-left: 0;
    border-bottom: #ccc 0px dotted;
}

.staff-wrap{
    padding: 10px;
}

.staff_btn {
    display: inline-block;
    padding: 1.3em 3em;
    text-decoration: none;
    color: #555555;
    border: solid 2px #777777;
    border-radius: 3px;
    transition: .4s;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    
}

.staff_btn:hover {
    background: #ff8821;
    color: white;
    border: solid 2px #ff8821;
}

h3.staff-coment{
    font-size: 22px;
    background: #555555;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
    margin: 25px 0 10px;
}

/*---------豆知識-----------*/

p.knowledge-name{
    text-align: right;
}

h2.page-guide {
    font-size: 18px;
    font-weight: bold;
    color: #48311b;
    margin-top: 0px;
    margin-bottom: 20px;

}

h3.midashi {
padding: 0.5em;/*文字周りの余白*/
color: #333333;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
font-size:17px;
}

/*------------強み----------*/

span.rb{
    font-size: 17px;
    font-weight: bold;
    color: #ce0000;
}
span.red {
    color: #dc0000;
    font-weight: bold;
}
img.center.stg-img {
    float: right;
    padding: 10px;
}

.price-wrap{
    margin-bottom: 10px;
}
p.price-p, p.price-p02 {
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
    background: #fffef7;
    box-sizing: border-box;
    max-width: 95%;
    position: relative;
}
p.price-p {
    top: 35px;
    padding: 20px;
}
p.price-p::after, p.price-p02::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fffef7;

}
.question p.price-p02 {
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1.8em;
}
p.price-p02 { 
    top: 15px;
    padding: 10px 20px;    
}

img.price03 {
    margin-bottom: 25px;
}
.question.flexbox {
    align-items: center;
}

a.bt-samp38 {
    margin: 30px auto 30px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    max-width: 300px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #068f2d;
    border: solid 1px #fff;
    overflow: hidden;
}

a.bt-samp38:after{
  content:"";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 68px;
  width: 300px;
  background : #fff;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp38:hover:after{
  top: 0;
  left: 0;
}
.work-wrap a.bt-samp38 {
    margin: 20px auto 20px;
    font-size: 13px;
    padding: 10px 15px;
    max-width: 180px;
    line-height: 22px;
    position: relative;
    z-index: 5;
}
.work-wrap a.bt-samp38:after {
    display: none;
}
.price a.bt-samp38 {
    margin: 50px auto 30px;   
}
.blogpost a.bt-samp38 {
    margin: 0px auto 20px;
}
img.bnr-img01{
    margin-top: 40px;
}

img.bnr-img02{
    margin-top: 20px;
    margin-bottom: 20px;
}

a>img.bnr-img01:hover,a>img.bnr-img02:hover{
    opacity: 0.8;
    transform: 0.5s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.proposal-h{
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin: 25px 0 10px;
    font-size: 24px;
    color: #333333;
}
h2.proposal-h{
    margin: 15px 0 30px;
}
.proposal-h:before, .proposal-h:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #333333;
}

.proposal-h:before {left:0;}
.proposal-h:after {right: 0;}

h4.proposal-h-sub{
position: relative;
    border-top: solid 2px #068f2d;
    border-bottom: solid 2px #068f2d;
    background: #fffef7;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em 0 1.0em;
    font-size: 18px;
    color: #333333;
}

h4.proposal-h-sub:after {/*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f0a4\ ここが山田工芸の強み';
    background: #068f2d;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
.row.knowledge-wrap {
    margin-top: 30px;
}

.knowledge h4, .middle-heading,
h2.works-midashi {
    font-size: 20px;
    color: #fff;
    padding: 13px 13px 12px;
    margin-top: 40px;
    margin-bottom: 2rem;
    background-color: #068f2d;
}
h2.works-midashi {
    font-size: 22px;
    margin-bottom: 3rem;
}
.single-wrap h3 {
    border-left: 7px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 12px 20px;
}
.knowledge h5 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 5px 10px;    
    color: #333;
    background: transparent;
    border-left: solid 5px #fb6f2f;    
}
.knowledge h6 {
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 10px;    
    color: #068f2d;
    background: transparent;  
}
p.proposal-p {
    padding: 10px;
    margin-bottom: 5px;
}

img.contact-img01 {
    margin-top: 10px;
    margin-bottom: 30px;
}

p.contact-p{
    margin-top: 10px;
    margin-bottom: 10px;
}

p.area-p{
    font-size: 13px;
    margin-bottom: 5px;
}

img.intro-img{
    margin-bottom: 15px;
}

.works-wrap {
    padding: 20px;
}
.blogpost .works-wrap {
   min-height: 340px;    
}
.blogpost h3.works-h {
    font-size: 16px;
}
p.works-p{
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
}

.hw {
    padding: 0;
}

li.blog-li>a{
    font-size:16px;
}
h3.how-h {
    text-align: center;
    color: #333333;
    font-size: 22px;
}
h3.works-midashi {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    color: #333333;
}
h3.works-h, h3.works-h-sub {
    color: #333;
    margin-top: 10px;
    padding-left: 5px;
}
h3.works-h {
    font-size: 18px;
    border-left: 10px solid #fb6f2f;
    margin-bottom: 10px;
    position: relative;
}
h3.sign-h {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    position: relative;
    color: #068f2d;
}
.price-wrap h3.works-h {
    font-size: 0.9em;    
}
.price-wrap h3.works-h span {
    font-size: 1.4em; 
    display: block;
}
.price {
    margin-top: 5px;
    color: #fb6f2f;
    font-size: 0.9em;
}
.price .num_big{
    font-size: 1.4em;
    font-weight: bold;
}
p.w-h {
    font-size: 14px;
}

h3.works-h-sub {
    font-size: 1pc;
    border-left: solid 5px #00911d;
    margin-bottom: 20px;
}
.posts figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
}
.posts figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts .item {
    margin-bottom: 30px;
}
span.fa.fa-angle-double-right {
    color: #fff;
}
img.intro-img, img.strong-img {
    margin-bottom: 15px;
    margin-left: 10px;
    float: right;
    padding: 10px 10px;
    box-shadow: 1px 3px 10px #ccc;
}
p.intro-p a, .sanko a{
    color:#fb6f2f;    
}
.sanko {
    font-size: 0.95em;
}
dl.about {
    margin-bottom: 5px;
}
dt.about {
    padding: 5px 10px;
    margin-right: .5em;
    width: 350px;
    font-size: 17px;
    color: #333;
    background: transparent;
    border-left: solid 5px #fb6f2f;
}
p.knowledge-link {
    text-align: right;
}
p.knowledge-link a, p.knowledge-link span{
    color: #fb6f2f;
}
table.price-table {
    margin-top: 20px;
    margin-bottom: 25px;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    font-size: 15px;
    width: 100%;
    border-top: #9a9a9a 1px solid;
    border-left: #9a9a9a 1px solid;
}
table.price-table th {
    width: 22%;
    text-align: left;
    border-right: #cccccc 1px solid;
}
table.price-table td {
    padding: 15px;
    vertical-align: middle;
    background: #fff;
    color: #222;
}
table.price-table td {
    padding: 15px;
    vertical-align: middle;
    background: #fff;
    color: #222;
    font-size: 15px;
    text-align: left;
    border-right: #cccccc 1px solid;
}
td.price {
    font-size: 15px;
    text-align: right!important;
    width: 20%;
}
img.knowledge-img.center {
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
    float: left;
    box-shadow: 1px 3px 10px #ccc;
}
.bread-wrap {
    margin-bottom: 35px;
}
ol.bread {
    font-size: 12px;
    margin: 0 0 0px -40px;
}
li.bread-list {
    float: left;
    list-style: none;
}
dl {
    margin-top: 10px!important;
    margin-bottom: 20px;
}
img.center.img-main02 {
    padding: 5px;
    margin-bottom: 20px;
}
.col-lg-9 {
    width: 75%;
    background: rgba(255, 255, 255, 0.5);
    padding: 1.0em 1.5em;
    box-shadow: 0px 2px 7px #ccc;
    border-radius: 5px;
}

/* インスタグラム */
#team + .parallax-bg {
    margin-bottom: 0px;
}
section#instagram {
    background: #e0e8e8;
}
.instagram_wrap {
    position: relative;
    padding: 20px 0 20px;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.gallery-item{
    flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    max-width: 20%;
}
.gallery-item img{
    max-width: 100%;
    height: auto;
}
#instagram .chief-btn {
    margin-top: 30px;
}
/*  おすすめ屋根材 */
.contents_title {
    font-size: 18px;
    text-align: center;
    margin-top: 20px; 
    font-weight: 600;
}
.contents_list {
    padding: 0;
    margin: 0;
}
.contents_list li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    border-bottom: 0px solid #d6d6d6;
 }
.contents_list li .maru {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.contents_list li p {
    background-color: #5a7b79;
    padding: 3px 15px;
    font-size: 12px;
    margin-top: 5px; 
    font-weight: 600;
    color: #fff;
    transition: all 0.25s ease-in-out;
}
.contents_list li:hover .maru, .contents_list li:hover p {
    opacity: 0.7;
}
.recommend .point-h{
    margin-top: 30px;
    padding: 5px 10px;
    font-size: 20px;
    color: #333;
    background: transparent;
    border-left: solid 5px #fb6f2f;
}
.recommend h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fb6f2f;
    margin-bottom: 15px;
    margin-top: 30px;
}
.recommend .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.recommend .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto 30px;
}
.recommend ul li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 0px solid #d6d6d6;
}
section.recommend img {
    max-width: 100%;    
}
.recommend .chief-btn {
    padding: 1.0em 30px;
}
.recommend  .post-more {
    text-align: left;
    margin: 30px 0;
}

.more-link-sub:after {
  content: "\00BB";
  color: #666;
  padding-left: 5px;
}
a.more-link-sub {
    color: #666;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    font-weight: 600;
}
a.more-link-sub:hover {
    color: #fff;
    background-color: #5a7b79;
}
.more-link-sub:hover:after {
    color: #fff;
}
@media screen and (max-width: 991px){
    .recommend h4{
        margin-top: 25px;
        font-size: 19px;
    }
}
@media screen and (max-width:991px) {
    img.footer-logo-img {
        display: none
    }
    .gallery-item{
        flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
        max-width: 33.33%;
    }
}
@media only screen and (max-width: 767px) {
    .blogpost .works-wrap {
       min-height: initial;    
    }
    .blogpost a.bt-samp38 {
        margin: 30px auto 20px;
    }
    p.proposal-p {
        padding: 0px;
        margin-bottom: 5px;
    }
    .recommend .point-h {
        font-size: 17px;
    }
}

/*----------------------レスポンシブ-----------------------*/
@media (min-width: 992px){
    .col-md-3 {
        width: 25%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px){

    .sp-bnr {
        display: none;
    }
    .col-md-6 {
    width: 48%;
    }

}

@media only screen and (max-width: 1024px) {
   .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        background: #fff;
        color: #333333;
    }
    .sidebar {
        width: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .module, .module-small {
        padding: 0;
        position: relative;
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* background-position: 50% 50%; */
        background-size: cover;
    }
    .col-lg-9 {
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        padding: 1.0em 1.5em;
        box-shadow: 0px 2px 7px #ccc;
        border-radius: 0px;
    }
    .sidebar {
        /*display:none;*/
        width: 100%;
        display: flex;
        flex-wrap: wrap; 
        margin-top: 30px;
    }
    .bnr-wrap {
        width: 20%;
    }
    .bnr-wrap:last-child {
        width: 100%;
    }
    .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        background: #fff;
        color: #333333;
        font-size: 13px;
    }
    .sp-center {
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
    }
    .works {
        height: 100%;
    }
        
    .wel{
        
    }
    .col-sm-6 {
    width: 48%;
    }

    .bread-wrap {
        margin-top: -10px;
        margin-bottom: 35px;
        padding-bottom: 10px;
    }
    img.center.midashi-img {
        margin-top: 25px;
    }
    p, ol, ul, blockquote {
        font-size: 15px;
    }
    p.price-p {
        font-size: 18px;
        top: 35px;
    }
    p.price-p02 {
        top: 15px;
    }
}


@media only screen and (max-width: 767px) {
    .module, .module-small {
        padding: 0;
        position: relative;
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* background-position: 50% 50%; */
        background-size: cover;
    }
    .top-price .row {
        display: flex;
        flex-wrap: wrap;
    }
    .top-price .row .work-wrap {
       width: 32.33%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .col-6 {
        width: 50%;
    }
    .col-lg-9 {
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        padding: 1.0em;
        box-shadow: none;
        border-radius: 0px;
    }
    .header-wrap {
        display:none;
    }
    .logo-wrap {
        display:none;
    }
    .footer {
        padding: 10px 0 70px;
    }
    .footer-fix img {
        height: auto;
    }
    .footer-fix {
        width: auto;
        display: flex;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0px;
        padding: 0px 0px 10px;
        z-index: 1001;
    }
    .scroll-up {
        position: fixed;
        bottom: 60px;
        right: 10px;
        z-index: 999;
    }
    .scroll-up a {
        background: transparent;
        display: block;
        height: 50px;
        width: 62px;
        text-align: center;
        opacity: 1;
        border-radius: 2px;
    }
    
    h2.contents-h01 {
        font-size: 19px;
        margin: 0 0 25px;
    }
    
    h2.contents-h01-sub {
        font-size: 19px;
        margin: 0px 0 25px;
    }
    
    h3.kinou-mds {
        font-size: 20px;
        margin-top: 40px;
    }
    
    p{
        font-size: 14px;
    }
    p.price-p, p.price-p02{
         font-size: 14px;
        /* vertical-align: middle; */
    }
    p.price-p {       
        padding: 15px;
        top: 15px;
    }
    
    p.price-p02 {
        top: -11px;
        padding: 10px 15px;
    }
    p.contact-p {
        font-size: 13px;
        text-align: left;
    }
    
    dt.about {
        font-size: 14px;
    }
    
    dd.about {
        font-size: 13px;
    }
    
    .works{
        height: 100%;
    }
    p.works-p {
        font-size: 10px;
        text-align: right;
    }
    
    table.price-table { margin: 0 0px; }
    table.price-table th,
    table.price-table td{
        width: 100%;
        display: block;
        border-top: none;
        font-size: 14px;
    }
    table.price-table td:nth-child(2) {
        border-bottom: #cccccc 0px solid;
        padding: 15px 15px 0;
    }
    table.price-table td:last-child{
        margin: 0;
        padding: 5px 15px 15px;
        color: #fb6f2f;
    }
    p.price-ex{
        font-size: 12px;
    }    
    .blog-wrap {
        overflow: hidden;
        padding-bottom: 80px;
    }
    .center{
        margin-bottom: 10px;
        max-width: 100%;
    }
    h3.how-h {
        font-size: 16px;
    }
    .column {
        /* background: rgba(255, 255, 255,0.8); */
        padding: 10px;
        border-radius: 5px;
    /* margin: 10px 0 30px; */
    }
    .main{
        background:none;
    }
    .work-wrap {
        text-align: center; 

    }
    .work-wrap:nth-child(odd) {
        padding-right: 5px;
        padding-left: 15px;
    }
    .work-wrap:nth-child(even) {
        padding-right: 15px;
        padding-left: 5px;
    }
    .works-wrap:nth-child(odd) {
        padding-right: 5px;
        padding-left: 15px;
    }
    .works-wrap:nth-child(even) {
        padding-right: 15px;
        padding-left: 5px;
    }
    .price-wrap:nth-child(odd) {
        padding-right: 5px;
        padding-left: 15px;
    }
    .price-wrap:nth-child(even) {
        padding-right: 15px;
        padding-left: 5px;
    }
    .price-wrap.question:nth-child(odd) {
        padding-right: 5px;
        padding-left: 0px;
    }
    .work-wrap .w-h {
        text-align: left;
        margin-bottom: 30px;
    }
    .row.flex {
        display: flex;
        padding: 0 15px;
    }
    .works-wrap.col-4 {
        width: 32.33%;
        padding: 5px;
    }
    h3.works-h {
        font-size: 16px;
        text-align: left;
        display: block;
        border-left: 7px solid #fb6f2f;
        padding-left: 7px;
    }
    h3.works-h-sub {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .proposal-h {
        font-size: 17px;
        color: #333333;
    }
    h4.proposal-h-sub {
    font-size: 16px;
    }
    img.knowledge-img.center {
        float: none;
    }
    img.contact-img01 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    img.center.midashi-img {
        margin: auto;
    }
    a.bt-samp38 {
        margin: 30px auto 30px;
        display: block;
        position: relative;
        font-size: 15px;
        font-weight: bold;
        padding: 15px;
        text-decoration: none;
        width: 300px;
        line-height: 37px;
        text-align: center;
        color: #fff;
        background: #068f2d;
        border: solid 1px #fff;
        overflow: hidden;
        max-width: 100%;
    }
    .price a.bt-samp38 {
        margin: 40px auto 30px;   
    }
    .bread-wrap {
        margin-top: -5px;
        margin-bottom: 35px;
        padding-bottom: 5px;
    }
    img.intro-img {
        margin: 0 auto 15px;
        float: none;
    }
    h3.works-midashi {
        text-align: center;
        margin-bottom: 25px;
        font-size: 20px;
        color: #333333;
    }
    img.center.img-main02 {
        padding: 0px;
        margin-bottom: 20px;
    }
    img.center.stg-img {
        float: none;
        padding: 5px;
    }
    ol.bread {
        font-size: 11px;
        margin: 0 0 0px -40px;
    }
    img.knowledge-img.center {
        padding: 10px;
        margin: 0 auto 20px;
    }
    p.knowledge-link {
        text-align: left;
    }
}
@media only screen and (max-width: 600px) {
    p.price-p, p.price-p02{
         font-size: 12px;
    }
    .bnr-wrap {
        width: 32.33%;
    }
 }
@media only screen and (max-width: 380px) {
    p.price-p02 {
        font-size: 10px;
        top: -13px;
        padding: 10px;
    }
    p.price-p {
        font-size: 10px;
        top: 0px;
        padding: 10px;
    }
    .price a.bt-samp38 {
        margin: 80px auto 30px;
    }
    ol.bread {
        font-size: 11px;
        margin: 0 0 0px -40px;
    }
    img.knowledge-img.center {
        padding: 10px;
        margin: 0 auto 20px;
    }
}

.clear{
    clear: both;
}



