/* Slider */
.slick {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.slider {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.slider img{
    height: 40VW;
    width: auto;
    max-height: 400px; //ポイント2
    min-height: 300px; //ポイント2
}
/*	↑最初の設定
    width: 100%;
    height: auto;
    max-height: 600px; //ポイント2
    min-height: 300px; //ポイント2
*/
/*	↑テスト中
    height: 40VW;
    width: auto;
    max-height: 600px; //ポイント2
    min-height: 300px; //ポイント2
*/

p.content {
color: #FFFFFF;
background-color: #000000
}

.slick-outer{position: relative;}
.slick-content-ex{
  position: absolute;
  top: 50%;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  color: #fff;
  img{width: 100%;}
  margin: 0　10px;padding: 0;
  p{margin: 0;padding: 0;font-weight: bold;font-size: 1rem;}
  h2{margin: 0;padding: 0;font-weight: bold;font-size: 2rem;color: #fff;}
}

.slick-content{	
  position: absolute;
  top: 10%;left: 10%;
  z-index: 150;
  color: white;
  img{width: 100%;}
  margin: 0　10px;padding: 0;
  p{margin: 0;padding: 0;font-weight: bold;font-size: 1rem;}
  h2{margin: 0;padding: 0;font-weight: bold;font-size: 2rem;color: #fff;}
}

//ResizeImg
.resizeimage {
//   max-width: 100%; /* 最大幅 */
//   min-width: 240px; /* 最小幅 */
}
.resizeimage img {
   max-width: 100%;
}

/* Navi Button（ページ横へショートカットを表示）
------------------------------------------------------------*/
/***トップへ戻るボタン***/
#navi {
	position: fixed;
	//bottom: 50px;
	bottom: 20%;
	right: 20px;
	font-size: 77%;
}
 
#navi a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 30px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#navi a:hover {
	text-decoration: none;
	background: #999;
}

/***トップへ戻るボタンここまで***/

/* TOP Button
------------------------------------------------------------*/
/***トップへ戻るボタン***/
#js-pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #f99900;
  color: #fff;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
 
#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

/***トップへ戻るボタンここまで***/


.panel-main ul{
  display: table;
  table-layout: fixed;
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;

}

.panel-main li{
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #fff;
  word-wrap: break-word;
  height: 100%;
}

.panel-main li:first-child{
  border-left: 1px solid #fff;
}

.panel-main a{
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #ECF5DD;
  box-sizing: border-box;
}

#column {
	max-width: 1024px;
	margin: 50px auto 0 auto;
	padding: 0 20px;
}

#column img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#column ul {
	width: calc(100 + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

#column li {
	padding: 0 10px 20px;
}

#column li a,
#column li a:visited {
	text-decoration: none;
	color: #111;
}

#column li p {
	font-size: 90%;
	margin-bottom: 3px;
}

#column li span {
	font-size: 80%;
	display: block;
}

.column02 li {
	width: calc(50% - 20px);
}

.column03 li {
	width: calc(33.3333% - 20px);
}

.column04 li {
	width: calc(25% - 20px);
}

.column05 li {
	width: calc(20% - 20px);
}

/* 商品ページの先頭のリンク向け */
.topicpass h3 {
	font-size: 70%;
}

/* 商品ページの先頭のリンク向け */
.text02 p{
	font-size: 110%;
}

table {
  border-collapse: collapse;
}
th {
  border: solid 1px #333; /* 線の種類 太さ 色 */
  font-weight: bold;
}
td  {
  border: solid 1px #333; /* 線の種類 太さ 色 */
}

.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center_move{
text-align: center;
}

.flex-container {
    display: flex;
}

.flex-item {
    flex-basis: 100%;
}

.image-wrap{
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin: 10px 5px;
}

.image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}