@charset "utf-8";

/* CSS Document */
body {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
color : #31232c;
}

body * {
  box-sizing: border-box;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* PCとSPの改行切り替え */
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media only screen and (max-width:1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
.image_area {
width: 380px;
display: block;
vertical-align: bottom;
}
.image_area2 {
width: 500px;
display: block;
vertical-align: bottom;
}
@media only screen and (min-width: 1079px){
.image_right {
float: right;
margin: 0 0 21px 25px;
}
.image_left {
float: left;
margin: 0 25px 30px 0;
}
}
@media only screen and (max-width: 1079px){
.image_right {
	width : 80%;
float: none;
margin: 25px auto;
}
.image_left {
float: none;
margin: 25px auto;
}
}
.center{
	text-align : center;
}
.clear{
	clear : both;
}
.color-red{
	color : #cc0000;
}
.space_l{
	height : 30px;
}

.cv-tel a{
	text-decoration : none;
	color : #fff;
}
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom : 20px;
	background : #ebe6de;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	padding : 10px;
}

.font-120{
	font-size : 120%;
	line-height : 150%;
}
/*カラー*/
.font-purple{
	color : #cc99ff;
}
.font-pink{
	color : #ff99cc;
}

/*予約ボタン*/
@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.yoyaku-btn {
    position: relative;
    display: block;
    width: 100%;
	font-size : 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #c3176d;
	border : 1px solid #b10e5f;
    overflow: hidden;
	margin-top : 50px;
}

.yoyaku-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.line-btn {
    position: relative;
    display: block;
    width: 100%;
	font-size : 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #00b900;
	border : 1px solid #00b900;
    overflow: hidden;
	margin-top : 30px;
}

.line-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.otameshi-btn {
    position: relative;
    display: block;
    width: 100%;
	font-size : 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #5e3f27;
	border : 1px solid #5e3f27;
    overflow: hidden;
	margin-top : 50px;
}

.otameshi-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/*チェック項目*/
ul.osusume {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul.osusume li {
  display: flex; /* テキストを上下に配置 */
  align-items: flex-start; /* チェックマークをテキストの1行目に合わせる */
  word-break: break-word; /* テキストを折り返す */
  line-height: 1.7; /* 行間を通常の倍に設定 */
	margin-bottom : 10px;
}


ul.osusume li i {
  padding-right: 0.6em;
  color: #cc0000;
  font-size: 20px;
  flex: 0 0 auto; /* チェックマークは固定幅 */
}

ul.osusume li span {
  flex: 1; /* テキストは可変幅 */
}

.menu-ttl {
  position: relative;
  padding: 1rem .5rem 0.5rem .5rem;
	margin-bottom : 20px;
	font-size : 28px;
	color : #7f4f7c;
}

.menu-ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#7f4f7c), to(#7f4f7c));
  background-image: -webkit-linear-gradient(left, #7f4f7c 0%, #7f4f7c 100%);
  background-image: linear-gradient(to right, #7f4f7c 0%, #7f4f7c 100%);
}

/* menu design */
        .menu-item {
            display: flex;
            flex-direction: column; /* セットごとに縦に並ぶように変更 */
            padding: 10px;
			line-height : 200%;
			margin-top : 20px;
        }

        .menu-item > div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            white-space: nowrap;
        }

        .menu-name {
            display: flex; /* Flexboxを使用して項目名と線を横に並べる */
            align-items: center; /* 縦方向に中央揃え */
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /* ドットの線のスタイルを追加 */
        .dot-line {
            flex-grow: 1;
            height: 1px;
            background-color: #ddd;
            margin: 0 10px; /* ドットの間隔を調整 */
        }

        .menu-price {
            white-space: nowrap;
        }

        /* レスポンシブスタイル */
        @media (max-width: 768px) {
            .menu-item > div {
                flex-direction: column;
                align-items: flex-start;
            }
            .menu-name {
                margin-top: 5px;
            }
        }
/*よくある質問*/
.faq {
	width: auto;
}
.faq dl {
	border: 1px solid #ccc;
	background : #fff;
	margin-bottom : 15px;
	padding : 0;
}
.faq dt {
font-weight: bold;
	color: #fff;
	background: #1083a0; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width : 100%;
	margin-top : 0px;
}
.faq dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.faq dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	border : none;
	width : 100%;
}

.faq dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
	color : #cc0000;
	font-size : 24px;
}
.area-15 a{
	text-decoration : none;
	color : #cc99ff;
}

@media screen and (min-width:641px){
	.footer_tel{
		display: none;
}	
}

@media screen and (max-width:640px){
.footer_tel {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
	z-index : 9999999;
}
}
.tokutei {
  border-collapse: collapse;
  width: 100%;
  line-height : 30px;
}
 
.tokutei th,
.tokutei td {
  border: 1px solid #dbe1e8;  
  padding: 15px;
}
 
.tokutei th {
  background: #f9fafc;
  text-align: left;
  width: 25%;
}
 
@media only screen and (max-width: 800px) {
  .tokutei tr,
  .tokutei th,
  .tokutei td {
    display: block;
    width: auto;
  }
  
  .tokutei tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .tokutei th,
  .tokutei td {
    border-top: none;
  }
#footer{
 margin-bottom : 15px;
}
}
#footer{
	background : #333;
	padding : 10px 0px;
	text-align : center;
	font-size : 12px;
	line-height : 40px;
	color : #fff;
}
#footer a{
	text-decoration : none;
	color : #ffffff;
}