@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:#FFF2F2;}

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 {
  padding: 0.5em;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(to right, #fcdc78 0%, #efa8be 50%, #93b0d5 100%);
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 1px #A7A3A3;
}

h3 {
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem;
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
}

h3:before {
  position: absolute;
  bottom: -0.1px;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #e72456;
}

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%);
}

.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;
}

.campaign {
    width: 96%;
    padding: 4%;
	margin: 2% 2% 5%;
	border: 3px #0099FF dotted;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
    border-radius: 0.5em;
}

.campaign .text01 {
	font-size: 153.9%;
	line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #0099FF;
}

.campaign .text02 {
	font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign img {
    max-width: 30px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: top;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
	background: #e72456;
	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.333%;
}

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(3) {
	border-left: none;
}

.topNavi ul li a {
    color: #fff;
}

/*◆イントロ*/
.introBox img {
	text-align: center;
    width: 98%!important;
    margin: 2% auto 2%;
}

/*◆slider*/
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
    margin-top: 3%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/*◆キャンペーン*/
.pointBox {
    padding: 15px;
	border: 3px #e72456 dotted;
	text-align: left;
	background: #FFF;
    width: 100%;
    margin-top: 3%;
}

.pointBox .photo img {
	width: 60%;
	height: auto;
    margin: auto 20%;
}

.pointBox .detail {
	width: 100%;
    font-size: 123.1%;
	line-height: 1.5;
}

.pointBox .detail span {
    font-size: 110%;
	font-weight: bold;
   color: #0099ff;
}
.pointBox .detail .Btn02  {
  color: #fff;
  width: 100%;
  margin: 20px auto 5px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.pointBox .detail .Btn02 a {
	color: #fff;
	padding: 10px 50px;
	background: #0099ff;
	border-radius: 30px;
}

.pointBox .detail .Btn02 a:hover {
	opacity: 0.8;
}

.pointBox .detail .Btn02 span {
  font-size: 75%;
  font-weight: normal;
}

.pointBox .detail .Btn02::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.pointBox .detail ul.guideList {
	padding: 0;
	margin: 0;
}

.pointBox .detail ul.guideList li {
	list-style: none;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

.pointBox .detail ul.guideList li:before {
	content: '●';
}

.pointBox .detail ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

.pointBox .detail ul.guideList li.kome:before {
	content: '※';
}

/*◆gallery*/
.gallery_wrap {
    width:100%;
    margin: 2% auto 1%;
    overflow: hidden;
}

.gallery_img {
    position: relative;
    width: 48%;
    float: left;
    margin: 5px 1%;
}

.gallery_img:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery_img img {
    position: absolute;
  width: 100%;
  height: 100%!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.galleryDetail {
    width:100%;
    font-size: 123.1%;
	line-height: 1.4;
    border-bottom: 1px dashed #333;
    padding-bottom: 4%;
}

.galleryDetail span {
    color: #0033cc;
}

/*◆注意事項*/
ul.guideList02 {
	padding: 0;
	margin: 0;
}

ul.guideList02 li {
	list-style: none;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    font-size: 123.1%;
}

ul.guideList02 li:before {
	content: '●';
}

ul.guideList02 li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList02 li.kome:before {
	content: '※';
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList3,
.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.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;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 15px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 138.5%;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}

.itemList3 > div {
  width: 100%;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #e72456;
	border-radius: 30px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 15px auto 5px;
  text-align: center;
  background: #666;
  border-radius: 30px;
  padding: 10px;
  position: relative; /* 追記 */
  font-size: 138.5%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* 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 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(to right, #fcdc78 0%, #efa8be 50%, #93b0d5 100%);
  font-size: 260%;
  text-align: center;
  text-shadow: 0 0 6px #7C7C7C;
}

h3 {
  position: relative;
  padding: 1rem 1.5rem 0.7rem;
  text-align: center;
  font-size: 197%;
  font-weight: bold;
}

h3:before {
  position: absolute;
  bottom: -0.1px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e72456;
}

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%);
}

.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;
}

.campaign {
    width: 950px;
	padding: 10px 20px;
    margin: 10px 0 30px;
	border: 3px #0099FF dotted;
	text-align: left;
	background: #FFF;
    border-radius: 10px;
}

.campaign .text01 {
	font-size: 153.9%;
	line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #0099FF;
}

.campaign .text02 {
	font-size: 123.1%;
	line-height: 1.5;
    text-align: left;
}

.campaign img {
    width: 30px;
    height: auto;
    display:inline-block;
    vertical-align: top;
    margin-right: 3px;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
    background: #e72456;
	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 14px;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*◆イントロ*/
.introBox {
	text-align: center;
} 

.introBox img {
    width: 850px;
    margin-top: 20px;
}

/*◆slider*/
.slider {
	width: 90%;
    margin: 20px 5% 0;
}

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
    text-align: center;
}

.slider div p {
	font-size: 123.1%;
	padding: 10px 0;
	text-align: center;
}

.slide-arrow {
  position: absolute;
  top: 45%;
  margin-top: -15px;
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/*◆キャンペーン*/
.pointBox {
    display: flex;
	padding: 15px;
	border: 3px #e72456 dotted;
	text-align: left;
	background: #FFF;
    width: 910px;
    margin: 20px 20px 0;
}

.pointBox .photo {
	float: left;
	margin-right: 10px;
}

.pointBox .photo img {
	width: 200px;
	height: auto;
}

.pointBox .detail {
	width: 100%;
    font-size: 123.1%;
	line-height: 1.5;
}

.pointBox .detail span {
    font-size: 130%;
	font-weight: bold;
   color: #0099ff;
}

.pointBox .detail .Btn02  {
  color: #fff;
  width: 100%;
  margin: 20px auto 5px;
  position: relative;
  box-sizing: border-box;
}

.pointBox .detail .Btn02 a {
	color: #fff;
	padding: 10px 50px;
	background: #0099ff;
	border-radius: 30px;
}

.pointBox .detail .Btn02 a:hover {
	opacity: 0.8;
}

.pointBox .detail .Btn02 span {
  font-size: 75%;
  font-weight: normal;
}

.pointBox .detail .Btn02::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.pointBox .detail ul.guideList {
	padding: 0;
	margin: 0;
}

.pointBox .detail ul.guideList li {
	list-style: none;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

.pointBox .detail ul.guideList li:before {
	content: '●';
}

.pointBox .detail ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

.pointBox .detail ul.guideList li.kome:before {
	content: '※';
}

/*◆gallery*/
.gallery_wrap {
    width:100%;
    margin: 10px auto;
    overflow: hidden;
}

.gallery_img {
    position: relative;
    width:23%;
    float:left;
    margin: 5px 1%;
}

.gallery_img:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery_img img {
    position: absolute;
  width: 100%;
  height: 100%!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.galleryDetail {
    width:100%;
    padding: 0 10px 10px 10px;
    font-size: 123.1%;
	line-height: 1.4;
    border-bottom: 1px dashed #333;
}

/*.galleryDetail {
    width:100%;
    margin: 10px auto;
    padding: 10px 15px;
    background: #FFF;
    font-size: 123.1%;
	line-height: 1.4;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}*/

.galleryDetail span {
    color: #0033cc;
}

/*◆注意事項*/
ul.guideList02 {
	padding: 0;
	margin: 0;
}

ul.guideList02 li {
	list-style: none;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    font-size: 123.1%;
}

ul.guideList02 li:before {
	content: '●';
}

ul.guideList02 li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList02 li.kome:before {
	content: '※';
}

/*◆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;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 0 10px;
}

.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;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 20px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}

.itemList3 .Btn {
  width: 0;
  width: 100%;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	background: #e72456;
	border-radius: 30px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 30px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

}