@charset "UTF-8";

/* ヘッダー・フッター用css */

/* -----------------------------------------------

	 共通css

----------------------------------------------- */
body {
  color: #372222;
  font-weight: 500;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  margin: 0 auto;
}
a {
  color: #372222;
  transition: 0.3s ease;
  text-decoration: none;
}
a img {
  transition: 0.3s ease;
}
a:hover {
  color: initial;
  transition: 0.3s ease;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s ease;
}

.sp {
  display: none;
}
.tb {
  display: none;
}
.sp_only {
  display: none;
}
.pc {
  display: block;
}
.pc_only {
  display: block;
}
.sp_only_none {
  display: block;
}

.center {
  text-align: center;
}


@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .tb {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .sp_only_none {
    display: none;
  }
  .sp_only {
    display: block;
  }
}


/* flex
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexwrapjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexwrapjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexcolac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexcoljc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexcolacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexjs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flexacjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexacjar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexwrapacjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexwrapac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexwrapacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align_bl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align_ce {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_align_height {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  -ms-flex-item-align: stretch;
	align-self: stretch;
}






@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}




/* -----------------------------------------------

	 header

----------------------------------------------- */
header .h_info {
  background-color: #4B2E2E;
  padding: 12px 0;
  width: 100%;
}
header .h_info p {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
header .header_inner {
  padding: 20px 0;
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
}
header .h_logo h1 {
  font-size: 20px;
  margin-left: 20px;
}
header .h_logo h1 span {
  font-size: 16px;
  margin-left: 10px;
}
header .h_menu_area .h_menu {
  gap: 0 10px;
  margin-right: 30px;
  border-right: 1px solid #A6A09B;
  padding-right: 30px;
}
header .h_menu_area .h_menu li {
  text-align: center;
}
header .h_menu_area .h_menu li a {
  font-size: 15px;
  display: block;
  padding: 5px 20px 5px;
  line-height: 1.3;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .h_menu_area .h_menu li a span {
  font-size: 11px;
}
header .h_menu_area .h_menu li a:hover {
  border-bottom: 2px solid #372222;
}
header .h_menu_area .h_icon {
  gap: 0 15px;
}


/* ドロワー */
.ec-headerNavSP {
  color: #fff;
  width: 38px;
  height: 38px;
  background-color: #4B2E2E;
  top: 5px;
}
.ec-drawerRole {
  background: #372222;
}
.ec-drawerRole .ec-headerLinkArea {
  background: #372222;
}
.ec-drawerRoleClose {
  color: #fff;
  width: 38px;
  height: 38px;
  background-color: #4B2E2E;
  top: 5px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #372222;
}



@media only screen and (max-width: 1024px) {
  header .header_inner {
    padding: 15px 0;
  }
  header .h_logo h1 span {
    font-size: 15px;
    margin-left: 0;
  }
  header .h_menu_area .h_menu {
    margin-right: 20px;
    padding-right: 20px;
  }
  header .h_menu_area .h_menu li a {
    font-size: 14px;
    padding: 5px 10px 5px;
  }
  header .h_menu_area .h_icon {
    gap: 0 10px;
  }
  header .h_menu_area .h_icon img {
    width: 30px;
  }
}

@media only screen and (max-width: 768px) {
  header .h_logo img {
    width: 70px;
  }
  header .h_logo h1 {
    font-size: 18px;
    margin: 0 0 0 15px;
  }
  header .h_menu_area .h_menu {
    display: none;
  }

}

@media only screen and (max-width: 479px) {
  header .header_inner {
    padding: 12px 0;
  }
  header .h_logo img {
    width: 60px;
  }
  header .h_logo h1 {
    font-size: 16px;
  }
  header .h_logo h1 span {
    font-size: 13px;
  }
}











/* -----------------------------------------------

	 footer

----------------------------------------------- */
footer .container {
  max-width: 1320px;
  width: 95%;
}
footer .ec-footerRole {
  background-color: #D9D5BA;
  padding: 100px 0;
  border-top: none;
  color: #372222;
}
#page_homepage footer .ec-footerRole {
  margin-top: 0;
}
footer .ec-footerRole p {
  font-size: 14px;
}
footer .ec-footerRole a {
  display: block;
  color: #372222;
}
footer .ec-footerRole .f_address_area {
  width: 45%;
}
footer .ec-footerRole .f_address_area .f_name {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .ec-footerRole .f_address_area .f_name span {
  font-size: 22px;
  color: #888888;
  margin-left: 10px;
}
footer .ec-footerRole .f_address_area .tel {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;
}
footer .ec-footerRole .f_address_area .fax {
  margin-bottom: 25px;
}
footer .ec-footerRole .f_address_area .fax a {
  font-size: 13px;
  border: 1px solid #372222;
  padding: 5px 10px;
  font-weight: 700;
  margin-left: 10px;
}
footer .ec-footerRole .f_address_area .fax a img {
  margin-left: 5px;
}
footer .ec-footerRole .f_address_area .fax a:hover {
  background-color: #fff;
}
footer .ec-footerRole .f_menu_area {
  width: 50%;
  text-align: right;
}
footer .ec-footerRole .f_menu_area ul {
  gap: 10px 30px;
  justify-content: right;
  margin-bottom: 20px;
}
footer .ec-footerRole .f_menu_area ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
footer .ec-footerRole .f_menu_area ul li a:hover {
  text-decoration: underline;
}
footer .ec-footerRole .f_menu_area .f_sns {
  margin-top: 80px;
}
footer .ec-footerRole .f_menu_area .copyright p {
  font-size: 12px;
}


@media only screen and (max-width: 1280px) {
  footer .ec-footerRole .f_address_area .f_name {
    font-size: 25px;
  }
  footer .ec-footerRole .f_address_area .f_name span {
    font-size: 18px;
  }
  footer .ec-footerRole .f_menu_area {
    width: 54%;
  }
  footer .ec-footerRole .f_menu_area ul {
    gap: 15px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .ec-footerRole {
    padding: 60px 0;
  }
  footer .ec-footerRole p {
    font-size: 13px;
  }
  footer .footer_wrap {
    -webkit-box-align: end;
  	-ms-flex-align: end;
  	align-items: flex-end;
  }
  footer .ec-footerRole .f_address_area .f_name {
    font-size: 22px;
    margin-bottom: 20px;
  }
  footer .ec-footerRole .f_address_area .f_name span {
    font-size: 16px;
  }
  footer .ec-footerRole .f_address_area .tel {
    font-size: 17px;
  }
  footer .ec-footerRole .f_address_area .fax a {
    font-size: 12px;
  }
  footer .ec-footerRole .f_address_area .fax a img {
    width: 16px;
  }
  footer .ec-footerRole .f_menu_area ul li a {
    font-size: 12px;
  }
  footer .ec-footerRole .f_menu_area .f_sns {
    margin-top: 50px;
  }
  footer .ec-footerRole .f_menu_area .copyright p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  footer .ec-footerRole {
    padding: 50px 0 20px;
  }
  footer .ec-footerRole .f_address_area {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  footer .ec-footerRole .f_address_area .tel_area {
    display: inline-block;
    text-align: left;
  }
  footer .ec-footerRole .f_address_area .uketsuke {
    line-height: 1.8;
  }
  footer .ec-footerRole .f_menu_area {
    width: 100%;
    text-align: center;
  }
  footer .ec-footerRole .f_menu_area ul {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
    margin-bottom: 15px;
  }
  footer .ec-footerRole .f_menu_area .f_sns {
    margin-top: 0;
  }
  footer .ec-footerRole .f_menu_area .copyright {
    margin-top: 30px;
  }
  footer .ec-footerRole .f_menu_area .copyright p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 479px) {
  footer .ec-footerRole {
    padding: 40px 0 10px;
  }
  footer .ec-footerRole .f_address_area .f_name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer .ec-footerRole .f_address_area .f_name span {
    font-size: 15px;
  }
  footer .ec-footerRole .f_address_area .fax {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  footer .ec-footerRole .f_address_area .fax a {
    margin-left: 0;
    margin-top: 5px;
  }
  footer .ec-footerRole .f_menu_area ul {
    gap: 15px 0;
  }
  footer .ec-footerRole .f_menu_area ul li {
    width: 50%;
  }
}
