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

/* ***************************************************************** */
/*               BLOG  LAYOUT                           */
/* ***************************************************************** */
h1 {
display:none;
}
h2 {
color: #2E3191;
line-height:1.2;
text-align:center;
width:fit-content;
font-size: 36px;
border-bottom: 1px solid #000000 !important;
float:none;
margin: 80px auto 100px;
}
img {
max-width: 100%;
}
ul {
margin-left: 2em;
}
li {
list-style:unset;
}
section {
margin: 50px auto;
}
figure {
margin: 0;
text-align: center;
}
.ngg-galleryoverview {
margin: 0;
}
.center__w70 img {
  margin: auto;
}
article.contents {
font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.center__w70 {
width: 70%;
margin: auto;
}
.single .inner {
width: 100%;
margin: auto;
padding: 0;
float: left;
}
.block__both {
display:flex;
flex-wrap: wrap;
width:100%;
gap: 20px;
}
.block__picture,
.block__text {
width: calc((100% - 20px) / 2);
}
.block__text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.block__text ul li h4,
.block__text ul li p {
  margin:0
}
.block__gallery {
width:100%;
}
.coming__soon {
background: linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(207, 63, 245, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.row-reverse {
  flex-direction: row-reverse;
}
.block__both h3 {
    flex: 1;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.5em 0;
    color: #2E3191;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    text-align: left;
    border-bottom: 1px solid #000000 !important;
}
section.w-fc {
  width: fit-content;
}
@media screen and (max-width: 1089px){
h2 {
font-size: 20px;
margin: 20px auto 30px;
}
.block__greeting {
width: 100%;
}
.center__w70,
.block__picture,
.block__text {
width: 100%;
}
}
