@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: "Noto Sans JP", sans-serif;
  color: #141414;
  line-height: 2;
  letter-spacing: 0;
  font-size: 16px;
}

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

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

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

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

.under-page #contents > .inner {
  width: 1400px;
}

/*==========================
	#header
==========================*/
#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header h1 {
    max-width: 35%;
    width: 270px;
    float: none;
  }
  #header > .inner {
    max-width: 94%;
  }
  #header #nav ul li span {
    color: initial;
    padding: 0;
    background: transparent;
  }
  #header #nav ul li a:hover span {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #header {
    padding: 2% 0;
  }
  #header h1 {
    max-width: 100%;
    width: 136px;
    margin-left: 5%;
  }
  #header > .inner {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header > .inner:before,
  #header > .inner:after {
    display: none;
  }
  #header .header_column {
    width: 33%;
  }
  #header #nav {
    width: 70%;
    background: transparent;
    margin-right: 2%;
  }
  #header #nav > .inner {
    max-width: 100%;
    width: 100%;
    height: initial;
  }
  #header #nav #menu-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  #header #nav #menu-header-nav > li {
    width: initial;
  }
  #header #nav #menu-header-nav > li > a {
    font-weight: 400;
    background: transparent;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    padding: 0 1em;
    font-size: clamp(14px, 1.2vw, 16px);
  }
  #header #nav #menu-header-nav > li > a:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8;
  }
}
/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

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

#nav {
  background: #fff;
  box-sizing: border-box;
}

/*==========================
	#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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  max-width: 96%;
}

.single .bread_wrap .bread {
  width: 1000px;
}

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

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

/*==========================
	#aside
==========================*/
/*==========================
	.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
==========================*/
#footer {
  padding: clamp(50px, 10vw, 140px) 0 clamp(50px, 8vw, 100px);
  text-align: left;
  color: #141414;
  background: #f2f2f2;
}
#footer .logo {
  text-align: center;
  margin-bottom: min(60px, 7%);
}

#footer li.menu-item-has-children {
  margin-bottom: 2em;
}

#menu-footer-nav li.menu-item-has-children > .nav_title {
  font-size: 22px;
  pointer-events: none;
  color: #ff0000;
}

#footer .sub-menu {
  font-size: 15px;
  margin-bottom: 1.2em;
  margin-top: 1em;
  display: block !important;
}

#footer .sub-menu li {
  line-height: 1.4;
  font-size: 15px;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 14px;
}

#footer .sub-menu li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.6em;
  left: 4px;
  margin: -4px 0 0 0;
  border: 3px solid transparent;
  border-top: 5px solid #f9b94a;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#footer li a {
  text-decoration: none;
  color: #141414;
  position: relative;
}

.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: clamp(50px, 10vw, 140px) 0 0;
  font-size: 14px;
  color: #141414;
  background: none;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }
  .telbtn {
    display: none;
  }
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 5;
  }
  #aside .inq a {
    display: block;
  }
  #aside .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%;
    width: 100%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
    display: none;
  }
  /*==========================
  	.contentbottom
  ==========================*/
  .contentbottom .contact-bn a {
    max-width: 45%;
  }
  /*==========================
  	#footer
  ==========================*/
  #footer .ftr_nav {
    display: flex;
    gap: 1.5em;
    justify-content: center;
  }
  #footer #menu-footer-nav {
    float: left;
    width: 53%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }
  #footer li.menu-item-has-children {
    float: right;
    width: 58%;
  }
  #footer li.menu-item-has-children:first-child {
    width: 40%;
    float: left;
  }
  #footer .footer_access {
    float: right;
    width: 47%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }
}
@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;
  }
  /* #menu-header-nav > li a { font-size: 12px; padding-top:18px;} */
  /* #menu-header-nav ul.sub-menu li a { font-size:12px;} */
  /*==========================
  	#footer
  ==========================*/
  #footer #menu-footer-nav {
    width: 100%;
  }
  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@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 {
    padding: 10px 0;
  }
  #header h1 {
    padding: 0;
    max-width: 30%;
  }
  .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 {
    max-width: 25%;
    width: 35px;
  }
  /*==========================
  	#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: 100%;
    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;
    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,
  #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;
  }
  #nav ul li span {
    background: #f1f1f1;
    color: #777;
    padding-left: 28px;
    position: relative;
  }
  #nav ul li span:hover {
    cursor: pointer;
    color: #222;
  }
  #nav ul li.has-child > 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: #f7f7f7;
  }
  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }
  #nav li:first-child a {
    border-left: none;
  }
  /*==========================
  	#contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }
  /*==========================
  	#aside
  ==========================*/
  #aside {
    margin-bottom: 0.5em;
  }
  /*==========================
  	.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 .ftr_nav {
    text-align: center;
  }
  #footer .footer_access {
    margin-bottom: 1.5em;
  }
  #footer li.parent,
  #footer li.parent2,
  #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
  }
  #footer li.menu-item-has-children,
  #footer li.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;
  }
}
@media screen and (max-width: 480px) {
  /*==========================
  	#contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }
}/*# sourceMappingURL=common.css.map */