@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%;
  }
}

/*  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;
  width: 1160px;
  height: 85px;
  margin: 0 auto;
  padding: 0 30px;
  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;
}

.header_info a {
  position: relative;
}
.header_info a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .header_info {
    line-height: 70px;
    margin-right: 34px;
    margin-top: 15px;
  }

  .header_info a {
    padding-right: 19px;
    font-size: 17px;
  }
}


/* 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: #00a33e;
  border-bottom: #00877d 5px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

#headerBlock .headerApplicationBtn.applicationBtn2 .note {
  font-size: 13px;
}

@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,.header_info 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;
    flex-wrap: wrap;
  }

  .header_info a {
background: #bbbbbb;
    color: #fff;
  }
  .header_info a::after {
content: none;
  }

  #headerBlock .headerApplicationBtn.applicationBtn2 a {
    width: 120px;
  }

  #headerBlock .headerApplicationBtn a span {
    width: 100%;
    font-size: 10px;
  }
}

/* contents
/* ------------------------------------------------------------------------ */
@media (max-width: 767px) {
  #mainBlock {
    margin: -60px 0 0 0;
    padding: 60px 0 0 0;
  }
}
/* yuraiBox
/* ------------------------------------------------------------------------ */
.footerwrapper_1 .footerInner{
padding-top: 0;
    margin-bottom: 20px;
}
.yuraiBox h2.title {
    font-size: 38px;
    background: url(../img/titleBg_002.png) no-repeat center bottom;
    padding: 0 0 40px 0;
    font-weight: 500;
}
.yuraiBox h2.title img {
    margin-right: 8px;
}
.yuraiBox .txt4{
    margin: 30px 0 0 0;
}
@media (max-width: 767px) {
.footerwrapper_1 .footerInner {
    margin-bottom: 10px;
}
.yuraiBox h2.title{
    font-size: 23px;
    background: url(../img/titleBg_002.png) no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
}
.yuraiBox h2.title img{
    width: 180px;
    margin-right: 6px;
}
.yuraiBox .txt4{
    text-align: left;
    margin: 30px 0 0 0;
    text-indent: 0;
        font-size: 13px;
}
}
/* 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;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16%;
}

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

footer .footerInner .orderBox {
  margin-top: 36px;
}

footer .footerInner .orderBox dl {
  display: flex;
  text-align: left;
  font-size: 14px;
}

footer .footerInner .orderBox dl dt {
  border-right: #ccc 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding-right: 8px;
}

footer .footerInner .orderBox dl dd {
  padding: 10px 30px;
  width: 80%;
}

footer .footerInner .orderBox dl dd a {
  text-decoration: underline;
  margin-right: 4px;
}

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,
footer .footerInner .orderBox a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-right: 22px;
  text-indent: 0;
}

a.tb:after,
footer .footerInner .linkUl li a:after,
footer .footerInner .orderBox 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;
    width: 100%;
  }

  footer .footerInner .riyouBox dl dd {
    padding: 20px 20px;
    width: 100%;
  }

  footer .footerInner .orderBox {
    margin-top: 16px;
  }

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

  footer .footerInner .orderBox dl dt {
    padding: 10px;
    text-align: center;
    width: 100%;
    border-right: none;
    border-bottom: #ccc 1px solid;
  }

  footer .footerInner .orderBox dl dd {
    padding: 16px 0;
    width: 100%;
  }

  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
/* ------------------------------------------------------------------------ */
