body {
  overflow-x: hidden;
}

main a {
  color: #1a0dab;
}

main a:hover {
  text-decoration: underline;
}

hr {
  margin: 10px 0!important;
}

.contents {
  max-width: 980px;
  margin: 0 auto;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
  border-bottom: 2px solid #FF0004;
}

.titlesmall {
  font-size: 1.5rem;
}

.mainimg {
  max-width: inherit;
}

.fas {
  margin: 0 8px;
}

.cp_list {
  padding: 2em;
  list-style: none;
  font-weight: bold;
  font-size: 1.8rem;
}

.cp_list span {
	padding-left: 1em;
}

.cp_list {
  position: relative;
padding: 0.25em 0;
	margin: 10px;
/*  border-bottom: 1px solid rgba(255, 0, 51, 1);
*/}

.cp_list:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}


/*.cp_list:after, .cp_list:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
}

.cp_list:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 0, 51, 1);
}

.cp_list:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255, 0, 51, 0.5);
  transform: rotate(60deg);
}
*/
.litext {
  font-size: 1.5rem;
}

.litext1 {
  font-size: 1.8rem;
}

.litext2 {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: bold;
}

.indent {
  padding-left: 2em;
}

.indent2 {
  text-indent: -1em;
  padding-left: 2em;
}

.listarea {
  padding-left: 30px;
}

.listarea2 {
  padding-left: 5px;
}

.red {
  font-size: 1.8rem;
}

.btnarea{
	margin: 50px auto 0;
	text-align: center;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}



.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0px 300px 10px;
  color: #fff;
  background: #FF0000;
	  border: 1px solid #FF0000;
	
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -2.0rem;
  left: calc(50% - 320px);
  display: block;
  width: 650px;
  padding: 0.2rem 0;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 100vh;
  background: #fff;
}

a.btn-c:hover{
	text-decoration: none;
	background: #fff;
	color: #FF0000;
    border: 1px solid #FF0000;
}

.last{
	margin: 50px;
}

.red{
	font-size: 2.5rem;
	color: #FF0004;
	font-weight: bold;
}

.yotext{
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 55px;
}


@media screen and (max-width: 960px) {
  .contents {
    width: 100%;
  }
  .title {
    font-size: 1.5rem;
    margin: 10px;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 0;
  }
  .listarea {
    padding: 8px;
  }
  .cp_list {
    font-size: 1.5rem;
  }
  .litext {
    font-size: 1.3rem;
  }
  .litext1 {
    font-size: 1.5rem;
  }
  .litext2 {
    font-size: 1.3rem;
  }
  .indent {
    text-indent: 0em;
    padding-left: 1.5em;
  }
  .indent2 {
    text-indent: -1em;
    padding-left: 1.5em;
  }
	.button{
		width: 80%;
		text-align: center;
	}
	.btntxt{
	text-align: left;
		padding-left: 15px;
}
	.red{
		font-size: 1.8rem;
	}
	
	a.btn-c{
		padding: 15px 100px 10px;
		font-size: 1.5rem;
	}
	
a.btn-c span {
  font-size: 1.2rem;
  top: -1.25rem;
  left: calc(50% - 140px);
  width: 280px;
  padding: 5px;
  border-radius: 1vh;
	text-align: center;
}
.yotext{
	font-size: 1.3rem;
	padding-left: 10px;
}
.btn-wrap {
  margin: 0 0 20px;
}

}

@media screen and (max-width: 320px) {
	a.btn-c{
		padding: 10px 80px 10px;
		font-size: 1.5rem;
	}
	
a.btn-c span {
  font-size: 1.2rem;
  top: -1.25rem;
  left: calc(50% - 140px);
  width: 280px;
  padding: 0 5px;
  border-radius: 1vh;
}
}

.listarea .li_click {
	cursor: pointer;
}

.listarea .li_none {
	display: none;
	margin: 0;
}
.listarea .li_none p {
	text-indent: -5em;
	padding-left:3em 
}

@media screen and (max-width: 768px) {
.listarea .li_none p {
	text-indent: -5em;
	padding-left:4em;
}
}




/*予約エリアここから*/
.sbyoyaku {
  margin: 20px 0;
}
.yoyakuarea {
  width: 400px;
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
}
.sbtitle {
  border-left: 4px solid #FF0000;
  padding-left: 15px !important;
  font-size: 1.8rem;
  font-weight: bold;
}
.cp_actab02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #333;
}
.cp_actab02 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab02 label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  /*padding: 0 0 0 2em;*/
  cursor: pointer;
  margin: 0 0 1px 0;
}
.cp_actab02 .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #EDEDED;
}
.cp_actab02 .cp_actab-content ul li {
  margin: 1em;
  font-size: 1.3rem;
}
/* :checked */
.cp_actab02 input:checked ~ .cp_actab-content {
  max-height: 10em;
  margin-bottom: 5px;
}
/* Icon */
.cp_actab02 label::after {
  line-height: 3;
  /* position: absolute;*/
  top: 0;
  /*right: 0;
	display: block;*/
  width: 5em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  font-size: 1.4rem;
}
.cp_actab02 input[type=checkbox] + label::after {
  font-family: "Font Awesome 5 Free";
  content: '\f059';
  font-weight: 900;
}
.cp_actab02 input[type=checkbox]:checked + label::after {
  content: '�';
}
.number {
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.number02 {
  padding-left: 20px;
}
.mainte {
  margin: 30px 10px 0;
  text-align: center;
  font-size: 1.2rem;
}
.contact {
  margin: 20px;
  text-align: center;
}
.contacttext {
  font-size: 1.3rem;
  text-align: left;
}
.tokusho {
  margin: 0 20px;
  font-size: 1.3rem;
  text-align: left;
}

.button2023 {
  max-width: 300px;
margin-left: 30px;
    margin-top: 10px;
}
.button2023 a:hover {
  text-decoration: none;
}
a.btn_2023 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
a.btn_2023:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_2023:hover {
  background: #fff;
  color: #FF0000;
  ;
}
a.btn_2023:hover:before {
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}
.textlink {
  font-size: 1.4rem;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
.sbyoyaku {
    padding-left: 10px;
	margin-bottom: 0;
}
.yoyakuarea {
    width: 100%;
}
.number {
    padding-left: 20px;
    font-size: 1.4rem;
}
.number2 {
    padding-left: 20px;
}
.mainte {
    font-size: 1.2rem;
    text-align: left;
}
.button2023 {
    max-width: 300px;
    margin-left: 30px;
    margin-top: 10px;
}
  a.btn_2023 {
    font-size: 1.5rem;
  }

.button2023 {
    max-width: 300px;
    margin: 20px auto;
}}

/*予約エリアここまで*/
.accodionbox-74{
background-color: #f7f7f0;
padding: 2rem;
margin-top: 15px;
	
}
.accordion-74 {
	max-width: 90%;
	margin: 0 auto;
	background-color: #f7f7f0;
}

.accordion-74 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 2em;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
	background-color: white;
}

.accordion-74 summary::-webkit-details-marker {
    display: none;
}

.accordion-74 summary::before,
.accordion-74 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #ff0000b3;
    content: '';
}

.accordion-74 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-74 summary::after {
    transition: rotate .3s;
}

.accordion-74[open] summary::after {
    rotate: 90deg;
}

.accordion-74 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion-74[open] p {
    transform: none;
    opacity: 1;
}


.hayawaribox summary{
	border-bottom: 1px solid #333333;
	cursor: pointer;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
	text-indent: 1em;
	margin-bottom: 1rem;
	font-size: initial;
}




.hayawaribox summary::-webkit-details-marker {
    display: none;
}

.hayawaribox summary::after {
   transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: '';
    transition: transform .3s;
}

.hayawaribox summary::after {
    transition: rotate .3s;
}

.hayawaribox[open] summary::after {
    transform: rotate(225deg);
}

.hayawaribox p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.hayawaribox[open] p {
    transform: none;
    opacity: 1;
}

.taishoulist{
	margin-left: 2rem;
	margin-bottom: 2rem;
	width: 90%;
}

.taishoulist th{
	border: 1px solid #7D7D7D;
	padding: 1rem;
	text-align: center;
}

.taishoulist td{
	border: 1px solid #7D7D7D;
	padding: 1rem;
}

.taishoulist .area{
	width: 20%;
}

.taishoulist .head{
	background-color: rgba(249,210,210,1.00);
}

.big-text{
	font-size: 2rem;
	font-weight: bold;
}

.text-box{
	padding-left: 2rem
}

.heijitsu{
	background-color: rgba(64,119,248,1.00);
	border-radius: 5px;
	font-weight: bold;
	padding: 0 3rem;
	color: #ffffff;
}

.blue_table{
	margin-left: 2rem;
	margin-bottom: 2rem;
	width: 90%;
}

.blue_table th{
	border: 1px solid #7D7D7D;
	padding: 1rem;
	text-align: center;
}

.blue_table td{
	border: 1px solid #7D7D7D;
	padding: 1rem;
}

.blue_table .area{
	width: 20%;
}

.blue_table .head{
	background-color: #E2ECFF;
}