@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/

/*===================
 Reset
===================*/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===================
 Native
===================*/

/* editor */

.mainblock p,
.mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */

.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  /* font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */

  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  color: #59472a;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 18px;
}
a:focus,
*:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}
a,
a:visited {
  color: #3f74e9;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/*==========================
	base
==========================*/

#header > .inner,
#nav > .inner,
#contents > .inner,
#footer .inner {
  /* コンテンツ幅 */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

#wrap {
  
}

/*==========================
	#header
==========================*/

#header {
  box-sizing: border-box;
}
#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 32%;
  width: 432px;
  padding: 33px 0 0 10px;
  max-height: 140px;
}
#header h1 img {
  width: 100%;
  vertical-align: middle;
}
#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.headerinner ul.pc {
  float: right;
  overflow: hidden;
  width: 638px;
  max-width: 65%;
  box-sizing: border-box;
  text-align: right;
}
.headerinner ul img {
  display: block;
}
.headerinner .txt {
  float: left;
  width: 45%;
}
.headerinner .txt img {
  width: 638px;
}

.headerinner .btn {
  padding-top: 14px;
}
.headerinner .btn img {
  width: 183px;
}
.headerinner .btn .access {
  width: 90px;
  max-width: 32.15%;
  float: left;
}
/*==========================
	#nav
==========================*/

.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

#nav {
  background: #fff;
  box-sizing: border-box;
}

/*==========================
	#contents
==========================*/

/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/h2_bg.png);
  text-align: center;
  padding: 4em 0;
}
.page-title h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;

  color: #59472a;
  font-size: 36px;
  letter-spacing: 0.15em;
  font-weight: 400;
  position: relative;
  line-height: 1.4em;
}

/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}
.home .bread_wrap {
  margin-bottom: 0;
}
.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 96%;
}
.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%; /*13px*/
  margin-bottom: 0.5em;
  text-align: right;
}
.bread li {
  display: inline-block;
  line-height: 1.3em;
}
.bread li a {
  color: #666;
}
.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/



  /*==========================
#aside
==========================*/
  .inq {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 5;
  }
  .inq a {
    display: block;
  }

  .inq .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin: auto;
  }
  .inq .clearfix a:not(:last-child) {
     margin-right: 0;
  }
  .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .inq01 {
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    z-index: 100;
  }

/*==========================
	.contentbottom
==========================*/

.contentbottom {
  background: #f6faed;
  padding: 2.5em 0px;
  margin-bottom: 10px;
}
/*.contentbottom .col_head p{
    font-size:28px;
    color:#90c725;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.contentbottom .col_body p.ttl{
    text-align: left;
    border-bottom: 1px solid #d8dee4;
        margin-bottom: 8px;
    padding-bottom: 3px;
    margin-top:10px;
}
.contentbottom .col_body a {
    margin-bottom: 10px;
    display: inline-block;
}
*/
.contentbottom .topinner {
  width: 750px;
}
.contentbottom p.ttl {
  font-size: 28px;
  display: table;
  color: #90c725;
  text-align: center;
  padding: 0 50px;
  margin: 0 auto 5%;
  position: relative;
  letter-spacing: 0.1em;
}
.contentbottom p.ttl:before,
.contentbottom p.ttl:after {
  content: "／";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentbottom p.ttl:before {
  transform: rotate(90deg);
  right: auto;
  left: 0;
}
.contentbottom .columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentbottom .btn-style {
  margin-top: 20px;
}
.contentbottom .btn-style a {
  width: 300px;
  background: #5e2a00;
}
/*==========================
	#footer
==========================*/

.bnr {
  padding: 40px 0 0;
}
.bnr a {
  display: inline-block;
  margin: 0 0.5% 0;
  width: 360px;
  max-width: 46%;
}

#footer {
  padding: 3em 0 2em;
  text-align: left;
  color: #59472a;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #footer {
    font-size: 16px !important;
  }
}
#footer .menu-item-has-children {
  margin-bottom: 2em;
}

#footer .menu-item-has-children h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 30px;
  color: #f08300;
}

#footer table.ft_table th {
  width: 100px;
}
#menu-footer-nav .menu-item-has-children > .nav_title {
  font-size: 24px;
  pointer-events: none;
  color: #ed6c00;
  display: block;
}

#footer .sub-menu {
  font-size: 18px;
  margin-bottom: 1.2em;
  margin-top: 1em;
  display: block !important;
}
#footer .sub-menu li {
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 20px;
}
#footer .sub-menu li::before {
  border-color: #333333;
  /* content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333; */
}
#footer li a {
  text-decoration: none;
  color: #59472a;
}
#footer li a:hover {
  color: #ed6c00;
}
.footer_access p {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 15px;
}
.footer_access p.logo {
  margin-bottom: 1em;
}

#footer .googlemap iframe {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.copyright {
  /**/
  text-align: center;
  padding: 0em 0 1.2em;
  font-size: 18px;
  color: #59472a;
}
.inq01 {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 100;
}
/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {
  /* タブレットまで */

  .sp {
    display: none !important;
  }
  .telbtn {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  /*==========================
	base
==========================*/

  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}

--------------*/
  .inq li:not(:first-child) {
    margin-top: 5%;
  }
  /*==========================
	#header
==========================*/
  #header {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    background: #fff;
  }
  #header.scrolledheader {
    box-shadow: 0 0 5px #ddd;
  }
  #header > .inner,
  #nav > .inner {
    width: 100%;
    max-width: 100%;
  }
  .headerinner .tel {
    float: right;
    width: 440px;
    /* padding: 2% 1%; */
    text-align: center;
    box-sizing: border-box;
    background: #fff;
  }
  .headerinner .tel img.telimg {
    width: 440px;
  }
  #header > .inner.clearfix {
    overflow: visible;
  }
  /*==========================
	#nav
==========================*/
  #nav {
    left: 0;
    width: 28%;
    max-width: 550px;
    z-index: 100;
    box-sizing: content-box;
    margin: 0 440px 0 auto;
  }
  #nav .inner {
  }

  /* PC用グローバルナビゲーション */
  #nav li {
    box-sizing: border-box;
  }
  #nav a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #menu-header-nav {
    display: flex;
  }
  #menu-header-nav > li {
    width: 25%;
    position: relative;
    float: left;
  }
  /*#menu-header-nav > li.nav01 {	width:9%;}
*/
  #menu-header-nav > li > a {
    font-weight: bold;
    font-size: 18px;
    height: 140px;
    box-sizing: border-box;
    padding: 55px 2px;
    color: #6a3906;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
    border-bottom: 2px solid transparent;
  }
  #menu-header-nav > li > a > span {
    color: #c4a760;
    font-size: 0;
    display: block;
  }

  /*#menu-header-nav > li.nav01 > a {
	background-image:url(img/nav_home.png) ;
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9px;
}*/

  #menu-header-nav > li > a::before,
  #menu-header-nav > li > a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #d8dee4;
  }
  #menu-header-nav > li.nav01 > a::before {
    left: 0;
  }

  #menu-header-nav > li > a:hover {
    cursor: pointer;
    border-bottom: 2px solid #ed6c00;
  }

  #menu-header-nav li {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav .has_children > ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: -15%;
    width: 130%;
    box-sizing: border-box;
    text-align: center;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav > li:last-child .sub-menu {
    width: 130%;
  }
  #menu-header-nav > li > .sub-menu {
    height: auto;
    overflow: hidden;
  }
  #menu-header-nav > li:hover > .sub-menu {
    height: auto;
    top: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    /* left: -20%; */
    margin: 0 auto;
  }
  #menu-header-nav > li > .sub-menu > li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li:hover > .sub-menu > li {
    float: none;
    height: auto;
    border-top: 1px solid #d8dee4;
  }

  #menu-header-nav > li > .sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #6a3906;
    padding: 12px 5px 11px;
    display: block;
font-weight:bold;
    /* background: rgba(255,255,255, 0.8); */
  }
  #menu-header-nav .sub-menu li a:hover {
    color: #ed6c00;
    background-color: #fff;
  }
  #nav li.has_children > a::after {
    position: absolute;
    top: 85%;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 2px solid #ed6c00;
    border-right: 2px solid #ed6c00;
    background: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
  /*幅広ナビ*/
  #menu-header-nav > li.wide {
    position: inherit;
  }
  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
  }
  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    overflow: hidden;
    height: auto;

    border-top: 1px solid #d9e2f2;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
    padding-bottom: 2em;
    padding-top: 2em;
background:rgba(255,255,255,0.9);
  }
  #menu-header-nav .submenu-wrap .sub-menu {
    position: relative;
    float: left;
    width: 50%;
    background: none;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
  }
  #menu-header-nav .submenu-wrap .sub-menu li {
    position: relative;
    padding-left: 1em;
  }
  #menu-header-nav .submenu-wrap .sub-menu li::before {
        position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #f8b62d;
    top: 50%;
    left: 6px;
    margin-top: -3px;
  }
  #menu-header-nav .submenu-wrap .sub-menu li a {
    background: none;
    color: #6a3906;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
font-weight:bold;
  }
  #menu-header-nav > li:hover .submenu-wrap .sub-menu li a:hover {
    color: #a09d9d;
  }
  #menu-header-nav .submenu-wrap .sub-menu li.ttl {
    padding-left: 0.4em;
    font-weight: 700;
    font-size: 15px;
  }
  #menu-header-nav .submenu-wrap .sub-menu li.ttl::before {
    display: none;
  }

  /*==========================
	#contents
==========================*/

  /* コンテンツのmin-height -------------*/

  #contents #main {
    min-height: 600px;
  }

  /*==========================
	#aside
==========================*/

  .inq {
    /* サイド固定バナー */
    position: fixed;
    top: 200px;
    right: 0;
    width: 120px;
    z-index: 5;
  }
  .inq a {
    display: block;
  }

  .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  /*-- ブログページ ------------*/

  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }

  /*==========================
	.contentbottom
==========================*/

  .contentbottom .contact-bn a {
    max-width: 45%;
  }
  .contentbottom a.tel {
    margin-right: 5%;
  }
  .contentbottom .col_head {
    flex: 1;
    margin-right: 8%;
  }
  .contentbottom .col_body {
    flex: 2;
  }
  .contentbottom .col_body > div {
    max-width: 570px;
    width: 100%;
  }
  /*==========================
	#footer
==========================*/

  #footer #menu-footer-nav {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #footer .menu-item-has-children {
    float: right;
    width: 58%;
  }
  #footer .menu-item-has-children:first-child {
    width: 40%;
    float: left;
  }
  #footer .footer_access {
    float: right;
    width: 49%;
    box-sizing: border-box;
  }
  .footer_box {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .footer_box #menu-footer-nav {
    width: 100% !important;
  }
  #footer .googlemap {
    padding-bottom: 28%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {

  /* .headerinner .tel img.telimg {
    width: 170px;
    max-width: 170px;
    vertical-align: middle;
} */
  .headerinner .tel {
    position: absolute;
    right: -344px;
    background: #fff;
    /* width: 195px; */
    transition: 0.5s;
    height: 100%;
    z-index: 100;
    border-left: 1px solid #d8dee4;
  }
  .headerinner .tel:hover {
    margin-left: -185px;
    right: 0 !important;
position:relative;
z-index:99999;
  }
  #nav {
    width: 54%;
    margin-right: 95px;
    z-index: 0;
  }
}
@media screen and (max-width: 1042px) {
  /*コンテンツが横幅いっぱいになったら*/

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}
.home #main {
	width:720px;
}

#aside {
	width:490px;
	max-width:100%;
	float:none;
	margin:0 auto 20px;
}
#aside .sideinner {
	overflow:hidden;
	margin-bottom:20px;
}
------------------*/

  /*==========================
	#nav
==========================*/
  #nav li {
    box-sizing: border-box;
  }

  /*==========================
	#footer
==========================*/
  .contentbottom .col_head p {
    font-size: 24px;
  }
  #footer #menu-footer-nav {
    width: 100%;
  }
  /* #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  } */
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  #menu-header-nav > li a {
    font-size: 18px;
  }
  #menu-header-nav .sub-menu li a,
  #menu-header-nav > li > .sub-menu > li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer li,
  #footer li a,
  #menu-sitemap li,
  #menu-sitemap li a {
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  /* スマホ */

  .pc {
    display: none !important;
  }
  .fixed {
    /* javascript用 */
    position: fixed;
    top: 0;
z-index:9;

  }
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    /* padding: 16px 0 0; */
  }
  #header > .inner {
    width: 100%;
    max-width: 100%;
  }
  #header h1 {
padding: 3.4vw 17.5vw 2vw 3.4vw !important;
    background: #fff;
    max-width: 55%;
    /* width: auto; */
    height: 8.4vw;
  }
#header h1 img{
width:100%;
}
  #sp_nav {
    background: #fff;
  }
.headerinner{
background:#fff;
}

  .headerinner ul {
right:0;
    width: 32%;
    float: right;
    /* max-width: 100%;
    clear: both;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    float: none;
    overflow: hidden; */
  }
  .headerinner ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    display: block;
  }
  .headerinner ul li:last-child {
    border: none;
    padding-right: 0;
  }
  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 10%; */
    box-sizing: border-box;
  }
  /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }
  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }

  /* メニューボタン */
  #toggle {
    display: block;
    /*	position: absolute;
	top:0;
	right:0;
	width:auto;
	height:86px;*/
  }
  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    padding: 0;
    border: none;
  }
  #toggle img {
    max-height: 100%;
  }
  #toggle a:hover {
    background: none !important;
  }

  /* #menu-header-nav ------*/
  #menu-header-nav,
  #menu-header-nav > .sub-menu {
    /* スライドダウンさせるために隠す */
    display: none;
  }

  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    top: 16vw;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
    margin-top: 0 !important;
  }
  #nav ul li .subtxt {
    display: none;
  }
  #nav ul li > a br {
    display: none;
  }

  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }

  #nav ul li ul li {
    background: #ffe591;
  }

  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  #nav ul li a,
  #nav ul li span {
    display: block;
    padding: 18px 6px 18px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 88%;
    text-decoration: none;
    position: relative;
    color: #1a1a1a;
    font-size: 16px;
  }
  #nav ul li span {
    background: #f1f1f1;
    color: #777;
    padding-left: 28px;
    position: relative;
  }
  #nav ul li a:hover {
    cursor: pointer;
    color: #fff;
    background: #ed6c00;
  }
  #nav ul li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav ul li a:before {
    content: "- ";
  }

  #nav ul li .sub-menu {
    background: #f3f8eb;
  }
  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }

  #nav li:first-child a {
    border-left: none;
  }
  #nav .submenu-wrap {
    background: #f3f8eb;
    border-top: 1px solid #ccc;
  }
  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }
  #contents {
    margin-bottom: 1.5em;
  }
  .contentbottom,
  .contentbottom .btn-style {
    text-align: center;
  }
  .contentbottom p.ttl {
    font-size: 23px;
    padding: 0 30px;
  }
  .contentbottom .column + .column {
    margin-top: 10px;
  }
  /*==========================
	#aside
==========================*/
  /* サイド固定バナーを隠す */
  #aside {
    margin-bottom: 0.5em;
  }
    /*==========================
  #aside
  ==========================*/
  .inq {
    bottom: 0;
    position: fixed;
    z-index: 8;
    right: 0;
  }
  .inq .clearfix ul {
    width: 100%;
    display: flex;
  }
  .inq .clearfix ul li {
    width: 50%;
    display: flex;
  }
    .inq .clearfix ul li img{
    width: 100%;
  }
  #aside {
    margin-bottom: 0;
  }
  .inq01 {
    position: fixed;
    z-index: 1;
    right: 2%;
    bottom: 18vw;
    width: 15%;
    max-width: 71px;
  }

  /*==========================
	.contentbottom
==========================*/

  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    vertical-align: bottom;
    font-size: 0;
  }
  .contact a {
    display: inline-block;
    width: 383px;
    max-width: 50%;
    margin: 0;
  }
  .contact .clearfix {
    width: 100%;
  }
  .inq2 {
    height: 50px;
  }
  .inq02 a {
    width: 50px;
    float: right;
  }
  /*==========================
	#footer
==========================*/
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }
  #footer .columns > .column {
    text-align: center;
    margin-top: 2%;
  }
  #footer .footer_access {
    margin-bottom: 1.5em;
  }
  #footer li.parent,
  #footer li.parent2,
  #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
  }

  #footer .menu-item-has-children,
  #footer .menu-item-has-children:last-child {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    padding-left: 1%;
  }
  #footer .sub-menu li {
    vertical-align: top;
  }
  .copyright {
    padding-bottom: 14%;
  }
}

@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
	#header
==========================*/
  #header {
    /* padding: 15px 0 0; */
  }
  #header h1 {
    margin-bottom: 0;
  }

  /*==========================
	#nav
==========================*/
  #toggle {
  }

  /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }
  /*==========================
	#footer
==========================*/
}
.inq01 {
  width: 80px;

  /*.copyright {	padding-bottom:22%;}
*/
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
  /*==========================
	#header
==========================*/
  #header {
  }

  /*==========================
	#nav
==========================*/
  #toggle {
  }
}

