@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #4d2208;
  font-family: "YakuHanJP", "Noto Sans Japanese";
  font-size: 1.5rem;
  line-height: 1.8;
  background: #fbfbfb;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

a {
  color: #46CCEF;
  text-decoration: none;
  transition: all 0.3s ease; }

img {
  max-width: 100%;
  height: auto; }

.bold {
  font-weight: bold; }

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.animation {
  opacity: 0; }

.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1); }

.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1); }

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  .loader::after {
    animation: loader .5s linear infinite;
    border: 1px solid #46CCEF;
    border-radius: 50%;
    border-right: 1px solid rgba(70, 204, 239, 0.2);
    border-top: 1px solid rgba(70, 204, 239, 0.2);
    content: '';
    height: 70px;
    width: 70px;
    /*    content: "";
      width: 110px;
      height: 304px;
      background: url(../img/logo.png) no-repeat center center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);*/ }
  .loader.off {
    display: none; }

@keyframes loader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
#header {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  position: relative; }
  #header #head-contact .inner {
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center; }
  @media all and (max-width: 800px) {
    #header #head-contact .inner {
      width: 100%; }
      #header #head-contact .inner .head-tel, #header #head-contact .inner .head-mail {
        display: none; } }
  #header #logo {
    padding: 30px 10px 5px;
    position: absolute;
    top: -15px;
    left: 15px;
    z-index: 200; }
  #header .head-free {
    width: 370px;
    margin-right: auto; }
    @media all and (max-width: 800px) {
      #header .head-free {
        margin-left: 250px;
        width: 350px; } }
    @media all and (max-width: 639px) {
      #header .head-free {
        display: none; } }
  #header .head-tel,
  #header .head-mail {
    color: #fff;
    font-size: 1.6rem; }
    #header .head-tel a,
    #header .head-mail a {
      color: #fff;
      display: block;
      box-sizing: border-box;
      width: 150px;
      height: 70px;
      line-height: 70px;
      padding: 0 10px;
      text-align: center;
      font-weight: bold;
      background: #4d2208; }
      #header .head-tel a:hover,
      #header .head-mail a:hover {
        background: #1f0e03; }
      #header .head-tel a:before,
      #header .head-mail a:before {
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-right: 5px; }
    @media all and (max-width: 800px) {
      #header .head-tel,
      #header .head-mail {
        display: none; } }
  #header .head-tel {
    /*margin-right: 10px;*/ }
    #header .head-tel a {
      background: #46CCEF;
      width: 170px; }
      #header .head-tel a:before {
        content: "\f095"; }
      #header .head-tel a:hover {
        background: #17bfeb; }
  #header .head-mail a:before {
    content: "\f0e0"; }
  #header .head-comment {
    font-size: 1.3rem;
    margin-right: 10px; }
    @media all and (max-width: 800px) {
      #header .head-comment {
        display: none; } }
  #header .inner {
    margin: 0 auto;
    position: relative; }
    #header .inner #head-right {
      margin-left: auto; }
  #header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
    background: #fefefe;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1); }
    #header.scrolled #head-contact {
      height: 0; }
    #header.scrolled .head-tel,
    #header.scrolled .head-mail, #header.scrolled .head-comment, #header.scrolled .head-free {
      display: none; }
    #header.scrolled #logo {
      top: -20px; }
    #header.scrolled #navi {
      background: none; }

#navi {
  padding: 5px 0 3px;
  background: #fff;
  border-bottom: 1px dashed #13aed6; }
  #navi ul {
    margin: 0 auto;
    width: 1020px;
    box-sizing: border-box;
    padding-left: 280px;
    text-align: center;
    display: flex;
    flex-wrap: wrap; }
    #navi ul li {
      position: relative;
      flex: 1 0 auto;
      text-align: center; }
      #navi ul li a {
        display: block;
        position: relative;
        line-height: 1.5;
        font-size: 1.5rem;
        color: #4d2208;
        font-family: "Rounded Mplus 1c", sans-serif;
        padding: 45px 0 8px;
        font-weight: bold;
        text-align: center; }
        #navi ul li a span {
          display: block;
          font-size: 1.4rem;
          color: lemonchiffon;
          font-weight: bold; }
        #navi ul li a:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 2px;
          background: #8cdff5;
          content: '';
          transition: all 0.3s ease-in-out 0s; }
        #navi ul li a:hover:before {
          width: 100%; }
        #navi ul li a:after {
          position: absolute;
          content: "";
          display: block;
          width: 30px;
          height: 30px;
          background: url(../img/icon01.png) no-repeat center bottom;
          top: 10px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-background-size: contain;
          background-size: contain; }
      #navi ul li:nth-child(2) a:after {
        background: url(../img/icon02.png) no-repeat center bottom;
        background-size: contain; }
      #navi ul li:nth-child(3) a:after {
        background: url(../img/icon03.png) no-repeat center bottom;
        background-size: contain; }
      #navi ul li:nth-child(4) a:after {
        background: url(../img/icon04.png) no-repeat center bottom;
        background-size: contain; }
      #navi ul li:nth-child(5) a:after {
        background: url(../img/icon05.png) no-repeat center bottom;
        background-size: contain; }
      #navi ul li:nth-child(6) a:after {
        background: url(../img/icon06.png) no-repeat center bottom;
        background-size: contain; }

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999; }
  #page-top a {
    display: block;
    background: #17bfeb;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    text-align: center; }
    #page-top a:hover {
      opacity: 0.6; }

/* foot_navi
----------------------------------*/
.foot_navi {
  padding: 10px 0; }
  .foot_navi ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .foot_navi ul li {
      width: 32%;
      margin-bottom: 4px;
      box-sizing: border-box;
      margin: 0 0.5% 10px; }
      .foot_navi ul li a {
        color: #2C3E00;
        position: relative;
        padding-left: 20px;
        font-weight: bold; }
        .foot_navi ul li a:before {
          content: "";
          background-color: #fff;
          width: 10px;
          height: 4px;
          position: absolute;
          top: .45em;
          left: 0; }
        .foot_navi ul li a:hover {
          color: #fff; }

/* footer
----------------------------------*/
#footer {
  background: rgba(194, 214, 144, 0.8);
  position: relative;
  color: #111;
  border-top: 1px solid rgba(77, 34, 8, 0.5); }
  #footer:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    background: url(../img/bg-town.png) repeat-x left bottom;
    -webkit-background-size: auto 100px;
    background-size: auto 100px; }
  #footer .inner {
    width: 1020px;
    margin: 0 auto;
    padding: 15px 0; }
    #footer .inner .address {
      font-size: 1.2rem; }

.copyright {
  padding: 3px 0;
  background: #46CCEF;
  color: #fff;
  font-size: 1.2rem; }

/* juicysliderbox
----------------------------------*/
#juicysliderbox {
  position: relative;
  overflow: hidden; }

.juicysliderimg {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500; }
  .juicysliderimg h1,
  .juicysliderimg div {
    opacity: 0;
    -webkit-transition: 4s;
    -moz-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
    width: 100%;
    color: #FFFFFF;
    font-family: "Sawarabi Mincho";
    line-height: 1.3; }

#catch01 {
  z-index: 1000;
  margin-bottom: 2rem; }

#catch02 {
  z-index: 1000;
  font-size: 3rem;
  -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3); }

#catch01.catch01On,
#catch02.catch02On {
  opacity: 1;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  transition: 3s; }

/* slideshow
----------------------------------*/
/* bx-slider
----------------------------------*/
#flash {
  /*background: url(../bxslider/images/0.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
  position: relative;*/
  background: #fff;
 /* &:before{
   position: absolute;
   display: block;
   width: 100%;
   height: 213px;
   content:"";
   background: url(../img/slide-bottom.png) no-repeat center bottom;
   -webkit-background-size: cover;
   background-size: cover;
   left: 0;
   bottom:-1px;
   z-index: 10000;

  }*/ }
  @media all and (max-width: 800px) {
    #flash {
      padding-top: 70px; } }

.slide0 {
  background-image: url(../bxslider/images/0.jpg);
  background-position: center center; }

.slide1 {
  background-image: url(../bxslider/images/1.jpg);
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    .slide1 {
      background-position: center left; } }

.slide2 {
  background-image: url(../bxslider/images/2.jpg);
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    .slide2 {
      background-position: center left; } }

.slide3 {
  background-image: url(../bxslider/images/3.jpg);
  background-position: center center; }

.slide0, .slide1, .slide2, .slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  padding: 0px 0; }

.slideimg {
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
  /* @include for-size(phone-only){
    height: 70vh;
   }*/ }

/* bg_contact
----------------------------------*/
.bg_contact {
  background: #E9FAFF;
  padding-bottom: 100px; }
  .bg_contact .single {
    padding: 30px 0; }
  @media all and (max-width: 639px) {
    .bg_contact .single {
      padding: 20px 0; } }

.contact-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Rounded Mplus 1c", sans-serif;
  margin-bottom: 10px; }
  @media all and (max-width: 639px) {
    .contact-txt {
      font-size: 1.5rem; } }

.contact_bnr {
  text-align: center; }
  .contact_bnr li {
    display: inline-block;
    margin: 0 15px; }
    .contact_bnr li .bnr_tel {
      border: 1px solid #46CCEF;
      color: #FFFFFF;
      letter-spacing: .1em;
      background: #46CCEF; }
      .contact_bnr li .bnr_tel:before {
        content: "\f095"; }
      .contact_bnr li .bnr_tel:hover {
        background: #17bfeb;
        color: #FFFFFF; }
    .contact_bnr li .bnr_fax {
      background: #FFFFFF;
      border: 1px solid #46CCEF;
      color: #46CCEF; }
      .contact_bnr li .bnr_fax:before {
        content: "\f1ac"; }
    .contact_bnr li .bnr_mail {
      border: 1px solid #c2d690;
      background: #aec86b;
      color: #fff; }
      .contact_bnr li .bnr_mail:before {
        content: "\f0e0";
        font-weight: 100; }
      .contact_bnr li .bnr_mail:hover {
        background: #5c702a;
        color: #fff; }
    .contact_bnr li a,
    .contact_bnr li span {
      display: block;
      padding: 8px 5px;
      width: 250px;
      color: #FFFFFF;
      font-size: 1.7rem;
      font-weight: bold;
      /*   border-radius: 25px;*/ }
      .contact_bnr li a:before,
      .contact_bnr li span:before {
        font-family: 'FontAwesome';
        margin-right: 5px; }

/* contents
----------------------------------*/
.single {
  width: 1020px;
  margin: 0 auto;
  padding: 50px 0; }

.single02 {
  margin: 0 auto;
  padding: 50px 0; }

.margin-top {
  margin-top: -40px; }
  @media all and (max-width: 639px) {
    .margin-top {
      margin-top: -30px; } }

.mbox {
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  padding: 20px; }
  @media all and (max-width: 639px) {
    .mbox {
      padding: 10px; } }

.mbox2 {
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #46CCEF;
  padding: 10px;
  background: #fefefe;
  color: #111; }

.mbox3 {
  border: 2px solid #fff;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.mbox-black {
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: #fff; }
  @media all and (max-width: 639px) {
    .mbox-black {
      padding: 10px; } }

.bg01 {
  background: url(../img/bg_body2.jpg); }

.bg02 {
  background: rgba(70, 204, 239, 0.2); }

.bg-grid {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0.9);
 /* border-top: 1px solid #555;
border-bottom: 1px solid #555;*/
  background-image: -webkit-linear-gradient(transparent 95%, rgba(170, 170, 170, 0.2) 50%, rgba(170, 170, 170, 0.2)), -webkit-linear-gradient(0deg, transparent 95%, rgba(170, 170, 170, 0.2) 50%, rgba(170, 170, 170, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat; }

.bg-map {
  background: url(../img/map.png) no-repeat right bottom; }
  @media all and (max-width: 639px) {
    .bg-map {
      -webkit-background-size: auto 200px;
      background-size: auto 200px; } }

.bg-wood {
  background: url(../img/bg-wood.jpg); }

.bg-gray {
  background: #faf6f2; }

.bg-blue {
  background: #E9FAFF; }

#main {
  float: left;
  width: 70%; }

#side {
  float: right;
  width: 26%; }

@media all and (max-width: 639px) {
  #main,
  #side {
    float: none;
    width: 100%; } }

/* mtitle
----------------------------------*/
.mtitle {
  color: #4d2208;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem; }
  .mtitle span {
    font-size: 4rem;
    line-height: 1.4;
    display: block;
    font-weight: bold;
    position: relative;
    font-family: "Rounded Mplus 1c", sans-serif;
    color: #46CCEF;
    letter-spacing: .1rem; }
    .mtitle span:after {
      content: "";
      width: 40px;
      height: 3px;
      border-radius: 10px;
      background: #a4e6f7;
      position: absolute;
      left: 50%;
      bottom: -1px;
      transform: translate3d(-50%, 0, 0); }
  .mtitle.white {
    color: #fff; }
    .mtitle.white span {
      color: #fff; }
      .mtitle.white span:after {
        background: #fff59a; }
  .mtitle.mtitle_left {
    text-align: left; }
    .mtitle.mtitle_left span:after {
      left: 0;
      transform: none; }

.mtitle_sub {
  color: #4d2208;
  line-height: 2.0;
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #46CCEF;
  margin: 8px 0; }
  .mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #c2d690; }

.title-point {
  font-weight: bold;
  color: #4d2208;
  background: #ccc;
  padding: 3px 5px; }

.mtitle-bll {
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 2px solid #ccc;
  position: relative;
  margin-bottom: 15px; }
  .mtitle-bll:before {
    margin-right: 5px;
    font-family: 'FontAwesome';
    content: "\f105"; }
  .mtitle-bll:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #46CCEF;
    bottom: -2px;
    width: 100px;
    left: 0;
    text-indent: 2px;
    color: #AAAAAA; }
  @media all and (max-width: 639px) {
    .mtitle-bll {
      font-size: 1.5rem; } }

.mtitle_box {
  background: #46CCEF;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  /*&:before {
   position: absolute;
   font-family: "Font Awesome 5 Free";
   content: '\f067';
   display: block;
   //right: -1px;
   top: 47%;
   transform: translateY(-50%);
   color: #fff;
  }*/ }
  .mtitle_box span {
    font-weight: normal;
    font-size: 14px; }
  @media all and (max-width: 639px) {
    .mtitle_box {
      font-size: 1.6rem; } }

.mtext1 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .1rem;
  line-height: 1.5;
  color: #111; }

.mtext2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center; }

.mtext3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px; }
  @media all and (max-width: 639px) {
    .mtext3 {
      font-size: 1.6rem; } }

.mtext4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6; }
  @media all and (max-width: 639px) {
    .mtext4 {
      font-size: 1.4rem; } }

.greet-title {
  font-size: 4rem;
  color: #46CCEF;
  font-family: "Rounded Mplus 1c", sans-serif;
  background: -webkit-linear-gradient(0deg, #46CCEF, #46CCEF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.mtitle_bnr {
  font-size: 2rem;
  font-weight: 600;
  color: #46CCEF;
  text-align: center;
  margin-bottom: 10px; }
  .mtitle_bnr:before {
    font-family: 'FontAwesome';
    font-weight: bold;
    margin-right: 5px; }
  .mtitle_bnr.mtitle_bnr_01:before {
    content: "\f015"; }
  .mtitle_bnr.mtitle_bnr_02:before {
    content: "\f0ad"; }

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal; }
  .mtitle_category:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0ca";
    margin-right: 5px;
    color: #46CCEF; }

.mtitle_catch {
  margin-bottom: 20px;
  background: #faf6f2;
  padding: 14px 15px 10px;
  font-size: 1.8rem;
  font-weight: normal; }

.w60p {
  width: 60%; }
  @media all and (max-width: 639px) {
    .w60p {
      width: 100%; } }

/* btn
----------------------------------*/
.btn01 a {
  background: #FFFFFF;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 8px 5px;
  font-weight: bold;
  border: 1px solid #46CCEF;
  border-radius: 25px;
  margin-bottom: 10px;
  font-size: 1.7rem; }
  .btn01 a:hover {
    background: #46CCEF;
    color: #FFFFFF; }
.btn01 .tel:before {
  font-family: 'FontAwesome';
  content: "\f095";
  padding: 0 5px 0 0; }
.btn01 .tel:hover {
  background: #17bfeb;
  color: #FFFFFF; }
.btn01 .mail:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  padding: 0 5px 0 0;
  font-weight: 100; }
.btn01 .mail:hover {
  background: #17bfeb;
  color: #FFFFFF; }

.btn02 {
  max-width: 300px;
  margin: 20px auto 0; }
  .btn02 a {
    display: block;
    position: relative;
    padding: 8px 0;
    background-color: #46CCEF;
    border: 1px solid #46CCEF;
    line-height: 24px;
    letter-spacing: .1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #FFFFFF; }
    .btn02 a i {
      display: block;
      position: absolute;
      top: 50%;
      right: -10px;
      width: 50px;
      height: 1px;
      background-color: #FFFFFF;
      transition: all 0.3s ease; }
    .btn02 a:hover {
      background: #FFFFFF;
      border: 1px solid #46CCEF;
      color: #46CCEF; }
      .btn02 a:hover i {
        width: 34px; }
  @media all and (max-width: 639px) {
    .btn02 {
      max-width: 280px; }
      .btn02 a {
        font-size: 1.4rem; } }

/* news
----------------------------------*/
.news {
  overflow: hidden; }
  .news dt {
    float: left;
    width: 8em;
    padding-top: 10px;
    font-weight: normal; }
  .news dd {
    padding: 10px 0 10px 8em;
    border-bottom: 1px dotted #DDDDDD; }
    .news dd:last-child {
      border-bottom: none; }

.news-bl {
  overflow: hidden;
  margin: 15px auto; }
  .news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #46CCEF;
    color: #FFFFFF;
    text-align: center; }
  .news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #DDDDDD;
    margin: 0 0 10px; }
    .news-bl dd:last-child {
      margin: 0;
      border-bottom: none; }

/* bg-greet
----------------------------------*/
.bg-greet {
  background: url(../img/bg-greet.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 280px;
  margin-bottom: -250px; }

.bg-01 {
  background: url(../img/bg-02.jpg) no-repeat center bottom, rgba(255, 250, 205, 0.4);
  background-size: cover; }

.bg-02 {
  background: #edf7ef; }

.bg-03 {
  background: url(../img/bg-01.png) no-repeat center center, rgba(255, 250, 205, 0.4);
  background-size: cover; }

.bg-black1 {
  background: rgba(0, 0, 0, 0.5); }

/* article
----------------------------------*/
.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .article .article_detail {
    width: 40%;
    box-sizing: border-box;
    padding: 100px 0; }
    .article .article_detail .inner {
      margin: 0 auto;
      width: 80%; }
      @media all and (max-width: 800px) {
        .article .article_detail .inner {
          width: 90%; } }
  .article.article_01 {
    background: #d6e4b5; }
    .article.article_01 .article_image {
      background-image: url(../img/article_image_01.jpg); }
  @media all and (max-width: 639px) {
    .article .article_image,
    .article .article_detail {
      width: 100%; }
    .article .article_image {
      display: none; }
    .article .article_detail {
      padding: 30px 0; } }

/* tbl
----------------------------------*/
.tbl {
  width: 100%; }
  .tbl th,
  .tbl td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #6f7f3e; }
  .tbl th {
    background: rgba(194, 214, 144, 0.8);
    font-weight: 700;
    text-align: center; }
    .tbl th span {
      font-size: 1.4rem; }
    .tbl th.th-1 {
      background: rgba(163, 205, 118, 0.3); }
  .tbl td {
    background: #fff; }
  .tbl .cell01 {
    width: 25%; }

.tbl_new {
  width: 100%; }
  .tbl_new tr th,
  .tbl_new tr td {
    vertical-align: middle;
    padding: 10px; }
  .tbl_new tr th {
    font-weight: 500;
    color: #46CCEF; }
    .tbl_new tr th span {
      font-size: 1.4rem; }
  .tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
    background: rgba(70, 204, 239, 0.1); }

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px; }
  .company th,
  .company td {
    padding: 10px;
    vertical-align: middle; }
  .company th {
    text-align: left;
    width: 25%;
    position: relative;
    background: #46CCEF;
    color: #FFFFFF;
    font-weight: normal; }
    .company th::after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #F9F9F9;
      border-width: 10px;
      border-left-color: #46CCEF;
      margin-top: -10px; }
  .company td {
    background: #F9F9F9;
    padding-left: 20px; }

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden; }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC; }
  .list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.list_note {
  font-weight: bold;
  background: #faf6f2;
  padding: 8px; }
  .list_note li {
    padding-bottom: 5px; }
    .list_note li:not(:last-child) {
      margin-bottom: 5px;
      border-bottom: 1px dashed #ccc; }
    .list_note li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      margin-right: 3px;
      color: #46CCEF; }

.list_check li:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  margin: 0 5px 0 -1.5em;
  color: #46CCEF; }

.ol-list {
  counter-reset: number;
  /* 名前を付けたカウンターをリセット */
  list-style: none;
  /* olが数字を付けることをキャンセル */
  padding-left: 5px; }
  .ol-list li {
    line-height: 2;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .ol-list li:before {
      counter-increment: number;
      content: counter(number);
      background: #46CCEF;
      display: inline-block;
      width: 2em;
      height: 2em;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      margin-right: .3em; }

/* point
----------------------------------*/
.point-wrap {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 5px; }
  .point-wrap dt {
    position: relative;
    overflow: hidden;
    padding-left: 90px;
    font-size: 1.8rem;
    color: #46CCEF;
    border-bottom: 1px dashed #46CCEF;
    margin-bottom: 5px; }
    .point-wrap dt span {
      position: absolute;
      display: block;
      width: 80px;
      height: 80px;
      background: #17bfeb;
      font-size: 4rem;
      color: #fff;
      left: 0;
      bottom: -30px;
      text-align: center; }
  .point-wrap dd {
    padding: 5px; }
  @media all and (max-width: 639px) {
    .point-wrap dt {
      font-size: 1.6rem;
      line-height: 1.6;
      overflow: visible;
      padding-left: 70px; }
      .point-wrap dt span {
        width: 60px;
        height: 40px;
        line-height: 40px;
        bottom: 0;
        font-size: 2rem; } }

/* blog
----------------------------------*/
.blog-wrap {
  display: flex;
  flex-wrap: wrap; }
  .blog-wrap * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .blog-wrap > li {
    width: 24%;
    margin: 0 0.5% 15px 0.5%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc; }
    @media all and (max-width: 639px) {
      .blog-wrap > li {
        width: 90%;
        margin: 0 auto 10px; } }

.blog-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc; }
  .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    font-family: 'object-fit: cover;';
    /*IE対策*/ }
  .blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.blog-date {
  color: #46CCEF;
  font-size: 14px; }
  .blog-date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 5px; }

.blog-txt {
  font-size: 14px;
  line-height: 1.5;
  color: #46CCEF; }
  @media all and (max-width: 639px) {
    .blog-txt {
      font-size: 12px; } }

.blog {
  display: block;
  padding: 15px;
  background: #FFFFFF;
  box-sizing: border-box;
  color: #323232; }
  .blog:hover .blog_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.date {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-align: right; }
  .date.date_02 {
    margin-bottom: 15px; }
  .date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 5px; }

.pages {
  text-align: center;
  margin-top: 30px; }
  .pages .page_next,
  .pages .page_prev {
    display: inline;
    margin: 0 20px; }

.category_nav {
  border: 1px solid #DDDDDD; }
  .category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #DDDDDD;
    background-color: #FFFFFF; }
    .category_nav li a:before {
      font-family: 'FontAwesome';
      content: "\f0a9";
      margin-right: 5px; }
    .category_nav li a:hover {
      background: #faf6f2; }
  .category_nav li:last-child a {
    border-bottom: none; }

/* column
----------------------------------*/
.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .column2 .child {
    position: relative;
    width: 49%; }
    @media all and (max-width: 639px) {
      .column2 .child {
        width: 100%;
        margin: 0 auto 10px;
        flex-direction: column-reverse; } }
  .column2 .foot_add {
    width: 35%; }
  .column2 .foot_right {
    width: 60%; }
  @media all and (max-width: 639px) {
    .column2 .foot_add, .column2 .foot_right {
      width: 100%;
      margin: 0 auto 10px; } }

.column3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.3rem; }
  .column3 .child {
    width: 31.3%;
    position: relative; }
  .column3.align-items {
    align-items: center; }

.column4 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap; }
  .column4 .child {
    width: 23.5%;
    margin: 0 2% 2% 0;
    position: relative; }
    .column4 .child:nth-child(4n) {
      margin: 0 0 2% 0; }

/* flickSlider
--------------------------- */
.flickSlider {
  margin: 0 auto;
  text-align: left;
  display: none; }
  .flickSlider .flickView {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden; }
    .flickSlider .flickView ul {
      top: 0;
      left: 0;
      width: 100%;
      position: absolute;
      overflow: hidden; }
      .flickSlider .flickView ul li {
        width: 100%;
        float: left;
        display: inline;
        overflow: hidden; }
        .flickSlider .flickView ul li img {
          width: 100%; }
  .flickSlider .flickThumb {
    width: 100%;
    overflow: hidden; }
    .flickSlider .flickThumb ul {
      width: 110%; }
      .flickSlider .flickThumb ul li {
        float: left;
        cursor: pointer;
        display: inline; }
        .flickSlider .flickThumb ul li img {
          width: 100%; }
        .flickSlider .flickThumb ul li.active {
          filter: alpha(opacity=100) !important;
          -moz-opacity: 1 !important;
          opacity: 1 !important; }
  .flickSlider .btnPrev,
  .flickSlider .btnNext {
    top: 0;
    width: 5%;
    height: 100%;
    position: absolute;
    cursor: pointer; }
  .flickSlider .btnPrev {
    left: 0;
    background: url(../img/btnPrev.png) no-repeat center center #000000; }
  .flickSlider .btnNext {
    right: 0;
    background: url(../img/btnNext.png) no-repeat center center #000000; }

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1; }

.w300 {
  width: 300px; }

.spbr {
  display: none; }

.num {
  color: #FF0000;
  font-weight: bold;
  margin-right: 5px; }

.color1 {
  color: #17bfeb; }

.color2 {
  color: #c2d690; }

.color3 {
  color: #02348b; }

/* page_title_box
----------------------------------*/
.page_title_box {
  position: relative;
  padding: 100px 0 50px;
  box-sizing: border-box; }
  .page_title_box .page_title {
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;
    width: 1020px;
    font-family: "Rounded Mplus 1c", sans-serif;
    margin: 0 auto;
    color: #4d2208;
    text-shadow: 2px 2px 4px #fff;
    font-weight: bold;
    letter-spacing: .1rem; }
    .page_title_box .page_title span {
      display: block;
      font-size: 1.8rem;
      padding-top: 10px;
      font-weight: bold; }
    .page_title_box .page_title.white {
      color: #fff;
      text-shadow: none; }
      .page_title_box .page_title.white span {
        color: #fff;
        text-shadow: none; }

.page_title_box01 {
  background: url(../img/bg-01.png) no-repeat 50%;
  background-size: cover; }

.page_title_box02 {
  background: url(../img/title_box02.jpg) no-repeat 50% 70%;
  background-size: cover; }

.page_title_box03 {
  background: url(../img/title_box03.jpg) no-repeat center 30%;
  background-size: cover; }

.page_title_box04 {
  background: url(../img/title_box04.jpg) no-repeat 50% 40%;
  background-size: cover; }

.page_title_box05 {
  background: url(../img/title_box05.jpg) no-repeat center;
  background-size: cover; }

/* breadcrumb_box
----------------------------------*/
.breadcrumb_box {
  padding: 5px 0;
  margin: 0 auto;
  position: relative; }
  .breadcrumb_box .breadcrumb {
    margin: 0 auto 0;
    width: 1020px;
    padding-left: 0;
    font-size: 1.3rem; }
    .breadcrumb_box .breadcrumb li {
      display: inline; }
      .breadcrumb_box .breadcrumb li a {
        color: #46CCEF; }
      .breadcrumb_box .breadcrumb li + li:before {
        margin: 0 10px;
        content: ">"; }
      .breadcrumb_box .breadcrumb li .home {
        font-family: 'FontAwesome'; }

/* form
----------------------------------*/
.form {
  margin: 0 auto; }
  .form dl dt {
    float: left;
    width: 280px;
    padding-top: 5px; }
    .form dl dt:before {
      font-family: "Font Awesome 5 Free";
      margin-right: 5px;
      content: "\f0da";
      font-weight: bold;
      color: #46CCEF; }
    .form dl dt span {
      color: #fff;
      background: #FF4F4F;
      padding: 0 5px 0;
      margin-right: 5px;
      font-size: 11px;
      border-radius: 2px;
      position: relative;
      top: -2px; }
  .form dl dd {
    padding-left: 280px;
    padding-bottom: 10px;
    padding-top: 15px;
    line-height: 1.5;
    border-bottom: 1px dotted #CCCCCC; }
    .form dl dd:last-child {
      border-bottom: none; }
  .form .textarea,
  .form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box; }
  .form .textarea {
    height: 30px; }
  .form .textarea02 {
    width: 48.5%;
    margin-right: 3%; }
    .form .textarea02:last-child {
      margin-right: 0; }
  .form .textarea03 {
    width: 20%;
    margin-right: 1%; }
  .form button {
    cursor: pointer;
    display: block;
    color: #111;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #46CCEF;
    border: 1px solid #46CCEF;
    border-radius: 25px;
    color: #fff; }
    .form button:hover {
      background: #c2d690;
      color: #fff; }
    .form button:before {
      font-family: 'FontAwesome';
      font-weight: normal;
      content: "\f0e0";
      margin-right: 10px; }
  .form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333; }
    .form .select-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative;
      z-index: 2;
      display: block;
      width: 200%;
      width: -webkit-calc(100% + 5em);
      margin: 0;
      padding: 11px 35px 11px 11px;
      padding: .6875rem 2.1875rem .6875rem .6875rem;
      background: transparent;
      border: 0;
      outline: none;
      line-height: 1.5; }
  .form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #46CCEF; }
  .form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block; }
    .form label.radio_text:before {
      position: absolute;
      width: 15px;
      height: 15px;
      border: 1px solid #ccc;
      border-radius: 50%;
      left: 0px;
      top: 2px;
      content: '';
      z-index: 3; }
    .form label.radio_text:after {
      content: '';
      position: absolute;
      width: 11px;
      height: 11px;
      border-radius: 100%;
      left: 3px;
      top: 5px;
      background-color: #46CCEF;
      z-index: 1; }
    .form label.radio_text input[type="radio"] {
      -moz-appearance: none;
      -webkit-appearance: none;
      position: absolute;
      z-index: 2;
      width: 20px;
      height: 20px;
      left: -23px;
      top: 0px;
      margin: 0px;
      box-shadow: 20px -1px #f5f5f5; }
      .form label.radio_text input[type="radio"]:checked {
        box-shadow: none; }
      .form label.radio_text input[type="radio"]:focus {
        opacity: 0.2;
        box-shadow: 20px -1px #eeebda; }
  .form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box; }
    .form label.checkbox_text:before {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      left: 0px;
      top: 0;
      border: 1px solid #ccc;
      z-index: 3;
      padding: 1px;
      box-sizing: border-box; }
    .form label.checkbox_text:after {
      content: '';
      position: absolute;
      top: 40%;
      left: 5px;
      display: block;
      margin-top: -9px;
      width: 8px;
      height: 12px;
      border-right: 3px solid #46CCEF;
      border-bottom: 3px solid #46CCEF;
      transform: rotate(45deg);
      z-index: 1; }
    .form label.checkbox_text input[type="checkbox"] {
      -moz-appearance: none;
      -webkit-appearance: none;
      position: absolute;
      left: -40px;
      width: 20px;
      height: 20px;
      display: block;
      box-shadow: 41px 0px #FFF;
      z-index: 2;
      margin: 0px;
      padding: 0px; }
      .form label.checkbox_text input[type="checkbox"]:checked {
        box-shadow: none; }
        .form label.checkbox_text input[type="checkbox"]:checked:focus {
          box-shadow: 40px 0px #666;
          opacity: 0.1; }
      .form label.checkbox_text input[type="checkbox"]:focus {
        box-shadow: 41px 0px #EEE; }

/* bnr
----------------------------------*/
.bnr {
  display: flex;
  justify-content: space-between; }
  .bnr li {
    width: 33.3333333%; }
  @media all and (max-width: 639px) {
    .bnr {
      display: block; }
      .bnr li {
        float: none;
        width: 100%; } }

/* top_bnr
----------------------------------*/
.top_bnr {
  position: relative;
  overflow: hidden;
  min-width: 220px;
  width: 100%;
  background: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #FFFFFF; }
  .top_bnr * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
  .top_bnr img {
    max-width: 100%;
    position: relative;
    opacity: 0.9; }
  .top_bnr figcaption {
    position: absolute;
    top: 45%;
    left: 7%;
    right: 7%;
    bottom: 45%;
    border: 1px solid white;
    border-width: 1px 1px 0; }
  .top_bnr .heading {
    overflow: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    bottom: 0;
    width: 100%; }
  .top_bnr h2 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    font-size: 2.2rem;
    text-transform: uppercase;
    text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.6);
    font-weight: bold; }
    .top_bnr h2:before, .top_bnr h2:after {
      position: absolute;
      display: block;
      width: 1000%;
      height: 1px;
      content: '';
      background: white;
      top: 50%; }
    .top_bnr h2:before {
      left: -1000%; }
    .top_bnr h2:after {
      right: -1000%; }
  .top_bnr p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    line-height: 1.6em; }
  .top_bnr a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  .top_bnr:hover img, .top_bnr.hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .top_bnr:hover figcaption, .top_bnr.hover figcaption {
    top: 7%;
    bottom: 7%; }
  .top_bnr:hover p, .top_bnr.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s; }

.shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

/*photoギャラリー*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .gallery li {
    box-sizing: border-box;
    width: 32%;
    margin: 0 0.5% 15px; }
    .gallery li a {
      background: #f2f2f2;
      display: block;
      text-align: center;
      padding: 0px;
      height: 180px; }
      .gallery li a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        /*IE対策*/ }
    .gallery li p {
      font-size: 13px;
      line-height: 1.4; }
  @media all and (max-width: 639px) {
    .gallery li {
      width: 49%; } }
  .gallery.gallery2 li {
    width: calc((100% - 32px) /5);
    box-sizing: content-box;
    margin: 0 8px 20px 0; }
    .gallery.gallery2 li:nth-child(5n) {
      margin-right: 0; }
    @media all and (max-width: 639px) {
      .gallery.gallery2 li {
        width: calc((100% - 40px) /3);
        box-sizing: content-box;
        margin: 0 6px 10px; }
        .gallery.gallery2 li:nth-child(3n) {
          margin-right: 0; }
        .gallery.gallery2 li:nth-child(5n) {
          margin-right: 6px; } }
  @media all and (max-width: 800px) {
    .gallery > li {
      width: 24%; }
      .gallery > li a {
        height: 80px; } }
  @media all and (max-width: 639px) {
    .gallery > li {
      width: 100%;
      margin: 0 auto 15px; }
      .gallery > li a {
        height: 120px; } }

.list2 {
  display: flex;
  flex-wrap: wrap; }
  .list2 li {
    box-sizing: border-box;
    width: 48.5%;
    margin: 0 3% 15px 0; }
    .list2 li:nth-child(2n) {
      margin-right: 0; }
    .list2 li a {
      background: #f2f2f2;
      display: block;
      text-align: center;
      padding: 0px;
      height: 250px; }
      .list2 li a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;';
        /*IE対策*/ }
    @media all and (max-width: 639px) {
      .list2 li {
        width: 100%;
        margin: 0 auto 15px; }
        .list2 li a {
          height: 200px; } }

.prv dt {
  color: #46CCEF;
  border-bottom: 1px solid #ccc;
  margin: 10px 0; }

/* linkbtnA
----------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto; }
  .flex li {
    width: 49%;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(70, 204, 239, 0.2); }
    .flex li .border {
      position: absolute;
      background: none;
      transition: all .3s ease-in-out; }
      .flex li .border:nth-of-type(1) {
        top: 0;
        left: 0;
        border-left: 1px solid #4d2208;
        border-top: 1px solid #4d2208;
        width: 50px;
        height: 30px; }
      .flex li .border:nth-of-type(2) {
        bottom: 0;
        right: 0;
        border-right: 1px solid #4d2208;
        border-bottom: 1px solid #4d2208;
        width: 50px;
        height: 30px; }
    .flex li:hover {
      background: #46CCEF; }
      .flex li:hover .border {
        width: 102%;
        height: 105%; }
      .flex li:hover .linkbtn-more {
        background: #46CCEF;
        color: #fff;
        transition: all 0.55s ease; }
    .flex li a {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
      -webkit-transition: all 0.55s ease;
      transition: all 0.55s ease; }
    .flex li:hover .snip1445 img,
    .flex li:hover .snip1445 .hover img {
      zoom: 1;
      filter: alpha(opacity=50);
      -webkit-opacity: 0.4;
      opacity: 0.4; }
    .flex li:hover .snip1445 figcaption:before,
    .flex li:hover .snip1445 .hover figcaption:before,
    .flex li:hover .snip1445 figcaption:after,
    .flex li:hover .snip1445 .hover figcaption:after,
    .flex li:hover .snip1445 figcaption div:before,
    .flex li:hover .snip1445 .hover figcaption div:before,
    .flex li:hover .snip1445 figcaption div:after,
    .flex li:hover .snip1445 .hover figcaption div:after {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .flex li:hover .snip1445 figcaption:before,
    .flex li:hover .snip1445 .hover figcaption:before,
    .flex li:hover .snip1445 figcaption:after,
    .flex li:hover .snip1445 .hover figcaption:after {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .flex li:hover .linkbtn-ttl {
      color: #fff; }

.snip1445 {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 100%;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #111;
  border: 1px solid #fff; }
  .snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease; }
    .snip1445 *:before, .snip1445 *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.55s ease;
      transition: all 0.55s ease; }
  .snip1445 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top; }
  .snip1445 figcaption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 10px 10px; }
    .snip1445 figcaption:before, .snip1445 figcaption:after {
      height: 1px;
      width: 100%;
      position: absolute;
      content: '';
      background-color: #ffffff; }
    .snip1445 figcaption:before {
      top: 0;
      left: 0;
      -webkit-transform: translateX(200%);
      transform: translateX(200%); }
    .snip1445 figcaption:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateX(-250%);
      transform: translateX(-250%); }
    .snip1445 figcaption > div:before, .snip1445 figcaption > div:after {
      width: 1px;
      height: 300px;
      position: absolute;
      content: '';
      background-color: #ffffff; }
    .snip1445 figcaption > div:before {
      top: 0;
      left: 0;
      -webkit-transform: translateY(200%);
      transform: translateY(200%); }
    .snip1445 figcaption > div:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(-250%);
      transform: translateY(-250%); }
  .snip1445 h2,
  .snip1445 h4 {
    margin: 0;
    width: 150px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #46CCEF; }
  .snip1445 h2 {
    font-size: 1.8rem;
    line-height: 1.4; }
  .snip1445 .click {
    display: block;
    font-weight: bold;
    width: 170px;
    margin-left: auto;
    background-color: #c2d690;
    padding: 3px 10px;
    color: #111;
    text-shadow: #fff 0px 0px 0px; }
  .snip1445 img {
    opacity: 0.9; }

.linkbtn-ttl {
  font-size: 2rem;
  color: #46CCEF;
  margin-bottom: 10px;
  float: left;
  border-bottom: 1px solid #46CCEF; }
  @media all and (max-width: 639px) {
    .linkbtn-ttl {
      font-size: 1.6rem; } }

.linkbtn-more {
  float: right;
  background: #111;
  color: #fff;
  padding: 3px;
  border: 1px solid lemonchiffon; }
  @media all and (max-width: 639px) {
    .linkbtn-more {
      font-size: 1.2rem; } }

@media screen and (max-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .flex li {
      width: 80%;
      margin-bottom: 30px; }

  .snip1445 {
    min-width: 230px;
    max-width: 100%;
    height: 200px; }
    .snip1445 img {
      opacity: 0.6;
      width: 100%; } }
@media screen and (max-width: 480px) {
  .flex li {
    width: 95%; } }
.txt {
  line-height: 2;
  padding: 5px; }

.linkbtn-txt {
  color: #111;
  line-height: 1.5;
  margin-top: 10px; }

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }
  .content img {
    width: 48%; }
  .content:before {
    display: block;
    content: attr(data-text) "";
    font-family: "font__en";
    position: absolute;
    font-weight: normal;
    font-size: 4.5rem;
    top: -50px;
    left: 50%;
    white-space: nowrap;
    transform: translate3d(-50%, 0, 0);
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px; }
  @media all and (max-width: 800px) {
    .content {
      display: block; }
      .content img {
        width: 100%;
        display: block; }
      .content:before {
        font-size: 4rem; } }
  @media all and (max-width: 639px) {
    .content:before {
      font-size: 2.5rem;
      white-space: inherit;
      top: -30px;
      line-height: 1.2;
      width: 100%; } }

.box1 {
  padding: 10px;
  position: relative;
  background: lemonchiffon;
  margin-bottom: 15px; }

.list3 {
  display: flex;
  flex-wrap: wrap; }
  .list3 > li {
    width: 32%;
    margin-bottom: 10px;
    box-sizing: border-box; }
    .list3 > li:not(:nth-child(3n)) {
      margin-right: 1.7%; }
    @media all and (max-width: 639px) {
      .list3 > li {
        width: 100%;
        margin: 0 auto 15px; }
        .list3 > li:not(:nth-child(3n)) {
          margin: 0 auto 15px; } }
  .list3.voice li {
    border: 2px solid #fff;
    padding: 15px 10px 10px 20px;
    position: relative; }
    .list3.voice li:before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      border: 2px solid #fff;
      border-radius: 100%;
      left: 5px;
      top: 5px; }

.memo {
  background: #faf6f2;
  padding: 10px; }

.list-type01 li {
  font-weight: bold;
  background: #02348b;
  padding: 4px 5px;
  color: #fff;
  position: relative;
  display: inline-block; }
  .list-type01 li:not(:last-child) {
    margin-right: 20px; }
    .list-type01 li:not(:last-child):after {
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2.5rem;
      color: #ffca10; }
@media all and (max-width: 639px) {
  .list-type01 li {
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
    .list-type01 li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px; }
      .list-type01 li:not(:last-child):after {
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        position: absolute;
        right: auto;
        left: 50%;
        top: auto;
        bottom: -30px;
        transform: translateX(-50%);
        font-size: 2.5rem;
        color: #ffca10; } }

.lsingle {
  float: left; }
  @media all and (max-width: 639px) {
    .lsingle {
      margin-bottom: 20px; } }

.rsingle {
  float: right; }

.lsingle,
.rsingle {
  width: 48.44%; }
  @media all and (max-width: 800px) {
    .lsingle,
    .rsingle {
      float: none;
      width: 100%; } }

.foot_logo {
  text-align: center;
  margin: 0 auto 10px; }
  .foot_logo img {
    height: 55px;
    width: auto; }

.point {
  padding: 15px 10px 10px;
  margin-top: 25px;
  border: 3px solid #c2d690;
  background: lemonchiffon;
  position: relative; }
  .point:before {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 3px 9px;
    line-height: 1;
    font-size: 16px;
    background: #c2d690;
    color: #fff;
    font-weight: bold;
    content: "ワンポイント";
    border-radius: 5px; }

.plant-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 10px; }
  .plant-dl dt, .plant-dl dd {
    box-sizing: border-box; }
  .plant-dl dt {
    width: 35%;
    margin-right: 20px;
    font-size: 2.5rem;
    border-right: 1px dashed #fff;
    line-height: 1.4;
    padding-right: 10px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px; }
  .plant-dl dd {
    width: calc(100% - 38%);
    margin-bottom: 20px; }
  @media all and (max-width: 639px) {
    .plant-dl dt {
      font-size: 2rem;
      margin-right: 15px; }
    .plant-dl dd {
      width: calc(100% - 43%); } }

.list-center {
  text-align: center; }
  .list-center.top-list {
    padding: 10px;
    margin: 0 auto; }
    .list-center.top-list li {
      width: 24%;
      box-sizing: border-box;
      border: 2px dashed #c2d690;
      padding: 10px;
      background: rgba(255, 255, 255, 0.9); }
    @media all and (max-width: 639px) {
      .list-center.top-list li {
        width: 100%;
        margin-bottom: 15px; } }
  .list-center li {
    display: inline-block; }
    .list-center li:not(:last-child) {
      margin-right: 10px; }
    @media all and (max-width: 639px) {
      .list-center li {
        margin-bottom: 10px; }
        .list-center li:not(:last-child) {
          margin-right: 0; } }

.note {
  background: lemonchiffon;
  padding: 10px; }

.cat-txt {
  text-align: center;
  background: lemonchiffon;
  padding: 15px 10px; }

.list4 {
  display: flex;
  flex-wrap: wrap; }
  .list4 li {
    width: 24%;
    margin: 0 0.5% 10px;
    box-sizing: border-box; }

.cat-list {
  max-width: 750px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap; }
  .cat-list li {
    padding: 10px;
    box-sizing: border-box;
    width: 48%;
    margin: 0 1% 20px;
    background: #fefefe;
    box-shadow: 1px 1px 3px rgba(77, 34, 8, 0.2);
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box; }
    .cat-list li:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      background: #46CCEF;
      border-radius: 100%;
      z-index: 2;
      box-shadow: 2px 2px 3px rgba(77, 34, 8, 0.2);
      left: 50%;
      top: -5px;
      transform: translateX(-50%); }
    .cat-list li:first-child {
      transform: rotate(-1deg); }
    .cat-list li:last-child {
      transform: rotate(1deg); }
  @media all and (max-width: 639px) {
    .cat-list li {
      width: 90%;
      margin: 0 auto 20px; } }
