@charset "UTF-8";
/*フォント
----------------------------------------------------*/
/*下層ページ
----------------------------------------------------*/
#second #nav {
  padding-bottom: 0;
}

#second #main {
  padding: 24px 0 80px;
}

#second .conts01 {
  margin-top: 0;
  margin-bottom: 64px;
}

#second .conts01 p {
  margin-bottom: 1em;
}

#second .conts02 {
  margin-top: 32px;
}

#second .conts02 p {
  margin-bottom: 1em;
}

#breadcrumb {
  display: block;
  width: 100%;
  margin: 0 auto 48px;
  box-sizing: border-box;
}

#breadcrumb ul {
  display: flex;
}

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

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

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
  position: relative;
  top: -1px;
}

#breadcrumb ul li:last-of-type:after {
  content: none;
}

.second_mainttl {
  border-top: 4px solid #e87c17;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
}

.second_ttl01 {
  background: url("../images/second/second_ttl01-bg.png") repeat left top;
  box-sizing: border-box;
  padding: 16px 20px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}

.second_ttl02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #e87c17;
  position: relative;
  padding-bottom: 4px;
  padding: 0 0 4px;
  margin-bottom: 20px;
}

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

.second_ttl03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #e87c17;
  position: relative;
  padding: 0 0 4px 18px;
  margin-bottom: 0px;
}

.second_ttl03:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #e87c17;
  border-radius: 100px;
}

.second_ttl04 {
  background: #e87c17;
  box-sizing: border-box;
  padding: 8px 16px 6px 36px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 4px;
}

.second_ttl04:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  left: 16px;
  top: 19px;
}

.second_ttl05 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #e87c17;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  margin-bottom: 8px;
}

.second_ttl06 {
  font-size: 24px;
  font-weight: bold;
  color: #e87c17;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  margin-bottom: 24px;
}

.btn_line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background: #5fbc40;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.btn_line a img {
  margin-right: 8px;
  width: auto;
  max-width: 28px;
  height: auto;
  position: relative;
  top: -2px;
}

.btn_tel {
  display: block;
  text-align: left;
  margin-top: 1.5em;
}

.btn_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background: #e87c17;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.btn_tel a img {
  margin-right: 8px;
  width: auto;
  max-width: 28px;
  height: auto;
  position: relative;
  top: -2px;
}

.second_img {
  margin: 16px auto;
  line-height: 0;
}

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

.second_imglist ul {
  display: flex;
  flex-wrap: wrap;
}

.second_imglist ul li {
  width: calc(50% - 8px);
  margin-right: 16px;
}

.second_imglist ul li:nth-of-type(2n) {
  margin-right: 0;
}

.second_imglist ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*about
----------------------------------------------------*/
.about_flow {
  margin-top: 40px;
}

.about_flowconts {
  padding-bottom: 16px;
  margin-bottom: 108px;
  position: relative;
}

.about_flowconts:after {
  content: "";
  display: block;
  background: url("../images/second/about_flow-arrow.png") no-repeat center bottom/contain;
  width: 37vw;
  max-width: 354px;
  height: 9vw;
  max-height: 70px;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

.about_flowconts:last-of-type:after {
  content: none;
}

.about_flow-ttl {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #e87c17;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 18px 16px 16px 72px;
  position: relative;
  min-height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}

.about_flow-ttl:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 16px;
  top: 12px;
  background: #e87c17;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.about_flow-ttl01:before {
  content: "1";
}

.about_flow-ttl02:before {
  content: "2";
}

.about_flow-ttl03:before {
  content: "3";
}

.about_flow-ttl04:before {
  content: "4";
}

.about_flow-ttl05:before {
  content: "5";
}

.about_flow-ttl06:before {
  content: "6";
}

.about_flow-img {
  margin: 12px auto;
  line-height: 0;
}

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

/*price
----------------------------------------------------*/
.price_list {
  border: 1px dashed #e87c17;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
  margin: 24px auto;
}

.price_list-dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.price_list-dt {
  font-size: 20px;
  font-weight: bold;
}

.price_list-dt:after {
  content: ":";
  margin-right: 4px;
}

.price_list-dd {
  font-size: 24px;
  font-weight: bold;
  color: #e87c17;
}

.price_list-dd span {
  font-size: 20px;
}

/*staff
----------------------------------------------------*/
.staff_conts {
  width: 100%;
  margin-top: 24px;
  clear: both;
}

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

.staff_conts-img {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
}

.staff_conts-img figure {
  margin-bottom: 8px;
}

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

.staff_conts-imglist {
  margin-top: 8px;
}

/*access
----------------------------------------------------*/
.accesss_info {
  border: 1px dashed #e87c17;
  box-sizing: border-box;
  padding: 32px;
  background: #fff;
}

.access_info-ttl {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 32px;
}

.access_info-map {
  margin: 24px auto;
}

.access_info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.access_info-textarea dl {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

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

.access_info-textarea dl dt, .access_info-textarea dl dd {
  line-height: 1.5;
}

.access_info-textarea dl dt {
  width: 4em;
}

.access_info-textarea dl dt:after {
  content: ":";
  margin-right: 4px;
}

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

.access_linklist {
  margin-top: 24px;
}

.access_linklist ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.access_linklist ul li {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
}

.access_linklist ul li:nth-of-type(2n) {
  margin-right: 0;
}

.access_linklist ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #e87c17;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  height: 100%;
  min-height: 56px;
}

.access_linklist ul li a .access_linklist-conts {
  position: relative;
  padding-left: 24px;
}

.access_linklist ul li a .access_linklist-conts:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #e87c17;
  position: absolute;
  left: 8px;
  top: calc(50% - 8px);
}

.acces_conts-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.access_conts {
  width: calc(50% - 8px);
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px dotted #e87c17;
  background: #fff;
  margin-right: 16px;
  margin-bottom: 16px;
}

.access_conts:nth-of-type(2n) {
  margin-right: 0;
}

.access_ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 48px;
  position: relative;
  min-height: 36px;
  margin-bottom: 16px;
}

.access_ttl .access_ttl-num {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #e87c17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.access_img figure {
  margin-bottom: 8px;
}

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

.access_open-info dl {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

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

.access_open-info dl dt {
  width: auto;
  position: relative;
  font-weight: bold;
}

.access_open-info dl dt:after {
  content: ":";
  margin-right: 8px;
}

.access_cliniclist ul {
  display: flex;
  flex-wrap: wrap;
}

.access_cliniclist ul li {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
  line-height: 0;
}

.access_cliniclist ul li:nth-of-type(2n) {
  margin-right: 0;
}

.access_cliniclist ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*reserve
----------------------------------------------------*/
.reserve_caution {
  box-sizing: border-box;
  border: 1px solid #e87c17;
  padding: 24px 32px;
  background: #fff;
  margin-top: 32px;
}

.reserve_caution-ttl01 {
  font-size: 22px;
  font-weight: bold;
  color: #e87c17;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.reserve_caution-ttl02 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 24px;
  text-align: left;
}

.reserve_telopen dl {
  display: flex;
  flex-direction: row;
}

.reserve_telopen dl dt {
  width: 6em;
}

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

.contact_form-tbl {
  display: block;
  margin-top: 32px;
}

.contact_form-tbl tbody {
  display: block;
}

.contact_form-tbl tbody tr {
  display: flex;
  border-top: 1px solid #b5b5b5;
}

.contact_form-tbl tbody tr:last-of-type {
  border-bottom: 1px solid #b5b5b5;
}

.contact_form-tbl tbody tr th, .contact_form-tbl tbody tr td {
  display: block;
  box-sizing: border-box;
  padding: 16px;
}

.contact_form-tbl tbody tr th {
  width: 25em;
  background: #f6d8bd;
  font-weight: bold;
  text-align: left;
}

.contact_form-tbl tbody tr th p {
  margin-bottom: 0 !important;
}

.contact_form-tbl tbody tr td {
  width: 100%;
  background: #fff;
}

.contact_form-tbl tbody tr td p {
  margin-bottom: 0 !important;
}

.contact_form-tbl tbody tr td input,
.contact_form-tbl tbody tr td textarea {
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr td input[type="radio"], .contact_form-tbl tbody tr td input[type="checkbox"],
.contact_form-tbl tbody tr td textarea[type="radio"],
.contact_form-tbl tbody tr td textarea[type="checkbox"] {
  width: 1em;
}

.contact_form-tbl tbody tr td select {
  font-size: 17px;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr td textarea {
  min-height: 200px;
}

.contact_form-tbl tbody tr td .cotact_form-radio .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.contact_form-tbl tbody tr td .wpcf7-list-item {
  margin-left: 0;
}

.contact_form-tbl tbody tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 1em;
}

.contact_form-tbl tbody tr td .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.contact_form-tbl tbody tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}

.required {
  background: #eb4828;
  color: #fff;
  padding: 2px 4px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  margin-left: 12px;
}

.form_submit input {
  width: 100%;
  max-width: 320px;
  background: #e87c17;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 32px auto 0;
  border: none;
  display: block;
}

.form_submit input:disabled {
  background: #999;
}

.reserve_telnum {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.reserve_telnum a {
  text-decoration: none;
}

.reserve_telnum a span {
  font-size: 1.5em;
  text-decoration: underline;
}

/*serotonin
----------------------------------------------------*/
.flowlist {
  margin: 1.5em auto;
}

.flowlist_ttl {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e87c17;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 12px 12px 58px;
  position: relative;
  min-height: 44px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.flowlist_ttl:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 16px;
  top: 8px;
  background: #e87c17;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.flowlist_ttl01:before {
  content: "1";
}

.flowlist_ttl02:before {
  content: "2";
}

.flowlist_ttl03:before {
  content: "3";
}

.flowlist_conts {
  margin-bottom: 24px;
}

.movie_conts {
  line-height: 0;
  box-sizing: border-box;
  padding: 8px;
}

.movie_conts iframe {
  width: 100%;
  min-height: 480px;
  height: 100%;
  background: #fff;
}

.serotonin_checklist-conts {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

.serotonin_checklist-subconts {
  margin-bottom: 32px;
}

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

.serotonin_checklis-ttl {
  font-size: 20px;
  font-weight: bold;
  min-height: 12px;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 2px;
  border-bottom: 1px solid #e87c17;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
}

.serotonin_checklis-ttl span {
  display: inline-block;
  background: #e87c17;
  box-sizing: border-box;
  padding: 4px 8px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}

.serotonin_checklist-dl {
  margin-bottom: 1em;
}

.serotonin_checklist-dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 14px;
  color: #e87c17;
}

.serotonin_checklist-dl dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #e87c17;
}

.serotonin_checklist-memo {
  font-size: 14px;
  text-align: right;
  margin-top: 2em;
}

/*recruit
----------------------------------------------------*/
.recruit_instruction dl {
  margin-top: 20px;
}

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

.recruit_instruction dl dt {
  color: #e87c17;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #e87c17;
  padding-bottom: 2px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}

.recruit_instruction dl dt:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #e87c17;
}

/*wp関連ページ
----------------------------------------------------*/
.category_archive-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.category_archive-list ul li {
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 32px;
}

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

.category_archive-list ul li a {
  text-decoration: none;
  color: inherit;
}

.category_archive-list ul li a .category_archive-list-img {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  box-sizing: border-box;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_archive-list ul li a .category_archive-list-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  background: #fff;
}

.category_archive-list ul li a .category_archive-list-text {
  margin-top: 8px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.category_archive-list dl {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dotted #a3b4dc;
  margin-bottom: 12px;
  padding-bottom: 6px;
}

.category_archive-list dl dt {
  font-weight: bold;
}

.category_archive-list dl dd {
  margin-left: 1em;
}

.category_archive-list dl dd a {
  text-decoration: none;
}

.conts_cat ul li {
  margin-bottom: 12px;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
}

.conts_cat ul li a {
  text-decoration: none;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 16px;
}

.conts_single h3 {
  background: url(../images/second/second_ttl01-bg.png) repeat left top;
  box-sizing: border-box;
  padding: 16px 20px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
  margin-top: 2em;
}

.conts_single h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #e87c17;
  position: relative;
  padding-bottom: 4px;
  padding: 0 0 4px;
  margin-bottom: 20px;
  margin-top: 1.5em;
}

.conts_single h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #e87c17;
  position: relative;
  padding: 0 0 4px 18px;
  margin-bottom: 0px;
  margin-top: 1em;
}

.conts_single h5:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #e87c17;
  border-radius: 100px;
}

.conts_single h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #e87c17;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  margin-bottom: 8px;
}

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

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

.conts_single .wp-caption {
  width: auto !important;
  max-width: 100% !important;
}

.conts_single .alignleft,
.conts_single .alignright,
.conts_single .aligncenter {
  display: block;
}

.conts_single .alignleft,
.conts_single .alignright {
  margin-bottom: 24px;
}

.conts_single .alignleft {
  float: left;
  margin-right: 24px;
}

.conts_single .alignright {
  float: right;
  margin-left: 24px;
}

.conts_single .aligncenter {
  margin: 0 auto;
  text-align: center;
}

.conts_single iframe {
  width: 100%;
  max-width: 720px;
  height: 40vw;
  max-height: 400px;
  box-sizing: border-box;
  border: 10px solid #fff;
  line-height: 0;
}

.conts_single .box {
  border: 2px solid #e87c17;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 1em;
}

.conts_single ol {
  counter-reset: olnum;
  padding: 0 1em;
  margin-bottom: 1em;
}

.conts_single ol li {
  position: relative;
  padding-left: 1.5em;
}

.conts_single ol li:before {
  content: counter(olnum) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  counter-increment: olnum;
}

.conts_single ul {
  padding: 0 2em;
  margin-bottom: 1em;
}

.conts_single ul li {
  list-style-type: disc;
}
