@charset "utf-8";

#main { width:1100px; margin:10px auto; }
#main .sp { display:none!important; }


/*----------------------�X�}�z��-----------------------*/

@media screen and (max-width: 768px) {
#main .pc { display:none!important; }
}


/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:10px; }
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }





/*====================================================================================================
  pc
====================================================================================================*/

/*------------------------------------------------------------
  body
------------------------------------------------------------*/
#main{
	width: 100%;
	font-size: 14px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
	color: #532803;
	line-height: 1.5;
	margin: 0 auto 50px;
}

#main a{
	text-decoration: none;
}

#main a:hover {
  opacity: 0.8;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.hide {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sp_no01 {
  display: block;
}

.pc_no01 {
  display: none;
}


.left {
	float: left;
}

.right {
	float: right;
}



/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
#mv {
	width: 100%;
	height: 675px;
	background: url(../images/mv01.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: auto;
	z-index: 0;
	overflow: hidden;
	position: relative;
}

#mv .inner {
	width: 865px;
	height: 478px;
	background: url("../images/mv02.png") center center no-repeat;
	margin: 70px auto 0;
	overflow: hidden;
	position: relative;
}

#mv .txt_box {
	box-sizing: border-box;
	text-align: center;
	padding: 0 110px 0 125px;
	position: absolute;
	bottom: 55px;
}

#mv .txt01 {
	display: inline-block;
	color: #a87e69;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 25px;
	position: relative;
}

#mv .txt01:before,
#mv .txt01:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #a87e69;
	position: absolute;
	top: 50%;	
}

#mv .txt01:before {
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	left: 0;
}

#mv .txt01:after {
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	right: 0;
}

#mv .txt02 {
	color: #111;
	font-size: 15px;
}





/*------------------------------------------------------------
  link_area
------------------------------------------------------------*/
.link_area {
	width: 100%;
	height: 180px;
	background: url(../images/bg01.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: auto;
	padding: 40px 0;
}

.link_area02 {
	background: none;
}

.link_area .inner {
	width: 1100px;
	margin: auto;
}

.link_area .link_box {
	width: 740px;
	margin: auto;
}





/*------------------------------------------------------------
  sec01
------------------------------------------------------------*/
.sec01 {
	width: 100%;
	background: url(../images/ttl_bg01.png) 0 0 repeat-x;
	background-size: 35px 145px;
	box-sizing: border-box;
	margin: auto;
	padding-bottom: 60px;
}

.sec01 .title_box {
	height: 100px;
	background: url(../images/ttl_bg02.png) center 0 no-repeat;
	box-sizing: border-box;
}

.sec01 .title01 {
	text-align: center;
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 30px;
}
	
.sec01 .title01 .f_color {
	color: #ff8d8d;
	font-size: 45px;
}


.sec01 .tab_menu {
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
}
.sec01 .tab_menu ul {
	font-size: 0;
	display: flex;
	justify-content: center;
}

.sec01 .tab_menu li {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 10px;
}

.sec01 .tab_menu li:last-child {
	margin-right: 0;
}

.sec01 .tab_menu li img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
  border: solid 1px #fff;
}


.sec01 .diary {
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
}
.sec01 .diary ul {
	display: flex;
	justify-content: center;
}

.sec01 .diary li {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 10px;
}

.sec01 .diary li:last-child {
	margin-right: 0;
}

.sec01 .diary li img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
  border: solid 1px #fff;
}



/*------------------------------------------------------------
  sec02
------------------------------------------------------------*/
#sec02 {
	width: 100%;
	margin: auto;
}



/*-------------------- title_box --------------------*/
#sec02 .title_box {
	width: 100%;
	height: 385px;
	box-sizing: border-box;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 70px;
}

#sec02 .title_box01 {
	background: url(../images/bg03.jpg) center center no-repeat;
	background-size: cover;
}
#sec02 .title_box02 {
	background: url(../images/bg04.jpg) center center no-repeat;
	background-size: cover;
}
#sec02 .title_box03 {
	background: url(../images/bg05.jpg) center center no-repeat;
	background-size: cover;
}
#sec02 .title_box04 {
	background: url(../images/bg06.jpg) center center no-repeat;
	background-size: cover;
}


#sec02 .title_box .title01 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 40px;
	vertical-align: middle;
	padding: 0 30px;
	position: relative;
}
#sec02 .title_box .title01_01 {
	background: #b3d35d;
}
#sec02 .title_box .title01_02 {
	background: #ffa8a8;
}
#sec02 .title_box .title01_03 {
	background: #ffd060;
}
#sec02 .title_box .title01_04 {
	background: #76beeb;
}


#sec02 .title_box .title01:before,
#sec02 .title_box .title01:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}


#sec02 .title_box .title01:before {
	top: 0;
	left: -20px;
	border-style: solid;
	border-width: 30px 0 30px 20px;
}
#sec02 .title_box .title01_01:before {
	border-color: #b3d35d;
	border-left-color: transparent;
}
#sec02 .title_box .title01_02:before {
	border-color: #ffa8a8;
	border-left-color: transparent;
}
#sec02 .title_box .title01_03:before {
	border-color: #ffd060;
	border-left-color: transparent;
}
#sec02 .title_box .title01_04:before {
	border-color: #76beeb;
	border-left-color: transparent;
}


#sec02 .title_box .title01:after{
	top: 0;
	right: -20px;
	border-style: solid;
	border-width: 30px 20px 30px 0;
}
#sec02 .title_box .title01_01:after {
	border-color: #b3d35d;
	border-right-color: transparent;
}
#sec02 .title_box .title01_02:after {
	border-color: #ffa8a8;
	border-right-color: transparent;
}
#sec02 .title_box .title01_03:after {
	border-color: #ffd060;
	border-right-color: transparent;
}
#sec02 .title_box .title01_04:after {
	border-color: #76beeb;
	border-right-color: transparent;
}


#sec02 .title_box .title02 {
	color: #895230;
	font-size: 55px;
	padding-top: 15px;
}



/*-------------------- block --------------------*/
#sec02 .block {
	padding-bottom: 30px;
}
#sec02 .block01 {
	background: #f9ffea;
}
#sec02 .block02 {
	background: #fff5f5;
}
#sec02 .block03 {
	background: #fffee9;
}
#sec02 .block04 {
	background: #f1feff;
}
	

#sec02 .rank_wrap {
	width: 1100px;
	background: #fff;
	box-sizing: border-box;
	margin: auto;
	padding: 5px 5px;
	position: relative;
	top: -70px;
}

#sec02 .rank {
	box-sizing: border-box;
	border: solid 2px #b6b47b;
	padding: 0 45px;
}


/*---------- rank_ttl ----------*/
#sec02 .rank_ttl01 {
	height: 103px;
	background: url(../images/ttl_bg03.jpg) center center no-repeat;
	margin-top: -50px;
}

#sec02 .rank_ttl01 span {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 15px;
}


/*---------- rank_list ----------*/
#sec02 .rank_list {
	padding: 50px 0 0;
}

#sec02 .rank_list ul {
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
	width: 100%;
}
#sec02 .rank_list li {
	display: table-cell;
	width: 33.33%;
	height: 60px;
	vertical-align: middle;
	background: url(../images/line01.png) 0 bottom no-repeat;
}

#sec02 .rank_list li a {
	display: flex;
	align-items: center;
	color: #994d2f;
	font-size: 15px;
	line-height: 1.3em;
	padding-left: 30px;
	position: relative;
}
#sec02 .rank_list li a .number{
	background: #ccc47c;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}
/*#sec02 .rank_list li a:before {
	display: block;
	content: "";
	background: #ffaeae;
	width: 2px;
	height: 16px;
	position: absolute;
	top: 10%;
	left: 3.5%;
}*/

#sec02 .rank_list li a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #ffaeae;
	border-left: solid 2px #ffaeae;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: -5px;
	position: absolute;
	top: 35%;
	left: 2%;
}

#sec02 .rank_list .last {
	background: none;
}


/*---------- box ----------*/
#sec02 .box {
	padding-top: 100px;
}

#sec02 .box01 {
	padding-top: 50px;
}

#sec02 .box05 {
	padding-bottom: 100px;
}


/* ttl_area */
#sec02 .box .ttl_area {
	width: 100%;
	background: url(../images/line02.png)  0 bottom repeat-x;
	padding-bottom: 10px;
	position: relative;
}

#sec02 .box .ttl_area .sub_ttl {
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2em;
	padding-left: 80px;
	position: relative;
}

#sec02 .box .ttl_area .sub_ttl span {
	color: #8f8f8f;
	font-size: 18px;
	line-height: 1.8em;
}

#sec02 .box .ttl_area .sub_ttl:before {
	display: block;
	content: "";
	width: 68px;
	height: 78px;
	position: absolute;
	left: 0;
	bottom: 5px;
}

#sec02 .box01 .ttl_area .sub_ttl:before {
	background: url(../images/icon01.png)  0 0 no-repeat;
}

#sec02 .box02 .ttl_area .sub_ttl:before {
	background: url(../images/icon02.png)  0 0 no-repeat;
}

#sec02 .box03 .ttl_area .sub_ttl:before {
	background: url(../images/icon03.png)  0 0 no-repeat;
}

#sec02 .box04 .ttl_area .sub_ttl:before {
	background: url(../images/icon04.png)  0 0 no-repeat;
}

#sec02 .box05 .ttl_area .sub_ttl:before {
	background: url(../images/icon05.png)  0 0 no-repeat;
}


/* icon_box */
#sec02 .box .icon_box {
	position: absolute;
	right: 0;
	bottom: 10px;
}

#sec02 .box .icon_box .icon_ttl {
	display: inline-block;
	width: 100px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 5px;
	padding: 12px 12px;
	margin-right: 15px;
	position: relative;
}

#sec02 .box .icon_box .icon_ttl::before {
	display: block;
	content: "";
 	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #f1f1f1;
	position: absolute;
	top: 50%;
	left: 100%;
}

#sec02 .box .icon_box .list01 {
	margin-bottom: 5px;
	width: 280px;
}

#sec02 .box .icon_box .icon {
	width: 90px;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}

#sec02 .box .icon_box .icon01 {
	background: #facece;
}

#sec02 .box .icon_box .icon02 {
	background: #ffe4ce;
}

#sec02 .box .icon_box .icon03 {
	background: #fdffd4;
	margin-right: 0;
}

#sec02 .box .icon_box .icon04 {
	background: #e6f3c9;
}

#sec02 .box .icon_box .icon05 {
	background: #d6fad2;
}

#sec02 .box .icon_box .icon06 {
	background: #dbf3f9;
	margin-right: 0;
}



/*----- box_inner -----*/
#sec02 .box_inner {
	margin-top: 40px;
}

/* image_area */
#sec02 .box_inner .image_area {
	width: 470px;
}


/* txt_area */
#sec02 .box_inner .txt_area {
	width: 500px;
}

#sec02 .box_inner .txt_area h5 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #5b5b5b;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 5px 0;
	position: relative;
}

#sec02 .box_inner .txt_area h5:before {
	content: "";
	position: absolute;
	background: #5b5b5b;
	height: 15px;
	width: 30px;
	margin-left: -15px;
	border-radius: 0 0 30px 30px;
	top: 87%;
	left: 50%;
}

#sec02 .box_inner .txt_area .txt01 {
	text-align: justify;
	margin-top: 20px;
}


#sec02 .box_inner .sub_wrap {
	margin-top: 30px;
}

#sec02 .box_inner .sub_wrap .sub01 {
	width: 240px;
	box-sizing: border-box;
	background-color: #e8f7f9;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #d2eff3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #d2eff3),color-stop(.75, #d2eff3), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	border-radius: 10px 10px 0px 0px;
	padding: 15px 10px 10px;
}

#sec02 .box_inner .sub_wrap .sub01 .txt02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 50px;
	position: relative;
}

#sec02 .box_inner .sub_wrap .sub01 .txt02:before {
  display: block;
  content: "";
  width: 38px;
  height: 42px;
	background: url(../images/icon06.png)  0 0 no-repeat;
	position: absolute;
	left: 0;
}

#sec02 .box_inner .sub_wrap .sub01 ul {
	background: #fff;
	margin-top: 15px;
	padding: 15px 0;
}

#sec02 .box_inner .sub_wrap .sub01 li {
	text-align: justify;
	font-size: 13px;
	padding: 0 15px 0 30px;
	position: relative;
}

#sec02 .box_inner .sub_wrap .sub01 li:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border: solid 4px #d2eff3;
  border-radius: 100%;
	position: absolute;
  top: 4px;
  left: 10px;
}

#sec02 .box_inner .sub_wrap .sub02 {
	width: 240px;
}



/*----- btn_box -----*/
#sec02 .btn_box {
	width: 900px;
	margin: 40px auto 0;
}

#sec02 .btn_box .btn01 {
	float: left;
	margin-top: 55px;
}

#sec02 .btn_box .btn02 {
	float: right;
}

#sec02 .btn_box .btn01 a {
	background: #87c988;
	background: linear-gradient(-77deg, #b2d789, #85c888);		
	background: -moz-linear-gradient(-77deg, #b2d789, #85c888);
	background: -webkit-linear-gradient(-77deg, #b2d789, #85c888);
}

#sec02 .btn_box .btn02 a {
	background: linear-gradient(-77deg, #fe6b12, #fcb082);		
	background: -moz-linear-gradient(-77deg, #fe6b12, #fcb082);
	background: -webkit-linear-gradient(-77deg, #fe6b12, #fcb082);
}

#sec02 .btn03 a {
	background: linear-gradient(-77deg, #98c9ef, #82a2d7);		
	background: -moz-linear-gradient(-77deg, #98c9ef, #82a2d7);
	background: -webkit-linear-gradient(-77deg, #98c9ef, #82a2d7);
}


#sec02 .btn_box .btn {
	width: 430px;
	text-align: center;
}

#sec02 .btn_box .btn a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 15px 0;
	position: relative;
}

#sec02 .btn_box .btn a:before {
	display: block;
	content: "";
	background: #fff;
	width: 25px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 4%;
}

#sec02 .btn_box .btn a:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-top: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 5%;
}





#sec02 .btn_box_l {
	width: 1100px;
	margin: 0 auto 50px;
}

#sec02 .btn_box_l .btn_l {
	width: 740px;
	text-align: center;
	margin: 0 auto;
}

#sec02 .btn_box_l .btn_l a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 15px 0;
	position: relative;
}

#sec02 .btn_box_l .btn_l a:before {
	display: block;
	content: "";
	background: #fff;
	width: 25px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 4%;
}

#sec02 .btn_box_l .btn_l a:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-top: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 4.5%;
}










/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
#sec02 .sp_slider {
	display: none;
}

#sec02 .slider {
	width: 100%;
	height: 380px;
	position: relative;
}

#sec02 .slider .photo{
	margin: 0 0;
}

#sec02 .slider img {
	width: 100%;
	height: 380px;
 }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*---------- slider矢印 ---------*/
.slide-arrow {
  position: absolute;
  top: 42%;
	cursor: pointer;
}

.prev-arrow {
  width: 65px;
  height: 65px;
	background: url(../images/arrow_prev.png) 0 0 no-repeat;
	left: -5%;
	z-index: 999;
}

.next-arrow {
  width: 65px;
  height: 65px;
	background: url(../images/arrow_next.png) 0 0 no-repeat;
  right: -5%;
	z-index: 999;
}





/*------------------------------------------------------------
  sec03
------------------------------------------------------------*/
#sec03 {
	width: 100%;
	background: url(../images/bg07.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: auto;
	padding: 70px 0;
}

#sec03 .inner {
	width: 1100px;
	margin: auto;
}


/*-------------------- title_box --------------------*/
#sec03 .title_box {
	text-align: center;
}

#sec03 .title_box .title01 {
	color: #702d0c;
	font-size: 40px;
	font-weight: bold;
}


/*-------------------- txt_box --------------------*/
#sec03 .txt_box {
	text-align: center;
	margin-top: 20px;
}

#sec03 .txt_box .txt01 {
	color: #702d0c;
	font-size: 16px;
}


/*-------------------- btn_box --------------------*/
#sec03 .btn_box {
	width: 890px;
	margin: 50px auto 0;
}

#sec03 .btn_box .btn {
	width: 430px;
	text-align: center;
}

#sec03 .btn_box .btn01 {
	float: left;
}

#sec03 .btn_box .btn02 {
	float: right;
}

#sec03 .btn_box .btn a {
	display: block;
	color: #702d0c;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	border: solid 2px #702d0c;
	padding: 30px 0;
	position: relative;
	background-color: #fff;
}

#sec03 .btn_box .btn a:before {
	display: block;
	content: "";
	background: #702d0c;
	width: 25px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 4%;
}

#sec03 .btn_box .btn a:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-top: solid 2px #702d0c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 5%;
}

.spot__price{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:0 0 12px;
}
.spot__price span{
	font-size:28px;
	font-weight:bold;
	color: #fc510e;
}
.spot__price::before {
	display:inline-block;
	content:"";
	/* position: absolute; */
	width:20px;
	height:35px;
	background:url(../images/before.png);
	vertical-align: middle;
	left:-60px;
	top:-5px;
}
.spot__price::after {
	display:inline-block;
	content:"";
	/* position: absolute; */
	width:20px;
	height:35px;
	background:url(../images/after.png);
	vertical-align: middle;
	right: -50px;
	top:-5px ;
}















/*====================================================================================================
  sp
====================================================================================================*/
@media screen and (max-width: 640px){
#wrapper {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
/*------------------------------------------------------------
  body
------------------------------------------------------------*/
#main{
	width: 100%;
	font-size: 13px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
	color: #532803;
	line-height: 1.5;
	margin: 0 auto 20px;
}

#main a{
	text-decoration: none;
}

#main a:hover {
  opacity: 0.8;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.hide {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sp_no01 {
  display: none;
}

.pc_no01 {
  display: block;
}


.left {
	float: inherit;
}

.right {
	float: inherit;
}





/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
#sp_mv {
	width: 100%;
	height: auto;
	position: relative;
}

#sp_mv .inner {
	width: 100%;
	height: 0;
	background: url("../images/sp_mv01.jpg") center center no-repeat;
	background-size: 100% auto;
	padding-top: 62.5%;
	margin: 0 auto 0;
	position: relative;
}

#sp_mv .txt_box {
	text-align: center;
	padding: 0 10px 15px;
	margin-top: 20px;
}

#sp_mv .txt01 {
	display: inline-block;
	color: #a87e69;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	padding: 0 20px;
	position: relative;
}

#sp_mv .txt01:before,
#sp_mv .txt01:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #a87e69;
	position: absolute;
	top: 50%;	
}

#sp_mv .txt01:before {
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	left: 0;
}

#sp_mv .txt01:after {
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	right: 0;
}

#sp_mv .txt02 {
	color: #111;
	font-size: 13px;	
}
	
	
	
	
/*------------------------------------------------------------
  link_area
------------------------------------------------------------*/
.link_area {
	width: 100%;
	height: auto;
	background: none;
	background-size: 100% auto;
	box-sizing: border-box;
	margin: auto;
	padding: 0 0 30px;
}


.link_area02 {
	background: none;
}

.link_area .inner {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0 10px;

}

.link_area .link_box {
	width: 100%;
	margin: auto;
}

.link_area .link_box img {
	width: 100%;
}





/*------------------------------------------------------------
  sec01
------------------------------------------------------------*/
.sec01 {
	width: 100%;
	background: none;
	background-size: 35px 145px;
	box-sizing: border-box;
	margin: auto;
	padding-bottom: 20px;
}

.sec01 .title_box {
	width: 100%;
	height: 0;
	background: url(../images/sp_ttl_bg01.jpg) center 0 no-repeat;
	background-size: 100% auto;
	padding-top: 23%;
	position: relative;
}

.sec01 .title01 {
	text-align: center;
	font-size: 6vw;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: inherit;
	line-height: 1.2em;
}

.sec01 .title01 .title01_span {
	display: block;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
}
	
.sec01 .title01 .f_color {
	color: #ff8d8d;
	font-size: 9vw;
}



.sec01 .tab_menu {
	width: 100%;
	box-sizing: border-box;
	margin-top: 3px;
	padding: 0 10px;
}
.sec01 .tab_menu ul {
	font-size: 0;
	flex-direction: column;
}
.sec01 .tab_menu li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: solid 3px #fff;
}
.sec01 .tab_menu li p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	color: #895230;
	padding: 8px 0;
	line-height: 20px;
	text-align: center;
	position: relative;
	border-radius: 5px;
}
.sec01 .tab_menu li p:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #895230;
	border-left: solid 2px #895230;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	margin-top: 3px;
	top: 35%;
	left: 93%;
}
.sec01 .tab_menu li .txt_l{
	font-size: 17px;
	font-weight: bold;
}
.sec01 .tab_menu li .conts01{
	background: #b3d35d;
}
.sec01 .tab_menu li .conts02{
	background: #ffa8a8;
}
.sec01 .tab_menu li .conts03{
	background: #ffd060;
}
.sec01 .tab_menu li .conts04{
	background: #76beeb;
}
	
.sec01 .tab_menu .no_mr {
	margin-right: 0;
}
.sec01 .tab_menu .no_mb {
	margin-bottom: 0;
}



.sec01 .diary {
	width: 100%;
	box-sizing: border-box;
	margin-top: 3px;
	padding: 0 10px;
}
.sec01 .diary ul {
	font-size: 0;
	flex-direction: column;
}
.sec01 .diary li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: solid 3px #fff;
}
.sec01 .diary li p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	color: #895230;
	padding: 8px 0;
	line-height: 20px;
	text-align: center;
	position: relative;
	border-radius: 5px;
}
.sec01 .diary li p:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #895230;
	border-left: solid 2px #895230;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	margin-top: 3px;
	top: 35%;
	left: 93%;
}
.sec01 .diary li .txt_l{
	font-size: 17px;
	font-weight: bold;
}
.sec01 .diary li .conts01{
	background: #b3d35d;
}
.sec01 .diary li .conts02{
	background: #ffa8a8;
}
.sec01 .diary li .conts03{
	background: #ffd060;
}
.sec01 .diary li .conts04{
	background: #76beeb;
}
	
.sec01 .diary .no_mr {
	margin-right: 0;
}
.sec01 .diary .no_mb {
	margin-bottom: 0;
}
	
	
	
/*------------------------------------------------------------
  sec02
------------------------------------------------------------*/
#sec02 {
	width: 100%;
	margin: auto;
}


/*-------------------- title_box --------------------*/
#sec02 .title_box {
	width: 100%;
	height: 0;
	box-sizing: border-box;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 43.75%;
	position: relative;
}

#sec02 .title_box01 {
	background: url(../images/sp_bg01.jpg) center center no-repeat;
	background-size: 100% auto;
}
#sec02 .title_box02 {
	background: url(../images/sp_bg02.jpg) center center no-repeat;
	background-size: 100% auto;
}
#sec02 .title_box03 {
	background: url(../images/sp_bg03.jpg) center center no-repeat;
	background-size: 100% auto;
}	
#sec02 .title_box04 {
	background: url(../images/sp_bg04.jpg) center center no-repeat;
	background-size: 100% auto;
}
	
	
#sec02 .title_box_in {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
}
	

#sec02 .title_box .title01 {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 6.0vw;
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
}
#sec02 .title_box .title01_01 {
	background: #b3d35d;
}
#sec02 .title_box .title01_02 {
	background: #ffa8a8;
}
#sec02 .title_box .title01_03 {
	background: #ffd060;
}
#sec02 .title_box .title01_04 {
	background: #76beeb;
}
	

#sec02 .title_box .title01:before,
#sec02 .title_box .title01:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
	

#sec02 .title_box .title01:before {
	top: 0;
	left: -10px;
	border-style: solid;
	border-width: 18px 0 18px 10px;
}
#sec02 .title_box .title01_01:before {
	border-color: #b3d35d;
	border-left-color: transparent;
}
#sec02 .title_box .title01_02:before {
	border-color: #ffa8a8;
	border-left-color: transparent;
}
#sec02 .title_box .title01_03:before {
	border-color: #ffd060;
	border-left-color: transparent;
}
#sec02 .title_box .title01_04:before {
	border-color: #76beeb;
	border-left-color: transparent;
}	

#sec02 .title_box .title01:after{
	top: 0;
	right: -10px;
	border-style: solid;
	border-width: 18px 10px 18px 0;
}
#sec02 .title_box .title01_01:after {
	border-color: #b3d35d;
	border-right-color: transparent;
}
#sec02 .title_box .title01_02:after {
	border-color: #ffa8a8;
	border-right-color: transparent;
}
#sec02 .title_box .title01_03:after {
	border-color: #ffd060;
	border-right-color: transparent;
}
#sec02 .title_box .title01_04:after {
	border-color: #76beeb;
	border-right-color: transparent;
}	
	
	
#sec02 .title_box .title02 {
	color: #895230;
	font-size: 7.5vw;
	padding-top: 0px;
}



/*-------------------- block --------------------*/
#sec02 .block {
	padding: 0 10px 15px;
}
#sec02 .block01 {
	background: #e4f1c4;
}
#sec02 .block02 {
	background: #f5d2d2;
}
#sec02 .block03 {
	background: #f9e0a6;
}
#sec02 .block04 {
	background: #bddef3;
}
	

#sec02 .rank_wrap {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	margin: auto;
	padding: 4px;
	position: relative;
	top: 0;
	margin-top: -8%;
}

#sec02 .rank {
	box-sizing: border-box;
	border: solid 1px #b6b47b;
	padding: 0 10px;
}



/*---------- rank_ttl ----------*/
#sec02 .rank_ttl01 {
	width: 100%;
	height: 0;
	background: url(../images/ttl_bg03.jpg) center center no-repeat;
	background-size: 100% auto;
	padding-top: 19.07%;
	margin-top: -8%;
	position: relative;
}

#sec02 .rank_ttl01 span {
	display: block;
	color: #895230;
	text-align: center;
	font-size: 4vw;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3em;
	padding-top: 0;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}


/*---------- rank_list ----------*/
#sec02 .rank_list {
	padding: 5px 0 0;
}

#sec02 .rank_list ul {
	display: block;
	border-collapse: inherit;
	border-spacing: 0 0;
	width: 100%;
}
#sec02 .rank_list li {
	display: block;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	background: url(../images/line01.png) 0 bottom repeat-x;
	background-position: 100% auto;
}

#sec02 .rank_list li a {
	/*display: block;*/
	line-height: 1.2;
	color: #994d2f;
	font-size: 13px;
	padding-left: 0;
	position: relative;
	letter-spacing: 0;
	margin-top: 10px;
}
#sec02 .rank_list li a .number {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	margin-right: 4px;
}
/*#sec02 .rank_list li a:before {
	display: block;
	content: "";
	background: #ffaeae;
	width: 15px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}*/

#sec02 .rank_list li a:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #ffaeae;
	border-left: solid 2px #ffaeae;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: -3px;
	position: absolute;
	top: 35%;
	left: 93%;
}	
	

#sec02 .rank_list .last {
	background: none;
	display: none;
}


/*---------- box ----------*/
#sec02 .box {
	padding-top: 50px;
}

#sec02 .box01 {
	padding-top: 40px;
}

#sec02 .box05 {
	padding-bottom: 40px;
}


/* ttl_area */
#sec02 .box .ttl_area {
	width: 100%;
	background: none;
	background-size: 100% auto;
	padding-bottom: 0;
	position: relative;
}
	
	#sec02 .box .ttl_area .left {
		float: inherit;
	}
	
		#sec02 .box .ttl_area .right{
		float: inherit;
	}


#sec02 .box .ttl_area .sub_ttl {
	background: url(../images/line02.png)  0 bottom repeat-x;
	font-size: 5.0vw;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2em;
	padding-left: 55px;
	padding-bottom: 10px;
	position: relative;
}

#sec02 .box .ttl_area .sub_ttl span {
	color: #8f8f8f;
	font-size: 3.2vw;
	line-height: 1.5em;
}

#sec02 .box .ttl_area .sub_ttl:before {
	display: block;
	content: "";
	width: 48px;
	height: 58px;
	position: absolute;
	left: 0;
	bottom: 5px;
}

#sec02 .box01 .ttl_area .sub_ttl:before {
	background: url(../images/icon01.png)  0 0 no-repeat;
	background-size: 100% auto;
}

#sec02 .box02 .ttl_area .sub_ttl:before {
	background: url(../images/icon02.png)  0 0 no-repeat;
	background-size: 100% auto;
}

#sec02 .box03 .ttl_area .sub_ttl:before {
	background: url(../images/icon03.png)  0 0 no-repeat;
	background-size: 100% auto;
}

#sec02 .box04 .ttl_area .sub_ttl:before {
	background: url(../images/icon04.png)  0 0 no-repeat;
	background-size: 100% auto;
}

#sec02 .box05 .ttl_area .sub_ttl:before {
	background: url(../images/icon05.png)  0 0 no-repeat;
	background-size: 100% auto;
}


/* icon_box */
#sec02 .box .icon_box {
	position: static;
	right: 0;
	bottom: 0;
	margin-top: 10px;
	padding: 0 10px;
}

#sec02 .box .icon_box .icon_ttl {
	display: inline-block;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	margin-right: 0;
	position: relative;
	margin-bottom: 10px;
}

#sec02 .box .icon_box .icon_ttl::before {
	display: block;
	content: "";
 	margin-top: 0;
	border-left: none;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #f1f1f1;
	position: absolute;
	top: 100%;
	left: 50%;	
}

#sec02 .box .icon_box .list01 {
	margin-bottom: 5px;
	width: 100%;
}

#sec02 .box .icon_box .icon {
	width: 49%;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
	margin-bottom: 2%;
	margin-right: 2%;
	float: left;
}

#sec02 .box .icon_box .icon01 {
	background: #facece;
}

#sec02 .box .icon_box .icon02 {
	background: #ffe4ce;
	margin-right: 0
}

#sec02 .box .icon_box .icon03 {
	background: #fdffd4;
	margin-right: 2%;
}

#sec02 .box .icon_box .icon04 {
	background: #e6f3c9;
	margin-right: 0
}

#sec02 .box .icon_box .icon05 {
	background: #d6fad2;
}

#sec02 .box .icon_box .icon06 {
	background: #dbf3f9;
	margin-right: 0;
}
	


/*----- box_inner -----*/
#sec02 .box_inner {
	margin-top: 15px;
}

/* image_area */
#sec02 .box_inner .image_area {
	width: 100%;
}


/* txt_area */
#sec02 .box_inner .txt_area {
	width: 100%;
	margin-top: 10px;
}

#sec02 .box_inner .txt_area h5 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: #5b5b5b;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 5px 0;
	position: relative;
}

#sec02 .box_inner .txt_area h5:before {
	content: "";
	position: absolute;
	background: #5b5b5b;
	height: 15px;
	width: 30px;
	margin-left: -15px;
	border-radius: 0 0 30px 30px;
	top: 80%;
	left: 50%;
}

#sec02 .box_inner .txt_area .txt01 {
	text-align: justify;
	margin-top: 15px;
}


#sec02 .box_inner .sub_wrap {
	margin-top: 20px;
}

#sec02 .box_inner .sub_wrap .sub01 {
	width: 100%;
	box-sizing: border-box;
	background-color: #e8f7f9;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #d2eff3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #d2eff3),color-stop(.75, #d2eff3), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	border-radius: 10px 10px 0px 0px;
	padding: 15px 10px 10px;
}

#sec02 .box_inner .sub_wrap .sub01 .txt02 {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 35px;
	position: relative;
}

#sec02 .box_inner .sub_wrap .sub01 .txt02:before {
  display: block;
  content: "";
  width: 28px;
  height: 32px;
	background: url(../images/icon06.png)  0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: -5px;
}

#sec02 .box_inner .sub_wrap .sub01 ul {
	background: #fff;
	margin-top: 15px;
	padding: 15px 0;
}

#sec02 .box_inner .sub_wrap .sub01 li {
	text-align: justify;
	font-size: 13px;
	padding: 0 15px 0 30px;
	position: relative;
}

#sec02 .box_inner .sub_wrap .sub01 li:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border: solid 4px #d2eff3;
  border-radius: 100%;
	position: absolute;
  top: 4px;
  left: 10px;
}

#sec02 .box_inner .sub_wrap .sub02 {
	width: 100%;
	margin-top: 15px;
}
#sec02 .box_inner .sub_wrap .sub02 img {
	display: block;
	width: 85%;
	margin: auto;
}




/*----- btn_box -----*/
#sec02 .btn_box {
	width: 100%;
	margin: 15px auto 0;
}

#sec02 .btn_box .btn01 {
	margin-bottom: 10px;
	float: inherit;
	margin-top: 0;
}

#sec02 .btn_box .btn02 {
	float: inherit;
}

#sec02 .btn_box .btn01 a {
	background: #87c988;
	background: linear-gradient(-77deg, #b2d789, #85c888);		
	background: -moz-linear-gradient(-77deg, #b2d789, #85c888);
	background: -webkit-linear-gradient(-77deg, #b2d789, #85c888);
}

#sec02 .btn_box .btn02 a {
	background: linear-gradient(-77deg, #fe6b12, #fcb082);		
	background: -moz-linear-gradient(-77deg, #fe6b12, #fcb082);
	background: -webkit-linear-gradient(-77deg, #fe6b12, #fcb082);
}



#sec02 .btn_box .btn {
	width: 95%;
	margin: 0 auto 10px;
	text-align: center;
}

#sec02 .btn_box .btn a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.4em;
	padding: 10px 0;
	position: relative;
}

#sec02 .btn_box .btn a:before {
	display: block;
	content: "";
	background: #fff;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 4%;
}

#sec02 .btn_box .btn a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 4.6%;
}


#sec02 .btn_box_l {
	width: 100%;
	margin: 25px auto 0;
	padding-bottom: 10px;
}
#sec02 .btn_box_l .btn_l {
	width: 90%;
	text-align: center;
}
#sec02 .btn_box_l .btn_l a {
	font-size: 14px;
}

	
	

/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/

#sec02 .slider {
	width: 100%;
	height: auto;
	position: relative;
}

#sec02 .slider .photo{
	margin: 0 0;
}

#sec02 .slider img {
	width: 100%;
	height: auto;
 }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*---------- slider矢印 ---------*/
.slide-arrow {
  position: absolute;
  top: 45%;
	cursor: pointer;
}

.prev-arrow {
  width: 40px;
  height: 40px;
	background: url(../images/arrow_prev.png) 0 0 no-repeat;
	background-size: 100% auto;
	left: 0;
	z-index: 999;
}

.next-arrow {
  width: 40px;
  height: 40px;
	background: url(../images/arrow_next.png) 0 0 no-repeat;
	background-size: 100% auto;
  right: 0;
	z-index: 999;
}
	
	
	
	
	
/*------------------------------------------------------------
  sec03
------------------------------------------------------------*/
#sec03 {
	width: 100%;
	background: url(../images/bg07.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin: auto;
	padding: 30px 0;
}

#sec03 .inner {
	width: 100%;
	margin: auto;
}


/*-------------------- title_box --------------------*/
#sec03 .title_box {
	text-align: center;
}

#sec03 .title_box .title01 {
	color: #702d0c;
	font-size: 22px;
	font-weight: bold;
}


/*-------------------- txt_box --------------------*/
#sec03 .txt_box {
	text-align: justify;
	margin-top: 10px;
	padding: 0 10px;
}

#sec03 .txt_box .txt01 {
	color: #702d0c;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}


/*-------------------- btn_box --------------------*/
#sec03 .btn_box {
	width: 100%;
	margin: 20px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}

#sec03 .btn_box .btn {
	width: 100%;
	text-align: center;
}

#sec03 .btn_box .btn01 {
	margin-bottom: 10px;
	float: inherit;
}

#sec03 .btn_box .btn02 {
	float: inherit;
}

#sec03 .btn_box .btn a {
	display: block;
	color: #702d0c;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: solid 1px #702d0c;
	padding: 12px 0;
	position: relative;
	width: 70%;
	margin: 0 auto;
}

#sec03 .btn_box .btn a:before {
	display: block;
	content: "";
	background: #702d0c;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 4.5%;
}

#sec03 .btn_box .btn a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #702d0c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 5%;
}
	
	
}









/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
スライドショー  slick-theme
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;

    opacity: .90;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 30px;
	
		z-index: 100;
}
[dir='rtl'] .slick-prev
{
    right: 30px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 30px;
	
		z-index: 100;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 30px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: none;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: none;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: none;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  スライドショー  slick
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{	
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	
		max-width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
