@import url('https://fonts.googleapis.com/css2?family=Arima:wght@500&display=swap');
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
body {
  background-image: url('../img/background-image.png');
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width:768px) {
  body {
    background-image: url('../img/felice-image2.png');
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and (max-width:600px) {
  body {
    background-image: url('../img/felice-image4.png');
    background-size: cover;
    background-attachment: fixed;
  }
}
/*h1, h2, h3 {
  font-family: 'Arima', cursive;
}*/
.container {
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 30px 3px rgba(110,90,70,.7);
  padding: 0;
  width: 375px;
  margin: auto;
}
.menu-icon {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  background: #0bd;
  padding: 1rem;
  position: fixed;
  right: 0;
}

.box1 {
  color: #211a1a;
  opacity:  1;
}

.box2 {
  background-color: rgba(255, 252, 252, 1.2);
  color: #211a1a;
  padding:2em;
}

.logo-img{
  margin-top:50px;
  text-align: center;
}
.margin-img{
  margin-top:50px;
  text-align: center;
}

.title{
  margin:1rem 0 3rem;
  text-align: center;
  font-size:1.6rem;
}

.sub-title{
  margin:1rem 0 3rem;
  text-align: center;
  font-size:1.6rem;
}
.sub-title i,.sub2-title i{
  color:#236666;
  padding-right: 10px;
}
.sub-title span,.sub2-title span{
  color:#236666;
  font-size:0.9rem;
}

.sub2-title{
  margin:3rem 0 3rem;
  text-align: center;
  font-size:1.4rem;
}

dl.shopinfo{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
  text-align: center;
}
dl.shopinfo dt{
	background: #f5f5f5;
	padding: 5px;
  font-size: 0.8rem;
  width: 100%;
}
dl.shopinfo dd{
	background: #fff;
	padding: 5px;
  margin-left:0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 765px) {
	dl.shopinfo dt{ 
		width: 100%;
		border-right: none;
	}
	dl.shopinfo dd{
		width: 100%; 
	}
}


/*=========================================
#hamburger
=========================================*/

.hamburger-box{
  background-color: rgb(183, 126, 12);
    position: fixed;
    z-index: 140;
    top: 12px;
    right: 10px;
    width: 50px;
    height:  50px;
}

.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: transform .3s;
}

.hamburger.is-active span {
    background-color: #ffffff;
}

.hamburger span:nth-child(1) {
    top: 30%;
}

.hamburger span:nth-child(2) {
    top: 60%;
}

.hamburger span:nth-child(3) {
    top: 90%;
}

/*=========================================
#drawer
=========================================*/

.drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    height: 100vh;
    background-color: #432a05;
    transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
    visibility: visible;
    opacity: 1;
}

.drawer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.drawer__list {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 50px;
}

.drawer__link {
    color: #ffffff;
}

.drawer__list li{
    list-style: none;
}

/* ===============================================
# 共通
=============================================== */
a {
    color: inherit;
    text-decoration: none;
}

/*img {
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: italic;
    vertical-align: middle;

    shape-margin: .75rem;
} */

.sp-show {
  display: block;
}
.sp-none {
  display: none;
}

/* ===============================================
# ボタン
=============================================== */

.button a {
    background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 150px;
    padding: 10px 25px;
    font-family: "Arial", "メイリオ";
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-bottom:3rem;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #333;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}

dl.list511{
  padding:0.5rem;
  font-size:0.9em;
  background-color: #f5f3de;
}
dl.list511 dt{
  font-weight: bold;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-left:10px;
}
dl.list511 dd{
  display: block;
  margin-inline-start: 10px;
  unicode-bidi: isolate;
}

dl.list511 dd ul li{
  list-style:none !important;
}

dl.list511 ul {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 0;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

dl.list511 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.menu-item{
  font-size:1.0rem;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

/* ===============================================
# tableの共通設定
=============================================== */

table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 50%;
	margin-bottom: 20px;
	border: 1px solid #b77e0c;
	text-align:center;
}
th, td	{
	padding: 10px 10px;
	text-align:center;	
}

.red
{	
  color:red;
}

.yasumi
{	
  background-image: url('../img/yasumi.gif') ;
  background-repeat: no-repeat;
  background-position: center;
  color:white;
}
.yoyaku
{	
  background-image: url('../img/yoyaku.gif') ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color:white;
}

.caption
{	
margin:0 auto;
padding-left:0.5em;
font-weight:bold;
font-size:150%;
}


.caption span
{	
margin:0 auto;
padding-left:0.5em;
font-size:70%;
font-weight:normal;
color:#948585;

}

/* ===============================================
# calender
=============================================== */
.center-table{
  justify-content: center;
}
.calender th	{
	border-top: 1px dotted #b77e0c;
	border-bottom: 1px dotted #b77e0c;
	border-left: 1px dotted #b77e0c;
}
.calender td	{
	border-bottom: 1px dotted #b77e0c;
	border-left: 1px dotted #b77e0c;
}

.bg-1{
 background-color: #fde9e8;
}

.bg-2{
  background-color: #eadccb;
}

.bg-3{
  background-color: #edddc3;
}

.bg-4{
  background-color: #bde3e5;
}

.bg-5{
  background-color: #d7edef;
}

.bg-6{
  background-color: #fee3eb;
}
/* ===============================================
# スライダー
=============================================== */
.slide {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  background-color: #FFF;
  height: 300px;
}
 
@keyframes slideshow {
  0% {
    opacity: 0;
  }
 
  10% {
    opacity: 1;
  }
 
  28% {
    opacity: 1
  }
 
  38% {
    opacity: 0;
  }
 
  100% {
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 24s linear infinite;
}
 
.slide img:nth-child(2) {
  animation-delay: 8s;
}
 
.slide img:last-child {
  animation-delay: 16s;
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
    width: 30px;
    height: 30px;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%)
}

.w3-display-container {
    margin-top:2rem;
    position: relative;
}
.w3-content,.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px;
}

/* ===============================================
# 吹き出しデザイン
=============================================== */

.fukidashi {
    position: relative;
    padding: 15px;
    border: 3px solid #236666;
    background-color: white;
    color: #236666;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin-bottom:30px;
}

.fukidashi:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 25px;
    width: 15px;
    border-right: 3px solid #236666;
    background-color: white;
    content: "";
}

.staff-name{
  border-bottom:#236666 1px solid;
}

.staff-info{
  font-size:0.8em;
}

