@charset "UTF-8";
/*===================
 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: bold;
}

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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",  "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 17px;
}

a:focus, *:focus {
  outline: none;
}

a, a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a, a:visited {
  color: #f5a100;
}

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%;
}

/*==========================
	base
==========================*/
#header > .inner, #nav > .inner, .section > .inner, #footer .inner, .inner2 {
  /* コンテンツ幅 */
  width: 1400px;
  margin: 0 auto;
  max-width: 96%;
}

/*body {
    padding-top: 138px!important;
}*/
/*==========================
	#header
==========================*/
#header.is-bgcolor {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  background: #fefaf2;
  z-index: 100;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 30%;
  width: 253px;
  padding-top: 8px;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.headerinner ul.pc {
  float: right;
  overflow: hidden;
  width: 221px;
  max-width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.headerinner ul img {
  display: block;
}

.headerinner .txt {
  float: left;
  width: 45%;
}

.headerinner .txt img {
  width: 638px;
}

.headerinner .tel {
  padding-top: 0;
}

.headerinner .tel img.telimg {
  width: 221px;
}

.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;
}

.fixed {
  /* javascript用 */
    /*	position: fixed;
	top: 0;
*/
}

#nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.png) no-repeat center/cover;
  text-align: center;
  padding: clamp(20px, 6vw, 80px) 0;
}
.page-title:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/originalstyle-1column/img/title_icon.png") no-repeat center/contain;
}
.page-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: white;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 31.25%, 2% 31.73%, 4% 33.16%, 6% 35.5%, 8% 38.67%, 10% 42.58%, 12% 47.1%, 14% 52.1%, 16% 57.42%, 18% 62.89%, 20% 68.36%, 22% 73.64%, 24% 78.58%, 26% 83.02%, 28% 86.83%, 30% 89.88%, 32% 92.1%, 34% 93.4%, 36% 93.74%, 38% 93.12%, 40% 91.56%, 42% 89.09%, 44% 85.81%, 46% 81.81%, 48% 77.21%, 50% 72.16%, 52% 66.81%, 54% 61.32%, 56% 55.87%, 58% 50.63%, 60% 45.76%, 62% 41.4%, 64% 37.69%, 66% 34.75%, 68% 32.66%, 70% 31.5%, 72% 31.29%, 74% 32.05%, 76% 33.74%, 78% 36.33%, 80% 39.72%, 82% 43.82%, 84% 48.49%, 86% 53.59%, 88% 58.97%, 90% 64.46%, 92% 69.89%, 94% 75.09%, 96% 79.9%, 98% 84.18%, 100% 87.78%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 31.25%, 2% 31.73%, 4% 33.16%, 6% 35.5%, 8% 38.67%, 10% 42.58%, 12% 47.1%, 14% 52.1%, 16% 57.42%, 18% 62.89%, 20% 68.36%, 22% 73.64%, 24% 78.58%, 26% 83.02%, 28% 86.83%, 30% 89.88%, 32% 92.1%, 34% 93.4%, 36% 93.74%, 38% 93.12%, 40% 91.56%, 42% 89.09%, 44% 85.81%, 46% 81.81%, 48% 77.21%, 50% 72.16%, 52% 66.81%, 54% 61.32%, 56% 55.87%, 58% 50.63%, 60% 45.76%, 62% 41.4%, 64% 37.69%, 66% 34.75%, 68% 32.66%, 70% 31.5%, 72% 31.29%, 74% 32.05%, 76% 33.74%, 78% 36.33%, 80% 39.72%, 82% 43.82%, 84% 48.49%, 86% 53.59%, 88% 58.97%, 90% 64.46%, 92% 69.89%, 94% 75.09%, 96% 79.9%, 98% 84.18%, 100% 87.78%);
}
@media screen and (max-width: 767px) {
  .page-title:before {
    width: calc(220 / 767 * 100vw);
    height: calc(277 / 767 * 100vw);
    left: 10px;
    top: calc(20 / 767 * 100vw);
  }
  .page-title:after {
    height: calc(30 / 767 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .page-title:before {
    width: 220px;
    height: 277px;
    left: 10px;
    top: 20px;
  }
  .page-title:after {
    height: calc(50 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1460px) {
  .page-title:before {
    left: calc(300 / 1920 * 100vw);
  }
}

.page-title h2 {
  color: #333333;
  font-size: 36px;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
}

/* パンくず -------------*/
.bread_wrap {
  margin: 1em 0 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  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: #f5a100;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 3em;
}

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.contentbottom {
  text-align: center;
  background: #222e65;
  padding: 3em 0;
}

.contentbottom .contact-bn {
  text-align: center;
}

.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 280px;
  max-width: 96%;
}

/*==========================
	#footer
==========================*/
.bnr {
  padding: 40px 0 0;
}

.bnr a {
  display: inline-block;
  margin: 0 0.5% 0;
  width: 360px;
  max-width: 46%;
}

.inq01 {
  position: fixed;
  bottom: 0px;
  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;
}
--------------*/
    /*==========================
	#header
==========================*/
  #header {
    padding: 22px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header > .inner .headerinner {
    width: 286px;
  }
  #header h1 {
    width: 286px;
    max-width: 100%;
    padding: 0;
  }

  #header .inner.clearfix {
    overflow: visible;
  }

    /*==========================
	#nav
==========================*/
  #nav {
    z-index: 100;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    float: right;
    width: calc(100% - 286px);
  }
  #nav .inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  #nav .inner > div {
    height: 100%;
  }
  #nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }

  #nav
  #nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #nav a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
  }

  #menu-header-nav > li {
    position: relative;
  }

    /*#menu-header-nav > li.nav01 {	width:9%;}
*/
  #menu-header-nav > li > a {
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1em;
    color: #333333;
    position: relative;
  }

  #menu-header-nav > li > a > span {
    display: block;
  }

  #menu-header-nav > li > a > .jp {
    font-size: 16px;
  }

  #menu-header-nav > li > a > .en {
    font-size: 12px;
    color: #f5a100;
  }

  #menu-header-nav > li:hover > a {
    cursor: pointer;
    color: #f5a100;
  }

  #menu-header-nav > li > a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: none;
    width: 0;
    height: 2px;
    background: #f5a100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }

  #menu-header-nav > li:hover > a::before {
    left: 0;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }

  #menu-header-nav li {
    -webkit-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 4;
    top: 95%;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(245, 161, 0, 0.9);
  }

  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
    border-top: 1px solid #fff;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
    color: white;
    padding: 12px 5px 11px;
    display: block;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background-color: #2aa139;
  }

  #nav li.has_children > a::after {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #f5a100;
    border-right: 1px solid #f5a100;
    background: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    z-index: 1;
  }

  #nav li.has_children:hover > a::after {
    z-index: 5;
  }

  /*幅広ナビ*/
  #menu-header-nav > li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    width: 100%;
    z-index: 4;
    background: none;
    overflow: hidden;
    height: auto;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #d9e2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1em;
    padding-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    float: left;
    width: 33.33%;
    background: none;
    margin-left: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 12px;
    left: 5px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333333;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
  }

  #menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #f5a100;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding-left: 0.4em;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #f5a100;
    color: #f5a100;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

    /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

    /*==========================
	#aside
==========================*/
  /*-- ブログページ ------------*/
  .post-type-blog #main {
    float: left;
    width: 72%;
  }

  .post-type-blog #aside {
    float: right;
    width: 24%;
  }

    /*==========================
	.contentbottom
==========================*/
  .contentbottom .contact-bn a {
    max-width: 45%;
  }

    /*==========================
	#footer
==========================*/
}
@media screen and (max-width: 1280px) {
  /*サイドバナーのサイズ調整*/
}
@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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  #header > .inner .headerinner {
    width: 22vw;
  }
  #header > .inner #nav {
    width: 78vw;
  }

  #menu-header-nav > li a {
    padding: 0 1vw;
  }
  #menu-header-nav > li a .jp {
    font-size: 1.8vw;
  }
  #menu-header-nav > li a .en {
    font-size: 1.2vw;
  }

  #menu-header-nav ul.sub-menu li a, #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }

    /*==========================
	base
==========================*/
    /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
    /*==========================
	#header
==========================*/
  #header {
    width: 100%;
  }

  #header > .inner {
    width: 100%;
    max-width: 100%;
  }

  #header .headerinner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: calc(40 / 767 * 100vw);
            column-gap: calc(40 / 767 * 100vw);
    padding: calc(20 / 767 * 100vw) 0;
  }

  #header h1 {
    padding: 0;
    max-width: calc(100% - calc(140 / 767 * 100vw));
    margin: 0 0 0 calc(20 / 767 * 100vw);
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(314 / 767 * 100vw);
  }

  .headerinner ul {
    width: calc(100 / 767 * 100vw);
    margin-right: calc(20 / 767 * 100vw);
    z-index: 100;
    float: right;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
  }

    /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }

  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }

  /* メニューボタン */
  #toggle {
    display: block;
  }

  #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%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    max-height: 82vh;
    top: 0;
  }
  #nav ul.menu > li > 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);
            transform: rotate(-45deg);
  }
  #nav ul.menu > li > a:hover {
    background: rgba(245, 161, 0, 0.3);
  }

  #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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }

  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  #nav ul li a {
    display: block;
    padding: 18px 15px 18px 6px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    color: #1a1a1a;
  }
  #nav ul li a .en {
    display: none;
  }

  #nav ul li.has_children > a::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #nav ul li .sub-menu {
    background: #f1f1f1;
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }
  #nav ul li .sub-menu li a:hover {
    background: #ddd;
  }

  #nav li:first-child a {
    border-left: none;
  }

  #nav .submenu-wrap {
    background: #f1f1f1;
    border-top: 1px solid #ccc;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding: 16px 6px 16px 30px;
    border: 0;
    background: #2fb540;
    color: white;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl span {
    background: #2aa139;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

    /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin: 1em 0 2em;
  }

  body:not(.home) #contents {
    margin-bottom: 1.5em;
  }

    /*==========================
	#aside
==========================*/
    /*==========================
	.contentbottom
==========================*/
  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    vertical-align: bottom;
    font-size: 0;
  }

  .contact .inq a {
    display: inline-block;
    width: 383px;
    max-width: 50%;
    margin: 0;
  }

  .contact .clearfix {
    width: 100%;
  }

  .inq2 {
    height: 50px;
  }

  .inq02 a {
    width: 50px;
    float: right;
  }

  .cb_bnr li + li {
    margin-top: 10px;
  }

  .inq01 {
    position: absolute;
    bottom: 100%;
  }

    /*==========================
	#footer
==========================*/
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }

  .copyright {
    padding-bottom: 14%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
    /*==========================
	#header
==========================*/
  #header h1 {
    margin-bottom: 0;
  }

    /*==========================
	#nav
==========================*/
    /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }
}
/*==========================
	#footer
==========================*/
#footer {
  background: #fff;
  color: #333333;
  font-size: 16px;
}
#footer .footerinner {
  padding: clamp(50px, 12vw, 120px) 0 clamp(50px, 10vw, 100px);
}
#footer .footerinner .footer_nav li a {
  text-decoration: none;
  line-height: 1.6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .footerinner .footer_nav li a .jp {
  color: #333333;
}
#footer .footerinner .footer_nav li a .en {
  color: #f5a100;
}
#footer .footerinner .footer_nav li a:hover .jp {
  color: #f5a100;
}
#footer .footerinner .footer_info .f_info .add {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footerinner .footer_info .f_info .add .bold {
  width: 55px;
}
#footer .footerinner .footer_info .f_info .btn-style a {
  padding: .5em 1em .6em;
}
#footer .copyright {
  text-align: center;
  padding: 1.2em 0 1em;
  font-size: 16px;
  color: #333333;
  background: #fcefd7;
}
@media print, screen and (min-width: 768px) {
  #footer .footerinner .footer_menu {
    margin-bottom: 50px;
  }
  #footer .footerinner .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(15px, 3vw, 30px);
            column-gap: clamp(15px, 3vw, 30px);
  }
  #footer .footerinner .footer_nav li a {
    text-align: center;
  }
  #footer .footerinner .footer_nav li a > span {
    display: block;
  }
  #footer .footerinner .footer_nav li a .en {
    font-size: 12px;
  }
  #footer .footerinner .footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(30px, 4vw, 60px);
            column-gap: clamp(30px, 4vw, 60px);
  }
  #footer .footerinner .footer_info .f_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: clamp(15px, 3vw, 30px);
            column-gap: clamp(15px, 3vw, 30px);
  }
  #footer .footerinner .footer_info .f_info ul .tel {
    margin-top: 5px;
  }
  #footer .copyright {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .footerinner .footer_info .f_info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footerinner .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #footer .footerinner .footer_info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  #footer .footerinner .footer_info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #2aa139;
  }
  #footer .footerinner .footer_nav li {
    border-bottom: 1px dashed #ccc;
  }
  #footer .footerinner .footer_nav li:first-child {
    border-top: 1px dashed #ccc;
  }
  #footer .footerinner .footer_nav li a {
    display: block;
    padding: .7em .5em;
    position: relative;
  }
  #footer .footerinner .footer_nav li a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: auto;
  }
  #footer .footerinner .footer_nav li a .en {
    display: none;
  }
  #footer .footerinner .footer_nav li a:hover {
    color: #f5a100;
  }
  #footer .footerinner .footer_info .f_logo {
    margin-bottom: 20px;
  }
  #footer .footerinner .footer_info .f_info ul li {
    text-align: center;
  }
  #footer .footerinner .footer_info .f_info ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .copyright {
    padding-bottom: calc(200 / 767 * 100vw);
  }
}

body:not(.home) .footer {
  border-top: 2px solid #f5a100;
}

.menu-sitemap-container .menu {
  border-top: 1px solid #ddd;
}
.menu-sitemap-container .menu li {
  border-bottom: 1px solid #ddd;
}
.menu-sitemap-container .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .menu-sitemap-container .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.menu-sitemap-container .menu a:hover {
  color: #f5a100;
  background: #fefaf2;
}
.menu-sitemap-container .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #f5a100;
  border-right: 1px solid #f5a100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
