@charset "utf-8";

/*sp*/


.sp-header {
  display: none;
}
.sp-mv {
  display: none;
}

@media (max-width: 768px) {

* {
  box-sizing: border-box;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.fixed::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 990;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.pc-header,
#side {
  display: none;
}
#page {
  background: none;
  border-top: none;
}

.fit {
  width: 100%;
}
#main {
  float: none;
  width: 100%;
  padding: 20px 0;
}
section {
  margin: 40px 0 0;
}
.dhtmlgoodies_subMenu {
  display: none;
}

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
.sp-header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 60px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
  border-top: 2px solid #948d73;
}
.sp-header .logo {
  width: 160px;
  padding-top: 8px;
  position: absolute;
  top: 0;
  left: calc(50% - 80px);
}
.sp-header .logo img {
  width: auto;
  max-height: 40px;
}
.sp-header .trigger {
  display: block;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background: url(../img/trigger-on.png) center center / 30px no-repeat;
}
.sp-header .trigger.active {
  background: url(../img/trigger-off.png) center center / 30px no-repeat;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #58584e;
  border-radius: 0 0 8px 8px;
  z-index: 998;
}
.sp-nav-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.sp-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 16px 16px 25px;
  font-family: utukushi;
}
.sp-menu > a {
  width: calc(50% - 3px);
  border: 1px solid #acaca2;
  border-radius: 4px;
  color: #fff;
  padding: 20px 10px;
  position: relative;
}
.sp-menu > a::after {
  content: ">";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.sp-menu > a.w100 {
  width: 100%;
  text-align: center;
}
.sp-menu .sub {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border: 1px solid #acaca2;
  border-radius: 4px;
  padding-bottom: 8px;
}
.sp-menu .title {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.sp-menu .sub > a {
  width: calc(50% - 3px);
  color: #fff;
  padding: 10px 10px;
  position: relative;
}
.sp-menu .sub > a::after {
  content: ">";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}



/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
footer {
  background: none;
  padding: 0;
  border-top: 1px solid #948d73;
  margin-top: 30px;
}
footer .f-nav {
  width: 100%;
  padding: 10px 20px;
}
footer .f-nav ul {
  float: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
footer .f-nav ul li {
  margin: 0;
  font-size: 85%;
  width: calc(50% - 3px);
  padding: 12px;
  background: none;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  border-radius: 4px;
}
footer .f-nav ul li a {
  display: block;
  background: url(../img/ico-f-l.gif) no-repeat left center;
  padding-left: 13px;
}
footer .bl.border {
  border-left: none;
  border-right: none;
}
footer .bl {
  float: none;
  display: table;
  margin: 12px auto;
}
#copyright {
  padding: 30px 0;
}
#copyright p {
  padding: 0;
  font-size: 70%;
  text-align: center;
}
/* ---------------------------------------------------------------------------
//  contents
--------------------------------------------------------------------------- */
.sp-mv {
  display: block;
}


#contents {
  margin-top: 60px;
  background: #fff;
}

ul.crumb li {
  font-size: 85%;
}
section h1 {
  font-size: 110%;
}
section h1.bg {
  font-size: 110%;
}
section h2 {
  font-size: 105%;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.4;
}
section h2:before {
  border-left: none;
  content: "┃";
  padding: 0 0 0 1em;
}
p.strong {
  padding: 0;
}

/* --------------------------------------------------------------------------- */

.introduction {
  padding: 20px 5px;
}
.introduction .imgR {
  display: block;
  float: none;
  margin: 0 auto 15px;
  max-width: 240px;
}
.link-btn {
  margin: 15px auto;
  display: table;
}
.news-area dl {
  width: 100%;
}

.news-area .news-list {
  position: static;
  display: table;
  margin: 20px 0 10px auto;
}
.news-area dl dt {
  width: 100%;
  float: none;
  padding-bottom: 0;
}
.news-area dl dd {
  margin: 0;
  padding: 0 0 10px 26px;
}

/* --------------------------------------------------------------------------- */

.greeting-main .imgR {
  display: block;
  float: none;
  margin: 0 auto 15px;
  max-width: 240px;
}

/* --------------------------------------------------------------------------- */

#map iframe {
  width: 100%;
  height: 300px;
}

dl.ab {
  width: 100%;
}
dl.ab dt {
  width: 100%;
  float: none;
  padding-bottom: 5px;
}
dl.ab dd {
  margin: 0;
  padding: 0 0 10px 0;
}

/* --------------------------------------------------------------------------- */

ul.b-nav {
  width: 100%;
}
ul.b-nav li {
  margin-bottom: 10px;
}

dl.b-1 {
  width: 100%;
}
dl.b-1 dt {
  width: 100%;
  float: none;
  padding-bottom: 5px;
}
dl.b-1 dd {
  margin: 0;
  padding: 0 0 10px 0;
}

dl.b-1 dl dd {
  margin: 0 !important;
  padding: 0;
}

/* --------------------------------------------------------------------------- */

table.b3 th {
  padding: 10px;
}

.app p a {
  margin-left: 0;
}

/* --------------------------------------------------------------------------- */

#formbox {
  width: 100%;
}
#formbox dt {
  width: 100%;
  float: none;
  text-align: left;
}
p.subm {
  margin: 30px auto 20px;
}
.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

ul.sitemap {
  padding: 10px;
}

.wp-pagenavi {
  display: table;
  margin: 40px auto;
  font-size: 90%;
}

article h1 {
  font-size: 125%;
}






} /*@*/





