@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);

/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #626d71;
	font-size: 100%;
	font-weight: normal;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 14px;
	font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  counter-reset: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  font-size: 0;
  text-align: left;
}
li {
  font-size: 1.4rem;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #626d71;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUpHalf {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpHalf {
  animation-name: fadeInUpHalf;
}
/******************************************************
回り込み解除 ※解除したいclassを記述
******************************************************/
.clear:after,
.clearfix:after,
.inner:after,
.col:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
領域指定
******************************************************/
.pc, .tab, .sp {display:none!important;}
/* SP */
@media screen and (max-width: 767px){
  .inner,
  .l_inner {
    margin: 0 1.5rem;
    position: relative;
  }
  .sp-left {
    text-align: left!important;
  }
  .sp {
    display: block!important;
  }
}
/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px){
  .inner,
  .l_inner {
    margin: 0 5rem;
    position: relative;
  }
  .left {
    float: left;
    width: 48%;
    margin-bottom: 1em;
  }
  .right {
    float: right;
    width: 48%;
    margin-bottom: 1em;
  }
  .tab {
    display: block!important;
  }
}
/* PC */
@media screen and (min-width: 1025px){
  .inner,
  .l_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .l_inner {
    width: 1160px;
  }
  .pc {
    display: block!important;
  }
  .left {
    float: left;
    width: 48%;
    margin-bottom: 1em;
  }
  .right {
    float: right;
    width: 48%;
    margin-bottom: 1em;
  }
  .w30 {
    width: 28%;
  }
  .w40 {
    width: 38%;
  }
  .w50 {
    width: 48%;
  }
  .w60 {
    width: 58%;
  }
  .w70 {
    width: 68%;
  }
}
/******************************************************
基本フォント
******************************************************/
/* 位置 */
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
/* カラー */
.color_black {color: #626d71;}
.color_white {color: #fff;}
.color_red {color: #80c254;}
.blue {color: #80c254;}
/******************************************************
各種フォント
******************************************************/
.serif {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
}
.500 {font-weight: 500;}
.text-xlarge {font-size: 3.6rem;}
.text-large {font-size: 2.7rem;}
.color-red {color: #c00;}
/******************************************************
共通
******************************************************/
.mb0 {
  margin-bottom: 0!important;
}
.mt0 {
  margin-top: 0!important;
}
.pb0 {
  padding-bottom: 0!important;
}
.pt0 {
  padding-top: 0!important;
}
/******************************************************
iPhoneリセット
******************************************************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  padding: 1em 0;
  background: #f2f2f2;
}
#breadcrumb li {
  display: inline-block;
  color: #999;
  font-size: 1.2rem;
}
#breadcrumb li a {
  color: #626d71;
}
#breadcrumb li a:hover {
  color: #999;
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination {
  margin-top: 3rem;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  display: inline-block;
  margin-right: .3rem;
  font-size: 1.2rem;
}
#pagination li:last-child {
  margin-right: 0;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  line-height: 3rem;
  background: #ccc;
}
#pagination li a:hover {
  background: #80c254;
}
#pagination li span.current {
  background: #80c254;
}
#pagination li span.dots {
  color: #80c254;
  background: none;
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1025px) {
  #header {
    height: 8rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
  }
  #h_cover {
    position: relative;
    width: 100%;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
  }
  #h_logo {
    padding: 2rem 3rem;
    box-sizing: border-box;
  }
  #h_logo a {
    display: block;
  }
  #h_logo .logo {
    margin-bottom: 1rem;
  }
  #h_logo img {
    width: auto;
    height: 4rem;
  }
  #h_nav_area {
    min-width: 50%;
    box-sizing: border-box;
  }
  #h_nav {
    position: fixed;
    top: 0;
    right: 200px;
    padding: 0;
  }
  #h_nav ul.first {
    padding: 0;
  }
  #h_nav li.first-nav {
    display: inline-block;
    position: relative;
  }
  #h_nav li.first-nav {
    line-height: 1;
  }
  #h_nav li.first-nav > a {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 3.2rem 0;
  }
  #h_nav li.first-nav > a > span {
    display: inline-block;
    padding: 0 2.5rem;
    border-right: 1px solid #d6d7d6;
  }
  #h_nav li.first-nav:last-child > a > span {
    border-right: none;
  }
  #h_nav li.first-nav > a.arrow:after {
    position: absolute;
    width: 100%;
    content: "\f0d7";
    font-family: "FontAwesome";
    bottom: 1em;
    left: 0;
    text-align: center;
    line-height: 1;
  }
  #h_nav ul.second {
    position: absolute;
    top: 8rem;
    min-width: 240px;
    background: #f7f6f4;
  }
  #h_nav li.second-nav a {
    position: relative;
    display: block;
    padding: 2rem;
    line-height: 1.5;
    padding-right: 3em;
    border-bottom: 1px solid #eee;
  }
  #h_nav ul.second li.second-nav:last-child a {
    border-bottom: none;
  }
  #h_nav li.second-nav a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  #entry_btn {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 100;
  }
  #entry_btn a {
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #entry_btn a:hover{
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #entry_btn a:nth-child(n+2) {
    margin-top: 1rem;
  }
  #h_cover.clone-nav {
    display: none;
  }
  /* ハンバーガー */
  #h_toggle_btn {
    display: none;
  }
  #phone_mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 8rem;
    vertical-align: middle;
    text-align: center;
    background: #80c254;
    box-sizing: border-box;
  }
  #phone_mark i {
    margin-right: 1rem;
  }
  #phone_mark a {
    display: block;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    position: relative;
    width: 100%;
    height: 6rem;
  }
  #h_cover {
    position: fixed;
    width: 100%;
    background: #f7f6f4;
    z-index: 100001;
  }
  #h_logo {
    padding: 1rem;
  }
  #h_logo span {
    display: none;
  }
  #h_logo span.logo {
    display: block;
  }
  #h_logo img {
    height: 4rem;
  }
  /* メニュー全体 */
  #h_nav {
    background: #fff;
    display: block;
    width: 80%;
    max-width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10003;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    font-weight: 500;
    padding-right: 2em;
    border-bottom: 1px solid #eee;
  }
  #h_nav li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
  }
  #h_nav ul.second {
    display: block!important;
  }
  #h_nav ul.second li a {
    padding-left: 1.5em;
    font-weight: normal;
  }
  /* ハンバーガー */
  #h_toggle_btn {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 104;
    cursor: pointer;
    background: #80c254;
  }
  #h_toggle_btn span {
    display: block;
    height: 1px;
    background: #fff;
    position:absolute;
    width: 4rem;
    left: 1rem;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 20px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 29px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 38px;
  }
  #h_toggle_btn span:nth-child(4) {
    display: none;
  }
  #h_toggle_btn.open {
    position: fixed;
    z-index: 10004;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 29px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 29px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }
  /* ナビバック */
  #h_nav_modal {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .1;
    position: fixed;
    top: 0;
    z-index: 10000;
    visibility: hidden;
    webkit-transition: visibility 0 linear .4s, opacity .4s;
    -moz-transition: visibility 0 linear .4s, opacity .4s;
    transition: visibility 0 linear .4s, opacity .4s;
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #h_nav_modal.on {
    opacity: 1;
    webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    visibility: visible;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1025px) {
  #f_contact {
    padding-top: 8rem;
  }
  #f_contact .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #f_contact .btn a {
    display: block;
    width: 50%;
    padding: 3rem 0;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_contact .btn a:hover {
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_contact .btn a.tel {
    background: #fdb176;
  }
  #f_contact .btn a.reserve {
    background: #ecc5a8;
  }
  #f_map .map {
    position: relative;
    padding-bottom: 480px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #f_map .map iframe,
  #f_map .map object,
  #f_map .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
  #f_contents {
    background: url(/wp-content/uploads/images/top_bg004.jpg) top center repeat-y;
    background-size: contain;
  }
  #f_contents .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #f_contents .menu,
  #f_contents .data {
    width: 45%;
  }
  #f_contents .menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #f_contents .menu ul.first {
    margin-bottom: 4rem;
  }
  #f_contents .menu li {
    width: 100%;
    margin-bottom: .5rem;
  }
  #f_contents .menu li.half {
    width: 50%;
  }
  #f_contents .menu li .title {
    margin-bottom: 1em;
    color: #80c254;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #f_contents .menu li a {
    position: relative;
    display: block;
    padding-left: 2rem;
  }
  #f_contents .menu li a:hover {
    text-decoration: underline;
  }
  #f_contents .menu .third a {
    display: block;
    margin-left: 1rem;
    font-size: 1.2rem;
  }
  #f_contents .menu li a:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
  }
  .copyright {
    font-size: 1.2rem;
  }
  #f_contents .data .logo {
    margin-bottom: 2rem;
  }
  #f_contents .data .address {
    margin-bottom: 1em;
  }
  #f_contents .data .tel {
    margin-bottom: 1em;
  }
  #f_contents .data .tel a {
    color: #b38867;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #f_banner {
    padding: 6rem 0;
  }
  #f_banner .inner {
    width: 1200px;
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #f_banner .inner:after {
    display: none;
  }
  #f_banner ul {
    width: 895px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #f_banner li {
    width: 285px;
    margin-right: 2rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_banner li:hover {
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_banner li:nth-child(3n) {
    margin-right: 0;
  }
  #f_banner li:nth-child(n+4) {
    margin-top: 2rem;
  }
  #f_banner .large_banner {
    width: 285px;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .simply-scroll-list li img {
    display: block;
  }
  #image-scroll {
    padding-bottom: 1rem;
  }
  #image-scroll.simply-scroll-list li {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 300px;
    height: 200px;
    list-style:none!important;
  }  
  #f_contents .schedule {
  }
  #f_contents .schedule table {
    width: 100%;
  }
  #f_contents .schedule td {
    padding: 1rem;
    font-size: 1.6rem;
    border-right: 1px solid #ccc;
    text-align: center;
  }
  #f_contents .schedule td.text-left {
    text-align: left;
    padding-right: 3rem;
  }
  #f_contents .schedule p {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-bottom: 6rem;
  }
  #f_contact h2 {
    display: none;
  }
  #f_contact .btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 100;
  }
  #f_contact .btn a {
    display: block;
    width: 50%;
    padding: 1.5rem 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
  }
  #f_contact .btn a img {
    height: 3rem;
  }
  #f_contact .btn a.tel {
    background: #fdb176;
  }
  #f_contact .btn a.reserve {
    background: #ecc5a8;
  }
  #f_map .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #f_map .map iframe,
  #f_map .map object,
  #f_map .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
  #f_contents,
  #f_contents .inner {
    padding: 0;
    margin: 0;
  }
  #f_contents .flex {

  }
  #f_contents .menu {
    padding: 5rem 1.5rem;
    background: #f7f6f4;
  }
  #f_contents .data {
    padding: 5rem 1.5rem;
    text-align: center;
    background: #f2ede9;
  }
  #f_contents .menu ul {
    display: inline-block;
  }
  #f_contents .menu li {
    display: inline-block;
    margin-bottom: .5rem;
  }
  #f_contents .menu li .title {
    margin-bottom: 1em;
    color: #80c254;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #f_contents .menu li a {
    position: relative;
    display: block;
    padding-left: 2rem;
  }
  #f_contents .menu li a:hover {
    text-decoration: underline;
  }

  #f_contents .menu li a:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
  }
  #f_contents .data .logo {
    margin-bottom: 2rem;
  }
  #f_contents .data .address {
    margin-bottom: 1em;
  }
  #f_contents .data .tel {
    margin-bottom: 1em;
  }
  #f_contents .data .tel a {
    color: #b38867;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #f_contents .schedule table {
    width: 100%;
    margin-bottom: 1em;
  }
  #f_contents .schedule td {
    padding: 1rem;
    font-size: 1.2rem;
    border-right: 1px solid #ccc;
    text-align: center;
  }
  #f_contents .schedule td.text-left {
    text-align: left;
  }
  #f_contents .schedule p {
    text-align: right;
  }
  .copyright {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
  #f_banner {
    padding: 5rem 0;
  }
  #f_banner ul {
  }
  #f_banner li {
    margin-bottom: 1rem;
    text-align: center;
  }
  #f_banner .large_banner {
    text-align: center;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .simply-scroll-list li img {
    display: block;
  }
  #image-scroll {
    padding-bottom: 7rem;
  }
  #image-scroll.simply-scroll-list li {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 180px;
    height: 120px;
    list-style:none!important;
  }  
}
/******************************************************
トップページ
******************************************************/
@media screen and (min-width: 1025px) {
  .section {
    padding: 8rem 0;
  }
  .main_title {
    position: relative;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .main_title span {
    display: block;
  }
  .main_title .large {
    font-size: 2.8rem;
  }
  .main_title .white {
    color: #fff;
  }
  .main_title .green {
    color: #80c254;
  }
  .main_title .circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    border-radius: 2rem;
    background: #80c254;
  }
  .main_title .m1 {margin-bottom: 1rem;}
  .main_title .m2 {margin-bottom: 2rem;}
  .main_title .m3 {margin-bottom: 3rem;}
  .main_title .m4 {margin-bottom: 4rem;}
  .main_title .m5 {margin-bottom: 5rem;}
  .main_title .m6 {margin-bottom: 6rem;}
  #top_catch {
    position: relative;
    background: url(/wp-content/uploads/images/top_bg003.jpg) top center repeat-y;
    background-size: contain;
    padding: 15rem 0 9rem;
  }
  #top_catch .top_eyecatch .slick-list {
    margin-left: 20rem;
  }
  #top_catch .top_eyecatch li.image {
    position: relative;
    height: calc(100vh - 24rem);
    overflow: hidden;
  }
  #top_catch .top_eyecatch li.image img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #top_catch .top_eyecatch .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #top_catch .top_eyecatch .slick-dots li {
    display: inline-block;
    margin: 0 6px;
  }
  #top_catch .top_eyecatch .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: #626d71;
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  #top_catch .top_eyecatch .slick-dots li.slick-active button {
    background: #80c254;
  }
  #top_catch .catch {
    position: absolute;
    top: 50%;
    left: 13rem;
    margin-top: -120px;
    font-weight: 500;
  }
  #top_catch .catch .message {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.5;
    text-shadow: 0 0 6px #000;
  }
  #top_catch .catch p {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    text-shadow: 0 0 6px #000;
  }
  #top_catch .catch .bnr {
    margin-top: 2rem;
  }
  #scroll_btn {
    position: absolute;
    width: 200px;
    text-align: center;
    bottom: 12rem;
    left: 0;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #scroll_btn a {
    display: block;
  }
  #scroll_btn:hover {
    bottom: 9rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  /* お知らせ、スケジュール */
  #top_information .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_information .information,
  #top_information .schedule {
    width: 48%;
  }
  #top_information .list li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  #top_information .list li {
    border-bottom: 1px solid #f2f2f2;
  }
  #top_information .list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
  }
  #top_information .list time {
    width: 20%;
    line-height: 1.5;
  }
  #top_information .list h3 {
    width: 78%;
    line-height: 1.5;
  }
  #top_information .more_btn {
    margin-top: 2rem;
    text-align: right;
  }
  #top_information .more_btn a {
    display: inline-block;
    padding: 0 3em;
    font-size: 1.2rem;
    line-height: 4rem;
    font-weight: 500;
    border: 1px solid #626d71;
  }
  #top_information .schedule table {
    width: 100%;
  }
  #top_information .schedule td {
    padding: 1rem;
    font-size: 1.6rem;
    border-right: 1px solid #f2f2f2;
    text-align: center;
  }
  #top_information .schedule td.text-left {
    text-align: left;
    padding-right: 3rem;
  }
  #top_information .schedule p {
    text-align: right;
  }
  /* トップボタンエリア */
  #top_btn {
    padding: 6rem 0;
    background: #f7f6f4;
  }
  #top_btn .btn {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_btn .btn a {
    display: block;
    width: 48%;
    padding: 5px;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_btn .btn a:hover {
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_btn .btn a span {
    display: block;
    line-height: 10rem;
    border: 1px solid #fff;
  }
  #top_btn .btn a.flow {
    background: #fdb176;
  }
  #top_btn .btn a.price {
    background: #fdb176;
  }
  /* ドクター */
  #top_doctor .flex {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  #top_doctor .flex .profile {
    width: 40%;
    padding: 8rem 0;
  }
  #top_doctor .flex .profile p {
    margin-bottom: 1em;
  }
  #top_doctor .flex .image {
    position: relative;
    width: 50%;
  }
  #top_doctor .flex .image span {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
  }
  #top_doctor .btn {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70%;
    text-align: center;
    z-index: 100;
  }
  #top_doctor .btn a {
    display: inline-block;
    position: relative;
    min-width: 150px;
    margin-right: 7rem;
    padding: 2rem;
    padding-bottom: 4rem;
    text-align: left;
    font-weight: bold;
    border: 1px solid #626d71;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_doctor .btn a:hover {
    color: #fff;
    background: #626d71;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_doctor .btn a span {
    font-size: 1.6rem;
  }
  #top_doctor .btn a:after {
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 1px;
    bottom: 2rem;
    left: 2rem;
    background: #626d71;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_doctor .btn a:hover:after {
    background: #fff;
    left: 5rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_doctor .btn a:before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 1px;
    background: #626d71;
    bottom: 2.5rem;
    left: 8rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_doctor .btn a:hover:before {
    background: #fff;
    left: 11rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_doctor .doctor_image ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_doctor .doctor_image li {
    width: 30%;
  }
  /* リクルート */
  #top_recruit {
    padding: 10rem 0;
    color: #fff;
    text-align: center;
    background: url(/wp-content/uploads/images/top_bg002.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_recruit .comment {
    margin-bottom: 4rem;
  }
  #top_recruit .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_recruit .btn a {
    width: 30%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 6rem;
    border-radius: 3rem;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_recruit .btn a:hover {
    color: #626d71;
    background: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 5rem 0;
  }
  .main_title {
    position: relative;
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .main_title span {
    display: block;
  }
  .main_title .large {
    font-size: 2rem;
  }
  .main_title .white {
    color: #fff;
  }
  .main_title .green {
    color: #80c254;
  }
  .main_title .circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #80c254;
  }
  #top_catch {
    position: relative;
    background: url(/wp-content/uploads/images/top_bg003.jpg) top center repeat-y;
    background-size: contain;
    padding: 5rem 0;
  }
  #top_catch .top_eyecatch .slick-list {
    margin-left: 3rem;
  }
  #top_catch .top_eyecatch li.image {
    position: relative;

  }
  #top_catch .top_eyecatch li.image img {

  }
  #top_catch .top_eyecatch .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #top_catch .top_eyecatch .slick-dots li {
    display: inline-block;
    margin: 0 6px;
  }
  #top_catch .top_eyecatch .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: #626d71;
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  #top_catch .top_eyecatch .slick-dots li.slick-active button {
    background: #80c254;
  }
  #top_catch .catch {
    position: absolute;
    bottom: 8rem;;
    witdh: 100%;
    padding: 0 1.5rem;
    font-weight: 500;
    box-sizing: border-box;
  }
  #top_catch .catch .message {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    text-shadow: 0 0 3px #000;
  }
  #top_catch .catch p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    text-shadow: 0 0 3px #000;
  }
  #top_catch .catch .bnr {
    margin-top: 1rem;
    max-width: 100%;
  }
  #scroll_btn {
    display: none;
  }
  #scroll_btn a {
    display: block;
  }
  /* お知らせ、スケジュール */
  #top_information .flex {
  }
  #top_information .information {
    margin-bottom: 3rem;
  }
  #top_information .list li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  #top_information .list li {
    border-bottom: 1px solid #f2f2f2;
  }
  #top_information .list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
  }
  #top_information .list time {
    width: 20%;
    line-height: 1.5;
  }
  #top_information .list h3 {
    width: 78%;
    line-height: 1.5;
  }
  #top_information .more_btn {
    margin-top: 2rem;
    text-align: right;
  }
  #top_information .more_btn a {
    display: inline-block;
    padding: 0 3em;
    font-size: 1.2rem;
    line-height: 4rem;
    font-weight: 500;
    border: 1px solid #626d71;
  }
  #top_information .schedule table {
    width: 100%;
    margin-bottom: 1em;
  }
  #top_information .schedule td {
    padding: 1rem;
    font-size: 1.2rem;
    border-right: 1px solid #f2f2f2;
    text-align: center;
  }
  #top_information .schedule td.text-left {
    text-align: left;
  }
  #top_information .schedule p {
    text-align: right;
  }
  /* トップボタンエリア */
  #top_btn {
    padding: 5rem 0;
    background: #f7f6f4;
  }
  #top_btn .btn {
  }
  #top_btn .btn a {
    display: block;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
  }
  #top_btn .btn a span {
    display: block;
    line-height: 8rem;
    border: 1px solid #fff;
  }
  #top_btn .btn a.flow {
    background: #ecc5a8;
  }
  #top_btn .btn a.price {
    margin-top: 2rem;
    background: #fdb176;
  }
  /* ドクター */
  #top_doctor .flex {
    margin-bottom: 5rem;
  }
  #top_doctor .flex .profile {
  }
  #top_doctor .flex .profile p {
    margin-bottom: 1em;
  }
  #top_doctor .flex .image {
    position: relative;
    margin-bottom: 3rem;
  }
  #top_doctor .flex .image span {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  #top_doctor .btn {
    width: 100%;
    text-align: center;
    z-index: 100;
  }
  #top_doctor .btn a {
    display: block;
    position: relative;
    text-align: center;
    line-height: 6rem;
    font-weight: bold;
    border: 1px solid #626d71;
    box-sizing: border-box;
  }
  #top_doctor .btn a span {
    margin-left: 1rem;
  }
  #top_doctor .doctor_image ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_doctor .doctor_image li {
    width: 32%;
  }
  /* リクルート */
  #top_recruit {
    padding: 5rem 0;
    color: #fff;
    text-align: center;
    background: url(/wp-content/uploads/images/top_bg002.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_recruit .comment {
    margin-bottom: 4rem;
  }
  #top_recruit .btn {
  }
  #top_recruit .btn a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 6rem;
    border-radius: 3rem;
    border: 1px solid #fff;
  }
  #top_recruit .btn a:nth-child(n+2) {
    margin-top: 2rem;
  }

}









@media screen and (min-width: 1360px) {
  /* 特徴 */
  #top_feature {
    background: url(/wp-content/uploads/images/top_bg001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .relative {
    position: relative;
    padding-top: 20rem;
    padding-bottom: 8rem;
  }
  #top_feature .message {
    margin-left: 50%;
    margin-bottom: 6rem;
    padding: 5rem;
    padding-left: 12rem;
    background: #f2ede9;
  }
  #top_feature .image {
    position: absolute;
    top: 8rem;
    left: 8rem;
    width: 50%;
    z-index: 0;
  }
  #top_feature .slider_list .slick-dots {
    position: absolute;
    width: 100%;
    text-align: left;
  }
  #top_feature .slider_list .slick-dots li {
    display: inline-block;
    margin-right: 1.2rem;
  }
  #top_feature .slider_list .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: #626d71;
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  #top_feature .slider_list .slick-dots li.slick-active button {
    background: #80c254;
  }
  #top_feature .image img {
    width: 100%;
  }
  #top_feature .comment {
    position: relative;
    z-index: 1;
  }
  #top_feature .comment .txt {
    margin-bottom: 5rem;
  }
  #top_feature .comment p {
    margin-bottom: 1em;
  }
  #top_feature .btn {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top_feature .btn a {
    margin-right: 1rem;
    padding: 0 2em;
    line-height: 4rem;
    font-weight: 500;
    border: 1px solid #626d71;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_feature .btn a:hover {
    color: #fff;
    background: #626d71;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_feature .feature {
    padding: 0 .5%;
  }
  #top_feature .feature ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_feature .feature li {
    width: 24%;
    margin: 0 .5% 4rem;
  }
  #top_feature figure.snip1229 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip1229 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  figure.snip1229 img {
    max-width: 100%;
    position: relative;
    opacity: 0.9;
  }
  figure.snip1229 figcaption {
    position: absolute;
    top: 50%;
    left: 7%;
    right: 7%;
    bottom: 80%;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  figure.snip1229 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  figure.snip1229 h3 {
    display: table;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    width: auto;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  figure.snip1229 h3:before,
  figure.snip1229 h3:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: white;
    top: 50%;
    margin-top: -1.5em;
  }
  figure.snip1229 h3:before {
    left: -1000%;
  }
  figure.snip1229 h3:after {
    right: -1000%;
  }
  figure.snip1229 p {
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 5px;
    margin: 0;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1229:hover img,
  figure.snip1229.hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1229:hover figcaption,
  figure.snip1229.hover figcaption {
    top: 30%;
    bottom: 9%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1229:hover p,
  figure.snip1229.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  /* 診療内容 */
  #top_treatment {
    background: url(/wp-content/uploads/images/top_bg005.jpg) center center repeat-x;
    background-size: contain;
  }
  #top_treatment .comment {
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
  }
  #top_treatment ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1%;
  }
  #top_treatment li {
    width: 19%;
    margin: 0 .5%;
  }
  #top_treatment li a {
    position: relative;
    display: block;
  }
  #top_treatment li a p {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    z-index: 1;
  }
  #top_treatment li a .photo img {
    width: 100%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
  }
  .snip1445 {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #000;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  .snip1445:hover p {
    opacity: 0;
  }
  .snip1445 h3 {
    opacity: 0;
    color: #fff;
    font-size: 2rem;
  }
  .snip1445:hover h3 {
    opacity: 1;
  }
  .snip1445 *,
  .snip1445 *:before,
  .snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .snip1445 img {
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
  }
  .snip1445 figcaption {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -.5em;
    line-height: 1;
    padding: 1rem;
  }
  .snip1445 figcaption:before,
  .snip1445 figcaption:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  .snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .snip1445 figcaption div:before,
  .snip1445 figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #fff;
  }
  .snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snip1445:hover img,
  .snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after,
  .snip1445:hover figcaption div:before,
  .snip1445.hover figcaption div:before,
  .snip1445:hover figcaption div:after,
  .snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  /* 特徴 */
  #top_feature {
    background: url(/wp-content/uploads/images/top_bg001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .relative {
    position: relative;
  }
  #top_feature .message {
    padding: 5rem 1.5rem;
    background: #f2ede9;
  }
  #top_feature .image {
    margin-bottom: 6rem;
  }
  #top_feature .slider_list .slick-dots {
    position: absolute;
    width: 100%;
    text-align: left;
  }
  #top_feature .slider_list .slick-dots li {
    display: inline-block;
    margin-right: 1.2rem;
  }
  #top_feature .slider_list .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: #626d71;
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  #top_feature .slider_list .slick-dots li.slick-active button {
    background: #80c254;
  }
  #top_feature .image img {
    width: 100%;
  }
  #top_feature .comment {
    position: relative;
    z-index: 1;
  }
  #top_feature .comment .txt {
    margin-bottom: 3rem;
  }
  #top_feature .comment p {
    margin-bottom: 1em;
  }
  #top_feature .btn {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top_feature .btn a {
    margin-right: 1rem;
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 4rem;
    font-weight: 500;
    border: 1px solid #626d71;
  }
  #top_feature .feature {
    padding: 0 1%;
  }
  #top_feature .feature ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_feature .feature li {
    max-width: 48%;
    margin: 0 1% 2rem;
  }
  #top_feature figure.snip1229 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip1229 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  figure.snip1229 img {
    max-width: 100%;
    position: relative;
    opacity: 0.9;
  }
  figure.snip1229 figcaption {
    position: absolute;
    top: 50%;
    left: 7%;
    right: 7%;
    bottom: 80%;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  figure.snip1229 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  figure.snip1229 h3 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    width: auto;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  figure.snip1229 h3:before,
  figure.snip1229 h3:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: white;
    top: 50%;
    margin-top: -1.5em;
  }
  figure.snip1229 h3:before {
    left: -1000%;
  }
  figure.snip1229 h3:after {
    right: -1000%;
  }
  figure.snip1229 p {
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1229:hover img,
  figure.snip1229.hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1229:hover figcaption,
  figure.snip1229.hover figcaption {
    top: 30%;
    bottom: 9%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1229:hover p,
  figure.snip1229.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  /* 診療内容 */
  #top_treatment {
    background: url(/wp-content/uploads/images/top_bg005.jpg) center center repeat-x;
    background-size: contain;
  }
  #top_treatment .comment {
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
  }
  #top_treatment ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 1%;
  }
  #top_treatment li {
    width: 32%;
    margin-right: 2%;
  }
  #top_treatment li:nth-child(3n) {
    margin-right: 0;
  }
  #top_treatment li:nth-child(n+4) {
    margin-top: 2rem;
  }
  #top_treatment li a {
    position: relative;
    display: block;
  }
  #top_treatment li a p {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    z-index: 1;
  }
  #top_treatment li a .photo img {
    width: 100%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
  }
  .snip1445 {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #000;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  .snip1445:hover p {
    opacity: 0;
  }
  .snip1445 h3 {
    opacity: 0;
    color: #fff;
    font-size: 2rem;
  }
  .snip1445:hover h3 {
    opacity: 1;
  }
  .snip1445 *,
  .snip1445 *:before,
  .snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .snip1445 img {
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
  }
  .snip1445 figcaption {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -.5em;
    line-height: 1;
    padding: 1rem;
  }
  .snip1445 figcaption:before,
  .snip1445 figcaption:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  .snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .snip1445 figcaption div:before,
  .snip1445 figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #fff;
  }
  .snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snip1445:hover img,
  .snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after,
  .snip1445:hover figcaption div:before,
  .snip1445.hover figcaption div:before,
  .snip1445:hover figcaption div:after,
  .snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
@media screen and (max-width: 767px) {
  /* 特徴 */
  #top_feature {
    background: url(/wp-content/uploads/images/top_bg001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .relative {
    position: relative;
  }
  #top_feature .message {
    padding: 5rem 1.5rem;
    background: #f2ede9;
  }
  #top_feature .image {
    margin-bottom: 6rem;
  }
  #top_feature .slider_list .slick-dots {
    position: absolute;
    width: 100%;
    text-align: left;
  }
  #top_feature .slider_list .slick-dots li {
    display: inline-block;
    margin-right: 1.2rem;
  }
  #top_feature .slider_list .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: #626d71;
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  #top_feature .slider_list .slick-dots li.slick-active button {
    background: #80c254;
  }
  #top_feature .image img {
    width: 100%;
  }
  #top_feature .comment {
    position: relative;
    z-index: 1;
  }
  #top_feature .comment .txt {
    margin-bottom: 3rem;
  }
  #top_feature .comment p {
    margin-bottom: 1em;
  }
  #top_feature .btn {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_feature .btn a {
    margin-right: 1rem;
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 4rem;
    font-weight: 500;
    border: 1px solid #626d71;
  }
  #top_feature .feature {
    padding: 5rem 1.5rem;
  }
  #top_feature .feature ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_feature .feature li {
    width: 100%;
  }
  #top_feature .feature li:nth-child(n+2) {
    margin-top: 2rem;
  }
  #top_feature figure.snip1229 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip1229 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  figure.snip1229 img {
    width: 100%;
    max-width: 100%;
    position: relative;
    opacity: 0.9;
  }
  figure.snip1229 figcaption {
    position: absolute;
    top: 50%;
    left: 7%;
    right: 7%;
    bottom: 80%;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  figure.snip1229 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  figure.snip1229 h3 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-weight: 400;
  }
  figure.snip1229 h3 span {
    font-weight: bold;
  }
  figure.snip1229 h3:before,
  figure.snip1229 h3:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: white;
    top: 50%;
    margin-top: -1.5em;
  }
  figure.snip1229 h3:before {
    left: -1000%;
  }
  figure.snip1229 h3:after {
    right: -1000%;
  }
  figure.snip1229 p {
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1229:hover img,
  figure.snip1229.hover img {
    opacity: 0.15;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1229:hover figcaption,
  figure.snip1229.hover figcaption {
    top: 30%;
    bottom: 9%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1229:hover p,
  figure.snip1229.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  /* 診療内容 */
  #top_treatment {
    padding: 5rem 1.5rem;
    background: #80c254;
  }
  #top_treatment .comment {
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
  }
  #top_treatment ul {
  }
  #top_treatment li:nth-child(n+2) {
    margin-top: 1rem;
  }
  #top_treatment li a {
    position: relative;
    display: block;
  }
  #top_treatment li a p {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    z-index: 1;
  }
  #top_treatment li a .photo img {
    width: 100%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
  }
  .snip1445 {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #000;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  .snip1445:hover p {
    opacity: 0;
  }
  .snip1445 h3 {
    opacity: 0;
    color: #fff;
    font-size: 2rem;
  }
  .snip1445:hover h3 {
    opacity: 1;
  }
  .snip1445 *,
  .snip1445 *:before,
  .snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .snip1445 img {
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
  }
  .snip1445 figcaption {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -.5em;
    line-height: 1;
    padding: 1rem;
  }
  .snip1445 figcaption:before,
  .snip1445 figcaption:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  .snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .snip1445 figcaption div:before,
  .snip1445 figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #fff;
  }
  .snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snip1445:hover img,
  .snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after,
  .snip1445:hover figcaption div:before,
  .snip1445.hover figcaption div:before,
  .snip1445:hover figcaption div:after,
  .snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
/******************************************************
下層ページ
******************************************************/
@media screen and (min-width: 1025px) {
  .link_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .link_btn li {
    width: 32%;
  }
  .link_btn li a {
    position: relative;
    display: block;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: #80c254;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .link_btn li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  .link_btn li a:hover {
    opacity: .7;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #page .bg_area {
    padding: 3rem;
    background: #f7f6f4;
  }
  #page .btn {
    text-align: center
  }
  #page .btn a {
    position: relative;
    display: inline-block;
    padding: 0 3em;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: #80c254;
  }
  #page .btn.large a {
    padding: .5rem;
    font-size: 1.6rem;
    line-height: 6rem;
  }
  #page .btn.large a span {
    display: block;
    padding: 0 6em;
    border: 1px solid #fff;
  }
  #page .btn a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #page {
    padding: 8rem 0;
    border-bottom: 1px solid #ccc;
  }
  #page .page_link {
    margin-top: -12rem;
    padding-top: 12rem;
  }
  #page_catch {
    padding-top: 16rem;
  }
  #page_catch .catch_cover {
    margin: 0 16rem;
    background: url(/wp-content/uploads/images/page_catch.jpg) center center no-repeat;
    background-size: cover;
  }
  #page_catch h1 {
    padding: 24rem 0;
    color: #fff;
    font-size: 4.8rem;
    text-align: center;
    font-weight: 500;
    background: rgba(0,0,0,.2);
  }
  #page h2 {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 1.5em;
    padding-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
  }
  #page h2:before {
    position: absolute;
    content: "■";
    top: 0;
    left: 0;
    color: #80c254;
  }
  #page h3 {
    margin-bottom: 3rem;
    color: #80c254;
    font-size: 2rem;
    font-weight: 500;
  }
  #page h3.bg {
    padding: 1rem;
    color: #fff;
    background: #80c254;
  }
  #page .recruit_list h3 {
    list-style: decimal;
  }
  
  
  
  #page .recruit_list .small_box {
    counter-increment: title;
  }
  #page .recruit_list h3 {
    position: relative;
    padding-left: 2.5rem;
  }
  #page .recruit_list h3:before {
    content: counter(title);
    position: absolute;
    top: 0;
    left: 0;
    color: #ecc5a8;
  }

  
  
  
  #page h4 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #page h4:before {
    position: absolute;
    content: "■";
    top: 0;
    left: 0;
  }
  #page p {
    margin-bottom: 1em;
  }
  #page a {
    color: #80c254;
    text-decoration: underline;
  }
  #page a:hover {
    text-decoration: none;
  }
  #page .message {
    font-size: 2.4rem;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    line-height: 1.5;
  }
  #page .box {
    margin-bottom: 8rem;
  }
  #page .small_box {
    margin-bottom: 3rem;
  }
  #page table {
    width: 100%;
    margin-bottom: 1em;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page th,
  #page td {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #page th {
    width: 25%;
    background: #f7f6f4;
  }
  #page .text-center td {
    text-align: center;
  }
  #page .image {
    margin-bottom: 1em;
  }
  #page .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #page .gmap iframe,
  #page .gmap object,
  #page .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #page ul.image_list {
    margin-bottom: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page ul.image_list li {
    width: 32%;
    margin-right: 2%;
  }
  #page ul.image_list li:nth-child(3n) {
    margin-right: 0;
  }
  #page ul.image_list li:nth-child(n+4) {
    margin-top: 2rem;
  }
  #page ul.image_list li h3 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    color: #80c254;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  #page .flow_box .left:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 3rem auto;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 30px solid #ccc;
  }
  #page .flow_box:last-child .left:after {
    display: none;
  }
  #page .flow_list li .comment {
    padding: 5rem;
    background: #f7f6f4;
  }
  #page .flow_list li .comment .image {
    float: right;
    width: 38%;
  }
  #page .flow_list li .comment .txt {
    float: left;
    width: 58%;
  }
  #page .flow_list li:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 3rem auto;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 30px solid #ccc;
  }
  #page .flow_list li:last-child:after {
    display: none;
  }
  #page ul.col1,
  #page ul.col2,
  #page ul.col3 {
    margin-bottom: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page ul.col1 li {
    width: 100%;
  }
  #page ul.col1 li:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page ul.col2 li {
    width: 48%;
    margin-right: 4%;
  }
  #page ul.col2 li:nth-child(2n) {
    margin-right: 0;
  }
  #page ul.col2 li:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page ul.col3 li {
    width: 32%;
    margin-right: 2%;
  }
  #page ul.col3 li:nth-child(3n) {
    margin-right: 0;
  }
  #page ul.col3 li:nth-child(n+4) {
    margin-top: 3rem;
  }
  #page dt {
    font-weight: bold;
    margin-bottom: .5em;
  }
  #page dd {
    margin-bottom: 1.5em;
  }
  #page .access_list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }
  #page .access_list li:nth-child(n+4) {
    margin-top: 1.6rem;
  }
  #page .access_list li:nth-child(n+6) {
    float: right;
    margin-right: 0;
    margin-left: 2%;
  }
  #page .access_list li:nth-child(3),
  #page .access_list li:nth-child(5) {
    margin-right: 0;
  }
  #page .access_list li:nth-child(8),
  #page .access_list li:nth-child(10) {
    margin-left: 0;
  }
  #page .access_list li:first-child,
  #page .access_list li:nth-child(6) {
    width: 49%;
  }
  #page .merit {
    min-height: 310px;
    padding: 5rem;
    background: #f2ede9;
    box-sizing: border-box;
  }
  #page .demerit {
    min-height: 310px;
    padding: 5rem;
    background: #f7f6f4;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .link_btn li a {
    position: relative;
    display: block;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: #80c254;
  }
  .link_btn li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  .link_btn li:nth-child(n+2) {
    margin-top: 1rem;
  }
  #page .bg_area {
    padding: 3rem;
    background: #f7f6f4;
  }
  #page .btn {
    text-align: center
  }
  #page .btn a {
    position: relative;
    display: block;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: #80c254;
  }
  #page .btn a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #page {
    padding: 3rem 0;
  }
  #page .left,
  #page .right {
    margin-bottom: 1em;
  }
  #page_catch {
    margin: 0;
    background: url(/wp-content/uploads/images/page_catch.jpg) center center no-repeat;
    background-size: cover;
  }
  #page .text-large {
    font-size: 2rem;
  }
  #page_catch h1 {
    padding: 3rem 0;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    background: rgba(0,0,0,.2);
  }
  #page h2 {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 1.5em;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
  }
  #page h2:before {
    position: absolute;
    content: "■";
    top: 0;
    left: 0;
    color: #80c254;
  }
  #page h3 {
    margin-bottom: 3rem;
    color: #80c254;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #page h3.bg {
    padding: 1rem;
    color: #fff;
    background: #80c254;
  }
  #page .recruit_list h3 {
    list-style: decimal;
  }
  #page h4 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #page h4:before {
    position: absolute;
    content: "■";
    top: 0;
    left: 0;
  }
  #page p {
    margin-bottom: 1em;
  }
  #page a {
    color: #80c254;
    text-decoration: underline;
  }
  #page a:hover {
    text-decoration: none;
  }
  #page .message {
    font-size: 2.4rem;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    line-height: 1.5;
  }
  #page .box {
    margin-bottom: 3rem;
  }
  #page .small_box {
    margin-bottom: 1.5rem;
  }
  #page table {
    width: 100%;
    margin-bottom: 1em;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page th,
  #page td {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #page th {
    width: 25%;
    background: #f7f6f4;
  }
  #page .text-center td {
    text-align: center;
  }
  #page .image {
    margin-bottom: 1em;
  }
  #page .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #page .gmap iframe,
  #page .gmap object,
  #page .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #page ul.image_list {
    margin-bottom: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page ul.image_list li {
    width: 49%;
    margin-right: 2%;
  }
  #page ul.image_list li:nth-child(2n) {
    margin-right: 0;
  }
  #page ul.image_list li:nth-child(n+3) {
    margin-top: 2rem;
  }
  #page ul.image_list li h3 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    color: #80c254;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  #page .flow_box .left:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 3rem auto;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 30px solid #ccc;
  }
  #page .flow_box:last-child .left:after {
    display: none;
  }
  #page .flow_list li .comment {
    padding: 3rem;
    background: #f7f6f4;
  }
  #page .flow_list li:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 3rem auto;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 30px solid #ccc;
  }
  #page .flow_list li:last-child:after {
    display: none;
  }
  #page ul.col1,
  #page ul.col2,
  #page ul.col3 {
    margin-bottom: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page ul.col1 li {
    width: 100%;
  }
  #page ul.col1 li:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page ul.col2 li {
    width: 48%;
    margin-right: 4%;
  }
  #page ul.col2 li:nth-child(2n) {
    margin-right: 0;
  }
  #page ul.col2 li:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page ul.col3 li {
    width: 32%;
    margin-right: 2%;
  }
  #page ul.col3 li:nth-child(3n) {
    margin-right: 0;
  }
  #page ul.col3 li:nth-child(n+4) {
    margin-top: 3rem;
  }
  #page dt {
    font-weight: bold;
    margin-bottom: .5em;
  }
  #page dd {
    margin-bottom: 1.5em;
  }
  /* アクセスリスト */
  .access_list li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .access_list li:nth-child(2n) {
    margin-right: 0;
  }
  .access_list li:nth-child(n+3) {
    margin-top: 1rem;
  }
  #page .merit {
    padding: 3rem;
    background: #f2ede9;
    box-sizing: border-box;
  }
  #page .demerit {
    padding: 3rem;
    background: #f7f6f4;
    box-sizing: border-box;
  }
}
/******************************************************
アーカイブ
******************************************************/
@media screen and (min-width: 1025px) {
  #archive {
    padding: 8rem 0;
  }
  #archive ul.works_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
  #archive ul.works_list li {
    width: 32%;
    margin-right: 2%;
    text-align: center;
  }
  #archive ul.works_list li:nth-child(3n) {
    margin-right: 0;
  }
  #archive ul.works_list li:nth-child(n+4) {
    margin-top: 5rem;
  }
  #archive ul.works_list .image {
    margin-bottom: 1rem;
  }
  #archive ul.work_list .category {
    font-size: 1.4rem;
  }
  #archive ul.works_list h2 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #archive ul.news_list li {
    padding: 3rem 0;
    border-bottom: 1px solid #f2f2f2;
  }
  #archive ul.news_list li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  #archive ul.news_list li h2 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  #archive {
    padding: 3rem 0;
  }
  #archive ul.works_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
  #archive ul.works_list li {
    width: 49%;
    margin-right: 2%;
    text-align: center;
  }
  #archive ul.works_list li:nth-child(2n) {
    margin-right: 0;
  }
  #archive ul.works_list li:nth-child(n+3) {
    margin-top: 3rem;
  }
  #archive ul.works_list .image {
    margin-bottom: 1rem;
  }
  #archive ul.work_list .category {
    font-size: 1.4rem;
  }
  #archive ul.works_list h2 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #archive ul.news_list li {
    padding: 2rem 0;
    border-bottom: 1px solid #f2f2f2;
  }
  #archive ul.news_list li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  #archive ul.news_list li h2 {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
/******************************************************
投稿
******************************************************/
@media screen and (min-width: 1025px) {
  #post {
    padding: 8rem 0;
  }
  #post h1.post_title {
    font-size: 2rem;
    font-weight: bold;
  }
  #post_data {
    margin-bottom: 3rem;
  }
  .link_post {
    margin-top: 3rem;
  }
  .link_post .next {
    float: right;
    width: 50%;
    text-align: right;
  }
  .link_post .prev {
    float: left;
    width: 50%;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  #post {
    padding: 3rem 0;
  }
  #post h1.post_title {
    font-size: 2rem;
    font-weight: bold;
  }
  #post_data {
    margin-bottom: 3rem;
  }
  .link_post {
    margin-top: 1.5rem;
  }
  .link_post .next {
    float: right;
    width: 50%;
    text-align: right;
  }
  .link_post .prev {
    float: left;
    width: 50%;
    text-align: left;
  }
}

/******************************************************
コピーライトロゴ
******************************************************/
@media screen and (min-width:1025px) {
  #md_logo {
    text-align: center;
  }
  #md_logo .md_logo img {
    width: 150px;
    height: auto;
  }
  #md_logo .md_copyright {
  }
  #md_logo .md_copyright:before {
    display: block;
    content: "";
    width: 150px;
    margin: 1.2rem auto;
    height: 1px;
    background: #ccc;
  }
}
@media screen and (max-width:1024px) {
  #md_logo {}
  #md_logo .md_logo img {
    width: 150px;
    height: auto;
  }
  #md_logo .md_copyright {
  }
  #md_logo .md_copyright:before {
    display: block;
    content: "";
    width: 150px;
    margin: 1.2rem auto;
    height: 1px;
    background: #ccc;
  }
}

/******************************************************
求人情報
******************************************************/
@media screen and (min-width:1025px) {
  #page .recruit_title {
    margin-bottom: 3rem;
    color: #80c254;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  #page .recruit_message {
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    line-height: 1.5;
  }
  #page .recruit_message_2 {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #page .recruit_feature .feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem;
    border: 1px solid #ccc;
  }
  #page .recruit_feature .feature:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .recruit_feature .feature .number {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 50px;
    background: #80c254; 
  }
  #page .recruit_feature .feature .comment {
    width: calc(100% - 80px);
  }
  #page .recruit_table .bold {
    font-weight: bold;
  }
}
@media screen and (max-width:1024px) {
  #page .recruit_title {
    margin-bottom: 3rem;
    color: #80c254;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #page .recruit_message {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    line-height: 1.5;
  }
  #page .recruit_message_2 {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #page .recruit_feature .feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5rem;
    border: 1px solid #ccc;
  }
  #page .recruit_feature .feature:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .recruit_feature .feature .number {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 40px;
    background: #80c254; 
  }
  #page .recruit_feature .feature .comment {
    width: calc(100% - 60px);
  }
  #page .recruit_table .bold {
    font-weight: bold;
  }  
}


  @media screen and (min-width:1025px) {
    #f_contact_new {
      display: none;
    }
  }
  @media screen and (max-width:1024px) {
    #f_contact_new {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
    }
    #f_contact_new {
      background: #ccc;
    }
    #f_contact_new .btn_list {
      display: flex;
      flex-wrap: wrap;
    }
    #f_contact_new .btn_list .list {
      width: calc(100% / 3);
    }
    #f_contact_new .btn_list .list:last-child {
      width: 100%;
    }
    #f_contact_new .btn_list .list a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 3.6vw;
      text-align: center;
      line-height: 5rem;
    }    
    #f_contact_new .btn_list .list:nth-child(1) a {
      background: #b38867;
    }
    #f_contact_new .btn_list .list:nth-child(2) a {
      background: #fdb176;
    }
    #f_contact_new .btn_list .list:nth-child(3) a {
      background: #ecc5a8;
    }
    #f_contact_new .btn_list .list:nth-child(4) a {
      background: #80c254;
    }
    #f_contact_new .btn_list .list a:before {
      display: block;
      content: "";
      width: 2rem;
      height: 2rem;
      margin-right: .3em;
    }
    #f_contact_new .btn_list .list:nth-child(1) a:before {
      background: url(/wp-content/uploads/images/contact_icon004.png) center center no-repeat;
      background-size: cover;
    }
    #f_contact_new .btn_list .list:nth-child(2) a:before {
      background: url(/wp-content/uploads/images/contact_icon002.png) center center no-repeat;
      background-size: cover;
    }
    #f_contact_new .btn_list .list:nth-child(3) a:before {
      background: url(/wp-content/uploads/images/contact_icon001.png) center center no-repeat;
      background-size: cover;
    }
    #f_contact_new .btn_list .list:nth-child(4) a:before {
      background: url(/wp-content/uploads/images/contact_icon003.png) center center no-repeat;
      background-size: cover;
    }
  }