@charset "UTF-8";
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #433519;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  background: url("../images/common/bg_conts.gif") repeat left top;
}

html {
  overflow-y: scroll;
}

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

a:hover {
  color: #f2932c;
  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;
}

.bold {
  font-weight: bold;
}

.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;
}

.img01 {
  line-height: 0;
}

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

.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

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

.tac {
  text-align: center;
}

.strong01 {
  font-weight: bold;
}

.strong02 {
  font-size: 18px;
  font-weight: bold;
  color: #f2621f;
}

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

.strong04 {
  font-weight: bold;
  color: #f2621f;
}

.strong05 {
  font-size: 1.6em;
  font-weight: bold;
  color: #7fb700;
  background: linear-gradient(transparent 60%, #f8f5b4 60%);
}

.strong06 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f8f5b4 60%);
}

.strong07{
  font-weight: bold;
  color: #fc5d3d;
  text-decoration: underline;
}

.text_tel {
  font-size: 1.4em;
  font-weight: bold;
}

.ttl01 {
  background: #89bf0c;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 12px 12px 40px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.ttl01:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #f7f192;
  position: absolute;
  left: 16px;
  top: 21px;
}

.ttl02 {
  background: url("../images/common/icon_ttl02.png") no-repeat left top;
  padding-left: 40px;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px dotted #d9d9d9;
  padding-bottom: 4px;
  min-height: 40px;
  margin-bottom: 16px;
}

.ttl03 {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 0;
  margin-bottom: 40px !important;
}

.ttl03:after {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
  background: url("../images/common/bg02.png") repeat left top;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 1;
}

.ttl03 span {
  display: block;
  position: relative;
  z-index: 2;
}

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

/*header
----------------------------------------------------*/
#header {
  background: #fff;
  padding: 16px 0 48px;
}

.h_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.h_h1-t h1 {
  font-size: 13px;
  letter-spacing: 0.025em;
}

.h_conts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 24px; */
  margin-top: 8px;
}

.h_logo,
.h_contact {
  width: 50%;
}

.h_logo {
  margin-right: 32px;
}

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

.h_contact {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.h_contact-hukidashi {
  margin-right: 12px;
}

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

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

.h_contact-access {
  margin-top: 16px;
}

.h_contact-access p {
  font-size: 14px;
  color: #433519;
  line-height: 1.5;
  margin-bottom: 4px;
}

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

/*nav
----------------------------------------------------*/
#nav {
  background: #f2cf0a;
  padding: 8px 0;
}

.nav_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

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

.nav_wrap ul li {
  width: calc(100% / 6);
  border-right: 2px solid #fff;
}

.nav_wrap ul li:first-of-type {
  border-left: 2px solid #fff;
}

.nav_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 16px 0;
}

.nav_wrap ul li a:hover {
  opacity: 1;
}

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  display: block;
  width: 95%;
  max-width: 1240px;
  background: #fff;
  margin: 32px auto;
  padding: 40px;
  box-sizing: border-box;
}

.main_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#conts {
  width: 720px;
}

/*conts
----------------------------------------------------*/
.conts01 {
  margin-top: 40px;
}

.conts01.mt0 {
  margin-top: 0;
}

/*お悩みリスト
----------------------------------------------------*/
.nayami_list {
  background: url("../images/common/bg01.png") repeat left top;
  border-radius: 8px;
  padding: 40px 30px;
  margin-bottom: 80px;
  box-sizing: border-box;
  position: relative;
}

.nayami_list:after {
  content: "";
  display: block;
  background: url(../images/top/nayami_arrow.png) no-repeat center bottom;
  width: 233px;
  height: 56px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  margin: 0 auto;
  text-align: center;
}

.nayami_list-wrap {
  background: #fff;
  padding: 32px 24px;
  box-sizing: border-box;
  position: relative;
}

.nayami_list-bg {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
}

.nayami_listconts {
  margin-top: 24px;
}

.nayami_listconts ul li {
  background: url("../images/common/icon_check01.png") no-repeat left top;
  padding-left: 40px;
  font-size: 17px;
  margin-bottom: 16px;
  border-bottom: 2px dotted #edecea;
  padding-bottom: 8px;
}

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

.nayami_listconts ul li span {
  color: #f2932c;
  font-weight: bold;
}

/*元気になれる３つの理由
----------------------------------------------------*/
.reason_conts {
  margin-top: 32px;
}

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

.reason_ttl {
  border-top: 1px solid #f2cf0a;
  border-bottom: 1px solid #f2cf0a;
  padding: 32px 0;
  font-size: 24px;
  font-weight: bold;
  background: no-repeat left center;
  padding-left: 88px;
  margin-bottom: 24px;
}

.reason_ttl01 {
  background-image: url("../images/top/reason_ttl01.png");
}

.reason_ttl02 {
  background-image: url("../images/top/reason_ttl02.png");
}

.reason_ttl03 {
  background-image: url("../images/top/reason_ttl03.png");
}

.reason_conts-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.reason_img {
  width: 246px;
}

.reason_text {
  width: calc(100% - 278px);
  margin-right: 32px;
}

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

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

/*あなたへの３つの約束
----------------------------------------------------*/
.promise_ttl {
  padding: 24px 16px 24px 108px;
  background: #81b802 no-repeat 24px 24px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
}

.promise_ttl-strong01 {
  color: #ffff5c;
}

.promise_ttl-br {
  display: block;
}

.promise_ttl01 {
  background-image: url("../images/top/promise_ttl01.png");
}

.promise_ttl02 {
  background-image: url("../images/top/promise_ttl02.png");
}

.promise_ttl03 {
  background-image: url("../images/top/promise_ttl03.png");
}

.promise_conts {
  margin-top: 32px;
}

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

.promise_conts-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.promise_img {
  width: 246px;
}

.promise_text {
  width: calc(100% - 278px);
  margin-right: 32px;
}

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

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

/*このようなお悩みの方が来られています
----------------------------------------------------*/
.nayami_menulist-ttl {
  border-top: 3px solid #f7f192;
  border-bottom: 3px solid #f7f192;
  position: relative;
  margin-bottom: 48px;
}

.nayami_menulist-ttl:after {
  content: "";
  display: block;
  width: 58px;
  height: 23px;
  background: url("../images/top/nayami_menulist-ttl-arrow.png") no-repeat center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin: 0 auto;
}

.nayami_menulist-ttl span {
  display: block;
  border-top: 1px solid #f7f192;
  border-bottom: 1px solid #f7f192;
  margin: 5px auto;
  padding: 32px 0;
  line-height: 0;
  text-align: center;
}

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

.nayami_menulist-list ul {
  display: flex;
  flex-wrap: wrap;
}

.nayami_menulist-list ul li {
  width: calc(100% / 3 - 16px);
  margin-right: 24px;
  margin-bottom: 24px;
  line-height: 0;
}

.nayami_menulist-list ul li:nth-of-type(3n) {
  margin-right: 0;
}

/*選ばれる5つの理由
----------------------------------------------------*/
.select_conts {
  border-bottom: 1px solid #f2cf0a;
  padding: 24px 0;
}

.select_conts:first-of-type {
  margin-top: 32px;
  border-top: 1px solid #f2cf0a;
}

.select_conts-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.select_conts-img {
  width: 246px;
}

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

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

.select_ttl {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  background: no-repeat left center;
  position: relative;
  padding-left: 88px;
  line-height: 1.5;
  min-height: 70px;
}

.select_ttl01 {
  background-image: url(../images/top/reason_ttl01.png);
}

.select_ttl02 {
  background-image: url(../images/top/reason_ttl02.png);
}

.select_ttl03 {
  background-image: url(../images/top/reason_ttl03.png);
}

.select_ttl04 {
  background-image: url(../images/top/reason_ttl04.png);
}

.select_ttl05 {
  background-image: url(../images/top/reason_ttl05.png);
}

/*お客様の声
----------------------------------------------------*/
.voice_conts {
  margin-top: 48px;
}

.voice_ttl01 {
  border-top: 1px solid #7fb700;
  border-bottom: 1px solid #7fb700;
  margin-bottom: 32px;
}

.voice_ttl01 span.voice_ttl-wrap {
  display: block;
  text-align: center;
  border-top: 1px solid #d7e6b5;
  border-bottom: 1px solid #d7e6b5;
  padding: 16px 0;
  margin: 4px auto;
  font-size: 18px;
  font-weight: bold;
}

.voice_ttl01 span.voice_ttl-name {
  display: block;
}

.voice_conts-wrap {
  display: flex;
  flex-direction: column;
}

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

.voice_conts-img figure {
  margin-bottom: 16px;
}

.voice_conts-img figure:last-of-type {
  margin-bottom: 0;
}

.voice_conts-img {
  width: 100%;
  text-align: center;
}

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

.voice_conts-text {
  width: 100%;
  margin-top: 16px;
  background: #f3f9b4;
  padding: 24px 32px;
  border-radius: 6px;
  box-sizing: border-box;
}

.voice_conts-textarea-text {
  margin-top: 24px;
}

.voice_conts-textarea-text:first-of-type {
  margin-top: 0;
}

.voice_ttl02 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #7ca719;
  padding: 0;
  margin-bottom: 16px;
  position: relative;
}

.voice_ttl02:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #7ca719;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.voice_text-memo {
  margin-top: 16px;
  border-top: 1px dashed #cede2b;
  padding-top: 8px;
  font-size: 14px;
}

.voice_btn {
  margin-top: 32px;
}

.voice_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 450px;
  margin: 0 auto;
  background: #f2932c;
  box-sizing: border-box;
  padding: 16px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
}

.voice_btn a img {
  margin-left: 8px;
}

/*院長からメッセージ
----------------------------------------------------*/
.message_ttl {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 0;
  margin-bottom: 40px;
}

.message_ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
  background: url("../images/common/bg02.png") repeat left top;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 1;
}

.message_ttl span {
  display: block;
  position: relative;
  z-index: 2;
}

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

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

.message_img {
  float: left;
  margin-right: 32px;
  margin-bottom: 16px;
}

.message_img-info {
  margin-top: 16px;
  background: #fcfcf0;
  box-sizing: border-box;
  padding: 16px;
}

.message_img-info p {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

.message_img-info p.message_img-info-text01 {
  font-size: 18px;
}

.message_img-info p.message_img-info-text02 {
  border-top: 1px solid #edebca;
  font-size: 15px;
}

.message_img-info p.message_img-info-text02 span {
  margin-left: 8px;
  font-size: 20px;
}

/*conts_contact
----------------------------------------------------*/
.conts_contact {
  border: 2px solid #bbe063;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 48px 45px;
  background: url("../images/common/bg_contact.png") repeat-x left top;
}

.contact_ttl {
  text-align: center;
  line-height: 0;
}

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

.contact_telbtn {
  margin-top: -4px;
  text-align: center;
}

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

.contact_conts {
  margin-top: 12px;
}

.contact_open {
  background: #fcfcf0;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
}

.contact_open dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 12px;
}

.contact_open dl dt {
  font-weight: bold;
}

.contact_access {
  margin-top: 16px;
}

.contact_access-info {
  display: flex;
  flex-wrap: wrap;
}

.contact_access-info dt {
  font-weight: bold;
}

.contact_access-map {
  margin-top: 16px;
  line-height: 0;
}

.contact_access-map iframe {
  width: 100%;
  min-height: 400px;
}

/*line
----------------------------------------------------*/
.line{
  position: relative;
}

.line_img{
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100%;
}

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

.line_btn{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: auto;
  bottom: 43.5%;
  line-height: 0;
  text-align: center;
}

.line_btn img{
  width: 81vw;
  max-width: 650px;
  height: auto;
}


/*side
----------------------------------------------------*/
#side {
  width: 230px;
}

.side_campaign-img {
  line-height: 0;
}

.side_bnr01,
.side_menu,
.side_widget {
  margin-top: 20px;
}

.side_widget{
  border: 2px solid #f2cf0a;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
}

.side_bnr01 {
  line-height: 0;
}

.side_ttl {
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #f2cf0a;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 4px 4px 0 0;
}

.side_menu-conts {
  border: 2px solid #f2cf0a;
  border-radius: 0 0 4px 4px;
  padding: 12px 8px 8px;
}

.side_menu-conts ul {
  display: flex;
  flex-direction: column;
}

.side_menu-conts ul li {
  background: url("../images/common/side_arrow01.png") no-repeat 8px 6px;
  padding: 0 8px 8px 24px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

.side_menu-conts ul li a {
  color: #433519;
  text-decoration: none;
}

.side_info {
  margin-top: 20px;
}

.side_info-wrap {
  border: 2px solid #f2cf0a;
  border-radius: 0 0 4px 4px;
  padding: 12px 8px 8px;
}

.side_info-ttl{
  line-height: 0;
  margin-top: 0.25em;
  margin-bottom: 1em;
}

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

.side_info-m {
  margin-top: 12px;
}

.side_info-address p {
  font-size: 13px;
  text-align: center;
  line-height: 1.75;
}

.side_contact-ttl {
  position: relative;
  text-align: center;
}

.side_contact-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e8e7e1;
  position: absolute;
  left: 0;
  top: 50%;
}

.side_contact-ttl span {
  font-weight: bold;
  position: relative;
  background: #fff;
  padding: 0 8px;
}

.side_contact-tel {
  margin: 8px auto 4px;
}

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

.side_contact-text01 span {
  background: linear-gradient(transparent 60%, #f7f192 60%);
  padding: 0 4px;
}

.side_infoconts-ttl {
  border-top: 1px solid #e8e7e1;
  border-bottom: 1px solid #e8e7e1;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #433519;
  margin-bottom: 16px;
}

.side_infoconts-conts01 {
  text-align: center;
}

.side_infoconts-conts01 dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4px;
}

.side_infoconts-conts01 dl:first-of-type {
  margin-top: 0;
}

.side_info-map {
  margin-top: 12px;
  line-height: 0;
}

.side_info-map iframe {
  width: 100%;
  height: 200px;
}

/*pagetop
----------------------------------------------------*/
/*common_contact
----------------------------------------------------*/
.common_contactconts {
  background: #f2cf0a;
  padding: 80px 0;
  position: relative;
}

#pagetop {
  position: absolute;
  top: -40px;
  right: 2.5%;
  text-align: right;
}

#pagetop img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-wrap {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.common_contact-l {
  margin-right: 24px;
}

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

.common_contact-r-tel p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-r-tel p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.common_contact-r-info {
  display: flex;
  margin-top: 8px;
}

.common_contact-infoconts {
  margin-right: 32px;
}

.common_contact-infoconts dl {
  display: flex;
  align-items: flex-start;
}

.common_contact-infoconts dl dt {
  background: #fff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #544422;
}

.common_contact-infoconts dl dd {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 12px;
  line-height: 1.5;
  padding-top: 6px;
}

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

.common_contact-sp {
  display: none;
}

/*sp_btm
----------------------------------------------------*/
.sp_btm {
  display: none;
  line-height: 0;
}

.sp_btm.on {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

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

.sp_btm-wrap{
  display: flex;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.8);
  box-sizing: border-box;
  padding: 8px 8px 16px;
}

.sp_btmconts{
  width: auto;
  margin-right: 8px;
}

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

/*footer
----------------------------------------------------*/
#footer {
  background: #fff;
  padding: 40px 0;
}

.footer_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.f_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_menu ul li {
  margin-right: 12px;
  border-left: 1px solid #433519;
  padding-left: 12px;
  margin-bottom: 12px;
}

.f_menu ul li:last-of-type {
  margin-right: 0;
  padding-right: 12px;
  border-right: 1px solid #433519;
}

.f_menu ul li a {
  color: #433519;
  text-decoration: none;
}

.f_info {
  margin: 48px auto;
  border-top: 1px solid #bfb7a6;
  padding: 24px 0;
  border-bottom: 1px solid #bfb7a6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_info p {
  margin-right: 16px;
}

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

.f_info-logo {
  font-weight: bold;
}

.f_copy p {
  font-size: 13px;
  text-align: center;
}
