@charset "utf-8";

/* reset
*********************************************************/

* {
  margin: 0;
  padding: 0;
}

figure{
  margin: 0;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.8rem;
}
h4,
h5,
h6 {
  font-size: 1.6rem;
}

/* common
*********************************************************/

html {
  font-size: 62.5%;
}

body {
  color: #333;
}

body,
.pure-g [class*="pure-u"] {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  body,
  .pure-g [class*="pure-u"] {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", sans-serif;
  }
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  @media only screen and(-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.center-block {
  display: block;
  margin: auto;
}

.wp-pagenavi {
  padding: 20px 0;
  background: #f9f9f9;
  margin-top: 45px;
  font-size: 1.6rem;
  overflow: hidden;
}

.wp-pagenavi.var01 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background: #fff;
}

.wp-pagenavi.var01 a {
  border: none;
  color: #333;
  background: none;
}

.wp-pagenavi span.current {
  background: #666;
  color: #fff;
  border-color: #666;
}

.bg-danger {
  background-color: #f2dede;
  padding: 5px;
}

.text-danger {
  color: #a94442;
}

a[href^="tel"] {
  text-decoration: none;
  color: inherit;
  cursor: default;
}

a[href^="tel"]:hover {
  opacity: 1;
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 1s;
}

.flickWrap {
  width: 100%;
}

p,
dl dt,
dl dd,
ul li,
ol li,
table th,
table td {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

ul.wp-block-latest-posts.has-dates li {
  font-size: 1.6rem;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  display: flex;
  flex-flow: row wrap;
}
ul.wp-block-latest-posts.has-dates li a,
ul.wp-block-latest-posts.has-dates li time {
  /*display: inline-block;*/
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.6rem;
}

ul.wp-block-latest-posts.has-dates li a {
  order: 2;
}
ul.wp-block-latest-posts.has-dates li time {
  order: 1;
  display: inline-block;
  padding-right: 2em;
}

.wp-block-image a {
  display: block;
}

@media screen and (max-width: 828px) {
  ul.wp-block-latest-posts.has-dates li a,
  ul.wp-block-latest-posts.has-dates li time {
    width: 100%;
    display: block;
  }

  .wp-block-image img {
    display: block;
    margin: auto;
  }

  .wp-block-column {
    flex-basis: 100%;
    flex-grow: 0;
  }

  a[href^="tel"] {
    /*text-decoration: underline;*/
  }
  .flickWrap {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 60px;
    padding: 30px 0;
  }

  .flickWrap::before {
    content: "※横スクロールでご覧いただけます。";
    color: #f55;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }

  .flickWrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
@media screen and (max-width: 450px) {
  p,
  dl dt,
  dl dd,
  ul li,
  ol li,
  table th,
  table td {
    font-size: 1.5rem;
  }
}

/* Header
*********************************************************/

#header {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header h1 {
  font-size: 1.4rem;
}

#header h1 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  display: block;
}

#header h1 a img {
  display: block;
  margin-top: 10px;
}

#header .wrap1 {
  padding-top: 10px;
}

#header .wrap1 ul,
#header .wrap1 a.sm_btn1 {
  display: inline-block;
  vertical-align: bottom;
}

#header .wrap1 ul {
  padding-right: 15px;
}

#header .wrap1 ul li {
  font-size: 1.5rem;
  text-align: left;
}

#header .wrap1 ul li:first-of-type {
  font-size: 2.4rem;
}
#header .wrap1 ul li:first-of-type small {
  font-size: 1.8rem;
}

#header .wrap1 a.sm_btn1 {
  width: 12em;
  padding: 15px 0;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#pageVisual img{
  display: block;
  max-width: 100%;
  height: auto;
}

#header a.menu-tel,
#header a.menu-trigger {
  display: none;
}

@media screen and (max-width: 1200px) {
  #header {
    padding-bottom: 20px;
  }

  #header h1 {
    float: none;
    width: calc(100% - 60px);
    padding-right: 60px;
  }

  #header h1 a img {
  }

  #header .wrap1 {
    display: none;
  }

  #header .wrap1 ul li,
  #header .wrap1 {
    text-align: center;
  }

  #header .wrap1 a.sm_btn1 {
    display: block;
    margin: 15px auto 0;
  }

  #header a.menu-tel {
    color: #333;
    font-size: 3rem;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 60px;
    top: 10px;
    z-index: 600;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header a.menu-tel i {
    /*width: 40px;
        height: 40px;*/
    /*display: inline-block;*/
    /*position: absolute;
        left: 50%;
        right: 50%*/
  }

  #header a.menu-trigger,
  #header a.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  #header a.menu-trigger {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 600;
    background: rgba(255, 255, 255, 0.75);
  }

  #header a.menu-trigger:hover {
    opacity: 1;
  }

  #header a.menu-trigger span {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
  }

  #header a.menu-trigger span:nth-of-type(1) {
    top: 10px;
  }

  #header a.menu-trigger span:nth-of-type(2) {
    top: 48%;
  }

  #header a.menu-trigger span:nth-of-type(3) {
    bottom: 10px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
  #footer .wrap1 dl dt a{
    margin: auto;
  }
}

/* GlobalNavi
*********************************************************/

#gNavi {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

#gNavi.fixed {
  border-bottom: solid 1px #cccccc;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

#gNavi ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#gNavi ul li {
  display: table-cell;
  font-size: 1.6rem;
  text-align: center;
  border-left: solid 1px #cccccc;
}
#gNavi ul li:last-of-type {
  border-right: solid 1px #cccccc;
}

#gNavi ul li a {
  color: inherit;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}

@media screen and (max-width: 1200px) {
  #gNavi {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    margin-top: 0;
  }
  #gNavi .container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;
  }
  #gNavi ul {
    border: none;
    position: absolute;
    right: -100%;
    top: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 110;
    padding-left: 0;
  }
  #gNavi ul li,
  #gNavi ul li:first-of-type {
    float: none;
    display: block;
    width: 100%;
    border: none;
    padding-left: 0;
    border-bottom: 1px dotted #fff;
  }
  #gNavi ul li + li {
    padding-left: 0;
  }
  #gNavi ul li a {
    color: #fff;
    line-height: 1;
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
  #gNavi ul li:first-of-type a {
    border: none;
  }
  #gNavi ul li a small {
    display: none;
  }
}

/* Breadcrumbs
*********************************************************/

#breadcrumbs {
  font-size: 1.5rem;
  margin-bottom: 80px;
  background: #f5f5f5;
  padding: 15px 0;
}

#breadcrumbs a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 828px) {
  #breadcrumbs {
    height: auto;
    padding: 15px 0;
    line-height: 1.6;
    /*margin-bottom: 20px;*/
  }
}

/* Content
*********************************************************/

@media screen and (max-width: 828px) {
}

/* sidebar
*********************************************************/

@media screen and (max-width: 828px) {
}

/* Footer
*********************************************************/

footer {
  margin-top: 60px;
}

#footer{
  padding-top: 45px;
}

#footer .wrap1 dl dt {
  padding-bottom: 20px;
}
#footer .wrap1 dl dt a {
  display: block;
}
#footer .wrap1 dl dd {
  line-height: 1.4;
}

#footer .wrap2 .inner1 ul {
  font-size: 0;
  margin-bottom: 25px;
}
#footer .wrap2 .inner1 ul li {
  display: inline-block;
}
#footer .wrap2 .inner1 ul li + li {
  margin-left: 15px;
}

#footer .wrap2 .inner1 ul li a {
  color: inherit;
  text-decoration: none;
}

#footer .wrap2 .inner2 {
  text-align: right;
}

#footer .wrap2 .inner2 ul,
#footer .wrap2 .inner2 a.sm_btn1 {
  display: inline-block;
  vertical-align: bottom;
}

#footer .wrap2 .inner2 ul {
  padding-right: 15px;
}

#footer .wrap2 .inner2 ul li {
  font-size: 1.5rem;
  text-align: left;
}

#footer .wrap2 .inner2 ul li:first-of-type {
  font-size: 2.4rem;
}
#footer .wrap2 .inner2 ul li:first-of-type small {
  font-size: 1.8rem;
}

#footer .wrap2 .inner2 a.sm_btn1 {
  width: 12em;
  padding: 15px 0;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#copyright {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
  margin-top: 35px;
}

@media screen and (max-width: 1200px) {
  #footer {
    text-align: center;
  }

  #footer .wrap1,
  #footer .wrap2 {
    float: none;
  }

  #footer .wrap1 dl dt {
    padding-bottom: 10px;
  }

  #footer .wrap1 dl dt a img {
    display: block;
    margin: auto;
  }

  #footer .wrap1 dl dd {
    text-align: center;
  }

  #footer .wrap2 .inner1 ul {
    margin-top: 20px;
  }
  #footer .wrap2 .inner1 ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  #footer .wrap2 .inner1 ul li + li {
    margin-left: 0;
  }
  #footer .wrap2 .inner1 ul li a {
    display: block;
    padding: 10px 0;
  }
  #footer .wrap2 .inner2 ul {
    padding-right: 0;
    width: 100%;
  }
  #footer .wrap2 .inner2 ul li {
    text-align: center;
  }
  #footer .wrap2 .inner2 a.sm_btn1 {
    display: block;
    margin: 20px auto 0;
  }
}

/* WP default
*********************************************************/

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/*@media (min-width: 600px){
    .wp-block-column:nth-child(odd) {
        margin-right: auto;
    }
    .wp-block-column:not(:last-child) {
        margin-right: 32px;
    }

}*/

@media (max-width: 600px) {
  .wp-block-column + .wp-block-column {
    margin-top: 25px;
  }
}

@media screen and (min-width: 2100px){
  #home .slick-track{
      display:flex;
  }
}

#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gNavi[style*=none]{
  display: block !important;
}

#gNavi[style*=none] ul[style*=none]{
  display: table !important;
}

@media screen and (max-width: 1200px){
  #gNavi[style*=none]{
      display: none !important;
  }
#gNavi ul{
      padding-bottom:150px;
  }
}
.rtt{
  display: none;
}
@media screen and (max-width:1200px) {
  .rtt{
      display: block;
      position: fixed;
      bottom: 20px;
      right: 20px;
      text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff;
  }
}
.grecaptcha-badge{
	left:0;
}