@charset "utf-8";



body {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

th,
td {
  border: 1px solid #333;
  padding: 10px 30px;
}

table {
  border-collapse: collapse;
  margin: 20px auto;
}

caption {
  margin-bottom: 5px;
}

.fade {
  opacity: 0;
  transition: opacity 2s;
}

.fade.view {
  opacity: 1;
}






/* ここからindex.html */
.header {
  color: #fff;
  background-color: #000;
}


#red {
  color: red;
}

video {
  position: absolute;
  object-fit: cover;
}

#menu_gamen nav ul li {
  font-weight: bold;
}

#color span{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#color span:first-child {
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 2px 0 #ff0088, -2px -2px 0 #ff0088,
  -2px 2px 0 #ff0088,  2px -2px 0 #ff0088,
  2px 0 0 #ff0088, -2px 0 0 #ff0088,
  0 2px 0 #ff0088,  0 -2px 0 #ff0088;
}

#color span:nth-child(2) {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 0 #00aaff, -2px -2px 0 #00aaff,
  -2px 2px 0 #00aaff,  2px -2px 0 #00aaff,
  2px 0 0 #00aaff, -2px 0 0 #00aaff,
  0 2px 0 #00aaff,  0 -2px 0 #00aaff;
}


/* ここからreserve（ご予約） */
.reserve {
  text-align: center;
}


.reserve h2+p {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 10px;
  display: inline-block;
}








/* ここからmenu（３メニュー） */
.inner h3 {
  text-align: center;
}

.inner p:last-child {
  text-align: center;
}

.inner a {
  background-color: #94e5f9;
  color: #fff;
  border-radius: 50%;
  padding: 15px 30px;
  font-weight: bold;
}

.inner a:link,
.inner a:visited {
  color: #fff;
}

.inner a:hover,
.inner a:active,
.inner a:focus {
  color: #ff0088;
}







/* ここから登録証明 */
.certificate {
  text-align: center;
}






/* ここから約款 */
.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  width: auto;
  padding: 200px 200px 0 200px;
}


.cp_box h1 {
  font-size: 30px;
  text-align: center;
}

.cp_box h2 {
  font-size: 18px;
  text-align: center;
}



.cp_box h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
}

.cp_box p {
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.cp_box label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 80%;
  margin: 50px auto;
  padding: 0.3em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #da3c41;
  border: 2px solid #da3c41;
  border-radius: 3px;
}

.cp_box label:hover {
  transition: all 0.3s;
  color: #ffffff;
  background: #da3c41;
}

.cp_box label::after {
  font-family: 'FontAwesome';
  content: ' \f067';
  color: #da3c41;
}

.cp_box label:hover::after {
  color: #ffffff;
}

.cp_box input:checked~label::after {
  font-family: 'FontAwesome';
  content: ' \f068';
  color: #da3c41;
}

.cp_box input:checked~label:hover::after {
  color: #ffffff;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  background: rgba(255, 255, 255, 0.5);
}

.cp_box input:checked~div {
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}


/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked~div.cp_container {
  height: auto;
}








/* ここからprice.html */
.price h2 {
  margin: 0 auto;
  background-color: #94e5f9;
  color: #fff;
  text-align: center;
}

#price tr:last-child {
  text-align: center;
}

th:nth-of-type(odd) {
  background-color: #fdffec
}

.kyori td:nth-of-type(odd) {
  background-color: #fdffec;
}

.second {
  margin-top: 50px;
}

.price p,
.price h3,
.price h3+p {
  text-align: center;
}

.pick_up h2 {
  margin-top: 100px;
  margin-bottom: 50px;

}

.pick_up td {
  text-align: center;
}

.pick_up th {
  padding: 15px;
}







/* ここからusage flow.html（ご利用の流れ） */
.usage_flow {
  margin: auto;
}

.usage_flow h2 {
  text-align: center;
  margin: 0 auto;
  background-color: #94e5f9;
  color: #fff;
}

.usage_flow h3 {
  text-align: center;
}

#set {
  text-align: center;
}

.box {
  background-color: #fdffec;
}

.box p:nth-of-type(2) {
  text-align: center;
}

.box img {
  vertical-align: bottom;
}








/* ここからrecruit.html（ドライバー募集） */
.recruit h2 {
  background-color: #94e5f9;
  color: #fff;
  text-align: center;
}

.recruit th {
  background-color: #fdffec;
}








/* ここからcompany.html（会社概要） */
.company {
  text-align: center;
}

.company h2 {
  background-color: #94e5f9;
  color: #fff;
}

iframe {
  padding-top: 20px;
}

.company_inner th {
  background-color: #fdffec;
  border: 1px solid #333;
  padding: 20px;
}

.company_inner td {
  padding: 20px 30px;
}









/* ここからfooter */
.footer {
  background: #ffb3dc;
}

.footer h2 {
  padding-top: 20px;
  text-align: center;
}

.footer nav ul {
  letter-spacing: 0.1em;
}

.footer ul li {
  list-style-type: none;
  font-weight: bold;
}

.footer a:link,
.footer a:visited {
  color: #fff;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #ff0088;
}

.footer p {
  margin-bottom: 0;
  text-align: center;
}

.last {
  border-top: 1px solid #fff;
  padding-top: 20px;

}