body {
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 160%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	background: #d3a98e;
	background-image: url('../img/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

video {
	margin: 4px 0;
	width: 100%;
}

.br-sp {
	display: none;
}

.center {
	text-align: center;
}

.red {
	color: #f00;
}
.right {
	text-align: right;
}

h1,
h2 {
text-shadow: 0px 0px 5px #ffffff,
0px 0px 20px #ffffff,
0px 0px 40px #ffffff,
0px 0px 60px #ffffff,
0px 0px 80px #ffffff;
0px 0px 100px #ffffff;
}

h1 {
	text-align: center;
	margin: 24px 0;
	padding: 0;
	font-size: 200%;
	color: #840;
}

h2 {
	text-align: center;
	margin: 24px 0;
	padding: 0;
	font-size: 160%;
	color: #840;
}

.window {
	margin: 10px auto;
	padding: 2px;
	background: #edc;
	border-radius: 12px;
}

.window p {
	text-align: left;
	padding: 20px;
	margin: 0;
}

.window2 {
	margin: 10px auto;
	padding: 2px;
	background: #ffe;
	border-radius: 12px;
}

.window2 p {
	text-align: left;
	padding: 20px;
	margin: 0;
}

.img1 {
	width: 100%;
	margin: 10px auto;
	padding: 0;
	border-radius: 8px;
}

.divide,
.divide ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.divide li {
	display: inline-block;
	width: 49%;
	margin: 2px;
	padding: 0;
}


.img5 {
	display: block;
	width: 90%;
	margin: 16px auto 18px auto;
	padding: 0;
	box-shadow: 6px 6px 8px #bbb;
	border: solid 6px #fff;
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
	transform: rotate( -3deg );
  }
}

.price {
	font-size: 120%;
	color: #f00;
	fot-weight: bold;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

#container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6px;
	background: rgba(255,255,255,0.8);
}

#main {
	margin: 10px;
	padding: 10px 20px;
}

.service-table {
	margin: 10px auto;
}

.service-table-row {
  display: flex;
  gap: 4px;
}

.service-table+.service-table {
  margin-top: 4px;
}

.service-table-item-a,
.service-table-item-b,
.service-table-item-c,
.service-table-item-d {
  align-content: center;
  padding: 8px 14px;
  margin: 2px 0;
}

.service-table-item-a {
  background: #edc;
  text-align: center;
}

.service-table-item-b {
  background: #edc;
  text-align: left;
}

.service-table-item-c {
  background: #853;
  color: #fff;
  text-align: center;
}

.service-table-item-d {
  background: #fed;
  text-align: left;
}

.service-table-item-a:nth-child(1),
.service-table-item-b:nth-child(1),
.service-table-item-c:nth-child(1),
.service-table-item-d:nth-child(1) {
  width: 16em;
}

.service-table-item-a:nth-child(2),
.service-table-item-b:nth-child(2),
.service-table-item-c:nth-child(2),
.service-table-item-d:nth-child(2) {
  flex: 2;
}

.service-table-item-a:nth-child(3),
.service-table-item-b:nth-child(3),
.service-table-item-c:nth-child(3),
.service-table-item-d:nth-child(3) {
  flex: 1;
}

a.service-link {
	display: block;
	margin: 8px 0;
	padding: 0;
}

.order-title {
	font-size: 120%;
	color: #840;
	font-weight; bold;
}

#order {
	margin: 0;
	padding: 10px;
}

#order ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#order li {
	margin: 0 0 20px 0;
  text-indent: -1.5em;
  padding-left: 1.5em;}

#order ul li:before {
  font-size: 120%;
  color: #840;
  content: "●";
  margin-right: 4px;
  text-indent: -5px;
}

#order > li {
    text-indent: -1em; /*ここで字下げ。今回は一文字分なので1em*/
    padding-left: 1em; /*text-indentでデザインが崩れるので修正*/
    word-break: break-all; /*枠内にテキストを収める*/
}

.service {
	color: #ff0;
	font-weight: bold;
}

.sample {
	text-align: center;
}

.sample-img {
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

.sample-l {
	display: inline-block;
	width: 40%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.sample-r {
	display: inline-block;
	width: 40%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.sample video {
	margin: 0;
	width: 100%;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

.arrow-pc,
.arrow-pc2 {
	margin-bottom: 0;
	vertical-align: middle;
	display: inline-block;
	color: #f00;
	font-size: 330%;
}

.icon {
	display: block;
	margin: 4px auto;
	padding: 0;
	height: 110px;
}

.copyright {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #009;
}

#bgm{
	margin: 0;
	padding: 0;
}

#bgm ul {
	margin: 0;
	padding: 0;
}

#bgm li {
	font-size: 130%;
	display: inline-block;
	width: 45%;
	margin: 10px;
	padding: 10px 16px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 4px #ccc;
}

audio {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

#shop {
	margin: 40px 0;
	padding: 10px;
}

#shop ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

#shop li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 2px;
	padding: 0;
}

.shop-name {
	margin: 10px 0;
	font-size: 160%;
	color: #530;
}

.shop-table {
	margin: 6px auto;
}

.shop-table-row {
  display: flex;
  gap: 4px;
}

.shop-table+.shop-table {
  margin-top: 4px;
}

.shop-table-item-a,
.shop-table-item-b,
.shop-table-item-c,
.shop-table-item-d {
  align-content: center;
  padding: 8px 14px;
  margin: 2px 0;
}

.shop-table-item-a {
  background: #530;
  text-align: center;
  color: #fff;
}

.shop-table-item-b {
  background: #fec;
  text-align: left;
}

.shop-table-item-c {
  background: #383;
  color: #fff;
  text-align: center;
}

.shop-table-item-d {
  background: #cec;
  text-align: left;
}

.shop-table-item-a:nth-child(1),
.shop-table-item-b:nth-child(1),
.shop-table-item-c:nth-child(1),
.shop-table-item-d:nth-child(1) {
  width: 6em;
}

.shop-table-item-a:nth-child(2),
.shop-table-item-b:nth-child(2),
.shop-table-item-c:nth-child(2),
.shop-table-item-d:nth-child(2) {
  flex: 2;
}

.shop-table-item-a:nth-child(3),
.shop-table-item-b:nth-child(3),
.shop-table-item-c:nth-child(3),
.shop-table-item-d:nth-child(3) {
  flex: 1;
}

/*ボックス全体*/
.accbox {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/*ラベル*/
.accbox label {
	width: 16em;
    display: block;
    margin: 10px auto;
    padding: 14px;
    color :#fff;
	font-size: 130%;
	background: #530;
    cursor :pointer;
	text-align: center;
	border-radius: 8px;
}

/*アイコンを表示*/
.accbox label:after {
  padding-right: 8px;
  font-family: 'Font Awesome 5 Free';
  content: 'を開く \f107';
  font-weight: 900;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
	margin: 0px auto;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0;
    opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
  padding-right: 8px;
  font-family: 'Font Awesome 5 Free';
  content: 'を閉じる \f106';
  font-weight: 900;
}

.accbox .accshow p {
    margin: 0;
    padding: 0;
}

/* page-top */

#page-top {
    display:none;
    position:fixed;
    right:10px;
    bottom:10px;
    margin-right: 0px;
    padding: 5px 20px;
    text-align:center;
    z-index: 5;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.4);
    opacity: 0.7;
  }
  
  #move-page-top{
    text-decoration:none;
    display:block;
    cursor:pointer;
    font-size: 400%;
    color: #853;
  }
  
  #move-page-top:hover{
  }

.banner {
	padding: 10px;
	margin: 20px 0 10px 0;
}

.banner ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.banner li {
	display: inline-block;
	width: 40%;
	padding: 0;
	margin: 0;
}

.banner img {
	width: 100%;
	border-radius: 8px;
}

.banner a {
	text-decoration: none;
}

@media screen and (max-width: 600px){

body {
	font-size: 100%;
}

h1 {
	text-align: center;
	margin: 14px 0;
	padding: 0;
	font-size: 160%;
	color: #840;
}

h2 {
	text-align: center;
	margin: 14px 0;
	padding: 0;
	font-size: 130%;
	color: #840;
}

.br-sp {
	display: block;
}

.img5 {
	width: 80%;
	margin: 30px auto;
	box-shadow: 6px 6px 8px #bbb;
	border: solid 6px #fff;
}

.window p {
	text-align: left;
	padding: 10px 14px;
	margin: 0;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

#container {
	padding: 2px;
	padding-bottom: 100px;
}

#main {
	margin: 2px;
	padding: 2px;
}

.service-table {
  width: auto;
}

.service-table-row {
  display: block;
}

.service-table-item-a:nth-child(1),
.service-table-item-b:nth-child(1),
.service-table-item-c:nth-child(1),
.service-table-item-d:nth-child(1) {
  width: auto;
  margin-bottom: 1px;
}

.service-table-item-a:nth-child(2),
.service-table-item-b:nth-child(2),
.service-table-item-c:nth-child(2),
.service-table-item-d:nth-child(2) {
  width: auto;
  margin-bottom: 1px;
}

.service-table-item-a:nth-child(3),
.service-table-item-b:nth-child(3),
.service-table-item-c:nth-child(3),
.service-table-item-d:nth-child(3) {
  width: auto;
  margin-bottom: 1px;
}

.service-table-item-a {
	font-size: 120%;
	padding: 8px 6px;
}

.service-table-item-b {
  padding: 10px 6px;
  margin: 2px 0;
}

.service-table-item-c {
	font-size: 120%;
	padding: 8px 6px;
}

.service-table-item-d {
  padding: 10px 4px;
  margin: 2px 0;
}

#order {
	margin: 0;
	padding: 4px;
}
#order ul {
	margin: 4px;
	padding: 0;
}

.order-title {
	font-size: 120%;
}

.divide li {
	display: block;
	width: auto;
	margin: 2px;
	padding: 0;
}

.icon {
	display: block;
	margin: 4px auto;
	padding: 0;
	width: 80%;
	height: auto;
}

#bgm li {
	font-size: 100%;
	display: block;
	width: auto;
	margin: 20px 10px;
	padding: 10px 16px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 4px #ccc;
}

#shop li {
	display: block;
	width: auto;
	margin: 20px 2px;
	padding: 0;
}

.shop-name {
	font-size: 160%;
}

.shop-table-item-a:nth-child(1),
.shop-table-item-b:nth-child(1),
.shop-table-item-c:nth-child(1),
.shop-table-item-d:nth-child(1) {
  width: 4em;
}

.service-table-item-a {
	font-size: 110%;
	padding: 8px 6px;
}

.service-table-item-b {
  padding: 10px 6px;
  margin: 2px 0;
}


.accbox label {
	width: auto;
}

.banner li {
	display: block;
	width: auto;
}


}