@charset "utf-8";
/* CSS Document */

/*******************base*******************/

*{
	margin:0 auto;
	padding:0;
}

html {
  font-size: 1rem;
}

li{
    list-style: none;
}

body {
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
	color: #f9f9f9;
	background-color: #fffcfc;
    letter-spacing: 0.08rem;
}

img {
	max-width: 100%;
	display: block;
}

#wrap{
	position:relative;
}

header {
    width: 100%;
    background-color: #fef129;
}

.header-img {
    width: 100%;
    display: block;
}

figcaption{
	margin-top:10px;
	font-size:14px;
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #111;
}

footer img {
	display: inline;
}

articre{
	width: 100%;
	height: auto;
}

section {
	width: 100%;
	height: auto;
	background-color: #d90000;
	color: #fff;
}

section:nth-child(2n) {
    background-color: #c40000;
    color: #fff;
}

.content {
	width : 1200px;
	height: auto;
	padding: 80px 40px;
}


.shopping-link{
	width:60%;
	margin:0 auto;
}

aside {f
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #111;
}

.col-sm-4 {
    margin: 0;
}

th {
    width: 20% !important;
    text-align: center;
}

.Clear{
	clear:both;
}

/*******************base*******************/


/*******************テキスト用********************/

h1 {
    position: relative;
    display: block;
    margin-bottom: 3rem;
    text-align: center;
	font-weight:900;
	font-size:3rem;
}

h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

.h1{
    font-weight: 900;
}

h2 {
	font-weight:800;
	text-align:center;
	 }

h3 {
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    /*! color: #5A5A5A; */
    margin-bottom: 15px;
    font-weight: 800;
}

.jumbotron {
    background-color: #f8ffd7;
    color: #000;
}

/*******************テキスト用********************/

/*******************SPEC********************/

.spec-wrap {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.spec-wrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.spec-left {
    background-color: #C00;
    color: #FFF;
    text-align: center;
    width: 30%;
    padding: 10px;
    margin-bottom: 5px;
}

.spec-right {
    width: 70%;
    padding: 10px;
    border-bottom: #C00 2px solid;
    margin-bottom: 5px;
}

/*******************SPEC********************/

/*******************link*******************/
a {
	color: #786DFF;
	text-decoration: none;
}

a:link {
	color: #6DB2FF;
}

a:hover {
	color: #51BEFF;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=80);
   -moz-opacity:0.80;
    opacity:0.80;
}
/*******************link*******************/

/*******************txt*******************/

.text-small {
	font-size: 16px;
}

.text-small2 {
	font-size: 9px;
}

.text-middle {
	font-size: 34px;
}

.text-bold{
	font-size:26px;
	font-weight:700;
}

.text-bold2{
	font-size:20px;
	font-weight:700;
}

/*******************txt*******************/

/*******************sns*******************/
.sns-wrap {
    width: 400px;
    padding: 0 40px;
    margin: 0 auto;
}

.sns {
	float:left;
	width:33.3%;
	padding:2%;
}

/*******************sns*******************/

/*******************page-top*******************/
.pagetop {
    position: fixed;
    bottom: 27px;
    right: 20px;
}
/*******************page-top*******************/

/*******************color*******************/
.orange {
	color: #FF9900;
}

.blue {
	color: #05496b;
}

.red {
	color: #D60E19;
}

.gold{
	color:#FFCE6B;
}

/*******************color*******************/

/*******************link-banner*******************/

.link-banner{
	width:100%;
	height:auto;
	margin-bottom:80px;
	margin-top:60px;
}
/*******************link-banner*******************/

/*******************inquiry*******************/
.area-wrap{
	width:100%;
	margin-top:40px;
	/*! margin-bottom:40px; */
	border-bottom:#cacaca 2px solid;
	padding-bottom:20px;
}

.store {
    width: 25%;
    margin: 0 0 20px 0;
}

.store-logo {
    width: 100%;
    height: auto;
    padding: 10px 10px 0 10px;
}

.store-info {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.store-name {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.ggmap {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #5396ff;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ggmap a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.ggmap a:link {
    color: #fff;
}

/*******************inquiry*******************/

@media (max-width:1280px){



}


@media (max-width:1200px){


}

@media (max-width:1024px){


}

@media (max-width:959px){


}

@media (max-width:849px){


}

@media (max-width:799px){


}

@media (max-width:768px){

.store {
    width: 33.3%;
}

}

 
@media (max-width: 640px) {


}

@media (max-width:600px){

.store-info {
    width: 50%;
}

}

@media (max-width:414px){

h4, .h4 {
    font-size: 1.0rem;
}

.open {
    font-size: 33px;
}

.store-info {
    width: 100%;
    margin-bottom: 30px;
}

h1, .h1 {
    font-size: 1.5rem;
}

.lead {
    font-size: 1rem;
    font-weight: 300;
}

.sns-wrap {
    width: 100%;
    padding: 20px;
}

.shopping-link {
    width: 100%;
}

.store {
    width: 50%;
}

}

@media (max-width:375px){

h1, .h1 {
    font-size: 1.4rem;
}

h2, .h2 {
    font-size: 1.8rem;
}

.lead {
    font-size: 1rem;
    font-weight: 300;
}

.store {
    width: 100%;
}

}

@media (max-width:320px){

h1, .h1 {
    font-size: 1.2rem;
}

h2, .h2 {
    font-size: 1.5rem;
}

.address-wrap-txt1 {
    font-size: 16px;
}

.address-wrap-txt2 {
    font-size: 13px;
}

.address-wrap-txt {
    margin-bottom: 15px;
}

.inquiry-title {
    width: 100%;
    font-size: 18px;
    padding: 3%;
    margin-bottom: 10px;
}

}