/*----------------------------------------------------

  Base 

----------------------------------------------------*/
/* Noto Serif JP
font-family: 'Noto Serif JP', serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

html {
  font-size: 62.5%;
}
body {
  color: #555;
  font-size: 1.35rem;
  line-height: 1;
  /*font-family: "Montserrat", "ŸàƒSƒVƒbƒN", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;*/
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  background: #fff;
  letter-spacing: 0.05em;
}
.gothic {
  font-family: "Montserrat", "ŸàƒSƒVƒbƒN", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
}
/*.cont860 {
  margin: 0 auto;
  text-align: left;
  width: 900px;
}*/
#wrap {
  display: block;
}
.sp {}
.pc {
  display: none;
}
article {}
section {
  padding: 40px 0;
}
#lower section:first-of-type {
  padding-top: 30px;
}
.inner, .secBox {
  text-align: left;
  line-height: 1.8;
}
.inner:after, .secBox:after {
  clear: both;
  content: '';
  display: block;
}
.txtBox {
  padding: 0 10px;
}
@media (min-width: 415px) {
  section {
    padding: 60px 0;
  }
  .inner, .secBox {}
  .txtBox {
    padding: 0 50px;
  }
}
@media (min-width: 960px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  section {
    padding: 100px 0;
  }
  .inner, .secBox {
    max-width: 1080px;
    margin: 0 auto;
  }
}
/* Header
----------------------------------------------------*/
header {
  padding: 10px;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
}
#lower header {
  background: rgba(255, 255, 255, 1);
}
header.fixed {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
#header h1 {
  width: 240px;
}
#header h1 a {
  background-image: url(img/logo.png);
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: 15%;
  display: block;
  overflow: hidden;
}
#top header h1 a {
  background-image: url(img/logo_w.png);
}
#top header.fixed h1 a {
  background-image: url(img/logo.png);
}
.drawer--right .drawer-nav {
  right: -100%;
}
.drawer-nav {
  width: 100%;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer-hamburger {
  width: 3rem;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background: #fff;
}
nav.drawer-nav {
  background: rgba(0, 0, 0, 0.8);
}
nav.drawer-nav ul {
  padding: 60px 20px 30px;
  text-align: center;
  font-size: 1.6rem
}
nav.drawer-nav li {
  border-bottom: 1px dotted #ddd;
}
nav.drawer-nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 20px 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>') no-repeat right 5px center;
  background-size: 12px;
}
nav.drawer-nav a:hover {
  text-decoration: none;
}
nav.drawer-nav ul.menu__second-level {
  padding: 0 0 20px;
}
nav.drawer-nav ul ul::after {
  clear: both;
  content: '';
  display: block;
}
nav.drawer-nav ul.menu__second-level li {
  float: left;
  width: 48%;
  border: 0;
  margin: 15px 4% 0 0;
}
nav.drawer-nav ul.menu__second-level li:nth-child(2n) {
  margin-right: 0;
}
nav.drawer-nav ul.menu__second-level a {
  color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 30px;
}
nav.drawer-nav ul li.menu__sub {
  border: 0;
  color: #fff;
}
nav.drawer-nav ul li.menu__sub p {
  padding-top: 15px;
}
nav.drawer-nav ul li.menu__sub p.sns, nav.drawer-nav ul li.menu__sub p a {
  display: inline-block;
}
nav.drawer-nav ul li.menu__sub p a {
  padding: 3px 6px;
  background: none;
}
nav.drawer-nav ul li.menu__sub img {
  width: 25px;
}
@media (min-width: 415px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
  .drawer-nav {
    width: 100%;
  }
  nav.drawer-nav ul {
    padding: 60px 160px 30px;
  }
}
@media (min-width: 960px) {
  .drawer .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 70%;
    height: auto;
    right: 0 !important;
    background: rgba(255, 255, 255, 0);
  }
  .drawer .drawer-nav * {
    transition: all 0.4s ease;
  }
  nav.drawer-nav ul .menu_smp {
    display: none;
  }
  header {
    padding: 5px 20px;
    height: 75px;
  }
  header::after {
    clear: both;
    display: block;
    content: '';
  }
  header #header {
    float: left;
    width: 160px;
    padding-top: 10px;
  }
  #header h1 {
    width: 300px;
  }
  header nav.drawer-nav {
    float: right;
    overflow: visible;
    position: relative;
  }
  nav.drawer-nav ul {
    display: table;
    padding: 30px 0 0;
    margin: 0 0 0 auto !important;
    font-size: 1.3rem;
  }
  nav.drawer-nav ul li {
    display: table-cell;
    border: 0;
    position: relative;
  }
  nav.drawer-nav a {
    color: #333;
    padding: 10px;
    background: none;
  }
  #top header nav.drawer-nav a {
    color: #fff;
  }
  #top header.fixed nav.drawer-nav a {
    color: #333;
  }
  nav.drawer-nav a:hover {
    color: #886b4d;
    opacity: 1;
  }
  nav.drawer-nav ul.menu__second-level {
    display: block;
    padding: 0;
    position: absolute;
    width: 120px;
    left: -15px;
  }
  nav.drawer-nav li.menu__single:hover ul.menu__second-level {}
  nav.drawer-nav ul.menu__second-level li {
    border-top: 1px solid #ccc;
    display: block;
    width: auto;
    margin: 0;
    float: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  nav.drawer-nav li.menu__single:hover ul.menu__second-level li {
    visibility: visible;
    opacity: 1;
    height: 50px;
  }
  nav.drawer-nav ul.menu__second-level li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  nav.drawer-nav ul.menu__second-level li a {
    padding: 0 10px;
    color: #333;
    border: 0;
    line-height: 50px;
    border-radius: 0;
  }  
#top header nav.drawer-nav ul.menu__second-level li a   {
    color: #333;
  }
  nav.drawer-nav ul.menu__second-level li a:hover {
    background: #333;
    color: #fff;
  }
#top header nav.drawer-nav ul.menu__second-level li a:hover   {
    color: #fff;
  }
  nav.drawer-nav ul li.menu__sub {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
  }
  nav.drawer-nav ul li.menu__sub p {
    display: inline-block;
    padding: 0;
    font-size: 1.2rem !important;
    color: #333;
  }
  nav.drawer-nav ul li.menu__sub p a {
    padding: 3px 6px;
    display: inline-block;
  }
  nav.drawer-nav ul li.menu__sub img {
    width: 18px;
  }
}
/* Container
----------------------------------------------------*/
#container {
  margin-top: 60px;
  margin-bottom: 40px;
}
#top #container {
  margin-top: 0;
}
@media (min-width: 415px) {}
@media (min-width: 960px) {
  #container {
    margin-top: 80px;
  }
}
/* pageTtl
----------------------------------------------------*/
.pageTtl {
  height: 100px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.pageTtl h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 0 3px #808080;
}
.pageTtl#kiyaku, .pageTtl#privacy {
  background-image: url("../img/page_ttl_kiyaku.jpg");
}
.ctt {
  text-align: center;
  margin-bottom: 20px;
}
.ctt h3 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.ctt h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*background-color: #bb906e;*/
  background-color: #d01c1d;
  border-radius: 2px;
}
h3.midashi {
  border-left: 6px solid #A37E57;
  padding: 0 0 0 10px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (min-width: 415px) {
  .pageTtl {
    height: 200px;
  }
  .pageTtl h2 {
    font-size: 2.4rem;
  }
  .ctt {
    margin-bottom: 25px;
  }
  .ctt h3 {
    font-size: 2.4rem;
  }
  h3.midashi {
    font-size: 1.6rem;
  margin: 0 0 20px;
  }
}
@media (min-width: 960px) {
  .pageTtl {
    height: 300px;
  }
  .pageTtl h2 {
    font-size: 3.4rem;
  }
  .ctt {
    margin-bottom: 30px;
  }
  .ctt h3 {
    font-size: 2.8rem;
    padding: 12px 15px;
  }
  h3.midashi {
    font-size: 1.8rem;
  }
}
/* btnBox
----------------------------------------------------*/
.btnBox {
  margin-top: 20px;
}
.btnBox a {
  display: block;
  width: 240px;
  margin: 0 auto;
  border: 1px solid #d01c1d;
  color: #fff !important;
  background: #d01c1d url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>') no-repeat right center;
  background-size: 14px;
  padding: 8px 15px;
  text-align: center;
}
.btnBox.btnBox-w a {
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>') no-repeat right center;
  background-size: 14px;
}
@media (min-width: 415px) {
  .btnBox {
    margin-top: 30px;
  }
  .btnBox a {
    width: 340px;
  }
}
@media (min-width: 960px) {
  .btnBox a:hover, .btnBox.btnBox-w a:hover {
    border: 1px solid #d01c1d;
    color: #d01c1d !important;
    background: #ffffff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23d01c1d" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>') no-repeat right center;
    background-size: 14px;
    opacity: 1;
  }
}
/* pankuzu
----------------------------------------------------*/
.pankuzu {
  width: 100%;
  height: 30px;
  background: #fafafa;
  font-size: 1rem;
  text-align: left;
}
.pankuzu_box {
  margin: auto;
  max-width: 1080px;
}
.pankuzu_box ul {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pankuzu_box li {
  padding-right: 20px;
  line-height: 30px;
}
.pankuzu_box li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}
.pankuzu_box li:not(:last-child)::after {
  content: ">";
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 0;
  right: 10px;
}
@media screen and (max-width:960px) {
  .pankuzu_box {
    padding: 0 10px;
  }
  .pankuzu_box ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .pankuzu_box li {
    display: inline-block;
    padding-right: 20px;
    flex: 0 0 40%;
  }
}
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* Footer
----------------------------------------------------*/
footer {
  background: #111;
  color: #eee;
  padding: 30px 0;
  font-size: 1.2rem;
  position: relative;
}
footer .copylight {
  font-size: 1rem;
  padding: 15px 0 0;
  border-top: 1px solid #333;
}
footer .footBox {
  padding: 0 15px 15px;
  line-height: 1.4;
  text-align: center;
}
footer .footBox h4 a {
  display: block;
}
footer .footBox h4 strong {
  font-size: 1.6rem;
}
footer .footBox .add {
  padding: 10px 15px 0;
}
footer .footBox .tel br {
  display: none;
}
footer .footBox .footLink {
  margin-top: 15px;
}
footer .footBox .footLink ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footBox .footLink li {
  white-space: nowrap;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left: -1px;
  margin-bottom: 10px;
}
footer .footBox .footLink a {
  display: block;
  padding: 0 10px;
}
footer #page-top {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
footer #page-top a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #ccc url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23333333" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /></svg>') no-repeat center center;
  background-size: 20px;
  border: 1px solid #ccc;
}
footer #page-top a:hover {
  opacity: 1;
}
.side_cont  {
    display: none;
}
@media (min-width: 415px) {
  footer .footBox {
    display: flex;
    width: 100%;
    padding: 15px 20px;
  }
  footer .footBox .footAdd, footer .footBox .footLink {
    width: 50%;
  }
  footer .footBox .footAdd {
    text-align: left;
  }
  footer .footBox h4 p {
    display: inline-block;
  }
  footer .footBox .add {
    padding: 10px 15px 0 0;
  }
  footer .footBox .add br {
    display: none;
  }
  footer .footBox .footLink ul {
    justify-content: flex-end;
  }  
.side_cont  {
    display: block;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
}
.side_cont  p   {
    background: #fff;
}
.side_cont  a   {
display: block;
height: 0;
width: 40px;
padding-top: 400%;
border: 1px solid #fff;
border-right: 0;
overflow: hidden;
background:#d01c1d url("img/btn_contact.png") no-repeat;
background-size: 100% auto;
}
}
@media (min-width: 960px) {
  footer .copylight {
    padding: 25px 0 0;
  }
  footer .footBox {
    padding: 15px 20px 30px;
  }
  footer .footBox .footAdd {
    width: 60%;
  }
  footer .footBox .add-en br {
    display: block;
  }
  footer .footBox .footLink {
    width: 40%;
  }
  footer #page-top {
    top: -25px;
    left: 50%;
    margin-left: -25px;
  }
  footer #page-top a {
    width: 50px;
    height: 50px;
  }
  footer #page-top a:hover {
    background: #000 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /></svg>') no-repeat center center;
    background-size: 20px;
    border: 1px solid #fff;
  }
.side_cont  a   {
width: 50px;
}
}