@charset "UTF-8";
.c-tbl--form {
  width: 100%;
  max-width: 720px;
  margin: 20px auto;
}

@media screen and (max-width: 599px) {
  .c-tbl--form {
    width: 90%;
  }
}

.c-tbl--form dl {
  border-bottom: 1px solid #999999;
}

.c-tbl--form dl dt {
  font-size: 14px;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 13px;
  position: relative;
}

.c-tbl--form dl dd {
  padding-bottom: 19px;
  font-size: 14px;
}

.c-tbl--form .required {
  background-color: #e85477;
  color: #fff;
  width: 42px;
  text-align: center;
  display: inline-block;
  position: absolute;
  margin-left: 9px;
  margin-top: -2px;
  padding: 3px 0 0px;
}

.c-tbl--form .nini {
  background-color: #888;
  color: #fff;
  width: 42px;
  text-align: center;
  display: inline-block;
  position: absolute;
  margin-left: 9px;
  margin-top: -2px;
  padding: 3px 0 0px;
}


.c-tbl--form .contact-input {
  background-color: #fff;
  border: 1px solid #999999;
  opacity: 1;
  width: 100%;
  max-width: 720px;
  height: 50px;
  border-radius: 5px;
  padding-left: 10px;
}

.c-tbl--form .contact-input--mini {
  width: 140px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #999999;
  margin-left: 9px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 20PX;
  margin-right: 10px;
}

.c-tbl--form .contact-input--mini ::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}

.c-tbl--form .contact-input--mini ::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
}

.c-tbl--form .contact-input--mini ::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}

.c-tbl--form .contact-input--mini ::placeholder {
  color: #cccccc;
  font-size: 14px;
}

.c-tbl--form .contact-input--mcr {
  width: 80px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #999999;
  margin-left: 9px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .c-tbl--form .contact-input--mcr {
    margin-right: 10px;
  }
}

.c-tbl--form .contact-input--midiam {
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999999;
  height: 44px;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 599px) {
  .c-tbl--form .contact-input--midiam {
    max-width: 800px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .c-tbl--form .sp-lank label:nth-child(1) .contact-input--mcr {
    margin-left: 65px;
  }
  .c-tbl--form .sp-lank label:nth-child(2) .contact-input--mcr {
    margin-left: 22px;
  }
  .c-tbl--form .sp-lank label:nth-child(3) .contact-input--mcr {
    margin-left: 36px;
  }
}

.c-tbl--form .radio-label {
  margin: 10px 0 24px;
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 14px;
}

.c-tbl--form .radio-label:last-child {
  margin-bottom: 4px;
}

.c-tbl--form .radio-label .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F3F3F3;
}

.c-tbl--form .label-14 {
  font-size: 14px;
}

.c-tbl--form .attention {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.c-tbl--form p {
  font-size: 14px;
  line-height: 30px;
}

.c-tbl--form p span {
  font-weight: 700;
}

.c-tbl--form .radio-input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

@media screen and (max-width: 599px) {
  .c-tbl--form label {
    display: block;
  }
}

.error-message{
  color:#ff0000;
}

.contact-input.-textarea {
  height: auto !important;
}

.breadcrumb {
  margin: 0;
  padding: 7px 0;
  list-style: none;
}

@media screen and (max-width: 599px) {
  .breadcrumb {
    width: 90%;
    margin: auto;
  }
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  font-size: 12px;
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
  /*色*/
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* animations */
@-webkit-keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* styles */
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F3F3F3;
}

.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #444;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

.radio-input {
  /*  &:focus, &:active {
      + .outside {
        border-color: $almost-black;
      }
    }*/
}

.radio-input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  top: -2px;
  left: -2px;
}

.no-transforms .radio-input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}

.contact .p-catch-title03 {
  background-image: none;
}

@media screen and (max-width: 599px) {
  .contact .p-contact--thanks {
    width: 90%;
  }
}

.p-contact {
  margin: 36px auto;
}

.p-contact-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .p-contact-title {
    font-size: 24px;
  }
}

.p-contact-title-cont {
  background-image: url(../img/contact/contact-image01.png);
  padding: 66px 0 41px;
  background-size: contain;
  background-position: center;
}

.p-contact--nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  min-width: 360px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .p-contact--nav ul {
    width: 66%;
    min-width: auto;
  }
}

.p-contact--nav ul li {
  font-size: 16px;
  color: #999999;
}

@media screen and (max-width: 360px) {
  .p-contact--nav ul li {
    font-size: 14px;
  }
}

.p-contact--nav ul li span {
  background-color: #999999;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  padding-top: 2px;
  margin-right: 9px;
}

@media screen and (max-width: 360px) {
  .p-contact--nav ul li span {
    width: 20px;
    line-height: 20px;
    padding-top: 1px;
  }
}

@media screen and (max-width: 599px) {
  .p-contact--nav ul li span {
    margin-right: 2px;
  }
}

.p-contact--nav ul .-blue {
  color: #0268b6 !important;
}

.p-contact--nav ul .-blue span {
  background-color: #0268b6 !important;
}

.p-button02.-form {
  max-width: 320px;
  width: 100%;
  margin: 41px auto 30px;
  background-color: #0268b6;
  color: #fff;
  border-color: #0268b6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-button02.-form:hover {
  color: #0268b6;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.privacy-link a {
  text-decoration: underline !important;
  color: #0268b6 !important;
  font-weight: 700;
}

.c-tbl--form.-confilm dt {
  padding-bottom: 12px;
}

.c-tbl--form.-confilm dd {
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 8px;
}

.c-tbl--form.-confilm p {
  text-align: center;
  font-weight: 700;
  margin-top: 70px;
}

.c-tbl--form.-confilm .p-button02.-form {
  margin: 20px auto 30px;
}

.p-contact--thanks {
  width: 80%;
  margin: 40px auto;
}

@media screen and (max-width: 599px) {
  .p-contact--thanks {
    width: 100%;
  }
}

.p-contact--thanks h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.p-contact--thanks p {
  font-size: 14px;
  line-height: 30px;
}

.p-contact--thanks p span {
  font-weight: 700;
}

.p-contact--thanks .p-button02 {
  width: 149px;
  margin: 50px auto;
  padding: 10px 0;
}

.online .p-contact-title-cont {
  padding-bottom: 62px;
}

@media screen and (max-width: 599px) {
  .online .p-contact-title-cont {
    padding: 49px 0 41px;
  }
}

.online .p-corona {
  margin-top: 39px;
  padding-bottom: 14px;
}

@media screen and (max-width: 599px) {
  .online .p-corona {
    margin-top: 30px;
  }
}

.online .p-contact--nav ul {
  width: 38%;
}

@media screen and (max-width: 599px) {
  .online .p-contact--nav ul {
    width: 100%;
  }
}

@media screen and (max-width: 599px) and (max-width: 599px) {
  .online .p-contact--nav ul li {
    margin-right: 1px;
  }
}

.online .c-tbl--form {
  max-width: 800px;
}

.online .c-tbl--form .contact-input {
  max-width: 800px;
}

.online--name {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding-bottom: 8px;
  margin-top: 35px;
}

@media screen and (max-width: 599px) {
  .online--name {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .online .c-tbl--form {
    margin: 8px auto;
    width: 100%;
  }
}

.p-online--select {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}

.p-online--select span {
  display: block;
  font-weight: 700;
  padding-bottom: 7px;
}

.p-online--bonus {
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  .p-online--bonus {
    margin-top: 9px;
  }
}

.p-online--item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}

@media screen and (max-width: 599px) {
  .p-online--item {
    padding-left: 28px;
    display: inline-block;
  }
}

.p-online--item span {
  background-image: url(../img/online/calendar-icon.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
}

.p-online--item span.nomal {
  background-image: url(../img/online/online_icon02.png);
}

.p-online--item span.bad {
  background-image: url(../img/online/online-icon03.png);
}

.p-online--item:nth-child(4) span {
  background-image: none !important;
  width: 40px;
}

.p-online--experience {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 22px 0 0;
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}

.p-online--experience--item {
  border-bottom: 1px solid #cccccc;
  width: 90%;
  margin: 0 auto 13px;
  padding-bottom: 18px;
}

.p-online--experience--item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.p-online--experience--item p {
  font-size: 14px;
}

.p-online--experience--ttl {
  font-weight: 700;
  padding-bottom: 11px;
}

.calendar {
  width: 100%;
  margin-top: 14px;
}

.calendar--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .calendar--block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .calendar {
    background-color: #fff;
  }
}

.calendar p {
  text-align: center;
}

.calendar p.sat {
  color: #b0c6e1;
}

.calendar p.sun {
  color: #d55957;
}

.calendar--container {
  width: 48%;
  max-width: 480px;
  background-color: #fff;
  padding-top: 17px;
}

@media screen and (max-width: 599px) {
  .calendar--container {
    width: 100%;
    background-color: transparent;
  }
}

.calendar--container h3 {
  text-align: center;
  font-size: 14px;
  position: relative;
}

@media screen and (max-wodth: 599px) {
  .calendar--container h3 {
    padding: 8px 0;
  }
}

.calendar--container a {
  height: 59px;
  width: 100%;
  display: block;
}

.calendar--icon {
  display: block;
  position: relative;
  height: 42px;
  width: 100%;
}

.calendar--icon span {
  background-image: url(../img/online/calendar-icon.png);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  width: 20px;
  height: 20px;
}

.calendar--icon span.nomal {
  background-image: url(../img/online/online_icon02.png);
}

.calendar--icon span.bad {
  background-image: url(../img/online/online-icon03.png);
}

.calendar tr {
  border: 1px solid #cccccc !important;
}

.calendar tr td {
  border-right: 1px solid #cccccc;
  width: 14.28571%;
  padding: 12px 0 0;
}

.calendar tr td.today {
  background-color: #ffef64;
  border: 2px solid #0268b6;
}

.calendar tr th {
  width: 14.28571%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 4px;
}

.calendar tr th .red {
  color: #e85477;
}

.calendar tr th .-blue {
  color: #0268b6;
}

.calendar--btn {
  width: 30px;
  height: 30px;
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.calendar--btn::after {
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -3px;
}

.calendar--btn.pre {
  left: 0;
}

.calendar--btn.next {
  right: 10px;
}

@media screen and (max-width: 599px) {
  .calendar--btn.next {
    right: 0;
  }
}

.calendar--btn.next::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-left: -9px;
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.popup p {
  font-size: 18px;
}

.popup--tbl {
  width: 100%;
  max-width: 560px;
  border: 1px solid #cccccc;
  margin-top: 7px;
}

.popup--tbl .time {
  width: 53%;
  max-width: 268px;
}

@media screen and (max-width: 599px) {
  .popup--tbl .time {
    width: 23%;
  }
}

.popup--tbl .icon {
  text-align: center;
  width: 23%;
}

@media screen and (max-width: 599px) {
  .popup--tbl .icon {
    width: 36%;
  }
}

.popup--tbl td {
  vertical-align: middle;
  border-right: 1px solid #cccccc;
  padding: 14px 10px 14px;
}

.popup--tbl td.bad {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.popup--tbl td a {
  color: #0268b6;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.popup--tbl th {
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 7px 0 6px;
  font-size: 14px;
}

.popup--tbl tr {
  border-bottom: 1px solid #cccccc;
}

.popup--icon {
  display: block;
  position: relative;
}

.popup--icon span {
  background-image: url(../img/online/online_icon02.png);
  position: absolute;
  content: "";
  top: 50%;
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -95%);
  background-size: cover;
  width: 17px;
  height: 17px;
}

.popup--icon span::after {
  content: "空き枠あり";
  margin-left: -21px;
  text-align: center;
  bottom: -17px;
  width: 70px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
}

.popup--icon span.bad {
  background-image: url(../img/online/online-icon03.png);
}

.popup--icon span.bad::after {
  content: "受付終了";
  margin-left: -25px;
}

.popup--contents {
  width: 100%;
  max-width: 560px;
  margin: 30px auto;
  background-color: #fff;
  padding: 18px 27px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .popup--contents {
    box-sizing: border-box;
    width: 90%;
    padding: 11px;
    height: calc(100vh - 110px);
    overflow-y: scroll;
  }
}

.popup .js-modal-close {
  position: absolute;
  content: "";
  background-color: #000;
  width: 22px;
  height: 22px;
  top: -11px;
  right: -11px;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .popup .js-modal-close {
    position: fixed;
    top: 2px;
    right: 2px;
  }
}

.popup .js-modal-close span {
  background-color: #fff;
  width: 16px;
  height: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  left: 3px;
}

.popup .js-modal-close span:nth-child(2) {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.pc-only {
  display: block !important;
}

@media screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 599px) {
  .sp-only {
    display: block !important;
  }
}

.homemade .p-handmade-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homemade .p-handmade-item {
  max-width: 235px;
  margin-top: 65px;
}

@media screen and (max-width: 599px) {
  .homemade .p-handmade-item {
    width: 49%;
  }
}

@media screen and (max-width: 599px) {
  .homemade .p-handmade-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .homemade .p-handmade-link-box {
    padding: 15px 10px 20px;
  }
}

.homemade .p-catch-title01 {
  background-image: none;
}

.homemade .p-corona {
  margin-top: 32px;
  padding-bottom: 31px;
}

.homemade .p-button02 {
  max-width: 480px;
  width: 100%;
}

.homemade .p-contact-title-cont {
  padding: 37px 0 41px;
}

.homemade .p-handmade-text02 {
  color: #0268b6;
}

.homemade .p-handmade-text03 {
  margin-top: 4px;
  display: block;
}

.homemade .p-handmade-list {
  margin-top: 15px;
}

@media screen and (max-width: 599px) {
  .homemade .p-handmade-text04 {
    width: 100%;
    margin: 0;
  }
}

.p-homemade--yellow {
  background-color: #ffef64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 40px 42px;
  margin-top: -28px;
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .p-homemade--yellow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 72px 20px 42px;
    margin-top: -61px;
  }
}

.p-homemade--yellow img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .p-homemade--yellow img {
    margin-bottom: 21px;
  }
}

.p-homemade--contents {
  width: 100%;
  max-width: 480px;
}

.p-homemade--contents h3 {
  color: #0268b6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-homemade--contents p {
  line-height: 1.5;
}

.p-homemade--txt14 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 21px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.p-homemade--txt14 span {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

@media screen and (max-width: 599px) {
  .p-homemade--txt14 span {
    font-weight: 500;
  }
}

.p-homemade--online {
  margin-top: 105px;
}

.p-handmade-text02.-blue {
  color: #0268b6;
}

.experience .p-handmade-text03 {
  display: block;
}

.experience .p-contact-title-cont {
  padding: 34px 0 28px;
}

.experience .p-corona {
  margin-top: 38px;
  padding-bottom: 0;
}

.experience .p-experience-item {
  margin-top: 2px;
  width: 248px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 19px;
}

.experience .p-experience-item:hover {
  border: 2px solid #0268b6;
}

@media screen and (max-width: 599px) {
  .experience .p-experience-item {
    width: 49.5%;
  }
}

.experience .p-about-bottom {
  margin-top: 58px;
}

@media screen and (max-width: 599px) {
  .experience .p-experience-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-blog--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 39px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-blog--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}

.p-blog--archive {
  max-width: 728px;
  width: 73%;
}

@media screen and (max-width: 767px) {
  .p-blog--archive {
    width: 100%;
  }
}

.p-blog--archive-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 30px 0 39px;
}

.p-blog--archive-item a:last-child {
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .p-blog--archive-item a {
    padding: 24px 0;
  }
}

.p-blog--archive-item a img {
  width: 160px;
  height: 105px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 39px;
}

@media screen and (max-width: 767px) {
  .p-blog--archive-item a img {
    margin-right: 10px;
    width: 150px;
  }
}

.p-blog--time {
  font-size: 14px;
  display: inline-block;
  margin: 4px 9px 16px 0;
}

@media screen and (max-width: 767px) {
  .p-blog--time {
    margin: 4px 9px 10px 0;
  }
}

.p-blog--category {
  background-color: #ffef64;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  width: 72px;
  display: inline-block;
  line-height: 20px;
}

.p-blog h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .p-blog h2 {
    font-size: 14px;
  }
}

.p-blog--sideber {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .p-blog--sideber {
    width: 100%;
    margin-top: 101px;
  }
}

.p-blog--sideber h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.p-blog--sideber-category {
  background-color: #fff;
  border-radius: 10px;
  padding: 19px 18px;
}

.p-blog--sideber-category li {
  padding-bottom: 19px;
  border-bottom: 1px dashed #cccccc;
  font-size: 14px;
}

.p-blog--sideber-category li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 19px;
}

.p-blog--sideber-item {
  padding-bottom: 41px;
}

.p-blog--sideber-item .select-wrap {
  position: relative;
}

.p-blog--sideber-item .select-wrap::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0268b6;
  border-left: 2px solid #0268b6;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.p-blog--sideber select {
  background-color: #fff;
  display: block;
  border: 1px solid #000;
  width: 100%;
  border-radius: 5px;
  padding: 15px 10px;
  position: relative;
}

.p-blog--single {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-blog--single-contents {
  padding-top: 30px;
}

.p-blog--single-contents p {
  font-size: 14px;
  line-height: 30px;
  padding: 14px 0;
  color: #222222;
}

.p-blog--single-contents img {
  padding: 21px 0;
  max-width: 100%;
}

.p-blog--single-contents .marker {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0;
}

.p-blog--single-contents .redpink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff9393));
  background: linear-gradient(transparent 75%, #ff9393 75%);
}

.p-blog--single-contents .blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #9eceff));
  background: linear-gradient(transparent 75%, #9eceff 75%);
}

.p-blog--single-contents .yelw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffdc00));
  background: linear-gradient(transparent 75%, #ffdc00 75%);
}

.p-blog--single-contents .gren {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #bfff7f));
  background: linear-gradient(transparent 75%, #bfff7f 75%);
}

.p-blog--single-contents .pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffc1e0));
  background: linear-gradient(transparent 75%, #ffc1e0 75%);
}

.p-blog--single-contents a {
  color: #0056a8;
  text-decoration: underline;
}

.p-blog--single-contents ul {
  padding: 20px 0;
}

.p-blog--single-contents ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}

.p-blog--single-contents ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 10px;
  border-radius: 50%;
  background-color: #f54789;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.p-blog--single-contents ol {
  padding: 20px 0;
  list-style-type: none;
}

.p-blog--single-contents ol li {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}

.p-blog--single-contents ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
  color: #0268b6;
}

.p-blog--single h2 {
  border-bottom: 1px solid #cccccc;
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .p-blog--single h2 {
    line-height: 36px;
    padding-bottom: 0;
  }
}

.p-blog--single h2::before {
  position: absolute;
  content: "";
  background-color: #257cbe;
  width: 56%;
  height: 1px;
  display: inline-block;
  bottom: 0;
}

.p-blog--single h3 {
  color: #0268b6;
  border-bottom: 2px dashed #0268b6;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  padding: 20px 0 10px;
}

.p-blog--single h4 {
  margin: 20px 0;
  font-size: 16px;
  line-height: 40px;
  background-color: #fddfe1;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}

.p-blog--single h4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #e85477;
  left: 0;
}

.p-blog--single h5 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #0aa24b;
  line-height: 30px;
  padding-left: 10px;
  margin: 20px 0;
}

.p-blog--single .box01 {
  position: relative;
  background: #fbe9ba;
  color: #454545;
  width: 100%;
  padding: 10px 11px;
  margin: 20px 0;
}

.p-blog--single .box01::after {
  position: absolute;
  content: '';
  right: -1px;
  top: -1px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #f4f4ea #ffdb88;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
}

.p-blog--single .box01 p {
  border: dashed 2px #f58c05;
  padding: 22px 23px 28px;
  color: #222222;
}

.p-blog--single .box02 {
  position: relative;
  margin: 2em 0;
  padding: 10px 23px 10px;
  border: solid 3px #e85477;
  background-color: #fff;
}

.p-blog--single .box02 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #e85477;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.p-blog--single .box02 p {
  font-size: 14px;
  line-height: 30px;
  color: #222222;
}

.p-blog--single .box03 {
  background-color: #fff;
  border: 1px solid #0268b6;
  border-radius: 5px;
  padding: 10px 11px;
}

.p-blog--single .box03 .p-box--url {
  position: relative;
  padding: 0 29px 0;
  color: #222222;
}

.p-blog--single .box03 .p-box--url::before {
  width: 20px;
  height: 20px;
  background-image: url(../img/blog/single-img03.jpg);
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
}

.p-blog--single .box03 .p-box--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-blog--single .box03 .p-box--contents img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 10px;
  padding-right: 11px;
  padding-bottom: 0;
}

.p-blog--single .box03 .p-box--contents h6 {
  color: #0268b6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-top: 11px;
}

.p-blog--single .box03 .p-box--contents p {
  padding: 12px 0 15px;
  color: #222222;
}

.p-blog--single .box03 .p-box--contents a {
  width: 100%;
  text-align: right;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .blog .p-contact-title-cont {
    padding: 47px 0 41px;
  }
  .blog .p-blog--contents {
    padding-top: 9px;
  }
  .blog .p-blog--archive-item a {
    padding: 22px 0 13px;
  }
}

.single h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.single .p-blog {
  padding-top: 46px;
}

@media screen and (max-width: 820px) {
  .single .p-blog {
    width: 90%;
    margin: 0 auto;
    padding-top: 31px;
  }
}

.single .breadcrumb {
  padding: 17px 0 0;
}

@media screen and (max-width: 599px) {
  .single .breadcrumb {
    padding: 4px 0;
  }
}

.pager .pagination {
  text-align: center;
  padding-top: 43px;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .pager .pagination li {
    border-radius: 0;
    margin: 0 13px;
  }
}

.pager .pagination li.pre,
.pager .pagination li.next {
  background: #0268b6;
  color: #fff;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li.pre a,
.pager .pagination li.next a {
  color: #fff;
  font-size: 20px;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px;
  }
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #ffef64;
  border-radius: 10px;
  border-radius: 50px;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}

@keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
    font-size: 12px;
    position: absolute;
    width: 85px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(2%, -50%);
            transform: translate(2%, -50%);
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ　";
    font-size: 12px;
    position: absolute;
    width: 85px;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(2%, -50%);
            transform: translate(2%, -50%);
  }
  .pager .pagination li.next a span {
    left: auto;
    right: 16px;
  }
}

.s-pager {
  max-width: 320px;
  width: 100%;
  margin: 30px auto;
}

.s-pager .s-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-pager .s-pagination a {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  height: 40px;
  display: inline-block;
  padding-top: 12px;
  font-weight: 700;
}

.s-pager .s-pagination .s-pre {
  border-radius: 50%;
  width: 40px;
}

.s-pager .s-pagination .all {
  width: 130px;
  border-radius: 20px;
}

.s-pager .s-pagination .s-next {
  border-radius: 50%;
  width: 40px;
}
