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 {
  text-indent: -1em;
  padding-left: 2em;
}

.indent2 {
  text-indent: -1em;
  padding-left: 2em;
}

.listarea {
  padding: 10px 0 0 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: 0 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 70px 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{
background-color: #f7f7f0;
padding: 2rem;
width: 100vw;
margin: 0 calc(50% - 50vw);
	
}
.accordion {
	max-width: 95%;
	margin: 0 auto;
	background-color: #f7f7f0;
}

.accordion ul{
	width: 850px;
	margin: auto;
	max-width: 90%;
}

.accordion .option{
	width: 850px;
	margin: auto;
	max-width: 90%;
}

.accordion 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;
	width: 850px;
	margin: auto;
	max-width: 90%;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #ff0000b3;
    content: '';
}

.accordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}


.contents p {
	margin-bottom: 15px;
}




.bg {
  background-color: #f7f7f0;
  margin: 5% -200%;
  padding: 5% 200%;
}
.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.full-width img {
  width: 100%;
  height: auto;
}
main {
  width: 980px;
  margin: 0 auto;
}
.red {
  color: #FF0004;
}
.title {
  width: 100%;
}
.sbtitle {
  padding: 0 10px;
  border-left: 4px solid #FF0004;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 20px;
}
.text {
  font-size: 15px;
  padding-left: 15px;
}
.text a {
  color: #1a0dab;
}
.text a:hover {
  text-decoration: underline;
}
.intro {
  font-size: 15px;
  padding-left: 15px;
}
.about {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#ff8c00));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #ff8c00 100%);
  background-image: linear-gradient(to right, #f83600 0%, #ff8c00 100%);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.small {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 22px;
  padding-left: 20px;
}
.small2 {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-indent: -1em;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
    text-align: center;
  }
}
.area {
  margin: 20px 0;
}
.box {
  width: 300px;
  margin: 5px auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.boxtitle {
  font-size: 18px;
  font-weight: bold;
  color: #EB0003;
  margin: 10px 0;
  text-align: center;
}
.boxtext {
  font-size: 15px;
  line-height: 22px;
  padding: 15px 0 0 20px
}
.boximg img {
  max-width: initial;
}
.accordion {
  margin: auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin: 2em 0;
}

.note {
  padding: 1em 0 0 1em;
  display: block!important;
}
.toggle:checked + .sidebar + .note {
  max-height: 100%;
  transition: all 1.5s;
}
.toggle:checked + .sidebar::before {
  transform: rotate(90deg) !important;
}
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border: 1px solid #37beb0;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);
  padding: 15px 0;
  border-bottom: 3px solid #37beb0;
  background-color: #ececec;
  text-align: center;
  color: #37beb0;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #37beb0;
  color: #fff;
}

.shadow{
	padding-left: 1em;
	margin: 10px 0 0;
}

.shadow img {
  border: 1px solid #D5D5D5;
  max-width: 80%;
}
.heading {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
.heading1 {
  font-size: 15px;
  font-weight: bold;
}
.tabtext {
  font-size: 15px;
  padding-left: 1em;
}
.tabtext2 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 1em;
}
.tabtext3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.tabtext2 a {
  color: #1a0dab;
  text-decoration: underline;
}
.tabtext2 a:hover {
  opacity: 0.8;
}
.ma30 {
  margin-top: 30px;
}
.areatable {
  border-collapse: collapse;
  margin: 15px;
}
.areath, .areatd {
  border: solid 1px black;
  padding: 8px;
}
.areath {
  background: #CDCDCD;
  font-size: 15px;
  font-weight: bold;
}
.areatd {
  font-size: 13px;
}
.listimg img {
  width: 85px;
}
.button {
  width: 450px;
  margin: 30px auto;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  color: #FF0000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  top: 52%;
  right: 25px;
  margin-top: -6px;
}
.btn:hover {
  background: #FF0000;
  color: #fff;
}
.btn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width:799px) {
  main {
    width: 100%;
    padding: 0 8px;
  }
  .sbtitle {
    font-size: 13px;
    margin: 40px 0 10px;
  }
  .text {
    font-size: 13px;
  }
  .intro {
    font-size: 13px;
  }
  .about {
    font-size: 13px;
  }
  .accordion {
    max-width: 100%;
    margin: 1em auto;
  }
  .option {
    margin: 0;
  }
  .sidebar {
    font-size: 13px;
    padding: 8px;
    width: 100%;
    margin-left: 0;
  }
  .note {
    padding: 8px 0 0;
  }
  .box {
    width: 300px;
    margin: 5px auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
  }
  .boxtitle {
    font-size: 15px;
  }
  .boxtext {
    font-size: 13px;
    line-height: 20px;
    padding-left: 0;
    margin: 0 auto;
    width: 90%;
    /*text-align: left;*/
  }
  .boximg img {
    text-align: center;
    width: 60%;
  }
  .areath {
    font-size: 13px;
  }
  .areatd {
    font-size: 12px;
  }
  .listimg {
    width: 100%;
  }
  .listimg img {
    width: 15%;
  }
  .button {
    width: 100%;
  }
  .btn {
    font-size: 13px;
  }
  .btn:before {
    top: 53%;
    right: 15px;
  }
  .shadow {
    text-align: center;
	padding-left: 0;
  }
  .shadow img {
    width: 80%;
  }
  .heading {
    font-size: 13px;
  }
  .heading1 {
    font-size: 13px;
  }
  .tabtext {
    font-size: 13px;
  }
  .tabtext2 {
    font-size: 13px;
  }
  .tabtext3 {
    font-size: 13px;
  }
  .tab_item {
    width: 0px;
    height: 0px;
    padding: 0;
    border-bottom: 0px;
    background-color: #fff;
    color: #fff;
    display: block;
  }
  .tab_item:hover {
    opacity: 1;
  }
  .tab_content {
    display: block;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }
  .ma30 {
    margin-top: 5px;
  }
}

.taishoulist h2{
    font-size: 150%;
	font-weight: bold;
	padding-left: 1rem;
	margin: 3rem 0 1.5rem;
}

.taishoulist span{
	margin-left: 2rem;
}

.taishoulist p{
	margin-left: 2rem;
}

.taishoulist table{
	margin-left: 2rem;
	margin-bottom: 2rem;
    width: 95%;
}

.taishoulist th{
	border: 1px solid #7D7D7D;
	padding: 1rem;
	text-align: center;
}

.taishoulist td{
	border: 1px solid #7D7D7D;
	padding: 1rem;
}

.taishoulist .head{
	background-color: rgba(249,210,210,1.00);
}

.taishoulist table .area{
	width: 20%;
}

.listname{
	font-weight: bold;
}

.zenhan h2{
	 display: flex;
  align-items: center; /* アイコンとテキストの縦位置を中央揃え */
  border-bottom: 3px solid #ff0000;
  padding-left: 140px; /* アイコン分のスペース + 余白 */
  min-height: 70px; /* アイコンの高さを確保 */
  background: url('../img/ss.png') no-repeat left center;
  background-size: 130px auto;
}

.kohan h2{
	display: flex;
  align-items: center; /* アイコンとテキストの縦位置を中央揃え */
  border-bottom: 3px solid #ff0000;
  padding-left: 140px; /* アイコン分のスペース + 余白 */
  min-height: 70px; /* アイコンの高さを確保 */
  background: url('../img/wa.png') no-repeat left center;
  background-size: 130px auto;
}

.heijitsu{
	background-color: rgba(64,119,248,1.00);
	border-radius: 5px;
	font-weight: bold;
	padding: 0 3rem;
	color: #ffffff;
}

.shumatsu{
	background-color: rgba(248,64,64,1.00);
	border-radius: 5px;
	font-weight: bold;
	padding: 0 3rem;
	color: #ffffff;
}

.heijitsu_table .head{
	background-color: rgba(210,222,249,1.00);
}