@charset "UTF-8";

/*
Theme Name: ohkawa
*/

/*===================================
  reset CSS
===================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
input[type="search"] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 73%;
    background: transparent;
    border: 1px solid #000;
    height: 19px;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family:'alternate-gothic-no-2-d','a-otf-futo-go-b101-pr6n', sans-serif !important;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*  reset
===================================*/
a:link,a:visited,a:hover,a:active{
  text-decoration:none;
  color: #000;
  border: none;
  outline: none;
}
p{line-height: 1;}

/*  font
===================================*/
.s_serif{font-family:'alternate-gothic-no-2-d','a-otf-futo-go-b101-pr6n', sans-serif;}
.s_serif_e{font-family: 'alternate-gothic-no-2-d',sans-serif;}
.serif_e{font-family: 'clarendon-urw','clarendon-text-pro','a-otf-futo-go-b101-pr6n',serif;}

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){

/*  base CSS
===================================*/
.spOnly{display: none !important;}
#wrap{
  min-width:1200px;
  min-height: 100vh;
  width: 100%;
  position:relative;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding-top: 160px;
  box-sizing: border-box;
  border-top: 12px solid #000;
  background: url(../img/okain_background.jpg) repeat #cddbec;
  padding-bottom:396px;
}
/*周りの余白実装*/
body {
    min-width: 1200px;
    padding: 50px 25px 25px;
}
header {
    min-width: 1200px;
    position: absolute;
/*    right: 0;
    margin: auto;
    top: 0;*/
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.counter{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: -50px -25px -25px;
  z-index: 9999;
}
.counter .counter_inner{
  width: 328px;
  height: 413px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.counter .counter_inner .logos {
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
}

.counter .counter_inner .logos .logo1 {
  width: 210px;
  margin-left: 60px;
}
.counter .counter_inner .logos .logo2 {
  width: 330px;
  margin-top: 30px;
}
.counter .counter_inner .logos .logo3 {
  width: 330px;
  margin-top: 20px;
}

.outLine{position: absolute;}
.outLine.left{left: -21px;width: 30px;height: 30px;}
.outLine.right{right: -22px;width: 30px;height: 30px;}
.outLine.center{left: 0;right: 0;margin: auto;width: 72px;height: 25px;}
.outLine.top.center{background: url(../img/top_center_line.png) no-repeat;background-size: contain;top: -38px;}
.outLine.bottom.center{background: url(../img/bottom_center_line.png) no-repeat;background-size: contain;bottom: -27px;}
.outLine.top{top: -34px;}
.outLine.bottom{bottom: -22px;}
.outLine.top.left{background: url(../img/top_left_line.png) no-repeat;background-size: contain;}
.outLine.top.right{background: url(../img/top_right_line.png) no-repeat;background-size: contain;}
.outLine.bottom.left{background: url(../img/bottom_left_line.png) no-repeat;background-size: contain;}
.outLine.bottom.right{background: url(../img/bottom_right_line.png) no-repeat;background-size: contain;}
.outLine.topcolor{height: 20px;padding-right: 155px;top: -40px;width: auto;}
.outLine.topcolor.left{background: url(../img/top_color_left.png) no-repeat;background-size: contain;left:25px;}
.outLine.topcolor.right{background: url(../img/top_color_right.png) right no-repeat;background-size: contain;right:20px;padding-right: 230px;font-size: 10px;line-height: 20px;}
/*  mainContent
===================================*/
/*#mainContent{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding-top: 20px;
  padding-bottom: 80px;
  width: 1040px;
  text-align: center;
  vertical-align: middle;
  min-height: 700px;
  margin: 0 auto;
}
#title{

}*/

/*  header
===================================*/
header{
  display: block;
  /*position: fixed;*/
  width: 100%;
  z-index: 100;
  top: 0;
  background: url(../img/okain_background.jpg) repeat #cddbec;
  border-bottom: solid 1px #000;
}

.cb-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: none;
    display:none;
}
.cb-header .headNav{
    padding-top: 5px;
    padding-bottom: 20px;
}
.cb-header .headNav:first-of-type{
    padding: 0 0 5px;
}

.cb-header .headLogoCover{
  float: left;
  display: inline-block;
  margin-top: -10px;
}

.cb-header .headNav>li.underList{
  margin-bottom: 0px;
  -webkit-transition: 0.40s ease-out;
  -moz-transition: 0.40s ease-out;
  -ms-transition: 0.40s ease-out;
  -o-transition: 0.40s ease-out;
  transition: 0.40s ease-out;
}
.cb-header .headNav>li.underList:hover{
  margin-bottom: 30px;
  -webkit-transition: 0.40s ease-out;
  -moz-transition: 0.40s ease-out;
  -ms-transition: 0.40s ease-out;
  -o-transition: 0.40s ease-out;
  transition: 0.40s ease-out;
}

/*  nav
-----------------------------------*/
#pcNav{
  padding: 15px 0 0px;
  margin: 0 auto;
  width: 1100px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headLogoCover{
  display: inline-block;
}
.headLogo{
  width: 150px;
  height: auto;
}
.headNav{
  margin: 0px 0 0 0;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.headNav:first-of-type{
 padding-top: 10px;
 padding-bottom: 0;
}
.headNav>li{
  display: inline-block;
  letter-spacing: 1px;
  font-size: 13px;
  margin-right: 24px;
  float: left;
  position: relative;
}
.headNav>li::after{
  content: "";
  height: 10px;
  width: 1px;
  background: #000;
  position: absolute;
  right: -11px;
  top: 0;bottom:0;
  margin: auto;
}
.headNav.s_serif:first-child>li:first-child {
  margin-right: 0px;
  border: solid 1px #000;
  padding: 0;
  margin-right: 10px;
}
.headNav>li:nth-last-child(2){
  margin-right: 0px;
  border: solid 1px #000;
  padding: 0;
  margin-right: 10px;
}
.headNav>li:last-child {
  margin-right: 0px;
  border: solid 1px #000;
  width: 96px;
  text-align: center;
  padding: 0;
}

.headNav>li:last-child::after,.headNav>li:nth-last-child(2)::after,.headNav>li:nth-last-child(3)::after{
  display: none;
}
.headNav>li>a{
  display: inline-block;
  padding: 7px 5px 4px;
  color: #000;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.headNav>li:last-child>a{
  padding: 7px 5px 4px;
}
.styling .headNav>li:first-child>a,
.post .headNav>li:nth-child(2)>a,
.price .headNav>li:nth-child(3)>a,
.salon .headNav>li:nth-child(4)>a,
.guest .headNav>li:nth-child(5)>a,
.original_products .headNav>li:nth-child(6)>a,
.reservation .headNav>li:nth-child(7)>a,
.headNav>li>a:hover,
.topPage.post .headNav>li:nth-child(2)>a:hover{
  /*background-color: #ffe100;*/
  opacity: 0.5;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.topPage.post .headNav>li:nth-child(2)>a{
  background-color: #fff;
}
.articleTit a{
  color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}
.articleTit:hover > a{
  color: #a0a0a0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}
.linkArea:hover > .img a{
  background: rgba(255, 255, 255, 0.44);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all  0.35s ease;
}
.img a{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all  0.35s ease;
}
.img a:hover{
  background: rgba(255, 255, 255, 0.44);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all  0.35s ease;
}

.linkArea:hover > .articleTit a{
  color: #a0a0a0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}

/*  footer
===================================*/
footer{
  background-color: #090809;
  width: 100%;
  min-width: 1100px;
  color: #a0a0a0;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {color: #a0a0a0;}
footer li>a{display: block;}
/* nav
-------------------------------*/
.footerNav{
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
/*--- footerNavList ---*/
.footerNav .footerNavList{
  overflow: hidden;
  text-align: left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-between;
  margin-bottom: 138px;
}
.footerNav .footerNavList>li{
  display: inline-block;
  letter-spacing: 1px;
  font-size: 16px;
  padding-top: 8px;
  border-top: solid 1px;
  vertical-align: top;
  width: 18%;
  box-sizing: border-box;
}
.footerNav .footerNavList>li>.tit{

}
.footerNav .footerNavList .oneList{
  padding-top: 8px;
  font-size: 11px;
}
.footerNav .footerNavList .oneList>li{
  margin-top: 9px;
}

/*--- footerBottom ---*/
.footerBottom{
  width: 100%;
  display: block;
  overflow: hidden;
}
.footerBottom .footerLogo{
  float: left;
  background: url(../img/okawa_logo2.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 69px;
  display: inline-block;
  margin-right: 70px;
}
.footerBottom .place{
  float: left;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 20px;
  line-height: 1.5;
}
.footerBottom .place>.tit{
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
}
footer .snsp {
  float: right;
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 56px;
  right: 88px;
}

footer .sns{
  text-align: right;

}
footer .fb-like {
  margin-bottom: 19px;
  display: block;
}
footer .fb-like ._2tga {
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #000000;
}
footer .fb-like ._2tga:hover {
  background-color: #909090;
  border: 1px solid #909090;
}
footer .fb-like ._2tga.active {
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #000000;
}

footer .sns>li{
  display: inline-block;
  width: 20px;
  height: 20  px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 7px 0px 0px 14px;
}
footer .policies {
  float: right;
  font-size: 11px;
}

footer .sns>.tw{
  background: url(../img/sns_icon/twitter_icon.png) no-repeat;
  background-size: contain;
}
footer .sns>.ig{
  background: url(../img/sns_icon/instagram_icon.png) no-repeat;
  background-size: contain;
}
footer .sns>.fb{
  background: url(../img/sns_icon/facebook_icon.png) no-repeat;
  background-size: contain;
}
footer .sns>.pn{
  background: url(../img/sns_icon/pinterest_icon.png) no-repeat;
  background-size: contain;
}

/*copyright*/
/*.footerNav .copyright{
  text-align: center;
  background: url("img/logo.png") top center no-repeat;
  padding: 40px 0 0;
  margin: 45px 0 0 0;
  font-size: 12px;
  font-family:'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}*/

/*  contact
===================================*/
.contactBlock{
  position: relative;
  text-align: center;
  width: 1100px;
  margin: 0 auto 170px;
  outline: none;
}
.contactBlock>.contact{
  display: block;
  font-size: 23px;
  letter-spacing: 2px;
}
.contactBlock>.contact::before,.contactBlock>.contact::after{
  content: "";
  width: 41%;
  top: 0.5em;
  position: absolute;
  height: 1px;
  background: #000;
}
.contactBlock>.contact::before{ left: 0;}
.contactBlock>.contact::after{ right: 0;}
.contactBlock>.tit{
    margin-top: 45px;
    font-size: 21px;

}
.contactBlock>.disc{
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;

}
.contactBlock>.linkArrow{
  display: inline-block;
  height: 18px;
  width: 75px;
  margin-top: 30px;
  background: url(../img/okawa_arrow_bl.png) no-repeat;
  background-size: contain;
}
.contactBlock>.linkArrow > a{
  display: block;
  width: 100%;
  height: 100%;
}
.contactLink::after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    pointer-events:auto;
    content:"";
}

.contactBlock .conversionBtn {
    text-align: center;
    color: #fff !important;
    margin: 30px auto 10px;
}
.contactBlock .conversionBtn a{
  color: #e9e9e9 !important;
  font-size: 19px;
  letter-spacing: 2px;
  padding:10px 105px 5px 15px;
  background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
  background-size: 75px auto;
}
.contactBlock .conversionBtn a:hover{
  padding:10px 105px 5px 15px;
  background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
  background-size: 75px auto;
  text-decoration: none;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

/*  page_tit
===================================*/
.page_tit{
  width: 1100px;
  height: 173px;
  margin: 0px auto 110px;
  overflow: hidden;
  position: relative;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  padding: 5px 0;
  box-sizing: border-box;;;
}
.page_tit::before,.page_tit::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #000;
}
.page_tit::before{top: 5px;}
.page_tit::after{bottom: 5px;}

.page_detail_tit{
  width: 1100px;
  height: 173px;
  margin: 0px auto 16px;
  overflow: hidden;
  position: relative;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px 0;
  box-sizing: border-box;;;
}
.page_detail_tit::before,.page_detail_tit::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #000;
}
.page_detail_tit::before{top: 5px;}
.page_detail_tit::after{bottom: 5px;}

.page_detail_tit2{
  width: 900px;
  height: 173px;
  margin: 0px auto 96px;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  box-sizing: border-box;;;
}
.page_detail_tit2::before,.page_detail_tit2::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  background: url("../img/okawa_title_icon2.png");
  background-size: contain;
}
.page_detail_tit2::before{top: 5px;}
.page_detail_tit2::after{bottom: 5px;}

.full_page_tit{
  width: 1100px;
  height: 173px;
  margin: 60px auto 110px;
  overflow: hidden;
  position: relative;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px 0;
  box-sizing: border-box;;;
}
.full_page_tit::before,.full_page_tit::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #000;
}
.full_page_tit::before{top: 5px;}
.full_page_tit::after{bottom: 5px;}


.leftLogo{
    float: left;
    width: 17%;
    height: 100%;
    text-align: center;
    position: relative;
    border-right: solid 1px #000;
    box-sizing: border-box;;
}
.leftLogo>.logoTxt{
  display: inline-block;
  /* margin-top: 25px; */
  font-size: 10px;
  padding-top: 85px;
  line-height: 1.4;
  background: url(../img/okawa_logo3.png) center top no-repeat;
  background-size: 80px auto;
  position: absolute;
  left: 0;right: 0;
  top: 0;bottom: 0;
  margin: auto;
  height: 2em;
}
.centerTit{
    width: 66%;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 55px;;;

}
.centerTit .enTit{
    font-size: 38px;

}
.centerTit .jaTit{
    margin-top: 12px;
    font-size: 19px;
    letter-spacing: 2px;;;

}
.fullCenterTit{
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 55px;;;

}
.fullCenterTit .enTit{
    font-size: 38px;

}
.fullCenterTit .jaTit{
    margin-top: 12px;
    font-size: 19px;
    letter-spacing: 2px;;;

}
.page_tit .rightSince{
  float: right;
  width: 17%;
  padding-top: 35px;
  text-align: center;
  box-sizing: border-box;
  border-left: solid 1px #000;
  height: 100%;
}
.page_tit .rightSince>.since{
  display: block;
  font-size: 22px;
  letter-spacing: 5px;

}
.page_tit .rightSince>.year{
  display: block;
  margin-top: 0px;
  font-size: 40px;
  letter-spacing: 4px;
}
.page_tit .rightSince>.presented{
  display: block;
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.4;
}
/*  listPage articleList
===================================*/
.listPage .articleList{
  display: block;
  overflow: hidden;
}
.listPage .articleList>.oneArticle {
    width: 32%;
    float: left;
    margin: 0 2% 90px 0;
}
.listPage .articleList>.oneArticle:nth-child(3n) {margin-right: 0;}

.listPage .pageDescription p{
    line-height: 1.5;
    margin-bottom: 50px;
    margin-top: -50px;
}

.listPage .pageDescription p a{
    text-decoration: underline;
}

/*  pager
===================================*/
.wp-pagenavi{
  text-align: center;
  margin: 45px 0 0px;
}
.printing_portfolioPage .wp-pagenavi{
  text-align: center;
  margin: 45px 0 122px;
}
.wp-pagenavi .pages{
  display: none;
}
.wp-pagenavi .current {
  padding: 6px 8px;
  border: solid 1px #000;
  margin: 0 5px;
  font-size: 13px;
}
.wp-pagenavi .page {
  padding: 6px 8px;
  border: solid 1px #a0a0a0;
  color: #a0a0a0;
  margin: 0 5px;
  font-size: 13px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all  0.35s ease;
}
.wp-pagenavi .page:hover{
  border: solid 1px #000;
  color: #000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all  0.35s ease;
}
.wp-pagenavi .nextpostslink{
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  padding: 6px 22px;
  border: solid 1px #000;
  margin: -9px 5px;
  font-size: 13px;
  width: 30px;
  display: inline-block;
  background: url(../img/pager_arrow_right.png) no-repeat;
  background-position: 18px;
  background-size: 39px;
}

.wp-pagenavi .previouspostslink{
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  padding: 6px 22px;
  border: solid 1px #000;
  margin: -9px 5px;
  font-size: 13px;
  width: 30px;
  display: inline-block;
  background: url(../img/pager_arrow_left.png) no-repeat;
  background-position: 18px;
  background-size: 39px;
}
/*  middleTit
===================================*/
.middleTit{
  text-align: center;
  padding: 29px 0 20px;
  margin: 0 auto 30px;
  border-top: solid 2px #000;
  border-bottom: solid 1px #000;
  max-width: 1100px;
}
.middleTit .enTit{
  font-size: 24px;
  letter-spacing: 2px;
  /*position: relative;*/
}
.middleTit .enTit>span{
  position: relative;
}
.middleTit .enTit>span::before{
  content: "";
  position: absolute;
  background: url(../img/okawa_title_icon_left.png) no-repeat;
  background-size: contain;
  top: 0px;bottom: 0;
  margin: auto;
  width: 14px;
  height: 22px;
  left: -1.3em;
}
.middleTit .enTit>span::after{
  content: "";
  position: absolute;
  background: url(../img/okawa_title_icon_right.png) no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;bottom: 0px;
  width: 14px;
  height: 22px;
  right: -1.3em;
}
.middleTit .jaTit{
  margin-top: 5px;
  font-size: 13px;
}
/*  tableList
===================================*/
.tableList{
    width: 78%;
    margin: 55px auto 0;
    max-width: 900px;
    /*margin: 115px auto 0;*/
}
.tableList li{
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;;;;
}
.tableList li .tit{
    width: 22%;
    display: inline-block;
    line-height: 2;;
    margin-right: 1.5%;
    padding-bottom: 16px;
    float: left;
}
.tableList li .tit::after{
  content: "";
  position: absolute;
  left: 0;bottom: 0;
  width: 22%;
  border-bottom: solid 1px #000;
}
.tableList li .data{
    width: 63%;
    display: inline-block;
    padding-bottom: 16px;
    line-height: 2;;
    vertical-align: top;
    float: left;
}
.tableList li .data::after{
  content: "";
  position: absolute;
  right: 0;bottom: 0;
  width: 76%;
  border-bottom: dotted 2px #000;
}
.more{
  margin: 10px auto 0;
  text-align: center;
}
.more>a{
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  margin: 30px auto 0;
  padding-right: 30px;
  position: relative;
  font-size: 14px;
  color: #000;
}
.more>a::before{
  content: "";
  position: absolute;
  right: 0px;
  top: -4px;bottom: -4px;
  width: 9px;height: 9px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.more.open>a::before{
  content: "";
  position: absolute;
  right: 0px;
  top: -2px;bottom: -2px;
  width: 9px;height: 9px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin-top: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.post_content h1 {
    text-align: left;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 26px 0;
    font-size: 20px;
    margin-bottom: 32px;
    margin-top: 63px;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-weight: bold;
}

.post_content h2 {
    text-align: left;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-top-style: dotted;
    border-bottom-style: dotted;
    padding: 26px 0;
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.4em;
}

.post_content p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 24px;
}
.post_content a,
.contentBody a{
    text-decoration: underline;
}

.post_content img {
    width: 100%;
    height: auto;
}

.pankuzu {
    font-size: 11px;
    padding-top: 2px;
    margin-bottom: 80px;
    max-width: 50%;
    height: 10px;
    overflow: hidden;
    float: left;
}

.pankuzu ol li {
    /* liã‚’æ¨ªä¸¦ã³ï¼†ãƒ–ãƒ¬ãƒƒãƒˆã‚’æ¶ˆã™ */
    display: inline;
    list-style-type: none;
}

.pankuzu ol li:before {
    /* liã®å¾Œã«è¨˜å·è¿½åŠ  */
    content:" > ";
    margin: 0 10px;
}

.pankuzu ol li:first-child:before {
    /* æœ€åˆã®liã ã‘contentã‚’æ¶ˆã™ */
    content: none;
}

.pankuzu ol li a{
    /* liã‚’æ¨ªä¸¦ã³ï¼†ãƒ–ãƒ¬ãƒƒãƒˆã‚’æ¶ˆã™ */
    display: inline-table;
    max-width: 300px;
}

.detailTagBox{
    float: right;
    margin-top: -10px;
    height: 21px;
    width: 50%;
    text-align: right;
}
.detailTagBox>.articleTags li{
    display: inline-block;
    padding: 0px 6px 3px;
    background: #B3B4B4;
    border-radius: 30px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
}
.detailTagBox>.articleTags li a{
    font-size: 11px;
    color: #fff;
}

.detailTagBox>.articleTags li:hover{
    background: #818182;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
}

.anchor {
    outline: 0;
    margin-top: -50px;
    padding-top: 50px;
}

.anchor_l {
    outline: 0;
    margin-top: -170px;
    padding-top: 170px;
}

.headNav>li.headNavStudio {
  width: 220px;
}

.headNav>li.headNavStudio a {
  padding: 8px 5px 5px 30px;
  background-image: url('/wp-content/themes/ohkawa/img/icon_studio.png');
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 3px center;
}
}/* PCここまで */
