@charset "utf-8";

/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
Description: Twenty Twenty-Oneの子テーマ
Author: 日本システムサプライ
Tags: 
Version: 0.1.01
*/

body{
  line-height: 2em;
}
a,
a:hover{
  color: #de4943;
}
h4{
  margin: 1em 0;
}

p{
  margin: 1em 0;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], select{
  border: 1px solid;
  border-radius: 30px;
  line-height: 1.5em;
  padding: 0.3em .5em;
  outline: none !important;
  max-width: 90vw;
}

input[type=submit]{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

details{
  margin: 1em 0;
}
summary {
  display: list-item;
  background: gainsboro;
  padding: 0 .5em;
  border-radius: 5px;
}

header {
  display: flex;
  justify-content: space-between;
}
.site-header{
  max-width: 768px;
  padding: 0;
}
.site-header > .site-logo{
  margin-top: 0;
  padding-bottom: unset;
  border-bottom: unset;
}
.site-header > .site-logo > img{
  width: 100%;
}
.site-branding{
  max-width: 100% !important;
}

.site-main{
  padding-top: 0;
}
.site-main > *:first-child{
  margin-bottom: 0;
}
#reservation-content{
  max-width: 768px;
  margin: auto;
}

.flex-between{
  display: flex;
  justify-content: space-between;
}

.site-footer{
  max-width: none;
  margin-top: 0 !important;
}

.main-header{
  margin-bottom: 1em;
}

.bread-list{
  text-align: center;
  margin-bottom: .5em;
}
.bread-list img{
  max-width: 768px;
  width: 100%;
}

.titleimg{
  text-align: left;
  margin-bottom: .5em;
}
.titleimg img{
  max-width: 460px;
  width: 60%;
}
h4 img{
  max-width: 70%;
  max-height: 2em
}
.index img{
  max-width: 100%;
  max-height: 80px;
}
.day{
  font-weight: bold;
}
.back img{
  height: 40px;
}
.next img{
  width: 100%;
}

.btn-outer{
  text-align: center;
}
