@charset "utf-8";
* {
  box-sizing: border-box;
  font-size: 17px;
  font-family: sans-serif;
}
body {
  margin: 0;
  padding: 0;
	background-color: #2D2A27

}
h1, h2, h3, h4, h5, ul, li, form, p, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block
}
img {
  vertical-align: bottom;
}
p {
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;

	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 16px;
	padding: 8px;
}
.page {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.mv img {
  width: 100%;
  height: auto
}
.h1 {
  text-align: center;
  font-size: 22px;
  background: #000;
  color: #FFF;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.h2 {
  text-align: center;
  font-size: 20px;
  background: #000;
  color: #FFF;
  padding: 12px 10px;
  margin-bottom: 20px;
}
.inner {
  padding: 0 20px;
}
.swiper-wrapper {
  margin-bottom: 20px;
  padding-top: 20px;
}
.swiper-slide div {
  font-size: 13px;
  color: #666;
  line-height: 140%;
  padding-top: 8px;
	text-align: center
}
.swiper img {
  width: 100%;
  height: auto;
}
.mbox {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.mbox .item1 {
  width: 40%;
}
.mbox .item1 img {
  width: 90%;
  height: auto;
}
.mbox .item2 {
  width: 60%;
}
.cat {
  margin-bottom: 8px;
}
.cat li {
  font-size: 12px;
  background: #FFD9EE;
  width: 90px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mbox h3 {
  margin-bottom: 5px;
}
.mbox p {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 15px;
}
.price {
  color: #B80D0D;
  font-weight: bold;
  text-align: right;
  margin-bottom: 15px;
}
.btn_rsv {
  text-align: center;
  background: #B32040;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;

	color: #FFF;
  font-size: 15px;
  padding: 7px;
  font-weight: bold;
	text-decoration: none
}
footer{
	border-top: 1px solid #ccc;
	margin-top: 40px;
	background: #eee
}
.ftr_logo{
	font-weight: bold;
	margin-bottom: 15px;

}
.ftr_address,.copyright{
	font-size: 13px;
}
.ta1 {
  width: 100%;
	margin-bottom: 30px;
}
.ta1 td, .ta1 th {
  font-size: 14px;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
.ta1 th {
  white-space: nowrap;
	width: 30%;
}
.ibox {
  margin-bottom: 30px;
}


.faq-item {
  border-bottom: 1px solid #ccc;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  padding: 16px 48px 16px 0;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
color: #333;
}
.faq-q .label {
  font-weight: 700;
}
.faq-a {
  display: none;
  padding: 0 0 16px 0;

}
.faq-a p {
  line-height: 1.4;
  font-size: 14px;
}
/* プラス／マイナスアイコン */
.icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #999;
  transform: translate(-50%, -50%);
  transition: .2s;
}
.icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-q[aria-expanded="true"] .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
  .btn-line {
    display: inline-block;
    background: #06c755; /* LINEのブランドカラー */
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
  }
  .btn-line:hover {
    opacity: 0.85;
  }
footer{
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
}
.txt1{
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 150%;
}
.txt1 a{
	color: #333;
	
}
.btn1{
	display: flex;
	background:#FFE000;
	border: none;
	border-radius: 7px;
	color: #000;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	width: 225px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 0 auto;
	padding: 16px 10px;
	position: relative;
	font-weight: bold
}
.btn1:hover{
	opacity: 0.9;
}
.btn1 span,.btn2 span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 8px;
	height: 20px;
	position: absolute;
	top:18px;
	right: 15px;
	background-image: url("../img/arrow_wh.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.error{
	font-size: 14px;
	color: red;
	padding-top: 6px;
}
.center{
	text-align: center
}
.btn_edit{
	padding: 20px 0 50px 0;
	text-align: center
}
.btn_edit a{
	color: #333	
}
.pc{
	display: block
}
.sp{
	display:none
}
@media screen and (max-width: 768px) {
  .page {
    width: 100%;
    margin: 0 auto;
  }
.pc{
	display: none
}
.sp{
	display:block
}
}