@charset "utf-8";
/*
Theme Name: 非抜歯矯正
Theme URI: null
Description: null
Version: 1.0
*/
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
body {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a, a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
body {
  min-width: 1150px;
  font-size: 13px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
#container {
  text-align: left;
}
#main {
  margin-bottom: 151px;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #main {
    margin-bottom: 35px;
  }
}
/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
}
#gHeader .hBox {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
#gHeader h1 {
  color: #333;
  padding-left: 18px;
  font-size: 15px;
  font-weight: normal;
  font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro6N", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gHeader .hLeft {
  display: flex;
  align-items: center;
}
#gHeader .hLeft .hl01 a {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro", "游明朝", "YuMincho", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  height: 80px;
  width: 325px;
  display: block;
  color: #fff;
  background: #f8829e;
  box-sizing: border-box;
  padding: 25px 0 25px 38px;
}
#gHeader .hRight {}
#gHeader .hRight .hr01 a {
  width: 250px;
  height: 80px;
  box-sizing: border-box;
  background-color: #000;
  padding: 32px 27px 30px 86px;
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    background: url("img/common/icon06.svg") no-repeat center center / 100%;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
}
#gHeader .hRight .hr02 a {
  width: 250px;
  height: 80px;
  box-sizing: border-box;
  background-color: #3dafd1;
  padding: 20px 27px 19px 30px;
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    background: url("img/common/icon01.svg") no-repeat center center / 100%;
    width: 20px;
    height: 20px;
    z-index: 2;
  }
}
#gHeader .menuBox {}
#gHeader .menuBox .titleBox {
  display: flex;
  align-items: center;
}
#gHeader .menu {}
#gHeader .menu a.on {
  width: 80px;
  height: 80px;
  display: block;
  background: url(img/common/menu02.png) no-repeat center center;
}
#gHeader .menu a.on img {
  display: none;
}
@media screen and (max-width: 767px) {
  #gHeader {}
  #gHeader .hBox {}
  #gHeader h1 {
    display: none;
  }
  #gHeader .hBox {
    width: auto;
    height: auto;
    display: block;
  }
  #gHeader .hLeft {
    justify-content: space-between;
    width: 100%;
  }
  #gHeader .hLeft .hl01 {
    width: 100%;
  }
  #gHeader .hLeft .hl01 a {
    font-size: 18px;
    height: 68px;
    width: auto;
    display: block;
    padding: 20px 0 23px 20px;
  }
  #gHeader .hRight {}
  #gHeader .hRight .hr01 {
    text-align: right;
    width: 50%;
  }
  #gHeader .hRight .hr01 a {
    width: 100%;
    height: 55px;
    background-color: #000;
    background-size: 30px;
    padding: 20px 20px 20px 0;
    font-size: 13px;

    &::before {
      width: 30px;
      height: 30px;
      left: 6vw;
    }
  }
  #gHeader .hRight .hr02 {
    text-align: left;
    width: 50%;
  }
  #gHeader .hRight .hr02 a {
    width: 100%;
    height: 55px;
    padding: 9px 0 9px 20px;
    font-size: 13px;
    position: relative;

    &::before {
      right: 16px;
      width: 20px;
      height: 20px;
    }
  }
  #gHeader .menuBox {}
  #gHeader .menuBox .titleBox {
    display: flex;
    align-items: center;
  }
  #gHeader .menu {}
  #gHeader .sp a.on {
    width: 68px;
    height: 68px;
    display: block;
    background: url(img/common/menu02.png) no-repeat center center;
  }
  #gHeader .menu a.on img {
    display: none;
  }
}
/*------------------------------------------------------------
  gNavi
------------------------------------------------------------*/
#gNavi {
  display: none;
  position: absolute;
  right: 0;
}
#gNavi ul {
  float: left;
  width: 226px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gNavi ul li{
  border-left: 1px solid #ffcdfa;
  border-bottom: 1px solid #ffcdfa;
}
#gNavi .navi01 li {
}
#gNavi .navi02 li {
}
#gNavi ul li:last-child {
}
#gNavi li a {
  padding: 20px 10px 18px 40px;
  display: block;
  position: relative;
  font-size: 14px;
  background: #FFF url(img/common/icon10.png) no-repeat left 22px center;
}
#gNavi .navi01 li:nth-child(1) a {
  background: #FFF url("img/common/icon08.png") no-repeat left 18px center;
}
#gNavi .navi01 li:nth-child(2) a {
  background: #FFF url("img/common/icon09.png") no-repeat left 18px center;
}
#gNavi li a:hover {
  color: #ef5984;
  text-decoration: underline #ef5984;
  background: #fff6ff url(img/common/icon10.png) no-repeat left 22px center;
}
#gNavi .navi01 li:nth-child(1) a:hover {
  background: #fff6ff url("img/common/icon08.png") no-repeat left 18px center;
}
#gNavi .navi01 li:nth-child(2) a:hover {
  background: #fff6ff url("img/common/icon09.png") no-repeat left 18px center;
}
@media screen and (max-width: 767px) {
  #gNavi {
    width: 100%;
    top: 0;
    z-index: 100;
    margin-top: 123px;
    padding: 0 30px 183px;
    background-color: #FFF;
    box-sizing: border-box;
    position: fixed;
    max-height: 100%;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  #gNavi ul {
    float: none;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #gNavi ul:last-of-type {
    margin-bottom: 50px;
  }
  #gNavi ul li{
    border-left: none;
  }
  #gNavi li a {
    padding: 25px;
    padding-left: 45px;
    text-decoration: none;
  }
  #gNavi ul li:last-child {
    border-bottom: 1px solid #ffcdfa;
  }
  #gNavi li a {
    position: relative;
    background: #FFF url(img/common/icon10.png) no-repeat left 22px center;
  }
  #gNavi .navi01 li:nth-child(1) a {
    background: #FFF url("img/common/icon08.png") no-repeat left 18px center;
  }
  #gNavi .navi01 li:nth-child(2) a {
    background: #FFF url("img/common/icon09.png") no-repeat left 18px center;
  }
  #gNavi .sBanner img {
    width: 100%;
  }
  #gNavi .sBanner {}
  #gNavi .sBanner a {
    height: 75px;
    display: table;
    font-size: 15px;
    margin: 0 auto;
    padding-left: 40px;
  }
  #gNavi .sBanner .banner01 {
    background: url("img/common/sp_s_banner01.jpg") no-repeat center center;
    background-size: 100% auto;
    margin-bottom: 14px;
  }
  #gNavi .sBanner .banner01 p {
    display: flex;
    align-items: center;
    height: 75px;
  }
  #gNavi .sBanner .banner02 {
    background: url("img/common/sp_s_banner02.jpg") no-repeat center center;
    background-size: 100% auto;
    margin-bottom: 14px;
  }
  #gNavi .sBanner .banner02 p {
    display: table-cell;
    vertical-align: middle;
  }
  #gNavi .sBanner .blue {
    display: flex;
    background: #fff;
    width: 45px;
    height: 45px;
    color: #0099ff;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  #gNavi .sBanner .blue span {}
  #gNavi .sInfo a {
    height: 75px;
    width: 100%;
    text-align: center;
    display: table;
    font-size: 15px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  #gNavi .sInfo .clinic {
    background: url("img/common/sp_s_bg01.jpg") no-repeat center center;
    background-size: 100% auto;
  }
  #gNavi .sInfo .clinic p {
    display: table-cell;
    vertical-align: middle;
  }
  #gNavi .sInfo .clinic p:before {
    background: url(img/common/line01.png) no-repeat left center;
    top: 35px;
    left: 25%;
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
  }
  #gNavi .sInfo .clinic p:after {
    background: url(img/common/line01.png) no-repeat left center;
    top: 35px;
    right: 25%;
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
  }
}
/*------------------------------------------------------------
  パンクズリスト
------------------------------------------------------------*/
#pagePath {
  position: absolute;
  top: -38px;
}
#pagePath li {
  display: inline;
  font-size: 12px;
  letter-spacing: 0.5px;
}
#pagePath li a {
  color: #f8829e;
}
#pagePath li a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  #pagePath {
    display: none;
  }
}
/*------------------------------------------------------------
  conts
------------------------------------------------------------*/
#conts {
  width: 685px;
  float: right;
}
@media screen and (max-width: 767px) {
  #conts {
    padding: 0 10px;
    width: auto;
    float: none;
  }
}
/*------------------------------------------------------------
  sideBar
------------------------------------------------------------*/
#sideBar {
  width: 266px;
  float: left;
}
#sideBar .sBanner a {
  display: block;
  position: relative;
}
#sideBar .sBanner a:hover {
  opacity: 0.7;
}
#sideBar .sBanner .circle {
  font-size: 19px;
  position: absolute;
  background: #fff;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  top: 5px;
  right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3
}
#sideBar .sBanner .circle span:first-of-type {
  padding-top: 5px;
}
#sideBar .sBanner .span01 {
  font-size: 20px;
  position: absolute;
  top: 45px;
  left: 100px;
}
#sideBar .sBanner .blue {
  color: #0099ff;
}
#sideBar .sBanner a img {
  margin-bottom: 11px;
  width: 265px;
}
#sideBar .sNavi {
  margin-bottom: 19px;
  padding: 23px 7px 0;
  border: 1px solid #E7DED5;
}
#sideBar .sNavi:last-child {
  margin-bottom: 0;
}
#sideBar .sTitle {
  margin-bottom: 22px;
  text-align: center;
}
#sideBar .sTitle .ttl {
  padding-right: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  background: url(img/common/icon01.png) no-repeat right center;
}
#sideBar .search {
  margin: 15px auto 0;
  padding-left: 45px;
  width: 225px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid #E7DED5;
  box-sizing: border-box;
}
#sideBar .search input {
  padding: 3px 5px 1px;
  width: 55%;
  height: 30px;
  vertical-align: top;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
#sideBar .search .searchsubmit {
  margin: 8px 0 0 3px;
  width: 20px;
  padding: 0;
  height: auto;
  display: inline-block;
  border: 0;
}
#sideBar .sNavi li {
  padding: 7px 12px;
  border-top: 1px solid #E7DED5;
  overflow: hidden;
  zoom: 1;
}
#sideBar .sNavi li > a {
  padding: 20px 5px 19px 23px;
  display: block;
  font-size: 14px;
  text-decoration: underline;
  background: url(img/common/icon03.png) no-repeat left center;
}
#sideBar .sNavi li a .fw {
  font-weight: bold;
}
#sideBar .sNavi li a:hover {
  color: #990000;
  background: url(img/common/icon02.png) no-repeat left center;
}
#sideBar .sNavi li .pho {
  float: left;
  display: block;
}
#sideBar .sNavi li dl {
  margin-top: 6px;
  width: 155px;
  float: right;
  font-size: 13px;
}
#sideBar .sNavi li dt {
  margin-bottom: 5px;
  font-size: 14px;
	color: #f8829e;
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;*/
}
#sideBar .popular {
  padding-top: 26px;
}
#sideBar .popular li > a {
  padding: 0;
  display: block;
  background: none;
  overflow: hidden;
  zoom: 1;
}
#sideBar .popular li a:hover {
  color: #160F0F;
  background: none;
}
#sideBar .popular li a:hover dt {
  color: #990000;
  text-decoration: underline;
}
#sideBar .popular li .pho {
  width: 60px;
  position: relative;
  overflow: hidden;
}
#sideBar .popular li .pho img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
#sideBar .popular li .pho .thumbImage {
  position: absolute;
  left: 0;
  top: 0;
}
#sideBar .sInfo a {
  display: block;
  position: relative;
}
#sideBar .sInfo a:hover {
  opacity: 0.7;
}
#sideBar .sInfo .clinic span {
  font-size: 18px;
  position: absolute;
  top: 68px;
  left: 93px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
#sideBar .sInfo .clinic span:before {
  background: url(img/common/line01.png) no-repeat left center;
  top: 0.45em;
  left: -50px;
  width: 35px;
  height: 1px;
  position: absolute;
  content: "";
}
#sideBar .sInfo .clinic span:after {
  background: url(img/common/line01.png) no-repeat left center;
  top: 0.45em;
  right: -50px;
  width: 35px;
  height: 1px;
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  #sideBar {
    padding: 0 10px;
    width: auto;
    float: none;
    clear: both;
  }
  #sideBar .sNavi {
    margin-bottom: 52px;
    padding: 30px 33px 0;
  }
  #sideBar .popular {
    padding: 0;
    border: none;
  }
  #sideBar .sTitle {
    margin-bottom: -4px;
    text-align: left;
  }
  #sideBar .sTitle .ttl {
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom-width: 1px;
  }
  #sideBar .sTitle .ttl span {
    padding-right: 26px;
    background: url(img/common/sp_icon01.png) no-repeat right center;
    background-size: 10px auto;
  }
  #sideBar .search {
    margin: 29px auto 35px;
    padding-left: 60px;
    width: 100%;
    border-radius: 30px;
    border-color: #CCC;
  }
  #sideBar .search input {
    width: 57%;
    height: 38px;
    font-size: 14px;
  }
  #sideBar .search a {
    width: 24px;
    vertical-align: middle;
  }
  #sideBar .search .searchsubmit {
    margin-top: 12px;
  }
  #sideBar .popular ul {
    border-bottom: 1px solid #E7DED5;
  }
  #sideBar .sNavi li {
    padding: 26px 6px 31px;
  }
  #sideBar .sNavi li a {
    padding: 0 0 0 32px;
  }
  #sideBar .popular .ttl {
    margin-bottom: 14px;
  }
  #sideBar .popular li {
    padding: 26px 0 30px;
    border-top: none;
    border-bottom: 1px solid #F2F2F2;
  }
  #sideBar .popular li:last-child {
    margin-bottom: 0;
  }
  #sideBar .popular li a {
    padding: 0;
    text-decoration: none;
    background: none;
  }
  #sideBar .popular li a:hover {
    color: #990000;
  }
  #sideBar .popular li h4 {
    margin-bottom: 11px;
    clear: both;
  }
  #sideBar .popular li h4 a {
    font-size: 18px;
  }
  #sideBar .popular li h4 a:hover {
    text-decoration: underline;
  }
  #sideBar .popular li .phoBox {
    width: 75px;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #sideBar .popular li .phoBox img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #sideBar .popular li .phoBox .thumbImage {
    position: absolute;
    left: 0;
    top: 0;
  }
  #sideBar .popular li .txtBox {
    padding-left: 83px;
  }
  #sideBar .popular li .txtBox p {
    font-size: 15px;
    word-break: break-all;
  }
  #sideBar .popular li .txtBox .ttl {
    margin-bottom: 12px;
    padding: 2px 1px 0;
    line-height: 1.15;
    background-color: #EEF2F5;
  }
  #sideBar .popular li .txtBox .ttl .time {
    display: block;
  }
  #sideBar .popular li .txtBox .link a {
    font-size: 13px;
    text-decoration: underline;
  }
  #sideBar .category {
    margin-bottom: 71px;
  }
  #sideBar .category li:first-child {
    border-top: none;
    padding-top: 0;
  }
  #sideBar .archive {
    margin-bottom: 166px;
  }
  #sideBar .archive .ttl {
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 4px;
  border-bottom: 5px solid #E8E2E2;
  position: relative;
}
#gFooter .pageTop {
  width: 50px;
  position: fixed;
  right: 25px;
  bottom: 25px;
}
#gFooter .pageTop img {
  width: 100%;
}
#gFooter .pageTop.fixed {
  position: absolute;
  top: -60px;
}
#gFooter .pageTop.fixed a {
  margin: 0;
}
#gFooter .pageTop a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#gFooter .fBox {
  margin: 0 auto;
}
#gFooter .footer ul {
  margin: 0 auto;
  padding: 49px 0;
  background: #f7f8f8;
  display: flex;
  justify-content: center;
}
#gFooter .footer li {
  font-size: 15px;
  margin-right: 20px;
}
#gFooter .footer li:last-child {
  margin-right: 0;
}
#gFooter .copyright {
  padding: 29px 0;
  color: #fff;
  background: #fa91ac;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gFooter {
    padding-bottom: 4px;
    border-bottom-width: 3px;
  }
  #gFooter .pageTop {
    right: 5px;
    bottom: 30px;
  }
  #gFooter .pageTop img {
    width: 45px;
  }
  #gFooter .fBox {
    width: auto;
  }
  #gFooter .footer ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  #gFooter .footer li {
    background: #f7f8f8;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 50%;
    border-bottom: 1px solid #ffcdfa;
    text-indent: -1em;
    padding-left: 38px;
    height: 63px;
    display: flex;
    align-items: center;
  }
  #gFooter .footer li:nth-child(2n-1) {
    border-right: 1px solid #ffcdfa;
  }
  #gFooter .footer li a {}
  #gFooter .copyright {
    font-size: 10px;
    clear: both;
  }
}
/*------------------------------------------------------------
  書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}
/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}
/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}
/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}
.yumin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*------------------------------------------------------------
  微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
/*------------------------------------------------------------
  汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/*------------------------------------------------------------
  汎用デザイン
------------------------------------------------------------*/
.bgPink {}
/*------------------------------------------------------------
  mainBox
------------------------------------------------------------*/
.mainBox {
  margin: 0 auto;
  width: 1000px;
}
/*------------------------------------------------------------
  headLine01
------------------------------------------------------------*/
.headLine01 {
  margin: -3px 0 0;
  font-size: 18px;
  line-height: 1.7;
  border-bottom: 2px solid #F2F2F2;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.headLine01 span {
  margin: 0;
  padding-right: 26px;
  display: inline-block;
  background: url(img/common/icon07.png) no-repeat right center;
}
/*------------------------------------------------------------
  headLine02
------------------------------------------------------------*/
.headLine02 {
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 2px solid #F2F2F2;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 32px;
}
.headLine02 > span {
  border-left: 5px solid #ef889c;
}
.headLine02 > span > span {
  margin-left: 10px;
}

/*------------------------------------------------------------
  pageBox
------------------------------------------------------------*/
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 3px;
  padding: 11px 5px 2px;
  width: 45px;
  min-height: 45px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #FFF;
  border-color: #fa91ac;
  background-color: #fa91ac;
}
/*.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin: 0 6px;
  width: 58px;
  border-color: #8A8A8A;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: #333;
  text-decoration: underline;
  border-color: #8A8A8A;
  background-color: #F4F4F4;
}*/
.wp-pagenavi .last {
  display: none;
}
.pageBox .note {
  margin-top: 20px;
  color: #9F9F9F;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.pageBox .note .cor01 {
  color: #000 !important;
}
.emptyNote {
  font-size: 15px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  /*------------------------------------------------------------
    mainBox
  ------------------------------------------------------------*/
  .mainBox {
    margin-bottom: 0 !important;
    width: auto;
  }
  /*------------------------------------------------------------
    headLine01
  ------------------------------------------------------------*/
  .headLine01 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
  .headLine01 span {
    padding-right: 26px;
    background: url(img/common/sp_icon07.png) no-repeat right center;
    background-size: 10px auto;
  }
  /*------------------------------------------------------------
    pageBox
  ------------------------------------------------------------*/
  .pageBox {
    margin: 0 !important;
  }
  .wp-pagenavi {
    margin: 0 !important;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 3px;
    padding: 7px 5px 2px;
    width: 38px;
    min-height: 37px;
    font-size: 13px;
    border-radius: 2px;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    margin: 0 2px;
    width: 50px;
    color: #333;
  }
  .pageBox .note {
    margin-top: 16px;
  }
}
/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/
.mainVisual {
  margin-bottom: 60px;
  padding-top: 80px;
  text-align: center;
  position: relative;

  .image {
    width: 100%;
    height: auto;
    display: block;

    img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
}
#conts .headLine01 {
  margin-bottom: -1px;
}
#conts .articleUl {
  margin-bottom: 62px;
}
#conts .articleUl li {
  padding: 35px 1px 37px;
  border-bottom: 2px solid #F2F2F2;
  overflow: hidden;
  zoom: 1;
}
#conts .articleUl li a:hover {
  text-decoration: underline;
}
#conts .articleUl li .phoBox {
  float: left;
}
#conts .articleUl li .phoBox {
  width: 250px;
}
#conts .articleUl li .phoBox img {
  display: block;
  width: 100%;
}
#conts .articleUl li .txtBox {
  width: 400px;
  float: right;
}
#conts .articleUl li .txtBox h4 {
  padding-bottom: 13px;
  margin-bottom: 19px;
  font-size: 18px;
  border-bottom: 1px solid #F2F2F2;
}
#conts .articleUl li .txtBox h4 a {
  text-decoration: none;
}
#conts .articleUl li .txtBox h4 a:hover {
  text-decoration: underline;
}
#conts .articleUl li .txtBox p {
  font-size: 15px;
  word-break: break-all;
}
#conts .articleUl li .txtBox .ttl {
  margin-bottom: 8px;
  font-size: 13px
}
#conts .articleUl li .txtBox .ttl .time {
  margin-right: 25px;
}
#conts .articleUl li .txtBox .txt {
  padding-right: 70px;
  margin-bottom: 30px;
  line-height: 1.3;
}
#conts .articleUl li .txtBox .txt a {
  text-decoration: underline;
  color: #f8829e;
}
#conts .articleUl li .txtBox .txt a:hover {
  color: #160f0f;
}
#conts .articleUl li .txtBox .tft {
  padding: 8px 10px;
  background-color: #EEF2F5;
}
#conts .articleUl li .txtBox .tft a {
  color: #f8829e;
}
#conts .pageBox {
  border-bottom: 2px solid #F2F2F2;
  padding-bottom: 130px;
}
#conts .wp-pagenavi {}
#conts .about {
  padding-top: 38px;
}
#conts .about .photoBox {
	margin: 0 auto 38px;
  width: 250px;
  text-align: center;
}
#conts .about .txtBox {
}
#conts .about .txtBox .ttl {
  font-size: 18px;
  margin-bottom: 20px;
  border-left: 5px solid #ef889c;
  padding-left: 11px;
  font-weight: bold;
}
#conts .about .txtBox .txt {
  font-size: 15px;
  margin-bottom: 15px;
}
#conts .about .txtBox .tft a {
  font-size: 15px;
  text-decoration: underline;
  color: #f8829e;
}
#conts .about .txtBox .tft a:hover {
  color: #160f0f;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    margin-bottom: 40px;
    padding-top: 123px;
  }
  .mainVisual img {
    width: 100%;
  }
  #conts .articleUl {
    margin-bottom: 38px;
  }
  #conts .articleUl li {
    padding: 30px 0;
    display: block;
    border-bottom-width: 1px;
  }
  #conts .articleUl li:hover a {
    text-decoration: none;
  }
  #conts .articleUl li .phoBox {
    width: 75px;
  }
  #conts .articleUl li .phoBox img {
    width: 100%;
  }
  #conts .articleUl li .txtBox {
    padding-left: 91px;
    width: auto;
    float: none;
  }
  #conts .articleUl li .txtBox h4 {
    padding-bottom: 0;
    margin-bottom: 8px;
    border-bottom: none;
  }
  #conts .articleUl li h4 a:hover {
    text-decoration: underline;
  }
  #conts .articleUl li .txtBox .ttl {
    margin-bottom: 3px;
    padding: 1px 1px 0;
    font-size: 14px;
  }
  #conts .articleUl li .txtBox .ttl .time {
    margin-right: 0;
    display: block;
  }
  #conts .articleUl li .txtBox .txt {
    font-size: 15px !important;
    padding-right: 0;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #conts .articleUl li .txtBox .tft {
    padding: 5px 10px;
    margin-bottom: 12px;
  }
  #conts .pageBox {
    margin-bottom: 35px !important;
  }
  #conts .about {
    margin-bottom: 80px;
	  padding-top: 0;
  }
  #conts .about .photoBox {
    width: 75px;
    text-align: left;
	  margin-bottom: 35px;
  }
  #conts .about .photoBox img {
    width: 100%;
  }
  #conts .about .txtBox {
    width: 100%;
  }
  #conts .about .txtBox .ttl {
    margin-bottom: 8px;
    font-size: 18px;
    border-left-width: 4px;
  }
  #conts .about .txtBox .txt {
    font-size: 16px !important;
    margin-bottom: 4px;
	word-break: break-all;
  }
  #conts .about .txtBox .tft a {
    font-size: 16px;
    margin-bottom: 80px;
  }
}
/*------------------------------------------------------------
  detail
------------------------------------------------------------*/
#detail #conts .title {
  margin: 0 0 25px;
  padding: 32px 20px 30px;
  background-color: #F1F5F8;
}
#detail #conts .title .time {
  margin-right: 25px;
}
#detail #conts p {
  margin: 0 0 8px;
  font-size: 13px;
  word-break: break-all;
}
#detail #conts .category {
  padding: 10px 13px;
  background-color: #EEF2F5;
  margin-bottom: 25px;
}
#detail #conts .category a {
  font-size: 14px;
  color: #f8829e;
}
#detail #conts .blogContent {
  margin: 0 25px 37px;
  overflow: hidden;
  zoom: 1;
}
#detail #conts .blogContent p {
  margin: 0 0 23px;
  font-size: 14px;
  clear: both;
  word-break: break-all;
}
#detail #conts .blogContent img {
  max-width: 100%;
  height: auto;
}
#detail #conts .blogContent .alignright {
  float: right;
}
#detail #conts .blogContent h1, #detail #conts .blogContent h2, #detail #conts .blogContent h3, #detail #conts .blogContent h4, #detail #conts .blogContent h5, #detail #conts .blogContent h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}
#detail #conts .blogContent h1:first-child, #detail #conts .blogContent h2:first-child, #detail #conts .blogContent h3:first-child, #detail #conts .blogContent h4:first-child, #detail #conts .blogContent h5:first-child, #detail #conts .blogContent h6:first-child {
  padding-top: 0;
}
#detail #conts .blogContent h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
#detail #conts .blogContent h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
#detail #conts .blogContent h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
#detail #conts .blogContent h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}
#detail #conts .blogContent h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#detail #conts .blogContent h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}
#detail #conts .snsList {
  margin-bottom: 43px;
  padding-top: 45px;
  clear: both;
  text-align: center;
  border-top: 2px solid #F2F2F2;
}
#detail #conts .snsList li {
  margin: 0 6px;
  width: 66px;
  display: inline-block;
}
#detail #conts .snsList li a {
  display: block;
  text-decoration: none;
}
#detail #conts .snsList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#detail #conts .snsList li img {
  width: 100%;
}
#detail #conts .snsList li span {
  margin-top: 7px;
  display: block;
  color: #999;
  font-size: 11px;
}
#detail .linkList {
  margin-bottom: 57px;
  padding: 10px 0;
  display: table;
  position: relative;
  table-layout: fixed;
  border-top: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
  box-sizing: border-box;
}
#detail .linkList li {
  width: 50%;
  height: 85px;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  vertical-align: middle;
  box-sizing: border-box;
}
#detail .linkList img {
  padding-top: 4px;
}
#detail .linkList .prev a {
  display: block;
  background: url("img/common/icon04.png") no-repeat center left;
  padding-left: 30px;
  line-height: 1.2;
}
#detail .linkList .next a {
  display: block;
  background: url("img/common/icon03.png") no-repeat center right;
  padding-right: 30px;
  line-height: 1.2;
}
#detail #conts .linkList .prev {
  border-right: 1px solid #F2F2F2;
}
#detail #conts .linkList .next {
  text-align: right;
}
#detail #conts .linkList li a:hover {
  color: #438DC4;
}
#detail #conts .articleUl {
  padding-top: 2px;
}
#detail #conts .articleUl li {
  padding: 29px 55px 29px 0;
}
#detail #conts .articleUl li .phoBox {
  width: 100px;
}
#detail #conts .articleUl li .phoBox img {
  width: 100%;
}
#detail #conts .articleUl li .txtBox {
  width: 500px;
}
#detail #conts .articleUl li .txtBox h4 {
  margin: -2px 0 10px;
}
#detail #conts .articleUl li .txtBox p a {
  margin-top: 5px;
  display: block;
}
#detail #conts .articleUl li a:hover h4 {
  color: #160F0F;
}
#detail #conts .articleUl li a:hover p a {
  color: #CC3300;
}
.wp-pagenavi .pages {
  display: none;
}
@media screen and (max-width: 767px) {
  #detail #conts .mainImg {
    margin: 0 -10px 29px;
  }
  #detail #conts .mainImg img {
    width: 100%;
  }
  #detail #conts .title {
    margin-bottom: 15px;
    padding: 10px 5px 6px;
    font-size: 15px;
    line-height: 1.4;
  }
  #detail #conts .title .time {
    margin-right: 0;
    display: block;
  }
  #detail #conts p {
    margin: 0 0 23px;
    font-size: 13px;
  }
  #detail #conts .photo {
    margin-bottom: 13px;
  }
  #detail #conts .photo img {
    width: 100%;
  }
  #detail #conts .blogContent {
    margin: 0 5px 28px;
  }
  #detail #conts .blogContent img {
    max-width: 100%;
    height: auto;
  }
  #detail #conts .snsList {
    margin-bottom: 20px;
    padding-top: 25px;
    border-top-width: 1px;
  }
  #detail #conts .snsList li {
    margin: 0 3px;
    width: 54px;
  }
  #detail #conts .snsList li span {
    margin: 6px -5px 0;
    font-size: 9px;
  }
  #detail #conts .linkList {
    margin-bottom: 26px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  #detail #conts .linkList li {
    padding: 0 18px 0 0;
    height: 70px;
    font-size: 14px;
  }
  #detail #conts .linkList li:nth-child(2n) {
    padding: 0 0 0 18px;
  }
  #detail #conts .articleUl {
    padding-top: 0;
  }
  #detail #conts .articleUl li {
    padding: 22px 0 22px;
  }
  #detail #conts .articleUl li .phoBox {
    width: 76px;
  }
  #detail #conts .articleUl li .txtBox {
    width: auto;
  }
  #detail #conts .articleUl li .txtBox p {
    font-size: 13px !important;
  }
}

/*================================
-240425 add
=================================*/
.mainVisual {
  margin-bottom: 0;
}

.wp-style-mainVisual-case {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  margin-bottom: 60px;
  box-sizing: border-box;

  @media all and (min-width: 0px) and (max-width: 767px) {
    height: auto;
    background-color: #f77399;
    padding: 16px;
  }

  .inner {
    width: min(100%, 1000px);
    height: auto;
    position: absolute;
    top: -147px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    text-align: left;
    font-size: min(3.75vw, 14px);

    @media all and (min-width: 0px) and (max-width: 767px) {
      position: relative;
      top: initial;
      left: initial;
      transform: initial;
    }
  }
}

.wp-style-mainVisual-title {
  background-color: #fff;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 8px;
  color: #f8829e;
  font-weight: bold;

  @media all and (min-width: 0px) and (max-width: 767px) {
    color: #f77399;
  }
}

.wp-style-mainVisual-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 16px;
  width: min(100%, 400px);

  @media all and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
  }
}

.wp-style-mainVisual-text {
  margin-top: 4px;

}