@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#D9EFFD;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
}

.textCenter {
	text-align: center;
    font-size: 123.1%;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red { 
    color: #FF0000;
}

.blue { 
    color: #0066cc;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
    text-align: center;
    font-size: 182%;
    color: #0066cc;
    font-weight: bold;
}

h3 {
  position: relative;
  padding: 0.5em 1em calc(1rem + 5px);
  margin: 4% 0 2%;
  background: #1fa6f4;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

h3:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

h3 span {
  font-size: 70%;
}

h3 img {
	vertical-align: middle;
	width: 26px;
    height: 26px;
    margin-right: 5px;
}

h3 .box {
	color: #FFF;
    background: #F00;
    padding: 0 1% 1%;
}

h4 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 5% 0 3%;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.box {
	color: #FFF;
    background: #F00;
    padding: 0 1%;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
	background: #003399;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 116%;
	font-weight: bold;
	display: block;
	width: 49%;
	float: left;
	margin: 0;
    padding: 3% 0.4%;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
	color: #fff;
}

.topNavi ul li:nth-child(n+3) { /*3番目以降*/
	border-bottom: none;
    width: 33%;
}

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(3) {
	border-left: none;
}

.topNavi ul li a {
    color: #fff;
}

/*◆ツアーのポイント*/
.catchBox img {
	text-align: center;
    width: 98%!important;
    margin: 2% auto 2%;
}

.attention {
	font-size: 123.1%;
    line-height: 1.5;
	width: 100%;
	margin: 2% 0;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.attention span {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.1rem 0.2rem;
    background: #FF0000;
}

/*◆slide*/
.slide-wrap {
	display: flex;
	margin: 0 auto;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 80%;
	text-align: center;
    padding-bottom: 3%;
}

.slide-box img {
	width: 100%;
}

.slide-box .caption {
  font-size: 138.5%;
  font-weight: bold;
  padding: 3% 2%;
  text-align: center;
  color: #fff;
  background: #003399;
  line-height: 1.6;
}

.slide-box .caption span {
  font-size: 80%;
}

.slide-box .caption .spa {
  font-size: 80%;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  background: #ff9900;
  border-radius: 20px;
  display: inline-block;
}

.slide-box .caption .city {
  font-size: 80%;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  background: #ff6699;
  border-radius: 20px;
  display: inline-block;
}

.slide-box .caption .ekichika {
  font-size: 80%;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  background: #00cc66;
  border-radius: 20px;
  display: inline-block;
}

.slide-box .point {
	background: #EFEFEF;
	padding: 2% 3%;
    margin-top: 1%;
    font-size: 123.1%;
	line-height: 1.4;
    text-align: left;
}

.slide-box .point span {
	font-weight: bold;
}

.slide-box .day {
	background: #FFE4E4;
	padding: 2% 3%;
    margin-top: 1%;
    font-size: 123.1%;
	line-height: 1.4;
    text-align: left;
}

/*◆サイコロ特典*/
.slide-box ul.tokutenList {
    list-style: none;
    width: 100%;
}

.slide-box ul.tokutenList li {
    padding-left: 24px;
    margin-top: 2%;
    background: no-repeat 0 0;
    background-size: 20px auto;   
}

.slide-box ul.tokutenList li:nth-child(1) {
    background-image: url(../images/ic_dice01_s.png);
}

.slide-box ul.tokutenList li:nth-child(2) {
    background-image: url(../images/ic_dice02_s.png);
}

.slide-box ul.tokutenList li:nth-child(3) {
    background-image: url(../images/ic_dice03_s.png);
}

.slide-box ul.tokutenList li:nth-child(4) {
    background-image: url(../images/ic_dice04_s.png);
}

.slide-box ul.tokutenList li:nth-child(5) {
    background-image: url(../images/ic_dice05_s.png);
}

.slide-box ul.tokutenList li:nth-child(6) {
    background-image: url(../images/ic_dice06_s.png);
}




.slide-box p.detail {
	line-height: 1.5;
	font-size: 123.1%;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

/*◆注意事項*/
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 1%;
}

ul.guideList li {
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.tyui {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.tyui:before {
	content: '（注）';
}

ul.guideList li.tyui2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.tyui2:before {
	content: '注2：';
}

ul.guideList li.tyui3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.tyui3:before {
	content: '注3：';
}

ul.guideList li.tyui4 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.tyui4:before {
	content: '注4：';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li .box {
	color: #FFF;
    background: #F00;
    padding: 0 1%;
}

.guideListlabel {
	font-size: 123.1%;
	text-align: left;
    margin-bottom: -2%;
}

/*◆行程*/
.itineraryBox {
    margin: 1% 0;
}

.itineraryBox dl {
	font-size: 123.1%;
	text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FAE6E9;
}

.itineraryBox dl:nth-child(1) { /*1番目*/
	border-top: 1px solid #CCC;
}

.itineraryBox dl .eat {
    background: #E8E8E8;
    display: inline-block;
    padding-right: 2%;
    margin-top: 2%;
    border-radius: 4px;
}

.itineraryBox dt {
	clear: left;
	float: left;
	width: 18%;
	font-weight: bold;
	padding: 2%;
    line-height: 1.4;
}

.itineraryBox dd {
	margin-left: 18%;
	padding: 2%;
	border-left: 1px solid #CCC;
    background: #FFF;
    line-height: 2.0;
}

.itineraryBox dd img {
	vertical-align: middle;
	width: 26px;
    height: 26px;
    margin: 0 5px;
}

.itineraryBox span {
	font-size: 120%;
    font-weight: bold;
    padding: 0.1rem 0.2rem;
    background: #FFD4E2;
}

.trafficBox {
	font-size: 123.1%;
	width: 100%;
	margin-top: 2%;
	padding: 2%;
	background: #FFFFFF;
	line-height: 1.4;
    border: 1px solid #CCC;
}

.trafficBox img {
	vertical-align: middle;
	width: 26px;
    height: 26px;
    margin: 0 5px;
}



/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList4,
.itemList6 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div img {
	width: 90%;
    margin: 2% 5%;
}

.itemList2 > div .Btn {
  color: #fff;
  width: 94%;
  margin: 0 3%;
  text-align: center;
  background: #3366cc;
  border-radius: 5px;
  padding: 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.itemList2 > div .Btn a {
	color: #fff;
}

.itemList2 > div .Btn::after {
  content: "\f13a";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}




.itemList4 > div {
	float: left;
	width: 48%;
	padding: 1%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 4%;
	background: #FFF;
}

.itemList6 > div {
	width: 48%;
    margin: 1% 1%0;
    text-align: center;
    padding-bottom: 4%;
}

/*◆ボタン*/
.btn {
  display: inline-block;
  padding: 0.8em 1.6em;
  background-color: #fff; /* 背景色 */
  box-shadow: 0 5px 0 #ccc; /* 影の太さ・色 */
  border-radius: 10px;
  border: solid 2px #ccc;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
}

.btn_gray {
  display: inline-block;
  padding: 0.8em 1.6em;
  background-color: #DADADA; /* 背景色 */
  box-shadow: 0 5px 0 #ccc; /* 影の太さ・色 */
  border-radius: 10px;
  border: solid 2px #ccc;
  color: #fff;
  text-decoration: none; /* 文字の下線を消す */
}

.btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.btn img,
.btn_gray img {
    width: 80%;
    margin: 0 10%;
}
	
}





/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 500px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    text-align: center;
    font-size: 300%;
    font-weight: bold;
    color: #0066cc;
}

h3 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #1fa6f4;
  font-size: 167%;
  text-align: center;
  color: #FFFFFF;
  margin: 30px 0 10px;
}

h3:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

h3 span {
  font-size: 80%;
}

h3 img {
	vertical-align: middle;
	width: 30px;
    height: 30px;
    margin-right: 5px;
}

h3 .box {
	color: #FFF;
    background: #F00;
    padding: 0 4px 3px 6px;
}

h4 {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 20px;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.box {
	color: #FFF;
    background: #F00;
    padding: 0 4px 3px 6px;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
    background: #003399;
	text-align: center;
}

.topNavi ul {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.topNavi ul li {
	display: inline;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    padding: 5px 30px;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*◆ツアーのポイント*/
.catchBox {
	text-align: center;
} 

.catchBox img {
    width: 850px;
    margin-top: 20px;
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-top: 20px;
	padding: 15px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.attention span {
	font-size: 120%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.2rem 0.2rem;
    background: #FF0000;
}

/*◆slide*/
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide-box {
  width: 33.33333%;
  padding: 0 10px 40px;
}

.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box .caption {
  font-size: 138.5%;
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background: #003399;
  line-height: 1.6;
}

.slide-box .caption span {
  font-size: 80%;
}

.slide-box .caption .spa {
  font-size: 80%;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  background: #ff9900;
  border-radius: 20px;
  display: inline-block;
}

.slide-box .caption .city {
  font-size: 80%;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  background: #ff6699;
  border-radius: 20px;
  display: inline-block;
}

.slide-box .caption .ekichika {
  font-size: 80%;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  background: #00cc66;
  border-radius: 20px;
  display: inline-block;
}

.slide-box .point {
	background: #EFEFEF;
    margin: 0;
	padding: 10px;
    margin-top: 10px;
    font-size: 123.1%;
	line-height: 1.4;
}

.slide-box .point span {
	font-weight: bold;
}

.slide-box .day {
	background: #FFE4E4;
    margin: 0;
	padding: 10px;
    margin-top: 10px;
    font-size: 123.1%;
	line-height: 1.4;
}

/*◆サイコロ特典*/
.slide-box ul.tokutenList {
    list-style: none;
    width: 100%;
}

.slide-box ul.tokutenList li {
    padding-left: 24px;
    margin-top: 10px;
    background: no-repeat 0 0;
    background-size: 20px auto;
}

.slide-box ul.tokutenList li:nth-child(1) {
    background-image: url(../images/ic_dice01_s.png);
}

.slide-box ul.tokutenList li:nth-child(2) {
    background-image: url(../images/ic_dice02_s.png);
}

.slide-box ul.tokutenList li:nth-child(3) {
    background-image: url(../images/ic_dice03_s.png);
}

.slide-box ul.tokutenList li:nth-child(4) {
    background-image: url(../images/ic_dice04_s.png);
}

.slide-box ul.tokutenList li:nth-child(5) {
    background-image: url(../images/ic_dice05_s.png);
}

.slide-box ul.tokutenList li:nth-child(6) {
    background-image: url(../images/ic_dice06_s.png);
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}

/*◆注意事項*/
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 5px;
}

ul.guideList li {
	list-style: none;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.tyui {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.tyui:before {
	content: '（注）';
}

ul.guideList li.tyui2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.tyui2:before {
	content: '注2：';
}

ul.guideList li.tyui3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.tyui3:before {
	content: '注3：';
}

ul.guideList li.tyui4 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.tyui4:before {
	content: '注4：';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li .box {
	color: #FFF;
    background: #F00;
    padding: 0 4px 3px 6px;
}

.guideListlabel {
	font-size: 123.1%;
	text-align: left;
    margin-bottom: -15px;
}

/*◆行程*/
.itineraryBox {
    margin: 5px 0;
}

.itineraryBox dl {
	font-size: 123.1%;
	text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    background: #FAE6E9;
}

.itineraryBox dl:nth-child(1) { /*1番目*/
	border-top: 1px solid #CCC;
}

.itineraryBox dl .eat {
    background: #E8E8E8;
    display: inline-block;
    padding-right: 8px;
    margin-top: 8px;
    border-radius: 4px;
}

.itineraryBox dt {
	clear: left;
	float: left;
	width: 80px;
	font-weight: bold;
	padding: 15px;
    line-height: 1.4;
}

.itineraryBox dd {
	margin-left: 80px;
	padding: 15px;
	border-left: 1px solid #CCC;
    background: #FFF;
    line-height: 2.0;
}

.itineraryBox dd img {
	vertical-align: middle;
	width: 30px;
    height: 30px;
    margin: 0 5px;
}

.itineraryBox span {
	font-size: 120%;
    font-weight: bold;
    padding: 0.2rem 0.3rem;
    background: #FFD4E2;
}

.trafficBox {
	font-size: 123.1%;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	background: #FFFFFF;
	line-height: 1.4;
    border: 1px solid #CCC;
}

.trafficBox img {
	vertical-align: middle;
	width: 30px;
    height: 30px;
    margin: 0 5px;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 20px 5px 0;
    text-align: center;
}

.itemList2 > div .Btn {
  color: #fff;
  width: 100%;
  text-align: center;
  background: #3366cc;
  border-radius: 5px;
  padding: 10px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  font-weight: bold;
}

.itemList2 > div .Btn a {
	color: #fff;
}

.itemList2 > div .Btn::after {
  content: "\f13a";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px 5px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

.itemList6 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList6 > div {
	width: 16.66666%;
	padding: 10px 5px 0;
}

/*◆ボタン*/
.btn {
  display: inline-block;
  padding: 0.8em 1.6em;
  background-color: #fff; /* 背景色 */
  box-shadow: 0 5px 0 #ccc; /* 影の太さ・色 */
  border-radius: 10px;
  border: solid 2px #ccc;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
}

.btn_gray {
  display: inline-block;
  padding: 0.8em 1.6em;
  background-color: #DADADA; /* 背景色 */
  box-shadow: 0 5px 0 #ccc; /* 影の太さ・色 */
  border-radius: 10px;
  border: solid 2px #ccc;
  color: #fff;
  text-decoration: none; /* 文字の下線を消す */
}

.btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.btn img,
.btn_gray img {
    width: 80%;
    margin: 0 10%;
}

}