@charset "UTF-8";

body {
	font-family: 'BIZ UDPMincho', serif;
	letter-spacing: -0.05em;
}

.bg {
    background-image: url(../img/img_002.png);
    background-repeat: repeat-x;
    background-position: 0% -2em;
}
.bg_gold {
    background-image: url(../img/bg_gole.png);
    background-repeat: repeat-y;
    background-position: center 0%;
    background-size: cover;
}

.foot-bg {
    background-color: #443c74;
    background-image: -webkit-radial-gradient( center top, rgba(157,51,136,1) 20%, rgba(68,60,116,1) 60%);
    background-image: radial-gradient( center top, rgba(157,51,136,1) 20%, rgba(68,60,116,1) 60%);
    width: 100%;
    height: 100%;
}


/* Google map　レスポンシブ */
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

ruby {
    ruby-position:under;
}

/* Youtube　レスポンシブ */
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #993399;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
  color: rgba(155, 0, 126, 0.3);
  border-color: rgba(0, 0, 0, 0.1);
}

.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 30rem;
    padding: 10px 25px;
    color: #543618;
    transition: 0.3s ease-in-out;
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
}
.button_solid017 a:hover {
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    opacity: 1;
    transition: all 0.2s;
    background-color: #FFE500;
}
.button_solid017 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.accordion-button {
    font-size: 1.5rem;
}

/* お知らせ */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:0px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

.table > :not(caption) > * > * {
    padding-top: 1rem;
    padding-right: 0rem;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}