header {
  min-height: 80px;
  border-top: 5px solid #585858;
}
/* base css
============================================================================================================================
============================================================================================================================ */
/* Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
footer, header, menu, nav {
  display: block;
}
body {
  line-height: 0;
}
ol, ul {
  list-style: none;
}

.square {
  background: #00ced1;
  color: #333333;
  padding: 4px 8px;
  margin: 1em 0em;
}
.square-m {
  background: #b7ffff;
  color: #333333;
  padding: 4px 8px;
}
.pr-yellow {
  background-color: #FF9;
  color: #E90000;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 50px;
  margin: 1em 0em;
}
.yellow-bar {
  background-color: #FF9;
  color: #000;
  font-size: 18px;
}
.ivory-bar {
  background-color: #fafad2;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  color: #3E3E3E;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Basic Styles
================================================== */
html {
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
span.line {
  display: block;
  width: 50px;
  height: 4px;
  margin: 7px 0 -11px 0;
}
/* Main Fonts
================================================== */
body, input.text, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table th {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.button, .form-box label {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span.copyright {
  font-size: 12px;
}
body {
  font-size: 16px;
}
a.link {
  font-size: 11px;
}
#toggle-view li span.link {
  font-size: 22px;
}
a.link, table th {
  font-weight: bold;
}
/* Main Colors & Backgrounds
================================================== */
a.link, a.link:hover, .button, .button:hover,  #toggle-view li h3.black, #toggle-view li h3.color, #toggle-view li h3.gray, #toggle-view li span.link, .tabscontent.color {
  color: #fff;
}
.form-box label {
  color: #686868;
}
h1, h2, h3, h4, h5, h6, .square-list li, .square-list li a, .minus-list li, .li a, table th {
  color: #686868;
}
#toggle-view li h3.normal, #toggle-view li span.link.normal {
  color: #868686;
}
h3.title, footer a {
  color: #00A0E9;
}
footer {
  color: #a4a1a1;
}
.form-box label small, input.text, textarea {
  color: #999999;
}
.meta {}
.button.color:hover, .button.gray:hover, a.link:hover {
  background: #00ced1;
  color: inherit;
  font-weight: bold;
  margin: 0 20 0 20;
}
.box, .breadcrumbs.gray, table th, #toggle-view li h3.normal {
  background-color: #fafafa;
}
footer {}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 28px;
  line-height: 20px;
}
h2 {
  font-size: 16px;
  line-height: 28px;
}
.pankuzu {
  font-size: 12px;
  line-height: 18px;
}
h3 {
  font-size: 16px;
  line-height: 34px;
}
h4 {
  font-size: 16px;
  line-height: 30px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}
h6 {
  font-size: 12px;
  line-height: 21px;
}
p {
  line-height: 28px;
  font-size: 16px;
  color: #464646;
  margin-left: 10px;
  margin-right: 30px;
}
.mmtext p {
  font-size: 15px;
  line-height: 23px;
  padding-left: 20px;
  margin-right: 10px;
  overflow: hidden;
}
.mtext32 p {
  font-size: 16px;
  line-height: 32px;
}
.text-narrow {
  transform: scale(0.6, 1);
  transform-origin: top left;
  width: 166%;
}
.box-text {
  display: inline-block;
}
.text18 {
  font-size: 18px;
  line-height: 24px;
}
.font {
  font-size: 18px;
  margin-bottom: 24px;
  color: #888;
  font-weight: bold;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-repeat: repeat;
  line-height: 1.2em;
}
.font16 {
  font-size: 16px;
  color: #888;
  font-weight: bold;
}
.setu {
  font-size: 13px;
  line-height: 1.6em;
}
.sub-title-1 {
  font-weight: 600;
  font-size: large;
  color: #70B729;
  line-height: 30px;
}
.price-list {
  font-size: 16px;
  font-height: 28px;
  padding-left: 30px
}
.price {
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  border: thin solid #939393;
  margin-top: 2px;
  margin-bottom: 2px;
}
.sub-title {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EBF3FF;
  padding-left: 10px;
  font-size: 16px;
  border-left: medium solid #82B7FF;
  margin-bottom: 10px;
  font-weight: bold;
}
.mmtext {
  font-size: 15px;
  line-height: 21px;
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-right: 10px;
}
.minitext {
  font-size: 13px !important;
  line-height: 21px;
}
.minitext2 {
  font-size: 13px !important;
  line-height: 18px;
}
.logotext {
  margin-top: 10px;
  font-size: 22px !important;
  line-height: 21px;
  font-family: 'ヒラギノ角ゴ ProN'；
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
  font-size: 18px;
}
.mainmenu {
  background-color: #DCF0F9;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: -3px;
}
.mainmenu p {
  font-size: 15px;
  line-height: 17px;
}
.price-list {
  line-height: 18px;
  font-size: 16px;
}
.price-title {
  background-color: #5895CE;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  colorcolor: #FFFFFF;
  margin-bottom: 10px;
}
.price .square-list {
  margin-top: 5px;
}
.mtexts {
  line-height: 32px;
  font-size: 16px;
  text-indent: -4em;
  color: #464646;
  padding-left: 60px;
}
.mtext9 {
  line-height: 15px;
  font-size: 6px !important;
  text-indent: -15em;
  padding-left: 90px;
}
.mtext {
  line-height: 32px;
  font-size: 16px;
  color: #464646;
}
.mtext40 {
  line-height: 50px;
  font-size: 16px;
  color: #464646;
}
.alert, table th {
  font-size: 14px;
}
.button.medium {
  font-size: 15px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
hr {
  border: solid #ececec;
  border-width: 1px 0 0;
  clear: both;
  margin: -1px 0 0 0;
  height: 0;
}
hr.bottom {
  border: solid #747474;
  border-width: 1px 0 0;
  clear: both;
  margin: 15px 0 !important;
  height: 0;
}
/* Links
================================================== */
a, .square-list li, .minus-list li, .button {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a {
  color: #448ACA;
  font-weight: bold;
}
/* Images
================================================== */
img {
  max-width: 100%;
  height: auto;
}
img.posi {
  padding: 0 0 30px 50px;
}
/* Forms
================================================== */
.topicon img {
  width: 30%;
}
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column, .container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.container .columns1 {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0;
}
.column.omega, .columns.omega {
  margin-right: 0;
}
/* Base Grid */
.container .one.column, .container .one.columns {
  width: 40px;
}
.container .two.columns {
  width: 100px;
}
.container .threeth.columns, .container .three.columns {
  width: 160px;
}
.container .four.columns, .container .four.columns1 {
  width: 220px;
}
.container .five.columns {
  width: 125px;
}
.container .six.columns {
  width: 340px;
}
.container .six.columns1 {
  width: 340px;
}
.container .seven.columns {
  width: 400px;
}
.container .eight.columns {
  width: 420px;
}
.container .nine.columns {
  width: 520px;
}
.container .ten.columns {
  width: 580px;
}
.container .eleven.columns {
  width: 640px;
}
.container .twelve.columns {
  width: 700px;
}
.container .thirteen.columns {
  width: 760px;
}
.container .fourteen.columns {
  width: 820px;
}
.container .fifteen.columns {
  width: 880px;
}
.container .sixteen.columns {
  width: 940px;
}
.container .one-third.column {
  width: 240px;
}
.container .one-halfs.column {
  width: 300px !important;
}
.container .one-half.column, .container .one-half.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 680px;
}
/* Offsets */
.container .offset-by-one {
  padding-left: 60px;
}
.container .offset-by-two {
  padding-left: 120px;
}
.container .offset-by-three {
  padding-left: 180px;
}
.container .offset-by-four {
  padding-left: 240px;
}
.container .offset-by-five {
  padding-left: 300px;
}
.container .offset-by-six {
  padding-left: 360px;
}
.container .offset-by-seven {
  padding-left: 420px;
}
.container .offset-by-eight {
  padding-left: 480px;
}
.container .offset-by-nine {
  padding-left: 540px;
}
.container .offset-by-ten {
  padding-left: 600px;
}
.container .offset-by-eleven {
  padding-left: 660px;
}
.container .offset-by-twelve {
  padding-left: 720px;
}
.container .offset-by-thirteen {
  padding-left: 780px;
}
.container .offset-by-fourteen {
  padding-left: 840px;
}
.container .offset-by-fifteen {
  padding-left: 900px;
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
  .container .column, .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one.column, .container .one.columns {
    width: 28px;
  }
  .container .two.columns {
    width: 76px;
  }
  .container .threeth.columns, .container .three.columns {
    width: 124px;
  }
  .container .four.columns {
    width: 172px;
  }
  .container .four.columns1 {
  width: 220px;
}
  .topicon {
    padding-right: 0px;
  }
  .topicon img {}
  .container .five.columns {
    width: 158px;
    margin-right: -25px;
  }
  .container .six.columns {
    width: 268px;
  }
  .container .seven.columns {
    width: 316px;
  }
  .container .eight.columns {
    width: 340px;
  }
  .container .nine.columns {
    width: 412px;
  }
  .container .ten.columns {
    width: 460px;
  }
  .container .eleven.columns {
    width: 508px;
  }
  .container .twelve.columns {
    width: 556px;
  }
  .container .thirteen.columns {
    width: 604px;
  }
  .container .fourteen.columns {
    width: 652px;
  }
  .container .fifteen.columns {
    width: 700px;
  }
  .container .sixteen.columns {
    width: 748px;
  }
  .container .one-third.column, .container .one-half.column, .container .one-quater.column {
    width: 236px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }
  .container .offset-by-two {
    padding-left: 96px;
  }
  .container .offset-by-three {
    padding-left: 144px;
  }
  .container .offset-by-four {
    padding-left: 192px;
  }
  .container .offset-by-five {
    padding-left: 240px;
  }
  .container .offset-by-six {
    padding-left: 288px;
  }
  .container .offset-by-seven {
    padding-left: 336px;
  }
  .container .offset-by-eight {
    padding-left: 384px;
  }
  .container .offset-by-nine {
    padding-left: 432px;
  }
  .container .offset-by-ten {
    padding-left: 480px;
  }
  .container .offset-by-eleven {
    padding-left: 528px;
  }
  .container .offset-by-twelve {
    padding-left: 576px;
  }
  .container .offset-by-thirteen {
    padding-left: 624px;
  }
  .container .offset-by-fourteen {
    padding-left: 672px;
  }
  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
  .container .columns, .container .column {
    margin: 0;
  }
  .container .one.column, .container .one.columns, .container .two.columns, .container .threeth.columns, .container .three.columns,  .container .three.columns1, .container .four.columns, .container .four.columns1, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .one-half.column, .container .one-quater.column, .container .two-thirds.column {
    width: 300px;
  }
  /* Offsets */
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
    padding-left: 0;
  }
  header .container.clearfix .one-third.column {}
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }
  .container .columns, .container .column {
    margin: 0;
  }
  .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, 
   .container .three.columns1, .container .four.columns, .container .four.columns1, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
    width: 420px;
  }
  .container .one-half.column {
    width: 180px;
    margin: 5px;
  }
  .container .one-quater.column {
    width: 150px;
    margin: 5px;
  }
  .button-tmain {
    height: 80px !important;
  }
  .container .threeth.columns {
    width: 180px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 767px) {  
  .container .columns1 {
    float: center;
    display: inline;
  }
  #footer{margin-bottom:95px;}
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after, .clearfix:after {
  clear: both;
}
.row, .clearfix {
  zoom: 1;
}
/* Import Basic Files
================================================== */
/* Site Styles
================================================== */
/* common styles */
.bottom {
  margin-bottom: 25px !important;
  font-size: 14px;
}
.bottom-center {
  text-align: center
}
.bs {
  margin-bottom: 1em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb3 {
  margin-bottom: 3em;
}
.mb05 {
  margin-bottom: 0.5em;
}
.mb15 {
  margin-bottom: 1.5em;
}
.mb2 {
  margin-bottom: 2em;
}
.container.clearfix .twelve.columns.top.bottom .square-list.mb2 {}
.mb5 {
  margin-bottom: 5em;
}
.mt1 {
  margin-top: 1em;
}
#nav {
  float: right;
}
.image-post.left, .form-box {
  float: left;
}
.title {
  padding: 10px 0 10px 0;
  margin: 15px 0 15px 0;
}
.bottom-2 {
  margin-bottom: 10px !important;
}
.top {
  margin-top: 5px;
}
.top-2 {
  margin-top: -10px;
}
.top-3 {
  margin-top: 20px;
}
.top-4 {
  margin-top: 25px;
}
.top-5 {
  margin-top: -2px;
}
.caption {
  position: relative;
}
/* header */
header {
  min-height: 80px;
  border-top: 1px solid #bbdbf3;
}
.logo {
  margin-top: 5px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
}
/* slider */
/* #slider {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
} */
/* main container */
h2.btitle {
  font-size: 17px;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-weight: nomal;
  background-color: #161AD8;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-repeat: repeat;
  line-height: 1.2em;
}
h2.title {
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
  font-size: 13px;
}
.blue {
  color: #448ACA;
  font-weight: bold;
}
.blue2 {
  color: #0000FF;
  font-weight: bold;
}
.wblue {
  color: #3300FF;
  font-weight: bold;
  ;
}
.green {
  color: #006400;
  font-weight: bold;
}
.pink {
  color: #ff6666;
  font-weight: bold;
}
.orange {
  color: #ff3300;
  font-weight: bold;
}
/* recent blog */
.recent-blog .blog-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0px;
}
.recent-blog .blog-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.recent-blog p {
  padding-bottom: 10px;
}
/* meta posts */
.image-post.left {
  margin-right: 20px;
}
/* footer */
footer {
  padding: 5px 0 22px 0;
  margin: 25px 0 0 0;
}
h3.title {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #747474;
  margin-bottom: 16px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.about {
  margin-bottom: 15px;
}
/* subscribe */
span.copyright {
  padding-top: 7px;
  display: block;
}
/* Forms */
input.text, textarea {
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
  width: 89%;
  display: block;
}
textarea {
  width: 96.6%;
  min-height: 150px;
}
.form-box {
  width: 200px;
  margin: 0 20px 15px 0;
}
.form-box.last {
  margin-right: 0;
}
.form-box.big {
  width: 100%;
}
.form-box label {
  padding: 5px 0;
  margin-bottom: 8px;
  display: block;
}
/* Under Construction */
ol.left100 {
  margin-left: 100px;
  font-size: 16px;
  line-height: 28px;
}
ol.left50 {
  margin-left: 50px;
  font-size: 16px;
  line-height: 28px;
}
.left50 {
  margin-left: 50px;
}
.left75 {
  margin-left: 75px;
}
.left25 {
  margin-left: 25px;
  font-size: 16px;
  line-height: 28px;
  color: #464646;
}
ul.left25 li {
  margin-left: 50px;
  font-size: 16px;
  line-height: 40px;
}
.left10 {
  margin-left: 10px;
}
.left20 {
  margin-left: 20px;
}
.left30 {
  margin-left: 30px;
}
.left40 {
  margin-left: 40px;
}
.bg_gray {
  background-color: #f0f8ff;
  padding: 15px 0 15px 0;
}
.p_box_ivoly {
  line-height: 28px;
  font-size: 16px;
  color: #464646;
  padding: 10px 0 10px 10px;
  background-color: #FFFACD;
}
.p_box_consilk {
  line-height: 28px;
  font-size: 16px;
  color: #464646;
  padding: 10px 30px 10px 30px;
  background-color: #f8f8ff;
}
.linehigh {
  line-height: 22px !important;
}
.sqnews {
  width: 350px;
  height: 300px;
  overflow: scroll;
  border: blue 5px solid;
}
.splide__slide img {
  width: 100%;
  height: auto;
}
.your-class {
  position: relative;
}
.your-class img {
  width: 100%;
}
.slick-arrow {
  height: 100%;
  width: 5rem;
  transform: translate(0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slick-prev {}
.slick-next {
  left: auto;
  right: 0;
}
.bx-wrapper {							/* スライダー領域の設定 */
	max-width: 960px;
	margin: 0 auto;
}
/*========================
　smartphone　bottom menu
　========================*/
.mini-text {
  font-size: 10px;
} /*文字大きさ*/
ul.bottom-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px; /*高さ*/
  margin: 0;
  padding: 0 0 45 0;
  background-color: #f5f5f5; /*背景色*/
  border-top: 2px solid #808080; /*バーの上の線*/
  border-bottom: 2px solid #808080; /*バーの下の線*/
  z-index: 30;
  }
ul.bottom-menu li {
  float: left;
  width: 25%;
  background-color: #f5f5f5; /*背景色*/
  list-style-type: none;
  text-align: center;
  font-size: 25px; /*アイコンのサイズ*/
}
.bottom-menu li a {
  display: block;
  color: #808080; /*アイコン＆文字の色*/
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 10px;
  text-decoration: none;
}
.bottom-menu li a:hover {
  color: #a9a9a9; /*マウスオーバー時の色*/
}
/* === 展開メニュー === */
ul.menu-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu-second-level li a {
  border-top: 1px dashed #a9a9a9; /*展開の枠点線*/
  font-size: 15px; /*展開メニューの文字サイズ*/
  line-height: 30px; /*文字の縦幅*/
}
.menu-second-level li a:hover {
  height: 100%;
  background: lightgrey; /*マウスオーバーの色*/
}
li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 47px; /*高さ*/
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
li.menu-width-max:hover ul.menu-second-level {
  bottom: 47px; /*高さ*/
  visibility: visible;
  opacity: 1;
}
li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}
.dlopdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
}
.submenuItems {
  display: none;
  background: #C8E6C9;
}
.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
  &:hover {
    background-color: #CDDC39;
    color: #fff;
  }
}

/* Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  span.copyright {
    padding-bottom: 17px;
    display: block;
    text-align: center;
  }
  .bx-wrapper {							/* スライダー領域の設定 */
	max-width: 760px;
	margin: 0 auto;
}
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .bottom-menu {
    display: none;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .r-add {
    text-align: center !important;
  }
  .r-add-f {
    font-size: 14px;
    line-height: 20px;
  }
  .r-mb1 {
    margin-bottom: 1em;
  }
  .flex-container {
    zoom: 1;
    position: relative;
    margin: 0;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo {
    margin: 10px 10%;
  }
  .js #nav {
    display: none;
  }
  .bx-wrapper {							/* スライダー領域の設定 */
	max-width: 480px;
	margin: 0 auto;
}
  /* #slider {
    margin-top: 20px;
  } */
  span.copyright {
    padding-bottom: 17px;
    display: block;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }
  img.pic {
    min-width: 200px;
  }
  .image-post img {
    min-width: 420px;
    max-height: 250px;
  }
  input.text, textarea {
    width: 94.8%;
  }
  .form-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .form input.button {
    width: 100%;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .logo {
    margin-top: 10px;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 10px;
  }
  .js #nav {
    display: none;
  }
  /* slider */
  /*#slider {
    margin-top: 20px;
  } */
  #toTop {
    right: 8px;
  }
  span.copyright {
    padding-bottom: 17px;
    display: block;
    text-align: center;
  }
  .image-post img {
    min-width: 300px;
    max-height: 220px;
  }
  input.text, textarea {
    width: 92.8%;
  }
  .form-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .form input.button {
    width: 100%;
  }
  .bx-wrapper {							/* スライダー領域の設定 */
	max-width: 400px;
	margin: 0 auto;
}
}
/* icon.css
================================================== */
.icon.home {
  background-position: -1px -68px;
  width: 20px;
  height: 21px
}
/* Blue Skin Colors
================================================== */
span.color, a:hover, .recent-blog .tags-comments a:hover, .square-list li:hover, .square-list li a:hover, .minus-list li:hover, .minus-list li a:hover, .breadcrumbs li a, h1.big {}
.red {
  color: #E90000;
}
.red2 {
  color: #E90000;
  font-weight: bold;
}
.big {
  font-size: 14px;
  line-height: 25px;
}
span.line, a.link, .meter > span:after, .animate > span > span, .button.color, .button.black:hover, .blue .colorTip, #toggle-view li h3.color, #options li a:hover, #options li a.selected, .ei-slider-thumbs li.ei-slider-element {
  background: #448aca;
}