/******************************
  Common
******************************/
body {
  font-family: "Arial", "Noto Sans JP", sans-serif;
}
a img:hover,
a img:focus {
  opacity: .7;
  filter: alpha(opacity=70);
  transition: opacity .2s ease-in-out;
}
.bg-side {
	background-image: url("../img/bg-side.png");
	background-repeat: repeat-y;
}
section {
  padding: 2.5rem 0;
}
ul,
ol {
  padding-left: 1.2rem;
}
ol li {
  margin-bottom: .3rem;
}
ol li:last-child {
  margin-bottom: 0;
}
.table caption {
  caption-side: top;
  padding: .3rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 0;
  text-align: center;
  background: #e9e9e9;
  color: inherit;
  font-weight: bold;
  font-size: 1.2rem;
}
.table th {
  white-space: nowrap;
  text-align: center;
  background-color: rgba(0, 0, 0, .05);
  padding: .5rem;
  vertical-align: middle;
}
.table td {
  padding: .5rem;
}
.table td.sat {
  background: #edf4fc;
  color: #007bff;
}
.table td.sun {
  background: #fceded;
  color: #dc3545;
}
section h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  text-align: center;
}
h3 {
	position: relative;
	height: 60px;
	background-image: url("../img/sub-title.png");
	background-repeat: no-repeat;
	font-size: 2.0rem;
}
h3 span {
	position: absolute;
	left: 70px;
	bottom: 15px;
}
section h4 {
  background-color: #7f1184;
  color: #fff;
  border-radius: 10px 10px 10px 10px;
  margin-left: .8em;
  padding: 3% 0;
}
section h4 img {
  margin-left: -1em;
  max-width: 50px;
}
section h4 span {
  padding: 5 5;
}
section h5 {
	margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
section h5 span {
	background-color: #e5eed7;
	border-radius: 100px;
	padding: 15px;
	text-align: center;
}
section h5 a {
	color: #f172a3;
	font-size: 1.3rem;
}
.btn-warning,
.btn-warning:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  body {
    font-size: .9rem;
  }
  h2 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  h3 {
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  section {
    padding: 1.5rem 0;
  }
	.bg-side {
		background-size: 90%;
	}
}
@media screen and (min-width:768px) and ( max-width:991.98px) {
  section h4 span {
    font-size: 1.0rem;
  }
	section h5 {
		font-size: 1.3rem;
	}
	.bg-side {
		background-size: 90%;
	}
	section h5 a {
		font-size: 0.8rem;
	}
}
@media screen and (min-width: 991.99px) and ( max-width:1199.99px)  {
	section h5 a {
		font-size: 1.2rem;
	}
}

/******************************
  Header
******************************/
header {
  border-bottom: 10px solid #c8dcab;
  background-color: #c8dcab;
  color: #fff;
  margin-bottom: 10px;
}
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background-color: #004d25;
}
.navbar {
  padding: 10px 0;
}
.navbar-brand a:first-child{
  text-decoration: none;
}
.navbar-toggler {
  background: #fff;
  outline: none !important;
}
.carousel-item {
  max-height: 600px;
}
.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out .7s;
}
.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
.carousel-indicators li {
  background-color: #aaa;
}
.about {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: inherit;
  z-index: 10;
}
.about h1 {
  color: #e83e8c;
  font-size: 0.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  visibility: hidden;
}
.about h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.6rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.mem {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  z-index: 5;
}
.mem img {
  width: 60%;
}
@font-face {
  font-family: 'MyFont';
  src: url(../localfonts/OPTICopperplate.otf);
}
.logofont {
  font-family: 'MyFont';
  font-size: 1.0rem;
  color: #ffdc00;
  text-shadow:1px 1px 0 #7f1184, -1px -1px 0 #7f1184,
              -1px 1px 0 #7f1184, 1px -1px 0 #7f1184,
              0px 1px 0 #7f1184,  0-1px 0 #7f1184,
              -1px 0 0 #7f1184, 1px 0 0 #7f1184;
}
.menu {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0 10px;
}
.menu a {
  width: 100%;
  font-size: 0.8rem;
  background-color: #ffd700;
  color: #000;
  text-align: center;
  padding: 10px;
}
.menu li:first-child a {
  background-color: #cc1669;
  color: #fff;
}
@media (min-width: 767.98px) {
  .menu {
    display: block;
    width: 95%;
    margin: 1px auto;
  }
  .menu a {
    border-radius: 10px 10px 10px 10px;
    display: block;
    padding: 5%;
    margin: 1px auto;
    font-size: 1.2rem;
  }
}

@media screen and (min-width:768px) and ( max-width:991.98px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .about h1 {
    font-size: 1.4rem;
    visibility: visible;
  }
  .about h1 small {
    font-size: 1.2rem
  }
  .mem {
    bottom: 25px;
    right: 10%;
  }
  .mem img {
    width: 100%;
  }
  .menu a {
    margin: 0 auto 5px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 991.99px) and ( max-width:1199.99px)  {
  .about h1 {
    font-size: 1.8rem;
    visibility: visible;
  }
  .logofont {
    font-size: 1.8rem;
  }
  .mem {
    bottom: 35px;
    right: 10%;
  }
  .mem img {
    width: 100%;
  }
  .menu a {
    margin: 0 auto 5px;
  }
}

@media screen and (min-width: 1200px) {
  .about h1 {
    font-size: 1.8rem;
    visibility: visible;
  }
  .logofont {
    font-size: 1.8rem;
  }
  .mem {
    bottom: 35px;
    right: 20%;
  }
  .mem img {
    width: 100%;
  }
  .menu a {
    margin: 0 auto 10px;
  }
}

/******************************
  Footer
******************************/
footer {
  background-color: #91ba58;
  color: #fff;
  letter-spacing: 1px;
}
footer li::after {
  content: "|";
  padding-left: 8px;
}
footer li:last-child::after {
  content: "";
  padding-left: 0;
}
footer p {
  margin: 1rem auto;
  width: 20rem;
  text-align: center;
}
.page-top {
  bottom: 20px;
  right: 40px;
}
.page-top a {
  opacity: .8;
  background: #666;
  width: 70px;
  height: 70px;
  font-size: 20px;
  padding-top: 18px;
}
.page-top a:hover {
  background: #999;
}

/******************************
  Contents
******************************/
.greeting {
	background-color: #f7dce9;
	border-radius: 80px;
	padding: 30px;
}
.greeting .txt-r {
	text-align: right;
}
.bg-pink {
  background-color: #e83e8c !important;
}
.profile-img {
	margin-top: 4em;
	margin-bottom: 1em;
}
.hour li:first-child {
  width: 4rem;
}
.hour li:nth-child(2).text-center {
  width: 1rem;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  border: 0;
  margin-top: -50%;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.gallery a.big img {
  width: 40%;
}
.inquiry {
	background-color: #e58ab4;
	border-radius: 30px;
	padding: 30px;
}
.inquiry div {
	text-align: center;
}
.inquiry p {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
}
.inquiry p.inquiry-title {
	font-size: 1.2rem;
}
.inquiry p.inquiry-sub {
	font-size: 1rem;
}
.font-hg {
  font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", "Arial", "Noto Sans JP", sans-serif;
}

@media (max-width: 991.98px) {
	.profile-img {
		margin-top: 0;
	}
}

/******************************
  info
******************************/
.topics dd {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .topics dt {
    clear: left;
    float: left;
    width: 7em;
  }
  .topics dd {
    margin-left: 7em;
  }
}

/******************************
  Admin
******************************/
.bootstrap-datetimepicker-widget table {
  border: 1px solid #dee2e6;
}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
  padding: 5px;
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
  width: 100px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: #28a745;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #ccc;
}
.datepicker-days th.dow:first-child {
  background: #dc3545;
  color: #fff;
}
.datepicker-days th.dow:last-child {
  background: #007bff;
  color: #fff;
}
.datepicker-days td:first-child {
  background: #fceded;
  color: #dc3545;
}
.datepicker-days td:last-child {
  background: #edf4fc;
  color: #007bff;
}
.select td.selectable {
  cursor: pointer;
}
.select td.closed {
  background: #fceded !important;
  color: #dc3545 !important;
  font-weight: bold;
}
