body {
  background-color: #fff;
  color: #333;
}
header {
  background-color: #ccc;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5% 6%;
}
.head-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: end;
}
.head-nav a {
  color: #333;
}
.area-link {
  margin-bottom: 10%;
}
.area-link .links {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.area-link .links li {
  margin-bottom: 8px;
  width: 8%;
  text-align: center;
}
.area-link .links li a {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  background-color: #66b2d6;
  color: white;
  text-decoration: none;
}
.area-link .links li a:hover {
  /* color: white;
  text-shadow: 0 0 5px; */
  opacity: 0.8;
}
.login-box {
  margin: 0 auto;
  width: 30%;
}
.setting .shop-lists textarea,
.setting .shop-lists input,
.setting .shop-lists select {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
#main {
  width: 90%;
  margin: 0 auto;
  padding: 5%;
}
.setting h1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 5%;
}
.setting h1 .count-boxs {
  font-size: 0.88rem;
  padding-left: 10px;
}
.setting h1 .count-boxs .space {
  padding: 0 5px;
}
.setting h1 .count-boxs .fsize {
  font-size: 1.16rem;
  color: red;
  font-weight: bold;
  padding-left: 2px;
}
.setting h1 .count-boxs .caution {
  font-size: 0.76rem;
  color: orangered;
}
.setting .area-wrap {
  border: 4px solid #ccc;
  border-radius: 20px;
  padding: 10px 3%;
  margin-bottom: 5%;
}
.setting .area-wrap a:hover {
  background-color: #ccc;
}
.setting .area-wrap .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.setting .area-wrap .lists li {
  margin-bottom: 1rem;
}
.setting .area-wrap h2 {
  background-color: #fff;
  display: inline-block;
  position: relative;
  transform: translateY(-90%);
  padding: 0 2%;
}
.setting .shop-lists li {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 2%;
  margin-bottom: 4%;
  position: relative;
}
.setting .shop-lists li .number {
  position: absolute;
  left: -2%;
  top: -3%;
  background-color: red;
  color: #fff;
  border: 3px solid red;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  height: 2.8rem;
  width: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setting .shop-lists .name-pack {
  margin-bottom: .6rem;
}
.setting .shop-lists li .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.setting .shop-lists li .thumb {
  width: 40%;
}
.setting .shop-lists li .thumb a {
  display: block;
  position: relative;
}
.setting .shop-lists li .thumb a::before {
  background-color: #333;
  color: #fff;
  content: "画像変更";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 2rem;
  opacity: 0;
}
.setting .shop-lists li .thumb:hover a::before {
  opacity: 0.8;
}
.setting .shop-lists li .data-pack {
  width: 55%;
}
.setting .shop-lists li .data-pack .areaval,
.setting .shop-lists li .data-pack .viewnum {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.setting .shop-lists li .data-pack .areaval select,
.setting .shop-lists li .data-pack .viewnum input {
  width: 60%;
  padding: 4px 10px;
}
.setting .shop-lists li .data-pack .form-radio {
  gap: 10px;
}
.setting .shop-lists li .data-pack .form-radio,
.setting .shop-lists li .data-pack .areaval,
.setting .shop-lists li .data-pack .viewnum {
  margin-bottom: 20px;
}
.setting .shop-lists .discription {
  margin-bottom: 20px;
}
.setting .shop-lists .form-enter {
  width: 15%;
  text-align: center;
  margin: 0 0 0 auto;
}
.setting .shop-lists .form-enter button {
  box-sizing: border-box;
}
.setting .shop-lists .status-pack {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  align-items: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.setting .shop-lists .status-pack p {
  border-radius: 4px;
  font-size: 0.88rem;
  padding: 2px 8px;
}
.setting .shop-lists .status-pack .active {
  background-color: #0095d9;
  color: #fff;
}
.setting .shop-lists .status-pack .hidden {
  background-color: #aaa;
  color: #333;
}
.setting .viewBtn {
  margin: 0 0 0 auto;
}
.setting .viewBtn .change {
	text-align: center;
} 
.setting .viewBtn button{
  font-size: 0.88rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 2px 24px;
	color: #333;
	letter-spacing: 0.5pt;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #F15A24;
	cursor: pointer;
	transition-duration:0.3s;
  border-radius: 200px;
} 
.setting .viewBtn button:hover{
    color: #ffffff;
    background-color: #F15A24;
}
.create .thumb-caution {
  display: inline-block;
}
.create .post-lists li {
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.create .post-lists .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.create .post-lists .flex.start {
  justify-content: flex-start;
}
.create .post-lists .flex .ttl {
  width: 15%;
}
.create .post-lists .flex .input-label {
  width: 80%;
}
.create .post-lists .flex .form-radio {
  width: 80%;
}
.create .post-lists .flex .form-radio label {
  margin-right: 2%;
}
.create .post-lists .flex .form-select {
  margin-left: 5%;
}
.create input,
.create textarea,
.create select {
  background-color: #fff;
  width: 100%;
}
.course-value-price.flex {
  gap: 2%
}
.create .post-lists .flex .inbox {
  border: 1PX solid #ccc;
  padding: 1%;
  width: 18%;
  margin-bottom: 1%;
  font-size: .88rem;
}
.create .post-lists .flex .inbox .time {
  margin-bottom: 5%;
}
.create .post-lists .flex .inbox .time > p,
.create .post-lists .flex .inbox .price > p {
  margin-bottom: 5%;
}
.create .post-lists .flex .inbox .input-label {
  width: 100%;
}
.create .course-li {
  border: 1px solid #333;
  border-radius: 6px;
  padding: 2%;
}
.create .ttl100 {
  margin-bottom: 16px;
}
.create p span {
  color: red;
  font-size: 0.7rem;
  font-weight: bold;
  padding-left: 2%;
}
.create .course-li .first p {
  width: 25%;
}
.create .course-li .first .input-label {
  width: 70%;
}
.create .course-li .first.flex {
  align-items: baseline;
}
.create .course-li .flex,
.create .course-li .input-label {
  margin-bottom: 2%;
}
.create .course-li .first.flex, .input-label {
  margin-bottom: 0;
}
.create .course-li > p {
  margin-bottom: 1%;
}
.create .post-lists {
  margin-bottom: 15%;
}
.create .post-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(204, 204, 204, 0.4);
  padding: 4%;
  text-align: center;
}
.create .form-submit-button {
  max-width: 300px;
  margin: 0 auto;
}
.create h1 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 2%;
  margin-bottom: 6%;
}
/* inputボタン */
.image-lists span {
  color: #ccc;
  display: block;
  font-size: 0.88rem;
  padding: 10px 0;
}
.image-lists button {
  background-color: #f4f5f6;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.71rem;
  padding: 10px 0;
  text-align: center;
  width: 45%;
}
.image-lists .preview-container {
  overflow: hidden;
}
.image-lists img {
  margin-bottom: 20px;
  max-height: 303px;
  object-fit: cover;
  height: auto;
  width: auto;
}
.image-lists .btns.flex {
  justify-content: flex-start;
  gap: 2%
}
.image-lists .btns button {
  width: 10%;
}
.image-lists .fw {
  font-weight: bold;
  margin-bottom: 2%;
}
.form-enter {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  /* justify-content: space-between; */
  justify-content: flex-end;
}
.form-enter .right-pack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 40%;
}
.form-enter .form-submit-button,
.form-enter .edit-btn {
  width: 40%;
}
.form-enter .edit-btn a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  background-color: #0095d9;
  border-radius: 4px;
  padding: 8px;
}
.delete-btn input {
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  background-color: red !important;
  border-radius: 4px;
  padding: 4px 20px;
  font-size: 0.88rem;
  cursor: pointer;
}
.pageview-btn {
  display: flex;
  flex-wrap: wrap;
}
.pageview-btn .btn {
  width: 40%;
}
.btn.page-check a,
.btn.page-create a,
.btn.page-copy a {
  display: inline-block;
  width: 100%;
  max-width: 150px; /* ボタン幅 */
  position: relative;
  background: #4D9BC1; /* 背景色 */
  padding: 0.5rem;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}
.btn.page-create a {
  background-color: #91c23b;
}
.btn.page-copy a {
  background-color: #d97168;
}
.btn.page-check a:before,
.btn.page-create a: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%;
  left: 6%;
  margin-top: -6px;
}
/* .btn.page-check a:hover,
.btn.page-create a:hover {
  background: #fff;
  color: #4D9BC1;
}
.btn.page-check a:hover:before,
.btn.page-create a:hover::before {
  border-top: 2px solid #4D9BC1;
  border-right: 2px solid #4D9BC1;
} */
.lists-view-btns {
 display: flex;
 flex-wrap: wrap;
 gap: 3%;
 margin-bottom: 30px;
}
.lists-view-btns .btns {
 width: 16%;
}
.lists-view-btns .btns a {
 background-color: #eee;
 border-radius: 5px;
 color: #666;
 display: block;
 text-decoration: none;
 padding: 4% 0;
 text-align: center;
}
.lists-view-btns .btns.current a {
 background-color: #0095d9;
 color: #fff;
 font-weight: bold;
}
.copyadd .create {
  width: 50%;
  margin:  0 auto 40px;
} 
.copyadd .create select {
  padding: 10px 0;
}
.copyadd .btn {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
