p{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
.shop-logo{
  width: 100%;
  background: #fff;
}
.shop-logo img{
  padding: 12px;
  width: 35%;
}
@media (min-width: 768px) {
  p{
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  .shop-logo img{
    padding: 24px;
    width: 15%;
  }
}

/* Header */
.header{
  margin: 0;
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121212+0,4f3838+100 */
background: #121212; /* Old browsers */
background: -moz-linear-gradient(top,  #121212 0%, #4f3838 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #121212 0%,#4f3838 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #121212 0%,#4f3838 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#4f3838',GradientType=0 ); /* IE6-9 */
  background-size: cover;
}
.header-inner{
  background: url(images/main_img.jpg) bottom center no-repeat;
  background-size: cover;
  width: 100%;
  height:100vh;
  position: relative;
}
.title-model-name{
  /*background: #fff;*/
  color: #fff;
  width: 75%;
  /*影*/
  position: absolute;
  bottom: 15%;
  left: 12.5%;
  font-family: 'Andada', serif;
  text-align: center;
}
/*.title-block img{
  width: 80%;
  margin: 10% auto 10% 0;
}*/
.title-model-name img{ /* martinロゴ */
  width: 100px;
  margin: 0 auto 10px auto;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(195,205,195,.8));
  filter: drop-shadow(0px 0px 10px rgba(195,205,195,.8));
  filter: drop-shadow(0px 0px 5px rgba(195,205,195,.9));
  filter: drop-shadow(0px 0px 3px rgba(100,100,100,1));
}
.title-model-name h1{
  font-size: 2.35rem;
  line-height: 1.2;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(195,205,195,.8));
  filter: drop-shadow(0px 0px 10px rgba(195,205,195,.8));
  filter: drop-shadow(0px 0px 5px rgba(195,205,195,.9));
  filter: drop-shadow(0px 0px 3px rgba(100,100,100,1));
}
.title-small{
  font-family: 'Andada', serif;
  background: rgba(225,0,125,.5);
  font-size: 1rem;
  display: inline-block;
  width: 70%;
}

@media (min-width: 768px) {
  /*.title-block img{
    width: 60%;
  }*/
  .header-inner{
    background: url(images/main_img_768.jpg) top right no-repeat;
    background-size: cover; 
    width: 100%;
    height:100vh;
    position: relative;
  }
  .title-model-name img{ /* Martinロゴ */
    width: 150px;
  }
  .title-model-name{
  /*background: #fff;*/
    width: 50%;
    height: 50%;
    position: absolute;
    text-align: left;
    top: 25%;
    right: 50%;
    padding: 2rem;
  }
  .title-model-name h1{
    font-size: 5rem;
  }
  .title-middle{
    font-size: 2rem;
  }
  .title-small{
    font-size: 1.5rem;
    text-indent: 0.2rem;
    margin-top: -0.5rem;
    background: none;
    border-bottom: solid 3px rgba(225,0,125,.5);
      -webkit-filter: drop-shadow(0px 3px 10px rgba(195,205,195,.8));
  filter: drop-shadow(0px 0px 10px rgba(195,205,195,.8));
  filter: drop-shadow(0px 0px 5px rgba(195,205,195,.9));
  filter: drop-shadow(0px 0px 3px rgba(100,100,100,1));
  }
}

@media (min-width: 990px) {
  .title-model-name h1{
    font-size: 4rem;
  }
}

@media (min-width: 1240px) {
  .title-block{
    width: 1240px;
    margin: 0 auto;
  }
}

/* container */

.container{
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9f9f9 1%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f9f9f9 1%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f9f9f9 1%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.container-title{
  width: 100%;
}

/******** summary ********/
.container-summary{
  background: url(images/summary_bg.jpg) no-repeat;
  background-size: cover;
}
.summary-text > .content-title{
  font-size: 1.25rem;
  color: #007cd5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: left;
  margin: 2rem auto;
}
.headline3{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #007cd5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .summary-text > .content-title{
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px){
  .summary-text > .content-title{
    font-size: 3rem;
  }
  .summary-text p, .headline3{
    font-size: 1.125rem;
  }
}

/******** container-item ********/
.container-item{
  background-color: #888;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.container-item-goryo1{
  background-image: url(images/goryo_bg.jpg);
}
.container-item-goryo2{
  background-image: url(images/goryo_bg2.jpg);
}
.container-item-matoba{
  background-image: url(images/matoba_bg.jpg);
}
.item-img{
  width: 60%;
  margin: auto;
  filter: drop-shadow(10px 10px 10px #000);
}
.item-text{
  color: #fff;
}
.item-name{
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.bg-border{
  display: block;
  width: 100%;
  height: 2px;
  background: #007cd5;
  background: linear-gradient(to right, #9e2ad3 0%,#11ffeb 50%,#c8ff89 100%);
  margin-bottom: 2rem;
}
.item-table{
  margin-top: 48px;
}
.item-table th, .item-table td{
  padding: 0.2rem 0.5rem;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery a{
  width: 24.5%;
  margin-right: 0.5%;
  margin-bottom: 5px;
  border-radius: 2px;
  transition: ease-out 0.5s all;
}
.gallery a:nth-child(4n){
  margin-right: 0;
}
.gallery-empty::after{
  content: " ";
  display: block;
  width: 24.5%;
}
.gallery a:hover{
  opacity: 0.5;
}
@media (min-width: 768px) {
  .container-item{
    background-attachment: fixed;
  }
  .content-item{
    display: flex;
    justify-content: space-between;
  }
  .item-img{
    width: 40%;
  }
  .item-text{
    width: 58%;
  }
  .item-name{
    font-size: 3rem;
  }
  .summary-text > .content-title{
    font-size: 2rem;
  }
}


/******** section-shop ********/

.container-shop{
  background: #007cd5;
}
.container-shop .head-w-line{
  border: solid 1px #fff;
  color: #fff;
}
li.shop{
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.3;
}
li.shop > p,a{
  color: #fff;
}
a.shop-name{
  line-height: 1.75;
  font-weight: 700;
  color: #d4f5ff;
}
.shop-address{
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width:768px){
  ul.shop-list{
    display: flex;
    flex-wrap: wrap;
  }
  li.shop{
    width: 33.33%;
    margin: 0;
  }
}
@media screen and (min-width:1240px){
  .section-shop{
    width: 1240px;
    margin: auto;
  }
}

.head-w-line{
  width: 100px;
  height: 100px;
  line-height: 95px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  font-size: 2rem;
  text-align: center;
  border: solid 1px #aaa;
  border-radius: 50%;
  margin: 2rem auto 1rem auto;
  display: block;
}

/* ///////////// 20191227 /////////////*/
/*ボタン各種*/
.btn-square-pop {
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #ff007e;/*背景色*/
  border-radius: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  margin: 0.5rem auto;
  box-sizing: border-box;
  transition: ease-out 0.5s all;
}
.btn-square-pop:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
span.en{
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  .stock-list{
    display: flex;
    flex-wrap: wrap;
  }
}

/* ///////////// footer /////////////*/
.footer p,ul{
  font-size: 0.75rem;
}
ul.footer-nav-list{
  display: flex;
  justify-content: center;
  margin: 1rem;
}
ul.footer-nav-list li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-right: solid 1px #aaa;
}
ul.footer-nav-list li:last-child{
  border-right: none;
}
ul.footer-nav-list li a{
  color: #fff;
}
@media (min-width: 768px) {
  .information{
    display: flex;
  }
  .info-map{
    width: 50%;
  }
  .info-text{
    margin-left: 1rem;
  }
  .info-text p{
    font-size: 0.875rem;
  }
  .copyright{
    font-size: 0.75rem;
    line-height: 1;
  }
  .footer p,ul{
    font-size: 0.875rem;
  }
}
@media (min-width: 990px) {
  .info-text p{
    font-size: 1rem;
  }
}
