@charset "utf-8";
/* CSS Document */

body{
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
p, ul{
	margin: 10px 0 20px;;

}

img{
	margin-bottom: 10px;

}

section img{
	max-width:300px;

}



h2{
	margin: 15px 0 30px;
	padding: 15px 0;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 3px;

}
h3{
	padding: 10px 0;

}

.container{
		width:90%;
	max-width: 880px;
		margin: 30px auto 10px;
	padding: 10px; 

}

header{
	border-top: rgba(46, 167, 224, 1) solid 5px;
		background: rgba(220, 245, 245, 1);

}

.header-image{
	padding: 50px 0;
	height: 200px;
	width: 100%;
	color:#FFF;
	text-align:center;
  background-image: url(../images/menuimage001.png); /* image url*/
  background-size: 740px 480px; /* image size */
  animation: bg 30s infinite linear;

}

#shop .header-image{
  background-image: url(../images/shopimage001.png); /* image url*/

}

#pride .header-image{
  background-image: url(../images/prideimage001.png); /* image url*/

}


header img{ display: block;
	margin: 0 auto;
}

section#ban{
	padding: 20px;
	background-color: rgba(204,255,255,1);
	border-radius: 5px;
	width: 100%;
	color: #FFF;
    background-image:
   repeating-linear-gradient(-45deg,
   #fff, #fff 7px,
   transparent 0, transparent 14px);

}

section#shopinfo, section#access{
	width: 100%;
	background: url(../images/shopBack.png) repeat-x bottom;

}

section div.inner{
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	width:90%;
	max-width: 880px; 
	color: #666;
}
section#shopinfo p, section#ban ul, section#access p, section#ban p {
	text-align:left;
	
}


/*テーブル*/

table{
	margin: 0 auto;
	
}

.wrap_scroll_table {
  width: 80%;
  min-width:300px;
  overflow-x: scroll;
  margin: 0 auto;
}

.scroll_table {
  margin-top: 10px;
  max-width: 100%;
  margin: 0 auto;
}

.scroll_table,
.scroll_table td,
.scroll_table th {
  border: 1px solid #cbced2;
  border-collapse: collapse;
  text-align: center;
}

.scroll_table th {
  background: #01214d;
  color: #fff;
  padding: 4px 12px;
}

.scroll_table td {
  background: #f5f6f8;
  padding: 4px 12px;
}

table.company {
width: 300px;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}

table.company th,
table.company td {
padding: 10px;
}

table.company th {
background: #29ABE2;
vertical-align: middle;
text-align: left;
width: 100px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 15px;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #29ABE2;
border-width: 10px;
margin-top: -10px;
}


/*マップ*/



div#Gmap{
	margin: 20px auto;
	display:block;
	width: 80%;
	height: 350px;
	border: 2px solid #fff;
	border-radius: 20px;
	overflow: hidden;
}

footer{
	padding: 10px;
		background: rgba(46, 167, 224, 1);
		color:#FFF;
}

/*スライドショー*/

		.mb60{
			margin-bottom: 60px;
		}	
		.swiper-container{
			text-align: center;
		}
		.swiper-container .swiper-slide img{
			max-width: 100%;
			height: auto;
		}
		.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}


.menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
	border-radius: 2px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(46, 167, 224, 1);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
nav.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: rgba(46, 167, 224, 0.8);
}
nav.menu-content ul {
    padding: 70px 10px 0;
}
nav.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
nav.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
	letter-spacing: 3px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
nav.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
nav.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(46, 167, 224, 0.9);
    transition: all 1.2s ease-out 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ nav.menu-content {
    left: 0;/*メニューを画面内へ*/
}


@media screen and (min-width:768px) {

.oneThird {
	margin: 1%;
	float: left;
	width: 31%;
	max-width:250px;
}
div.blur{
	margin: 20px 1%;
	width: 30%;
	height:auto;

}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 3px;

}

.rightPosi{
	margin: 0;
	padding: 10px;
	float: right;
	width: 60%;
	height: auto;

}
.leftPosi{
	float: left;
	width: 40%;
	margin: 0;
	padding: 10px;
	

}
section#pride-line div.pride-title{
	margin:0 auto;
	display:block;
}

section img{
	max-width:400px;

}

table, table.company{
	width: 80%;
	max-width: 400px;

}


}
