html {
	padding: 5px;
	margin: 0px;
	width: 99%;
	height: 100vh;
}

body {
	text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	background-color: #deeaff;
	font-family: "游ゴシック", "Yu Gothic",  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	line-height: 2em;
}

header{
　　z-index: 10;
　　height: 64px;
　　position: absolute;
　　top: 300px;
　　background-color: #333;
　　width: 100%;
　　text-align: center;
　　z-index: 2;
}

h1{
  display: block;
  font-size: 18px;
  text-align: center;
  width: 100%;
  height: 20px;
}
.box1{
  display: block;
  margin: 0 3px;
  padding: 0;
}

ul{
  width: 100%;
  display: flex;
  padding-left: 0;
	margin: 3px 0;
  }
li{
  width: 25%;
  display: inline-block;
  text-align: center;
  color: #626362;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
}
li a{
    display: block;
    height: 100%;
    width: 100%;
}
a{
    text-decoration: none;
		color:inherit;
}
.flex{
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.page{
  font-weight: bold;
  color: #000;
	border: 2px solid #000;
}
ul li:nth-child(1) {
  background-color: #c6c6ff;
}
ul li:nth-child(2) {
  background-color: #bcffff;
}
ul li:nth-child(3) {
  background-color: #bcffbc;
}
ul li:nth-child(4) {
  background-color: #ffffbc;
}
ul li:nth-child(5) {
  background-color: #ffe2c6;
}

.main_box2 table{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #fff;
	border: 1px #000 solid;
  border-collapse: collapse;
  line-height: 1.5;
}
.main_box2 td{
	padding: 5px;
}




.yoyaku_box1{
	display: flex;
	width: 100%;
	margin-top: 10px;
}
.yoyaku_box2{
	width: 50%;
}
.yoyaku_box2 table{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #fff;
	border-bottom: 2px #3b8f00 solid;
  border-collapse: collapse;
  line-height: 1.5;
}

.yoyaku_box2 td,th{
	border-bottom: 2px #3b8f00 solid;
  border-collapse: collapse;
	text-align: center;
	padding: 8px;
}

.yoyaku_box3{
	width: 50%;
	background-color: #768aa8;
	padding-left: 10px;
	padding-right: 10px;
}
.yoyaku_box3 table{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 2px #000 solid;
  border-collapse: collapse;
	line-height: 1.0;
}
.yoyaku_box3 td,th{
	border: 2px #000 solid;
  border-collapse: collapse;
	text-align: center;
	padding: 8px;
	font-size: 18px;
}
.yoyaku_box3 input{
	width: 60%;
	font-size: 18px;
}

.yoyaku_box3 input[type="submit"] {
		background-color: #d2c3ff;
    border: 1px solid #6534f2;
    border-radius: 8px;
		width: 180px;
}
.sakujyo input[type="submit"]{
		background-color: #ffc3de;
    border: 1px solid #f23456;
    border-radius: 8px;
		width: 120px;
		color:  #f23456;
}
.sun{
	color: #eb0b9e;
}
.sat{
	color: #118dff;
}
.yoyaku_nasi{
	color: #5c5c5c;
	font-size: 12px;
}
.yoyaku_lastcoment{
	margin: 15px 20px;
}
.yoyaku_coment{
	color:  #fff;
}

/*　アコーディオン*/
.accordion {
    max-width: 500px;
    margin-bottom: 7px;
    border: 2px solid #2589d0;
    border-radius: 5px;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%232589d0%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #2589d0;
    font-weight: 600;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion kojindate {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 0em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion[open] kojindate {
    transform: none;
    opacity: 1;
}

kojindate input{
	font-size: 14px;
}
kojindate textarea{
	font-size: 14px;
}

.itiran{
	width: 98%;
}

.itiran table{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-color: #fff;
		border: 1px #000 solid;
	  border-collapse: collapse;
	  line-height: 1.5;
}

.itiran td,th{
		border: 1px #000 solid;
	  border-collapse: collapse;
		text-align: center;
		padding: 3px;
}

.karte1{
	width: 98%;
}

.karte1 table{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-color: #fff;
		border: 1px #000 solid;
	  border-collapse: collapse;
	  line-height: 1.5;
}
.karte1 td,th{
		border: 1px #000 solid;
	  border-collapse: collapse;
		text-align: center;
		padding: 0.3rem 3px;
}
.karte1 th{
	background-color: #c6c6ff;
	text-align: center;
}
.karte1 input{
	font-size: 16px;
	margin: 0.5rem;
}
.karte1 input[type="submit"]{
	margin-top: 2rem;
}
.karte_title{
	position: relative;
	width: 100%;
	height: 2rem;
}

.btn_01 {
	position: absolute;
	right: 5px;
	background: #fff;
}
.btn_02{
	position: fixed;
	width: 100%;
	text-align: center;
}
.btn_02 input[type="submit"]{
	display: inline;
	text-align: center;
	padding: 0.5rem 1rem;
}
.btn_03{
	width: 100%;
	text-align: center;
}
a.btn_01 {
	display: inline;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60px;
	margin: auto;
	padding: 0 1rem;
	font-weight: bold;
	border: 2px solid #7b27d9;
	color: #7b27d9;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #7b27d9;
}

.karte2{
	width: 98%;
}

.karte2 table{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		background-color: #fff;
		border: 1px #000 solid;
	  border-collapse: collapse;
	  line-height: 1.5;
}
.karte2 td,th{
		border: 1px #000 solid;
	  border-collapse: collapse;
		padding: 0.3rem 3px;
}
.karte2 th{
	background-color: #80ccdd;
	text-align: center;
}
.karte2 td:nth-child(1){
	text-align: center;
}
.karte2 td:nth-child(2){
	text-align: left;
}
.monsin{
	margin-top: 12px;;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem;
	width: 50%;
	text-align: center;
	background-color: #e6e0ff;
	border: 1px solid #000;
  border-radius: 10px;
}


/*　スマホ対応　画面サイズ　800px以下の時*/
@media (max-width: 800px) {
	.yoyaku_box1{
		display: block;
	}
	.yoyaku_box2{
		width: 100%;
		margin-top: 10px;
	}
	.yoyaku_box3{
		width: 100%;
		margin-top: 20px;
		padding: 10px 0 0 0;
	}
	.yoyaku_box3 input{
		width: 200px;
		font-size: 16px;
	}
	yoyaku_box3 input[type="submit"] {
			width: 100px;
	}
	.sakujyo input[type="submit"]{
			width: 100px;
	}

}
