@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.inrWidth {
  width: 800px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.outerWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1000px) {
  .fullWidth {
    width: 1000px;
  }
  .inrWidth {
    width: 800px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1000px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1000px;
  }
  .inrWidth {
    width: 800px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .full-spw100 {
    width: 100% !important;
  }
  .fullWidth {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .outer-spw100 {
    width: 100% !important;
  }
  .outerWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .inr-spw100 {
    width: 100% !important;
  }
  .inrWidth {
    width: 90% !important;
  }
}

@media screen and (max-width: 768px) {
  .spw100 {
    width: 100% !important;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
NEWS一覧
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #news {
    margin-bottom: 100px;
  }
  #news h2 {
    padding: 80px 0 100px !important;
  }
  #news ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  #news li {
    width: 32%;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  #news li.only_txt {
    width: 100%;
    margin-right: 0 !important;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  #news li:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
  #news li .news__img {
    margin-bottom: 10px;
  }
  #news .em-pagination {
    text-align: center;
  }
  #news .em-pagination a, #news .em-pagination span {
    font-size: 1rem;
  }
  #news .em-pagination .page-numbers {
    font-family: "Open Sans", sans-serif;
  }
  #news .em-pagination .page-numbers::after {
    content: "";
    display: inline-block;
    width: 5px;
  }
  #news .em-pagination .page-numbers.prev::after {
    content: "";
    display: inline-block;
    width: 20px;
  }
  #news .em-pagination .page-numbers.next::before {
    content: "";
    display: inline-block;
    width: 15px;
  }
  #news .em-pagination .page-numbers.next::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  #news {
    margin-bottom: 100px;
  }
  #news h2 {
    padding: 90px 0 50px !important;
  }
  #news ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  #news li {
    width: 49%;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  #news li.only_txt {
    width: 100%;
    margin-right: 0 !important;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  #news li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  #news li .news__img {
    margin-bottom: 8px;
  }
  #news li .news__date {
    margin: 0 auto 2px !important;
  }
  #news li .news__date, #news li .news__txt {
    width: 90%;
    margin: 0 auto;
  }
  #news .em-pagination {
    text-align: center;
  }
  #news .em-pagination a, #news .em-pagination span {
    font-size: 1rem;
  }
  #news .em-pagination .page-numbers {
    font-family: "Open Sans", sans-serif;
  }
  #news .em-pagination .page-numbers::after {
    content: "";
    display: inline-block;
    width: 5px;
  }
  #news .em-pagination .page-numbers.prev::after {
    content: "";
    display: inline-block;
    width: 20px;
  }
  #news .em-pagination .page-numbers.next::before {
    content: "";
    display: inline-block;
    width: 15px;
  }
  #news .em-pagination .page-numbers.next::after {
    content: none;
  }
}

/*----------------------------------------
NEWS詳細
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #news_show {
    margin-bottom: 100px;
  }
  #news_show h2 {
    padding: 80px 0 100px !important;
  }
  #news_show h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 500;
  }
  #news_show h3 span {
    float: right;
    font-size: 1.4rem;
    margin-top: 5px;
    font-weight: normal;
  }
  #news_show .news_show__img {
    margin-bottom: 30px;
  }
  #news_show .news_show__img img {
    width: 100%;
    height: auto;
  }
  #news_show .news_show__txt {
    line-height: 2.2;
    width: 85%;
    margin: 0 auto;
  }
  #news_show .news_show__txt p {
    margin-bottom: 15px;
  }
  #news_show .news_show__index {
    text-align: center;
    margin-top: 100px;
  }
  #news_show .news_show__index .index_blk {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
  }
  #news_show .news_show__index .index_blk.prev::after {
    content: "";
    display: inline-block;
    width: 20px;
  }
  #news_show .news_show__index .index_blk.next::before {
    content: "";
    display: inline-block;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  #news_show {
    margin-bottom: 100px;
  }
  #news_show h2 {
    padding-bottom: 50px !important;
  }
  #news_show h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 500;
  }
  #news_show h3 span {
    display: block;
    font-size: 1.4rem;
    text-align: right;
    font-weight: normal;
  }
  #news_show .news_show__img {
    margin-bottom: 30px;
  }
  #news_show .news_show__img img {
    width: 100%;
    height: auto;
  }
  #news_show .news_show__txt {
    line-height: 2.2;
  }
  #news_show .news_show__txt p {
    margin-bottom: 15px;
  }
  #news_show .news_show__index {
    text-align: center;
    margin-top: 50px;
  }
  #news_show .news_show__index .index_blk {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
  }
  #news_show .news_show__index .index_blk.prev::after {
    content: "";
    display: inline-block;
    width: 30px;
  }
  #news_show .news_show__index .index_blk.next::before {
    content: "";
    display: inline-block;
    width: 30px;
  }
}

/*----------------------------------------
CONTACT
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #contact {
    margin-bottom: 100px;
  }
  #contact h2 {
    padding: 80px 0 100px !important;
  }
  #contact .contents {
    display: flex;
    margin-bottom: 20px;
    position: relative;
  }
  #contact .contents label {
    width: 160px;
    padding-right: 30px;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
  }
  #contact .contents label.contents__label {
    margin-top: 10px;
  }
  #contact .contents .wpcf7-form-control-wrap {
    width: calc(100% - 160px);
  }
  #contact .contents .wpcf7-form-control-wrap:last-of-type {
    width: 100%;
  }
  #contact .contents input {
    width: 100%;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ccc;
    letter-spacing: 1.5px;
  }
  #contact .contents textarea {
    width: 100% !important;
    font-size: 1.3rem;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    resize: none;
    box-shadow: none;
    height: auto !important;
    letter-spacing: 1.5px;
    line-height: 2;
  }
  #contact .btn {
    text-align: right;
    margin-top: 30px;
  }
  #contact .btn input {
    font-family: "Open Sans", sans-serif;
    background: #333;
    color: #fff;
    padding: 5px 50px;
    font-size: 1rem;
    border-radius: 0;
    text-shadow: none;
    border: none;
  }
  #contact .btn input:hover {
    background-color: #fff;
    color: #333;
    outline: 1px solid #333;
  }
  #contact .g-recaptcha > div {
    margin-left: auto;
  }
  #contact .ajax-loader {
    display: none;
  }
  #contact .wpcf7-response-output {
    margin: 2em 0 1em !important;
    color: #dc3232;
    padding: 0.5em 0 0 140px !important;
    border: none !important;
  }
}

@media screen and (max-width: 768px) {
  #contact {
    margin-bottom: 100px;
  }
  #contact input[type="button"], #contact input[type="tel"], #contact input[type="text"], #contact input[type="email"], #contact input[type="submit"], #contact input[type="image"], #contact textarea {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
  }
  #contact h2 {
    padding-bottom: 50px !important;
  }
  #contact .contents {
    margin-bottom: 20px;
  }
  #contact .contents--last {
    margin-bottom: 50px;
  }
  #contact .contents label {
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
  }
  #contact .contents input {
    width: 100%;
    font-size: 1.2rem;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-top: 10px;
    box-shadow: none !important;
    border-radius: 0;
    max-width: 100%;
    letter-spacing: 1.5px;
  }
  #contact .contents textarea {
    width: 100% !important;
    font-size: 1.3rem;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    resize: none;
    box-shadow: none !important;
    margin-top: 10px;
    box-shadow: none;
    height: auto !important;
    max-width: 100%;
    letter-spacing: 1.5px;
  }
  #contact .btn {
    text-align: center;
  }
  #contact .btn input {
    background: #333333;
    color: #fff;
    padding: 5px 50px;
    font-size: 1rem;
    border-radius: 0 !important;
    text-shadow: none !important;
    border: none !important;
  }
  #contact .btn input:hover {
    background-color: #b3b7af;
  }
  #contact .wpcf7-response-output {
    margin: 2em 0 1em !important;
    color: #dc3232;
    padding: 0 !important;
    border: none !important;
  }
}

/*----------------------------------------
THANKS
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #thanks {
    margin-bottom: 100px;
    text-align: center;
  }
  #thanks h2 {
    padding: 80px 0 100px !important;
  }
  #thanks h3 {
    font-size: 2.4rem;
  }
  #thanks p {
    margin-top: 30px;
  }
  #thanks a {
    display: inline-block;
    margin: 100px 0 0;
    font-family: "Open Sans", sans-serif;
    background: #333;
    color: #fff;
    padding: 5px 50px;
    font-size: 1rem;
    border-radius: 0;
    text-shadow: none;
    border: none;
  }
  #thanks a:hover {
    background-color: #fff;
    color: #333;
    outline: 1px solid #333;
  }
}

@media screen and (max-width: 768px) {
  #thanks {
    margin-bottom: 100px;
    text-align: center;
  }
  #thanks h2 {
    padding-bottom: 50px !important;
  }
  #thanks h3 {
    font-size: 2.4rem;
  }
  #thanks p {
    margin-top: 30px;
  }
  #thanks a {
    display: inline-block;
    margin: 100px 0 0;
    font-family: "Open Sans", sans-serif;
    background: #333;
    color: #fff;
    padding: 5px 50px;
    font-size: 1rem;
    border-radius: 0;
    text-shadow: none;
    border: none;
  }
  #thanks a:hover {
    background-color: #fff;
    color: #333;
    outline: 1px solid #333;
  }
}
