@charset "UTF-8";
@media (min-width:1200px) {
  #main_image {
    width: 100%;
    height: 470px;
    background-color: #e8ddd1;
    position: relative;
  }
  #main_image .main_img_wrap {
    width: 1200px;
    height: 470px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../img/johou_img.avif");
    position: relative;
  }
  #main_image .main_img_wrap .title {
    width: 424px;
    height: 141px;
    background-image: url("../img/johou_title_img.avif");
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  #main_wrap {
    width: 1200px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
  #main_wrap h3 {
		font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-top-width: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_wrap h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    text-decoration: underline;
    font-weight: normal;
    text-underline-offset: 3px;
  }
  #main_wrap .info {
    width: 100%;
    margin-bottom: 10px;
  }
  #main_wrap .info p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 38px;
  }
  #main_wrap .info .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    line-height: 48px;
  }
  #main_wrap .info img {
    text-align: center;
  }
  #main_wrap .topmenu {
    width: 100%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		font-family: "Noto Sans JP", sans-serif;
  }
  #main_wrap .topmenu .menulist {
    width: 840px;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
  }
  .topmenu .menulist a {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #f4810b;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  #main_wrap .topmenu .menuimg {
    width: 360px;
    display: flex;
    align-items: center;
  }
  .topmenu .menuimg img {
    width: 360px;
    height: 240px;
  }
  #main_wrap .caution {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #ff0000;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  #main_wrap .info_image {
    width: 800px;
    height: 300px;
    border: 2px solid #fe6e02;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #main_wrap .info_image .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    background-color: #fe6e02;
    padding: 10px;
    color: #ffffff;
    display: inline-block;
    -webkit-box-shadow: 3px 3px #aaaaaa;
    box-shadow: 3px 3px #aaaaaa;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  #main_wrap .info_image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #main_wrap .info_image .caption {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
  }
#main_wrap .info_image2 {
width: 100%;
text-align: center;
margin-bottom: 30px;
margin-top: 20px;
}
#main_wrap .info_image2 img {
}
  #main_wrap .link_btn_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #main_wrap .link_btn_area .link_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    margin-right: 10px;
    border: 1px solid #f4810b;
    color: #f4810b;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 18px;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    transition: 0.5s;
  }
  #main_wrap .link_btn_area .link_btn:hover {
    color: #ffffff;
    background-color: #f4810b;
  }
  #main_wrap .ex_box {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 15px;
  }
  #main_wrap .ex_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  #main_wrap .ex_box ul {
    margin: 0;
    padding-bottom: 5px;
  }
  #main_wrap .ex_box ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #main_wrap .caution {
    width: auto;
  }
  #main_wrap .caution p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #ff0000;
  }
  #main_wrap .info2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  #main_wrap .info2 .info2_wrap {
    width: 480px;
    margin-right: 50px;
  }
  .info2 .info2_wrap .info2_midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .info2 .info2_wrap .info2_ex {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .info2_wrap .info2_ex p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
  }
  .info2 .info2_wrap .info2_link_btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .info2_wrap .info2_link_btn .lnk_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    margin-right: 10px;
    border: 1px solid #f4810b;
    color: #f4810b;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 21px;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    transition: 0.5s;
  }
  .info2_wrap .info2_link_btn .lnk_btn:hover {
    color: #ffffff;
    background-color: #f4810b;
  }
}
@media (max-width:1199px) and (min-width:451px) {
#search_bar {
display: none !important;
}
  #main_image {
    width: 100%;
    height: 300px;
    background-color: #e8ddd1;
    position: relative;
  }
  #main_image .main_img_wrap {
width: 100%;
height: 300px;
margin-right: auto;
margin-left: auto;
background-image: url("../img/johou_img.avif");
position: relative;
background-position: 50% 50%;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: 80% auto;
  }
  #main_image .main_img_wrap .title {
    width: 424px;
    height: 100px;
    background-image: url("../img/johou_title_img.avif");
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  #main_wrap {
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main_wrap h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-top-width: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_wrap h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    text-underline-offset: 3px;
  }
  #main_wrap .info {
    width: 100%;
    margin-bottom: 30px;
  }
  #main_wrap .info p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
  }
  #main_wrap .info .midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
  }
  #main_wrap .info img {
    text-align: center;
  }
  #main_wrap .topmenu {
    width: 100%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_wrap .topmenu .menulist {
    width: 70%;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .topmenu .menulist a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    color: #f4810b;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #main_wrap .topmenu .menuimg {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .topmenu .menuimg img {
    width: 100%;
  }
  #main_wrap .caution {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #ff0000;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  #main_wrap .info_image {
    width: 80%;
    border: 2px solid #fe6e02;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    display: block;
  }
  #main_wrap .info_image .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    background-color: #fe6e02;
    padding: 10px;
    color: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_wrap .info_image img {
    z-index: -1;
    width: 100%;
    display: block;
  }
  #main_wrap .info_image .caption {
width: 100%;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 16px;
position: relative;
  }
#main_wrap .info_image2 {
width: 100%;
text-align: center;
}
#main_wrap .info_image2 img {
width: 80%;
margin-bottom: 30px;
}
  #main_wrap .link_btn_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_wrap .link_btn_area .link_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    margin-right: 10px;
    border: 1px solid #f4810b;
    color: #f4810b;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 18px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    transition: 0.5s;
  }
  #main_wrap .link_btn_area .link_btn:hover {
    color: #ffffff;
    background-color: #f4810b;
  }
  #main_wrap .ex_box {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 15px;
  }
  #main_wrap .ex_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  #main_wrap .ex_box ul {
    margin: 0;
    padding-bottom: 5px;
  }
  #main_wrap .ex_box ul li {
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
margin-bottom: 10px;
  }
  #main_wrap .caution {
    width: auto;
  }
  #main_wrap .caution p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #ff0000;
  }
  #main_wrap .info2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  #main_wrap .info2 .info2_wrap {
    width: 480px;
    margin-right: 50px;
  }
  .info2 .info2_wrap .info2_midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .info2 .info2_wrap .info2_ex {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .info2_wrap .info2_ex p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
  }
  .info2 .info2_wrap .info2_link_btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .info2_wrap .info2_link_btn .lnk_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    margin-right: 10px;
    border: 1px solid #f4810b;
    color: #f4810b;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 21px;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    transition: 0.5s;
  }
  .info2_wrap .info2_link_btn .lnk_btn:hover {
    color: #ffffff;
    background-color: #f4810b;
  }
}
@media (max-width:450px) {
#search_bar {
display: none !important;
}
  #main_image {
width: 100%;
height: 260px;
background-color: #e8ddd1;
position: relative;
  }
  #main_image .main_img_wrap {
width: 100%;
height: 260px;
margin-right: auto;
margin-left: auto;
background-image: url("../img/johou_img.avif");
position: relative;
background-position: 50% 50%;
background-repeat: no-repeat;
background-position: 50% -5px;
background-size: auto 160%;
  }
  #main_image .main_img_wrap .title {
width: 250px;
height: 70px;
background-image: url("../img/johou_title_img.avif");
position: absolute;
left: 20px;
bottom: 20px;
background-repeat: no-repeat;
background-size: auto 100%;
  }
  #main_wrap {
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main_wrap h3 {
font-family: "Noto Sans JP", sans-serif;
font-size: 18px;
line-height: 28px;
font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;
border-bottom-color: #000000;
border-top-color: #000000;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-width: 2px;
border-top-width: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 60px;
  }
  #main_wrap h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    text-underline-offset: 3px;
  }
  #main_wrap .info {
    width: 100%;
    margin-bottom: 30px;
  }
  #main_wrap .info p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
  }
  #main_wrap .info .midashi {
font-family: "Noto Sans JP", sans-serif;
font-size: 16px;
line-height: 32px;
  }
  #main_wrap .info img {
    text-align: center;
  }
  #main_wrap .topmenu {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  }
  #main_wrap .topmenu .menulist {
width: 100%;
display: flex;
flex-flow: column wrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 30px;
  }
  .topmenu .menulist a {
display: block;
font-size: 16px;
line-height: 16px;
margin-bottom: 18px;
color: #f4810b;
text-decoration: underline;
text-underline-offset: 3px;
  }
  #main_wrap .caution {
font-family: "Noto Sans JP", sans-serif;
font-size: 12px;
color: #ff0000;
margin-top: 20px;
padding: 0px;
margin-bottom: 40px;
  }
#main_wrap .caution p {
padding: 0px;
margin: 0px;
}
  #main_wrap .topmenu .menuimg {
width: 30%;
display: none;
align-items: center;
  }
  .topmenu .menuimg img {
    width: 100%;
  }
  #main_wrap .info_image {
width: 80%;
border: 2px solid #fe6e02;
margin-right: auto;
margin-left: auto;
position: relative;
margin-top: 30px;
margin-bottom: 40px;
display: flex;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
flex-flow: column wrap;
  }
  #main_wrap .info_image .title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    background-color: #fe6e02;
    padding: 10px;
    color: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_wrap .info_image img {
    z-index: -1;
    width: 100%;
    display: block;
  }
  #main_wrap .info_image .caption {
width: 100%;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 12px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 5px;
box-sizing: border-box;
  }
#main_wrap .info_image2 {
width: 100%;
margin-bottom: 20px;
}
#main_wrap .info_image2 img {
width: 100%;
}
#main_wrap .link_btn_area {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  }
  #main_wrap .link_btn_area .link_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #f4810b;
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  background-color: #f4810b;
  transition: 0.5s;
  width: auto;
  min-width: 48%;
  }
  #main_wrap .link_btn_area .link_btn:hover {
  color: #f4810b;
  background-color: #ffffff;
  }
  #main_wrap .ex_box {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 15px;
  }
  #main_wrap .ex_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  #main_wrap .ex_box ul {
margin: 0;
padding-bottom: 5px;
padding-left: 20px;
  }
  #main_wrap .ex_box ul li {
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
margin-bottom: 10px;
  }
  #main_wrap .caution {
    width: auto;
  }
  #main_wrap .caution p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #ff0000;
  }
  #main_wrap .info2 {
width: 100%;
display: flex;
flex-flow: column wrap;
  }
  #main_wrap .info2 .info2_wrap {
width: 100%;
margin-top: 30px;
  }
  .info2 .info2_wrap .info2_midashi {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .info2 .info2_wrap .info2_ex {
    border: 2px solid #f4810b;
    border-radius: 10px;
    background-color: #fff6e9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .info2_wrap .info2_ex p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 32px;
  }
  .info2 .info2_wrap .info2_link_btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .info2_wrap .info2_link_btn .lnk_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #f4810b;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background-color: #f4810b;
    transition: 0.5s;
    width: auto;
    min-width: 48%;
  }
  .info2_wrap .info2_link_btn .lnk_btn:hover {
    color: #f4810b;
    background-color: #ffffff;
  }
}
