@charset "utf-8";

/*stopimg
---------------------------------------------------------------------------*/
.stopimg {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  margin:0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-image:url("../images/bg-shop.jpg");
}

.stopimg .block {
  padding:0;
  width:100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 800px) {
.stopimg {
  background-attachment: scroll;
}
}

@media screen and (max-width: 568px) {
.stopimg {
  min-height: 250px;
}
}

/* #shop
================================================== */
#shop {
  width:100%;
  padding:1.5% 2% 5%;
  box-sizing: border-box;
  margin:0 auto;
}

@media screen and (max-width: 800px) {
#shop{
  padding:5% 2% 5%;
}
}

#shop h2{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2em;
  margin-bottom:2%;
  color:#000;
  line-height:1.5;
  text-align: center;
}

@media screen and (max-width: 568px) {
#shop h2{
  font-size:1.4em;
}
}

#shop h2 strong{
  font-weight:600;
  font-size:2.4em;
}

@media screen and (max-width: 568px) {
#shop h2 strong{
  font-size:2em;
  margin-bottom:1%;
}
}

#shop .spt_txt{
  padding:2% 10px;
  text-align: center;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.2em;
}

@media screen and (max-width: 800px) {
#shop .spt_txt{
  font-size:1.1em;
}
}

@media screen and (max-width: 568px) {
#shop .spt_txt{
  padding:0 4% 4%;
  text-align: left;
  font-size:1em;
  line-height: 1.6;
  letter-spacing:0em;
}
}

.scr_bt {
  display:block;
  width:98%;
  margin:1% auto;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.15em;
}

@media only screen and  (max-width: 568px) {
.scr_bt  {
  font-size:1em;
  width:100%;
}
}

.scr_bt>li{display:inline-block;padding-left:5px;padding-right:5px;color:#ccc; margin-bottom:15px;}

@media only screen and  (max-width: 568px) {
.scr_bt>li{padding-left:2px;padding-right:2px;margin-bottom:10px;}
}

.scr_bt a{color:#FFF;display:inline-block;padding:5px 20px 7px;background-color:#046AB5;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;}
.scr_bt a:hover{color:#FFF;text-decoration:none;background-color:#0C7A7C;}

#shop-info{
  width:100%;
  padding:3% 2%;
  text-align: center;
  box-sizing: border-box;
}

#shop-info .shop-ph {
  width:55%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
#shop-info .shop-ph {
  width:100%;
  display: block;
}
}

#shop-info .shop-txt {
  width:44%;
  display: inline-block;
  box-sizing: border-box;
  padding-left:5%;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 800px) {
#shop-info .shop-txt {
  width:100%;
  padding:2%;
}
}

#shop-info .shop-txt h3{
  padding:10px 1% 5px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.25em;
  width:100%;
  box-sizing: border-box;
  margin-bottom:5px;
}

#shop-info .shop-txt .bl-c{border-bottom:3px solid #202565;color:#202565;}

#shop-info .shop-txt .lbl-c{border-bottom:3px solid #0064AF;color:#0064AF;}

#shop-info .shop-txt .gr-c{border-bottom:3px solid #0B7B7C;color:#0B7B7C;}

#shop-info .shop-txt p{
  padding:10px 5px 20px;
  font-size:15px;
}

@media only screen and  (max-width: 568px) {
#shop-info .shop-txt p{
  font-size:14px;
  padding:10px 5px 10px;
}
}

/* #osusume
================================================== */
#osusume {
  width:100%;
  padding:4% 2%;
  box-sizing: border-box;
  margin:0 auto;
  background:#FFF;
}

.os-ttl{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2em;
  margin-bottom:2%;
  color:#000;
  line-height:1.5;
  text-align: center;
}

@media screen and (max-width: 568px) {
.os-ttl{
  font-size:1.4em;
}
}

#osusume ul{
  width:100%;
  text-align: center;
}

#osusume li {
  width:29.33333%;
  display: inline-block;
  margin:2% 1.5%;
  vertical-align: top;
}

@media only screen and  (max-width: 800px) {
#osusume li {
  width:46%;
}
}

@media screen and (max-width: 568px) {
#osusume li {
  width:98%;
  margin:2% 1% 4%;
  display: block;
}
}

#osusume li img{
  width:100%;
  height:auto;
  margin:0 auto 5px;
}

#osusume li h4{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.3em;
  margin-bottom:10px;
  color:#000;
}

#osusume li h4 small{
  margin-left:10px;
}

#osusume li p{
  text-align: center;
  font-size:15px;
}

/* #tenpo
================================================== */
#tenpo {
  width:100%;
  padding:4% 2%;
  box-sizing: border-box;
  margin:0 auto;
}

@media screen and (max-width: 800px) {
#tenpo {
  width:100%;
  padding:4% 0;
}
}

.tenpo-ttl{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2em;
  margin-bottom:3%;
  color:#000;
  line-height:1.5;
  text-align: center;
}

@media screen and (max-width: 568px) {
.tenpo-ttl{
  font-size:1.4em;
}
}

#tenpo .shop-list{
  width:100%;
  text-align: center;
}

#tenpo .shop-list li {
  width:47%;
  display: inline-block;
  box-sizing: border-box;
  padding:2%;
  vertical-align: top;
}

@media only screen and  (max-width: 800px) {
#tenpo .shop-list li {
  width:100%;
}
}

@media screen and (max-width: 568px) {
#tenpo .shop-list li {
  margin:2% 0 5%;
  padding:0;
  display: block;
}
}

#tenpo .shop-list h5{
  padding:10px 1%;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.4em;
  width:100%;
  box-sizing: border-box;
  margin-bottom:20px;
  background: #202565;
  color:#FFF;
  position: relative;
}

@media screen and (max-width: 568px) {
#tenpo .shop-list h5{
  font-size:1.15em;
}
}

#tenpo .shop-list h5::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #202565;
}

.tnp-tx{
  text-align: left;
  font-size:15px;
  padding:5px;
  line-height:1.8;
}

@media screen and (max-width: 568px) {
.tnp-tx{
  font-size:14px;
  line-height:1.6;
}
}

#tenpo .tnp-ph{
  width:100%;
  margin:1% auto 15px;
}

#tenpo .tnp-ph img{
  width:100%;
  height:auto;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  padding:5px;
  box-sizing: border-box;
  background: #fff;
}

#tenpo table{
  width : 100%;
  margin : 15px 0;
  background:#FFF;
  box-sizing: border-box;
  border : solid 1px #ccc;
  font-size:14px;
}

#tenpo td{
  padding : 10px 10px;
  border-bottom : dotted 1px #ccc;
  text-align : left;
  font-weight:400;
}

#tenpo td span{
  color:#FF2400;
}

@media only screen and  (max-width: 568px) {
#tenpo td{
  padding : 10px 5px 10px 10px;
}
}
#tenpo th{
  border-right : dotted 1px #ccc;
  border-bottom : dotted 1px #ccc;
  text-align : center;
  padding : 10px 5px;
  font-weight:500;
  background:#D9EFFF;
  width:25%;
}

@media only screen and  (max-width: 568px) {
#tenpo th{
  width:27%;
}
}

#tenpo td .fa{
  margin-right:7px;
  color:#1E2365;
}

#tenpo td strong{
  font-size:1.3em;
  font-family: Roboto,sans-serif;
  font-weight:500;
}

#tenpo td a {
  text-decoration: none;
  color:#1E2365;
}
#tenpo td a:hover {
  color:#1E2365;
  text-decoration:none;
}

.g_map{
  width:100%;
}

.g_map iframe {
  width: 100%;
  height: 100%;
  min-height:300px;
}