body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #643238;
  color: #fff;
	text-align: left;
}
a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}
a:link {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*

#breadcrumb
________________________*/
#breadcrumb {
  display: block;
  padding: 11px 0;
  margin-bottom: 52px;
  text-align: left;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
}
#breadcrumb ul li:before {
  content: " / ";
}
#breadcrumb ul li:first-child:before {
  content: none;
}
#breadcrumb ul li, #breadcrumb ul li a {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: .8rem;
  color: #000;
}
/*

/*

mv_box
_______________________*/
.mv_box {
  width: 100%;
  position: relative;
}
.mv_img {
  position: relative;
}
.mv_img img {
  width: 100%;
  height: 685px;
  object-fit: cover;
}
.mv_height {
  height: 685px;
  display: flex;
}
/*

header_nav

________________________*/
header {
  padding: 30px 4% 10px;
  position: relative;
  top: 0;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  z-index: 100;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 img {
  width: 163px;
  height: auto;
}
header .header_contact {
  font-size: .83rem;
  text-align: left;
  margin-left: 4em;
}
header .header_contact h3 {
  font-size: .83rem;
}
header .header_contact .phone {
  font-size: 2rem;
  font-family: 'Alex Brush', cursive;
}
header a {
  text-decoration: none;
  color: #fff;
}
header nav {
  margin: 0 0 0 auto;
}
header ul {
  list-style: none;
  margin: 0;
  display: flex;
}
header li {
  margin: 0 0 0 1.5em;
  font-size: 1.8rem;
  font-family: 'Alex Brush', cursive;
}
.sp-nav {
  display: none;
}
@media screen and (max-width: 960px) {
  header h1 img {
    width: 80px;
    height: auto;
  }
  header .pc-nav, header .header_contact {
    display: none;
  }
  header .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transform: translateY(-100%);
    transition: all .2s ease-in-out;
  }
  header #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
  }
  header #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  header #hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  header #hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  /*スマホメニュー*/
  header .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header .sp-nav li {
    margin: 0;
    padding: 0;
  }
  header .sp-nav li span {
    font-size: 15px;
    color: #fff;
  }
  header .sp-nav li a, .sp-nav li span {
    display: block;
    padding: 20px 0;
  }
  /*-閉じるアイコンー*/
  header .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }
  header .sp-nav .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  header .sp-nav .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  header .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  /*____________________________________*/
}


#cont{
	z-index: 3;
	position: relative;
}

.top_cont_box{
	margin:10em 0;
}



table {
  background: #ebfff0;
}
table thead {
  background: #66b37a;
  color: #fff;
}
table tbody td, table tbody th, table thead th {
  border: 2px solid #fff;
  text-align: center !important;
}
table tbody tr:nth-child(even) {
  background: #f7fff9 !important;
}


/*

flex
_____________________________*/
.flex_parent {
  display: flex;
}
.flex_child-box {
  margin-right: auto;
}
/*

button
_____________________________*/
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid #909090;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #2b2b2b;
  padding: 18px 24px;
  position: relative;
  border-radius: 0;
}
.button_w {
  padding: 18px 80px;
}
a.button {
  color: #2b2b2b;
  text-decoration: none;
}
a.button:hover {
  background-color: #fff;
  color: #2b2b2b;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.button.large {
  padding: 15px 15px !important;
}
.button.large {
  font-size: 1rem;
}
.button:focus, .button:hover {
  background-color: #fff;
  color: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
/*

button_rev
_____________________________*/
.button_rev {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  border: 1px solid #fff;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  min-width: 222px;
  position: relative;
}
a.button_rev {
  color: #fff;
  text-decoration: none;
}
a.button_rev .fas {
  position: absolute;
  top: 31%;
  right: 5px;
}
.icon::before {
  font-weight: 900;
}
a.button_rev:hover {
  background-color: #2ba6cb;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
/*

contact form

*/
label {
  display: block;
}
label.label_inline {
  display: inline-block;
  font-weight: normal;
  border-left: none;
}
.required {
  font-size: 0.76rem;
  background: #1f8836;
  color: #fff;
  padding: 2px 12px;
  border-radius: 10px;
  margin: 4px 5px;
  display: inline-block;
  letter-spacing: 1px;
}
.screen-reader-response {
  display: none;
}
.wpcf7-validation-errors {
  color: #DF2124;
  border: 1px solid #DF2124;
  font-size: 1rem;
  padding: .5rem;
  margin-bottom: .5rem;
  text-align: center;
}
.wpcf7-mail-sent-ok {
  color: #32d296;
  border: 1px solid #32d296;
  font-size: 1rem;
  padding: .5rem;
  margin-bottom: .5rem;
  text-align: center;
}
input.wpcf7-not-valid {
  border: 1px solid #DF2124;
}
/*

.breadcrumbs

__________________*/
ul.breadcrumbs li {
  font-size: 0.75rem;
}
ul.breadcrumbs svg {
  display: none;
}


/* ----------------------------------------------
 contents_footer
 ---------------------------------------------- */
footer {
  border-top: 1px solid #ccc;
	color:#fff;
	text-align: center;
}

/* ----------------------------------------------
 pagetop
 ---------------------------------------------- */
.pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -50px;
}
.form_btn_bg {
  background: #f3fcf3;
  text-align: center;
  padding: 2rem;
}
a.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 40px;
  margin-left: 20px;
  background-color: #4D85B0;
  color: #FFFFFF;
  text-decoration: none;
}
a.contact_btn::before {
  display: block;
  min-width: 14px;
  height: 14px;
  margin-right: 7px;
  background: url("../img/common/ico_contact.png") no-repeat;
  content: "";
}
/*

page_header

_______________________*/
.page_header {
  background: #f3fcf3;
}
.page_header_in {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  text-align: left;
  min-height: 120px;
  background-image: url("../img/top/mv_sp.png");
  display: flex;
  align-items: center;
}
.page_header_in h2 {
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  letter-spacing: 4px;
  color: #1f8836;
}
.page_header_in p {
  color: #333;
  margin-bottom: 0;
}
.page_header_img {
  width: 17.425%;
  height: 170px;
}
.off-canvas .top_tel {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
}
.off-canvas .top_tel a {
  color: #333;
}
@media all and (min-width: 300px) and (max-width: 767px) {
	
	header {
    padding: 10px 4%;
	}
	.top_cont_box {
    margin: 2em 0;
}
	.top_cont h3 {
    font-size: 2rem;
	}
  #cont p {
    font-size: .83rem;
  }

  .flex_parent {
    display: block;
  }
  .flex_child-box {
    margin-right: inherit;
    width: 100%;
  }
  .tCsp {
    text-align: center;
  }
	#aniimated-thumbnials a {
    width: 49.9%;
}
}
/*media end */
}