@charset "UTF-8";

/*
	Theme Name: lp2
  Description: ランディングページver02　店舗ロゴあり、スマホの時メイン画像の下に店舗メニュー表示
	Author: KOSAERU
	Author URI: https://kosaeru.net/
	Version: 1.0.0
*/

/****************************************

          General Setting

*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body {
	color: #333;
	font-size: 16px;
  font-family: 'Meiryo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 160%;
}

li{
  list-style: none;
}

.w100{
	width: 100%;
	height:auto;
}


.d-pc { display: block !important; }
.d-sp,
.header-content{ display: none !important; }

@media only screen and (max-width: 750px) {
  .d-pc { display: none !important; }
  .d-sp,
  .header-content { display: block !important; }
}

@media (min-width: 768px) {
  /* 767px以上の画面幅に適用するスタイルをここに記述 */
  body {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    
  }
  nav img,
  .footer-store-img img {
      width: 15%;
  }
	h2.store-list-title{
	  font-size: 40px;
	}
	.anchor-link a{
		font-size: 16px;
		padding: 10px 0;
	}
	.anchor-link a i{
		margin-right: 10px;
	}
	.anchor-link a::before{
	    right: 15px;
	}

  .my-custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .my-custom-row > div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 50%;
  }
}




/****************************************

          NAV

****************************************/
nav{
  /* background-color: #009B40; */
	background: linear-gradient(
	154deg
	,#f6f5fa, #F79428,#F68B1F,#F79428,#efeef2);
	padding:5px 0;
}
nav h1{
  text-align: center;
}
nav img{
  width: 33%;
}



/****************************************

          anchor link

*****************************************/
.row {
  --bs-gutter-x: 0.5rem!important;
}

.anchor-link{
	margin: 0 0 10px;
}
.anchor-link a{
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 15px 15px 15px 0;
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 15px;
	border-radius: 3px;
	background: linear-gradient(
	164deg
	,#fcd6bc,#ec842c,#f06404);
	font-weight: 700;
}
.anchor-link a:hover{
	opacity: 0.8;
}
.anchor-link a i{
	margin-right: 5px;
}

.anchor-link a::before,
.anchor-link a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.anchor-link a::before{
    right: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
}




/****************************************

          STORE LISTS

*****************************************/
h2.store-list-title{
  font-family: 'Noto Sans JP', sans-serif;
  background-size: 40px;
  background-position: 0 center;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 0;
  padding: 40px 0;
  text-align: center;
}
h3{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #ec6404;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px solid #ec6404;
  border-bottom: 1px solid #ec6404;
}
.store{
  margin: 0 0 30px;
}

.card {
  border: 4px solid #ec6404;
  box-shadow: 2px 2px 3px #999;
  border-radius: 10px;
}
.card-img-top{
  position: relative;
}
.card-img-top img{
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  padding: 16% 0 0;

}
.h-100 h4{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  background-color: rgb(240 148 84 / 100%);
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1;
  padding: 5% 0;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ec6404;
}

.card-text{
  font-size: 14px;
	margin-bottom: 10px;
}
.card-text span.label{
  background-color: #ec842c;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px 4px;
  margin-right: 8px;
  width: 72px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  line-height: 1;
}
.store-link a{
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 2px 2px 3px #999;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.store-link.line a{
	background-color:#FF4F02;
}

.store-link.line a i.bi-pin-map-fill{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
}


.store-link.pworld a{
  background-color: #000000;
}
.store-link a:hover{
  opacity: 0.8;
}
.store-link a i.bi-box-arrow-up-right{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
}

/* Google Map */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 0 10px;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



/****************************************

          Footer

*****************************************/
.footer-store-img{
	text-align: center;
  padding: 20px 0;
}
.footer-store-img img{
	width: 50%;
	height: auto;
}
footer{
	background-color: #222;
	color: #fff;
}
p.copyright{
  font-family: 'arial';
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
  margin: 0;
  color: #989898;
}

/**/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
  text-align:right;
}
#page-top a {
	display: block;
}
#page-top i{
  color: #ec6404;
  font-size: 48px;
}



/****************************************

          RESPO

*****************************************/
/* @media (min-width: 576px){} */
@media (min-width: 100%){
  nav img,
  .footer-store-img img {
      width: 15%;
  }
	h2.store-list-title{
	  font-size: 40px;
	}
	.anchor-link a{
		font-size: 16px;
		padding: 10px 0;
	}
	.anchor-link a i{
		margin-right: 10px;
	}
	.anchor-link a::before{
	    right: 15px;
	}
}
@media (min-width: 992px) {
  .col {
    width: 50%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}
/* @media (min-width: 992px){}
@media (min-width: 1200px){} */
