@charset "utf-8";

/* CSS Document */
/*リセット*/
html {
  font-size: 62.5%;
  line-height: 2;
}

* {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  list-style-type: none;
  text-decoration: none;
  color: #5b594b;
}

/*共通設定*/
body {
  background: url(../img/bg1.jpg) top left repeat;
  overflow-x: hidden;
  font-family: 'Noto Sans JP';
  font-size: 1.6em;
  font-weight: 300;
  text-align: justify;
}

main, main img {
  width: 100%;
}

h1{
  font-size: 3rem;
}

h2 {
  text-align: center;
  font-size: 2.8rem;
}

h3, h4 {
  font-size: 2.5rem;
  font-weight: 600;
}


h4, h5, {
  color: #BD0000;
}

h5 {
  font-size: 2rem;
}

p {
  font-size: 1.7rem;
}

p.chot {
 margin-top: 5%;
font-weight:  600;
}

header, footer {
  background: #fcf5e8;
}

.btn_space {
  text-align: center;
}

.btn {
  height: 70px;
}

.btn img {
  max-width: 100%;
}

a:hover {
  opacity: .7;
  transition: all .5s ease;
}

/*
.btn{
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  border-radius:20px;
  border:2px solid #fff;
  box-shadow:0 3px 4px #000;
  background-size:cover;
  font-size:2rem;
}

.btn:hover{
  background:#02407D;
  box-shadow:0 3px 4px #666;
  transition:all .5s ease;
}
*/
.btn_small {
  width: 220px;
  height: 35px;
  color: #203863;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  border: 1px solid #203863;
  box-shadow: 0 1px 2px #000;
  background: #fff;
}

.btn_small:hover {
  background-size: cover;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 3px 4px #666;
  transition: all .5s ease;
}

/*header*/
header {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px #fcf5e8;
}

h1 {
  margin-left: 10px;
  height: 90%;
}

.logo{
  margin-left: 10px;
  height: 90%;
}

h1 img {
  height: 80%;
  vertical-align: text-top;
}

.logo img {
  height: 80%;
  vertical-align: text-top;
}



#gr_nav a {
  color: #000;
  display: block;
}

/*メインコンテンツ*/
main {
  margin-top: 70px;
}

.inner {
  max-width: 980px;
  margin: auto;
}

.common {
  margin-top: 100px;
}

.title {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 40px;
}

.title h1{
  text-align: center;
}

.subtitle {
  text-align: center;
  margin:50px 0 20px;
}

.subtitle img {
	 max-width: 100%;
}

.flex {
  display: flex;
  align-items: center;
  background-size: cover;
}

.caution {
  margin: 60px 0;
}

.caution img {
  width: 100%;
}

.intro {
  max-width: 100%;
  margin: 90px 0;
}

.intro img {
  padding: 30px 0;
}

.catch h3 {
  border-bottom: 1px solid #B81C25;
}

/*メニュー*/
.sp {
  display: none;
}

.menu_position, .menu_position2 {
  position: relative;
}

.menu_position img, .menu_position2 img {
  padding: 30px 0 60px 0;
  width: 100%;
}

.menu_position p, .menu_position2 p {
  position: absolute;
  top: 65%;
  right: 0;
  width: 40%;
  text-shadow: 1px 1px 2px #fff;
}

.menu_position2 p {
  left: 0;
}

.bunner {
  margin: 60px 0 60px 0;
  width: 100%
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #f28910;
  border: solid 2px #f28910;
  border-radius: 3px;
  transition: .4s;
  font-size: 2rem;
}

.btn-flat-border:hover {
  background: #f28910;
  color: white;
}


/*店舗一覧*/
.shoplist {
  margin: 90px 0;
}

.shop {
  width: 100%;
  padding: 30px 0 60px 0;
}

/*最新情報*/
.info_flex {
  display: flex;
  justify-content: space-between;
}

.info {
  background-size: cover;
}

.info p {
  text-align: center;
  padding: 5px 0 15px;
}

.info:hover {
  background: #02407D;
  box-shadow: 0 3px 4px #666;
  transition: all .5s ease;
}

small {
  padding-left: 10px;
}

/*footer*/
footer {
  margin-top: 120px;
  padding-bottom: 20px;
  text-align: center;
}

footer nav {
  margin-bottom: 50px;
  padding-top: 20px;
}

footer ul {
  display: flex;
  justify-content: center;
}

footer li {
  width: 25%;
  border-left: 1px solid #5b594b;
}

footer li:last-child {
  border-right: 1px solid #5b594b;
}

footer a {
  font-size: 2rem;
  color: #5b594b;
}

copy {
  color: #5b594b;
}

/*
.footer_sns{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}

footer aside{
  display:flex;
  justify-content:space-around;
}

.check{
  border:1px solid #fff;
}

.check{
  margin-right:20px;
}

.check:nth-child(2){
  margin-right:0;
}

.check p{
  text-align:center;
  background:#fff;
  color:#203863;
}

.sns{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px;
}

.sns i{
  padding-right:10px;
}

.sns a:last-child{
  margin-right:0;
}

.sns a{
  margin-right:30px;
}

.sns a:hover{
  opacity:.7;
  transition:all .5s ease;
}

.sns a{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
*/
@media(max-width:768px) {
  main {
    margin-top: 60px;
  }

  header {
    height: 60px;
  }

  .lum-img {
    width: 100%;
  }

  .lum-next-button, .lum-previous-button {
    display: none;
  }

  .inner {
    width: 94%;
  }

  .common {
    margin: 0;
  }

  .caution {
    margin: 20px 0;
  }

  .bunner {
    margin-bottom: 30px;
  }

  .luminous .bunner {
    margin: 0;
  }

  .intro {
    margin: 40px 0;
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex img {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .menu_position{
    margin-bottom: 30px;
  }

  .menu_position p {
    top: 85%;
    right: 0;
    width: 100%;
  }

  .shoplist {
    background-size: contain;
    margin-top: 50px;
  }

  .info {
    width: 100%;
    margin-bottom: 20px;
  }

  .info_flex {
    flex-wrap: wrap;
  }

  .info a {
    display: flex;
    align-items: center;
  }

  .info div {
    padding-left: 20px;
  }

  footer nav {
    display: none;
  }

  .footer_sns {
    justify-content: space-around;
  }

  footer aside {
    display: block;
  }

  .check {
    width: 100%;
  }

  .check:first-child {
    margin-bottom: 10px;
  }
}
