@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1em;
    font-size: 16px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #333;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
a img:hover {
    opacity: 70%;
}
/* ------------reset css end------------------ */
/* -----------ヘッダー----------- */

.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    z-index: 333;
}
.container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    height: 90px;
    /* background-color: #cccccc; */
    margin: 0 auto;

}
.logo img {
    height: 60px;
}
.nav_area {
    margin-left: auto;
}
.nav_area li {
  list-style: none;
}
.nav_area a {
  font-size: 1.1em;
}
.nav_area ul {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
}
.heder-top {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
}
.mail {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 5px 15px 5px 50px;
    border: 3px solid #0606d133;
    border-radius: 5px;
    background-color: #f7d597;
    height: 24px;
    margin-left: 20px;
}
.mail:hover {
    color: #ccc;
    background-color: #fff;
}
.mail::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    background: url(../img/ico_mail_black.svg) no-repeat center center;
    left: 10px;
    top: 50%;
    background-size: contain;
    transform: translate(0, -50%);
    cursor: pointer;
}
.tel {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 7px 5px 45px;

}
.tel::before {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    background: url(../img/tel.svg) no-repeat center center;
    left: 7px;
    top: 50%;
    transform: translate(0, -50%);
}
.mail a {
    text-decoration: none;
}
.nav_area li {
    border-left: 1px solid #ccc;
}
.nav_area li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 30px;
}
.nav_area li a:hover {
    border-bottom: 2px solid rgb(16, 2, 218);
    margin-bottom: -2px;
    
}
.tel {
    font-size: 30px;
    font-style: italic;
    font-family: Times New Roman, "メイリオ";
}
.tel span {
    font-size: 18px;
}
@media (max-width:801px) {
    .nav_area {
        display: none;
    }
    .logo img {
        height: 50px;
        margin-left: 20px;
    }
    
}
/* ------スライダー-------- */
.slider {
    width: 100%;
    padding-top: 90px;
    margin: 0 auto;
}
/* -------メインコンテナー------------ */
.wraper {
    line-height: 1.7em;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;

}
section {
    margin: 30px;
    font-size: 16px;
    line-height: 1.8;

}
/*   h2 */
.cp_h2title {
    font-size: 20px;
    position: relative;
    padding: .4em .3em .4em 1.5em;
    border: 1px solid #3c3d3d;
    background-color: aliceblue;
    margin-bottom: 30px;
}
.cp_h2title::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 4px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #2806e7;
    border-radius: 4px;
}
.text {
    margin: 0 20px;
}
@media (max-width:689px) {
  section {
    font-size: 12px;
    line-height: 1.8;
  }
}
/* --------フレックスBOX---------- */
.flexbox {
    /* max-width: 800px; */
    margin: 20px;
}
.itme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}
.itme li {
    list-style: none;
    width: 20%;
    padding: 10px;
}
.itme a {
    text-decoration: none;
}
.itme img {
    padding: 10px;
    box-shadow: #ccc 0 1px 6px 2px;
    border-radius: 5px;
    width: 100%;
    vertical-align: bottom;
    /* background-color: #ccc; */
}
@media (max-width:600px) {
    .itme li {
        width: 100%;
        margin-right: 30px;
    }
    .itme img {
        padding: 10px;
    }
}
/* -------------Flexbox---------------- */
.wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.item {
    padding: 15px;
    width: 30%;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px 3px hwb(0 96% 3% / 0.932);
    border-radius: 5px;
}
.item img {
    object-fit: contain;
    width: 100%;
}
@media screen and (max-width:689px) {
  .wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    
}
  .item {
    width: 35%;
  }
}
/* footer */
#footer {
    width: 100%;
    background-color: #333;
      position: relative;
      margin: 0;
      color: #fff;
    }
    #footer a {
      text-decoration: none;
      color: #fff;
    }
    #footer a:hover {
      text-decoration: underline;
    }
    #footer .primary {
      padding: 40px 20px;
      background: #333;
    }
    #footer .secondary {
      font-size: 13px;
      display: flex;
      padding: 10px 20px;
      background: #333;
      border-top:1px solid #dfdfdf ;
    }
.footer_box {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.7;
}
    @media screen and (max-width: 767px) {
      #footer .primary {
        padding: 20px 20px;
        background: #333;
      }
      #footer .secondary {
        display: block;
        padding: 20px 20px;
      }
    }
/* footer-logo */

#footer .logo {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #footer .logo {
    font-size: 16px;
    }
}

  /* address */

.address {
    margin: 10px 0 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .address {
    font-size: 12px;
    }
}
/* navi */
  
.navi-row {
    display: flex;
    margin-top: 40px;
  }
  #footer .navi {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #footer .navi li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  #footer .navi li:first-child {
    margin-left: 0;
  }
  
  @media screen and (max-width: 767px) {
    .navi-row {
      display: block;
      margin-top: 15px;
    }
    #footer .navi {
      font-size: 12px;
    }
    #footer .navi li {
      margin-top: 5px;
      font-size: 12px;
    }
  }
  
  /* sns-navi */
  
  #footer .sns-navi {
    margin: 0 0 0 auto;
    padding: 0;
  }
  #footer .sns-navi li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 20px;
  }
  #footer .sns-navi li:last-child {
    margin-right: 0;
  }
  
  @media screen and (max-width: 767px) {
    #footer .sns-navi {
      margin: 20px 0 0;
      padding: 0;
    }
    #footer .sns-navi li {
      margin: 0 20px 0 0;
      padding: 0;
      font-size: 18px;
    }
  }
  
  /* sitenavi */
  
  #footer .sitenavi {
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #footer .sitenavi li {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
  }
  #footer .sitenavi li:first-child {
    margin-left: 0;
  }
  
  @media screen and (max-width: 767px) {
    #footer .sitenavi {
      width: 100%;
      text-align: center;
      font-size: 12px;
    }
  }
  
  /* copyright */
  
  #footer .copyright {
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    #footer .copyright {
      width: 100%;
      margin: 20px 0 0;
      text-align: center;
      font-size: 12px;
    }
  }
/* ハンバーガーメニュー */
nav {
  display: block;
  width: 300px;
  position: fixed;
  background: #ebebeb;
  top: 0;
  left: -300px;
  bottom: 0;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  margin: 0;
  border-bottom: 1px solid rgb(99, 99, 100);
}
nav .inner ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 1rem;
  transition-duration: 0.2s;
}
nav .inner .fa-solid {
  padding-right: 15px;
}
nav .inner ul li a:hover {
  background-color: #ccc;
}
.toggle-btn {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
}
.toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #333;
  transition: all 0.5s;
  border-radius: 4px;
}
.toggle-btn span:nth-child(1) {
  top: 4px;
}
.toggle-btn span:nth-child(2) {
  top: 14px;
}
.toggle-btn span:nth-child(3) {
  bottom: 3px;
}
.open .toggle-btn span {
  background-color: #fff;
}
.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 801px) {
  .toggle-btn {
  display: none;
  } 
}
/* go-top */

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 80%;
}
.go-top a {
  color: #333;
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #ccc;
  border-radius: 7px;
  border: 1px solid #333;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
}
/* go-topここまで */

/* ----------パターン1：透明度が変化---------- */
/* 画面外 */
.fade-block1 {
  opacity: .1;
  transition: all 1.5s;
}
/* 画面に入った時の動き */
.fade-block1.blockIn {
  opacity: 1;
}
/* ----------パターン2：下からふわっと---------- */
/* 画面外 */
.fade-block2 {
  transform: translateY(100px);
  transition: all .5s ease-in;
}
/* 画面に入った時の動き */
.fade-block2.blockIn {
  transform: translateY(0);
}