@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

ul.wp-block-page-list {
    font-size: 18px;
    line-height: 3em;
    text-indent: 1em;
}
@media screen and (min-width: 481px){
h2.wp-block-heading {
    font-family: serif;
    font-size: 36px;
    font-weight: 900;
    text-decoration: underline 5px;
    padding-left: 0;
    padding-right: 0;
}

p.text_content {
    font-size: 24px!important;
    line-height: 3em!important;
}

p.power_word {
    text-align: center!important;
    font-size: 36px!important;
    font-family: serif;
    line-height: 3em;
    white-space: nowrap;
}
}

@media screen and (max-width: 480px){
h2.wp-block-heading {
   font-family: serif;
   font-weight: 900;
   font-size: 18px;
   text-decoration: underline 5px;
   padding-left: 0;
   padding-right: 0;
}

p.text_content {
    font-size: 16px!important;
    line-height: 3em!important;
}

p.power_word {
    text-align: center!important;
    font-size: 16px!important;
    font-family: serif;
    line-height: 3em;
    white-space: nowrap;
}
}

@media screen and (min-width: 481px){
dl.menu_item {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 1em;
    border-bottom: 1px solid;
    margin-bottom: 60px!important;
}
dl.menu_item dd {
    width: 58%;
    border: none!important;
    font-size: 24px;
    line-height: 3em;
}

dl.menu_item dt {
    width: 40%;
}

dl.menu_item dt img {
    border-radius: 50%;
    width: 100%;
}


h2.wp-block-heading b {
    width: 2em;
    height: 2em;
    margin: 0 0.2em 0 0;
    padding: 0.1em 0.3em;
    font-family: serif;
    font-weight: bold;
    text-decoration: none !important;
}
.staff_int {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}
}


@media screen and (max-width: 480px){
dl.menu_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 1em;
    border-bottom: 1px solid;
    margin-bottom: 30px!important;
}
dl.menu_item dd {
    border: none!important;
    font-size: 18px;
    line-height: 3em;
}

dl.menu_item dt {
}

dl.menu_item dt img {
    border-radius: 50%;
    width: 100%;
}


h2.wp-block-heading b {
    width: 2em;
    height: 2em;
    margin: 0 0.2em 0 0;
    padding: 0.1em 0.2em;
    font-family: serif;
    font-weight: bold;
}
.staff_int {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
}
}

.staff_int dl {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid gray;
    margin: 5px;
}


element.style {
}
.staff_int dl dd {
    border: none;
    font-size: 24px;
    line-height: 2em;
}
dl#site_navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    flex-direction: row;
    width: 100%;
    padding: 1%;
    background-image: url(http://menou.jp/wp-content/uploads/2023/10/contents_img_005.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1.5;
}
dl#site_navi dd {
    border: none;
    width: calc(100% / 3);
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1!important;
}

dl#site_navi dd a {
    display: block;
    margin: 0;
    padding: 0;
    opacity: 1!important;
}

dl#site_navi dd a img {
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 1!important;
}

dl#site_navi dd a img:hover {
    opacity: 0.75!important;
	box-shadow:2px 2px 2px;
}

div#top_header_message {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em;
}

div#top_header_message h2 {
    text-align: center;
    font-size: 24px;
    font-family: serif;
    border: 1px solid gray;
    border-radius: 10px;
}

div#top_header_message div {
    font-family: serif;
    font-size: 18px;
    line-height: 4em;
}