@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  margin: 0;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
    overflow-y: scroll;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}


body {
  position: relative;
  width: 100%;
  color: #444444;
  text-align: center;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, picture, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
  list-style-type: none;
  list-style-position: putside;
  list-style-image: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  color: #fff;
  width: auto;
  vertical-align: middle;
  border: 0;
  pointer-events: none;
}

a {
  color: #231815;
  outline: 0;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
}
a img {
  pointer-events: auto;
}

b, em, strong {
  font-weight: 700;
  font-style: normal;
}

small {
  font-size: 80%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  font-weight: 400;
  padding: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
}

body {
  font-size: 1rem;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
#header {
  background: url("../img/header-a.png") repeat-x center center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #header {
    padding: 10px 0 50px;
  }
  #header h1 {
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 4% 0 8%;
  }
  #header h1 {
    width: 73%;
    margin: 0 auto;
  }
}

.hover-zoom {
  transition: transform 0.3s ease;
}
.hover-zoom:hover {
  transform: scale(1.05);
}

.atcl#about {
  background-color: #ffffff;
}
.atcl#instagram,
#pet {
  background-color: #fdf6f3;
}
.sec {
  max-width: 940px;
  margin: 0 auto;
}

.secTtl {
  position: relative;
  padding-bottom: .25em;
  line-height: 1.35em;
  border-bottom: 4px solid #572e29;
}
.secTtl:before, .secTtl:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

#pet .secTtl:before {
  background-image: url('../img/icon-dog.png');
}
 
#pet .secTtl:after {
  background-image: url('../img/icon-cat.png');
}
#about .secTtl:before {
  background-image: url('../img/icon-eki.png');
}
 
#about .secTtl:after {
  background-image: url('../img/icon-car.png');
}

#map .secTtl {
  border-bottom-color: #572e29;
}
#map .secTtl:before {
  background-image: url('../img/icon-ice.png');
}
#map .secTtl:after {
  background-image: url('../img/icon-shop.png');
}

#instagram .secTtl {
  border-bottom-color: #572e29;
}
#instagram .secTtl:before {
  background-image: url('../img/icon-insta.png');
}
#instagram .secTtl:after {
  background-image: url('../img/icon-camera.png');
}
#news-list .secTtl:before {
  background-image: url('../img/icon-prezent.png');
}
#news-list .secTtl:after {
  background-image: url('../img/icon-prezent1.png');
}

.secLead .hash, .secLead a {
  display: inline-block;
  color: #e74473;
	
}

.secLead a{
	text-decoration: underline;
}

.secLead a:hover{
	text-decoration: none;
}

@media (min-width: 768px) {
  .atcl {
    padding: 80px 30px;
  }

  .secTtl {
    font-size: 32px;
    padding-left: 110px;
    padding-right: 110px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
  }
  .secTtl:before, .secTtl:after {
    width: 88px;
    height: 62px;
    bottom: -2px;
  }
  .secTtl:before {
    left: 20px;
  }
  .secTtl:after {
    right: 20px;
  }

  .secLead {
    padding: 45px 0;
    line-height: 2.22em;
    font-size: 17px;
    color: #444444;
  }
}
@media (max-width: 767px) {
  .atcl {
    padding: 9.33% 5.33% 13.33%;
  }

  .secTtl {
    font-size: 18px;
    font-size: 4.8vw;
    border-bottom-width: 0.53vw;
    padding-left: 16.4%;
    padding-right: 16.4%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
  }
  .secTtl:before, .secTtl:after {
    width: 13.1%;
    max-width: 88px;
    height: 100%;
    bottom: -1px;
    bottom: -0.26vw;
  }
  .secTtl:before {
    left: 2.98%;
  }
  .secTtl:after {
    right: 2.98%;
  }

  .secLead {
    font-size: 11px;
    font-size: 3vw;
    padding: 2em 0;
    margin-left: -0.5em;
    margin-right: -0.5em;
    line-height: 2em;
  }
}
#mapSection {
  position: relative;
  max-width: 640px;
}
#mapSection .areaBtn li {
  position: absolute;
  width: 25.3125%;
}
#mapSection .areaBtn li a {
  display: block;
  transition: transform 0.3s cubic-bezier(0.18, 0.29, 0.29, 0.93);
}
#mapSection .areaBtn li.goto {
  left: 60%;
  top: 40%;
}
#mapSection .areaBtn li.unazuki {
  left: 63%;
  top: 24%;
}
#mapSection .areaBtn li.ikuji {
  left: 52.5%;
  top: 14.5%;
}
#mapSection .areaBtn li.kurobe {
  left: 53.5%;
  top: 16%;
}
#mapSection .areaBtn li.shinkirou {
  left: 50.5%;
  top: 23%;
}
#mapSection .areaBtn li.namerikawa {
  left: 45%;
  top: 29%;
}
#mapSection .areaBtn li.hosoiri {
  left: 40%;
  top: 60%;
}

#mapSection .areaBtn li.gosei {
  left: 0%;
  top: 27%;
}
#mapSection .areaBtn li.shinminato {
  left: 24%;
  top: 30%;
}
#mapSection .areaBtn li.amahara {
  left: 18%;
  top: 25%;
}
#mapSection .areaBtn li.himi {
  left: 10%;
  top: 18%;
}
#mapSection .areaBtn li.takaoka {
  left: 8%;
  top: 35%;
}
#mapSection .areaBtn li.oyabe {
  left: -2%;
  top: 40%;
}
#mapSection .areaBtn li.tonami {
  left: 12%;
  top: 46%;
}
#mapSection .areaBtn li.syogawa {
  left: 14%;
  top: 52%;
}
#mapSection .areaBtn li.inami {
  left: 12%;
  top: 57%;
}
#mapSection .areaBtn li.fukumitu {
  left: -2%;
  top: 66%;
}
#mapSection .areaBtn li.taira {
  left:8%;
  top: 73%;
}

@media (min-width: 768px) {
  #mapSection {
    margin: 65px auto;
  }
  #mapSection .areaBtn li a:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 767px) {
  #mapSection {
    margin: 9.7% auto;
  }
}

#map .areaTtl {
  color: #fff;
  line-height: 1.94em;
  background: #444444;
}
#map .areaList {
  text-align: left;
  font-weight: 700;
}
#map .areaList a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  background: #f8f5f2;
}
#map .areaList .name {
  width: 48%;
  box-sizing: border-box;
}
#map .areaList .place {
  width: 52%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #map .area + .area {
    padding-top: 30px;
  }
  #map .areaTtl {
    font-size: 32px;
    border-radius: 8px;
  }
  #map .areaList {
    font-size: 20px;
  }
  #map .areaList li {
    padding-top: 6px;
  }
  #map .areaList a {
    padding: .5em 30px;
    border-radius: 8px;
    transition: background .15s linear;
  }
  #map .areaList a:hover {
    background: #f4efde;
  }
}
@media (max-width: 767px) {
  #map .area + .area {
    padding-top: 4.47%;
  }
  #map .areaTtl {
    font-size: 18px;
    font-size: 4.8vw;
    border-radius: 4px;
    border-radius: 1vw;
  }
  #map .areaList {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  #map .areaList li {
    padding-top: 0.89%;
  }
  #map .areaList a {
    padding: .5em;
  }
  #map .areaList .name {
    padding-left: .6em;
  }
}

.instaList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instaList li {
  box-sizing: border-box;
}
.instaList li a {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .instaList {
    margin: -20px -15px 0;
  }
  .instaList li {
    width: 33.33%;
    padding: 20px 15px 0;
  }
  .instaList li a img {
    transition: transform 0.5s cubic-bezier(0.18, 0.29, 0.29, 0.93);
  }
  .instaList li a:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .instaList {
    padding: 0 2.2%;
  }
  .instaList li {
    width: 50%;
  }
  .instaList li a {
    margin: 0 3.3%;
  }
  .instaList li:nth-child(n+3) {
    margin-top: 3.125%;
  }
}

#igCheck {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#igCheck a {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.18, 0.29, 0.29, 0.93);
}
@media (min-width: 768px) {
  #igCheck {
    width: 40px;
  }
  #igCheck a:hover {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  #igCheck {
    max-width: 40px;
    width: 5.33%;
  }
}

#footer {
  color: #444444;
  background: #e3e3e3;
}

#footer .powerd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
#footer .powerd .logo {
  max-width: 90px;
}
#footer .copyright {
  font-weight: 700;
}
.footer-nemu{
  margin-top: 20px;
}
.footer-nemu a {
  font-size: 12px;
  color:#444444 ;
}
@media (min-width: 768px) {
  #footer {
    padding: 50px 0;
  }
  #footer .powerd {
    font-size: 16px;
  }
  #footer .powerd .text {
    padding-right: 25px;
  }
  #footer .powerd a {
    transition: opacity 0.3s cubic-bezier(0.18, 0.29, 0.29, 0.93);
  }
  #footer .powerd a:hover {
    opacity: .75;
  }
  #footer .copyright {
    padding-top: 25px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 3.2% 0;
  }
  #footer .powerd {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  #footer .powerd .logo {
    width: 12%;
  }
  #footer .powerd .text {
    padding-right: 3.2vw;
  }
  #footer .copyright {
    padding-top: 1em;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}

.adBox {
  width: 92%;
  margin: 0 auto;
  max-width: 540px;
  font-weight: 700;
  line-height: 1.3;
}
.adBox .ttl {
  background-color: #444444;
}
.adBox .title {
  display: inline-block;
  color: #ffffff;
  margin: 1em 0 .8em;
  border-bottom: 2px solid #ffffff;
}
.adBox .title .tv {
  display: inline-block;
  padding-left: .25em;
  letter-spacing: 0.25em;
}
.adBox .btns {
  display: flex;
}
.adBox .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  width: 100%;
  padding: .6em 0;
  transition: background-color .3s ease, color .3s ease;
}
#footer .adBox .btn.dl {
  color: #d55174;
  background-color: #faedf1;
}
#footer .adBox .btn.contact {
  color: #ffffff;
  background-color: #00b4d5;
}
@media (min-width: 768px) {
  .adBox {
    margin-bottom: 40px;
  }
  .adBox .ttl {
    border-radius: 10px 10px 0 0;
  }
  .adBox .title {
    font-size: 23px;
  }
  .adBox .btn {
    font-size: 17px;
  }
  .adBox .btn.dl {
    border-radius: 0 0 0 10px;
  }
  .adBox .btn.contact {
    border-radius: 0 0 10px 10px;
  }
  #footer .adBox .btn.dl:hover {
    background-color: #d55174;
    color: #faedf1;
  }
  #footer .adBox .btn.contact:hover {
    background-color: #47bde9;
    color: #ecf5fb;
  }
}
@media (max-width: 767px) {
  .adBox {
    margin-bottom: 6%;
  }
  .adBox .ttl {
    border-radius: 5px 5px 0 0;
  }
  .adBox .title {
    font-size: 16px;
    font-size: 4vw;
  }
  .adBox .btn {
    font-size: 13px;
    font-size: 3.46vw;
  }
  .adBox .btn.dl {
    border-radius: 0 0 0 5px;
  }
  .adBox .btn.contact {
    border-radius: 0 0 5px 5px;
  }
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact { padding: 60px 0;}
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #70b9b0;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type=submit] {
  background: #70b9b0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #92cac3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*** contact form ****/
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #f0f0f0;
  border: 0;
  box-sizing: border-box;
  margin-top: 60px;
  margin-bottom: 100px;
  line-height: 1.5rem;
}

.entry-title {
    display: none;
}
.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {
    display: flex;
}

  @media (max-width: 767px) {
    .contact-form {
        padding: 9.33% 5.33% 13.33%;
    }
} 
div.wpforms-container-full button {/*送信ボタン*/
    padding: 0 60px;
    margin: 50px 0;
}
@media only screen and (max-width: 600px) {
  div.wpforms-container-full:not(:empty) {
      padding: 30px;
  }
}


/*--------------------------------------------------------------
# TOP投稿一覧
--------------------------------------------------------------*/
.atcl#news-list{
  background-color: #FFFFFF;
}




.news {
  background-color: #f8f5f2;
  padding: 30px 20px;
  border-radius: 15px;
}

.post-list {
  list-style: none;
  padding: 0 50px;
  text-align: left;
}

.post-list li{
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  align-items: center;
}



.post-title {
  text-decoration: none;
  color: #333;
  flex: 1;
}

.post-title:hover {
  color: #0073aa;
}

.post-date {
  color: #666;
  font-size: 0.7em;
  margin-left: 10px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .post-list {
    padding: 0 10px
  }
  .post-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
    margin: 15px 0;
    font-size: 3vw;
  }
  .post-date {
    margin-left: 0;
    margin-top: 5px;
  }

}

.button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.load-more {
  padding: 10px 20px;
  background-color: #444444;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
}

.load-more:hover {
  background-color: #005f8d;
}
/*--------------------------------------------------------------
# 投稿ページ
--------------------------------------------------------------*/
.singlePage {
  margin-top: 50px;
  margin-bottom: 100px;
}


/* 投稿タイトルのスタイル */
.single-post-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #572e29;
  padding-bottom: 20px;
}

/* メタ情報（日付と著者）のスタイル */
.single-post-meta {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 30px;
}



/* 本文コンテンツのスタイル */
.single-post-content {
  margin-top: 60px;
  font-size: 1.1em;
  color: #333;
  word-break: break-word;
  line-height: 1.8;
}

/* リンクのスタイル */
.single-post-content a {
  color: #0073aa;
  text-decoration: underline;
}

.single-post-content a:hover {
  color: #005f8d;
}

/* メディアクエリ（レスポンシブ対応） */
@media (max-width: 768px) {
  .single-post {
      padding: 15px;
  }

  .single-post-title {
      font-size: 18px;
  }

  .single-post-meta {
      flex-direction: column;
      align-items: center;
      gap: 5px;
  }

  .single-post-content {
      font-size: 1em;
  }
}
/*--------------------------------------------------------------
# PrivacyPolicy
--------------------------------------------------------------*/

.privacy-page h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.privacy-page h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #555;
  text-align: left;
}

.privacy-page p {
  margin-bottom: 15px;
  line-height: 1.8;
  text-align: left;
  font-size: 14px;
}
.privacy-page section {
  margin-bottom: 30px;
}


