@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	edit_btn
---------------------------------------------------------------------*/
#edit_btn {
  background: rgb(0 0 0 / 70%);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
#edit_btn #edit_btn_inner {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#edit_btn a {
  color: #333;
  font-size: 13px;
  border-radius: 4px;
  display: block;
  font-weight: bold;
  padding: 3px 15px 4px;
  text-decoration: none;
  background: #fff;
  transition: .3s;
}
#edit_btn a:hover {
  opacity: .6;
}

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
/*--------- template -----------*/
.fll_img { margin-bottom: 15px; }
.flr_img { margin-bottom: 15px; }

.sp_flr_img {
    float: right;
    margin: 0 0 0 20px;
}
.sp_fll_img {
    float: left;
    margin: 0 20px 0 0;
}

.fll_img img,
.fll_img img {
  max-width: 100%;
  height: auto;
  
}

.fl_over {
  overflow: hidden;
}

@media print, screen and (min-width: 767px) {
  .fll_img {
    float: left;
    max-width: 45%;
    margin: 0 40px 0 0;
  }
  .flr_img {
    float: right;
    max-width: 45%;
    margin: 0 0 0 40px;
  }
}
.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0;
}
.list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img {
  width: 100%;
  height: auto;
}

.list_2column .width_auto,
.list_3column .width_auto {
	width: auto;
}

/* list_2column */
.list_2column {}
.list_2column .item + .item {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .list_2column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_2column .item {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .list_2column .item + .item { margin-top: 0; }
  .list_2column .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* list_3column */
.list_3column {}
.list_3column .item + .item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .list_3column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_3column .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_3column .item + .item { margin-top: 0; }
  .list_3column .item:nth-child(3n) {
    margin-right: 0;
  }
}

/* list_4column */
.list_4column {
  display: flex;
  flex-wrap: wrap;
}
.list_4column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_4column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_4column .item,
  .list_4column .item:nth-child(2n){
    width: 23.33%;
    margin: 0 2.08% 2.08% 0;
  }
  .list_4column .item:nth-child(4n) {
    margin-right: 0;
  }
}

/* list_5column */
.list_5column {
  display: flex;
  flex-wrap: wrap;
}
.list_5column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_5column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_5column .item,
  .list_5column .item:nth-child(2n){
    width: 18%;
  }
  
  .list_5column .item:nth-child(2n){
    margin-right: 2.5%;;
  }
  
  .list_5column .item:nth-child(5n) {
    margin-right: 0;
  }
}


/*--------- 404 -----------*/
.bl_404 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl_404 .detail {}
.bl_404 .lead {
  color: #5B3000;
  font-size: 2rem;
  margin-bottom: 20px;
}
.bl_404 .thumb {}

.search_form {
  border: 1px solid #777777;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 400px;
}
.search_form .search_window {
  width: 100%;
  background: #fff url("../image/icon/icon_search.svg") no-repeat 15px center;
  border: none;
  border-radius: 0;
  padding: 10px 10px 10px 40px;
  flex: 1;
  transform: none;
}
.search_form .serch_button {
  color: #fff;
  background: #777777;
  text-align: center;
  padding: 15px 10px;
  border: none;
  border-radius: 0;
  width: 20%;
  max-width: 108px;
}

@media print, screen and (min-width: 768px) {
  .bl_404 .lead { font-size: 3rem; }
}

@media print, screen and (min-width: 1024px) {
  .bl_404 {
    gap: 20px;
    flex-direction: row;
  }
  .bl_404 .detail {
    width: 60%;
    max-width: 730px;
  }
  .bl_404 .thumb { flex: 1; }
  
  .bl_404 .lead {
    font-weight: 500;
    font-size: 3.8rem;
  }
}

/*--------- search -----------*/
.list_search {}
.list_search .item {
  background: #F6F4F0;
  padding: 15px;
  margin-bottom: 15px;
}
.list_search .ttl {
    font-size: 1.6rem;
    font-weight: 500;
}
.list_search .ttl a {
  display: block;
  border-bottom: 1px solid #90141d;
  padding-bottom: 10px;
  background: url("../image/icon/play.svg") no-repeat right 9px/5px;
}
.list_search .url {
    margin: 10px 0;
    font-size: 1.3rem;
    color: #795548;
}

.list_search .text {}

/*--------- sitemap -----------*/
.ly_sitemap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 40px;
}
.list_sitemap {
  border-top: 1px dotted #6D6D6D;
}
.list_sitemap h2 {
  font-weight: normal;
  font-size: 2rem;
}
.list_sitemap h2 a {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #6D6D6D;
  position: relative;
}
.list_sitemap h2 a::before {
  content: "-";
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .ly_sitemap {
    flex-direction: row;
    gap: 60px;
    align-items: center;
  }
  .list_sitemap {
    width: 50%;
    max-width: 580px;
  }
  .ly_sitemap .thumb { flex: 1; }
}
@media print, screen and (min-width: 1024px) {
  .list_sitemap h2 { font-size: 2.6rem; }
  .list_sitemap h2 a {
    padding: 18px 30px;
  }
  .list_sitemap h2 a:hover { color: #5B3000; }
}

/*--------- contact -----------*/
.mail_form {
  max-width: 1100px;
  margin: 20px auto 0;
}
.form_note {
  background: url(../image/deco_line.png) no-repeat center bottom / auto 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.form_note .lead {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.mail_form form {
  border-top: 1px solid #ccc;
}
.mail_form dl {
  display: flex;
  flex-direction: column;
  gap:  5px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.mail_form dl dt {}
.mail_form dl dt.icon_required { position: relative; }
.mail_form dl dt.icon_required::after {
  content: "必須";
  margin-left: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #A61722;
  border: 1px solid #A61722;
  line-height: 1;
  padding: 0 4px;
  background: #fff;
  border-radius: 2px;
}
.mail_form dl dd {}

.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form textarea {
  background: #F7F3E8;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
  border: none;
  transform: none;
}
.mail_form input[type="text"]:focus,
.mail_form input[type="email"]:focus,
.mail_form textarea:focus {
  outline: 1px solid #5B3000;
}

.mail_form .confirm {
  background: #FAEDEB;
  padding: 6px 12px;
  border-radius: 3px;
}

.mail_form .btm_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.mail_form .submit_button {
  border: 1px solid #BFBFBF;
  background: #fff url(../image/icon/arrow_02_red.svg) no-repeat right 10px center;
  font-size: 1.6rem;
  max-width: 260px;
  width: 50%;
  padding: 12px 18px;
  border-radius: 0;
}
.mail_form .reset_button {
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 7px 16px;
    background: #ccc;
}
.form_message {
    color: #A61722;
    padding: 20px;
    background: #FAEDEB;
    margin: 20px 0 40px;
}
.form_message ul {
    list-style: disc outside;
    margin-left: 20px;
}
.mail_form .error {
  display: block;
  margin-top: 5px;
  color: #A61722;
}

.bg_box_01 {
    background: #F7F3E8;
    padding: 20px;
    margin: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .form_note {
    background-size: auto 40px;
    padding-bottom: 80px;
    margin: 60px 0 30px;
  }
  .form_note .lead {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .form_note .lead br {
    display: none;
  }
  
  .mail_form dl {
    flex-direction: row;
    padding: 20px 0;
  }
  .mail_form dt {
    width: 250px;
    padding-top: 11px;
  }
  .mail_form dl dt.icon_required {
    padding-right: 50px;
  }
  .mail_form dl dt.icon_required::after {
    position: absolute;
    right: 10px;
    top: 19px;
    padding: 3px 6px;
  }
  .mail_form dd { flex: 1; }
  .mail_form input[type="text"],
  .mail_form input[type="email"],
  .mail_form textarea {
    padding: 20px 20px;
  }
  .mail_form .confirm {
    padding: 20px;
  }
  .mail_form .btm_text {
    margin-top: 45px;
  }
  .mail_form .submit_button {
    padding: 17px 30px;
    background-position: right 15px center;
    cursor: pointer;
  }
  
  
}
@media print, screen and (min-width: 1024px) {
}