@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,  ins, kbd, q, s, samp, select, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  font-style:inherit;
  font-weight:inherit;
  border:0;
  margin:0;
  outline:0;
  padding:0;
  vertical-align:baseline;
}
:focus{outline:0;}
main{display: block;}
.cn main{display: block;padding-bottom: 32px;}
*{ box-sizing: border-box; }
ol, ul{list-style:none;margin:0;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust:none;
  color: #05060d;
  background-color: #ede7d4;
  padding-top: 125px;
}
body.cn{
  font-family: "SimSun", "宋体", "Microsoft YaHei", "微软雅黑", "Arial", serif;
}
/* footerをbottomに固定する処理 */
html{
  min-height: 100%;
  position: relative;
}
body{
  margin-bottom: 284px;
}
footer{
  height: 284px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
body.cn{
  margin-bottom: 234px;
}
.cn footer{
  height: 234px;
}
/* //footerをbottomに固定する処理 */

/* ヘッダ */
header{
  display: block;
  width: 100%;
  z-index:999;
  background-color: #fff;
  overflow: hidden;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
}
header.fixed{
}
header .top,
header .top .reqTel,
header .globalNavi ul{
  display: flex;
  align-items: center;
}
header .top{
  justify-content: space-between;
  padding: 8px 0;
}
header .top .topLogo{
  width: 150px;
}
header .top .reqTel{
  justify-content: flex-end;
  flex-grow: 2;
  margin-right: 16px;
}
header .top .reqTel dt{
  margin-right: 16px;
  font-size: 14px;
}
header .top .reqTel dd{
  font-size: 32px;
  font-weight: bold;
  color: #A21D00;
}
.reqWeb{
  padding: 3px 0;
  display: block;
  margin:0;
  border: 2px solid #7d1c06;
  text-align: center;
  cursor:pointer;
  background: #b23517;
  transition: .3s;
}
.reqWeb:hover{
  background: #020000;
}
.reqWeb a, .reqWeb a:link, .reqWeb a:visited, .reqWeb a:hover, .reqWeb a:active{
  color: #fff;
  display: block;
}
.reqWeb a::before{
  font-family: FontAwesome;
  content:"\f0da";
  margin-right: 4px;
}
header .top .reqWeb{
  width: 260px;
  font-size: 20px;
}
header .top .spMenuButton{
    display: none;
  }
.globalNavi{
  width: 100%;
  background:#95260d;
}
.globalNavi ul{
  justify-content: space-between;
}
.globalNavi li{
  background-color:#95260d;
  width: 154px;
  text-align: center;
  transition: .3s;
}
.globalNavi li:first-child{
  width:192px;
}
.cn .globalNavi li,
.cn .globalNavi li:first-child{
  width:210px;
}
.globalNavi li a{
  padding: 32px 0;
  display: block;
  line-height: 0;
  position: relative;
  color: #fff;
}
.globalNavi li a::after,
.globalNavi li:first-child a span::before{
  content: "|";
  position: absolute;
  font-size: 32px;
  color: #671a09;
  top: 28px;
}
.globalNavi li a::before{
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 4px;
}
.globalNavi li:first-child a::before{
  margin: 0 2px;
}
.globalNavi li a::after{
  right: -4px;
}
.globalNavi li:first-child a span::before{
  left: -4px;
}
.cn .globalNavi li a::after{
  right: -8px;
}
.cn .globalNavi li:first-child a span::before{
  left: -8px;
}
.globalNavi li.current,
.globalNavi li:hover{
  background-color: #bc3010;
}

/* パンくず */
.breadCrumb{
  width: 980px;
  margin: 0 0 16px;
  padding-top: 16px;
  display: flex;
  margin: 0 auto 16px;
}
.breadCrumb a{
  color: #05060d;
}
.breadCrumb a:hover{
  text-decoration: underline;
}
.breadCrumb li::after{
  font-family: FontAwesome;
  font-size: 12px;
  content: "\f054";
  margin: 0 4px;
  vertical-align: text-top;
}
.breadCrumb li.current{
color: #95260d;
}
.breadCrumb li.current::after{
  content: none;
}
/* //パンくず */

/* body */
.errText{
  background-color: #cc1b41;
  color: #fff;
  text-align: center;
  padding: 8px;
}
h1,
h2,
h3{
  font-weight: bold;
  color: #95260d;
  text-align: center;
}
h1{
  font-size: 32px;
  margin-bottom: 32px;
}
header h1{
  margin-bottom: 0;
}
h2{
  font-size: 24px;
}
h2.decorated{
  position: relative;
  z-index: 1;
}
h2.decorated span{
  background: #ede7d4;
  padding: 0 8px;
}
h2.decorated::before{
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid #89655d;
  z-index: -1;
}
h3{
  font-size: 18px;
}
article{
  margin-bottom: 32px;
}
.jsok{
  display: none;
}
.contentSetter{
  width: 960px;
  margin: 0 auto;
}
.rl{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;}
/* リンク設定 */
a,
a:link,
a:visited,
a:hover,
a:active{
  color: #05060d;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  background: transparent;
}
a:hover{
  color:#7B7B7B;
}

a.cm-link,
a.cm-link:link,
a.cm-link:visited,
a.cm-link:active{
  color:#95260d;
}
a.cm-link:hover{
  opacity: 0.5;
}
/*
a.cm-link:before{
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url('../img/index/icon_R.png') no-repeat;
  background-size:contain;
}
 */

strong,
.emphasise{
  font-weight: bold;
}
p{
  margin-bottom: 16px;
}
header p{
  margin-bottom: 0;
}
img{
  vertical-align : top;
  max-width : 100%;
  margin: 0;
  display: block;
}
table{
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
caption, th, td{
  font-weight:normal;
  text-align:left;
}
th,
td{
  padding: 0 8px;
  text-indent: 0;
  vertical-align: middle;
}

/* 菱形 見出し */
.decorated_dia{
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 1;
  padding-top: 46px;
  margin-top: 56px;
}
.decorated_dia::before,
.decorated_dia::after{
  content: "";
  position: absolute;
  top: 58px;
  width: 40%;
  border-bottom: 1px solid #95260d;
  z-index: -1;
}
.decorated_dia::before{ left: 0; }
.decorated_dia::after{ right: 0; }

.decorated_dia span{
  margin: 0;
  color: #ede7d4;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  z-index: 100;
}
.decorated_dia span::before{
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 116px;
  height: 116px;
  background: #95260d;
  transform: rotate(45deg);
  margin: 0 0 0 -58px;
  z-index: -1;
}
/* //菱形 見出し */

/* 薄い菱形 見出し */
.decorated_diaL{
  position: relative;
  z-index: 1;
}
.decorated_diaL::after{
  line-height: 0;
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  color: rgba(177, 161, 134, 0.3);
  z-index: -1;
}
/* //薄い菱形 見出し */

/* 痔の基本情報 */
.bottomKnowledgeBunner{
  background-color: #f8f5ee;
  padding: 60px 0;
}
.bottomKnowledgeBunner p{
  opacity: 1;
  transition: .3s;
}
.bottomKnowledgeBunner p:hover{
  opacity: .7;
}
.bottomKnowledgeBunner p img{
  margin: 0 auto;
}
/* //痔の基本情報 */

/* 無料進呈(.requestAnnounce) */
  .requestAnnounce{
    padding: 8px;
    background: #F5F5F5 url(/img/common/footer/sp_footerReqImg.png) 95% 48px /120px no-repeat;
    margin-bottom: 0;
  }
  .requestAnnounce h2{
    border-bottom: 1px solid #95260d;
    text-align: left;
    color:  #05060d;
    margin-bottom: 16px;
  }
  .requestAnnounce .lead{
    font-size: 18px;
    margin-bottom: 24px;
  }
  .requestAnnounce .lead .text1{
    display: block;
    font-size: 16px;
  }
  .requestAnnounce .lead .emp{
    color: #95260d;
  }
/* //無料進呈 */

/* //body */

/* footer */
footer .globalNavi{
  display: none;
}
/* footer Request */
.blockRequest{
  display: block;
  padding: 5px 0;
  background: #d3c189;
  position: relative;
  margin-bottom: 16px;
}
.blockRequest::before,
.blockRequest::after{
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
}
.blockRequest::before{
  top: 4px;
}
.blockRequest::after{
  bottom: 4px;
}

.blockRequest .spContent{
  display: none;
}
.blockRequest .contentSetter{
  background: url(/img/common/footer/foot_bnr.png) no-repeat left;
  padding: 44px 0;
  display: flex;
  flex-direction: column-reverse;
}
.blockRequest .contentSetter li{
  width: 550px;
  margin: 0 0 0 auto;
}
.cn .blockRequest .contentSetter li{
  width: 630px;
}

.blockRequest li.tel{
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  margin-bottom: 16px;
}
.blockRequest li.tel img{
  width: 250px;
  height: 42px;
  margin: 4px 16px 0 0;
}
.msBrowser .blockRequest li.tel img{
  height: auto;
}
.blockRequest li.tel .telNo,
.blockRequest li.tel .telNo a{
  font-size: 50px;
  line-height: 1;
  color: #fff;
}

.blockRequest li.reqWeb{
  font-size: 32px;
}

/* //footer Request */

/* footerMenu */
.footerMenu,
.footerMenu ul{
  display: flex;
  justify-content: space-between;
}
.footerMenu li{
  font-size: 14px;
  margin-right: 16px;
}
.footerMenu li a{
  display: block;
}
.footerMenu li a::before{
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 4px;
}
.footerMenu .copyright{
  margin-bottom: 0;
  font-size: 12px;
}
/* //footerMenu */
footer .toHisayaMedia.contentSetter{
  background-image: none;
  display: block;
  padding: 16px 0;
}
footer .toHisayaMedia a:hover{
  text-decoration: underline;
  color:  #05060d;
}

.toPageTop{
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  margin: 0;
  background-color: #05060d;
  cursor:pointer;
}
.toPageTop::before{
  color: #fff;
  font-family: FontAwesome;
  content: "\f077";
  font-size: 30px;
  text-align: center;
  display: block;
  margin-top: 18px;
  line-height: 0;
}
/* //footer */

/* 狭小 */
  @media only screen and (max-width: 1000px){
    .breadCrumb{
      width: 100%;
    }
  }/* このとじカッコは消さないこと */
  @media only screen and (max-width: 959px){
    header .top{
      padding: 4px 8px;
    }
    .globalNavi li a{
      font-size: 14px;
    }
    .contentSetter{
      width: 100%;
    }
    .blockRequest .contentSetter{
      padding: 44px 16px;
    }
  }/* このとじカッコは消さないこと */
  @media only screen and (max-width: 900px){
    header .top .reqTel{
      display: none;
    }
    .globalNavi li a{
      font-size: 12px;
    }
  }/* このとじカッコは消さないこと */

/* スマホ以下 */
@media only screen and (max-width: 767px){
/* footerをbottomに固定する処理 */
body{
  margin-bottom: 0;
}
footer{
  height: auto;
  position: relative;
}
/* //footerをbottomに固定する処理 */
  body{
    padding-top: 42px;
  }
  .breadCrumb{
    display: none;
  }
  h1{
    margin-bottom: 16px;
  }
  header{
    border-bottom: 1px solid #95260d;
  }
  header .top .reqTel,
  header .top .reqWeb{
    display: none;
  }

  header .top .spMenuButton{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    color: #FFF;
    background-color: #95260d;
    padding: 8px;
    line-height: 1;
    margin: 8px 0;
  }
  header .top .spMenuButton::before{
    font-family: FontAwesome;
    content: "\f107";
    font-size: 24px;
    font-weight: bold;
    margin-right: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s;
  }
  header .top .spMenuButton.open::before{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .globalNavi ul{
    flex-direction: column;
    padding: 0;
  }

  .globalNavi li,
  .globalNavi li:first-child,
  .cn .globalNavi li,
  .cn .globalNavi li:first-child{
    text-align: left;
    width: 100%;
  }
  header .globalNavi li,
  header .globalNavi li:first-child{
    height: 0;
    opacity: 0;
    transition: .3s;
  }
  header .globalNavi li*{
    display: none;
  }
  .globalNavi li a{
    padding-left: 16px;
    font-size: 16px;
  }
  .globalNavi li a::after,
  .globalNavi li:first-child a span::before{
    content: none;
  }
  header .globalNavi.open li{
    height: 74px;
    opacity: 1;
  }
  header .globalNavi.open li a{
    align-items: center;
  }
  .cn main {
    padding-bottom: 0;
  }
  footer{
    background-color: #f8f5ee;
  }
  footer .blockRequest,
  footer .globalNavi{
    max-width: 460px;
    margin: 0 auto;
  }
  footer .globalNavi{
    display: block;
  }
  footer .globalNavi li{
    border-bottom: 1px solid #bc3010;
  }
  footer .globalNavi li.bgChange{
    background-color: #05060d;
    border-bottom: 1px solid #65666d;
  }
  footer .globalNavi li a{
    position: relative;
  }
  footer .globalNavi li a::before{
    position: absolute;
    right: 16px;
  }

  footer .toHisayaMedia.contentSetter{
    border: 2px solid #95260d;
    padding: 16px;
    margin-bottom: 16px;
  }
  footer .toHisayaMedia a:hover{
    text-decoration: underline;
    color:  #05060d;
  }

  .bottomKnowledgeBunner{
    padding: 16px 0;
  }
  .blockRequest{
    background-color: #f8f5ee;
    padding: 0;
  }
  .blockRequest::before,
  .blockRequest::after{
    content: none;
  }
  .blockRequest .spContent{
    display: block;
  }
  .blockRequest .spContent.knowledge{
    padding: 0 8px;
    margin-bottom: 0;
  }

  .blockRequest .contentSetter{
    padding: 0;
    flex-direction: column;
    background-image: none;
  }
  .blockRequest .contentSetter li{
    width: 100%;
    margin-bottom: 16px;
  }
  .cn .blockRequest .contentSetter li{
    width: 100%;
  }
  .blockRequest li.reqWeb{
    background: #05060d url(/img/common/footer/foot_bnr.png) 16px 50% /50% no-repeat;
    font-size: 18px;
  }
  .blockRequest li.reqWeb a{
    padding: 15%;
    content: none;
    text-align: right;
  }
  .blockRequest li.reqWeb a::before{
    content: none;
  }

  .blockRequest li.tel{
    display: flex;
    flex-direction: column-reverse;
    color: #05060d;
    font-size: 18px;
  }
  .blockRequest li.tel img{
    display: none;
  }
  .blockRequest li.tel .telNo{
    padding: 3px 0;
    display: block;
    margin: 0;
    border: 2px solid #7d1c06;
    text-align: center;
    cursor: pointer;
    background: #95260d;
  }
  .blockRequest li.tel .telNo,
  .blockRequest li.tel .telNo a{
    color: #fff;
    font-size: 32px;
  }
  .blockRequest li.tel a::before{
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 4px;
    font-size: 24px;
  }
  .blockRequest li.tel .announce span{
    display: inline-block;
  }

  .footerMenu{
    flex-direction: column;
    padding: 16px 0;
  }
  .footerMenu ul{
    margin-bottom: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerMenu .copyright{
    text-align: center;
  }

  .requestAnnounce {
    background-position: center 60px;
    background-size: 200px;
  }
  .requestAnnounce .lead {
    font-size: 20px;
    margin-top: 180px;
  }
}/* このとじカッコは消さないこと */
