@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: sans-serif;
}

header {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  position: relative;
}

.red {
  color: red;
}

.purple {
  color: #cb5695;
}

.del {
  text-decoration: line-through;
  color: #000;
}

.weight {
  font-weight: bold;
}

#menu_bar {
  width: 100%;
  text-align: center;
  margin: 16px auto 4px auto;
}

#menu_bar #menu_bar_line {
  display: flex;
  justify-content: space-around;
}

#menu_bar li {
  margin-right: 0px;
}

#menu_bar li:nth-of-type(10) {
  margin: 0;
}

#menu_bar a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
}

#menu_bar a:hover {
  color: #11c66f;
}

.under_menu {
  display: none;
  position: absolute;
  z-index: 10;
  margin-top: -3px;
}

#menu_bar_line li .under_menu li {
  background: white;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 10px;
}

#menu_bar_line li:nth-of-type(9) .under_menu li {
  margin: 0 0 0 -20px !important;
  width: 145px;
}

#menu_bar_line li:nth-of-type(10) .under_menu li {
  margin: 0 0 0 -20px;
  width: 145px;
}

.heading_profile1, .heading_works1, .heading_booklish1, .heading_exhibition1, .heading_event1, .heading_goods1, .heading_contact1, .heading_complete1 {
  position: relative;
}

.imamorimitsuhikoworld {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ccc;
}

.pc_bar i {
  color: #00a7e6;
}

/*.pc_bar a {
  font-size: 1.8rem !important;
}*/

.pc_bar:hover .under_menu {
  display: block;
}

.under_menu a {
  font-size: 1.6rem !important;
}

#home_top {
  max-width: 1200px;
  margin: 0 auto;
}

.top_a, .top_b, .top_c {
  position: relative;
}

.top_a p, .top_b p, .top_c p {
  position: absolute;
  color: #fff;
  z-index: 10;
}

.top_a p:nth-of-type(1) {
  font-size: 3.5rem;
  bottom: 0;
  margin: 0 0 0 15px;
  font-family: ヒラギノ角ゴ Pro W3;
}

.top_b p:nth-of-type(1) {
  font-size: 3.5rem;
  top: 0;
  margin: 0 0 0 15px;
  font-style: oblique;
  font-family: 游明朝;
}

.top_a p:nth-of-type(2), .top_b p:nth-of-type(2), .top_c p {
  font-size: 1.2rem;
  bottom: 0;
  right: 0;
  margin: 0 10px 0 0;
}

#home_top span {
  font-size: 1.4rem;
}

#home_top img {
  height: calc(100vh / 3.5);
  min-height: 182px;
  object-fit: cover;
  filter: saturate(74%);
  background: white;
}

#home_top .owl-theme .owl-dots .owl-dot {
  display: none;
}

.profile_main {
  max-width: 960px;
  margin: 0 auto;
}

#profile_title .heading_profile1 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 3.5rem;
  border-bottom: 1px solid;
}

.profile_img, .profile_text {
  text-align: center;
}

.profile img {
  width: 800px;
  margin-top: 20px;
}

.profile_img span {
  font-size: 1.4rem;
}

.profile_text {
  margin: 20px 0;
}

.profile_text h2 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.profile p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.profile_img {
  position: relative;
}

.profile_img p {
  position: absolute;
  right: 85px;
  bottom: 5px;
  font-size: 1.2rem;
  color: #fff;
}

.profile_text h2 span {
  font-weight: bold;
}

.profile_main hr {
  margin: 20px 0;
}

.profile_history td {
  padding-right: 10px;
}

.profile_history_contents {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.profile_history_contents div:nth-of-type(1) {
  margin-right: 10px;
}

.profile_history_contents span {
  font-weight: bold;
}

.heading_profile2, .profile_history_contents p {
  white-space: nowrap;
}

#works_top .heading_works1 {
  max-width: 1200px;
  margin: 0 auto 20px auto;
  font-size: 3.5rem;
  border-bottom: 1px solid;
  padding-left: 10px;
}

.imamorimitsuhikoworld {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.works_main {
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  display: grid;
  grid-template-columns: 180px 200px 200px 800px 50px;
  grid-template-columns: 1.3fr 1.3fr 1.3fr 3.5fr 0.5fr;
  /*grid-template-rows: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;*/
}

.item {
  overflow-y: hidden;
  background: #bbbbbb;
  border-bottom: 1px solid;
}

.big_box {
  grid-row: 1 / 8;
}

.big_box2 {
  grid-row: 8 / 11;
}

.big_box3 {
  grid-row: 11 / 12;
}

.big_box4 {
  grid-row: 12 / 14;
}

.big_box5 {
  grid-row: 14 / 19;
}

.big_box, .big_box2, .big_box3, .big_box4, .big_box5 {
  border-right: none;
}

.item:nth-of-type(n+1):nth-of-type(-n+5) {
  border-top: none;
}

.item:nth-of-type(n+30):nth-of-type(-n+34) {
  border-top: 2px solid;
}

.item:nth-of-type(n+43):nth-of-type(-n+47) {
  border-top: 2px solid;
}

.item:nth-of-type(n+48):nth-of-type(-n+52) {
  border-top: 2px solid;
}

.item:nth-of-type(n+57):nth-of-type(-n+61) {
  border-top: 2px solid;
}

.wtl {
  font-weight: bold;
  padding: 10px 10px;
}

.wtl h2 {
  font-size: 1.8rem;
  text-align: center;
  height: 6px
}

.wtl p {
  text-align: right;
}

.bb4p p {
  margin-top: 60px;
}

.wimg {
  display: grid;
  justify-items: center;
  align-items: center;
  border-right: 1px solid;
}

.wimg img {
  width: 176px;
}

.wcb_white {
  background: #ffffff
}

.wl {
  display: inline-table;
  text-align: center;
  border-right: none;
}

.wl p {
  display: table-cell;
  vertical-align: middle;
}

.wl a {
  text-decoration: none;
  color: #000;
}

.wtx {
  padding: 10px 5px 0px 5px;
  border-right: none;
}

.wtx h3 span {
  font-weight: bold;
  font-family: ＭＳ Ｐゴシック;
}

.wtx p {
  font-size: 1.0rem;
}

.item ul {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-rows: 120px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.item ul li {
  display: grid;
  justify-items: center;
  align-items: center;
}

.item ul li img {
  width: 100px;
  margin: 0px 0px 0px 10px;
}

.works_main_category .wmc {
  display: flex;
}

#works_pappercutting, #works_essay, #works_afe, #works_vw {
  border-top: 3px solid;
}

.works_type {
  width: 200px;
  position: relative;
  padding: 10px 15px;
  flex: 1;
}

.works_type p {
  position: absolute;
  right: 18px;
  font-weight: bold;
}

.works_type .heading_works2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  height: 6px;
}

#works_afe .works_type p {
  top: 101px;
}

.works_type_category {
  display: flex;
  flex-direction: column;
  flex: 6;
}

.works_contents {
  /*justify-content: space-evenly;*/
}

.works_main_category {
  border-bottom: 1px solid;
}

/*
.works_category, .works_text, .works_contents, #works_top .detail{
border-bottom: 1px solid;
}

.works_set:last-of-type .works_category, .works_set:last-of-type .works_text, .works_set:last-of-type .works_contents {
    border-bottom: none;
}*/
#works_photograph .works_main_category:last-of-type, #works_pappercutting .works_main_category:last-of-type, #works_essay .works_main_category:last-of-type, #works_afe .works_main_category:last-of-type, #works_vw .works_main_category:last-of-type {
  border-bottom: none;
}

.works_category img {
  width: 175px;
  padding: 10px 10px 0px 10px
}

.works2_main .works_text p {
  font-size: 1.0rem;
}

.works_set {
  display: flex;
  /* justify-content: center; */
}

.works_contents {
  display: flex;
  width: 560px;
}

.works_main .heading_works3 {
  font-size: 1.6rem;
}

.works_text {
  padding: 10px 0px 0px 5px;
  border-left: 1px solid;
  flex: 1;
}

.works_main .works_text span {
  font-weight: bold;
  font-family: ＭＳ Ｐゴシック;
}

.works_main .works_text p {
  font-size: 1.0rem;
}

.works_contents_background {
  background: #bbbbbb;
  display: flex;
  flex: 4;
}

.works_type, .works_contents {
  background: #bbbbbb;
}

.works_title img {
  width: 100px;
  margin: 5px 0px 0px 8px;
}

.empty {
  visibility: hidden;
}

.works_main .detail a {
  text-decoration: none;
  color: #000;
}

#works_top .detail {
  width: 65px;
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.works_link {
  width: 110px;
  text-align: center;
}

#booklist_main #select, #booklist_main #result, .heading_booklish2 {
  max-width: 960px;
  margin: 0 auto;
}

#booklist_main #select {
  margin: 0 auto 10px auto;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
}

#booklist_main .heading_booklish1 {
  max-width: 1200px;
  margin: 0 auto 20px auto;
  font-size: 3.5rem;
  border-bottom: 1px solid;
}

.search-box_label {
  font-weight: bold;
}

.is-hide {
  display: none;
}

#booklist_main p {
  position: relative;
}

#booklist_main a {
  text-decoration: none;
  font-weight: bold;
  color: #0067C0;
}

#booklist_main a:hover {
  color: #11c66f;
}

#booklist_main strong {
  font-weight: bold;
}

#booklist_main span {
  right: 0;
  position: absolute;
}

#booklist_main .hidden_text {
  display: none;
}

#result [class*="hidden-"] {
  display: none;
}

#select {
  margin-bottom: 1em;
}

#result section {
  padding: 1px;
}

#result section p {
  margin: 0px;
}

#select label.selected {}

/* 選択中のラベルのスタイルを変更 */
#select label, #select input {
  cursor: pointer;
}

.active {
  background-color: red;
}

#search {
  overflow: hidden;
}

#search>ul {
  float: left;
}

#imamoribook {
  margin: 50px auto;
  text-align: center;
}

.imamoribook_text {
  max-width: 450px;
  border: double;
  padding: 5px;
  margin: 16px auto;
}

.imamoribook_font {
  font-weight: bold;
  font-size: 1.6rem;
}

.imamoribook_back_button {
  margin-top: 25px;
}

#imamoribook a {
  font-weight: bold;
  background: linear-gradient(to top, #4ead04, #98e208);
  box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  padding: 3px 15px;
  border-radius: 3px;
}

.exhibition_top, .exhibition_contents {
  max-width: 1200px;
  margin: 0 auto;
}

.exhibition_top .heading_exhibition1 {
  font-size: 3.5rem;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}

.thisyear {
  font-size: 3.0rem;
  max-width: 1200px;
  margin: 0 auto;
}

.exhibition_contents {
  display: flex;
  margin-bottom: 50px;
}

.exhibition_img img {}

.exhibition_text {
  margin: 0 0 0 25px;
  font-family: ヒラギノ角ゴ Pro W3;
}

.exhibition_text2 {
  font-size: 2.4rem;
  margin: 0 0 0 25px;
  font-family: ヒラギノ角ゴ Pro W3;
}

.heading_exhibition2 {
  margin: 25px 0;
}

.exhibition_text .heading_exhibition2 span:nth-of-type(1) {
  font-size: 2.4rem;
  font-weight: bold;
}

.exhibition_text .heading_exhibition2 span:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: bold;
  color: rgb(0, 102, 204);
}

.exhibition_text .heading_exhibition2 span:nth-of-type(3) {
  font-size: 2.4rem;
  font-weight: bold;
  color: rgb(0, 102, 204);
}

.exhibition_text p, .exhibition_text table {
  font-size: 1.6rem;
}

.exhibition_text_contents {
  word-break: break-all;
}

.exhibition_text_contents_details {
  display: flex;
}

.exhibition_text_test p {}

.exhibition_text_contents_details div {
  flex: block;
}

.exhibition_text_contents div a {
  font-size: 1.6rem;
}

.exhibition_text_contents div a:hover {
  color: #11c66f;
}

.exhibition_text_contents div a:action {
  color: #000;
}

.exhibition_text_contents p:nth-of-type(1) {
  margin-right: 5px;
  white-space: nowrap;
}

.exhibition3_img {
  margin: 0 60px;
}

.exhibition_space {
  height: 25vh;
}

.event_top, .event_main_flex, .event_descripition {
  max-width: 1200px;
  margin: 20px auto;
}

.event_top .heading_event1 {
  font-size: 3.5rem;
  border-bottom: 1px solid;
  padding-left: 10px;
}

.event_main_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

.event_tab {
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.event_tab a {
  width: 250px;
}

.event_tab img {
  width: 250px;
}

.event_contents {
  width: 75%;
  margin: 25px 65px;
  padding: 10px 0px 25px 0px;
  box-shadow: 15px 15px 3px 0 #F2F2F2;
  border: solid .0625rem;
  border-radius: .625rem;
  border-color: gainsboro;
}

.event_contents2 {
  display: flex;
  width: 1200px;
  margin: 25px 65px;
  padding: 10px 0px 25px 0px;
  box-shadow: 15px 15px 3px 0 #F2F2F2;
  border: solid .0625rem;
  border-radius: .625rem;
  border-color: gainsboro;
}

.event_contents_all_width {
  max-width: 450px;
  margin: 0 auto;
  width: 380px;
}

.event_img img {
  width: 380px;
  border: 1px solid #dedede;
}

.event_underbar_meisui, .event_underbar_taneya {
  max-width: 1200px;
  margin: 50px auto 0 auto;
  font-size: 2.5rem;
  border-bottom: 3px solid;
  padding-left: 10px;
}

.event_underbar_meisui {
  color: #0066a5;
}

.event_underbar_taneya {
  color: #789B3D;
}

.event_cautionary_note {
  max-width: 550px;
  margin: 32px auto;
  border: solid 3px #808080;
  border-radius: 0.625rem;
}

.event_cautionary_text {
  padding: 10px 20px;
  font-size: 1.5rem;
}

.member_registration {
  display: flex;
  justify-content: center;
  margin: 10px;
  text-align: center;
}

.event_contents_main_img {
  margin: 0px 15px;
}

.event_text_margin {
  margin: 0px 10px;
}

.event_text {
  font-family: ヒラギノ角ゴ Pro W3;
  width: -webkit-fill-available
}

.event_text .heading_event2 {
  font-size: 2.4rem;
}

.event_text .heading_event2_long {
  font-size: 2.4rem;
  color: red;
}

.event_text p {
  font-size: 1.6rem;
}

.event_descripition {
  text-align: center;
  background: #dedede;
  border: 1px solid #6d6d6d;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  padding: 15px 0;
  font-family: ヒラギノ角ゴ Pro W3;
}

.event_descripition p {
  font-size: 1.6rem;
}

.event_detail_buttom a {
  display: block;
  height: 100%;
  color: #0066a5;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 10px 100px;
  border-radius: 0.625rem;
  text-decoration: none;
  transition: all 0.2s ease-in;
  border: 4px solid #0066a5;
}

.event_detail_buttom a:hover {
  background: #0066a5;
  color: #fff;
}

.event_detail_buttom2 a {
  display: block;
  height: 100%;
  color: #00BA7C;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 0.625rem;
  text-decoration: none;
  transition: all 0.2s ease-in;
  border: 4px solid #00BA7C;
}

.event_detail_buttom2 a:hover {
  background: #00BA7C;
  color: #fff;
}

.event_detail_buttom3 a {
  display: block;
  height: 100%;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease-in;
  border: 4px solid #789B3D;
  background-color: #ff8000;
}

.event_detail_buttom3 a:hover {
  background: #789B3D;
  color: #ffffff;
}

.member_registration a {
  display: block;
  height: 100%;
  color: #fff;
    background: #00BA7C;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 5.0rem;
    text-decoration: none;
    transition: all 0.2s ease-in;
    border: 4px solid #00BA7C;
}


.event_buttom_flex {
  margin: 10px;
  text-align: center;
}

.event_buttom2_flex {
  margin: 10px;
  text-align: center;
}

.event_detail_buttom {
  margin: 20px 0px 15px 0px;
}

.event_detail_buttom2 {
  margin: 15px 0px 15px 0px;
}

.event_detail_buttom3 {
  margin: 15px 0px 15px 0px;
}

.event_underbar {
  max-width: 1200px;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 40px auto;
}

.event_text_frame {
  /*display: table;*/
  margin: 5px;
  padding: 5px 5px 5px 5px;
  /*border: solid 3px #808080;*/
}

.event_details {
  display: table;
  margin: 5px;
  padding: 5px 5px 5px 5px;
}

#event_details_main hr {
  max-width: 1200px;
  margin: 20px auto;
}

#event_details_title, .event_details_contents, #event_details_img, .event_details_contents2, .event_details_contents3 {
  max-width: 960px;
  margin: 0 auto;
}

#event_details_title .heading_event_details1 {
  font-size: 1.8rem;
  text-align: center;
}

#event_details_title .heading_event_details3 {
  font-size: 5.0rem;
  text-align: center;
}

#event_details_title span {
  font-size: 5.0rem;
  margin-left: 20px;
}

#event_details_title p {
  font-size: 3.0rem;
  text-align: center;
}

.event_details_contents {
  font-size: 2rem;
  margin-bottom: 40px;
  font-family: ヒラギノ角ゴ Pro W3;
}

.event_details_contents:last-of-type {
  margin-bottom: 100px
}

.event_details_contents_font {
  font-family: ヒラギノ角ゴ Std W8;
}

.event_details_contents .event_details_contents_weight {
  font-weight: bold;
}

.event_details_contents2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-family: ヒラギノ角ゴ Pro W3;
}

.event_details_contents2_p {
  margin: 20px 0;
}

.event_details_contents4_p {
  font-size: 2.5rem;
}

.event_details_contents2_p:last-of-type {
  margin-bottom: 0
}

.event_details_contents2_margin {
  margin: 15px 0;
}

.event_details_contents2_margin2 {
  margin: 10px 0;
}

.event_details_contents2_margin2:last-of-type {
  margin-bottom: 0
}

.event_details_contents2_margin3 {
  margin: 0 0;
}

.heading_event2 {
  white-space: nowrap;
}

.event_details_contents3 {
  text-align: center;
}

.event_details_contents3 img {
  width: 658px;
}

.waku1 {
  width: 100%;
}

.waku3 {
  width: 80%;
}

.waku2 {
  width: 110%;
}

.event_details_flex {
  display: flex;
  justify-content: center;
}

.event_details_frame {
  display: table;
  margin: 5px;
  padding: 5px 5px 5px 5px;
  border: solid 3px #808080;
}

.event_application_buttom {
  display: flex;
  justify-content: center;
  margin: 10px;
  text-align: center;
}

.event_application_buttom a {
  display: block;
  height: 100%;
  color: #fff;
    background: #592c08;
    font-size: 3.0rem;
    font-weight: bold;
    padding: 15px 70px;
    margin: 25px 0px 10px 0px;
    border-radius: 5.0rem;
  text-decoration: none;
  transition: all 0.2s ease-in;
  border: 4px solid #00BA7C;
}


.event_application_caution {
  text-align: center;
  font-size: 1.5rem;
}

#satoyama_insect, #satoin_img, #satoin_img img, #satoyama_insect_contents, #satoyama_insect_application {
  max-width: 1200px;
  margin: 0 auto;
}

.stntc {
  position: relative;
}

.stntc img {
  background: white;
}

#satoin_img, #satoin_img img {
  background-color: rgba(231, 223, 98, 1);
}

.stnt_contents {
  display: flex;
  background-color: rgba(231, 223, 98, 1);
  padding: 90px 0
}

.stnt_contents img {
  width: 30%;
}

.stnt_contents p {
  font-size: 2rem;
  font-family: ヒラギノ角ゴ Pro W3;
  margin: 5px 25px;
}

.stnt_description {
  display: inline-table;
  text-align: center;
}

.stnt_description div {
  display: table-cell;
  vertical-align: middle;
}

.stntc_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  height: 95%;
  font-size: 1.7rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 15px 25px 0px 15px;
  padding: 10px 10px 0px 10px;
  top: 0;
  z-index: 1;
}

.stntc:nth-child(2n) .stntc_text {
  right: 0
}

.stntc_field {
  font-size: 2rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  top: 0;
  z-index: 1;
}

#satoyama_insect_application div {
  margin: 20px 0px 50px 0px;
  text-align: center;
}

#satoyama_insect_application h1 {
  font-size: 2.5rem;
  margin-bottom: 3px;
}

#satoyama_insect_application p {
  font-size: 1.6rem;
  margin-bottom: 3px;
}

.goods {
  max-width: 1200px;
  margin: 0 auto;
}

.goods .heading_goods1 {
  font-size: 3.5rem;
  border-bottom: 1px solid;
}

.goods_text {
  text-align: center;
  margin: 10px 0;
}

.goods_onlinestore {
  text-align: center;
}

.goods_category1 {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
  justify-content: center;
}

.goods_category_filter {
  position: relative;
  overflow: hidden;
  margin: 4px 4px;
  height: 310px;
}

.goods_category_filter img {
  width: 310px;
  transition: all 0.3s ease-out;
}

.goods_category_filter img:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-out;
}

.goods_category_filter p {
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  top: 2px;
  left: 7px;
  z-index: 10;
}

.goods_category_filter:nth-of-type(1) .goods_top_img {
  width: 310px;
  height: 310px;
  background-image: url(img/goods/category1/top.jpg);
  background-size: cover;
  background-position: center;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter:nth-of-type(2) .goods_top_img {
  width: 310px;
  height: 310px;
  background-image: url(img/goods/category2/top.jpg);
  background-size: cover;
  background-position: center;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter:nth-of-type(3) .goods_top_img {
  width: 310px;
  height: 310px;
  background-image: url(img/goods/category3/top.jpg);
  background-size: cover;
  background-position: center;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter:nth-of-type(4) .goods_top_img {
  width: 310px;
  height: 310px;
  background-image: url(img/goods/category4/top.jpg);
  background-size: cover;
  background-position: center;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter:nth-of-type(5) .goods_top_img {
  width: 310px;
  height: 310px;
  background-image: url(img/goods/category5/top.jpg);
  background-size: cover;
  background-position: center;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter:nth-of-type(6) .goods_top_img {
  width: 310px;
  height: 310px;
  background-image: url(img/goods/category6/top.jpg);
  background-size: cover;
  background-position: center;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter:nth-of-type(7) .goods_top_img {
  width: 310px;
  height: 310px;
  background-image: url(img/goods/category7/top.jpg);
  background-size: cover;
  background-position: center;
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_top_img:before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter a:hover .goods_top_img:before {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.goods_category_filter a:hover .goods_top_img {
  transform: scale(1.2);
  webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/*文字消し
.goods_category_filter a:hover p{
    opacity: 0;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
*/
.goods_category_contents {
  text-align: center;
}

.goods_category_contents h2, .goods_category_contents p {
  font-size: 2.0rem;
  font-weight: bold;
}

.goods_category_contents p:last-of-type {
  margin-bottom: 20px;
}

.contents_p1, .contents_p2 {
  margin: 60px 0;
}

.contents_p2 ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
  justify-content: center;
}

.clearfileset {
  margin: 10% 0 0 0;
}

.contents_p2 img {}

.goods_category1_img img {
  width: 450px;
}

.layout4 img {
  width: 230px;
}

.layout2 img {
  width: 320px;
}

.contents_tote_bag img, .category5_layout3 img {
  width: 290px;
}

.shoulder_bag img, .category5_layout1 img, .category6_layout1 img, .category7_layout1 img {
  width: 600px;
}

.layout1 img {
  width: 450px;
}

.category7_layout2 img {
  width: 450px;
}

.block_memo img {
  height: 255px;
  object-fit: cover;
}

.goods_list p {
  font-size: 1.6rem;
}

.contents_p3 {
  max-width: 600px;
  margin: 0 auto;
}

#contact {
  max-width: 1200px;
  margin: 0 auto;
}

.heading_contact1 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 3.5rem;
  border-bottom: 1px solid;
}

#contact p {
  width: 720px;
  margin: 50px auto 30px auto;
  font-family: ＭＳ Ｐゴシック;
}

#contact form {
  width: 720px;
  margin: 20px auto;
}

#contact input {
  margin-bottom: 15px;
}

#contact label {
  display: block;
}

#contact input:nth-of-type(2) {
  width: 360px;
}

#contact textarea {
  width: 714px;
  height: 250px;
  font-family: sans-serif;
}

#contact2 textarea {
  resize: vertical;
  width: 520px;
  height: 250px;
}

#contact span {
  color: red;
}

#contact form {
  position: relative;
}

.contact_img img {
  width: 116px;
  position: absolute;
  right: 0;
}

.name_td {
  text-align: right;
}

#contact button {
  display: block;
}

#contact #success, #contact #error {
  display: none;
}

#address_form .heading_address_form1 {
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0;
}

#address_form .font_weight {
  font-weight: bold;
}

#address_form .font_color {
  color: red;
}

#address_form table {
  font-size: 1.6rem;
}

#address_form table:nth-of-type(1) {
  margin: 50px auto 30px auto;
}

#address_form table:nth-of-type(2) {
  margin: 0px auto;
}

#address_form table:nth-of-type(2) td {
  margin: 0px auto;
}

#address_form table:nth-of-type(2) tr:nth-of-type(1) td:nth-of-type(1), #address_form table:nth-of-type(2) tr:nth-of-type(2) td:nth-of-type(1), #address_form table:nth-of-type(2) tr:nth-of-type(3) td:nth-of-type(1), #address_form table:nth-of-type(2) tr:nth-of-type(4) td:nth-of-type(1) {
  text-align: right;
}

#address_form .underline {
  width: 720px;
  margin: 10px auto;
  height: 1px;
  background: #000;
}

#address_form table:nth-of-type(2) tr:nth-of-type(1) input {
  width: 300px;
}

#address_form table:nth-of-type(2) tr:nth-of-type(2) input {
  width: 280px;
}

#address_form table:nth-of-type(2) tr:nth-of-type(3) input {
  width: 200px;
}

#address_form table:nth-of-type(2) tr:nth-of-type(4) input {
  width: 500px;
}

#address_form .button {
  margin: 30px 0 0 0;
  text-align: center;
}

#complete {
  max-width: 1200px;
  margin: 0 auto;
}

.event_form {
  max-width: 1200px;
  margin: 0 auto;
}

.event_required {
  color: white;
  background: red;
  border-radius: 5px;
  padding: 3px;
}

/*button {
  width: 160px;
  height: 50px;
  background-color: black;
  color: white;
  border: 1px solid #333;
  border-radius: 8px;
  margin: 20px;
  opacity: 0.2;
}*/
.heading_complete1 {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  font-size: 3.5rem;
  border-bottom: 1px solid;
}

#complete p {
  text-align: center;
  font-size: 1.8rem;
  margin: 10px 0;
}

.menu_spbar {
  display: none;
}

footer {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.0rem;
}

.heading_profile_sp {
  display: none;
}



/*-------モバイル---------*/
@media only screen and (max-width: 768px) {
  header, footer {
    width: 100%;
    margin: 0 auto;
  }

  #menu_bar {
    display: none;
  }

  .menu_spbar {
    display: block;
  }

  .spbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .content {
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .navigation {
    display: grid;
        width: 95%;
        row-gap: 10px;
        column-gap: 2%;
        grid-template-columns: 31.6% 31.6% 31.6%;
        grid-template-rows: 48px 48px 48px 48px 48px;
        align-items: center;
        margin: 10px 2.5%;
        list-style: none;
        background: #fff;
  }

  .navigation-grid {
    display: inline-table;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 0.625rem;
}

.grid_width{
  grid-column: 1/4;
}

  .navigation-item {
    display: table-cell;
        vertical-align: middle;
        color: #333;
        word-break: keep-all;
        text-decoration: none;
        font-size: 1.3rem;
        font-weight: bold;
  }

  .navigation-item:nth-of-type(9), .navigation-item:nth-of-type(10), .navigation-item:nth-of-type(11), .navigation-item:nth-of-type(12) {
    text-align: center;
  }

  .navigation-item:hover {
    color: #666;
  }

  #home_top img {
    max-width: 100%;
    /*height: calc(50vh / 3 - 28px);*/
    height: 160px;
    min-height: 160px;
    object-fit: cover;
  }

  .top_a p:nth-of-type(1), .top_b p:nth-of-type(1) {
    font-size: 2.5rem;
    top: 0;
    margin: 0 0 0 15px;
  }

  .imamorimitsuhikoworld {
    right: 3px;
  }

  #profile_title .heading_profile1 {
    padding-left: 10px;
  }

  .profile img {
    width: 100%;
  }

  .profile_text {
    margin: 20px 10px;
  }

  .profile_text p {
    text-align: left;
  }

  .profile_history {
    margin: 0 10px;
  }

  .heading_profile_pc {
    display: none;
  }

  .heading_profile_sp {
    display: block;
  }

  .profile_history_contents {
    display: inline-block;
    margin-bottom: 20px;
  }

  .profile_history_contents p, .heading_profile2 {
    font-size: 1.4rem;
    margin: 5px 0;
    white-space: normal;
  }

  .profile_img p {
    right: 3px;
    bottom: 5px;
  }

  .container {
    display: block;
    min-width: 350px
  }

  .item:nth-of-type(n+30):nth-of-type(-n+34) {
    border-top: none;
  }

  .item:nth-of-type(n+43):nth-of-type(-n+47) {
    border-top: none;
  }

  .item:nth-of-type(n+48):nth-of-type(-n+52) {
    border-top: none;
  }

  .item:nth-of-type(n+57):nth-of-type(-n+61) {
    border-top: none;
  }

  .item {
    border: none;
  }

  .wtl h2 {
    font-size: 1.8rem;
    text-align: justify;
    height: 6px
  }

  .wtl {
    justify-items: baseline;
    padding: 15px 0 15px 10px;
  }

  .wtl p {
    padding: 0 6px 0 0;
  }

  .big_box4 p {
    top: 100px;
  }

  .wimg img {
    width: 100%;
  }

  .wtx {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-left: none;
  }

  .wtx p {
    font-size: 1.2rem;
    margin: 5px 12px;
  }

  .item{
    overflow-y: visible;
  }

  .item ul {
    grid-template-rows: 120px 120px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 10px;
    grid-auto-flow: dense;
  }

  /*-- 三冊以下 --*/
  .item:nth-child(28) ul, .item:nth-child(33) ul, .item:nth-child(51) ul, .item:nth-child(55) ul {
    grid-template-rows: 120px;
  }

  .item ul li img {
    margin: 0;
  }

  .wl {
    width: 100%;
    height: 80px;
  }

  .wl a {
    background: #fff;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
  }

  #works_pappercutting, #works_essay, #works_afe, #works_vw {
    margin-top: 20px;
  }

  .works_main {
    width: 100%;
  }

  .works_main_category {
    display: inline;
  }

  .works_main_category .wmc {
    display: inline;
  }

  .works_set {
    display: inline;
  }

  .works_type {
    width: 100%;
    position: relative;
    padding: 20px 0 35px 0;
  }

  .works_type p {
    right: 7px
  }

  #works_afe .works_type {
    padding: 20px 0 90px 0;
  }

  .works_afe_middle {}

  .works_afe_bottom {}

  #works_afe .works_background_sp {
    padding: 0;
  }

  .works_background_sp {
    padding: 0;
    margin-bottom: 10px;
    border-top: 1px solid;
  }

  .works_type .heading_works2 {
    text-align: inherit;
    margin-left: 10px;
  }

  .works_category, .works_text, .works_contents {
    border-bottom: none;
  }

  .works_category img {
    width: 100%;
    padding: 0px;
  }

  .works_text {
    width: 100%;
    text-align: center;
    padding: 0px;
    border-left: none;
  }

  .works_main .works_text p {
    font-size: 1.2rem;
    margin: 5px 12px;
  }

  .works_contents {
    width: auto;
    display: flex;
    flex-flow: row wrap;
    padding-top: 7px;
    justify-content: center;
  }

  .works_contents_background {
    display: flow-root;
  }

  .works_title img {
    width: 113px;
    margin: 0px 5px;
  }

  #works_top .detail {
    width: auto;
  }

  .works_main .detail a {
    background: #fff;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
    margin: 25px auto;
  }

  .works_contents .empty {
    display: none;
  }

  #booklist_main .heading_booklish1 {
    padding-left: 10px;
  }

  #booklist_main #result, .heading_booklish2 {
    margin: 0 10px;
  }

  #booklist_main #select {
    font-size: 2.0rem;
    margin: 0 10px 15px 10px;
  }

  #booklist_main #result section p {
    margin: 5px 0;
  }

  #booklist_main #result span {
    position: inherit;
  }

  .imamoribook_img img {
    width: 100%;
  }

  .imamoribook_text {
    margin: 16px 10px;
  }

  .exhibition_top .heading_exhibition1, .thisyear span {
    padding-left: 10px;
  }

  .exhibition_img img {
    width: 100%;
  }

  .heading_exhibition2 {
    margin-bottom: 10px;
  }

  .exhibition_text .heading_exhibition2 span:nth-of-type(1) {
    font-size: 1.8rem;
  }

  .exhibition_text .heading_exhibition2 span:nth-of-type(2) {
    font-size: 1.8rem;
  }

  .exhibition_text {
    margin: 0 20px;
  }

  .exhibition_text2 {
    margin: 0 10px;
  }

  .exhibition_contents {
    display: grid;
  }

  .exhibition_text_contents div {
    display: block;
    margin-bottom: 10px;
  }

  .exhibition_text_contents p:nth-of-type(1) {
    white-space: normal;
  }

  .event_cautionary_note {
    width: 380px;
  }

  .event_tab {
    display: grid;
    justify-content: center;
  }

  .event_contents {
    display: grid;
    width: 100%;
    margin: 20px 0px;
    padding: 15px 0px;
    box-shadow: none;
    border: solid 0rem;
    border-radius: 0rem;
    border-bottom: solid 0.0625rem;
    border-color: gainsboro;
  }

  .event_contents2 {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    border: solid 0rem;
    border-radius: 0rem;
  }

  .event_main_flex {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .event_contents_flex {
    display: inline-block;
  }

  .event_img {
    margin: 0 auto;
  }

  .event_img img {
    width: 100%;
  }

  .event_img_rightside {
    margin-right: 5px;
  }

  .event_text_frame {
    margin: 10px 0px;
    padding: 0px;
  }

  .event_text {
    display: inline-grid;
    justify-content: space-around;
    text-align: left;
    margin: 0 10px;
  }

  .event_text .heading_event2 {
    font-size: 1.8rem;
  }

  .event_text .heading_event2_long {
    font-size: 1.8rem;
  }

  .event_buttom_flex {
    text-align: center;
  }

  .event_buttom2_flex {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    text-align: center;
  }

  .event_text .event_detail_buttom {
    margin: 15px 0;
  }

  .event_text .event_detail_buttom a {
    position: static;
    height: auto;
    border-radius: 10px;
    background: #fff;
    padding: 10px 60px;
  }

  .event_text .event_detail_buttom2 a {
    position: static;
    height: auto;
    border-radius: 10px;
    background: #fff;
    padding: 10px 33px;
  }

  .event_detail_flex .event_detail_buttom2 {
    margin-bottom: 10px;
  }

  .event_descripition {
    border-radius: 100px;
    margin: 0 5px 40px 5px;
  }

  .event_descripition p {
    font-size: 1.4rem;
    margin: 5px 25px;
  }

  #event_details_title .heading_event_details1 {
    font-size: 1.4rem;
  }

  #event_details_title .heading_event_details3 {
    font-size: 2.5rem;
  }

  #event_details_title p {
    font-size: 2.0rem;
  }

  #event_details_title span {
    font-size: 2.5rem;
  }

  #event_details_img img {
    width: 100%;
  }

  .event_details_contents {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .event_details_flex {
    display: grid;
  }

  .event_details_contents .event_details_contents_phone:nth-of-type(2) {
    margin: 0 10px;
  }

  .event_details_contents2 {
    font-size: 1.6rem;
    margin: 0 10px 20px 10px;
    font-family: ヒラギノ角ゴ Pro W3;
  }

  .event_details_contents3 img {
    width: 320px;
  }

  .waku1, .waku2 {
    width: 93%;
  }

  .event_application_buttom a {
    font-size: 2.0rem;
    padding: 10px 60px;
    margin: 25px 0px 10px 0px;
  }

  .event_application_caution {
    font-size: 1.3rem;
    margin-right: 10px;
  }

  /*--昆虫教室--*/
  #satoin_img img {
    width: 100%;
  }

  .stnt_contents {
    flex-direction: column-reverse;
    padding: 10px 0;
  }

  .stnt_contents p {
    font-size: 1rem;
    margin: 1px 20px;
  }

  .stnt_contents img {
    width: 50%;
    margin: 0 auto;
  }

  .stntc_text {
    position: static;
    text-align: center;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    margin: 15px 10px 30px 10px;
    padding: 0px;
  }

  .stntc_text h1 {
    margin-bottom: 3px;
  }

  .stntc_field {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    position: static;
    background-color: rgba(255, 255, 255, 0);
  }

  .stntc_br_delete {
    display: none;
  }

  #satoyama_insect_application h1 {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }

  #satoyama_insect_application p {
    font-size: 1rem;
    margin: 0px 10px 1px 10px;
  }

  /*--グッズ-*/
  .goods .heading_goods1 {
    padding-left: 10px;
  }

  .goods_category_contents .heading_goods_category2, .goods_category_contents p {
    font-size: 1.6rem;
  }

  .goods_category_contents .goods_category_giclee p {
    font-size: 1.4rem;
  }

  .contents_p1 img {
    width: 100%;
  }

  .layout1 img {
    width: 280px;
  }

  .layout2 img {
    width: 148px;
  }

  .layout4 img {
    width: 148px;
  }

  .block_memo img {
    height: 118px;
  }

  .contents_tote_bag img, .category5_layout3 img, .goods_category5_cat img {
    width: 148px;
  }

  .contents_p2 .goods_category6_postcard img {
    width: 148px;
  }

  .category7_layout2 img {
    width: 340px;
  }

  .heading_contact1 {
    padding-left: 10px;
  }

  #contact {
    margin: 0 10px;
  }

  #contact form {
    width: 100%;
    margin: 20px 0px;
  }

  #contact p {
    width: 100%;
    margin: 30px 0px 20px 0px;
  }

  .contact_img img {
    right: 20px;
  }

  #contact input:nth-of-type(2) {
    width: 200px;
  }

  #contact textarea {
    width: 98%;
  }

  #address_form .underline {
    width: 100%;
    margin: 10px auto;
    height: 1px;
    background: #000;
  }

  #address_form .font_weight {
    font-size: 1.4rem;
  }

  #address_form table:nth-of-type(1) {
    margin: 50px 10px 30px 10px;
  }

  #address_form .heading_address_form1 .font_weight {
    font-size: 1.8rem;
  }

  #address_form table:nth-of-type(2) {
    margin: 0px 10px;
  }

  #address_form table:nth-of-type(2) tr:nth-of-type(1) input {
    width: 100%;
  }

  #address_form table:nth-of-type(2) tr:nth-of-type(2) input {
    width: 100%;
  }

  #address_form table:nth-of-type(2) tr:nth-of-type(3) input {
    width: 100%;
  }

  #address_form table:nth-of-type(2) tr:nth-of-type(4) input {
    width: 100%;
  }

  #address_form .button {
    margin: 30px 0 0 0;
    text-align: center;
  }

  #address_form .button button {
    padding: 5px 20px;
    font-size: 1.6rem;
  }

  #address_form .font_space {
    white-space: nowrap;
  }

  .heading_complete1 {
    padding-left: 10px;
  }

  #complete p {
    text-align: center;
    font-size: 1.6rem;
    margin: 10px 0;
  }

  .font_size_a{
    font-size: 1.1rem;
  }


}

/* 段落と段落の間に “ほぼ 1 行” = 1em 分の余白を付ける */
.event-list p {
  margin: 0 0 2em;   /* 上 0 / 右左 0 / 下 1em */
}
