@charset "UTF-8";
/***********リセットスタイル***********/
*{
	margin: 0;
	padding: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
ul,ol{
  list-style-type: none;
}
img{
  border: none;
}
/***********共通***********/
*, *:before, *:after {
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
html,body{
	height: 100%;
}
body{
	font-family: 'BIZ UDPGothic', sans-serif;
	color:#333;
  line-height: 2;
}
body:after{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
	background-color: #F9A383;
	background:linear-gradient(to bottom,#00558F,#F9A383 15%,#F19072 80%,#EB6101);
}
#wrapper{
  width: 95%;
  background-color: rgba(255,255,255,0.15);
  margin-left: auto;
  margin-right: auto;
}
header{
  display: flex;
  padding: 5px;
  position: fixed;
  justify-content: space-between;
  width: 95%;
  height: 60px;
  background-color:#2A76AB;
  background:linear-gradient(to top,rgba(0,85,143,0.1),rgba(0,85,143,1));
  z-index: 10;
}
#logo{
  height: 50px;
  padding: 5px 0;
  width: 20%;
}
nav{
  height: 60px;
  width: 80%;
}
nav ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
nav ul a{
  display: block;
  padding: 12px 5px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
nav ul>li{
  width: 25%;
  border-radius: 8px;
}
nav ul>li:hover>ul,nav ul>li:active>ul{
  display: flex;
  flex-wrap: wrap;
}
nav ul>li>a{
  background-color: #EB6101;
  border-radius: 8px;
}
nav ul>li>a:hover,nav ul>li>a:active{
  background-color: #F19072;
  border-radius: 8px;
}
nav ul>li>ul{
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
nav ul>li>ul>li{
  width: 33%;
  border-radius: 8px;
}
nav ul>li>ul>li>a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #F0863D;
  background-color: rgba(235,97,1,0.5);
  font-size: 0.75rem;
}
nav ul>li>ul>li>a:hover,nav ul>li>ul>li>a:active{
  background-color: #F7C3B3;
  background-color: rgba(241,144,144,0.5);
  border-radius: 8px;
}
main{
  padding-top: 70px;
}
h1{
  font-size: 1.3rem;
  color: #000;
}
.breadcrumbs{
  padding-top: 0.2rem;
  padding-right: 1rem;
  text-align: right;
}
.breadcrumbs ol li {
  display: inline;
  color: #00558F;
}
.breadcrumbs ol li:after {
  content: '>';
  padding: 0 0.2rem;
  color: #00558F;
}
.breadcrumbs ol li:last-child:after {
  content: '';
}
.breadcrumbs ol li a {
  text-decoration: none;
  color: #00558F;
}
.breadcrumb li a:hover,.breadcrumb li a:active{
  text-decoration: underline;
}
main>p:last-child{
  text-align: center;
  margin-top: 1rem;
  border-top: 1px dotted #EB6101;
}
footer{
  background-color: #EB6101;
  background:linear-gradient(to top,#EB6101 rgba(235,97,1,0.1));
}
footer p{
  text-align: center;
  color: #fff;
}
#gotop{
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #2A76AB;
  background-color: rgba(0,85,143,0.7);
  text-align: center;
  position: fixed;
  right: 15px;
  bottom: 30px;
}
#gotop a{
  display: block;
  color: #fff;
  line-height: 60px;
}
#home #hourBtn a,#list #listBtn a,#map #mapBtn a,#bbs #bbsBtn a{
  background-color: #F0863D;
  background-color: rgba(235,97,1,0.7);
}
/*////////////////////index.html開店時間*/
#home main p:first-of-type{
  text-align: center;
  font-size: 1.1rem;
}
#home main h2{
  letter-spacing: 0.2rem;
  border-bottom: 1px dotted #EB6101;
}
.hour h3{
  font-size: 1.1rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  color: #000;
}
.hour ul li{
  font-size: 0.9rem;
  padding-left: 3rem;
  line-height: 2.5;
}
.hour ul li a{
  color: #333;
}
.hour ul li a:hover,.hour ul li a:active{
  color: #000;
  text-decoration: underline;
}
/*////////////////////list.html店舗一覧*/
#list h2{
  letter-spacing: 0.2rem;
}
#list h3{
  font-size: 1.1rem;
  color: #000;
  border-top: 1px dotted #EB6101;
  margin-top: 1rem;
}
#list main p{
  padding-left: 1rem;
  font-size: 0.9rem;
}
.listItem p img{
  max-width: 600px;
}
.listItem p a{
  display: block;
  width: 10rem;
  margin: 0.5rem auto;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #00558F;
}

/*////////////////////map.html地図*/

/*////////////////////bbs.php掲示板*/
#request{
  text-align: center;
  margin: 1rem 0;
}
.form-group,.card {
  margin: 0.5rem 1rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5rem + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #333;
  background-color: #F4F5F7;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control{
  height: auto;
}
textarea{
  overflow: auto;
  resize: vertical;
}
.btn{
  display: block;
  margin: 0.5rem auto;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn-primary{
  margin-top: 0.2rem;
  color: #fff;
  background-color: #00558F;
  border: 1px solid #639EC7;
}
.card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F4F5F7;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.card-header:first-child{
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header{
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body{
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-footer:last-child{
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-footer{
  padding: 0.2rem 1rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}
.form-inline{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
form{
  display: block;
  margin-top: 0;
}
.btn-secondary{
  margin-top: 0.25rem;
  color: #fff;
  background-color: #00558F;
  border: 1px solid #639EC7;
}
ul.pagination{
  display: block;
}
li.page-item{
  width: 15%;
}
a.page-link{
  padding: 5px;
  background-color: #F19072;
  color: #000;
}

@media screen and (min-width: 800px){

  nav ul a{
    font-size: 1rem;
  }
  nav ul>li>ul>li>a{
    font-size: 1rem;
  }
  .br{
    display: none;
  }

/*/////home開店時間/////*/
  .hour h3{
    font-size: 1.2rem;
  }
  .hour ul li{
    font-size: 1rem;
  }
  #hoursLeft{
    float: left;
    width: 48%;
  }
  #hoursRight{
    float: right;
    width: 48%;
  }
  #home main>p:last-child{
  clear: both;
  }

/*////////////////////list.html店舗一覧*/
  #list h3{
    font-size: 1.2rem;
  }
  #list main p{
    font-size: 1rem;
  }
  .listContainer{
    display:  flex;
    flex-wrap: wrap;
  }
  .listItem{
    width: 50%;
  }
}

@media screen and (min-width: 1280px){
/*////////////////////list.html店舗一覧*/
  .listContainer{
    display:  flex;
    flex-wrap: wrap;
  }
  .listItem{
    width: 33%;
  }
}