/*
Theme Name:【テーマ】like

*/



body {
    font-family:'Zen Maru Gothic', sans-serif,'Exo 2', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    margin: 0;
    padding: 0;
    line-height: 1.6;
    position: relative;
    width: 100%;
}

a {
    text-decoration: none;
    color: #565656;
}

img{
    object-fit: cover;
    width: 100%;
}

ul{
    list-style: none;
}

.main_wrap,.sec01, .breadcrumb{
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
}

/* ホバーアクション */
h1 img:hover{
  transition-duration: .4s;
  opacity: .6;
}
header {
  width: 100%;
  /*overflow: hidden; これを入れるとメニューが消えてしまう。 */
}
#header_info {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#main_logo {
  padding: 12px 24px;
}
h1 img {
  width: 300px
}
.top_caption {
    font-size: .8rem;
    white-space: nowrap;
}
.like_tel {
  font-size: 36px;
  font-weight: 900;
  color: #102e65;
  letter-spacing: 2px;
}
address {
  padding-top: 6px;
}
.syuuri_contact_box {
  width: 50%;
  max-width: 380px;
  min-height: 100%;
  padding: 12px 24px;
  box-sizing: border-box;
  background-color: #009fe8;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.syuuri_contact_box i{
  font-size: 34px;
  margin-right: 12px;
}
.syuuri_contact_box p {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.move_contents {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.move_contents ul {
  max-width: 314px;
  width: 50%;
  padding: 6px 24px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .move_contents ul,.syuuri_contact_box span {
    font-size: .8rem;
  }
  .like_tel {
    font-size: 24px;
  }
  .syuuri_contact_box i {
    font-size: 28px;
  }
  .syuuri_contact_box p {
    font-size: 20px;
  }
  
}
@media screen and (max-width: 736px) {
.move_contents {
  flex-flow: nowrap;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  border-top: 3px solid #29abe2;
  border-bottom: 3px solid #29abe2;
  background: rgba(255,255,255);
  position: fixed;
  bottom: 60px;
  z-index: 999;
}
.move_contents ul,.syuuri_contact_box {
  height: fit-content;
  box-sizing: border-box;
  font-size: .8rem;
  width: 50%;
}
.move_contents ul {
  padding: 6px 12px;
  text-align: center;
  display: block;
}
.syuuri_contact_box span {
  font-size: .8rem;
}
}

@media screen and (max-width: 580px) {
  .move_contents address,.syuuri_contact_box span {
    display: none;
  }
  .syuuri_contact_box p,.like_tel,.syuuri_contact_box i {
    font-size: 1rem;
  }

}

#nav_area {
  padding-top: 30px;
  padding-top: 30px;
  width: 100%;
  overflow-x: hidden;
}
#header_nav {
    width: 96%;
    max-width: 1200px;
    margin: 5px auto 0;
    padding: 0;
}
#g_navi li {
    /* position: relative; */
}
#g_navi li > ul {
  transition: 0.2s;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  background-color: white;
  width: 20%;
  margin-top: 8px;
  border-radius: 0 0 0.5rem 0.5rem;
}
#g_navi li > ul li a {
  font-size: 0.9rem;
}
#g_navi li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#top #g_navi li > ul {
  background-color: #fff6fb;
}
#brand01 #g_navi li > ul {
  background-color: #363636;
}
#brand02 #g_navi li > ul {
  background-color: #c36161;
}
#brand03 #g_navi li > ul {
  background-color: #571D06;
}
#brand04 #g_navi li > ul {
  background-color: #2e0227;
}
ul#t_navi label.opener {

  font-size: 0.7rem;
  line-height: 1rem;
  padding: 10px 0;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
}
ul#t_navi label.opener:hover {
  color: #333;
}
ul#t_navi label.opener::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 90%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
ul#t_navi label.opener:hover::after {
  transform: scale(1, 1);
}
ul#t_navi input.opener {
  display: none;
}
ul#t_navi input.opener + ul.submenu {
  display: none;
  background-color: #4477c3;
  border: 1px solid #4477c3;
  padding: 0 0.5em;
  margin: 0.5em;
}
ul#t_navi input.opener:checked + ul.submenu {
  display: block;
}
#g_navi {
  font-weight: 700;
  display: flex;
  justify-content: space-around;

}
#g_navi li {
  letter-spacing: 0.3rem;
  font-size: 1.0rem;
  color: #333;
  text-align: center;
  flex-grow: 1;
  list-style: none;
  padding: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px){
  #g_navi li {
    width: 40%;
    letter-spacing: 1px;
  }
  #g_navi li> ul{
    display: none;
  }
}
#g_navi li img {
  max-width: 60px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto 12px;

}
#g_navi li a:hover img {
  scale: 1.2;
  transition: .3s;
}
#g_navi li a:hover p {
  color: #fbb03b;
  transition: .3s;
}
img {
  object-fit: cover;
  width: 100%;
}
:where(img,svg,video) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block;
}
*:where(:not(fieldset,progress,meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}
*, ::before, ::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}
user agent stylesheet
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
  color: #565656;
}
:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}
user agent stylesheet
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
}
#g_navi li {
  letter-spacing: 0.3rem;
  font-size: 1.0rem;
  color: #333;
  text-align: center;
  flex-grow: 1;
  list-style: none;
  padding: 4px;
  box-sizing: border-box;
}
user agent stylesheet
li {
  text-align: -webkit-match-parent;
}
#g_navi {
  font-weight: 700;
  display: flex;
  justify-content: space-around;
}
ul {
  list-style: none;
}
user agent stylesheet
ul {
  list-style-type: disc;
}
body {
  font-family: 'Zen Maru Gothic', sans-serif,'Exo 2', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  position: relative;
  width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
:host, :root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
:host, :root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
:host, :root {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}
*, ::before, ::after {
  box-sizing: border-box;
}
*, ::before, ::after {
  box-sizing: border-box;
}

#nav-toggle {
    position: fixed;
    top: -60px;
    right: 0;
    height: 58px;
    cursor: pointer;
    transition: 1.0s;
    padding: 12px;
    background-color: #009fe8;
    z-index: 1000;
}
#nav-toggle > div {
    position: relative;
    width: 34px;
}
#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 14px;
}
#nav-toggle span:nth-child(3) {
    top: 28px;
}
#gloval-nav {
    background-color: #4477c3;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav ul {
    list-style: none;
}
#t_navi {
    margin: 1% 0 0 0;
}
#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
    transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
    transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
    transition-delay: .45s;
}
@media screen and (max-width: 700px){
    #nav-toggle {
      top: 0px;
    }
    #g_navi li p {
      display: none;
    }
    .top_caption {
      width: calc(100% - 62px);
      white-space: unset;
  }
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.open  #gloval-nav ul li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.open  #gloval-nav ul li a{
  color: #fff;
  font-size: 1rem;
}
/* スライダー */
.slider {
    width: 100%;
    background-color: #eee;
}

/* 共通装飾 */
.border_blue {
  border-bottom: solid 3px rgba(0 159 232/60%);
  position: relative;
}
.border_blue:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #009fe8;
  bottom: -3px;
  left: 0;
  width: 20%;
  border-radius: 0 6px 0 0;
}
.sec02 .border_blue {
  border-bottom: solid 3px rgba(16 46 101 / 60%);
}
.sec02 .border_blue:after {
  border-bottom: solid 6px #102e65;
}
.head_text_wrap {
  padding: 8px 0;
  box-sizing: border-box;
  margin-bottom: 36px;
}
.head_text {
  margin:  0;/* デフォルトCSS打ち消し */
  position:  relative;/* 位置調整 */
  font-weight: 900;/* 文字の太さ調整 */
  font-size: 40px;
  text-align:  center;/* 文字位置指定 */
  margin:  20px 0;/* 周りの余白指定 */
  background-color:#fff; 
  color: #102e65;/* 背景色指定 */
}
.head_text:before{
  content: '';
  height: 150px;
  width: 150px;
  border: solid 2px #102e65;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
} 
.b_head_text {
  color: #009fe8;
  font-weight: 900;
  font-size: 50px;
  font-family: sans-serif;
  width: fit-content;
  margin: 0 auto 36px;
}
@media screen and (max-width: 700px){
  .head_text {
    font-size: 2rem;
  }
  .b_head_text {
    font-size: 2.4rem;
  }
}
.sec02 .b_head_text  {
  color:#102e65;
}
.f_wrap .b_head_text {
  font-size: 48px;
  width: unset;
}
.d_text {
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  width: 86%;
  margin: 0 auto;
}
.gray_wrap {
  width: 100%;   
  height: fit-content;
  background-color: #eee;
  margin: 12px auto 36px;
}
img.likema {
  max-width: 240px;
  margin: 0 auto 36px;
}
/* ボタン */
.orange_btn {
  background-color: #fbb03b;
  color: #fff;
  padding: 6px 36px;
  display: block;
  width: fit-content;
  margin: 36px auto;
  font-size: 18px;
  border-radius: 12px;
  max-width: 560px;
  width: 96%;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
.orange_btn:hover {
  box-shadow: inset 0 0 0 2em #009fe8;
  border-radius: unset;
}
.orange_btn:after,
.orange_btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}
.orange_btn:after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}
.orange_btn:before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}
.orange_btn:hover:after,
.orange_btn:hover:before {
    width: 30px;
    height: 30px;
    border-color: #009fe8;
}
.here_btn {
  display: block;
  width: fit-content;
  padding: 6px 12px;
  margin: 36px auto 0;
  color: #fff;
  border-radius: 8px;
  font-weight: 900;
  box-sizing: border-box;
  position: relative;
}
.here_btn:before {
  content: '';
  position: absolute;
  background-color: #eee;
  border: 1px solid #102e65;
  width: 30px;
  height: 30px;
  top: -30px;
  left: calc( 50% - 15px);
  transform: rotate(45deg);
  z-index: 1;
}
.here_btn:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 28px;
  background-color: #eee;
  z-index: 2;
  top: -36px;
  left: calc(50% - 22px);
}
.sec04 .here_btn:before,.sec05 .here_btn:before {
  background-color: #fff;
}
.sec04 .here_btn:after,.sec05 .here_btn:after {
  background-color: #fff;
}
.c_blue {
  background-color: #009fe8;
}
.c_d_blue {
  background-color: #102e65;
}
.c_orange {
  background-color: #fbb03b;
}
.here_btn:hover {
  background: -webkit-linear-gradient(to right, rgba(84 185 231), rgba(16 74 159));
  background: linear-gradient(to right, #54b9e7, #104a9f);
  box-shadow: 2px 3px 6px #aaa;
  transition: .3s;
  opacity: .8;
}
.here_btn:hover:before {
  box-shadow: 1px 2px 6px #ddd;
} 
/* コンテンツ */
section {
  margin: 60px auto;
}
/* ニュース */
.news_box {
  height: fit-content;
  max-width: 1200px;
  width: 96%;
  margin: 36px auto 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ent_date {
  background-color: #009fe8;
  color: #fff;
  padding: 6px 36px;
  border-radius: 18px;
  box-sizing: border-box;
  height: fit-content;
  margin-right: 42px;
}
.news_text {
  font-size: 24px;
  padding: 4px;
  box-sizing: border-box;
}
/* sec02 sec03*/
.sec02,.sec03 {
  text-align: center;
}
.like_icon_wrap h3 {
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.like_icon_wrap {
  max-width: 1200px;
  width: 96%;
  padding: 60px 0 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.like_icon_wrap i {
  font-size: 120px;
  color: #565656;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .like_icon_wrap i {
    font-size: 80px;
  }
}
.like_icon_wrap li {
  width: calc(94% / 3);
  padding: 0px 20px 0px;
  box-sizing: border-box;
  /*transition: all .6s;*/
  position: relative;
  line-height: 1.4;
  margin: 0 1% 60px 1%;
}
.like_icon_wrap li:before, .like_icon_wrap li:after {
  position: absolute;
  bottom: 36px;
  content: '';
  width: 24px;
  height: calc(100% - 82px);
  border-top: solid 2px;
  border-bottom: solid 2px;
}
.like_icon_wrap li:before {
  border-left: solid 2px;
  left: 0;
}
.like_icon_wrap li:after {
  border-right: solid 2px;
  right: 0;
}
.sec02 .like_icon_wrap li:before,.sec02 .like_icon_wrap li:after {
  border-color: #009fe8;
}
.sec03 .like_icon_wrap li:before,.sec03 .like_icon_wrap li:after {
  border-color: #102e65;
}
.like_icon_wrap img {
  width: 70%;
  max-width: 74px;
  margin: 0 auto 18px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
/* .sec02 .like_icon_wrap li.pic03 img {
  max-width: 100px;
} */
.sec03 .like_icon_wrap li.pic02 img {
  max-width: 120px;
  aspect-ratio: unset;
  height: 100px;
}
.like_icon_wrap span {
  display: block;
  text-align: left;
}
.f_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 60px auto 60px;
  align-items: center;
}
.text_box{
  line-height: 1.8;
  width: 60%;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.text_box p{
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  z-index: 1;
  position: relative;
}
.sec04 .text_box p {
  margin: 0 0 0 -60px;
}
.sec05 .text_box p {
  margin: 36px -60px 0 0;
}
.img_box {
  width: 70%;
  min-width: 360px; 
  min-height: 360px;
  padding: 24px 36px;
  background-color: #eee;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 136px;
}
.sec05 .img_box {
  min-height: 320px;
}
.img_box img {
  width: 80%;
  position: absolute;
  top: 130px;
}
.sec04 .img_box img {
  max-width: 280px;
  left: 36px;
}
.sec05 .img_box img { 
  max-width: 380px;
  right: 36px;
}
.staff_genre {
  position: absolute;
  font-size: 24px;
  bottom: -110px;
}
.sec04 .staff_genre {
  left: 36px;
}
.sec05 .staff_genre { 
  right: 36px;
}

@media screen and (max-width: 910px) {
  .f_wrap .b_head_text {
    font-size: 2.2rem;
    width: unset;
  }
  .sec04 .text_box p {
    margin: 60px 0 0 -42px;
  }
  .sec05 .text_box p {
    margin: 90px -42px 0 0;
  }
}
@media screen and (max-width: 820px) {
  .like_icon_wrap li {
    width: calc(96% / 2);
  }
}
@media screen and (max-width: 600px) {
  .f_wrap {
    flex-flow: column;
  }
  .sec05 .f_wrap {
    flex-flow: column-reverse;
  }
  .text_box {
    margin: 10px 0;
    width: 96%;
  }
  .sec04 .text_box p,
  .sec05 .text_box p {
    margin: 10px 0;
  }
  .img_box {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 480px) {
  .like_icon_wrap li {
    width: 98%;
  }
}

/* フッター */
#footer {
  background-color: #eee;
}
.f_navi_box {
  background: #29abe2;
  width: 100%;
}
#footer_navi {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 700;
}
#footer_navi li a {
  letter-spacing: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  padding: 6px;
  position: relative;
  text-decoration: none;
  line-height: 1.8rem;
  transition: all .6s;
  box-sizing: border-box;
}
#footer_navi li a:hover {
  color: #314e3d;
  text-shadow: 1px 1px 3px #aaa;
}
#footer .item_lineup p {
  display: block;
  margin: 30px auto;
  width: fit-content;
  color: #102e65;
  background-color: #fff;
  padding: 6px 12px;
  border: 1px solid #102e65;
  border-radius: 12px;
  text-align: center;
}
#footer .item_lineup ul {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#footer .item_lineup ul li {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.3rem;
  margin: 6px;
  padding: 4px 8px;
  background-color: #102e65;
  border-radius: 12px;
  text-align: center;
  min-width: 150px
}
#footer #copy {
  clear: both;
  overflow: hidden;
  display: block;
  line-height: 1.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.7rem;
  color: #102e65
}
#copy img {
  max-width: 200px;
  width: 96%;
  margin: 36px auto 0;
}
#to_top a {
  display: block;
  width: auto;
  height: auto;
  border: 1px solid #102e65;
  text-decoration: none;
  text-align: center;
  padding: 10px 16px 14px;
  font-size: 16px;
  background-color: #102e65;
  color: #fff;
  position: fixed;
  bottom: 4px;
  right: 4px;
  transition: 0.7s;
}
#to_top a:hover {
  border: 1px solid #102e65;
  color: #102e65;
  background: #fff;
}

/* 下層ページについて */
ul.breadcrumb-list {
  display: flex;
}
ul.breadcrumb-list li {
  margin: 0 10px;
}
#about_wordpress .head_text {
padding: 11px;
} 
.date{
  text-align: left;
}
.contents_wrap{
border: 1px solid;
width: 50%;
margin: 20px 0;
padding: 15px;
}
.ol_contents{
padding-left: 19px;
font-size: 20px;
}
.ol_contents li{
line-height: 1.8;
}
.ol_contents li a{
color: #102e65;
line-height: 2px;
}
#about_wordpress .head_text_wrap {
  margin: 48px;
}
#about_wordpress .b_head_text  {
  color:#102e65;
}
#about_wordpress .sec03 .border_blue{
  border-bottom: solid 3px rgba(16 46 101 / 60%);
}
#about_wordpress .sec03 .border_blue:after {
  border-bottom: solid 6px #102e65;
}
#about_wordpress .sec02 table{
border-collapse: collapse;
width: 100%;
}
#about_wordpress .sec02 table th,td{
border: solid 1px;
padding: 15px;
font-size: 20px;
}
#about_wordpress .sec02 ul{
text-align: left;
margin: 10px 0;
}
#about_wordpress .sec02 ul li,
#about_wordpress .sec03 ol li {
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  width: 86%;
  margin: 0 auto;
}
#about_wordpress .sec03 ol{
  text-align: left;
  margin: 10px auto;
  width: 86%;  
}
#about_wordpress .sec03 li{
  line-height: 2;
font-size: 18px;
}

@media screen and (max-width: 1000px) {
  .contents_wrap {
    width: 100%;
  }
}


/* 404ページについて */
.error404 main {
  text-align: center;
  margin-bottom: 2%;
}
.error404 h2,
.error404 p {
  margin: 2% 0;
}
@media screen and (max-width: 1000px) {
  .error404 h2, 
  .error404 p {
    margin: 5%;
  }
}