@charset "utf-8";

/* color */
:root {
  --main-color: #5ecc62;
  --main-color-deep: #00ad45;
  --main-color-light: #dff5e0;
  --accent-color: #b3dcff;
  --text-color: #333;
  --gray: #999;
  --white: #fff;
}

#underlayer_cover {
    width: 100%;
    position: relative;
    padding-top: 132px;
}
.cover_container {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
}
.cover_inner {
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  margin: auto;
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 600;
  z-index: 10;
}
.cover_inner h1 {
  font-size: 2.222rem;
  text-align: center;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

#about .cover_container,
#contact .cover_container,
#thanks .cover_container,
#news_detail .cover_container,
#news_list .cover_container {
  background-image:  linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/ucover_mainimg01.jpg);
}
#treatment .cover_container {
  background-image:  linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/ucover_mainimg02.jpg);
}
#plan .cover_container {
  background-image:  linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/ucover_mainimg03.jpg);
}

/*-------------- about --------------*/
.greeting {
  font-size: 18px;
  line-height: 2;
}
.gr_name {
  text-align: right;
  font-size: 1.25rem;
}
.gr_name span {
  font-size: 1.5rem;
  font-weight: 600;
}
.diff_box {
  background-color: #fff;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: rgba(111, 111, 111, 0.2) 0 4px 4px;
  padding: 2rem;
}
.diff_ttl {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  color: #00ad45;
  color: var(--main-color-deep);
  padding: 0 2rem .5rem;
  border-bottom: 2px solid #ccc;
  margin-bottom: 2rem;
}
.diff_ttl::before {
  position: absolute;
  bottom: -14px;
  left: 47.5%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}
.diff_ttl::after {
  position: absolute;
  bottom: -10px;
  left: 47.5%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.diff_ttl02 {
  width: 100%;
  max-width: 248px;
  margin: 0 auto 16px;
  background-color: #00ad45;
  background-color: var(--main-color-deep);
  color: #fff;
  color: var(--white);
  text-align: center;
  padding: .5em;
  border-radius: 10px;
}
.diff_list {
  font-size: 1.125rem;
  line-height: 2;
  margin-left: 2em;
  margin-bottom: 32px;
}
.diff_ttl03 {
  position: relative;
	padding-bottom: 18px;
	font-size: 24px;
	text-align: center;
  margin-bottom: 16px;
}
.diff_ttl03::after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #e6c003 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

/* 来院flow */
.List-Item {
  border-top: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #5ecc62;
  color: #fff;
  font-size: 36px;
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -36%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 66px;
  background: #5ecc62;
}
.List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #00ad45;
  font-size: 24px;
}
.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 18px;
}

.flow_imp_box {
  border: 2px solid #5ecc62;
  border-radius: 10px;
  padding: 2em;
}

/* slide toggle */
.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  /*border-top: none;*/
  outline: 0;
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
  /*margin: 0;*/
  padding: 1em 2em;
  font-size: 1.125em;
  font-weight: normal;
    text-align: left;
  color: #fff;
  background: #00ad45;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #008b37;
  color: white;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.accordion-title{
  position: relative;
  border-radius: 20px;
  margin-bottom: 16px;
  cursor: pointer
}
.accordion-title::before {
    content: "Q";
    color: #fff;
    font-size: 1.125em;
    margin-right: 1rem;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
  text-align: justify;
  padding: 1.2em 2.5em;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
}
.accordion-content p {
    margin-left: 1.5em;
    text-indent: -1.5em;
    font-size: 1.125em;
}
.accordion-content p::before {
    content: "A";
    font-size: 1.125em;
    color: #f73939;
    margin-right: .5em;
}
/*-----*/

/*-------------- treatment --------------*/
.price_container {
  border-bottom: 1px solid #ccc;
}
.price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p_list_item01  {
  width: 20%;
  padding: .5em;
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #5ecc62;
}
.p_list_data  {
  width: 80%;
  font-size: 1.25rem;
}
.p_list_data .p_list_inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_list_data .p_list_inbox > .item {
  width: 30%;
  padding: .5em;
  border-top: 1px solid #ccc;
  font-size: 100%;
  font-weight: normal;
  background-color: #f7fbff;
}
.p_list_data .p_list_inbox > .data {
  width: 70%;
  padding: .5em 3em;
  text-align: right;
  border-top: 1px solid #ccc;
  line-height: 1.8;
  background-color: #fff;
  background-color: var(--white);
}

.price_imp {
  text-align: left;
  margin-left: 1rem;
}

/*-------------- plan --------------*/
.pl_txt01 {
  font-size: 24px;
}
.pl_txt02 {
  font-size: 32px;
}
.pl_imp {
  text-align: left;
  margin-left: 1rem;
}

.plan_block {
  display: block;
  position: relative;
  padding: 0 0 32px;
}
.plan_inner {
  width: 100%;
  margin: 0 auto;/*初期値top50px*/
}
.plan_chart ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.plan_chart ul li {
  width: 33%;
  background: #ddd;
  filter: drop-shadow(0px 1px 12px #ddd);
}
.plan_chart ul li {
  width: 33%;
  background: #e6f3ff;
  filter: drop-shadow(3px 0px 5px #ddd);
  display: flex;
  flex-flow: column;
  padding: 25px 30px;
position: relative
}
.plan_chart ul li:first-child {
  z-index: 3;
}
.plan_chart ul li:nth-child(2) {
  z-index: 2;
background: #FFF;
}
.plan_chart ul li h3 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.18rem;
  font-weight: 600;
  margin: 20px 0 30px;
  padding: 0;
}
.plan_chart ul li p {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 5px;
}
.plan_chart ul li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #e6f3ff;
  top: 40px;
  position: absolute;
  right: -58px;
}
.plan_chart ul li:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #FFF;
  top: 40px;
  position: absolute;
  right: -58px;
}

/*-------------- contact --------------*/
/* contact form */
.mailform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
.mailform dt {
  width: 30%;
  padding: 1rem 2rem;
  border-top: 1px solid #ccc;
  line-height: 2.22rem;
}
.mailform dd {
  width: 70%;
  padding: 1rem 2rem;
  border-top: 1px solid #ccc;
}
.mailform dt:last-of-type,
.mailform dd:last-of-type {
  border-bottom: 1px solid #ccc;
}
input[type="text"], textarea {
  border: .5px solid #ccc;
  border-radius: 2px;
  width: 600px !important;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  -webkit-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
  -moz-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
  box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.submit {
  margin: 48px auto 0;
  width: 260px;
  height: 46px;
  background: #fff;
  border: 1px solid #00ad45;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 46px;
}
input[type="submit"] {
  border-style: none;
  /*padding: 0 57px;*/

  width: 100%;
}
.submit:hover {
  background-color: #00ad45;
  color: #fff;
  transition: all .5s ease;
}
.mailform span {
  color: #f73939;
}
/* thanks */
.thanks {
  font-size: 1.5rem;
}

/*-------------- privacy --------------*/
#privacy #wrapper {
  width: 90%;
  margin: 0 auto;
}
#privacy h2 {
  padding: 0.5em 1em;
  border-top: solid 2px #00ad45;
  border-bottom: solid 2px #00ad45;
  margin-bottom: 24px;
}

.pp_txt {
  text-align: left;
}
.pp_txt p {
  margin-right: 2rem;
  margin-left: 2rem;
}
.pp_list {
  text-indent: 2rem;
}
.pp_list i {
  color: dimgray;
  margin-right: .5rem;
}

/*-------------- CMS調整 --------------*/
/* 詳細ページ */
#news_detail .date {
  text-align: right;
  margin-bottom: 24px;
}
.file_list {
  text-align: left;
  padding-left: 2em;
  list-style-position: outside;
}
.file_list li {
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
a.file_link {
  display: inline-block;
}
.file_link {
  padding-left: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: .06em 50%;
}
.pdf {
  background-image: url(../sugu/webdir/icons/pdf.gif);
}
.btn_c {
  padding-right: 20px;
  padding-left: 20px;
}
.btn_c a {
  width: 50%;
  margin: 0 auto;
  padding: .5em 1em;
  background-color: #ccc;
  border-radius: 2px;
}
/* 一覧ページ */
.article_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.article_list dt {
  width: 20%;
}
.article_list dd {
  width: 80%;
}
.article_list dt,
.article_list dd {
  padding: 1em 2em;
  border-bottom: 1px solid #ccc;
}
.art_list_more {
  margin: 0 auto;
  width: 20%;
  border: 1px solid #333;
  border-radius: 2px;
}
.art_list_more a {
  padding: .5em 1em;
}
.art_list_more a:hover {
  background-color: #F8E6F6;
  transition: all .5s ease;
}
