@charset "UTF-8";
@media only screen and (max-width: 860px) {
  /*2019/05/22追加分*/
  .sp__copy .sub_ttl {
    font-size: 174%;
    color: #786C5A;
    margin-bottom: 10px;
    font-weight: bold;
    text-align:center;
	  position: absolute;
    top: 50px;
    left: 120px;
	  display:none;
  }
  .sp__copy .lead {
    color: #786C5A;
    text-align:center;
    margin-bottom: 20px;
	   display:none;
  }
	 .sp__copy .lead {
    position: absolute;
    top: 90px;
    left: 50px;
}

  /*2019/05/09追加分*/
  .expert_list article {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .expert_list article .name {
    font-size: 124%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .expert_list article .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .expert_list article .box .sub_ttl {
    width: 100%;
    margin-bottom: 8px;
  }
  .expert_list article .box .list {
    width: 100%;
  }
  .expert_list article .box .btn_area {
    width: 100%;
  }
  .expert_list article .box .btn_area .btn {
    margin: 20px auto 0px;
  }
  .mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }
  .bbp-form input[type="text"] {
    width:100% !important;
    box-sizing: border-box;
  }
  .bbp-form textarea{
    width:100% !important;
    box-sizing: border-box;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    padding-top: 0px;
  }
  .scroll table {
    width: 640px;
  }
  .wp-login-head {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  #nav-drawer {
    position: relative;
    background: #0059B2;
    text-align: center;
  }
  .nav-unshown {
    display: none;
  }
	li.indent {
		padding-left:1em;
		text-indent:-1em;
	}
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #786C5A;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #nav-open span:nth-of-type(1) {
    top: 13px;
  }
  #nav-open span:nth-of-type(2) {
    top: 23px;
  }
  #nav-open span:nth-of-type(3) {
    top: 33px;
  }
  #nav-open.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-open.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /*閉じる用の薄黒カバー*/
  #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-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #A6DD00;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
  }
  #nav-content .box {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    text-align: left;
  }
  #nav-content .box a {
    color: #fff;
  }
  #nav-content .box ul {
    margin-bottom: 15px;
  }
  #nav-content .box ul li {
    font-size: 104%;
    font-weight: bold;
    padding: 5px 0;
  }
  #nav-content .box ul li ul li {
    position: relative;
    padding-left: 20px;
    font-size: 94%;
  }
  #nav-content .box ul li ul li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 10px;
    height: 2px;
    background: #fff;
  }
  /*チェックが入ったらもろもろ表示*/
  #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, 0.15);
  }
  .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .content .left {
    width: 100%;
    background: #FDFFE6;
    padding: 20px 0px;
  }
  .content .left .pref_link .link_ttl:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #85B200;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .content .left .pref_link .link_ttl:hover {
    opacity: 0.7;
  }
  .content .left .pref_link .link_ttl a {
    padding: 15px 0px 15px 30px;
  }
  .content .left .subnav ul li {
    background: url("../img/arrow2.jpg") no-repeat 10px 16px #FFFFFF;
    transition: .5s all;
  }
  .content .left .subnav ul li a {
    padding: 15px 0px 15px 30px;
  }
  .content .right {
    width: 100%;
  }
  .search__block {
    padding: 20px 0px 0px;
  }
  .search__block .box {
    display: flex;
    flex-wrap: wrap;
  }
  .search__block .box .card {
    width: 48%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .search__block .box .card:nth-child(2n) {
    margin-right: 0px;
  }
  .search__block .box .card ul li {
    font-size: 94%;
  }
  .recommend__block {
    padding: 20px 0px 0px;
  }
  .recommend__block .box {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend__block .box .card {
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .recommend__block .box .card:nth-child(2n) {
    margin-right: 0px;
  }
  .blog__blog__list {
    padding: 20px 0px;
  }
  .blog__blog__list .box .card .bottom ul {
    display: flex;
    flex-wrap: wrap;
  }
  .blog__blog__list .box .card .bottom ul .left {
    width: 100%;
  }
  .blog__blog__list .box .card .bottom ul .right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .news_box {
    width: 94%;
    margin: 0px auto;
  }
  .news_box .btn__box {
    position: static;
  }
  .news_box dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .news_box dl dt {
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
    font-size: 120%;
  }
  .news_box dl dt:first-child {
    border-top: 1px solid #FFF;
  }
  .news_box dl dd {
    color: #000;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 5px 10px 10px;
    border-top: none;
  }
  .news_box dl dd:nth-child(2) {
    border-top: none;
  }
  .news_box dl dd a {
    color: #333333;
    text-decoration: none;
    position: relative;
  }
  footer {
    width: 100%;
    background: #F7F5F4;
    border-top: 1px solid #DDDDDD;
    padding: 0px 0px;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
  }
  footer ul li {
    width: 100%;
    font-size: 94%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  footer ul li:last-child:after, footer ul li:nth-child(5n):after {
    display: none;
  }
  footer ul li:before {
    display: none;
  }
  footer ul li a {
    display: block;
    font-size: 94%;
    display: flex;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .company .access section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .company .access section .gmap {
    width: 100%;
    height: 350px;
  }
  .company .access section .left {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .company .access section .left .inner {
    position: static;
    -ms-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
    padding: 0px;
  }
  .company .access section .left .inner p {
    margin-bottom: 15px;
  }
  .company .access section .right {
    width: 100%;
  }
  .company .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .company .main .left {
    width: 100%;
  }
  .company .main .left figure {
    margin-bottom: 20px;
  }
  .company .main .left figure figcaption {
    text-align: center;
    margin-bottom: 8px;
    background: #786C5A;
    padding: 8px;
    color: #FFF;
    font-size: 114%;
  }
  .company .main .right {
    width: 100%;
  }
  /*/////////// サイトマップ ////////////*/
  .sitemap ul {
    flex-direction: column;
  }
  .sitemap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap ul li:last-child {
    margin-bottom: 0px;
  }
  .sitemap ul li span {
    color: #786C5A;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 20px 0px;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  .sp_tel {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #468C00;
    line-height: 50px;
    text-align: center;
  }
  .sp_tel a {
    color: #FFF;
    display: block;
  }
	.flexp {
		display:flex;
		flex-direction:column;
	}
	.main_img {
		display:none !important;
	}
	.mainsp2_img {
		display:none !important;
	}
	
	.mainsp_img {
    width: 100%;
    background-image: url(/wp/wp-content/themes/themes/img/main3.svg);
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
	height:200px;
    display: block;
		background-size:cover;
		position: relative;
}
}

@media screen and (max-width: 640px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px;
    font-size:94%;
  }

  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .scroll table {
    width: 640px;
  }
  .middle_ttl {
    font-size: 140%;
  }
  .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .content .left {
    width: 100%;
    background: #FDFFE6;
    padding: 20px 0px;
  }
  .content .left .subnav ul li {
    background: url("../img/arrow2.jpg") no-repeat 10px 16px #FFFFFF;
    transition: .5s all;
  }
  .content .left .subnav ul li a {
    padding: 15px 0px 15px 30px;
  }
  .content .right {
    width: 100%;
  }
  .content .right .topic__detail .comment__block article .bbp-reply-trash-link, .content .right .topic__detail .comment__block article .bbp-reply-delete-link, .content .right .topic__detail .comment__block article .bbp-reply-restore-link {
    border-radius: 5px;
    text-align: center;
    display: block;
    padding: 10px 0px;
    background: #CCC;
    color: #FFF;
    margin: 0px auto 15px;
    width: 80%;
    max-width: 360px;
  }
  .content .right .topic__detail .comment__block article .bbp-reply-edit-link {
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px;
    background: #786C5A;
    color: #FFF;
    margin: 0px auto 15px;
    width: 80%;
    max-width: 360px;
  }
  .content .right .topic__detail .comment__block .author .cat {
    position: static;
    margin-bottom: 8px;
    display: inline-block;
  }
  .content .right .store__detail {
    padding: 15px;
  }
  .content .right .store__detail .box {
    padding: 15px;
  }
  .content .right .store__detail .box .store__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .right .store__detail .box .btn {
    background: #85B200;
    font-size: 84%;
    max-width: 300px;
  }
  .content .right .store__detail .box table tr {
    width: 100%;
  }
  .content .right .store__detail .box table th, .content .right .store__detail .box table td {
    display: block;
  }
  .content .right .store__detail .box table th {
    color: #000;
    text-align: left;
    width: 100%;
  }
  .content .right .store__detail .box table td {
    width: 100%;
  }
  .content .right .store__detail .box .store__left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .content .right .store__detail .box .store__right {
    width: 100%;
  }
  .content .right .topic__list {
    background: #F9F8F4;
    padding: 20px;
  }
  .content .right .topic__list article {
    width: 100%;
    padding: 15px 15px 15px 0px;
  }
  .content .right .topic__list article .box {
    display: flex;
    flex-wrap: nowrap;
  }
  .content .right .topic__list article .box .left__block {
    min-width: 45px;
  }
  .content .right .topic__list article .box .right__block {
    padding-left: 10px;
  }
  .content .right .area__link {
    background: #FEAF61;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 30px;
  }
  .content .right .area__link .sub_ttl {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 114%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .content .right .area__link ul {
    display: flex;
    flex-wrap: wrap;
  }
  .content .right .area__link ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  /*/////////// 会社概要 ////////////*/
  .company_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl table th, .company_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl table thead {
    display: none;
  }
  .company_tbl table tbody {
    text-align: left;
  }
  .company_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl table tbody td {
    background: white;
  }
  /*/////////// お問い合わせ ////////////*/
  .contact {
    padding: 10px;
  }
  form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  form table th, form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  form table .normal_txt {
    width: 100%;
  }
  form table .small_txt {
    width: 50%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .policy article {
    margin-bottom: 30px;
    background: #EEEEEE;
    padding: 15px;
    box-sizing: border-box;
  }
  .policy article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .policy article ul li:first-child {
    min-width: auto;
    min-width: initial;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .policy article ul li:last-child {
    padding-left: 0px;
    line-height: 1.7;
  }
	.flexp {
		display:flex;
		flex-direction:column;
	}
	.mainsp_img {
    width: 100%;
    background-image: url(/wp/wp-content/themes/themes/img/main_sp1.jpg);
    box-sizing: border-box;
    max-width: 100%;
		text-align: center;}
	
	.mainsp2_img {
		display: block !important;
	}
	
}
@media screen and (min-width:480px) and (max-width:599px) { 
	.mainsp_img{
		background:none;
		}
	.sub_ttl {
  background:none !important;
}
}
@media screen and (max-width: 480px) {
	.wrapper1 {
    width: 100%;
    box-sizing: border-box;
}
  .br-sp {
    display: block;
  }
  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  .blog__blog__list .box .card {
    width: 100%;
    margin-right: 0px !important;
  }
  header .tagline .logo {
    padding: 8px 5px;
  }
  header .tagline .logo p {
    font-size: 54%;
  }
  .ttl {
    margin-bottom: 20px;
  }
  .common_btn {
    width: 80%;
    max-width: 300px;
  }
	.flexp {
		display:flex;
		flex-direction:column;
	}
li.indent {
		padding-left:1em !important;
		text-indent:-1em !important;
	}
	.mb_30 {
		margin-bottom:30px;
	}
	.sp__copy .sub_ttl {
		display:none !important;}
	.sp__copy .lead {
		display:none !important;
	}
	.mainsp_img {
		display: none !important;
	}
	img.kameiten1 {
    display: block;
    width: 100%;
}
	img.logopc {
    width: 200px !important;
}
}