@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Sans:400,400i,700|Noto+Serif+JP:300,400,500,600|Noto+Serif:400,400i,700&display=swap");
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.op_hover {
  transition: opacity 0.5s;
}
.op_hover:hover {
  opacity: 0.8;
}

html {
  overflow-y: auto;
}

#wrapper {
  /* min-width: 1395px; */
  box-sizing: border-box;
  overflow: hidden;
}

body {
  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  color: #222222;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
}

.container {
  /* width: 1000px; */
  margin: 0 auto;
  position: relative;
}

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*■04.LAYOUT*/
/*■05.FLEX*/
.flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_jus_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*align-items*/
.flex_align_item_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_align_item_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex_align_item_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dis_pc, .dis_pc640 {
  display: block;
}

.dis_sp, .dis_sp640 {
  display: none;
}

.dis_tb960 {
  display: none;
}

.a_phone {
  text-decoration: none !important;
  color: #222;
}
@media screen and (min-width: 1024px) {
  .a_phone {
    pointer-events: none;
  }
}

/*---------------------CM CSS---------------------*/
.f130 {
  font-size: 130%;
}

.txt_red {
	color: #f00;
}

.cm_tt {
  font-size: 35px;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}
.cm_tt span {
  font-size: 70%;
}
.cm_tt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #508f56;
  height: 2px;
  width: 60px;
}
.cm_tt.af_left {
  text-align: left;
}
.cm_tt.af_left:after {
  right: auto;
}

.cm_button a {
  display: block;
  background: #508f56;
  width: 307px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  transition: all 0.25s ease-in;
}
.cm_button a:after {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 3px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
}
.cm_button a.mgr_auto {
  margin: auto;
}

.table_schedule {
  width: 100%;
}
.table_schedule th, .table_schedule td {
  padding: 10px 5px;
  vertical-align: middle;
}
.table_schedule th {
  background: #c4b097;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.table_schedule td {
  text-align: center;
  border-bottom: 1px solid #c4b097;
  font-size: 24px;
  padding: 2px 7px;
}
.table_schedule td:first-child {
  font-size: 14px;
}

.numberphone {
  display: inline-block;
  font-size: 25px;
  text-decoration: none;
  background: url(../common_img/tel_icon.png) center left no-repeat;
  padding-left: 20px;
}

/*---------------------HEADER---------------------*/
#cm_header {
  padding: 12px 0 23px;
}
@media screen and (min-width: 1024px) {
  #cm_header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#cm_header .container {
  /* padding: 0 8%; */
  max-width: 114rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cm_header .contact_links {
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 9px;
}
#cm_header .contact_links .links01 {
  margin-right: 20px;
}
#cm_header .contact_links .links01 a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
#cm_header nav ul {
  justify-content: flex-end;
  margin-right: -24px;
}
#cm_header nav a {
  text-decoration: none;
  padding: 0 24px;
  display: block;
  line-height: 1.5;
}

/*---------------------FOOTER---------------------*/
#cm_footer .container {
  max-width: 85rem;
}
#cm_footer .gnav {
  background: #987f61;
  padding: 10px 0;
}
#cm_footer .gnav a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 14px 0;
}
#cm_footer .area_logo_contact {
  align-items: center;
  padding: 16px 0;
}
#cm_footer .area_logo_contact .logo {
  width: 305px;
}
#cm_footer .area_logo_contact .address {
  font-size: 16px;
}
#cm_footer .area_logo_contact .tel_fax {
  font-size: 23px;
}

#page_up {
  display: none;
  position: fixed;
  z-index: 20;
  right: 5%;
  bottom: 200px;
}

@media screen and (max-width: 1440px) {
  .container {
    padding: 0 10px;
  }

  #cm_header .logo {
    width: 30%;
  }
  #cm_header nav ul {
    margin-right: -5px;
  }
  #cm_header nav a {
    padding: 0 5px;
  }

  #cm_footer .area_logo_contact {
    padding: 20px 10px;
  }
  #cm_footer .f_button {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  #cm_footer .area_logo_contact .tel_fax {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  #cm_header .contact_links .links01 a {
    position: relative;
  }
  #cm_header .contact_links .links01 a:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #508f56;
    transition: all 0.35s ease-in;
  }
  #cm_header .contact_links .links01 a:hover:after {
    width: 100%;
  }
  #cm_header nav a {
    position: relative;
  }
  #cm_header nav a:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #508f56;
    transition: all 0.35s ease-in;
  }
  #cm_header nav a:hover:after {
    width: 80%;
  }

  #cm_footer .gnav a {
    position: relative;
  }
  #cm_footer .gnav a:after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.35s ease-in;
  }
  #cm_footer .gnav a:hover:after {
    width: 100%;
  }

  .cm_button a:hover {
    background: #333;
  }
}
@media screen and (max-width: 959px) {
  #page_up {
  bottom: 6%!important;
  }


  .cm_tt {
    font-size: 3vw;
  }

  .cm_button a {
    width: 250px;
    height: 50px;
    font-size: 16px;
  }

  .dis_tb960 {
    display: block;
  }

  /*---------------------HEADER---------------------*/
  #cm_header {
    padding: 0;
    position: relative;
  }
  #cm_header .container {
    padding: 0;
  }
  #cm_header .logo {
    padding-left: 2%;
    width: 60%;
  }
  #cm_header .contact_links {
    margin-bottom: 0;
  }
  #cm_header .contact_links .links01 {
    display: none;
  }
  #cm_header .contact_links .numberphone {
    font-size: 0;
    height: 60px;
    width: 60px;
    background-position: center center;
    display: block;
  }
  #cm_header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -ms-transition: all ease-in 0.25s;
    z-index: 9999;
  }
  #cm_header nav.opened {
    opacity: 1;
    visibility: visible;
  }
  #cm_header nav ul {
    margin-right: 0;
    display: block;
  }
  #cm_header nav a {
    color: #fff;
    border-bottom: 1px solid #fff;
    background: #508f56;
    padding: 15px;
  }

  .open-button {
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    background: #508f56;
    z-index: 99999;
  }
  .open-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  .open-button span:nth-child(1) {
    top: 15px;
    transform-origin: left center;
  }
  .open-button span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left center;
  }
  .open-button span:nth-child(3) {
    bottom: 15px;
    transform-origin: left center;
  }
  .open-button.opened span {
    width: 40px;
    left: 10px;
  }
  .open-button.opened span:nth-child(1) {
    transform: rotate(45deg);
  }
  .open-button.opened span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .open-button.opened span:nth-child(3) {
    transform: rotate(-45deg);
  }

  /*---------------------FOOTER---------------------*/
  #cm_footer .area_logo_contact {
    display: block;
    text-align: center;
    padding: 40px 10px;
  }
  #cm_footer .area_logo_contact .logo {
    margin: auto;
    width: 70%;
    margin-bottom: 20px;
  }
  #cm_footer .area_logo_contact .address {
    margin-bottom: 20px;
  }
  #cm_footer .area_logo_contact .f_button {
    margin: auto;
    width: 70%;
  }
  #cm_footer .area_logo_contact .tel_fax {
    font-size: 16px;
  }
  #cm_footer .gnav {
    padding: 0;
  }
  #cm_footer .gnav .container {
    padding: 0;
  }
  #cm_footer .gnav ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  #cm_footer .gnav ul li:nth-child(2n+2) {
    border-left: 1px solid #fff;
  }
  #cm_footer .gnav ul li a {
    display: block;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .dis_pc {
    display: none;
  }

  .dis_sp {
    display: block;
  }

  #wrapper, .container, #s_header {
    width: 100% !important;
    min-width: inherit !important;
  }
}
@media screen and (max-width: 639px) {
  .dis_pc640 {
    display: none;
  }

  .dis_sp640 {
    display: block;
  }

  .cm_tt {
    font-size: 5.5vw;
  }

  #cm_footer .gnav ul li a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 345px) {
  #cm_footer .area_logo_contact .tel_fax, #cm_footer .area_logo_contact .address {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}


.txt_indent{
text-indent: -1rem;
margin-left: 1rem;
}