<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
header,nav,footerなどの構成の指定
*/

/*===================
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;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*===================
Native
===================*/

/* editor */

.mainblock p, .mce-content-body p {
  display: block;
  margin: 0 0 1em;
}
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;
  color: #333;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 16px;
}
a:focus, *:focus {
  outline: none;
}
a, a img {
  -webkit-transition: none;
  transition: none;
}
a, a:visited {
  color: #333;
}
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 &gt; .inner, #nav &gt; .inner, #contents &gt; .inner, #footer .inner { /* コンテンツ幅 */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
/*==========================
#header
==========================*/
/* サイテーション*/
.header_top {
  background:#3f1a14;
}
.header_access {
  line-height:1.4;
  font-size:0.8em;
  padding: 0.25em 0 0.2em;
  color: #fff;
  width:100%;
}
.header_access .inner {
  width:96%;
  max-width:1000px;
  margin:0 auto;
}
.header_access .inner a{
  color:inherit;
  text-decoration:none;
}


#header {
  box-sizing: border-box;
}
#header .header_logo {
  display: block;
  float: left;
  max-width: 28.7%;
  width: 287px;
  margin: 0;
}
#header .header_logo img {
  width: 100%;
}
#header .header_logo a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.headerinner ul.pc {
  float: right;
  overflow: hidden;
  width: 69.3%;
  box-sizing: border-box;
  text-align: right;
}
.headerinner .time {
  width: 45%;
}
.headerinner .time img {
  width: 308px;
}
.headerinner .tel {
  width: 100%;
  text-align: right;
  box-sizing: border-box;
}
.headerinner .tel img {
  width: 595px;
}
.headerinner .inq {
  margin-bottom: 7px;
}
.headerinner .inq ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.headerinner .btn {
  width: 35%;
  margin-left: 2%;
}
.headerinner .btn img {
  width: 238px;
}

@media (max-width: 767px) {
  .btm_inq .inq01 a {
    width: 100%;
  }
  .btm_inq a {
    display: inline-block;
    width: 50%;
    float: left;
    max-width: 385px;
  }
  .inq01 {
  }
  .btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
  }
  .btm_inq .clearfix &gt; a {
    display: inline-block;
    width: 50%;
    float: left;
    max-width: 385px;
  }
  .btm_inq .clearfix &gt; a:last-child {
    float: right;
  }
  .btm_inq .clearfix &gt; a img {
    width: 100%;
  }
  .headerinner ul {
    float: right;
    max-width: 100%;
    width: 100%;
    display: flex;
    list-style: none;
  }
  .headerinner ul li {
    width: 25%;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
  }
  .headerinner ul li:last-child {
    border: none;
  }
  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
  }
}
/*==========================
#nav
==========================*/

.menu-sp-nav-container { /* スマホ用メニューを隠す */
  display: none;
}
.fixed { /* javascript用 */
  position: fixed;
  top: 0;
}
#nav {
  background: #fff;
  box-sizing: border-box;
}
/*==========================
#contents
==========================*/

/* H2タイトル -------------*/
.page-title {
  background: url(img/bg_img001.jpg) no-repeat center / cover;
  padding: 2.5em 0;
}
.page-title h1 {
  color: #3f1a14;
  font-size: 32px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
}
/* パンくず -------------*/
.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: 1000px;
  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: #333;
}
.bread li a:hover {
  text-decoration: none;
}
/* コンテンツの下部余白 -------------*/

.mainblock.under {
  padding-bottom: 1em;
}
/*==========================
#aside
==========================*/
.inq01 {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 100;
}
/*==========================
.contentbottom
==========================*/

.contentbottom {
  text-align: center;
  padding: 60px 0;
}
.contentbottom .contact-bn {
  text-align: center;
}
.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 320px;
  max-width: 96%;
}
/*==========================
#footer
==========================*/

.bns a {
  display: inline-block;
  margin: 0px 2% 0;
  width: 480px;
  max-width: 46%;
}
#footer {
  padding: 5% 0 2%;
  text-align: left;
  background: url(img/foot_bg.jpg) no-repeat center / cover;
}
#footer .photo_gallery_img li{
  text-align: center;
}
#footer .foot01 .columns{
  -webkit-box-align: end;
  align-items: end;
}
#footer .foot01 ul{
  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;
}
#footer .googlemap + p a{
  text-decoration: none;
}
#footer .googlemap + p a:hover{
  color: #ff5c8f;
}

#footer li.menu-item-has-children {
  margin-bottom: 2em;
}
#menu-footer-nav li.menu-item-has-children &gt; .nav_title {
  font-size: 20px;
  color: #3f1a14;
  letter-spacing: 0.1em;
  display: block;
}
#footer a {
  color: #3f1a14;
  transition: 200ms;
}
#footer .sub-menu {
  font-size: 15px;
  margin: 1.2em 0 0.5em;
  display: block !important;
  border-top: none;
}
#footer .sub-menu li {
  line-height: 1.4;
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 14px;
  letter-spacing: 0.18em;
}
#footer .sub-menu li::before {
  position: absolute;
  content: "-";
  width: 0;
  height: 0;
  top: 0;
  left: -3px;
  margin: 0 0 0 0;
}
#footer .sub-menu li.f_ttl {
  font-weight: bold;
  padding-left: 0;
  color: #3f1a14;
}
#footer .sub-menu li.f_ttl:before {
  display: none;
}
#footer li a {
  text-decoration: none;
  color: #3f1a14;
}
#footer .sub-menu li.f_ttl a {
  color: #002e8e;
}
#footer li a:hover, #footer .sub-menu li.f_ttl a:hover {
  color: #ff5c8f;
}
.footer_access p {
}
#footer img {
  margin-bottom: 20px;
}
#footer .bnr a img {
  display: inline-block;
  width: 46%;
  margin: 0 2% 0 0;
  max-width: 230px;
}
#footer .googlemap iframe {
  box-sizing: border-box;
}
.foot03{
  padding: 1.7em 0;
  background: #f9f0e4;
}
.foot03 ul li a{
  text-decoration: none;
  transition: 200ms;
}
.foot03 ul li a:hover{
  color: #ff5c8f;
}
.copyright {
}
.p_01 {
  font-size: 12px;
  line-height: 1.5;
  padding: 2.6em 0;
  text-align: center;
}
#footer ul li.banner {
  clear: both;
}
#footer ul li.banner:before {
  content: none;
}
#footer .ftmenu1 {
  width: 22%;
  float: left;
}
#footer .ftmenu2 {
  width: 24%;
  float: left;
  margin-left: 1%;
}
#footer .ftmenu1 h3, #footer .ftmenu2 h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333333;
  line-height: 1.5;
}
#footer ul li {
  margin-bottom: 5px;
  position: relative;
  line-height: 1.5;
}
#footer ul.ul01 li:before {
  content: "";
}
#footer .table01 {
  width: 100%;
  border-top: none;
  margin-bottom: 1.5em;
}
#footer .table01 th, #footer .table01 td {
  border-bottom: 1px solid #dddedf;
}
#footer .menu-footer-nav-container {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1042px) {
  #footer .ftmenu1 {
    width: 30%;
    margin-bottom: 20px;
  }
  #footer .ftmenu2 {
    width: 68%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #footer .ftmenu1 {
    width: 100%;
    float: none;
  }
  #footer .ftmenu2 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

/********************************
Responsive
*********************************/

@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }
  .telbtn {
    display: none;
  }
  /*==========================
  base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main {
  width:720px;
  float:right;
}
#aside {
width:240px;
float:left;
margin-bottom:20px;
}
--------------*/
/*==========================
#header
==========================*/
#header {
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/*==========================
#nav
==========================*/
#nav {
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: content-box;
  padding: 10px 0;
}
#nav .inner {
  height: 34px;
}
/* PC用グローバルナビゲーション */
#nav li {
  box-sizing: border-box;
}
#nav a, #menu-header-nav &gt; li &gt; span {
  text-decoration: none;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  line-height: 1.35em;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}
#menu-header-nav &gt; li {
	width:14.28%;
  position: relative;
  float: left;
}
#menu-header-nav &gt; li &gt; a, #menu-header-nav &gt; li &gt; span {
  font-size: 14px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 4px 0;
  color: #333333;
  position: relative;
  z-index: 20000;
  line-height: 1.3;
  transition: 200ms;
}
#menu-header-nav &gt; li &gt; a span.nav_span, #menu-header-nav &gt; li &gt; span span.nav_span {
  color: #cdaf87;
  font-size: 12px;
  display: block;
}
/*#menu-header-nav &gt; li &gt; a::before, #menu-header-nav &gt; li &gt; a::after {
position: absolute;
content: "";
right: 0;
top: 0px;
height: 100%;
width: 1px;
background: #e2dec5;
}*/
#menu-header-nav &gt; li.nav01 &gt; a::before {
  left: 0;
}
#menu-header-nav &gt; li &gt; a:hover, #menu-header-nav &gt; li &gt; span:hover {
  color: #fff;
  cursor: pointer;
  background: rgba(255,92,143,.9);
}
#menu-header-nav &gt; li &gt; a:hover span.nav_span{
  color: #fff;
}
#menu-header-nav li {
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu-header-nav ul.sub-menu {
  position: absolute;
  padding: 0;
  background: none;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
/*#menu-header-nav &gt; li:last-child ul.sub-menu {
width: 100%;
}*/
#menu-header-nav &gt; li &gt; ul.sub-menu {
  height: auto;
  overflow: hidden;
}
#menu-header-nav &gt; li:hover &gt; ul.sub-menu {
  height: auto;
  top: 34px;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(255,92,143,.9);
  width: 140%;
  left: -20%;
  border-top: 1px solid #fff;
}
#menu-header-nav &gt; li &gt; ul.sub-menu &gt; li {
  width: 100%;
  height: 0;
}
#menu-header-nav &gt; li:hover &gt; ul.sub-menu &gt; li {
  float: none;
  height: auto;
  border-bottom: 1px solid #fff;
}
#menu-header-nav &gt; li &gt; ul.sub-menu &gt; li a {
  font-size: 14px;
  text-align: center;
  text-indent: inherit;
  color: #fff;
  padding: 10px 10px 8px;
  display: block;
}
#menu-header-nav ul.sub-menu li a:hover {
  color: #fff;
  background: #df3c6f;
}
#nav li &gt; a, #nav li &gt; span {
  position: relative;
  border-right: 1px solid #ccc;
}
#nav li.nav01 &gt; a {
  border-left: 1px solid #ccc;
}
/* サブ */
#nav .nav05 li &gt; a {
  position: relative;
  border-right: none;
}
#nav .nav05 li:first-child &gt; a {
  border-left: none;
}
/*#menu-header-nav &gt; li.nav05 {
float: left;
position: inherit;
}*/
#menu-header-nav &gt; li.nav01 {
}
#menu-header-nav &gt; li.nav02 {
}
#menu-header-nav &gt; li.nav03 {
}
#menu-header-nav &gt; li.nav04 {
}
#menu-header-nav &gt; li.nav05 {
  position: inherit;
}
#menu-header-nav &gt; li.nav06 {
}
#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: rgba(255,92,143,.9);
  overflow: hidden;
  height: auto;
  padding-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu-header-nav li .submenu-wrap .submenu-inner {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto 0;
  overflow: hidden;
}
#menu-header-nav li .submenu-wrap .menutitle {
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 16px;
  top: 0;
  height: 0;
  position: relative;
  padding-left: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a {
  background: none;
  color: #fff;
  text-align: left;
  padding: 0.3em 0.2em 0.3em;
  font-size: 16px;
  border-right: none;
}
#menu-header-nav li .submenu-wrap .menutitle::before {
  display: none;/*    position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 5px;
  border-top: solid 2px #febca6;
  border-right: solid 2px #febca6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
}
#menu-header-nav li .submenu-wrap .menutitle a {
  display: inline;
  background: none;
  color: #fff;
  padding: 0;
}
#menu-header-nav li .submenu-wrap .menutitle a:hover {
  color: #fff!important;
}
#menu-header-nav li:hover .submenu-wrap .menutitle {
  height: auto;
  top: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}
#menu-header-nav .submenu-wrap ul.sub-menu {
  position: relative;
  background: none;
  margin-left: 0;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li {
  position: relative;
  padding-left: 1.5em;
  float: left;
  width: 20%;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title {
  padding-left: 0.4em;
  font-weight: bold;
  line-height: 1.3;
  font-size: 15px;
  margin-bottom: 10px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title::before {
  display: none;
}
#menu-header-nav .submenu-wrap ul.sub-menu li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 10px;
  left: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-header-nav .submenu-wrap ul.sub-menu li a {
  background: none;
  color: #fff;
  text-align: left;
  padding: 0.3em 0.2em 0.3em;
  font-size: 14px;
  border-right: none;
}
#menu-header-nav &gt; li:hover .submenu-wrap ul.sub-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
#menu-header-nav ul.sub-menu {
  position: absolute;
  padding: 0;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
/*#menu-header-nav li.nav03 ul.sub-menu {
left: -30%;
right: 0;
width: 160%;
margin: auto;
}*/
#menu-header-nav &gt; li &gt; ul.sub-menu a {
  border-right: none;
  border-top: none;
}
#menu-header-nav li ul li {
  width: 100%;
  height: 0;
}
#menu-header-nav &gt; li:hover ul li {
  float: none;
  height: auto;
}
#nav li &gt; a, #nav li &gt; span {
  position: relative;
}
#nav li.has_children &gt; a::after, #nav li.nav05 &gt; span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 80%;
  border-top: 8px solid #a19592 !important;
  border: 5px solid transparent;
}
#nav li.has_children &gt; a:hover:after, #nav li.nav05 &gt; span:hover:after {
  border-top: 8px solid #fff !important;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl {
  font-weight: bold;
  padding-left: 0;
  margin: 0 0 5px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl:before {
  display: none;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.last {
  margin-bottom: 1em;
}
/*==========================
#contents
==========================*/
/* コンテンツのmin-height -------------*/
#contents #main {
  min-height: 600px;
}
/*==========================
#aside
==========================*/
#aside .inq {
  position: fixed;
  right: 0;
  bottom: 30%;
  width: 80px;
  z-index: 5;
}
#aside .inq a {
  display: block;
}
#aside .inq a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#aside .inq01 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

/*-- ブログページ ------------*/
.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: 31%;
}
/*==========================
#footer
==========================*/
#footer .foot01 .con02{
  margin-bottom: 2%;
}
#footer .foot01 .con02 .col_2{
  margin: 0;
  width: 50%;
}


#footer .foot01 ul li + li {
    margin-left: 1%;
}
	#footer .foot01 ul li img {
    width:100%;
}
#footer #menu-footer-nav {
  width: 48%;
  box-sizing: border-box;
  float: left;
}
#footer li.menu-item-has-children {
  float: left;
  margin-left: 1%;
}
#footer li.menu-item-has-children:first-child {
  margin-left: 0;
  width: 100%;
}
#footer li.menu-item-has-children:nth-of-type(2) {
  width: 16%;
}
#footer li.menu-item-has-children:nth-of-type(3) {
  width: 26%;
}
#footer li.menu-item-has-children:nth-of-type(4) {
  width: 26%;
}
#footer li.menu-item-has-children:nth-of-type(5) {
  width: 12%;
}
#footer li.menu-item-has-children:nth-of-type(6) {
  width: 13%;
}
#footer .footer_access {
  float: left;
  width: 48%;
  margin-right: 4%;
  box-sizing: border-box;
}
#footer .googlemap {
  padding-bottom: 60%;
}
#menu-footer-nav li.menu-item-has-children .sub-menu {
  float: left;
  width: 40%;
}
.foot03 ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot03 ul li{
  padding: 0 1.5em;
  line-height: 1.3;
  position: relative;
}
.foot03 ul li:not(:last-child):after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  background: #77746f;
}

}

@media screen and (max-width: 1200px),(max-height: 700px) {
  #aside .inq {
    width: 60px;
  }
}

@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 &gt; li a, #menu-header-nav &gt; li &gt; span {
  font-size: 12px;
}
#menu-header-nav &gt; li &gt; ul.sub-menu &gt; li a, #menu-header-nav .submenu-wrap ul.sub-menu li a {
  font-size: 12px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li::before {
  top: 8px;
}
/*==========================
#footer
==========================*/
#footer #menu-footer-nav {
  width: 100%;
}
#footer .footer_access {
  width: 100%;
  margin-bottom: 1.5em;
}
#footer .sub-menu li {
  font-size: 14px;
}
.foot03 ul li{
  font-size: 12px;
}

}

@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;
  }
  .page-title {
    padding: 1em 0;
  }
  /*==========================
  base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main , #aside{
  width:480px;
  max-width:96%;
  float:none;
  }*/
  /*==========================
  #header
  ==========================*/
  #header {
    padding: 0;
  }
  #header .header_logo {
    padding: 0;
    max-width: 100%;
    text-align: center;
    margin: 20px auto;
    float: none;
  }
  /*@media (max-width: 767px) {*/
  /*#header .header_logo {*/
  /*padding-top: 3px;*/
  /*max-width: 100%;*/
  /*margin: 0 auto;*/
  /*}*/
  /*}*/
  .headerinner ul {
    clear: both;
    max-width: 100%;
    width: 100%;
    float: none;
  }
  #nav {
    background: #fff;
    box-sizing: border-box;
    z-index: 999999;
  }
  #nav.fixed {
    height: 100%;
    overflow-x: scroll;
  }
  #nav.fixed {
    position: inherit !important;
    top: auto !important;
  }
  .headerinner ul img {
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
  }
  /*.headerinner #toggle {*/
  /*max-width: 37.25490196%;*/
  /*float: right;*/
  /*width: 57px;*/
  /*}*/
  /* #menu-header-nav ------*/
  #menu-header-nav, #menu-header-nav .sub-menu { /* スライドダウンさせるために隠す */
    display: block;
  }
  #menu-header-nav { /* スライドダウンさせるために隠す */
    display: none;
  }
  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
  }
  #nav ul li .subtxt {
    display: none;
  }
  #nav ul li &gt; a br {
    display: none;
  }
  #nav ul li.nav03 ul.sub-menu &gt; li:first-child {
    border-top: none;
  }
  #nav ul li.nav04 ul.sub-menu &gt; li:nth-child(2) {
    border-top: none;
  }
  #nav {
    padding: 0;
  }
  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99999999;
    border-top: 1px solid #ccc;
  }
  #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 a, #nav ul li &gt; span {
    display: block;
    padding: 14px 6px 13px 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: 15px;
    text-decoration: none;
    position: relative;
    color: #333;
  }
  #nav ul li ul li.last {
    border-bottom: none;
  }
  #nav ul li span:hover {
    cursor: pointer;
  }
  #nav ul li a:before, #nav ul li &gt; span:before {
    content: "・"
  }
  #nav ul li a:hover, #nav ul li span:hover {
    color: #ff5c8f;
  }
  #nav li.has_children &gt; a::after, #nav li.nav05 &gt; span::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 3px #ccc;
    border-right: solid 3px #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav li:first-child a {
    border-left: none;
  }
  #nav .submenu-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 30px 0;
    border-bottom: none;
  }
  .submenu-wrap .menutitle {
    border-top: 1px solid #ccc;
    display: block;
    padding: 0;
    background: #f7f7f7;
    padding-left: 10px;
  }
  .sub-menu {
    background: none;
    font-size: 15px;
  }
  #nav ul.sub-menu li a {
    padding-left: 25px;
  }
  .nav_span {
    display: none;
  }
  .submenu-wrap .menutitle {
    display: none;
  }
  .submenu-wrap, .sub-menu {
  }
  .submenu-wrap {
    border-top: none;
  }
  #nav ul.sub-menu li:last-child {
    border-bottom: none;
  }
  #nav ul li.menutitle {
    background: #d5e7ef;
  }
  #nav ul li.menutitle a {
    font-size: 13px!important;
    font-weight: bold;
    padding-left: 27px;
  }
  #nav ul li.menutitle a:hover {
    color: #333;
  }
  #nav ul li.menutitle a:before {
    display: none;
  }
  /*==========================
  #contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }
  #contents {
    margin-bottom: 0;
  }
  .contentbottom .contact-bn a {
    display: block;
    margin: 0 auto 10px;
  }
  .contentbottom .contact-bn img {
    display: block;
  }
  /*==========================
  #aside
  ==========================*/
  #aside .inq {
    bottom: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    width: 100%;
  }
  #aside .inq .clearfix a{
    float: left;
    width: 50%;
  }
  #aside {
    margin-bottom: 0;
  }
  #aside .inq01{
    position: relative;
    bottom: 0px;
    text-align: right;
    width: 20%;
    max-width: 93px;
    margin-left: auto;
  }
  /*==========================
  .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 .foot01 ul{
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #footer .footer_access {
    margin-bottom: 1.5em;
  }
  .foot03 ul{
    text-align: center;
  }
  .foot03 ul li{
    display: block;
  }
  .foot03 ul li:not(:last-child){
    border-bottom: 1px solid #77746f;
  }

  #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;
  }
  .copyright {
    padding-bottom: 0 !important;
  }
  .btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
  }
  .btm_inq .clearfix &gt; a {
    display: inline-block;
    width: 50%;
    float: left;
    max-width: 385px;
  }
  .btm_inq .clearfix &gt; a:last-child {
    float: right;
  }
  .btm_inq .clearfix &gt; a img {
    width: 100%;
  }
  /*#nav.fixed{
  position: fixed;
  top: 0;
  }*/
  .headerinner ul.sp {
    background: #fff;
    overflow: hidden;
    padding: 10px 0;
    z-index: 99999999;
  }
  #header &gt; .inner, #nav &gt; .inner {
    max-width: 100%;
  }
  .p_01{
    padding-bottom: 25%;
  }
}

@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
  #header
  ==========================*/
  #header {
    padding: 0;
  }
  #header .header_logo {
    max-width: 80%;
  }
  /*.headerinner ul {*/
  /*max-width: 30%;*/
  /*}*/
  /*==========================
  #nav
  ==========================*/
  #toggle {
  }
  #nav ul.menu {
  }
  /*==========================
  #contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
  /*==========================
  #footer
  ==========================*/
  .copyright {
  }
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
  /*==========================
  #header
  ==========================*/
  #header {
  }
  /*==========================
  #nav
  ==========================*/
  #toggle {
  }
  #nav ul.menu {
  }
}
</pre></body></html>