@charset "UTF-8";
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #151311;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html {
  overflow-y: scroll;
}

a {
  color: #fb6a00;
  text-decoration: underline;
}

a:hover {
  color: #fb6a00;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.red {
  color: #f73609;
}

/*section p
----------------------------------------------------*/
.section {
  margin: 0 0 30px 0;
  width: 100%;
}

.inner {
  width: 100%;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 5px;
}

.btm10 {
  margin-bottom: 10px;
}

.btm15 {
  margin-bottom: 15px;
}

.btm20 {
  margin-bottom: 20px;
}

.btm25 {
  margin-bottom: 25px;
}

.btm30 {
  margin-bottom: 30px !important;
}

.btm40 {
  margin-bottom: 40px;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px !important;
}

p.l11 {
  line-height: 1.1;
}

p.l13 {
  line-height: 1.3;
}

.m0 {
  margin: 0 !important;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.lh15 {
  line-height: 1.5;
}

.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.list_disc {
  margin-left: 20px;
}

.list_disc li {
  list-style: disc;
}

.list_num {
  margin-left: 20px;
  margin-bottom: 20px;
}

.list_num li {
  list-style-type: decimal;
}

.text_ul01 {
  font-weight: bold;
  color: #f0872c;
  text-decoration: underline;
}

.marker {
  font-size: 1.5em;
  background: #f8e859;
  display: inline;
  font-weight: bold;
}

.flex, .flex_sp_rev {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.strong01 {
  font-size: 1.5em;
  font-weight: bold;
}

.strong02 {
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

.strong03 {
  font-size: 1.3em;
  font-weight: bold;
}

.strong04 {
  color: #fa531f;
  text-decoration: underline;
}

.strong05 {
  font-weight: bold;
  color: #f0872c;
}

.list01 {
  display: flex;
  flex-wrap: wrap;
}

.list01 li {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin-right: 24px;
  margin-bottom: 8px;
}

.list01 li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ff9285;
  box-sizing: border-box;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 10px;
}

/*ヘッダー
----------------------------------------------------*/
#header {
  border-bottom: 3px solid #f0872c;
}

.h_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
}

.h_copy {
  margin-top: 8px;
  display: block;
}

.h_copy h1 {
  font-size: 12px;
  line-height: 1.5;
  color: #222;
}

.h_conts {
  margin: 16px auto 24px;
  display: flex;
  justify-content: space-between;
}

.h_logo {
  margin-top: 8px;
}

.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_tel_contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 15px;
}

.h_tel {
  margin-top: 3px;
}

.h_tel_num {
  line-height: 0;
  margin-bottom: 12px;
}

.h_tel_num img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_tel_text dl {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #222;
}

.h_tel_text dl dt {
  width: 6em;
}

.h_tel_text dl dd {
  width: calc(100% - 4em);
}

.h_tel_text p {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 18px;
  margin-top: 5px;
}

.h_tel_text p:first-of-type {
  margin-top: 0;
}

.h_contact {
  margin-left: 25px;
}

.h_contact_btn {
  display: block;
  margin-bottom: 12px;
}

.h_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a1b835;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1b835 0%, #a1b835 80%, #91a530 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a1b835 0%, #a1b835 80%, #91a530 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a1b835 0%, #a1b835 80%, #91a530 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 4px;
  text-align: center;
  border-radius: 5px;
  line-height: 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
}

.h_contact_btn a img {
  margin-right: 10px;
  vertical-align: sub;
}

.h_map {
  background: url("../images/common/h_map.png") no-repeat 2px 0px;
  padding: 0 0 6px 30px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
  min-height: 28px;
}

.h_access {
  background: url("../images/common/h_access.png") no-repeat left 4px;
  padding: 0 0 6px 30px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
}

#sp_head, #sp_top {
  display: none;
}

/*ナビ
----------------------------------------------------*/
.h_nav {
  margin-top: 24px;
}

.h_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.h_nav ul li {
  width: calc(100% / 7 - 1px);
  border-left: 1px dotted #333;
  text-align: center;
  padding: 12px 0;
}

.h_nav ul li:last-child {
  width: calc(100% / 7 - 2px);
  border-right: 1px solid #333;
}

.h_nav ul li a {
  color: #333;
  text-decoration: none;
}

/*ナビ
----------------------------------------------------*/
#scroll_menu {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f0872c;
  padding: 16px 0;
  position: fixed;
  top: -86px;
  z-index: 99999;
  opacity: 0;
  transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.scroll_logo p {
  line-height: 0;
}

.scroll_logo img {
  /*width: auto;*/
  max-width: 310px;
  height: 100%;
  /* min-height: 55px; */
  /* max-height: 44px; */
}

.scroll_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.scroll_menu ul li {
  margin-left: 20px;
  line-height: 1.2;
}

.scroll_menu ul li a {
  font-size: 14px;
  color: #212121;
  text-decoration: none;
}

/*main-image
----------------------------------------------------*/
#mainimage {
  width: 100%;
  max-height: 100%;
  max-height: 715px;
  background: url("../images/top/bg_mainimage.png") repeat left top;
}

#mainimage p {
  text-align: center;
  line-height: 0;
}

#mainimage p img {
  width: 100%;
  max-width: 1050px;
  height: auto;
}

.mainimage_sp {
  display: none;
}

.mainimage_selectconts {
  background: url(../images/top/bg01.png) repeat center center;
  padding: 30px 0 !important;
}

.mainimage_select {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mainimage_select li {
  width: 100%;
}

.mainimage_select li img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*common
----------------------------------------------------*/
#main {
  position: relative;
}

.bg_orange01 {
  background: #f0872c;
}

.bg_orange02 {
  background: #fbd3af;
}

.bg_beige01 {
  background: #fcf4e9;
}

.mainconts {
  padding: 56px 0 80px;
}

.main_conts_wrap {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 0 auto;
}

.main_conts_wrap p {
  margin-bottom: 1em;
}

.main_conts_wrap p:last-of-type {
  margin-bottom: 0;
}

.ttl01 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
}

.ttl02 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}

.ttl02_sub {
  border: 1px solid #f0872c;
  border-left: none;
  border-right: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.ttl03 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}

.ttl03_sub {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.ttl04 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}

.ttl05 {
  font-size: 24px;
  font-weight: bold;
  color: #f0872c;
  border-bottom: 2px solid #f0872c;
  margin-bottom: 24px;
}

.ttl06 {
  font-size: 24px;
  font-weight: bold;
  color: #f0872c;
  text-align: center;
  margin-bottom: 40px;
}

.ttl06 span {
  border-bottom: 4px solid;
}

.ttl07 {
  font-size: 24px;
  font-weight: bold;
  color: #595758;
  text-align: center;
  margin-bottom: 40px;
}

.ttl07 span {
  border-bottom: 4px solid;
}

.ttl08 {
  font-size: 24px;
  font-weight: bold;
  color: #f0872c;
  border-bottom: 2px solid #f0872c;
  margin-bottom: 16px;
}

.ttl09 {
  font-size: 24px;
  font-weight: bold;
  color: #fa531f;
  text-align: center;
  margin-bottom: 40px;
}

.ttl09 span {
  border-bottom: 4px solid;
}

.ttl10 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}

.ttl10 span.br {
  display: block;
}

.tbl01 {
  display: block;
}

.tbl01 tbody {
  display: block;
}

.tbl01 tbody tr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
}

.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  padding: 20px;
  font-size: 18px;
}

.tbl01 tbody tr th {
  width: 10em;
  background: #ff9500;
  color: #fff;
}

.tbl01 tbody tr td {
  background: #fff;
  width: calc(100% - 10em);
}

.tbl02 {
  display: block;
}

.tbl02 thead {
  display: block;
}

.tbl02 thead tr {
  display: flex;
}

.tbl02 thead tr th,
.tbl02 thead tr td {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 6px 16px;
}

.tbl02 thead tr th {
  width: 15em;
  background: #ff9285;
}

.tbl02 thead tr td {
  width: calc(100% - 15em);
  background: #fbbdb5;
}

.tbl02 tbody {
  display: block;
  border: 1px solid #feeeec;
}

.tbl02 tbody tr {
  display: flex;
}

.tbl02 tbody tr:nth-of-type(2n) {
  background: #feeeec;
}

.tbl02 tbody tr:nth-of-type(2n) th {
  border-right: 1px solid #fff;
}

.tbl02 tbody tr th,
.tbl02 tbody tr td {
  font-size: 17px;
  box-sizing: border-box;
  padding: 6px 16px;
}

.tbl02 tbody tr th {
  width: 15em;
  font-weight: bold;
  border-right: 1px solid #feeeec;
}

.tbl02 tbody tr td {
  width: calc(100% - 15em);
}

.tbl03 thead tr th, .tbl03 thead tr td {
  background: #ff9285;
  color: #fff;
  text-align: center;
  padding: 12px;
}

.tbl03 thead tr th {
  width: 13em;
}

.tbl03 thead tr td {
  width: 12em;
  text-align: center;
  font-weight: bold;
}

.tbl03 tbody tr:nth-of-type(2n) th, .tbl03 tbody tr:nth-of-type(2n) td {
  background: #feeeec;
}

.tbl03 tbody tr th {
  width: 13em;
}

.tbl03 tbody tr td {
  width: 12em;
  text-align: center;
  font-weight: bold;
}

.tbl03 tfoot tr th, .tbl03 tfoot tr td {
  background: #ffb8b0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 12px;
  line-height: 1.5;
}

.br {
  display: block;
}

/*トップページ
----------------------------------------------------*/
/* 情報誌に掲載されました！ */
.media {
  color: #fff;
}

.media_ttl01 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.media_ttl01 span {
  border-bottom: 3px solid #fff;
}

.media_img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 12px;
}

.media_img p {
  text-align: center;
  margin-bottom: 64px;
  line-height: 0;
}

.media_img p:last-of-type {
  margin-bottom: 0;
}

.media_img p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* あなたは、こんな悩みはありませんか？ */
.nayami_wrap {
  padding-bottom: 0 !important;
}

.nayami_conts {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 35px;
}

.nayami_img {
  width: 100%;
  max-width: 320px;
  margin-left: 48px;
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}

.nayami_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_list {
  margin-bottom: 50px;
}

.nayami_list ul li {
  background: url("../images/top/icon_nayami.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 20px;
}

/* その悩み、当院にお任せください */
.omakase {
  color: #fff;
}

.omakase_conts {
  margin-bottom: 80px;
}

.omakase_conts:last-of-type {
  margin-bottom: 0;
}

.omakase_text01 p {
  margin-bottom: 1em;
}

.omakase_text01 p:last-of-type {
  margin-bottom: 0;
}

.omakase_genin {
  margin-top: 56px;
}

.omakase_genin-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.omakase_genin-listconts {
  width: calc(100% / 3 - 27px);
  margin-right: 40px;
  margin-bottom: 32px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
}

.omakase_genin-listconts:nth-of-type(3n) {
  margin-right: 0;
}

.omakase_genin-img {
  text-align: center;
}

.omakase_genin-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.omakase_genin-ttl {
  font-size: 26px;
  font-weight: bold;
  text-decoration: underline;
  color: #ff9285;
  margin-bottom: 0;
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

.omakase_genin-text {
  font-size: 20px;
  font-weight: bold;
  color: #282624;
  text-align: center;
  line-height: 1.5;
  margin-top: 4px;
}

.omakase_text02 {
  margin-top: 40px;
}

.omakase_concept {
  margin-top: 40px;
}

.omakase_conceptconts {
  margin-bottom: 24px;
}

.omakase_conceptconts:nth-last-of-type() {
  margin-bottom: 0;
}

.omakase_concept-ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.omakase_concept-ttl:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #fff;
  border-radius: 100px;
}

.omakase_return {
  margin-top: 40px;
  padding-top: 80px;
  background: url("../images/top/omakase_return-arrow.png") no-repeat top center;
}

.omakase_return-text01 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.omakase_return-list {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.omakase_returnconts {
  width: calc(50% - 20px);
  max-width: 328px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  margin-right: 40px;
  border-radius: 8px;
}

.omakase_returnconts:last-of-type {
  margin-right: 0;
}

.omakase_return-img {
  text-align: center;
}

.omakase_return-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.omakase_return-ttl {
  text-align: center;
  margin-top: 16px;
  line-height: 0;
  margin-bottom: 8px !important;
}

.omakase_return-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.omakase_return-text02 {
  font-size: 24px;
  font-weight: bold;
  color: #8f746f;
  line-height: 1.5;
}

/* 当院のコンセプト */
.concept_conts {
  margin-top: 32px;
  display: flex;
  flex-direction: row-reverse;
}

.concept_conts-img {
  width: 100%;
  max-width: 313px;
}

.concept_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.concept_conts-text {
  width: calc(100% - 345px);
  margin-right: 32px;
}

/* 患者様の声 */
.voice_mainimg {
  text-align: center;
}

.voice_mainimg p {
  margin-bottom: 40px;
  line-height: 0;
}

.voice_mainimg p:last-of-type {
  margin-bottom: 0;
}

.voice_mainimg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}

.voice_conts {
  background: #fff;
  width: calc(50% - 12px);
  max-width: 495px;
  box-shadow: 0 1px 5px #ddd;
  margin-left: 0;
  margin-right: 24px;
  margin-top: 40px;
}

.voice_conts .disease {
  background: #fff;
  color: #f9a109;
  padding: 0px 15px;
  font-size: 93%;
  display: inline-block;
}

.voice_conts:nth-child(1), .voice_conts:nth-child(2) {
  margin-top: 0;
}

.voice_conts:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}

.voice_ttl {
  background: #ff9285;
  padding: 16px 12px;
  border-radius: 8px 8px 0 0;
  color: #fff;
}

.voice_ttl-main {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 4px;
}

.voice_ttl-sub {
  border-top: 1px solid #fff;
  padding-top: 12px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}

.voice_img img {
  width: 100%;
}

.voice_img iframe {
  width: 100%;
  height: 27vw;
  max-height: 293px;
}

.voice_text_conts {
  background: #fff;
  padding: 16px;
}

.voice_text_conts dl {
  padding-top: 16px;
}

.voice_text_conts dl:first-of-type {
  padding-top: 0;
}

.voice_text {
  padding: 0 10px 10px;
}

.voice_q {
  font-size: 16px;
  background: #f7f4eb;
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #666;
}

.voice_q:before {
  content: "Q";
  font-size: 1.2em;
  color: #fb6a00;
  line-height: 1;
  margin-right: 5px;
  margin-left: -20px;
}

.voice_text p {
  padding: 0 15px 15px;
}

.voice_text-memo {
  border-top: 1px dashed #d8d8d8;
  padding-top: 8px;
  margin-top: 8px;
  font-size: 12px;
}

.voice_recommend_conts {
  border: 2px solid #ff9500;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}

.voice_recommend_conts:first-of-type {
  margin-top: 0;
}

.voice_recommend_img {
  float: left;
  margin: 0 30px 30px 0;
}

/* 院長プロフィール */
.profile_wrap {
  margin-top: 40px;
}

.profile_img {
  width: 312px;
}

.profile_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_history {
  background: #fff;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #f0872c;
}

.profile_history-ttl {
  border-left: 8px solid #f0872c;
  padding-left: 12px;
  font-weight: bold;
}

.profile_history-list {
  margin-top: 16px;
}

.profile_history-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
  line-height: 1.8;
}

.profile_history-list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f0872c;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}

.profile_history-list li:last-of-type {
  margin-bottom: 0;
}

.profile_history-list li .br {
  display: block;
}

.profile_img-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
}

.profile_text {
  width: calc(100% - 352px);
  margin-right: 40px;
}

.profile_text p {
  margin-bottom: 1em;
}

.profile_text p:last-of-type {
  margin-bottom: 0;
}

.profile_text p.profile_strong {
  font-size: 20px;
  font-weight: bold;
  color: #f0872c;
  line-height: 1.8;
}

.profile_text ul {
  margin-bottom: 16px;
}

.profile_text ul li {
  list-style: disc;
  margin-left: 1em;
}

.profile_conts {
  margin-top: 40px;
  box-sizing: border-box;
  border: 4px solid #f0872c;
  border-radius: 8px;
  background: #fff;
  padding: 24px 32px;
}

.profile_conts:first-of-type {
  margin-top: 0;
}

.profile_ttl01 {
  font-size: 32px;
  font-weight: bold;
  color: #f0872c;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.8;
}

.profile_ttl02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ff9285;
  padding-bottom: 8px;
  margin-bottom: 24px;
  position: relative;
}

.profile_ttl02:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #ff9285;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.profile_ttl01sub {
  border-top: 1px solid #f0872c;
  border-bottom: 1px solid #f0872c;
  padding: 8px 12px;
  text-align: center;
  margin-bottom: 24px !important;
}

.profile_conts-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.profile_conts-wrap .profile_conts-img {
  width: 100%;
  max-width: 420px;
}

.profile_conts-wrap .profile_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_conts-wrap .profile_conts-text {
  width: calc(100% - 452px);
  margin-right: 32px;
}

.profile_img02 {
  text-align: center;
  margin-bottom: 32px;
}

.profile_img02 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_list01 {
  margin-top: 24px;
  background: #ffefed;
  padding: 24px 32px;
  box-sizing: border-box;
  border-radius: 8px;
}

.profile_list02 li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}

.profile_list02 li:last-of-type {
  margin-bottom: 0;
}

.profile_list02 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f0872c;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}

.profile_4approach {
  display: flex;
  flex-direction: row;
}

.profile_4approach-conts {
  width: calc(100% / 4);
  margin-right: 24px;
  border: 2px solid #ffefed;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 6px;
}

.profile_4approach-conts:last-of-type {
  margin-right: 0;
}

.profile_ttl03 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.profile_ttl04 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #f0872c;
  color: #f0872c;
  margin-bottom: 12px;
}

.profile_4approach-conts-text {
  margin-top: 8px;
}

.profile_4approach-conts-text p {
  line-height: 1.6;
}

.profile_4approach-img {
  margin-bottom: 8px;
  text-align: center;
}

.profile_4approach-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_tblconts {
  margin-top: 24px;
}

.profile_tblconts-memo {
  display: none;
}

.profile_info {
  display: flex;
  flex-direction: row-reverse;
}

.profile_info-img {
  width: 100%;
  max-width: 312px;
}

.profile_info-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_info-text {
  width: calc(100% - 344px);
  margin-right: 32px;
}

.profile_ttl05 {
  font-size: 24px;
  font-weight: bold;
  color: #f0872c;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.8;
}

.profile_ttl05 span {
  display: block;
  font-size: 32px;
  background: #f0872c;
  color: #fff;
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* 推薦の声 */
.recommend_conts {
  border: 4px solid #f0872c;
  border-radius: 8px;
  background: #fff;
  padding: 28px 24px;
  box-sizing: border-box;
  margin-top: 40px;
}

.recommend_ttl {
  background: url("../images/top/recommend_medal.png") no-repeat left top;
  padding-left: 120px;
  font-size: 28px;
  font-weight: bold;
  color: #f0872c;
  line-height: 1.5;
  padding-top: 16px;
  min-height: 110px;
  border-bottom: 2px solid #f0872c;
  margin-bottom: 32px;
}

.recoomennd_textarea {
  display: flex;
  flex-direction: row-reverse;
}

.recommend_img {
  width: 287px;
}

.recommend_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recommend_text {
  width: calc(100% - 327px);
  margin-right: 40px;
}

.recommend_text-message {
  background: #f0872c;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: relative;
}

.recommend_text-message:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-left: 20px solid #f0872c;
  position: absolute;
  right: -28px;
  top: 12px;
}

/*選ばれる理由*/
.select_conts_wrap {
  counter-reset: selectnum;
}

.select_conts {
  margin-top: 60px;
  counter-increment: selectnum;
}

.select_conts:first-of-type {
  margin-top: 40px;
}

.select_ttl01 {
  background: #f0872c;
  color: #fff;
  padding: 17px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 106px;
  line-height: 1.5;
}

.select_ttl01:before {
  content: "理由" counter(selectnum);
  background: #fff;
  padding: 5px 7px;
  border-radius: 5px;
  margin-right: 1em;
  margin-left: -88px;
  font-weight: bold;
  color: #f0872c;
}

.select_conts_inline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.select_conts_lr {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.select_conts_rl {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.select_conts_lr .select_img, .select_conts_rl .select_img {
  width: 100%;
  max-width: 313px;
}

.select_img img {
  width: auto;
  max-width: 100%;
}

.select_conts_lr .select_text {
  width: calc(100% - 344px);
  margin-right: 30px;
}

.select_conts_rl .select_text {
  width: calc(100% - 344px);
  margin-left: 30px;
}

.select_conts_tb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.select_conts_tb .select_img {
  margin-top: 16px;
  text-align: center;
}

.select_conts_tb .select_img figure {
  margin-top: 24px;
}

.select_conts_tb .select_img figure:first-of-type {
  margin-top: 0;
}

.select_conts_tb .select_img figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.select_textconts {
  margin-top: 40px;
}

.select_text-ttl01 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #f0872c;
  padding-bottom: 0px;
  margin-bottom: 20px;
  color: #f0872c;
}

.select_textconts-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.select_textconts-img {
  width: 300px;
}

.select_textconts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.select_textconts-text {
  width: calc(100% - 332px);
  margin-right: 32px;
}

.select_list01 {
  counter-reset: num;
}

.select_list01 li {
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}

.select_list01 li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 0;
}

/* 施術の流れ */
.flow_time {
  border: 4px dotted #f0872c;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 32px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 40px;
}

.flow_time-text01 {
  text-align: center;
  color: #f0872c;
}

.flow_time-text01-01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px !important;
}

.flow_time-text01-02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.flow_time-text02 {
  margin-top: 12px;
  font-size: 20px;
  text-align: center;
}

.flow_conts-list {
  counter-reset: num;
  margin-top: 64px;
}

.flow_conts {
  margin-top: 30px;
}

.flow_ttl01 {
  font-size: 18px;
  font-weight: bold;
  color: #f0872c;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  padding-left: 48px;
  margin-bottom: 30px;
  padding-top: 12px;
}

.flow_ttl01:before {
  content: counter(num) ".";
  font-style: italic;
  counter-increment: num;
  font-size: 36px;
  margin-right: 5px;
  color: #f0872c;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_ttl01:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 1px solid #f0872c;
}

.flow_conts_inline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 15px;
}

.flow_img {
  width: 100%;
  max-width: 314px;
}

.flow_text {
  width: calc(100% - 344px);
  margin-right: 30px;
}

.flow_tel {
  font-size: 1.2em;
  font-weight: bold;
  color: #b9330f;
}

.flow_tel span {
  font-size: 1.5em;
  line-height: 1.5;
}

.flow_conts figure:nth-of-type(2) {
  margin-top: 20px;
}

/* 施術料金・初回特別割引 */
.price_conts {
  margin-top: 64px;
}

.price_conts:first-of-type {
  margin-top: 0;
}

.price_list {
  margin-top: 32px;
}

.price_list-ttl {
  display: inline-block;
  border-bottom: 1px dotted #d1c5a1;
  margin-bottom: 32px;
  padding-bottom: 8px;
  line-height: 1;
}

.price_list-ttl img {
  vertical-align: middle;
  margin-right: 12px;
}

.price_tbl {
  display: block;
}

.price_tbl tbody {
  display: block;
}

.price_tbl tr {
  display: flex;
  border-top: 1px solid #595758;
}

.price_tbl tr:last-of-type {
  border-bottom: 1px solid #595758;
}

.price_tbl tr th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #f0872c;
  font-size: 24px;
  color: #fff;
}

.price_tbl tr td {
  display: block;
  width: calc(100% - 15em);
  padding: 20px;
  font-size: 20px;
}

.price_conts-comparison-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.price_conts-comparison {
  width: 100%;
  max-width: 900px;
  margin: 72px auto 0;
  line-height: 0;
}

.price_conts-comparison img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.price_conts-comparison-img {
  margin-top: 24px;
}

.price_conts-comparison-memo {
  text-align: right;
}

.price_subconts {
  margin-top: 32px;
  border: 2px solid #f0872c;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 8px;
}

.price_subconts-ttl01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.price_subconts-subttl01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #f0872c;
  border-bottom: 1px solid #f0872c;
  margin-bottom: 32px;
}

.price_subconts-text {
  margin-top: 32px;
}

.price_subconts-text:first-of-type {
  margin-top: 16px;
}

.price_subconts-img {
  text-align: center;
  margin-bottom: 24px;
}

.price_subconts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.price_offer {
  margin-top: 80px;
}

.price_offer-ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.price_offer-ttl01 span {
  color: #fa3d12;
}

.price_offer_text01 {
  text-align: center;
  margin: 24px auto 32px;
}

.price_offer_text01 p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

.price_offer_text01 p span.br {
  display: block;
}

.price_offer_limit01 {
  margin-bottom: 40px;
  border-top: 1px solid #282624;
  border-bottom: 1px solid #282624;
  padding: 16px 0 12px;
}

.price_offer_limit01 p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.price_offer_limit01 span {
  font-size: 54px;
  color: #fa3d12;
}

.price_offer_mainimg {
  margin: 10px auto 30px;
  text-align: center;
}

.price_offer_mainimg img {
  width: auto;
  max-width: 100%;
}

.price_offer_limit02 {
  font-size: 30px;
  font-weight: bold;
  color: #282624;
  text-align: center;
  line-height: 1.5;
  background: #fff7bb;
  display: block;
  width: calc(100% - 40px);
  padding: 24px;
  margin-top: 40px;
}

.member_num_close {
  text-decoration: line-through;
}

.member_num_limit {
  font-size: 1.4em;
  color: #fa3d12;
}

.offer_conts_line {
  margin-top: 20px;
}

.offer_conts_line_pc img {
  width: auto;
  max-width: 100%;
}

.offer_conts_line_sp {
  display: none;
}

/* なぜ、この価格なのか？ */
.reason_text01 {
  margin-top: 40px;
}

.reason_result {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}

.reason_resultlist {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 24px;
}

.reason_resultlist-img {
  width: 240px;
}

.reason_resultlist-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.reason_resultlist-text01 {
  width: calc(100% - 272px);
  margin-right: 32px;
}

.reason_resultlist-text01 ul li {
  font-size: 18px;
  background: url("../images/top/icon_nayami.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 8px;
}

.reason_resultlist-text01 ul li:last-of-type {
  margin-bottom: 0;
}

.reason_resultlist-text02 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #f0872c;
}

.reason_notcare {
  margin-top: 64px;
}

.reason_notcare-conts {
  margin-top: 32px;
}

.reason_notcare-ttl01 {
  background: url("../images/top/reason_notcare-icon.png") no-repeat left 3px;
  padding-left: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #595758;
}

/* 特典 */
.gift_conts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.gift_conts:last-of-type {
  margin-bottom: 0;
}

.gift_img {
  width: 200px;
  height: 200px;
}

.gift_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.gift_textarea {
  width: calc(100% - 240px);
  margin-left: 40px;
}

.gift_num {
  margin-bottom: 8px;
}

.gift_num img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.gift_ttl {
  font-size: 24px;
  font-weight: bold;
}

/* これまでどれだけのお金と時間をかけてきましたか？ */
.total_conts {
  margin-top: 32px;
}

.total_conts:first-of-type {
  margin-top: 0;
}

.total_price {
  font-size: 18px;
}

.total_price02 p {
  color: #f0872c;
  font-weight: bold;
}

.total_meyasu {
  margin-top: 64px;
  width: 100%;
  max-width: 900px;
  margin: 64px auto;
}

.total_meyasu-img {
  text-align: center;
}

.total_meyasu-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.total_text01 p {
  font-size: 18px;
  font-weight: bold;
}

/* オファー */
.offer_ttl01 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 32px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 24px 0 20px;
}

.offer_conts_ttl01 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.04em;
}

.offer_conts01_img {
  margin: 40px auto;
  text-align: center;
  display: block;
}

.offer_conts01_img img {
  width: auto;
  max-width: 100%;
}

.offer_conts02 {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 24px 16px 16px;
  margin: 24px auto;
}

.offer_conts02 p {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.offer_conts02 p span {
  color: #fb6a00;
}

.offer_conts03_pc, .offer_conts03_img {
  position: relative;
}

.offer_conts03_sp {
  display: none;
}

.offer_conts03_img img {
  width: auto;
  max-width: 100%;
}

.offer_telbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
  width: 100%;
}

.offer_telbtn img {
  width: auto;
  max-width: 90vw;
}

.offer_conts04 {
  color: #fff;
  margin-top: 8px;
}

.offer_conts04 p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 0;
}

/* アクセス */
.access_info_wrap {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.access_map {
  width: 100%;
  max-width: 540px;
}

.access_map iframe {
  width: 540px;
  height: 395px;
}

.access_mapinfo {
  width: calc(100% - 540px);
  margin-left: 50px;
}

.access_map_conts {
  margin-bottom: 20px;
}

.access_map_conts p {
  margin-bottom: 0;
}

.access_mapinfo dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
}

.access_mapinfo dl:last-of-type {
  margin-bottom: 0;
}

.access_mapinfo dl dt {
  width: 5em;
}

.access_mapinfo dl dd {
  width: calc(100% - 5em);
}

.access_map_ttl01 {
  font-size: 15px;
  font-weight: bold;
}

.access_root {
  margin-top: 50px;
}

.access_rootlist {
  margin-top: 40px;
  counter-reset: guidenum;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access_rootlist li {
  width: calc(100% / 3 - 50px);
  max-width: 300px;
  position: relative;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin-left: 100px;
  margin-left: 75px;
}

.access_rootlist li:nth-child(3n+1) {
  margin-left: 0;
}

.access_rootlist li:before {
  content: url("../images/top/access_arrow.png");
  left: -64px;
  position: absolute;
  top: 28%;
}

.access_rootlist li:first-child:before, .access_rootlist li:nth-child(3n+1):before {
  content: none;
}

.access_rootlist li img {
  width: auto;
  max-width: 100%;
}

.access_rootlist_text {
  line-height: 1.5;
  margin: 10px 0 0 2.5em;
  text-align: left;
}

.access_rootlist_text:before {
  color: #fa531f;
  content: counter(guidenum) ".";
  counter-increment: guidenum;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-left: -1.5em;
  padding: 0 6px;
}

/* 最後に... */
.last_conts {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
}

.last_conts-img {
  width: 240px;
}

.last_conts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.last_conts-text {
  width: calc(100% - 272px);
  margin-right: 32px;
}

/* pagetop */
#pagetop {
  position: absolute;
  bottom: 10px;
  right: 2.5%;
  line-height: 0;
}

#pagetop img {
  width: auto;
  max-width: 79px;
}

/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 5px auto 0;
}

#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#breadcrumb ul li {
  font-size: 13px;
}

#breadcrumb ul li:before {
  content: ">";
  margin: 0 5px;
}

#breadcrumb ul li:first-child:before {
  content: none;
}

.contact_tel, .contact_mail {
  margin-top: 40px;
}

.contact_tel p {
  margin-bottom: 5px;
}

.contact_telnum a {
  font-size: 1.5em;
  font-weight: bold;
}

.contact_tel dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

.contact_tel dl dt {
  width: 5em;
}

.contact_tel dl dd {
  width: calc(100% - 5em);
}

.contact_form {
  width: 100%;
  background: #fbecd9;
  padding: 30px 40px;
  margin-top: 40px;
  box-sizing: border-box;
}

.form_tbl tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}

.form_tbl tr th {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}

.form_tbl tr td {
  width: 100%;
  display: block;
}

.form_tbl tr td input {
  font-size: 17px !important;
}

.form_tbl tr td textarea {
  font-size: 17px !important;
}

.required {
  background: #ec3838;
  padding: 0 5px;
  font-size: 0.8em;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.form_name {
  display: block;
  width: 100%;
  max-width: 25em;
}

.form_mail {
  display: block;
  width: 100%;
  max-width: 30em;
}

.form_tel {
  display: block;
  width: 100%;
  max-width: 10em;
}

.form_reserve01, .form_reserve02, .form_reserve03 {
  width: 100%;
  max-width: 20em;
}

.form_textarea {
  display: block;
  width: 100%;
  min-height: 200px;
}

.form_confirm {
  font-size: 16px;
  text-align: center;
}

.form_submit {
  margin-top: 15px;
  text-align: center;
}

.form_submit input {
  width: 100%;
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  background: #fa531f;
  border-radius: 100px;
  -webkit-appearance: none;
}

.form_submit input[disabled] {
  background: #ccc;
}

/*wordpress
----------------------------------------------------*/
.blog_conts {
  width: 95%;
  max-width: 1050px;
  padding: 20px 2.5%;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_main {
  width: calc(80% - 71px);
}

.single_date {
  background: #f73609 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 1px 10px;
}

.s_ttl01 {
  color: #7fb8de;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0;
  text-align: left;
}

.blog_cat {
  border-bottom: 1px dashed #212121;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog_side {
  width: 20%;
  max-width: 250px;
  border-left: 1px solid #ff9500;
  padding-left: 35px;
  margin-left: 35px;
}

.side_blog_ttl {
  color: #212121;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.blog_single p {
  margin-bottom: 15px;
}

.blog_single img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.blog_single img.alignright {
  float: right;
  margin-left: 10px;
}

.blog_single img.alignleft {
  float: left;
  margin-right: 10px;
}

.blog_single .single_date {
  margin-bottom: 0;
}

.single_ttl {
  color: #ff9500;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: left;
  border: solid 1px #ff9500;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2%;
}

.single_cat {
  padding-bottom: 20px;
  border-bottom: 1px dashed #212121;
  margin-bottom: 40px;
  line-height: 1;
}

.single_cat p {
  float: left;
}

.blog_single h3 {
  border-left: 10px solid #ff9500;
  border-bottom: 1px solid #ff9500;
  font-size: 1.6em;
  font-weight: bold;
  color: #282624;
  margin: 50px auto 25px;
  padding: 10px 0 10px 15px;
  clear: both;
}

.blog_single h4 {
  border-bottom: 1px dashed;
  font-size: 1.4em;
  font-weight: bold;
  color: #ff9285;
  margin: 30px auto 15px;
  padding-bottom: 5px;
  clear: both;
}

.blog_single ul {
  background: #fff7ee none repeat scroll 0 0;
  border: 1px solid #fb6a00;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
}

.blog_single li {
  background: url("../images/top/icon_nayami.png") no-repeat left top;
  border-bottom: 1px dashed;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 38px;
}

.blog_single p {
  margin-bottom: 30px;
}

.wp-pagenavi {
  text-align: center;
}

.side_menu {
  margin-bottom: 30px;
}

.side_menu ul {
  border-top: 2px solid #ff9500;
  border-bottom: 2px solid #ff9500;
  padding: 5px 10px;
}

.side_menu li {
  border-bottom: 1px dashed #ff9500;
  margin-top: 8px;
  padding-bottom: 5px;
  padding-left: 1.3em;
  line-height: 1.6;
  position: relative;
}

.side_menu li:before {
  content: '';
  background: url("../images/common/side_icon01.png") no-repeat left top;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.side_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.side_menu li a {
  text-decoration: none;
}

/*フッター
----------------------------------------------------*/
#sp_pagebtm {
  display: block;
  width: 100%;
  line-height: 0;
  opacity: 1;
  position: fixed;
  left: 0;
  bottom: -300px;
  transition: all 0.4s linear 0s;
}

.sp_pagebtm-conts {
  background: rgba(255, 255, 255, 0.8);
  width: 95%;
  padding: 2.5vw 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sp_pagebtm-tel {
  margin-right: 5px;
}

.sp_pagebtm-tel img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.sp_pagebtm-mail {
  margin-right: 5px;
}

.sp_pagebtm-mail img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

.sp_btm_line img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

#footer {
  border-top: 10px solid #b25600;
  background: #2b292a;
}

.f_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_conts_l {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
}

.f_logo {
  margin-bottom: 20px;
}

.f_logo a:hover {
  opacity: 1;
}

.f_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.f_conts_l dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
  color: #fff;
}

.f_conts_l dl dt {
  width: 6em;
}

.f_conts_l dl dd {
  width: calc(100% - 6em);
}

.f_conts_r {
  display: -webkit-flex;
  display: flex;
}

.f_conts_r dl {
  margin-left: 50px;
  width: 12em;
  color: #fff;
}

.f_conts_r dl dt {
  font-size: 14px;
  font-weight: bold;
}

.f_conts_r dl dd a {
  background: url("../images/common/f_icon.png") no-repeat left 3px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

.f_cr {
  width: 100%;
  font-size: 13px;
  background: #0f0908;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.f_cr a {
  text-decoration: none;
}
