@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;
}

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: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;*/
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #333;
    line-height: 1.8em;
    letter-spacing: 0;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    }

a:focus,
*:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:visited {
  color: #0080c1;
  text-decoration: underline;
}

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%;
}

#header > .inner {
  width: 100%;
  max-width: 100%;
}

/*==========================
	#header
==========================*/
#header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 36%;
  width: 340px;
  margin-top: 0;
  margin-left: 40px;
}

#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: 600px;
  max-width: 62%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.headerinner ul img {
  display: block;
}

.headerinner .txt {
  float: left;
  width: 50%;
}

.headerinner .txt img {
  width: 300px;
}

.headerinner .tel {
  float: right;
  width: 46.7%;
  padding-top: 0;
}

.headerinner .tel img.telimg {
  width: 280px;
}

.headerinner .inq {
  padding-top: 14px;
}

.headerinner .inq .access {
  width: 90px;
  max-width: 32.15%;
  float: left;
}

.headerinner .inq .btn {
  width: 183px;
  max-width: 65.4%;
  float: right;
}

/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

.fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}

#nav {
  background: #fff;
  border-radius: 30px 0 0 30px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.png);
  text-align: center;
  padding: 2em 0;
}

.page-title h2 {
  color: #183e34;
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
}

/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 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: 1000px;
  max-width: 96%;
}

.bread {
  padding: 0.6em 0 0;
  font-size: 82%;
  /*13px*/
  margin-bottom: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #0080c1;
  text-decoration: underline;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 3em;
}

/*==========================
	#aside
==========================*/
#aside .totop img {
  border: 1px solid #fff;
  border-radius: 100px;
}

/*==========================
	.contentbottom
==========================*/
.contentbottom {
  text-align: center;
}

.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%;
}

#footer {
  padding: 3em 0 30px;
  text-align: left;
  background: #e0edf8;
}

#footer li.menu-item-has-children {
  margin-bottom: 1em;
}

#menu-footer-nav li.menu-item-has-children > .nav_title {
  font-size: 22px;
  pointer-events: none;
  color: #0080c1;
}

#footer .sub-menu {
  display: block !important;
}

#footer .sub-menu li {
  line-height: 1.4;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 14px;
}

#footer .sub-menu li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  background: #0080c1;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}

#footer li a {
  text-decoration: none;
  color: #555;
}

#footer li a:hover {
  color: #0080c1;
}

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#footer .logo {
  margin-bottom: 20px;
}

.copyright_text {
  /**/
  text-align: center;
  padding: 1em 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .copyright_text {
    padding: 1em 0 25vw;
    font-size: 14px;
  }
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }

  .telbtn {
    display: none;
  }

  /*==========================
	base
==========================*/
  /* #main {
	width:720px;
	max-width:72%;
	float:right;
}
#aside {
	width:240px;
	max-width:24%;
	float:left;
	margin-bottom:20px;
} */
  /*==========================
	#header
==========================*/
	.headerinner .textwidget{
    position: absolute;
    top: 40px;
    width: 100%;
    overflow: hidden;
	}
  #header {
    padding: 25px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url(img/h_bg.jpg) no-repeat center top/cover;
  }

  #header .inner.clearfix {
    overflow: visible;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    z-index: 100;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    float: right;
    margin-top: 0;
    position: relative;
    height: 60px;
    padding-right: 210px;
  }

  #nav .inner {
    width: 100%;
    max-width: 100%;
  }

.header_tel{
		position:
		absolute;
		right:20px;
		top: 0;
		z-index: 20001;
	}
  /* PC用グローバルナビゲーション */
  #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;
    float: left;
  }

  #menu-header-nav > li > a {
    font-size: 16px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 1.5em;
    color: #333;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.2em;
    letter-spacing: 0;
    min-width: 6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
	  #nav {
    padding: 0 40px 0 10px;
  }

  #menu-header-nav > li > a {
    padding: 10px 0.5em;
    height: 60px;
  }
	.header_tel{
	right:-170px;
		transition:0.3s;
}
	.header_tel:hover{
	right:0;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.headerinner .textwidget{
		top:20px;
		height: 60px;
	}
}
@media screen and (min-width: 768px) {
  #menu-header-nav > li > a > span {
    color: #14a6ea;
    font-size: 12px;
    display: block;
  }

  #menu-header-nav > li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
    width: 1px;
    border-left: 1px solid #cccccc;
  }

  #menu-header-nav > li.nav01::before {
    display: none;
  }

  #menu-header-nav > li > a:hover {
    cursor: pointer;
  }

  #menu-header-nav > li > a::before {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #14a6ea;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #menu-header-nav > li > a:hover::before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }

  #menu-header-nav li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 290px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
  }

  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 60px;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 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;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #333;
    padding: 12px 5px 11px;
    display: block;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background-color: #14a6ea;
  }

  #nav li.has_children > a::after {
    position: absolute;
    top: 47px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 2px solid #14a6ea;
    border-right: 2px solid #14a6ea;
    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;
    background: #feefea;
    overflow: hidden;
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #d9e2f2;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    float: left;
    width: 25%;
    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 #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333;
    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: #a09d9d;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding-left: 0.4em;
    font-weight: bold;
    font-size: 15px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

  /*==========================
	#aside
==========================*/
  #aside .bnr_box {
    /* サイド固定バナー */
    position: fixed;
    top: 340px;
    right: 0;
    width: 161px;
    z-index: 5;
  }

  #aside .bnr_box a {
    display: block;
  }

  #aside .bnr_box a + a {
    margin-top: 10px;
  }

  #aside .bnr_box a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  #aside .totop {
    position: fixed;
    bottom: 10px;
    right: 0;
    width: 60px;
    z-index: 5;
  }
/*============
	PC　下固定バナー
============*/
.inq .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inq .sns_box>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-size: 0;
}
	.inq .sns_box>* img{
		width:60px;
	}

@media print, screen and (min-width: 768px) {
  .inq .sns_box {
    position: fixed;
    bottom: 10px;
    right: 90px;
    gap: 0 30px;
  }
}

  /*-- ブログページ ------------*/
  .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%;
  }

  /*==========================
	#footer
==========================*/
  #menu-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #footer .address {
    -webkit-box-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
  }

  #footer .menu-footer-nav-container {
    -webkit-box-flex-basis: 64%;
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
  }

  #footer li.menu-item-has-children {
    width: 20%;
  }

  #footer li.menu-item-has-children:nth-child(1) {
    width: 20%;
  }

  #footer li.menu-item-has-children:nth-child(2) {
    width: 16%;
  }

  #footer li.menu-item-has-children:nth-child(3) {
    width: 18%;
  }

  #footer li.menu-item-has-children:nth-child(4) {
    width: 46%;
  }

  #footer .googlemap {
    padding-bottom: 28%;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  #header h1 {
    margin-top: 10px;
    max-width: 34%;
  }
}
@media screen and (max-width: 1242px) and (min-width: 768px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
	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;
  }

  #menu-header-nav > li a {
    font-size: 14px;
    min-width: 4em;
    padding: 16px 1em 0;
  }

  #menu-header-nav ul.sub-menu li a {
    font-size: 12px;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 14px;
  }

  #aside .bnr_box {
    width: 80px;
  }
}
@media screen and (max-width: 1042px) and (min-width: 768px) {
  /*==========================
	#footer
==========================*/
  #footer .address {
    -webkit-box-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }

  #footer .menu-footer-nav-container {
    -webkit-box-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }

  #footer li.menu-item-has-children:nth-child(odd) {
    width: 28% !important;
  }

  #footer li.menu-item-has-children:nth-child(even) {
    width: 68% !important;
  }

  #footer li.menu-item-has-children {
    float: none;
  }
}
@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;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header > .inner {
    max-width: 100%;
  }

  #header {
    padding: 0;
  }

  #header h1 {
    padding: 0;
    max-width: 70%;
    width: 220px;
    margin-left: 10px;
    margin-top: 9px;
  }

  .headerinner ul {
    float: right;
    max-width: 40%;
    width: 191px;
  }

  .headerinner ul img {
    width: 100%;
  }

  .headerinner .tel {
    float: left;
    max-width: 32%;
    margin-right: 4.5%;
    width: 61px;
  }

  .headerinner .mail {
    float: left;
    max-width: 32%;
    margin-right: 4.5%;
    width: 61px;
  }

  .headerinner #toggle {
    float: right;
    width: 60px;
    max-width: 25%;
  }

  /*==========================
	#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;
    top: 60px;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
  }

  #nav ul li .subtxt {
    display: none;
  }

  #nav ul li > a br {
    display: none;
  }

  #nav ul li.nav03 ul.sub-menu > li:first-child {
    border-top: 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 6px 18px 15px;
    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:hover {
    background: #c2e0f1;
  }

  #nav ul li span {
    color: #0080c1;
    position: relative;
    display: block;
    font-size: 12px;
  }

  #nav ul li span:hover {
    cursor: pointer;
    color: #222;
  }

  #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 #278fcf;
    border-right: solid 2px #278fcf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav ul li .sub-menu {
    background: #e7f7ff;
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }

  #nav ul li .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #278fcf;
    border-right: solid 2px #278fcf;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav li:first-child a {
    border-left: none;
  }

  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 100;
  }

  #aside .totop {
    text-align: right;
    width: 100%;
    position: fixed;
    bottom: 23vw;
  }

  #aside .totop img {
    width: 60px;
  }

  #aside .bnr_box {
    margin-top: 10px;
  }

  #aside .bnr_box a {
    width: 50%;
  }
#aside .sns_box{
	position:fixed;
	width: calc(100% - 75px);
	bottom: 23vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0 15px;
}
	#aside .sns_box img{
		width: 60px;
	}
  /*==========================
	.contentbottom
==========================*/
  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(207, 207, 207, 0.6);
    padding: 10px 0;
    left: 0;
    text-align: center;
    z-index: 5;
  }

  .contact a {
    display: inline-block;
    width: 200px;
    max-width: 48%;
    margin: 0 0.5%;
  }

  /*==========================
	#footer
==========================*/
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }

  #footer .footer_access {
    margin-bottom: 1.5em;
  }

  #footer li.menu-item-has-children,
  #footer li.menu-item-has-children:last-child {
    float: none;
    height: auto;
    border-left: none;
    margin: 0;
  }

  #footer li.menu-item-has-children:nth-child(odd) {
    width: 40%;
  }

  #footer li.menu-item-has-children:nth-child(even) {
    width: 58%;
  }

  #footer .sub-menu {
    margin: 1em 0 0;
  }

  #menu-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #footer .sub-menu li {
    vertical-align: top;
  }

  .copyright {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
	#header
==========================*/
  #header {
    padding: 0;
  }

  #header h1 {
    margin-bottom: 0;
  }

  /*==========================
	#nav
==========================*/
  /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }

  /*==========================
	#footer
==========================*/
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
  /*==========================
	#header
==========================*/
  /*==========================
	#nav
==========================*/
  #nav ul.menu {
    top: 60px;
  }
}
/*==========================
改行用
==========================*/
@media (min-width: 768px) {
  .pc_br {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .tb_br {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
    width: 100%;
  }
}
