/*
Theme name: Gh-Kaseda
Author: MAKIE KAMIMURA
Version: wordpress 7.0
*/

body {
  color: #5a5249;
  font-family: "Zen Maru Gothic", sans-serif;
}
p {
  font-size: 18px;
}
.navbar-light .navbar-nav .nav-item a {
  color: #02aa99;
  font-size: 1.2rem;
  font-weight: 500;  
}
.navbar-light .navbar-nav .nav-item a:hover {
  color: #6e4f40;
  text-decoration: none;
}
.top-line {
  background-color: #02aa99;
  height: 3px;
}
.main_imgbox {
  overflow: hidden;
  position: relative;
}
.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite;
}
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.main_img:nth-of-type(4) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 32s;
  animation-delay: 32s;
}
.main_img:nth-of-type(6) {
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}

@keyframes anime {
  0% {
      opacity: 0;
  }
  10% {
      opacity: 1;
  }
  30% {
      transform: scale(1.2);
      animation-timing-function: ease-out;
      opacity: 1;
  }
  50% {
      opacity: 0;
      transform: scale(1.3) ;
      z-index: 7;
  }
  100% { opacity: 0 }
}

.my6rem {
  margin: 6rem 0;
}
.breadcrumb {
  list-style: none;
  background-color: #11ffee00;
  margin-bottom: 0;
  padding: .75rem .1rem;
}
.breadcrumb li a {
  text-decoration: none;
  color: rgba(66,33,11,0.7);
  font-size: .9rem;
}
.breadcrumb li::after {
  content: ">";
  color: #6e4f40;
  margin-right: 5px;
  margin-left: 5px;
}
.breadcrumb li:first-child a::before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1em;
  color: rgba(66,33,11,0.7);
  margin-right: 3px;
}
.breadcrumb li:last-child::after {
  content: "";
}
section .back {
  background-color: #fdfbf2;
  height: 930px;
}
#about {
  padding: 10rem 0;
  background-color: #fdfbf2;
}
.roun {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 430px;
  border-radius: 80% 80% 80% 80% / 80% 80% 80% 80%;
  background-color: #ffcfea;
  color: #e53d8b;
  font-weight: 500;
  line-height: 3rem;
  padding-top: 30px;
}
.roun p {
  font-size: 1.8rem;
}
.roun-2 {
  width: 940px;
  height: 650px;
  border-radius: 80% 80% 70% 70% / 80% 80% 70% 70%;
  background-color: #b1f5e2;
  padding-top: 80px;
  margin: 0 auto;
}
.tex-fo {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.pl4rem {
  padding-left: 2rem;
  margin-left: 5rem;
  margin-right: 4rem;
}
.mt8rem {
  margin-top: 8rem;
}
.mt10rem {
  margin-top: 10rem;
}
.mt15rem {
  margin-top: 15rem;
}
.title-color, .p-color {
  color: #02aa99;
}
.line {
  background-color: #e53d8b;
  width: 300px;
  height: 2px;
  margin: 0 auto;
}
.font-s {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  color: #02aa99;
}
.mt5rem {
  margin-top: 5rem;
}
.bg-col {
  background-color: #fdfbf2;
  border-style: solid;
  border-color: #6e4f40;
  border-radius: 5px;
}
.pt5rem {
  padding-top: 5rem;
}
.pt8rem {
  padding-top: 8rem;
}
.pb10rem {
  padding-bottom: 10rem;
}
.pb6rem {
  padding-bottom: 6rem;
}
.pb3rem {
  padding-bottom: 3rem;
}
.py5rem {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py8rem {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py10rem {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.tex-com {
  color: #6e4f40;
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
  font-weight: 500;
}
.px4rem {
  padding: 0 4.6rem 0 4.3rem;
}
a .tach:hover {
  opacity: 0.6;
}
.img-1 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/first_visit.jpg);
  background-size: cover;
  background-position: center center;
}
.ss-box {
  display: inline-block;
  height: auto;
  background-color: rgba(225,225,225,0.8);
  color: #e53d8b;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 6px 15px;
  margin: 0 auto;
}
.img-2 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/extension.jpg);
  background-size: cover;
  background-position: center;
}
.img-3 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/flower_aki.jpg);
  background-size: cover;
}
.img-4 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/vegetable_r3.jpg);
  background-size: cover;
}
.img-5 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/peel_r3.jpg);
  background-size: cover;
  background-position: bottom;
}
.img-6 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/garden_r2.jpg);
  background-size: cover;
  background-position: center;
}
.img-7 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/bon_r2.jpg);
  background-size: cover;
}
.img-8 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/soumenn_r1.jpg);
  background-size: cover;
}
.img-9 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/persimmon.jpg);
  background-size: cover;
  background-position: center;
}
.img-10 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/mikan_r1.jpg);
  background-size: cover;
  background-position: center;
}
.img-11 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/danngo_h30.jpg);
  background-size: cover;
}
.img-12 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/aged_day.jpg);
  background-size: cover;
  background-position: bottom;  
}
.img-13 {
  height: 600px;
  max-width: 100%;
  background-image: url(images/noodle_h30.jpg);
  background-size: cover;
  background-position: bottom;
}
.mb4rem {
  margin-bottom: 4rem;
}
.mini-card {
  width: 550px;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.time-2 {
  font-size: 1rem;
  margin: 10px 20px 20px;
}
.over-tex3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 28em;
}
.paddi {
  padding-left: 40px;
}
.staff-card a:hover {
  opacity: 0.6;
}
.list-no {
  list-style: none;
  font-size: 1.2rem;
  font-weight: 500;
}
.list-no a:hover {
  color: #02aa99;
}
.list-no a {
  color: #6e4f40;
}
.bg-body {
  background-color: #fdfbf2;
}
.my8rem {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.font-si {
  font-size: 1.3rem;
  font-weight: 500;
}
.card {
  color: #5a5249;
  border: 0 none;
}
.card-title a, a h4 {
  color: #5a5249;
}
.card-title a:hover, a h4:hover {
  color: #02aa99;
}
.card-block {
  border: 1px solid #f5f5f5;
}
a:hover {
  color: #02aa99;
  text-decoration-color: #02aa99;
}
.eyecatch2 {
  width:100%;
  height:250px;
  background-position: center center;
  background-size: cover;
}
.over-tex2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-weight: 500;
}
.mini-box {
  border: 1px solid #e53d8b;
  background-color: #fff;
  margin-top: 2rem;
  border-radius: 5px;
  color: #5a5249;
}
.list-no2 {
  list-style: none;
  font-size: 1.2rem;
  color: #02aa99;
  font-weight: 500;
}
.list-no2 a {
  color: #02aa99;
}
.list-no2 a:hover {
  color: #6e4f40;
}
.font-si2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.pb8rem {
  padding-bottom: 8rem;
}
.footer-color {
  background-color: #02aa99;
}
.foot-line2 {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.foot {
  display: inline;
  background-color: #fdfbf2;
  border-radius: 30px;
  padding: 7px 15px 8px 10px;
}
.foot-2 {
  display: flex;
  justify-content: center;
  height: 130px; 
}
.list-no3 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  list-style-type: none;
}
.list-no3 li a {
  color: #fff;
  font-size: 1.1rem;
}
.list-no3 li a:hover {
  color: #5a5249;
}
.hi-line {
  border-left-color: #fff;
  border-left-width: 2px;
  border-left-style: solid;
  padding-left: 18px;
}
.copy {
  color: #fff;
  font-weight: 400;
  padding: 10px;
}
small {
  font-size: 80%;
}


/*-- page.h --*/
.img-bk {
  background-image: url(images/kotei_top.png);
  height: 280px;
  width: 100%;   
}
.mtrem {
  margin-top: 3.4rem;
}
.top-title {
  text-align: center;
  padding-top: 115px;
  font-weight: bold;
  color: #6e4f40;
}
.mt4rem {
  margin-top: 5.2rem;
}
.sub-name {
  display: inline-block;
  padding: 2px 10px;
  background-color: #e53d8b;
  color: #fdfbf2;
  border-radius: 50px;
}
.staff-name{
  width: 400px;
  height: auto;
  padding: 18px 30px;
  background-color: #5a5249;
  color: #fff;
  font-size: 1.4rem;
  border-style: none;
  font-weight: 00;
  border-radius: 10px;
  text-align: left;
  font-weight: 500;
}
.staff-big {
  font-weight: 500;
}
.point {
  display: inline-block;
}

/*-- page-chages.h --*/
.font-colo {
  font-size: 1.3rem;
  color: #5a5249;
}
table.ta-box {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
table th, table td {
  border: 1px solid #5a5249;
  padding: 10px;
}
thead th {
  background-color: rgba(110,79,64,0.7);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
tbody th {
  background-color: #fdfbf2;
  text-align-last: justify;
  font-weight: 500;
}
span.kome {
  color: red;
  display: inline-block;
  font-size: .8rem;
}
tbody td, tfoot td {
  text-align: right;
  font-weight: 500;
}
tfoot th {
  text-align-last: justify;
}
tfoot th, tfoot td {
  background-color: rgba(229,61,139,0.1);
  border-top: 3px double #5a5249;
  font-weight: 500;
}
.unlist {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.1rem;
}
.mt4rem {
  margin-top: 4rem;
}
.kome-color {
  color: red;
}
.unlist li {
  text-indent: -2.5em;
  padding-left: 2.5em;
  font-weight: 500;
}

/*-- page-event.h --*/
.event .card .card-footer {
  padding: 0; 
}
.card-header1 {
  height: 55px;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  color: #5a5249;
  background-color: rgba(246,184,182,0.5);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header2 {
  height: 55px;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  color: #5a5249;
  background-color: rgba(0,173,236,0.3);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header3 {
  height: 55px;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  color: #5a5249;
  background-color: rgba(241,138,56,0.3);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header4 {
  height: 55px;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  color: #5a5249;
  background-color: rgba(0,139,67,0.3);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
#event .card-body {
  background-color: #fdfbf2;
}
#event .card-body ul {
  list-style-type: none;
}
#event .card-body {
  height: 140px;
}
#event .card-body ul {
  font-weight: 500;
}
#event img {
  height: 250px;
}

/*-- form.h --*/
#contact p, label {
  color: #5a5249;
}
#contact p a {
  color: #5a5249;
  text-decoration-line: underline; 
}
#contact p a:hover {
  color: #e53d8b;
}
.mb5rem {
  margin-bottom: 5rem;
}
.px5rem {
  padding: 0 5.5rem;
}
.form-control:focus {
  box-shadow: none;
  border-color: #e53d8b;
}
input.btn-sub {
  border: 1px solid #e53d8b;
  background-color: rgba(229,61,139,0.2);
  padding: 12px 55px 10px;
  border-radius: 30px;
  color: #e53d8b;
  font-weight: 600;
  font-size: 1.2rem; 
}
input.btn-sub:hover {
  background-color: #e53d8b;
  color: #fff;
} 


/*-- index.h --*/
.blog-top {
  position: relative;
  background-image: url(images/drive_2.jpg);
  height: 650px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.top-box {
  position: absolute;
  width: 300px;
  height: 210px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 50%;
}
.blog-top h1 {
  color: #5a5249;
  font-weight: 600;
  padding-top: 10px;
}
.blog-sub {
  color: #e53d8b;
  font-size: 1.2rem;
  font-weight: bold;
}
.mb8rem {
  margin-bottom: 8rem;
}
.text-color {
  color: #5a5249;
}
.cate-ss {
  display: inline-block;
  font-size: .8rem;
  height: 1.3rem;
  padding: .1rem .5rem 0;
  border-radius: 5px; 
  background-color: rgba(249,185,0,0.3);
  font-weight: bold;
}
.cate-ss a, h4 a, .over-tex a,
.news-card, .news-inner {
  color: #5a5249;
}
a h4:hover {
  color: #02aa99;
}
.cate-ss a:hover {
  text-decoration-line: none;
  color: #02aa99;
}
.card-body a:hover {
  text-decoration-line: none;
}
.time {
  font-size: .8rem;
}
.over-tex {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.font-weight-normal {
  font-weight: 500 !important;
}
.c-hov {
  transition: box-shadow 250ms ease-in-out;
}
.c-hov:hover {
  box-shadow: 2px 2px 3px 5px #ccc;
}
.eyecatch {
  width:100%;
  height:220px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.page-item .page-link:hover {
  background-color: #fdfbf2;
  color: #e53d8b;
} 
.pagination li a {
  color: #5a5249;
}
.page-item.active .page-link {
  background-color: #e53d8b;
  border-color: #e53d8b;
}
.page-item.active .page-link:hover {
  color: #5a5249;
}
.page-link:focus {
  box-shadow: none;
}
/*フォーム全体*/
#search{
  position: relative;/*フォームの相対位置*/ 
  width: 280px;/*フォームのサイズ*/
  margin-bottom: 15px;/*フォームの下に余白*/    
}
/*検索ボックス*/
label {
  display: inline-block;
}
#sbox{ 
  width: 100%;  
  outline: 0;/*クリック時の青い枠線消す*/  
  height: 45px;
  margin: 0; 
  padding-left: 20px;  
  border-radius: 2px 0 0 2px;
  border: thin solid #ccc;
  background: #fff;
}
/*検索ボタン*/
#sbtn{
  width: 70px; 
  height: 45px; 
  position: absolute;
  margin-top: 0;  
  right: 0;  
  top: 0;
  border-radius: 0 2px 2px 0;
  background-color: #e53d8b; 
  border: none; /*検索ボタンの枠線を消す*/ 
  color: #fff; 
  font-weight: bold; 
  font-size: 17px; 
}
#sbtn:hover{
  color: #ffc0cd;
}
.mt6rem {
  margin-top: 6rem;
}
.back-box {
  background-color: #fdfbf2;
  width: 100%;
  height: auto;
}
.blog-line {
  height: 3px;
  width: 120px;
  background-color: #e53d8b;
  border-radius: 10px;
}
.categoly {
  color: #5a5249;
  font-size: 18px;
  list-style: none;
}
.categoly li a {
  color: #5a5249;
}
.categoly li a:hover {
  color: #02aa99;
  text-decoration-line: none; 
}
.blog-line2 {
  height: 3px;
  width: 165px;
  background-color: #e53d8b;
  border-radius: 10px;
}
.categoly .caret-icon::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  font-size: 1em;
  color: #e53d8b;
  margin-right: .4rem;
  margin-left: 1rem;
}
.un-line2 {
  border: 1px dotted #e53d8b;
  text-align: start;
  margin: 5px 30px 0 10px;
}
.top-page {
  margin: 0 auto;
  padding: 12px;
  position: ;
  width: 100px;
  height: 70px;
  background-color: #fdfbf2;
  border-radius: 10px;
}
.top-inner {
  display: block;
  font-weight: bold;
}
.top-page a {
  color: #5a5249;
  text-decoration-line: none;
}
.top-page a:hover {
  color: #e53d8b;
}

/*-- single.h --*/
.cate-area a {
  color: #5a5249;
}
.cate-s {
  display: inline-block;
  height: 1.8rem;
  padding: .2rem .75rem 0;
  border-radius: 5px; 
  background-color: rgba(249,185,0,0.3);
}
.cate-s a:hover {
  text-decoration: none;
  color: #02aa99;
}
.ma-top {
  margin-top: .4rem;
}
ul.tag {
  list-style-type: none;
}
.tag li a {
  color: #5a5249;
}
.tag li a:hover {
  text-decoration-line: none;
  color: 
}
.tag {
  list-style-type: none;
}
.tags a{
  display: inline-block;
  line-height: 30px;
  margin-right: 5px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  white-space: nowrap;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.tags a:before{
  font-family: "Font Awesome 5 Free";
  content:'\f02b';
  font-weight: 900;
  color: #e53d8b;
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5rem;
}

/*-- archive-news.h --*/
.news-top {
  background-image: url(images/yellow_flow2.jpg);
  height: 280px;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  margin-top: 85px;
}
.top_area {
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.6;
}
.news-top h1 {
  color: #5a5249;
}
.news-back {
  background-color: #fff8dc;
}
.mb3rem {
  margin-bottom: 3rem;
}
.news-card {
  max-width: 100%;
  height: 150px;
  background-color: rgba(245,166,0,0.2);
}
.news-time {
  font-size: 1rem;
}
.p-col a {
  color: #5a5249;
}
.p-col a:hover {
  text-decoration-color: #5a5249;
}  
.c-hov2 {
  transition: box-shadow 250ms ease-in-out;  
}
.c-hov2:hover {
  box-shadow: 2px 2px 3px 5px #ccc;
  background-color: #fff;
}
.my5rem {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/*-- single-news.h --*/
.news-back2 {
  background-color: #fff8dc;
}
.news-inner {
  width: 800px;
  height: auto;
  background-color: #fff;
}
.news-btn {
  padding: 14px 20px 12px;
  background-color: #fdfbf2;
  color: #e53d8b;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #e53d8b;
  border-radius: 30px;
  transition: all 250ms ease-in-out;
}
.news-btn:hover {
  background-color: #e53d8b;
  color: #fff;
  text-decoration: none;
}
.news-btn::before {
  /*矢印アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f0d9';
  font-weight: 900;
  font-size: 1em;
  color: #e53d8b;
  margin-right: 10px;
  transition: all 250ms ease-in-out
}
.news-btn:hover::before {
  color: #fff;
}

/*-- kusunoki.h --*/
.kusu-top {
  background-color: rgba(245,166,0,0.3);
  height: 320px;
  margin-top: 85px;
  width: 100%;
}
.kusu-box {
  border: 1px solid #5a5249;
  height: auto;
  padding: 20px;
  background-color: #fbfbf2;
  border-radius: 5px; 
}
p {
  margin-bottom: 0;
  font-weight: 500;
}
.index {
  background-color: rgba(245,166,0,0.3);
  color: #5a5249;
  padding: 20px;
  font-weight: bold;
  border-left: 7px solid #6eb92b;
  position: relative;
}
.index::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: #fff #fff #ff8c00 #ff8c00;
  border-style: solid;
  border-width: 0 25px 25px 0;
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0, 0.1);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0, 0.1);
  box-shadow: -1px 1px 1px rgba(0,0,0, 0.1);
}
.kusu-card {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.card-name {
  font-size: 1.2rem;
  padding: 10px;
  background-color: #e53d8b;
  color: #fff;
  font-weight: bold;
}
.card-body {
  padding: 15px;
}
.card-name2 {
  font-size: 1.2rem;
  padding: 10px;
  background-color: #02aa99;
  color: #fff;
  font-weight: bold;
}
.img-box {
  width: 120px;
  height: 170px;
  margin-left: 50px;
}
.index-2 {
  background-color: rgba(245,166,0,0.3);
  color: #5a5249;
  padding: 20px;
  font-weight: bold;
  border-left: 7px solid #ff8c00;
  position: relative;
}
.index-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: #fff #fff #ff8c00 #ff8c00;
  border-style: solid;
  border-width: 0 25px 25px 0;
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0, 0.1);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0, 0.1);
  box-shadow: -1px 1px 1px rgba(0,0,0, 0.1);
}
.p-name::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  font-weight: 900;
  font-size: 1.4em;
  color: #e53d8b;
}
.p-name {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.un-line {
  background-color: rgba(229,61,139,0.2);
}
.mlem {
  margin-left: 2.3em;
  margin-bottom: 2rem;
}
.red {
  color: red;
}
.right {
  width: 300px;
  height: 200px; 
  float: right;
  margin-left: 10px;
}
.card-name3 {
  font-size: 1.5rem;
  padding: 10px;
  background: linear-gradient(to right, rgb(255, 124, 111), #ffcf94);
  color: #fff;
  font-weight: bold;
}
.img-space {
  filter: opacity(0.7);
}
.sticky {
  position: sticky;
  top: 0;
}
.rental-name {
  background: linear-gradient(to right, rgb(255, 124, 111), #ffcf94);
  padding: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.rental { 
  background-color: #fdfbf2;
  padding: 20px;
}
.name-sub {
  background-color: #5a5249;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.list-non {
  list-style: none;
  padding-left: 0;
}
.number {
  color: #ff8c00;
  font-weight: bold; 
}
.list-non li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.under {
  text-decoration: underline solid #ff9933;
}


/*-- wordpressの設定 --*/
ul.post-categories {
  list-style: none;
  padding-left: 0;
}
img {
  width: auto;
  height: auto;
}

/*-- PageNaviの設定 --*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
a.page, a.first, a.previouspostslink,
a.nextpostslink, a.last {
  text-decoration-line: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  position: relative;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5a5249;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #fdfbf2;
  color: #e53d8b;
}
.wp-pagenavi span.current { /* 現在地 */
  color: #fff;
  background-color: #e53d8b;
}

/*-- widgetの設定 --*/
.widget {
  list-style: none;
}
ul {
  padding-left: 10px;
}
.cat-item a, .wp-block-archives li a {
  color: #5a5249;
  font-weight: 500;
}
.cat-item a:hover,
.wp-block-archives li a:hover {
  color: #02aa99;
  text-decoration-line: none;
}
.cat-item, .wp-block-archives {
  list-style: none;
}
.cat-item::before,
.wp-block-archives li::before,
.news-list li a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  font-size: 1em;
  color: #e53d8b;
  margin-right: .4rem;
  margin-left: 1rem;
}
.post-categories {
  margin-top: 0;
}

/*-- formの設定 --*/
form p a {
  color: #5a5249;
  text-decoration: underline;
}
.wpcf7-text {
  height:  calc(1.5em + 1rem + 2px);
  font-weight: 400;
  font-size: 1.25rem;
  padding: .5rem 1rem;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .3rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.wpcf7-validates-as-required:focus {
  box-shadow: none;
  border-color: #e53d8b;
}
textarea {
  font-weight: 400;
  font-size: 1.2rem;
  padding: .5rem 1rem;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: .3rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-submit {
  border: 1px solid #e53d8b;
  background-color: rgba(229,61,139,0.2);
  padding: 12px 55px 10px;
  border-radius: 30px;
  color: #e53d8b;
  font-weight: 500;
  font-size: 1.2rem;
  margin-left: 4rem;
}
.wpcf7-submit:hover {
  background-color: #e53d8b;
  color: #fff;
}

/*-- searchの設定 --*/
.total {
  font-size: 1.3rem;
}
.searchlist {
  list-style: none;
}
.item-wrapper {
  display: flex;
}
.image {
  max-width: 100%;
  width: 300px;
  height: 200px;
}
/*-- archive-newsの設定 --*/
.news-list {
  list-style: none;
}
.news-list li a {
  color: #5a5249;
}
.news-list li a:hover {
  color: #02aa99;
  text-decoration-line: none;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  /*-- 画面サイズが993px以上1200px以下の設定 --*/
  .navbar .navbar-brand img {
    content: url(images/gh_ok.png);
  }
  .navbar-light .navbar-nav .nav-item a {
    font-size: 1.1rem; 
  }
  .roun {
    line-height: 3rem;
  }
  img.kusu_logo {
    content: url(images/md_kusu.png);
  }
  .pr {
    padding-left: 40px;
  }
  .mini-card {
    width: 480px;
  }
  .paddi {
    padding-left: 60px;
  }
  .over-tex3 {
    width: 24em;
  }
  .tex-com {
    font-size: 1.3rem;
    padding-left: 4.5rem;
  }
  .btn1 {
    content: url(images/md_btn_2.png);
    padding-left: 4.5rem;
  }
  /*-- page-event.h --*/
  #event img {
  height: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  /*-- 画面サイズが768px以上992px以下の設定 --*/
  .roun {
    width: 380px;
    height: 360px;
    line-height: 2.4rem;
    padding-top: 32px;
    margin-left: 0;
  }
  .roun p {
    font-size: 1.3rem;
  }
  .flower {
    content: url(images/flower_3.png);
    top: 120px;
  }
  .roun-2 h3 {
    font-size: 1.5rem;
  }
  .roun-2 {
    width: 700px;
    height: 600px;
    padding-top: 70px;
  }
  .tex-fo {
    padding-left: -20px;
    margin-right: 5rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  img.border1 {
    content: url(images/sm_le.png);
    padding-left: 0;
  }
  img.border2 {
    content: url(images/sm_ri.png);
    padding-right: 0;
  }
  .img-7 {
    background-position: right;
  }
  .px {
    padding-left: 120px;
  }
  .pr {
    padding-right: 90px;
    padding-left: 0;
  }
  .paddi {
    padding-left: 120px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .eyecatch2 {
    width:100%;
    height:200px;
  }
  .wrapp {
    display: flex;
    flex-wrap: wrap;
  }
  .titl-fo {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
  .un-line {
  margin: 5px 10px 20px 0;
  }
  /*-- index.h --*/
  .eyecatch {
    width:100%;
  height:180px;
  }
  .mb5 {
    margin-bottom: 5rem;
  }
  /*-- page.h --*/
  .mt {
    margin-top: 0;
  }
  /*-- page-event.h --*/
  #event .card-body li {
    font-size: .9rem;
  }
  #event .card-body ul {
    padding-left: 0;
  }
  #event img {
  height: 150px;
  }
  /*-- archive-news.h --*/
  .news-card {
  width: 600px;
  }
  /*-- single-news.h --*/
  .news-inner {
  width: 600px;
  }
  /*-- form.h --*/
  .padding-x {
    padding-left: 0;
    padding-right: 0;
  }
  .wpcf7-text, textarea {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /*-- 画面サイズが767px以下の設定 --*/
  #about {
    padding: 7rem 0;
  }
  .roun {
    width: 420px;
    height: 380px;
    line-height: 2.6rem;
    padding-top: 30px;
    margin-left: 50px;
  }
  .roun p {
    font-size: 1.4rem;
  }
  .flower {
    content: url(images/flower_3.png);
    top: 130px;
    left: 90px;
  }
  .mb8rem {
    margin-bottom: 6rem;
  }
  .roun-2 {
    width: 540px;
    height: 620px;
    padding-top: 50px; 
  }
  .roun-2 h3 {
    font-size: 1.5rem;
  }
  .tex-fo {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 5rem;
  }
  img.mt8rem {
    margin-top: 6rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  .img-3 {
    background-position: left;
  }
  .img-4, .img-7, .img-8 {
    background-position: center;
  }
  .img-5, .img-11 {
    background-position: right;
  }
  .pt5rem {
    padding-top: 4rem;
  }
  .mt10rem {
    margin-top: 6rem;
  }
  .pb10rem {
    padding-bottom: 6rem;
  }
  img.kusu_logo {
    content: url(images/sm_kusu.png);
  }
  img.btn1 {
    content: url(images/md_btn_2.png);
  }
  .bg-col {
    padding-left: 0;
    padding-right: 0;
  }
  .list-no {
    font-size: 1.1rem;
  }
  img.border1 {
    content: url(images/sm_le.png);
    padding-left: 0;
  }
  .album {
    font-size: 1.4rem;
  }
  img.album-s {
    content: url(images/ss_album.png);
    text-align: center;
  }
  img.border2 {
    content: url(images/sm_ri.png);
    padding-right: 0;
  }
  .mini-card {
    width: 550px;
  }
  .over-tex3 {
    width: 28em;
  }
  .mt80 {
    margin-top: 5rem;
  }
  .px {
    padding-left: 0;
    padding-right: 0;
  }
  .pr {
    padding-right: 0;
    padding-left: 20px;
  }
  .paddi {
    padding-left: 40px;
  }
  .tex-com {
    font-size: 1.4rem;
  }
  .py5rem {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py8rem {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .mt8rem {
    margin-top: 6rem;
  }
  .pt8rem {
    padding-top: 6rem;
  } 
  .eyecatch2 {
  width:100%;
  height:300px;
  }
  .un-line {
  margin: 5px 10px 20px 0;
  }
  #search {
    margin: ;
  }
  nav.mt5rem {
    margin-bottom: 4rem;
  }
  .mini-box2 {
    padding-bottom: 0
  } 
  #event img {
  height: 320px;
  }
  /*-- index.h --*/
  .eyecatch {
    height: 300px;
  }
  .mt4rem {
    margin-top: 4rem; 
  }
  .wp-pagenavi {
    margin-top: 3rem;
  }
  /*-- page-charges.h --*/
  .mtrem {
    margin-top: 2.5rem;
  }
  tfoot td {
    font-size: .9rem;
  }
  /*-- page-event.h --*/
  #event .card-body li {
    font-size: 1.1rem;
  }
  #event img {
    height: 350px;
  }
  /*-- archive-news.h --*/
  .news-card {
    width: 400px;
    height: 180px;
  }
  /*-- single-news.h --*/
  .news-inner {
    width: 450px;
  }
  /*-- form --*/
  .padding-x {
    padding-right: 0;
    padding-left: 0;
  }
  .wpcf7-text, textarea {
    max-width: 100%;
  }
  /*-- kusunoki --*/
  .mb-5rem {
    margin-bottom: 1rem;
  }
  /*-- page-empoly.p --*/
  .mt25 {
    margin-top: 2.5rem;
  }
}


@media screen and (max-width: 540px) {
  /*-- 画面サイズが540px以下の設定 --*/
  .container-fluid, .main_imgbox,
  footer {
    width: 600px;
  }
  .container {
    width: 540px;
  }
  p {
    font-size: 1.5rem;
  }
  .over-tex3 {
    width: 21em;
  }
  .menu-item {
    margin-bottom: 1rem;
  }
  .flower {
    left: 100px;
  }
  .roun-2 {
    margin-left: 30px;
  }
  .bg-body {
    background-color: #fff;
  }
  #about {
    background-color: #fff;
  }
  .ml30 {
    margin-left: 30px;
  }
  .mt3rem {
    margin-top: 3rem;
  }
  .mt10rem {
    margin-top: 3rem;
  }
  .ml15 {
    margin-left: 15px;
  }
  .px {
    padding-left: 20px;
  }
  .paddi {
    padding-left: 60px;
  }
  .px4rem {
  padding: 0 4rem 0 4.3rem;
  }
  .blog-x {
    width: 500px;
    margin-left: 35px;
  }
  .ml35 {
    margin-left: 35px;
  }
  .ml3 {
    margin-left: 15px;
  }
  /*--page.h --*/
  .mt {
    margin-top: 2.5rem;
  }
  /*-- page-charges.h --*/
  .unlist {
    font-size: 1.5rem;
  }
  /*-- page-employ --*/
  .h2-big {
    font-size: 2.3rem;
  }
  .h4-big {
    font-size: 2rem;
  }
  .p-big {
    font-size: 1.8rem;
  }
  .p-inbig p {
    font-size: 1.8rem;
  }
  .p-big2 {
    font-size: 1.6rem;
  }
  .staff-big {
    font-size: 1.5rem;
  }
  .date-big {
    font-size: 1.2rem;
  }
  .pad-left {
    padding-left: 30px;
  }
  /*-- index --*/
  .top-box {
    width: 300px;
  }
  .card-x {
    width: 500px;
    margin-left: 30px;
  }
  .wp-block-group .back-box h4 {
    font-size: 2rem;
  }
  .wp-block-group ul li a {
    font-size: 1.5rem;
  }
  .m-t5rem {
    margin-top: 5rem;
  }
  /*-- form --*/
  .wpcf7-text, textarea {
  max-width: 100%;
  }
  .wpcf7-submit {
    margin-left: 8rem;
    padding: 15px 80px 13px;
    border-radius: 50px;
    font-size: 1.8rem;
  }
  /*-- kusunoki --*/

  /*-- archive-news --*/
  .marg-lef0 {
    margin-left: 0;
  }
  ul .tags a {
    font-size: 1.2rem;
  }

}

/*-- bootstrapのVr5.3.8のアップデートでクラス名が変わった為の対応 --*/
#menu-place_headernavi .nav-item {
  padding-left: 1.5rem !important; /* お好みで調整 */
}
#menu-place_footer .menu-item {
  margin-right: 1rem !important;
}
.mini-box .font-si2 {
  padding-left: 1rem;
}
a {
  text-decoration: none;
  font-weight: 500;
}

.mini-card .p-big2 {
  margin-left: 1rem;
}

/*-- ブログ一覧ページの検索BOX --*/
.wp-block-search__input {
  border-radius: 2px;
}
.wp-element-button, .wp-block-button__link {
  border-radius: 2px;
}




