@charset "utf-8";

/*----------------------------------------------
	basic
----------------------------------------------*/
body {
  line-height: 1.6;
  color: #333;
}
a:link {
  color: #3c82be;
  text-decoration: underline;
}
a:visited {
  color: #333;
}
a:hover {
  color: #d0152f;
}

@media (max-width: 1020px) and (min-width: 768px) {
  img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 5px;
  }
  h1,
  h2,
  h3,
  h4 {
    font-weight: 700;
  }
}

/*----------------------------------------------
	common
----------------------------------------------*/
.top-head {
  width: 100%;
  height: 450px;
  background: url(../parts/header-bg.png) no-repeat center bottom;
  padding-top: 20px;
}
.top-head-left a,
.top-head-left a:hover,
.top-footer-main a,
.top-footer-main a:hover {
  opacity: 1;
}
header .search {
  width: 100%;
  margin: 10px 0;
  padding-left: 40%;
}
header .search .gsc-control-cse,
header .search .cse .gsc-control-cse {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
header .search .gsc-search-box {
  margin: 0;
  padding: 0;
}
header .search .gsib_a {
  padding: 3px 10px;
}
header .search .gsc-input-box {
  border-radius: 4px;
}
header .search .gsc-search-button-v2,
header .search .gsc-search-button-v2:hover,
header .search .gsc-search-button-v2:focus {
  border: none;
  background-color: #4e9e1d;
  padding: 10px 20px;
  border-radius: 4px;
}
header .top-head-end {
  padding-left: 56px;
}
header .top-head-end a {
  margin-right: 20px;
}
.tpl-link .topicpath {
  padding: 0;
  margin-bottom: 20px;
}
.tpl-link .topicpath ul {
  line-height: 1.1;
}
.tpl-link .topicpath li {
  color: #000;
  font-weight: bold;
}
.tpl-link .topicpath li::after {
  content: '>';
  margin: 0 10px;
  font-size: 14px;
}
.tpl-link .topicpath li:last-child::after {
  content: '';
  margin: 0;
}
.tpl-link .topicpath a {
  font-weight: normal;
}
.tpl-link .flex {
  display: flex;
}
.tpl-link .flex.wrap {
  flex-wrap: wrap;
}
.tpl-link .flex.between {
  justify-content: space-between;
}
.tpl-link .flex.center {
  justify-content: center;
}
.tpl-link .flex.col4 li {
  width: calc(100% / 4 - 10px);
}
.tpl-link .point {
  background-color: #fdf0c3;
  padding: 10px 14px;
}
.tpl-link .tpl-about-partner li::before {
  content: inherit;
}
.tpl-link .tpl-about-partner li {
  padding: 0;
}
.tpl-link .tpl-about-partner li a {
  font-size: 140%;
  font-weight: bold;
  color: #58b071;
  display: block;
  padding: 8px 44px 6px 8px;
  text-decoration: none;
}
.tpl-link .tpl-about-partner li a:hover {
  opacity: 1;
}
.content-1-title1 {
  font-size: 90%;
}
.content .content-1-text a.news-title {
  font-size: 16px;
}
.tpl-link .pagelink {
  margin: 0 0 30px 0;
}
.tpl-link .pagelink ul {
  padding: 0;
  margin: 0;
}
.tpl-link .pagelink li {
  width: calc(100% / 5 - 10px);
  text-align: center;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.tpl-link .pagelink li::before {
  content: '';
}
.tpl-link .pagelink li a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #fff;
  background: url(../parts/f-guide/pagelinkicon.png) no-repeat center 34px
    #58b071;
  padding: 10px 6px 22px 6px;
  border-radius: 8px;
}
.tpl-link .pagelink li a:hover {
  color: #58b071;
  background: url(../parts/f-guide/pagelinkicon_hover.png) no-repeat center 40px
    #ffef64;
  opacity: 1;
  transition: 0.3s;
}
.tpl-link .pagelink.blue li a {
  background-color: #3c82be;
}
.tpl-link .pagelink.blue li a:hover {
  background-color: #d3f0ff;
}
@media (max-width: 767px) {
  .tpl-link .pagelink li {
    width: 100%;
    flex-wrap: wrap;
  }
  .tpl-link .pagelink .flex {
    flex-wrap: wrap;
  }
  .tpl-link .pagelink .flex li {
    width: calc(100% / 2 - 6px);
    margin-bottom: 10px;
  }
}

/*　サイドバー　見出し　*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .sidebar h3.top-dynamic-title {
    /* IE11 にのみ適用 */
    padding: 7px 10px 0 10px;
  }
}
.sidebar h3.top-dynamic-title.icon {
  position: relative;
  padding-left: 50px;
  border-radius: 25px;
}
.sidebar h3.top-dynamic-title.icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../parts/h3_icon_clover.png);
}

/* フォント小 */
body.sfont .sidebar h3.top-dynamic-title.icon::before {
  top: -3px;
  left: -1px;
}
/* フォント大 */
body.lfont .top-dynamic-title {
  font-size: 130%;
  padding: 5px 10px 0 10px;
}
body.lfont .sidebar h3.top-dynamic-title.icon::before {
  top: 1px;
  left: 0;
}
body.lfont .sidebar h3.top-dynamic-title.icon {
  letter-spacing: -1px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .sidebar h3.top-dynamic-title {
    /* IE11 にのみ適用 */
    padding: 7px 10px 0 10px;
  }
  *::-ms-backdrop,
  body.lfont .sidebar h3.top-dynamic-title.icon::before {
    top: 2px;
    left: 0;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .top-head-size {
    display: none;
  }
  header .search .gsc-search-button-v2,
  header .search .gsc-search-button-v2:hover,
  header .search .gsc-search-button-v2:focus {
    padding: 13px 20px;
  }
  .gsc-input-box {
    margin-right: 10px;
  }
  .top-head-left p {
    max-width: inherit;
    line-height: 1.6;
  }
  .top-head-right {
    padding-bottom: 50px;
  }
  .top-tel h3 span:nth-child(1) {
    margin-right: 6px;
    top: -7px;
  }
  .top-tel h3 span:nth-child(2) {
    font-size: 32px;
  }
  /*	.sidebar .top-dynamic-tel {
		font-size:26px;
		}
	.sidebar .top-dynamic-tel span{
		top:-6px;
		}*/
}

@media (max-width: 767px) {
  .mb-top-head {
    margin-bottom: 10px;
    padding: 20px 12px;
  }
  .mb-top-head-nav {
    margin-bottom: 10px;
  }
  .mb-top-future {
    position: static;
    margin-bottom: 40px;
  }
  .mb-top-future-img {
    margin-bottom: 10px;
  }
  .container,
  .top-main .content-1 {
    width: 100%;
  }
  .container {
    padding: 0 12px;
  }
  .mb-top-future-tel {
    position: static;
  }
  .mb-top-future-tel > p {
    margin-bottom: 20px;
  }
  .mb-top-tel {
    display: flex;
  }
  .mb-top-tel h3 {
    width: calc(100% / 2);
    line-height: inherit;
  }
  .mb-top-tel h3 span {
    display: block;
    text-align: center;
    padding: 0;
    top: 0;
  }
  .mb-top-tel h3 span:nth-child(1) {
    width: 50%;
    margin: 0 auto 4px auto;
    font-size: 18px;
  }
  .mb-top-tel h3 span:nth-child(2) {
    font-size: 20px;
  }
  .content-1 .top-dynamic-title {
    font-size: 20px !important;
  }
  .content-1 .news-title {
    font-size: 18px;
  }
  .content-1-text li span,
  .content-1-text li span.small {
    font-size: 14px;
    min-height: 0;
    line-height: inherit;
    padding: 2px 10px;
    font-weight: normal;
  }
  .content-1-text li span + a {
    display: inline-block;
  }
  .content-1-text li span.small {
    padding: 2px 20px;
  }
  .top-main .content-2 {
    width: 100%;
  }

  /* side menu --------*/
  .sidebar a {
    text-decoration: none;
  }
  .content-2 .top-tel h3 {
    text-align: center;
  }
  .content-2 .top-tel h3 span:nth-child(1) {
    top: -7px;
  }
  .content-2 .top-tel h3 span:nth-child(2),
  .sidebar .top-dynamic-tel {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
  }
  .sidebar .top-dynamic {
    padding: 15px 15px 12px 15px;
  }
  /*	.sidebar .top-dynamic-tel{
		display:block;
		}
	.sidebar .top-dynamic-tel span {
        top: -8px;
 	   }*/

  /* footer-------------- */
  .top-footer {
    padding: 20px 0 50px 0;
  }
  .top-footer .top-footer-main .left p {
    font-size: 14px;
  }
  .top-footer .coppy-right {
    font-size: 12px;
  }

  /* menu ---------------*/
  .mb-top-auto {
    position: absolute;
    width: 100%;
    text-align: right;
    top: 12px;
    right: 12px;
  }
  .mb-top-conten {
    width: calc(100% - 24px);
    top: 66px;
  }
  .mb-top-conten p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .mb-top-conten p + div {
    margin-bottom: 10px;
    display: flex;
  }
  .mb-top-conten p + div h3 {
    width: calc(100% / 2);
    line-height: inherit;
    text-align: center;
    font-size: 22px;
  }
  .mb-top-conten p + div h3 span {
    display: block;
    text-align: center;
    padding: 0;
    top: 0;
    font-size: 13px;
  }
  .mb-top-conten p + div h3 span:nth-child(1) {
    width: 50%;
    margin: 0 auto 4px auto;
    position: static;
    font-size: 18px;
  }
  .mb-top-conten p + div h3 span:nth-child(2) {
    font-size: 21px;
  }
  .mb-nav-sub1 li a {
    text-decoration: none;
  }
  .mb-nav-sub2-1 {
    position: relative;
  }
  .mb-nav-sub3 {
    width: 88%;
    top: 56px !important;
    right: -2px;
  }
  .mb-nav-sub3 li {
    padding-top: 3px;
  }
  .mb-nav-sub3 li:first-child {
    margin-top: 0;
  }
}

/*----------------------------------------------
    margin
-----------------------------------------------*/
.u_mat0 {
  margin-top: 0 !important;
}
.u_mat5 {
  margin-top: 5px;
}
.u_mat10 {
  margin-top: 10px;
}
.u_mat20 {
  margin-top: 20px;
}
.u_mat30 {
  margin-top: 30px;
}
.u_mat40 {
  margin-top: 40px;
}
.u_mat50 {
  margin-top: 50px;
}

.u_mab0 {
  margin-bottom: 0 !important;
}
.u_mab5 {
  margin-bottom: 5px;
}
.u_mab10 {
  margin-bottom: 10px;
}
.u_mab20 {
  margin-bottom: 20px;
}
.u_mab30 {
  margin-bottom: 30px;
}
.u_mab40 {
  margin-bottom: 40px;
}
.u_mab50 {
  margin-bottom: 50px;
}
.u_mab60 {
  margin-bottom: 60px;
}
.u_mab70 {
  margin-bottom: 70px;
}
.u_mab80 {
  margin-bottom: 80px;
}
.u_mab90 {
  margin-bottom: 90px;
}
.u_mab100 {
  margin-bottom: 100px;
}

/*----------------------------------------------
    table
----------------------------------------------*/
table.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}
table.tbl th,
table.tbl td {
  color: #333;
  border: 1px solid #333;
  padding: 5px 10px;
}
table.tbl th {
  font-weight: 700;
  text-align: left;
  background-color: #a8ffc1;
}

/* type01 */
table.tbl.type01 tr:first-child th {
  text-align: center;
}
table.tbl.type01 tr:first-child th:nth-of-type(1) {
  text-align: left;
}
table.tbl.type01 td {
  text-align: right;
}
table.tbl.type01 td:nth-child(1) {
  text-align: left;
}

/* type02 */
table.tbl.type02 tr:first-child th {
  text-align: center;
}
table.tbl.type02 td {
  text-align: center;
}
table.tbl.type02 td:first-child {
  text-align: left;
}

@media (max-width: 767px) {
  table.tbl {
    border-bottom: 1px solid #333;
  }
  table.tbl.ajt {
    overflow-x: scroll;
  }
  .t_scroll {
    overflow-x: auto;
  }
  .t_scroll table {
    width: 100%;
  }
}

/*----------------------------------------------
    list
----------------------------------------------*/
ol.num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.num li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.num li:last-child {
  margin-bottom: 0;
}
ol.num li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #58b071;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin-top: 2px;
  font-weight: 700;
}
ol.num li a {
  text-decoration: underline;
}
ol.num li span {
  color: #f00;
  font-weight: 700;
}

/*----------------------------------------------
	home
----------------------------------------------*/
#home .top-head {
  /*height: 572px;*/
  height: 598px;
}
#home header .top-head-end {
  width: 994px;
}
#home header .top-head-end div a + img {
  height: 100%;
  padding: 35px 0;
  width: 54%;
}

#home .content-1-text .small {
  width: 132px;
}

.home-trademark {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 36px 0;
}
.home-trademark > div {
  width: 242px;
  margin: 8px 2px;
}
.home-bnr_recruit {
  margin-bottom: 20px;
  text-align: center;
}
.home-bnr_recruit img {
  border: 3px solid #cd594e;
  border-radius: 8px;
}
.home-trademark > div img {
  max-width: 100%;
  border: 1px solid #333;
}
@media (max-width: 767px) {
  .home-trademark {
    padding: 0 0 36px 0;
    justify-content: space-between;
  }
  .home-trademark > div {
    width: calc(100% / 2 - 4px);
    margin: 0 0 8px 0;
  }
  .home-trademark > div:first-child,
  .home-trademark > div:nth-child(2) {
    margin: 0 0 8px 0;
  }
  .home-trademark > div img {
    margin: 0;
  }
}

/*----------------------------------------------
	notfound
----------------------------------------------*/
#notfound .contents {
  padding: 40px 0 40px 0;
  width: 994px;
  margin: 0 auto;
}
#notfound .contents h2 {
  background-color: transparent !important;
  color: #333;
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#notfound .contents h2::before {
  margin: 0 1.5rem 0 3rem;
}
#notfound .contents h2::after {
  margin: 0 3rem 0 1.5rem;
}
#notfound .contents h2::before,
#notfound .contents h2::after {
  content: '';
  flex-grow: 1;
  height: 4px;
  background: #58b071;
  display: block;
  border-radius: 4px;
}
#notfound .contents h2 + p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
#notfound .c_btn-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#notfound .contents .c_btn {
  position: relative;
  font-size: 18px;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #4e9e1d;
  border: 1px solid #4f7537;
  margin: 0 10px;
}
#notfound .contents .c_btn a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 8px 16px;
  display: block;
}
#notfound .contents .c_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50%;
  content: '';
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  #notfound .contents {
    padding: 20px 12px;
    width: 100%;
  }
  #notfound .contents h2::before,
  #notfound .contents h2::after {
    content: none;
  }
  #notfound .contents h2 + p {
    text-align: left;
  }
  #notfound .contents h2 + p span {
    display: none;
  }
  #notfound .contents .c_btn {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------
	article
----------------------------------------------*/
#news .content .entry-contents > p {
  font-weight: 700;
  margin-bottom: 10px;
}
#news .content .entry-contents > p + h1 {
  padding-bottom: 8px;
  border-bottom: 1px dashed #333;
}
#news .content .entry-contents div {
  padding: 30px 0;
}
#news .content .entry-contents .data {
  padding-top: 8px;
  border-top: 1px dashed #333;
  text-align: right;
  font-weight: normal;
}

/*----------------------------------------------
	links.html
----------------------------------------------*/
.links .flex {
  margin-bottom: 50px;
}
.links .flex div {
  width: calc(100% / 2 - 25px);
}
.links .flex div ul {
  margin: 0 0 20px 20px;
}
.links .flex div ul:last-child {
  margin: 0 0 0 20px;
}
.links .flex div li a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .links .flex {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .links .flex div {
    width: 100%;
  }
  .links .flex div ul:last-child {
    margin: 0 0 20px 20px;
  }
}

/*----------------------------------------------
	syakyo-press.html
----------------------------------------------*/
.press h3 {
  border-bottom: 1px solid #58b071;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}
.press table {
  width: 100%;
}
.press table tr {
  height: auto !important;
}
.press table td {
  width: calc(100% / 6) !important;
  height: auto !important;
  padding: 4px 0 !important;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .press table td {
    width: 113px;
  } /* IE10 */
}
.press table td p {
  margin-bottom: 0;
}
.press table td img {
  border: 1px solid #666;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .press table td {
    width: calc(100% / 3);
    display: inline-block;
  }
}

/*----------------------------------------------
	facility-guide.html
----------------------------------------------*/
.f-guide .section {
  margin-bottom: 50px;
}
.f-guide .section:last-child {
  margin-bottom: 0;
}
.f-guide #cnt01 td {
  padding: 4px 6px;
  width: calc(100% / 2);
}
.f-guide #cnt01 td p {
  margin-bottom: 4px;
}
.f-guide iframe {
  width: 100%;
  height: 460px;
  display: block;
}
@media (max-width: 767px) {
  .f-guide #cnt03 table {
    overflow-x: scroll;
  }
}
/*----------------------------------------------
	salon.html
----------------------------------------------*/
/* .c_salon-contents {
  background-color: #fbf6e5;
  padding: 20px;
  margin-bottom: 32px;
}
.c_salon-contents ul {
  padding: 0;
  margin-bottom: 0 !important;
}
.c_salon-contents li {
  font-size: 18px;
}

.c_salon-navi {
  padding: 0;
  margin: 0 0 30px 0 !important;
  display: flex;
  gap: 16px;
}
.c_salon-navi li {
  width: calc(100% / 5 - 10px);
  text-align: center;
  font-weight: 700;
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.c_salon-navi li::before {
  content: none !important;
}
.c_salon-navi a {
  text-decoration: none !important;
  display: block;
  width: 100%;
  color: #fff;
  background: url(../parts/f-guide/pagelinkicon.png) no-repeat center 34px
    #58b071;
  padding: 10px 6px 22px 6px;
  border-radius: 8px;
}
.c_salon-navi a:hover {
  color: #58b071;
  background: url(../parts/f-guide/pagelinkicon_hover.png) no-repeat center 40px
    #ffef64;
  opacity: 1;
  transition: 0.3s;
} */

/*----------------------------------------------
	entry default design
----------------------------------------------*/

/* common -----------------*/
.entry-contents {
  line-height: 1.6;
}
.entry-contents h1,
.entry-contents h2 {
  line-height: 1.2;
}
.entry-contents ul li {
  line-height: 1.4;
}

/* title -----------------*/
.entry-contents h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
.entry-contents h2 {
  background: #58b071;
  font-size: 24px;
  color: #fff;
  padding: 10px 16px;
  margin: 60px 0 20px 0;
  clear: both;
}
.entry-contents h2:nth-of-type(1) {
  margin-top: 0;
}
.entry-contents h3 {
  color: #58b071;
  font-size: 20px;
  margin: 30px 0 6px 0;
  /*clear:both;	*/
}
.entry-contents h3 span {
  color: #e88e3f;
}
.entry-contents h4 {
  font-size: 18px;
  color: #95a029;
  margin-bottom: 10px;
  clear: both;
}
@media (max-width: 767px) {
  .entry-contents img {
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
}

/* list -----------------*/
.entry-contents ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.entry-contents ol > li {
  margin-bottom: 10px;
  padding-left: 34px;
}
.entry-contents ol > li:last-child {
  margin-bottom: 0;
}
.entry-contents ol > li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #58b071;
  color: #fff;
  display: block;
  float: left;
  margin-left: -34px;
  text-align: center;
  width: 26px;
  border-radius: 50%;
  font-weight: 700;
}
.entry-contents ol > li a {
  text-decoration: underline;
}
.entry-contents ol > li ul {
  margin: 10px 0 14px 0;
}
.entry-contents ol > li ul li {
  margin-bottom: 4px;
}
.entry-contents ol > li ul li::before {
  content: '●';
  color: #58b071;
  display: block;
  float: left;
  font-size: 10px;
  margin: 3px 0 0 -20px;
}
.entry-contents ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 6px;
}
.entry-contents ul > li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.entry-contents ul > li:last-child {
  margin-bottom: 0;
}
.entry-contents ul > li::before {
  content: '●';
  color: #58b071;
  display: block;
  float: left;
  font-size: 10px;
  margin: 5px 0 0 -20px;
}
.entry-contents ul > li a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .entry-contents ul {
    margin-left: 0;
  }
}

/* table -----------------*/
.entry-contents table {
  width: 100%;
  margin-bottom: 14px;
}
.entry-contents table th,
.entry-contents table td {
  padding: 6px 12px;
}
.entry-contents table th {
  background-color: #e9efad;
}
.entry-contents table td a {
  text-decoration: underline;
  color: #e6474a;
}
@media (max-width: 767px) {
  .entry-contents table {
    width: 100% !important;
  }

  /*.entry-contents table tbody th {
    		display:block;
		padding:6px 12px;
  }
  .entry-contents table tbody td {
    		display:block;
		padding:6px 12px;
  }*/
}

/* p -----------------*/
.entry-contents p {
  margin-bottom: 20px;
}

/* hr -----------------*/
.entry-contents hr {
  border: 1px solid #3d703a;
  margin: 40px 0;
}
