@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;
  line-height: 200%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  color: #1a1a1a;
}

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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*===================
 Native  
===================*/
/* editor */
.mainblock p:not(:last-child),
.mce-content-body p:not(:last-child) {
  display: block;
  margin: 0 0 1.4em;
  line-height: 200%;
}
@media (max-width: 767px) {
  .mainblock p:not(:last-child),
  .mce-content-body p:not(:last-child) {
    margin-bottom: 15px;
  }
}

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: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;*/
  /*color: #1a1a1a;*/
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 16px;
}

a:focus,
*:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:visited {
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-break: break-word;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

a[href^="tel:"] {
  color: #302213;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
}

/*==========================
	base
==========================*/
#header > .inner,
#nav > .inner,
#contents > .inner,
#footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

#header > .inner:after {
  display: none;
}

body:not(.home) #contents > .inner {
  width: 1200px;
}

/*==========================
	#header
==========================*/
#header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header .headerinner .textwidget {
  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;
  width: 100%;
}

#header h1 {
  display: block;
}
#header h1 img {
  display: block;
}
@media (min-width: 768px) {
  #header h1 {
    width: clamp(200px, 35vw, 350px);
  }
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* .hdr_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 23px;
  z-index: 1;
  position: absolute;
  top: 25px;
  right: clamp(15px, 1.9vw, 40px);
  z-index: 1000;
}
.hdr_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

.fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}

#nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==========================
	#contents
==========================*/

/* パンくず -------------*/
.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: 1200px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  margin-bottom: 0.5em;
}

.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%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }
  .telbtn {
    display: none;
  }
  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 30px 0;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  /*==========================
  	#nav
  ==========================*/
  #nav {
    left: 0;
    z-index: 100;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #f9eeec;
  }
  #nav .inner {
    width: auto;
    max-width: none;
    margin: 0;
  }
  #nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  #nav .menu li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: auto;
  }
  #nav a,
  #menu-header-nav > li > span {
    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 > a {
    font-size: clamp(14px, 1.82vw, 16px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    color: #1a1a1a;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20;
    line-height: 1.4;
    /*font-family: "Zen Maru Gothic", sans-serif;*/
    font-family: "メイリオ", sans-serif;
    font-weight: 500;
  }
  /*==========================
  	#contents
  ==========================*/
  /* コンテンツのmin-height -------------*/
  /*-- ブログページ ------------*/
  /*==========================
  	.contentbottom
  ==========================*/
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  #menu-header-nav > li > a {
    padding: 15px 5px;
  }
}
@media screen and (min-width: 768px) {
  #menu-header-nav > li > a > .en {
    color: #8b3c2c;
    font-size: 14px;
    display: block;
  }
  #menu-header-nav > li {
    position: relative;
    padding-right: 1px;
  }
  #menu-header-nav > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 60px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: #e1d1ce;
  }
  #menu-header-nav > li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 60px;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    background: #e1d1ce;
  }
  #menu-header-nav > li > a:hover {
    background: #8b3c2c;
    color: #fff;
  }
  #menu-header-nav > li > a:hover .en {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #menu-header-nav > li.has_children > a:hover:after {
    border-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #menu-header-nav > li.nav01 > a::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: #cccccc;
  }
  #menu-header-nav > li > a:hover {
    cursor: pointer;
  }
  #menu-header-nav li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav ul li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: solid 2px #8b3c2c;
    border-right: solid 2px #8b3c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .menu .has_children.wide {
    position: static;
  }
  #nav .menu .has_children.wide .submenu-wrap {
    position: absolute;
    right: 0;
    top: calc(100% - 10px);
    margin: auto;
    z-index: 10;
    opacity: 0;
    overflow: hidden;
    height: 0;
  }
  #nav .menu .has_children.wide .submenu-wrap .submenu-inner {
    background: #83c0cb;
    padding: 50px;
    max-width: 1000px;
    width: 100%;
    border-radius: 5px;
  }
  #nav .menu .has_children.wide .submenu-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
  #nav .menu .has_children.wide .submenu-wrap ul li a {
    text-align: left;
    padding-left: 20px;
    position: relative;
    color: #fff;
  }
  #nav .menu .has_children.wide .submenu-wrap ul li a:before {
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .menu .has_children.wide .submenu-wrap ul li a:hover {
    text-decoration: underline;
  }
  #nav .menu .has_children.wide:hover .submenu-wrap {
    opacity: 1;
    overflow: visible;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    overflow: hidden;
  }
  #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: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #d3e48e;
    color: #1a1a1a;
  }
  #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:hover > ul.sub-menu > li a {
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 17px 5px;
    display: block;
    background-color: #8b3c2c;
  }
  #menu-header-nav > li:hover > ul.sub-menu > li a:hover {
    background: #5f2519;
  }
  #menu-header-nav > li:hover > ul.sub-menu > li:not(:first-child) > a {
    position: relative;
  }
  #menu-header-nav > li:hover > ul.sub-menu > li:not(:first-child) > a:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #contents #main {
    min-height: 600px;
  }
  .caegory-in-column #main,
  .single-in-column #main {
    float: right;
    width: 72%;
  }
  .caegory-in-column #aside,
  .single-in-column #aside {
    float: left;
    width: 24%;
  }
  .contentbottom .contact-bn a {
    max-width: 45%;
  }
}
@media screen and (max-width: 1442px) and (min-width: 768px) {
  /*==========================
  	#nav
  ==========================*/
  #nav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu-header-nav > li a {
    font-size: clamp(14px, 1.6vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }
  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    height: 70px;
    display: flex;
    align-items: center;
  }
  #header h1 {
    max-width: 64%;
    padding: 10px 0;
  }
  #header h1 img {
    max-width: 260px;
  }
  .headerinner ul {
    max-width: 20%;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .headerinner ul img {
    width: 100%;
  }
  .headerinner .tel {
    float: left;
    max-width: 53%;
    margin-right: 4.5%;
    width: 90px;
  }
  .headerinner #toggle {
    width: 70px;
  }
  /*==========================
  	#nav
  ==========================*/
  #nav {
    height: auto;
    padding: 0;
  }
  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }
  /* メニューボタン */
  #toggle {
    display: block;
    /* position: absolute; */
    top: 15px;
    right: 2.5%;
  }
  #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 li span.subtext {
    display: none !important;
  }
  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    top: 70px;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
    border-top: 1px solid #ccc;
    overflow: auto;
    padding-bottom: 100px;
  }
  #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 .menu > li:not(.has_children) a {
    position: relative;
  }
  #nav .menu > li:not(.has_children) a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-bottom: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  #nav ul li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-bottom: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav ul li a,
  #nav ul li span {
    display: block;
    padding: 13px 6px 13px 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 {
    cursor: pointer;
    background-color: #8b3c2c;
    color: #fff;
  }
  #nav ul li a:hover:after {
    border-color: #fff;
  }
  #nav ul li span {
    padding: 0;
    display: inline;
  }
  #nav ul li span:hover {
    cursor: pointer;
    color: #222;
  }
  #nav ul li span {
    display: none;
  }
  #nav .menu .has_children .submenu-wrap {
    display: none;
  }
  #nav .menu .has_children .submenu-sp li a {
    background: #b85b48;
    color: #fff;
    position: relative;
  }
  #nav .menu .has_children .submenu-sp li a:after {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 10px;
    height: 10px;
  }
  #nav li:first-child a {
    border-left: none;
  }
  /*==========================
  	#contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }
}
/*==========================
	#aside
==========================*/
#aside .totop {
  position: fixed;
  right: 45px;
  bottom: 20px;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  #aside .totop {
    bottom: calc(20px + env(safe-area-inset-bottom));
    right: 10px;
    width: 50px;
  }
}

/*==========================
	#footer
==========================*/
.under-page footer {
  border-top: solid 1px #ccc;
}

footer {
  padding: clamp(40px, 6.25vw, 75px) 0 0;
}
footer .ftr_inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: auto;
  padding-bottom: clamp(40px, 6.25vw, 75px);
}
footer .ftr_nav li a {
  text-decoration: none;
  color: #1a1a1a;
  text-align: center;
  display: block;
}
footer .ftr_nav li a .en {
  display: block;
  color: #8b3c2c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
}

@media (max-width: 767px) {
  footer .ftr_nav {
    margin-bottom: 25px;
  }
  footer .ftr_nav li {
    border-bottom: solid 1px #eee;
  }
  footer .ftr_nav li a {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 15px 10px 15px 20px;
    position: relative;
  }
  footer .ftr_nav li a:before {
    content: "";
    border-top: solid 1px #8b3c2c;
    border-right: solid 1px #8b3c2c;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer .ftr_logo {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .list {
    text-align: center;
  }
  footer .list .tel {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  footer .ftr_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #d9d9d9;
    flex-wrap: wrap;
  }
  footer .ftr_nav li a {
    padding: 0 30px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .ftr_nav li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .ftr_nav li a .en {
    padding-top: 10px;
  }
  footer .ftr_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  footer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 48px;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  footer .ftr_information .list {
    display: block;
  }
}

.copyright {
  background: #f6f3ec;
  text-align: center;
  padding: 24px 0;
}

.clearfix:not(:last-child) {
  margin-bottom: clamp(20px, 3.18vw, 40px);
}

.columns:not(:last-child) {
  margin-bottom: clamp(20px, 3.18vw, 40px);
}
@media (min-width: 768px) {
  .columns.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .columns.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  .columns.flex {
    display:flex;
	justify-content: center;
  }
  .columns.flex .column {
    width: auto;
  }
}
@media (max-width: 767px) {
  .columns .column:not(:last-child) {
    margin-bottom: 20px;
  }
}

small {
  font-size: 75%;
}

.mb0 {
  margin-bottom: 0 !important;
}

* + p {
  margin-top: 1em !important;
  line-height: 200%;
}

.text-red {
  color: #9c0601;
}

.tel_text a {
    letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 34px;
  font-weight: 700;
  position: relative;
  padding-left: calc(38 / 34 * 1em);
  text-decoration: none;
  color: #8b3c2c;
}
.tel_text a:before {
  content: "";
  width: 32px;
  height: 33px;
  background: url(img/ic_tel.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: calc(32 / 34 * 1em);
}
.text-border {
  display: flex !important;
  border: 1px solid #333;
  padding: 10px;
}