@charset "utf-8";

/*  reset
/* ------------------------------------------------------------------------ */
html {
  overflow-y: scroll;
  height: 100%;
  font-size: 15px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

fieldset {
  display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
  }
}

/*  basic style
/* ------------------------------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #2e2313;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
  min-width: 1160px;
}

div#wrap {
  margin: 0 auto;
  text-align: center;
}

body > #wrap {
  height: auto;
}

@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
/* font
--------------------------------------------------------------------------- */
@font-face {
  font-family: 'icon_set_v1';
  src: url('../font/icon_set_v1.eot');
  src: url('../font/icon_set_v1.eot?#iefix') format('embedded-opentype'),
    url('../font/icon_set_v1.woff') format('woff'),
    url('../font/icon_set_v1.ttf') format('truetype'),
    url('../font/icon_set_v1.svg#icon_set_v1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Link
--------------------------------------------------------------------------- */
a:link {
  text-decoration: none;
  color: #2e2313;
}

a:visited {
  text-decoration: none;
  color: #2e2313;
}

@media (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

/* headerBlock
/* ------------------------------------------------------------------------ */
#headerBlockBg {
  background: #fff;
  padding: 0 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#headerBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  height: 75px;
  margin: 0 auto;
  padding: 0 25px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  #headerBlockBg {
    padding: 0 0 60px 0;
  }

  #headerBlock {
    width: 100%;
    display: flex;
    z-index: 99999;
    position: fixed;
  justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 60px;
    padding: 0 0 0 15px;
    border-bottom: #ccc 1px solid;
  }
}

/* hedaer
/* ------------------------------------------------------------------------ */
header .siteLogo {
  margin: 30px 0 0 0;
  width: 232px;
}

header .siteLogo img {
  width: 100%;
}

@media (max-width: 767px) {
  header {

  }

  header .siteLogo {
    margin: 16px 0 0 0;
    width: 150px;
  }

  header .siteLogo img {
    width: 100%;
  }
}

/* headerR
/* ------------------------------------------------------------------------ */
.headerR {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


@media (max-width: 767px) {

}

/* headerApplicationBtn
/* ------------------------------------------------------------------------ */
#headerBlock .headerApplicationBtn {
  margin: 15px 0 0 0;
}
#headerBlock .headerApplicationBtn.applicationBtn2 {
  margin: 15px 10px 0 0;
}

#headerBlock .headerApplicationBtn a[href^='tel:'] {
  pointer-events: auto;
}

#headerBlock .headerApplicationBtn a {
    color: #fff;
    border-radius: 100px;
    display: block;
    width: 180px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    line-height: 1.3;
    background: #7bb855;
    border-bottom: #55922e 5px solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#headerBlock .headerApplicationBtn.applicationBtn2 a {
  background: #f57800;
  border-bottom: #ca680a 5px solid;
}

#headerBlock .headerApplicationBtn a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  #headerBlock .headerApplicationBtn a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  #headerBlock .headerApplicationBtn {
    top: 0;
    right: 60px;
    margin: 0 !important;
  }

#headerBlock .headerApplicationBtn a {
    font-size: 11px;
    padding: 6px 5px 10px 5px;
    border-radius: 0;
    height: 60px;
    width: 75px;
    font-weight: normal;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

/* contents
/* ------------------------------------------------------------------------ */
@media (max-width: 767px) {
  #mainBlock {
    margin: -60px 0 0 0;
    padding: 60px 0 0 0;
  }
}

/* footer
/* ------------------------------------------------------------------------ */

footer .footerInner {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 30px;
}

footer .footerwrapper_2 {
  background-color: #f5f3ee;
}

footer .footerwrapper_3 {
  background-color: #fffdee;
}

footer .footerwrapper_3 .info_box {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

footer .footerwrapper_3 .info_box .logo {
  margin-right: 14px;
}

footer .footerwrapper_3 .info_box .logo img {
  width: 100px;
}

footer .footerwrapper_3 .info_box .info {
  padding-top: 14px;
}

footer .footerwrapper_3 .info_box .adr {
  margin-bottom: 18px;
}

footer .footerwrapper_3 .info_box .ask a {
  background-color: #f57800;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footerwrapper_3 .info_box .ask a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer .footerwrapper_3 .info_box .ask a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e916';
  font-size: 12px;
  color: #fff;
  top: 50%;
  right: 14px;
  margin-top: -5px;
}


footer .footerInner .riyouBox dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: left;
  border: #ccc 1px solid;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}

footer .footerInner .riyouBox dl dt {
  background: #909090;
  color: #fff;
  padding: 18px 10px 10px;
}

footer .footerInner .riyouBox dl dd {
  padding: 10px 10px 10px 20px;
}

footer .footerInner .linkUl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

footer .footerInner .linkUl li {
  margin: 0 10px;
  font-size: 13px;
  font-weight: 400;
}

a.tb,
footer .footerInner .linkUl li a{
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-right: 22px;
  text-indent: 0;
}

a.tb:after,
footer .footerInner .linkUl li a:after {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93d';
  font-size: 14px;
  color: #2e2313;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

footer #copy {
  background-color: #f57800;
  color: #fff;
  font-size: 14px;
  padding: 18px 0;
}

@media (min-width: 768px) {
  footer .footerInner .linkUl li a:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 20px 0 0 0;
  }

  footer .footerInner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  footer .footerwrapper_3 .info_box .logo {
    margin-right: 10px;
  }

  footer .footerwrapper_3 .info_box .logo img {
    width: 80px;
  }

  footer .footerwrapper_3 .info_box {
    margin-top: 24px;
    margin-bottom: 18px;
  }

  footer .footerwrapper_3 .info_box .adr {
    font-size: 13px;
  }

  footer .footerwrapper_3 .info_box .ask a {
    font-size: 13px;
  }

  footer .footerInner .txtBox .txt {
    font-size: 13px;
  }

  footer .footerInner .txt4 {
    font-size: 13px;
    margin: 20px 0 0 0;
  }

  footer .footerInner .riyouBox dl {
    display: block;
    font-size: 13px;
  }

  footer .footerInner .riyouBox dl dt {
    padding: 10px;
    text-align: center;
  }

  footer .footerInner .riyouBox dl dd {
    padding: 10px 10px 10px 20px;
  }

  footer .footerInner .madoguchiBox {
    display: block;
    margin: 20px 0 0 0;
  }

  footer .footerInner .linkUl {
    display: block;
  }

  footer .footerInner .linkUl li {
    margin: 15px 0;
  }

  footer #copy {
    font-size: 12px;
  }
}
/* display
--------------------------------------------------------------------------- */
.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  img.sp,
  br.sp {
    display: inline;
  }
}
/* applicationBtnBox
/* ------------------------------------------------------------------------ */
