@charset "UTF-8";

/*!
Theme Name: wings-theme
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
@font-face {
  font-family: 'wings';
  src: url( "fonts/LINESeedJP_TTF_Rg.ttf") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wings';
  src: url( "fonts/LINESeedJP_TTF_Bd.ttf") format('woff');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'wings';
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right {
  justify-content: right;
}
.pc-only img {
  width: 50%;
  margin: 0 auto;
}
.sui-ishi {
  /* display: flex; */
  margin: 20px 0;
}
.sui-ishi img {
  /* width: 30%; */
}
.iryo img {
  width: 90%;
}
a:hover {
  opacity: 0.8;
}

div.h1-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  line-height: unset;
}
div.h1-block h1 {
  width: 60%;
}
div.h1-block h1 img {
  display: block;
}
div.h1-block h1 a {
  background: none;
  padding: 0;
}
div.h1-block a {
  background: #0097d3;
  border-radius: 100px;
  padding: 13px;
  color: #fff;
  text-decoration: unset;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.main {
  padding: 0;
  border: none;
}
div.top-box {
  display: flex;
  align-items: flex-start;
  background: #f3f9ff;
}
.main-box {
  width: 80%;
  background: #fff;
}
.sidebar-sub.desktop-only {
  width: 20%;
  margin: 0 20px;
  border: 1px solid #0097d3;
  background: #fff;
}
h3.side-title {
  padding: 10px;
  text-align: center;
  background: #0097d3;
  color: #fff;
}
.sidebar-sub.desktop-only #list.list {
  margin: 20px 0 0;
}
.sidebar-sub.desktop-only .entry-card-content {
  margin: 0;
  padding: 0px 10px 10px;
}
.sidebar-sub.desktop-only a.a-wrap {
  border-bottom: 1px dotted #0097d3;
}
.sidebar-sub.desktop-only a.a-wrap:last-child {
  border-bottom: none;
}


.content-in {
  width: 1280px;
  margin: 20px auto;
}

div.mobile-only {
  display: none;
}
.navi-in > ul li {
  width: 156px;
}

/* .custom-front-page.main {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
} */
h2.pc-bg {
  background: #fcdb23 !important;
}
h2.pc-bg img {
  width: 40%;
}

a.arrow {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: unset;
  margin: 0 10px 20px;
}
a.arrow img {
  width: 20px;
  margin-left: 6px;
}

.voices {
  margin: 20px 10px;
}
.voice,
.kinmaku,
.merit {
  margin: 0 auto;
  width: 70%;
}
.custom-front-page .voice h3 {
  background: #fff7cc;
  color: #000;
  padding: 10px;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 0;
}
.voice .top-block {
  background: #fffdf2;
}
.voice img {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.voice p {
  margin-bottom: 30px;
}
.kinmaku h3 {
  background: linear-gradient(transparent 50%, #fde872  50%);
  text-align: center;
  letter-spacing: -2px;
}
.custom-front-page .kinmaku p {
  white-space: pre-line;
  margin: 10px 20px;
}
.m-inner {
  padding: 10px 16px;
}
h5 {
  background: #0097d3;
  padding: 10px;
  display: flex;
  align-items: center;
}
h5 span {
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 60px;
  padding: 0px 14px;
  height: auto;
  color: #fff;
  margin-right: 6px;
  line-height: normal;
}
.in:first-child h5 span {
  padding: 0px 17px;
}
h5 b {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}
.custom-front-page .in p {
  background: #f3f9ff;
  padding: 14px;
  color: #000;
  margin: 0;
}
.in p img {
  padding-top: 10px;
}
.custom-post-list #list {
  margin: 10px 20px;
}
.custom-post-list #list a.entry-card-wrap.a-wrap.border-element.cf {
  border-bottom: 1px dotted #0097d3;
}
.kinmaku.etc {
  font-weight: 700;
}
.custom-front-page .time p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.custom-post-list.foot {
  padding: 20px;
  background: #f3f9ff;
}
.custom-post-list.foot h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-post-list.foot h3 span {
  width: 20px;
  height: 3px;
  background-color: #fbd915;
  display: inline-block;
  margin-right: 6px;
}
.foot li,
.custom-post-list.foot #list a.entry-card-wrap.a-wrap.border-element.cf {
  list-style: none;
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid #8ec2f3;
}
.foot li::before,
.custom-post-list.foot #list a.entry-card-wrap.a-wrap.border-element.cf::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #0097d3;
}
.foot li a {
  text-decoration: none;
  color: #333;
  font-weight: 700;
}
.custom-post-list.foot #list {
  margin: 0;
}
.custom-post-list.foot #list a.a-wrap {
  padding: 0;
}
.custom-post-list.foot #list a article .entry-card-content {
  padding-bottom: 0;
  margin: 0;
}
.custom-post-list.foot #list .entry-card-meta.card-meta.e-card-meta {
  display: none;
}
.footer {
  margin: 0;
}
.footer-bottom {
  margin-top: 0;
}
.access p {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}
.custom-front-page h1 {
  padding: 10px;
  text-align: center;
  font-size: 24px;
}
.custom-front-page main {
  padding: 0 20px;
  width: 80%;
  margin: 0 auto;
}
.wp-block-image img {
  margin: 0 auto;
}
.custom-front-page main p:last-child {
  margin-bottom: 30px;
}
h1.entry-title,
.custom-front-page h1 {
  background: url(https://seitai-wings.jp/wp-content/themes/wings-seitai/img/title-bg.png) no-repeat;
  background-position-y: -130px;
  height: 140px;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 42px;
  padding-right: 22px;
  margin-bottom: 30px;
  margin-top: 0;
  /* background: linear-gradient(transparent 50%, #fde872  50%); */
}
h1.entry-title span {
  font-size: 24px;
  display: contents;
}
.custom-front-page span.info {
  text-align: center;
  display: block;
}
h2.wp-block-heading {
  background: #0097D3;
  color: #fff;
  border-left: 5px solid #fbd914;
}
.fz-20px strong {
  /* background: linear-gradient(transparent 60%, #fff100 60%); */
}
p.has-text-align-center .fz-20px {
  background: #0097d3;
  color: #fff;
  border-top: 3px solid #fff100;
  border-bottom: 3px solid #fff100;
}
p.has-text-align-center .fz-20px .bold {
  color: #fff100;
}
.fz-20px .marker-under {
  border-left: 5px solid #0097d3;
  padding-left: 6px;
  background: none;
}
p.def {
  padding: 10px 20px;
  white-space: pre-line;
}
h2.wp-block-heading span.bold {
  padding-left: 10px;
}
.custom-front-page h3 span.fz-20px {
  /*line-height: 0;*/
}
.syojo.flex {
  margin: 0 30px;
}
.syojo.flex .inner {
/*   margin-bottom: 10px; */
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}
.syojo.flex .inner:last-child {
  margin-right: 0;
}
.syojo .inner p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

h4 span.fz-24px {
  color: #0097d3;
  display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

h4 span.fz-24px::before,
h4 span.fz-24px::after {
  content: '';
	width: 3px;
	height: 40px;
  background-color: #FFF100;
}

h4 span.fz-24px::before {
  margin-right: 30px;
	transform: rotate(-35deg)
}

h4 span.fz-24px::after {
  margin-left: 30px;
	transform: rotate(35deg)
}
.wp-block-group.flex.lists {
  justify-content: space-around;
  align-items: flex-start;
  background: #f3fafe;
}

div.top-block{
  background: #f3f9ff;
  padding: 10px;
  margin-bottom: 20px;
}
div.top-block>div {
  margin: 20px 0 15px;
  font-size: 14px;
}
div.top-block>div h4,
div.top-block h4 {
  border-left: 3px solid #FBD914;
  font-size: 15px;
  padding: 0 5px;
  margin-bottom: 5px;
  line-height: 24px;
}
div.top-block>div span {
  color: #8d8d8d;
  font-size: 12px;
  text-align: right;
  display: block;
}

.custom-front-page h3,
.custom-post-list.foot h3{
  background: #0097d3;
  color: #fff;
  padding: 10px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.line-y img{
  height: 120px;
  margin: auto;
}
div.line-y{

}
div.telto{
  margin-top: 10px;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 0px;
}
.entry-content {
  /* margin-top: 1em;
  margin-bottom: 3em;
  margin-left: 1em;
  margin-right: 1em; */
  width: 70%;
  margin: 0 auto;
}

.custom-front-page p{
  margin: 1em 0;
  font-size: 16px;
}
.wp-block-group p span.bold {
  color: #25593F;
}

.has-text-align-center {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.fz-20px{
  font-weight: 700;
  /* font-size: 140%; */
  font-size: 20px;
  line-height: 1.2;
  padding: 0.5em 0;
  display: block;
}
figure.wp-block-image.size-large {
  margin: 0 auto;
  width: 100% !important;
}

article .wp-block-group{
  background: #fffdf2;
  border: 2px solid #FBD914;
  padding: 10px;
}
article .wp-block-group.is-style-blank-box-orange,
.custom-front-page .wp-block-group.is-style-blank-box-orange{
  /* background: #fffbe4;
  border: none; */
  background: #f3fff9;
  border: 2px solid #25593F;
}
div.wp-block-group{
  background: #fffdf2;
  border: 2px solid #FBD914;
  padding: 10px;
}
div.wp-block-group.is-style-blank-box-orange,
.custom-front-page .wp-block-group.is-style-blank-box-orange{
  /* background: #fffbe4;
  border: none; */
  background: #f3fff9;
  border: 2px solid #25593F;
}

.custom-front-page .custom-post-list p{
  margin: 0;
}
.voices img{
  margin: auto;
  display: block;
}
.custom-front-page img{
  margin: auto;
  display: block;
}
.custom-front-page form p{
  margin: 0;
  margin-bottom: 10px;
  padding: 0.5em;
}
.custom-front-page form span.label{
  margin: 0;
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 0.3em 0.8em;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
.custom-front-page form span.label.yoyaku-day{
  margin: 0;
}
.custom-front-page form label.yoyaku-label{
  margin-top: -1em;
  display: block;
}
.custom-front-page form span.must{
  margin-left: 0.5em;
  color: #f00;
  font-size: 90%;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: -2em;
}

ul.wp-block-list.check {
  background: #f3fafe;
  padding: 12px;
}
ul.wp-block-list.check li {
  list-style-type: none;
  background: url(https://seitai-wings.jp/wp-content/themes/wings-seitai/img/icon_check.png) no-repeat scroll left 3px transparent;
  background-size: 20px;
  font-size: 100%;
  line-height: 1.7;
  padding: 0 0 0 25px;
}
div.navi-menu-content {
  padding-top: 60px;
}
label.navi-menu-close-button.menu-close-button {
  text-align: right;
  margin-right: 20px;
}

.d-no {
  display: none;
}
.entry-card-content {
  margin: 20px;
}

.custom-front-page main .yoyaku.flex {
  margin-top: -10px;
}
.custom-front-page main .yoyaku.flex>p {
  display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.sidebar-sub.desktop-only li {
  list-style-type: none;
  padding: 20px 14px;
  border-bottom: 1px dotted #0097d3;
}
.sidebar-sub.desktop-only li a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
li a:hover {
  opacity: 0.8;
}
.custom-post-list.foot li {
  margin-bottom: 15px;
}
.custom-post-list.foot li a {
  margin-bottom: 1px;
  display: block;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #0068d3;
  border-radius: 50px;
  padding: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.a-wrap:hover {
  background: none;
  opacity: 0.8;
}
h3.symlist {
  border-left: 5px solid #fff100;
  margin: 15px;
  color: #0097d3;
  background: #fff7cc;
}
.desktop-only img.pc-top {
  object-fit: cover;
  width: 100%;
}
a.tel {
  display: flex;
  justify-content: center;
}
.yoyakus.flex {
  justify-content: space-evenly;
}
img.zet {
  margin: 0 auto;
  display: block;
}
.custom-front-page .in p span {
  margin-top: 10px;
  display: block;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
    header#header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 114px;
      background-color: #ffffff6b;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      z-index: 99;
    }
    div.h1-block a {
      padding: 32px;
      font-size: 26px;
    }
    .pc-only img {
      width: unset;
    }
    div#sidebar {
      display: none;
    }
    div.content-in {
      margin: 0;
      width: 100%;
    }
    div.content {
      /* padding-top: 18px; */
      padding-top: 114px;
    }
    img.pd {
      padding: 15px 0;
    }
    div.mobile-only {
      display: unset;
    }
    div.desktop-only {
      display: none;
    }
    main.main {
      padding: 0;
      display: block;
    }
    .custom-front-page.main {
      display: block;
    }
    .custom-front-page main {
      width: unset;
    }
    .custom-front-page img{
      width: 100%;
    }
    .main-box {
      width: unset;
    }
    .content {
      margin-top: 0;
    }
    .flex {
      padding: 0 10px;
    }

    h1.entry-title {
      font-size: 140%;
      padding-right: 10px;
    }
    h1.entry-title span {
      padding-left: 5px;
      font-size: 16px;
    }
    .custom-front-page h1 {
      font-size: 28px;
    }

    h2.pc-bg img {
      width: unset;
    }
    a.tel img,
    .img {
      padding: 0 10px 10px;
      display: block;
    }
    .flex a,
    .syojo.flex .inner {
      margin-right: 5px;
    }
    .flex a:last-child,
    .syojo.flex .inner:last-child {
      margin-right: 0;
    }
    li.sidebar-menu-button.menu-button {
      display: none;
    }
    .m-menu.flex {
      margin: 20px 0;
    }
    .m-menu.flex a img {
      filter: drop-shadow(0 4px 0 #ccc);
    }
    .syojo.flex {
      margin: 0;
    }
    .syojo.flex .inner {
      /* margin-right: 0; */
    }
    .sui-ishi {
      display: unset;
    }
    .voice,
    .kinmaku,
    .merit {
      margin: 10px;
      width: unset;
    }
    .m-inner {
      padding: 0px 6px;
    }
    div.line-y img{
      height: unset;
    }
    .in p img {
      padding-top: 5px;
    }
    .entry-content {
      margin-top: 1em;
      margin-bottom: 3em;
      margin-left: 1em;
      margin-right: 1em;
      width: unset;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
  header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #ffffff6b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  div.h1-block a {
    padding: 13px;
    font-size: unset;
  }
  div.content {
    /* padding-top: 18px; */
    padding-top: 64px;
  }
  h1.entry-title,
  .custom-front-page h1 {
    background-position-y: unset;
  }
}



.w50 img{
	width: 50%;
}

.merit h5{
	color: #fff;
	font-size: 18px;
	display: block;
}
div.in.wp-block-group{
	background: none;
	border: 0px solid #FBD914;
	padding: 0px;
}
.custom-front-page .in figure {
	background: #f3f9ff;
	padding: 14px;
	color: #000;
	margin: 0;
}
div.wp-block-group.top-block{
	border: 0px solid #FBD914;
}

@media screen and (max-width: 834px) {
    .w50 img {
        width: 100%;
	padding: 0 10px 10px;
    }
}
