@charset "utf-8";


@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  35% { opacity: 1; }
  43% { opacity: 0; }
 100% { opacity: 0; }
}

@-webkit-keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  35% { opacity: 1; }
  43% { opacity: 0; }
 100% { opacity: 0; }
}


/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
/*	background-image: url(../images/index/catch_back.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
/*	background-color: #333;*/
	height: 400px;
	position: relative;
}
#catch .bgMask {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 1;
  z-index    : -1;
  background-color:#333;
}
#catch .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  z-index    : -1;
  animation  : bgAnime 15s ease 0s infinite normal;   /* 3画像 × 各5s = 20s */
  -webkit-animation: bgAnime 15s ease 0s infinite normal;   /* 3画像 × 各5s = 20s */
}

#catch .src1 {
  background-image : url(/images/web/images/index/main_back01.jpg);   /* 背景の画像を指定 */
  background-size: cover;
}
#catch .src2 {
  background-image : url(/images/web/images/index/main_back02.jpg);   /* 背景の画像を指定 */
  background-size: cover;
  animation-delay  : 5s;
}
#catch .src3 {
  background-image : url(/images/web/images/index/main_back03.jpg);   /* 背景の画像を指定 */
  background-size: cover;
  animation-delay  : 10s;
}

#catch h2 {
	padding-top: 20px;
	margin-bottom: 40px;
}
#catch .keisai {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 10px;
	z-index: 1;
}
#catch .keisai img {
	margin-top: 5px;
	margin-right: 10px;
}
#catch .keisai a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#catch .keisai a:hover {
	text-decoration: underline;

}




#catch nav ul {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
}
#container {
	margin-top: 40px;
}

#areanews {
	text-align: left;
	padding-top: 20px;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	padding-bottom: 12px;
	background-color: #fff5e5;
}
#areanews .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#areanews .inner h2 {
	font-size: 15px;

	color: color: #f29500;
	font-weight: bold;
	color: #f29500;
}
#areanews .inner h2 img {
	margin-right: 5px;
	margin-top: 3px;
}

#areanews .inner article {
	width: 860px;
}
#areanews .inner article ul li {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 8px;
	padding-bottom: 5px;
	background-image: url(../images/index/areanews_arrow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
}
#areanews .inner article ul li a {
	text-decoration: none;
	color: #333333;
}
#areanews .inner article ul li.news_none  {
	display: none;
}
#areanews .inner+p {
	width: 138px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(142,142,142,1.00);
	border-radius: 25px;
	color: rgba(142,142,142,1.00);
	text-align: center;
	margin-top: 4px;
	cursor: pointer;
	background-color: #FFFFFF;
}
#areanews .inner+p:after {
	content:"もっと見る ＋";
}
#areanews .inner+p.one:after {
	content:"閉じる －";
}
#areanews .inner+p:hover {
	text-decoration: underline;
}
#areanews .inner+p a {
	color: #333333;
	text-decoration: none;
	pointer-events: none;
}
#notice {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin: 11px 0;
}
#notice dt {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	width: 113px;
//	width: 88px;
//	width: 28px;
}
#notice dt img {
	margin-top: 2px;
}
#notice dd {
	font-size: 16px;
	font-weight: bold;
	width: 630px;
//	width: 655px;
//	width: 715px;
}
#notice dd a {
	color: #2999c4;
	text-decoration: none;
}
#notice dd a:hover {
	text-decoration: underline;
}
#notice.sp {
	display: none;
}
#contents #ninki {
	padding: 20px;
	border-width: 1px!important;
	border-color: #f29500!important;
	border-style: solid!important;
/*	20200128お知らせ撤去によりmargin削除↓
	margin-top: 5px;
	20200128お知らせ撤去によりmargin削除↑*/
	margin-bottom: 20px;
}
#ninki .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 17px;
}
#ninki .inner h2 {
	width: 150px;
}
#ninki .inner .box {
	width: 525px;
}
#ninki .inner h2 img {
	width: 150px;
	height:auto;
}
#ninki .inner .box ul li {
	background-image: url(../images/index/ninki_arrow01.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 9px;
	background-size: 5px auto;
}
#ninki .inner .box ul li a {
	color: hsla(0,0%,0%,1.00);
	text-decoration: none;
}
#ninki .inner .box ul li a:hover {
	text-decoration: none;
	color: #f29500;
}
#ninki .inner .box ul li span {
	font-size: 12px;
	font-weight: normal;
	color: color: #f29500;
	height: 20px;
	border: 1px solid color: #f29500;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 8px;
}
#ninki .inner .box ul+p {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#pickup {
	padding: 15px;
	background-color: #ebf0f2;
}
/*
#pickup h2.title  {
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: left!important;
}*/
#contents h2.title  {
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: left!important;
}
#pickup h2.title img {
	margin-top: 0px;
	margin-right: 5px;
}
#pickup .box {
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	padding: 20px;
	border: 1px solid hsla(192,100%,39%,1.00);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	margin-bottom: 20px;
	position: relative;
}
#pickup .box .boxttl{
	max-width: 540px;
}
#pickup .box h3 {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
}
#pickup .box h3 a{
	color: #000000;
}
#pickup .box h3+p {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
	margin-left: 5px;
}
#pickup .box dl {
	margin-top:2px;
}
#pickup .box dl dt {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
}
#pickup .box dl dd {
	display: inline-block;
}
#pickup .box dl dd.star {
	width: 106px;
    margin-left: 5px;
}
#pickup .box dl dd img {
	margin-left: -4px;
	margin-top: -2px;
}
#pickup .box dl dd:nth-of-type(2) {
	font-weight: bold;
	color: #f29500;
	font-size: 18px;
}
#pickup .box dl dd:nth-of-type(3) {
	font-size: 16px;
	margin-left: 8px;
}
#pickup .box dl dd:nth-of-type(3) img {
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 5px;
}

#pickup .box dl+div {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-top: 13px;
}
#pickup .box dl+div p {
	width: 435px;
	line-height: 160%;
	color: hsla(0,0%,24%,1.00);
}
#pickup .box dl+div p.wide {
	width: 100%;
}
#pickup .box h4 {
	margin-top: 10px;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
}
#pickup .box h4+div {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 20px;
}
#pickup .box h4+div figure {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#pickup .box h4+div figure span {
	margin-right: 0px;
    margin-top: 0px;
    height: 86px;
    min-width: 133px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-right: 5px;
}
#pickup .box h4+div figure span:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
#pickup .box h4+div figure span img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline;
}


#pickup .box h4+div dl {
	width: 240px;
	font-size: 12px;
	margin-top: -5px;
}
#pickup .box h4+div dl dt {
	color: hsla(0,0%,24%,1.00);
	background-image: url(../images/index/pick_icon03.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	font-weight: bold;
}
#pickup .box h4+div dl dd {
	line-height: 150%;
	display: block;
}
#pickup .box .btn.detail {
	border-radius: 4px;
	border-color: hsla(34,100%,75%,1.00);
	border-bottom-style: solid;
	border-bottom-width: 6px;
    margin-bottom: 12px;
}
#pickup .box .btn.detail a {
	border-radius: 4px;
	border-color: #f29500;
	background-image: url(../images/index/pick_arrow01.png);
	color: #f29500;
}
#pickup .box+.btn.detail {
	border-radius: 5px;
	background-color: #f29500;
	border-bottom-color: hsla(32,100%,47%,1.00);
	border-bottom-width: 4px;
	margin-bottom: 40px;
}
#pickup .box+.btn.detail:hover {
	opacity: 0.85;
}
#pickup .box+.btn.detail a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	border-style: none;
	line-height: 44px;
	background-image: none;
}
#pickup .box+.btn.detail a img {
	margin-top: 14px;
	margin-right: 5px;
}
#pickup .box .btns{
	width: 500px;
    margin: 0 auto 20px;
}
#pickup .box .btns .btn{
	width: 231px;
}
#pickup .box+.btn.detail a:hover {
	text-decoration: none;
}
#pickup .box ul.icon {
	position: absolute;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
	top: 15px;
	right: 20px;
	text-align: right;
}
#pickup .box ul.icon li {
	margin-right: 0px;
	margin-left: 8px;
	/*width: 38px;*/
}
#pickup .box ul.icon li img {
	height: auto;
	width: 100%;
}
#pickup .banner {
	text-align: center;
}
#pickup .banner li {
	margin-bottom: 15px;
}
#pickup .banner li a img:hover {
	opacity: 0.85;
}
#kuchikomi {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: hsla(0,0%,96%,1.00);
}
#kuchikomi .title {
	margin-bottom: 12px;
}
#kuchikomi .title img {
	/*margin-top: 4px;*/
	margin-right: 8px;
}

#kuchikomi .box {
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	padding: 20px;
	border: 1px solid hsla(35,100%,50%,1.00);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	margin-bottom: 20px;
	position: relative;
}
#kuchikomi .box h3 {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
	color: #f29500;
}
#kuchikomi .box h3 img {
	margin-top: 4px;
	margin-right: 7px;
}

#kuchikomi .box h3 span {
	font-weight: normal;
	color: hsla(0,0%,56%,1.00);
}
#kuchikomi .box .new {
	position: absolute;
	top: 20px;
	right: 20px;
}
#kuchikomi .box dl dt {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
	margin-right: 5px;
}
#kuchikomi .box dl dd {
	display: inline-block;
}
#kuchikomi .box dl dd img {
	margin-left: -4px;
    margin-top: -2px;
}
#kuchikomi .box dl dd:nth-of-type(2) {
	font-weight: bold;
	color: #f29500;
	font-size: 16px;
}
#kuchikomi .box dl dd:nth-of-type(3) {
	font-size: 14px;
	color: hsla(0,0%,31%,1.00);
}
#kuchikomi .box .alpha .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}
#kuchikomi .box .alpha .inner a.linkblock{
	position: absolute;
    width: 80%;
    height: 100%;
    display:inline-block;
    top:0px;
    left:5%;
}
#kuchikomi .box .alpha .inner div {
	background-color: hsla(32,100%,95%,1.00);
	margin-right: 20px;
	border-radius: 5px;
	padding-right: 15px;
	width: 100%;
}
#kuchikomi .box .alpha .inner div p:first-child {
	background-image: url(../images/index/kuchikomi_fukidashi.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	margin-top: -16px;
	padding-top: 25px;
	padding-left: 10px;
	color: hsla(0,0%,31%,1.00);
	line-height: 160%;
}
#kuchikomi .box .alpha .inner div p:last-child {
	text-align: right;
	margin-top: 10px;
}
#kuchikomi .box .alpha .inner div p:last-child a {
	color: #f29500;
	text-decoration: none;
	background-image: url(../images/index/kuchikomi_arrow01.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-size: 10px auto;
}
#kuchikomi .box .alpha .inner figure {
	margin-right: 0px;
    margin-top: 0px;
    width: 310px;
    height: 136px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
#kuchikomi .box .alpha .inner figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#kuchikomi .box .alpha .inner figure img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}






#kuchikomi .box .alpha dl dt {
	font-weight: bold;
	color: hsla(0,0%,31%,1.00);
	margin: 0px;
	font-size: 15px;
	/*background-image: url(../images/index/kuchikomi_icon03.png);
	background-repeat: no-repeat;
	background-position: left 4px;*/
}
#kuchikomi .box .alpha dl dt img {
	margin-top: 2px;
	margin-right: 5px;
}

#kuchikomi .box .alpha dl dd {
	font-weight: bold;
	color: hsla(0,0%,31%,1.00);
	margin: 0px;
	font-size: 15px;
	margin-left: 15px;
}
#kuchikomi .box .alpha dl dd img {
	margin-top: 1px;
	margin-right: 5px;
}

#kuchikomi .box .alpha dl dd span {
	font-weight: normal;
}
#kuchikomi .box ul li {
	border-radius: 5px;
	background-color: hsla(0,0%,96%,1.00);
	font-size: 11px;
	color: hsla(0,0%,32%,1.00);
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 3px;
	margin-left: 0px;
	margin-top: 10px;
	height: 22px;
	line-height: 22px;
}
#kuchikomi .box+.btn {
	border-radius: 5px;
	background-color: hsla(192,100%,39%,1.00);
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 4px;
	margin-bottom: 40px;
}
#kuchikomi .box+.btn:hover {
	opacity: 0.85;
}
#kuchikomi .box+.btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: none;
	border-style: none;
	line-height: 44px;
}
#kuchikomi .box+.btn a img {
	margin-right: 5px;
	margin-top: 15px;
}

#kuchikomi .box+.btn a:hover {
	text-decoration: none;
}
#gallery {
	background-image: url(../images/index/bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
#gallery .title {
	margin-bottom: 15px;
}
#gallery .title img {
	/*margin-top: 5px;*/
	margin-top: 3px;
	margin-right: 5px;
}

#gallery .slider {
}
#gallery .slider .slick-slide {
	width: 300px!important;
	margin-right: 20px;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	padding-bottom: 15px;
	overflow:hidden;
	box-sizing: border-box;
    padding: 10px 10px 10px;
}
#gallery .slider .box dl {
	padding-left: 5px;
	padding-top: 10px;
}
#gallery .slider .box dl dt {
	font-weight: bold;
}
#gallery .slider .box dl dd span:nth-of-type(1) {

}
#gallery .slider .box dl dd span:nth-of-type(2) {
	margin-left: 15px;
}
#gallery .slider .box dl dd span img {
	display: inline;
	margin-top: 3px;
	margin-right: 5px;
}

#gallery .slick-list {	
	padding-bottom: 20px!important;
}
#gallery .slider .box figure {
	margin-right: 0px;
    margin-top: 0px;
    height: 186px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
#gallery .slider .box figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#gallery .slider .box figure img{
	width: auto;
    height: auto;
    max-width: 100%!important;
    max-height: 100%!important;
    vertical-align: middle;
    display: inline;
}




#theme {
	border: 1px solid #2999c4;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: hsla(0,0%,100%,1.00);
}
#theme h3 {
	font-size: 14px;
	font-weight: bold;
	color: #096b91;
	margin-bottom: 5px;
}
#theme form ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#theme form ul li img:hover {
	opacity: 0.85;
}

#theme form .btn {
	border-radius: 5px;
	background-color: hsla(192,100%,39%,1.00);
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 6px;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
#theme form .btn:hover {
	opacity: 0.85;
}
#theme form .btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: url(../images/index/kuchikomi_icon05.png);
	background-position: left 112px top 14px;
	border-style: none;
	line-height: 44px;
	background-repeat: no-repeat;
}
#theme form .btn a:hover {
	text-decoration: none;
}
#theme form .btn input {
	background-color: hsla(192,100%,39%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-style: none;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-top: 2px;
	width: 480px;
	height: 42px;
	background-image: url(../images/index/gallery_icon02.png);
	background-repeat: no-repeat;
	background-position: 169px center;
	cursor: pointer;
	background-size: 12px auto;
}
#theme form ul li label{
	line-height: 2em;
}

#infor {
	padding-top: 60px;
}
#infor .title {
	margin-bottom: 5px;
}
#infor .title img {
	margin-right: 8px;
	/*margin-top: 4px;*/
	margin-top: 1px;
}

#infor ul li {
	margin-bottom: 15px;
}
#infor ul li a img:hover {
	opacity: 0.85;
}
#infor ul:nth-of-type(2) {
	padding-top: 20px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#infor ul:nth-of-type(2) li {
	width: 237px;
	line-height: 140%;
	margin-bottom: 18px;
}
#infor ul:nth-of-type(2) li img {
	margin-bottom: 12px;
}
#infor p.links {
	margin-bottom: 5px;
	color: hsla(192,100%,39%,1.00);
	font-weight:bold;
}

#news {
	padding-top: 50px;
	margin-bottom: 50px;
}
#news h2.title   {
	font-size: 22px;
	margin-bottom: 10px;
}
#news .title img {
	/*margin-top: 3px;*/
	margin-top: 1px;
	margin-right: 8px;
}

#news article {
	margin-bottom: 30px;
}

#news article dl dt {
	color: hsla(0,0%,56%,1.00);
	font-size: 13px;
	margin-bottom: 2px;
}
#news article dl dt span {
	color: hsla(0,0%,100%,1.00);
	background-color: #f29500;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 12px;
	margin-left: 3px;
}
#news article dl dt span.type02 {
	background-color: hsla(192,100%,47%,1.00);
}
#news article dl dt span.NewItem {
	color: #ff0100;
	background-color: #ffffff;
	border: 1px solid #ff0100;
}
#news article dl dd {
	border-bottom: 1px solid hsla(0,0%,56%,1.00);
	margin-bottom: 8px;
	padding-bottom: 2px;
}
#news article dl dd a {
	color: hsla(0,0%,0%,1.00);
	text-decoration: none;
}
#news article dl dd a:hover {
	color: color: #f29500;
}

/**********200129追記***********/
#subcontents .what dd + dd a.topSidePop{
	background-color: #006f94;
	color: #fff;
	font-weight: bold;
	position: relative;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	font-size: 11px;
	display: block;
	letter-spacing: 0.05em;
	margin:8px 0;
}

#subcontents a.topSidePop:before{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 8px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
left:10px;
top: 0;
bottom: 0;
margin: auto;
}
#subcontents a.topSidePop:hover{
	opacity: 0.85;
}
#topSidePop{
	background-color: #fff;
	max-width: 560px;
	border-radius:5px;
	padding: 20px;
	box-sizing: border-box;
}
#topSidePop h3{
	font-size: 15px;
	color: hsla(34,100%,53%,1.00);
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

#topSidePop p{
	text-align: left;
	line-height: 1.8em;
}

/**********200129追記***********/
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
/*===============================================
●sp_tablet
===============================================*/
#sp_tablet------------------------------------------- {
}
#notice {
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
	line-height: 140%;
	margin-top: 2%;
	margin-bottom: 2%;
}
#notice dt {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/index/news_icon.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 14px;
	background-size: 18px auto;
}
#notice dd {
	font-size: 13px;
	font-weight: bold;
}
#notice dd a {
	color: #2999c4;
	text-decoration: none;
}
#catch {
/*	background-image: url(../images_sp/index/catch_back.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*padding-bottom: 2%;
	height: 740px;*/
	width: 100%;
	height: auto;
	padding-bottom: 13%;
	position: relative;
}

#catch .bgMask {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 1;
  z-index    : -1;
  background-color:#333;
}
#catch .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  z-index    : -1;
  animation  : bgAnime 15s ease 0s infinite normal;   /* 3画像 × 各5s = 20s */
  -webkit-animation: bgAnime 15s ease 0s infinite normal;   /* 3画像 × 各5s = 20s */
}

#catch .src1 {
  background-image : url(/images/web/images_sp/index/main_back01_sp.jpg);   /* 背景の画像を指定 */
  background-size: cover;
}
#catch .src2 {
  background-image : url(/images/web/images_sp/index/main_back02_sp.jpg);   /* 背景の画像を指定 */
  background-size: cover;
  animation-delay  : 5s;
}
#catch .src3 {
  background-image : url(/images/web/images_sp/index/main_back03_sp.jpg);   /* 背景の画像を指定 */
  background-size: cover;
  animation-delay  : 10s;
}

#catch h2 {
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 5%;
	margin-bottom: 5%;
}
#catch h2 div{
  background: #299ac6;
  margin-top: 20px;
  position: relative;
}
#catch h2 div p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
}
#catch h2 div p.total {
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
}
#catch h2 div p span{
    color: #f29500;
    font-size: 36px;
    margin: 5px;
    height: 34px;
    font-weight: bold;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
#catch h2 div p.date {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    padding-top: 28px;
}
#catch h2 div.manzoku_icon{
	background-color: transparent;
	position: relative;
	width: calc(100% + 10%);
}
#catch h2 div.manzoku_icon img{
	width: 75px;
	height: 75px;
	position: absolute;
	right: 0;
	top:-80px;
}
#catch nav ul {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-left: 2%;
	margin-right: 2%;
}
#catch nav ul li {
	margin-right: 2px;
}
#catch nav ul li:last-child {
	margin-right: 0px;
}
#catch .keisai {
	text-align: left;
	margin-left: 3%;
	position: absolute;
	/*bottom: 20px;*/
	bottom: 2%;
}
#catch .keisai img {
	width: 8px;
	margin-top: 7px;
	margin-right: 5px;
}
#catch .keisai a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#ninki {
	padding: 3%;
	border: 1px solid color: #f29500;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 3%!important;
	margin-right: 3%!important;
	text-align: left;
	border: 1px solid #F29500;
}
#ninki .inner {
	margin-bottom: 3%;
	margin-bottom: 3%;
}
#ninki .inner h2 {
	margin-bottom: 4%;
}
#ninki .inner .box ul li {
	background-image: url(../images/index/ninki_arrow01.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 3%;
	background-size: 7px auto;
	font-size: 14px;
	width: auto!important;
	margin-top: 0%!important;
}
#ninki .inner .box ul li a {
	color: hsla(0,0%,0%,1.00);
	text-decoration: none;
}
#ninki .inner .box ul li span {
	font-size: 12px;
	font-weight: normal;
	color: color: #f29500;
	height: 20px;
	border: 1px solid color: #f29500;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 8px;
}
#ninki .inner .box ul+p {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
#ninki .btn {
	font-size: 12px;
}

.what.sp {
	margin-bottom: 5%;
}
.what.sp dl  {
	border-radius: 5px;
	padding: 3%;
	margin-left: 3%;
	margin-right: 3%;
	border: 2px solid hsla(194,100%,39%,1.00);
	margin-bottom: 3%;
}
.what.sp  dt {
	font-size: 16px;
	color: hsla(34,100%,53%,1.00);
	font-weight: bold;
	text-align: center;
}
.what.sp  dt+dd {
	font-size: 14px;
	line-height: 160%;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 2%;
}
.what.sp  dd+dd {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}
.what.sp  dd+dd a {
	text-decoration: none;
	color: hsla(194,100%,38%,1.00);
}
.what.sp dd+dd a img {
	width: 8px;
	margin-top: 5px;
	margin-left: 7px;
}
.what.sp ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-left: 3%;
	margin-right: 3%;
}
.what.sp ul li:nth-of-type(1) {
	margin-right: 3%;
}
.what.sp p {
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 3%;
}
#news + .banner .what.sp.sumanavi dl{
	padding: 3%;
	margin: 0%;
	border: 2px solid #ff7300;
}
#news + .banner .what.sp.sumanavi dt{
	margin-top: 2%;
	color: #ff3399;
}
#news + .banner .what.sp.sumanavi dl dd:nth-of-type(1) {
	margin: 5px 0% 2%;
}
#news + .banner .what.sp.sumanavi dl dd:nth-of-type(2) {
	text-align: center;
	margin-bottom: 0%;
}
#news + .banner .what.sp.sumanavi a{
	color: #ff3399;
}
#pickup {
	padding: 15px;
	background-color: #ebf0f2;
}
#pickup .title {
	margin-bottom: 10px;
}
#pickup .title img {
	width: 24px;
	margin-right: 8px;
	margin-top: -2px;
}
#pickup .box {
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	padding: 3%;
	border: 1px solid hsla(192,100%,39%,1.00);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	margin-bottom: 5%;
	text-align: left;
}
#pickup .box h3 {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-bottom: -6px;
}
#pickup .box h3+p {
	color: hsla(0,0%,56%,1.00);
	font-size: 13px;
	text-align: left;
}
#pickup .box .icon {
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: 0%;
    margin-right: 3%;
}
#pickup .box .icon li {
	margin-right: 2%;
    margin-top: 2%;
    width: 13%;
    max-width: 40px;
}
#pickup .box .icon li:last-child {
	margin-right: 0px;
}
#pickup .box dl {
	text-align: left;
}
#pickup .box dl dt {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
	letter-spacing: -0.2px;
}
#pickup .box dl dd {
	display: inline-block;
}
#pickup .box dl dd.star {
	/*min-width: 104px;*/
	width: 104px;
	margin-left: 5px;
	box-sizing: border-box;
}
#pickup .box dl dd img {
	margin-left: -4px;
    width: 20px;
    margin-top: 0px;
}

#pickup .box dl dd:nth-of-type(2) {
	font-weight: bold;
	color: #f29500;
	font-size: 18px;
}
#pickup .box dl dd:nth-of-type(3) {
	font-size: 16px;
	margin-left: 3px;
}
#pickup .box dl dd:nth-of-type(3) img {
	width: 20px;
	margin-top: 3px;
	margin-right: 4px;
}
#pickup .box dl+div figure img {
	width: 100%;
	max-height: none!important;
    max-width: none!important;
}
#pickup .box dl+div p {
	line-height: 160%;
	color: hsla(0,0%,24%,1.00);
	text-align: left;
	font-size: 13px;
	margin-top: 2%;
}

#pickup .box ul+dl+div figure{
	margin-right: 0px;
    margin-top: 0px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-right: 5px;
    position: relative;
}
#pickup .box ul+dl+div figure:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#pickup .box ul+dl+div figure img{
	width: auto;
    height: auto;
    max-width: 100%!important;
    max-height: 100%!important;
    vertical-align: middle;
    display: inline-block;
}


#pickup .box h4 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#pickup .box h4+div {
	margin-bottom: 3%;
}
#pickup .box h4+div figure {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#pickup .box h4+div figure span {
	margin-right: 0px;
    margin-top: 0px;
    height: 65px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-right: 5px;
}
#pickup .box h4+div figure span:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#pickup .box h4+div figure span img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#pickup .box h4+div dl {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-top: 2%;
}
#pickup .box h4+div dl dt {
	color: hsla(0,0%,24%,1.00);
	background-image: url(../images/index/pick_icon03.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
	font-weight: bold;
	width: 37%;
	font-size: 13px;
	padding-top: 3px;
}
#pickup .box h4+div dl dd {
	line-height: 150%;
	font-size: 14px;
	margin-top: 5px;
}
#pickup .box .btn.detail {
	border-radius: 8px;
	border-color: hsla(34,100%,75%,1.00);
	font-size: 14px;
	border-bottom-width: 4px;
	margin-bottom: 6px;
}
#pickup .box .btn.detail a {
	border-radius: 4px;
	border-color: #f29500;
	background-image: url(../images/index/pick_arrow01.png);
	color: #f29500;
	background-size: 5px auto;
}
#pickup .box+.btn {
	border-radius: 5px;
	background-color: #f29500;
	border-bottom-color: hsla(32,100%,47%,1.00);
	border-bottom-width: 4px;
	margin-bottom: 40px;
	height: 50px;
}
#pickup .box+.btn:hover {
	opacity: 0.85;
}
#pickup .box+.btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: none;
	border-style: none;
	background-size: 16px auto;
	line-height: 44px;
}
#pickup .box+.btn a img {
	width: 20px;
	margin-right: 8px;
	margin-top: 10px;
}
#pickup .box+.btn a:hover {
	text-decoration: none;
}
#pickup .banner {
	text-align: center;
}
#pickup .banner li {
	margin-bottom: 15px;
}
#pickup .banner li a img:hover {
	opacity: 0.85;
}

/**********200129追記***********/
#contents .sp a.topSidePop{
	background-color: #006f94;
	color: #fff;
	font-weight: bold;
	position: relative;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	display: block;
	letter-spacing: 0.05em;
	margin:10px 3% 0;
}

#contents .sp a.topSidePop:before{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
left: 15px;
top: 0;
bottom: 0;
margin: auto;
}

#topSidePop{
	display: block;
	background-color: #fff;
	max-width: 90vw;
	border-radius:5px;
	padding: 15px;
	box-sizing: border-box;
}
#topSidePop h3{
	font-size: 15px;
	color: hsla(34,100%,53%,1.00);
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}

#topSidePop p{
	text-align: left;
	line-height: 1.7em;
	font-size: 14px;
}

/**********200129追記***********/

}




/*===============================================
●画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
/*===============================================
●sp
===============================================*/
#sp480------------------------------------------- {
}

#areanews {
	text-align: left;
	padding-top: 20px;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	padding-bottom: 12px;
	background-color: #fff5e5;
}
#areanews .inner {
	margin-right: 3%;
	margin-left: 3%;
}
#areanews .inner h2 {
	font-size: 18px;

	color: color: #f29500;
	font-weight: bold;
	text-align: center;
	color: #F29500;
}
#areanews .inner h2 img {
	margin-right: 5px;
	margin-top: 6px;
}

#areanews .inner article {
}
#areanews .inner article ul li {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 8px;
	padding-bottom: 5px;
	background-image: url(../images/index/areanews_arrow.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 2em;
	font-weight: bold;
	line-height: 150%;
	text-indent: -1em;
	font-size: 16px;
}
#areanews .inner article ul li a {
	text-decoration: none;
	color: #333333;
}
#areanews .inner article ul li.news_none  {
	display: none;
}
#areanews .inner+p {
	width: 138px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(142,142,142,1.00);
	border-radius: 25px;
	color: rgba(142,142,142,1.00);
	text-align: center;
	margin-top: 4px;
	cursor: pointer;
	background-color: #FFFFFF;
}
#areanews .inner+p:after {
	content:"もっと見る ＋";
}
#areanews .inner+p.one:after {
	content:"閉じる －";
}
#areanews .inner+p:hover {
	text-decoration: underline;
}
#areanews .inner+p a {
	color: #333333;
	text-decoration: none;
	pointer-events: none;
}


#kuchikomi {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: hsla(0,0%,96%,1.00);
}
#kuchikomi .title {
	margin-bottom: 8px;
}
#kuchikomi .title img {
	width: 22px;
	/*margin-top: 4px;*/
	margin-right: 10px;
}
#kuchikomi .box {
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	padding: 3%;
	border: 1px solid hsla(35,100%,50%,1.00);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	margin-bottom: 5%;
	position: relative;
	text-align: left;
}
#kuchikomi .box h3 {
	font-weight: bold;
	font-size: 14px;
	color: #f29500;
	background-size: 22px auto;
	width: 90%;
}
#kuchikomi .box h3 img {
	width: 20px;
	margin-right: 5px;
	margin-top: 5px;
}
#kuchikomi .box h3 span {
	font-weight: normal;
	color: hsla(0,0%,56%,1.00);
	font-size: 13px;
}
#kuchikomi .box .new {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 30px;
}
#kuchikomi .box dl dt {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
	margin-right: 5px;
}
#kuchikomi .box dl dd img {
	margin-left: 2px;
	width: 20px;
	margin-top: 4px;
}

#kuchikomi .box dl dd.star{
	width: 100px;
}
#kuchikomi .box dl dd.star img {
	margin-left: -5px;
    width: 20px;
    margin-top: -1px;
}

#kuchikomi .box dl dd:nth-of-type(1) {
	display: inline-block;
}
#kuchikomi .box dl dd:nth-of-type(2) {
	font-weight: bold;
	color: #f29500;
	font-size: 18px;
	display: inline-block;
}
#kuchikomi .box dl dd:nth-of-type(3) {
	font-size: 12px;
	color: hsla(0,0%,56%,1.00);
	margin-top: -8px;
	margin-left: -5px;
}
#kuchikomi .box .alpha {
	margin-top: 4%;
	margin-bottom: 10px;
}
#kuchikomi .box .alpha .inner div {
	background-color: hsla(32,100%,95%,1.00);
	border-radius: 5px;
	padding: 2%;
	padding-bottom: 1%;
}
#kuchikomi .box .alpha .inner div p:first-child {
	background-image: url(../images/index/kuchikomi_fukidashi.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin-top: -23px;
	padding-top: 25px;
	color: hsla(0,0%,31%,1.00);
	line-height: 160%;
	font-size: 13px;
}

#kuchikomi .box .alpha .inner div p:last-child {
	text-align: right;
	margin-top: 0px;
	font-size: 12px;
}
#kuchikomi .box .alpha .inner div p:last-child a {
	color: #f29500;
	text-decoration: none;
	background-image: url(../images/index/kuchikomi_arrow01.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-size: 8px auto;
}
#kuchikomi .box .alpha .inner figure {
	width: 40%;
	margin-top: 3%;
	float: left;
	margin-right: 3%;
}
#kuchikomi .box .alpha .inner figure img {
	width: 100%;
}

#kuchikomi .box .alpha dl{
	padding-top: 3%;
}
#kuchikomi .box .alpha dl dt {
	font-weight: bold;
	color: hsla(0,0%,31%,1.00);
	margin: 0px;
	font-size: 14px;
	display: block;
	margin-bottom: -10px;
}
#kuchikomi .box .alpha dl dt img {
	margin-top: 2px;
	margin-right: 5px;
}
#kuchikomi .box .alpha dl dd {
	font-weight: bold;
	color: hsla(0,0%,31%,1.00);
	margin: 0px;
	font-size: 14px;
	margin-top: 5px;
}
#kuchikomi .box .alpha dl dd img {
	width: 13px;
	margin-top: 4px;
	margin-right: 5px;
}
#kuchikomi .box .alpha dl dd span {
	font-weight: normal;
}
#kuchikomi .box ul {
	clear: left;
	padding-top: 5px;
}
#kuchikomi .box ul li {
	border-radius: 5px;
	background-color: hsla(0,0%,96%,1.00);
	font-size: 11px;
	color: hsla(0,0%,32%,1.00);
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 3px;
	margin-left: 0px;
	margin-top: 5px;
	height: 22px;
	line-height: 22px;
}
#kuchikomi .box+.btn {
	border-radius: 5px;
	background-color: hsla(192,100%,39%,1.00);
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 4px;
	margin-bottom: 5%;
	height: 50px;
}
#kuchikomi .box+.btn:hover {
	opacity: 0.85;
}
#kuchikomi .box+.btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: none;
	border-style: none;
	line-height: 44px;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
#kuchikomi .box+.btn a img {
	width: 20px;
	margin-right: 8px;
	margin-top: 12px;
}
#gallery {
	background-image: url(../images/index/bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 5%;
	padding-bottom: 5%;
}
#gallery .title {
	margin-bottom: 3%;
}
#gallery .title img {
	width: 24px;
	/*margin-top: 4px;*/
	margin-top: 1px;
	margin-right: 5px;
}
#gallery .slider .slick-slide {
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	padding-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	box-sizing: border-box;
    padding: 10px;
}

#gallery .slider .box figure {
	margin-right: 0px;
    margin-top: 0px;
    height: 196px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
#gallery .slider .box figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#gallery .slider .box figure img{
	width: auto;
    height: auto;
    max-width: 100%!important;
    max-height: 100%!important;
    vertical-align: middle;
    display: inline;
}


#gallery .slider .box dl {
	padding-top: 3%;
	text-align: left;
	padding-left: 3%
}
#gallery .slider .box dl dt {
	font-weight: bold;
}
#gallery .slider .box dl dd span {
	display: inline-block;
}
#gallery .slider .box dl dd span img {
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
#gallery .slider .box dl dd span:nth-of-type(2) {
	margin-left: 15px;
}
#gallery .slick-list {	
	padding-bottom: 20px!important;
}
#theme {
	border: 2px solid #2999c4;
	padding: 3%;
	background-color: hsla(0,0%,100%,1.00);
	margin-left: 3%;
	margin-right: 3%;
	border-radius: 5px;
}
#theme h3 {
	font-size: 14px;
	font-weight: bold;
	color: #096b91;
	margin-bottom: 5px;
}
#theme form ul {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#theme form ul li {
	width: 47%;
	text-align: left;
	font-size: 12px;
	margin-bottom: 1%;
	font-weight: bold;
}
#theme form ul li img {
	width: 100%;
}#theme form ul li:nth-child(odd) {
	margin-right: 5%;
}
#theme form .btn {
	border-radius: 5px;
	background-color: hsla(192,100%,39%,1.00);
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 4px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
#theme form .btn:hover {
	opacity: 0.85;
}
#theme form .btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: url(../images/index/kuchikomi_icon05.png);
	background-position: left 112px top 14px;
	border-style: none;
	line-height: 44px;
	background-repeat: no-repeat;
}
#theme form .btn a:hover {
	text-decoration: none;
}
#theme form .btn input {
	background-color: hsla(192,100%,39%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-style: none;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	width: 100%;
	margin-top: 2px;
	height: 42px;
	background-image: url(../images/index/gallery_icon02.png);
	background-repeat: no-repeat;
	background-position: 31% center;
	cursor: pointer;
	background-size: 12px auto;
}
#theme form ul li {
	margin-bottom: 10px;
}
#theme form ul li img {
	margin-bottom: 5px;
}
#theme form ul li label {
	font-size: 12px;
}
#theme input[type=checkbox] {
	margin-top: 0px!important;
	margin-right: 0px!important;
}
#infor {
	padding-top: 10%;
	margin-left: 3%;
	margin-right: 3%;
}
#infor .title {
	margin-bottom: 5px;
}
#infor .title img {
	width: 22px;
	margin-right: 5px;
	/*margin-top: 6px;*/
	margin-top: 3px;
}
#infor ul li {
	margin-bottom: 3%;
}
#infor ul:nth-of-type(2) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#infor ul:nth-of-type(2) li {
	width: 49%;
	line-height: 160%;
	text-align: left;
	margin-bottom: 3%;
	font-size: 12px;
}
#infor ul:nth-of-type(2) li img {
	margin-bottom: 5px;
}
#infor p.links {
	margin-bottom: 5px;
	color: hsla(192,100%,39%,1.00);
	font-weight:bold;
}
#news {
	padding-top: 10%;
	margin-bottom: 8%;
	margin-left: 3%;
	margin-right: 3%;
}
#news h2.title  {
	margin-bottom: 10px;
	font-size: 22px;
}
#news h2.title img {
	width: 28px;
	margin-right: 5px;
	/*margin-top: 3px;*/
}
#news article {
	margin-bottom: 5%;
	text-align: left;
}
#news article dl dt {
	color: hsla(0,0%,56%,1.00);
	font-size: 13px;
}
#news article dl dt span {
	color: hsla(0,0%,100%,1.00);
	background-color: #f29500;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 12px;
	margin-left: 3px;
}
#news article dl dt span.type02 {
	background-color: hsla(192,100%,47%,1.00);
}
#news article dl dt span.NewItem {
	color: #ff0100;
	background-color: #ffffff;
	border: 1px solid #ff0100;
}
#news article dl dd {
	border-bottom: 1px solid hsla(0,0%,56%,1.00);
	margin-bottom: 3%;
	padding-bottom: 3%;
	line-height: 150%;
	font-size: 14px;
}
#news article dl dd a {
	color: hsla(0,0%,0%,1.00);
	text-decoration: none;
}
#news article dl dd a:hover {
	color: color: #f29500;
}
#news+.banner {
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 8%;
}
#news+.banner ul li {
	margin-bottom: 3%;
}
#news+.banner dl dt {
	margin-top: 5%;
}
#news+.banner dl dd:nth-of-type(1)  {
	margin-left: 10%;
	margin-right: 10%;
}
#news+.banner dl dd:nth-of-type(2) {
	text-align: left;
	margin-top: 1%;
	margin-bottom: 3%;
}
/*****
#reform_support {
	background-color: hsla(31,100%,96%,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
}
#reform_support h3 {
	font-size: 21px;
	color: #f29500;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
}
#reform_support h3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
#reform_support h3+p {
	text-align: center;
	margin-bottom: 15px;
}
#reform_support h3 span {
	font-size: 16px;
}
#reform_support .btn {
	border-radius: 5px;
	background-color: #f29500;
	border-bottom-color: hsla(32,100%,47%,1.00);
	border-bottom-width: 4px;
	height: 40px;
	margin-left: 3%;
	margin-right: 3%;
}
#reform_support .btn:hover {
	opacity: 0.85;
}
#reform_support .btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: none;
	border-style: none;
	line-height: 30px;
}
#reform_support .btn a:hover {
	text-decoration: none;
}
*******/
#footer_contents .sns {
	padding-top: 10%;
	padding-bottom: 10%;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	align-items: flex-end;
	margin-left: 5%;
}
#footer_contents .sns li {
	margin-right: 5%;
}
.top_banner {
	margin-bottom: 5%;
}
.top_banner .banner {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-left: 5%;
	margin-right: 5%;
}
.top_banner .banner li {
	width: 48%;
}


}

/*********************android端末用****************************/
@media screen and (min-width:321px) and (max-width:370px) {

#pickup .box dl dd.star{
	width: 100px;
}
#pickup .box dl dd.star img,#kuchikomi .box dl dd.star img{
	margin-left: -7px;
    width: 18px;
    margin-top: 1px;
}

}

/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp
===============================================*/
#sp320------------------------------------------- {
}
#pickup .box dl dt{
	font-size: 11px;
}
#pickup .box dl dd.star{
	min-width: 77px;
	width: auto;
}
#pickup .box dl dd.star img{
	margin-left: -7px;
    width: 18px;
    margin-top: 1px;
}
#pickup .box dl dd:nth-of-type(2) {
	font-weight: bold;
	color: #f29500;
	font-size: 16px;
}
#pickup .box dl dd:nth-of-type(3){
	font-size: 14px;
}
#pickup .box dl dd:nth-of-type(3) img{
    width: 16px;
    margin-top: 4px;
    margin-right: 4px;
}
#theme form .btn input{
	background-position: 27% center;
}
#kuchikomi .box .alpha dl dd{
	max-width: 150px;
}
#kuchikomi .box+.btn a{
	line-height: 46px;
}
#kuchikomi .box+.btn a img{
	margin-top: 13px;
}
#pickup .box h4+div dl dt{
	width: 47%;
}
#pickup .box h4+div dl dd{
	font-size: 13px;
}
#catch h2 div.manzoku_icon img {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: -70px;
}
}





/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tab
===============================================*/
#tab------------------------------------------- {
}
#catch {
/*	background-image: url(../images_sp/index/catch_back.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 10%;
	/*height: 800px;*/
	height: auto;
	width: 100%;
}
#catch .submit_btn {
	/*width: 500px;*/
	margin-right: auto!important;
	margin-left: auto!important;
	display: block;
}
#catch nav img.pc {
	display: block;
}
#catch nav img.sp {
	display: none;
}
#catch .keisai img {
	margin-top: 3px;
	margin-right: 8px;
}

#areanews h2 {
	margin-bottom: 2%;
}
#areanews {
	text-align: left;
	padding-top: 20px;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	padding-bottom: 12px;
	background-color: #fff5e5;
	padding-left: 3%;
	padding-right: 3%;
}
#areanews .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#areanews .inner h2 {
	font-size: 15px;

	color: color: #f29500;
	font-weight: bold;
	color: #f29500;
}
#areanews .inner h2 img {
	margin-right: 5px;
	margin-top: 3px;
}

#areanews .inner article {
	width: 82%;
}
#areanews .inner article ul li {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 8px;
	padding-bottom: 5px;
	background-image: url(../images/index/areanews_arrow.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
#areanews .inner article ul li a {
	text-decoration: none;
	color: #333333;
}
#areanews .inner article ul li.news_none  {
	display: none;
}
#areanews .inner+p {
	width: 138px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(142,142,142,1.00);
	border-radius: 25px;
	color: rgba(142,142,142,1.00);
	text-align: center;
	margin-top: 4px;
	cursor: pointer;
	background-color: #FFFFFF;
}
#areanews .inner+p:after {
	content:"もっと見る ＋";
}
#areanews .inner+p.one:after {
	content:"閉じる －";
}
#areanews .inner+p:hover {
	text-decoration: underline;
}
#areanews .inner+p a {
	color: #333333;
	text-decoration: none;
	pointer-events: none;
}
#ninki {
	/*padding-bottom: 45px;*/
}
#ninki .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 0px;
}
#ninki .inner h2 {
	width: 180px;
	margin-right: 4%;
}
#ninki .inner h2 img.sp {
	display: none;
}
#ninki .inner h2 img.pc {
	display: block;
}
#ninki .inner .box {
	width: 525px;
}
#ninki .inner h2 img {
	/*width: 150px;*/
	width: 100%;
	height:auto;
}
#ninki .inner .box ul {
	/*width: 490px!important;*/
	width: 100%!important;
}
#ninki .inner .box ul li {
	background-image: url(../images/index/ninki_arrow01.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 9px;
	background-size: 5px auto;
}
#ninki .inner .box ul li a {
	color: hsla(0,0%,0%,1.00);
	text-decoration: none;
}
#ninki .inner .box ul li a:hover {
	text-decoration: none;
	color: #f29500;
}
#ninki .inner .box ul li span {
	font-size: 12px;
	font-weight: normal;
	color: color: #f29500;
	height: 20px;
	border: 1px solid color: #f29500;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 8px;
}
#ninki .inner .box ul+p {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#notice dt {
	margin-bottom: 10px;
}
.what.sp ul {
	margin-left: 10%;
	margin-right: 10%;
}

.what.sp ul+p {
	width: 80%;margin-left: auto;
	margin-right: auto;
}
.what.sp ul+p .sp.tab {

}
#ninki .inner .box {
	display: block;
}
#ninki .inner .box ul li {
	margin-bottom: 1%;
	width: 100%!important;
}
#ninki .btn a br.sp {
	display: none;
}
#contents #ninki p.btn {
	/*width: 400px!important;
	margin-left: 135px;
	margin-top: -10px;*/
	width: 80%;
	float: unset;
	margin: 0 auto;
}
#contents .what.sp dl dd a img {
	margin-top: 5px;
}
#pickup .box {
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	padding: 20px;
	border: 1px solid hsla(192,100%,39%,1.00);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	margin-bottom: 20px;
	position: relative;
}
#pickup .box h3 {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
}
#pickup .box h3 a{
	color: #000000;
}
#pickup .box h3+p {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
	margin-left: 5px;
}
#pickup .box dl dt {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
}
#pickup .box dl dd {
	display: inline-block;
}
#pickup .box dl dd.star{
    min-width: 105px;
    margin-left: 5px;
}
#pickup .box dl dd:nth-of-type(1) {
	width: auto;
}
#pickup .box dl dd img {
	margin-left: -3px;
	margin-top: -2px;
}
#pickup .box dl dd:nth-of-type(2) {
	font-weight: bold;
	color: #f29500;
	font-size: 18px;
}
#pickup .box dl dd:nth-of-type(3) {
	font-size: 16px;
	margin-left: 8px;
}
#pickup .box dl dd:nth-of-type(3) img {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 5px;
}

#pickup .box dl+div {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-top: 10px;
}
#pickup .box dl+div figure {
	max-width: 220px;
	max-height: 146px;
}
#pickup .box dl+div figure img{
	width:auto!important;
	max-width: 220px!important;
	max-height: 146px!important;
}
#pickup .box dl+div p {
	width: 460px;
	margin-top: -5px;
	line-height: 160%;
	color: hsla(0,0%,24%,1.00);
}
#pickup .box h4 {
	margin-top: 5px;
	font-size: 13px;
	margin-bottom: 10px;
}
#pickup .box h4+div {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 20px;
}
#pickup .box h4+div figure {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 60%;
}
#pickup .box h4+div figure span {
	margin-right: 0px;
    margin-top: 0px;
    height: 86px;
    /*min-width: 133px;*/
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-right: 5px;
}
#pickup .box h4+div figure span:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
#pickup .box h4+div figure span img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline;
}
#pickup .box h4+div dl {
	font-size: 12px;
	margin-top: -5px;
	display: block!important;
	width: auto;
	margin-right: 0px;
	/*width: 280px;*/
	width: 40%;
}
#pickup .box h4+div dl dt {
	color: hsla(0,0%,24%,1.00);
	background-image: url(../images/index/pick_icon03.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	font-weight: bold;
	float: none!important;
	width: auto;
	display: block;
}
#pickup .box h4+div dl dd {
	line-height: 150%;
	width: 280px;
	display: block;
}
#pickup .box .btn.detail {
	border-radius: 4px;
	border-color: hsla(34,100%,75%,1.00);
	border-bottom-style: solid;
	border-bottom-width: 6px;
	/*width: 500px;*/
}
#pickup .box .btn.detail a {
	border-radius: 4px;
	border-color: #f29500;
	background-image: url(../images/index/pick_arrow01.png);
	color: #f29500;
}
#pickup .box+.btn {
	border-radius: 5px;
	background-color: #f29500;
	border-bottom-color: hsla(32,100%,47%,1.00);
	border-bottom-width: 4px;
	margin-bottom: 40px;
	/*width: 500px;*/
}
#pickup .box+.btn:hover {
	opacity: 0.85;
}
#pickup .box+.btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	border-style: none;
	line-height: 44px;
	background-image: none;
}
#pickup .box+.btn a img {
	margin-top: 14px;
	margin-right: 5px;
}

#pickup .box+.btn a:hover {
	text-decoration: none;
}
#pickup .box ul.icon {
	position: absolute;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
	top: 15px;
	right: 20px;
	text-align: right;
}
#pickup .box ul.icon li {
	margin-right: 0px;
	margin-left: 8px;
	width: 38px;
}
#pickup .box ul.icon li img {
	height: auto;
	width: 100%;
}
#pickup .banner {
	text-align: center;
}
#pickup .banner li {
	margin-bottom: 15px;
}
#pickup .banner li a img:hover {
	opacity: 0.85;
}
#pickup .box h4+div dl dd {
	width: auto;
}
#pickup .box .btn.detail {
	border-radius: 8px;
	border-color: hsla(34,100%,75%,1.00);
	font-size: 14px;
	border-bottom-width: 4px;
	height: 47px;
}
#pickup .box .btn.detail a {
	border-radius: 4px;
	border-color: #f29500;
	background-image: url(../images/index/pick_arrow01.png);
	color: #f29500;
	background-size: 5px auto;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}
#pickup .box+.btn {
	border-radius: 5px;
	background-color: #f29500;
	border-bottom-color: hsla(32,100%,47%,1.00);
	border-bottom-width: 4px;
	margin-bottom: 40px;
	height: 50px;
}
#pickup .box+.btn:hover {
	opacity: 0.85;
}
#pickup .box+.btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: none;
	border-style: none;
	background-size: 16px auto;
	line-height: 39px!important;
	font-weight: normal;
}
#pickup .box+.btn a img {
	width: 20px;
	margin-right: 8px;
	margin-top: 10px!important;
}
#kuchikomi .box h3 {
	font-size: 20px;
}
#kuchikomi .box dl dd:nth-of-type(3) {
	margin-top: 0px;
	margin-bottom: -13px;
}
#kuchikomi .box .alpha .inner div p:nth-of-type(1) {
	margin-top: -31px;
}
#kuchikomi .box .alpha dl dt {
	margin-bottom: 0px;
}
#kuchikomi {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: hsla(0,0%,96%,1.00);
}
#kuchikomi .title {
	margin-bottom: 12px;
}
#kuchikomi .title img {
	/*margin-top: 1px;*/
	margin-top: -2px;
	margin-right: 8px;
	width: 20px;
}

#kuchikomi .box {
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	padding: 20px;
	border: 1px solid hsla(35,100%,50%,1.00);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	margin-bottom: 20px;
	position: relative;
}
#kuchikomi .box h3 {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
	color: #f29500;
}
#kuchikomi .box h3 img {
	margin-top: 0px;
	margin-right: 7px;
	width: 20px;
}

#kuchikomi .box h3 span {
	font-weight: normal;
	color: hsla(0,0%,56%,1.00);
}
#kuchikomi .box .new {
	position: absolute;
	top: 20px;
	right: 20px;
}
#kuchikomi .box dl dt {
	display: inline-block;
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
	margin-right: 5px;
}
#kuchikomi .box dl dd {
	display: inline-block;
}
#kuchikomi .box dl dd.star {
	width:100px;
}
#kuchikomi .box dl dd img {
	margin-right: -3px;
	width: 18px;
}
#kuchikomi .box dl dd:nth-of-type(2) {
	font-weight: bold;
	color: #f29500;
	font-size: 16px;
}
#kuchikomi .box dl dd:nth-of-type(3) {
	font-size: 14px;
	color: hsla(0,0%,31%,1.00);
}
#kuchikomi .box .alpha .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-top: 20px;
	margin-bottom: 10px;
}
#kuchikomi .box .alpha .inner div {
	background-color: hsla(32,100%,95%,1.00);
	margin-right: 20px;
	border-radius: 5px;
	padding-right: 15px;
	width: 100%;
}
#kuchikomi .box .alpha .inner div p:first-child {
	background-image: url(../images/index/kuchikomi_fukidashi.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	margin-top: -16px;
	padding-top: 25px;
	padding-left: 10px;
	color: hsla(0,0%,31%,1.00);
	line-height: 160%;
}
#kuchikomi .box .alpha .inner div p:last-child {
	text-align: right;
	margin-top: 10px;
}
#kuchikomi .box .alpha .inner div p:last-child a {
	color: #f29500;
	text-decoration: none;
	background-image: url(../images/index/kuchikomi_arrow01.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-size: 10px auto;
}
#kuchikomi .box .alpha .inner figure {
	margin-right: 0px;
    margin-top: 0px;
    width: 310px;
    height: 136px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
#kuchikomi .box .alpha .inner figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#kuchikomi .box .alpha .inner figure img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#kuchikomi .box .alpha dl dt {
	font-weight: bold;
	color: hsla(0,0%,31%,1.00);
	margin: 0px;
	font-size: 15px;
	/*background-image: url(../images/index/kuchikomi_icon03.png);
	background-repeat: no-repeat;
	background-position: left 4px;*/
}
#kuchikomi .box .alpha dl dt img {
	margin-top: 1px;
	margin-right: 5px;
}

#kuchikomi .box .alpha dl dd {
	font-weight: bold;
	color: hsla(0,0%,31%,1.00);
	margin: 0px;
	font-size: 15px;
	margin-left: 15px;
}
#kuchikomi .box .alpha dl dd img {
	margin-top: 2px;
	margin-right: 5px;
	width: 13px;
}

#kuchikomi .box .alpha dl dd span {
	font-weight: normal;
}
#kuchikomi .box ul li {
	border-radius: 5px;
	background-color: hsla(0,0%,96%,1.00);
	font-size: 11px;
	color: hsla(0,0%,32%,1.00);
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 3px;
	margin-left: 0px;
	margin-top: 10px;
	height: 22px;
	line-height: 22px;
}
#kuchikomi .box+.btn {
	border-radius: 5px;
	background-color: hsla(192,100%,39%,1.00);
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 4px;
	margin-bottom: 40px;
	height: 50px;
	/*width: 500px;*/
}
#kuchikomi .box+.btn:hover {
	opacity: 0.85;
}
#kuchikomi .box+.btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: none;
	border-style: none;
	line-height: 38px;
	font-weight: normal;
}
#kuchikomi .box+.btn a img {
	margin-right: 5px;
	margin-top: 11px;
	width: 18px;
}

#kuchikomi .box+.btn a:hover {
	text-decoration: none;
}
#gallery {
	background-image: url(../images/index/bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
#gallery .title {
	margin-bottom: 15px;
}
#gallery .title img {
	/*margin-top: 1px;*/
	margin-right: 5px;
	width: 22px;
}

#gallery .slider {
}
#gallery .slider .slick-slide {
	width: 300px!important;
	margin-right: 20px;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	padding-bottom: 15px;
	overflow:hidden;
	box-sizing: border-box;
    padding: 10px 10px 10px;
}
#gallery .slider .box dl {
	padding-left: 5px;
	padding-top: 10px;
}
#gallery .slider .box dl dt {
	font-weight: bold;
}
#gallery .slider .box dl dd span:nth-of-type(1) {

}
#gallery .slider .box dl dd span:nth-of-type(2) {
	margin-left: 15px;
}
#gallery .slider .box dl dd span img {
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
}

#gallery .slick-list {	
	padding-bottom: 20px!important;
}
#gallery .slider .box figure {
	margin-right: 0px;
    margin-top: 0px;
    height: 186px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
#gallery .slider .box figure:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#gallery .slider .box figure img{
	width: auto;
    height: auto;
    max-width: 100%!important;
    max-height: 100%!important;
    vertical-align: middle;
    display: inline;
}
#theme {
	border: 1px solid #2999c4;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: hsla(0,0%,100%,1.00);
}
#theme h3 {
	font-size: 14px;
	font-weight: bold;
	color: #096b91;
	margin-bottom: 5px;
}
#theme form ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#theme form ul li {
	margin-right: 10px;
	font-size: 11px;
}
#theme form ul li img:hover {
	opacity: 0.85;
}
#theme input[type=checkbox] {
	margin-top: 0px!important;
	margin-right: 0px!important;
}
#theme form .btn {
	border-radius: 5px;
	background-color: hsla(192,100%,39%,1.00);
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 6px;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
	/*width: 500px;*/
}
#theme form .btn:hover {
	opacity: 0.85;
}
#theme form .btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: url(../images/index/kuchikomi_icon05.png);
	background-position: left 112px top 14px;
	border-style: none;
	line-height: 44px;
	background-repeat: no-repeat;
}
#theme form .btn a:hover {
	text-decoration: none;
}
#theme form .btn input {
	background-color: hsla(192,100%,39%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-style: none;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-top: 2px;
	/*width: 480px;*/
	width: 100%;
	height: 42px;
	background-image: url(../images/index/gallery_icon02.png);
	background-repeat: no-repeat;
	background-position: 64% center!important;
	cursor: pointer;
	background-size: 12px auto;
}
#infor {
	padding-top: 60px;
}
#infor .title {
	margin-bottom: 5px;
}
#infor .title img {
	margin-right: 8px;
	margin-top: 1px;
	width: 22px;
}

#infor ul li {
	margin-bottom: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#infor ul li a img:hover {
	opacity: 0.85;
}
#infor ul:nth-of-type(2) {
	padding-top: 20px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-left: 3%;
	margin-right: 3%;
}
#infor ul:nth-of-type(2) li {
	width: 29%;
	line-height: 140%;
	margin-bottom: 18px;
}
#infor ul:nth-of-type(2) li.sp {
	display: none;
}

#infor ul:nth-of-type(2) li img {
	margin-bottom: 12px;
}
#infor p.btn {
	/*width: 500px;*/
	width: 90%;
}
#infor p.btn a {
	font-weight: normal;
}
#infor p.links {
	margin-bottom: 5px;
	color: hsla(192,100%,39%,1.00);
	font-weight:bold;
}
#news {
	padding-top: 50px;
	margin-bottom: 50px;
	margin-left: 5%;
	margin-right: 5%;
}
#news h2.title   {
	font-size: 22px;
	margin-bottom: 10px;
}
#news .title img {
	/*margin-top: 0px;*/
	margin-right: 8px;
	width: 26px;
	margin-top: -2px;
}

#news article {
	margin-bottom: 30px;
}

#news article dl dt {
	color: hsla(0,0%,56%,1.00);
	font-size: 13px;
	margin-bottom: 2px;
}
#news article dl dt span {
	color: hsla(0,0%,100%,1.00);
	background-color: #f29500;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 12px;
	margin-left: 3px;
}
#news article dl dt span.type02 {
	background-color: hsla(192,100%,47%,1.00);
}
#news article dl dt span.NewItem {
	color: #ff0100;
	background-color: #ffffff;
	border: 1px solid #ff0100;
}
#news article dl dd {
	border-bottom: 1px solid hsla(0,0%,56%,1.00);
	margin-bottom: 8px;
	padding-bottom: 2px;
}
#news article dl dd a {
	color: hsla(0,0%,0%,1.00);
	text-decoration: none;
}
#news article dl dd a:hover {
	color: color: #f29500;
}
#news p.btn {
	/*width: 500px;*/
}
#news p.btn a {
	font-weight: normal;
}
#news+.banner {
	margin-bottom: 5%;
}
#news+.banner ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-left: 5%;
	margin-right: 5%;
}
#news+.banner li {
	width: 49%;
	margin-bottom: 2%;
}
#news+.banner li:last-child {
	width: 100%;
}
#news+.banner li .what.sumanavi{
	width: 100%;
}
#theme form .btn input {
	background-position: 265px 15px;
	background-size: 18px auto;
}

#theme form ul li  {
	font-size: 14px;
}
#theme form ul li label figure {
	margin-bottom: 3%;
}
#infor .title {
	margin-bottom: 3%;
}
#contents #infor ul li {
	font-size: 15px;
}
#contents #infor ul+ul li img {
	margin-bottom: 3%;
}
#news article dl dd {
	padding-bottom: 1%;
	margin-bottom: 2%;
	margin-top: 5px;
}
#pickup .box h4+div figure span {
    height: 115px;
}
.top_banner {
	margin-bottom: 5%;
}
.top_banner .banner {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-left: 5%;
	margin-right: 5%;
}
.top_banner .banner li {
	width: 33%;
}




#pickup .box .btns .btn {
	border-bottom: 6px solid hsla(0,0%,77%,1.00);
	border-radius: 25px;
	height: 42px;
	line-height: 42px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
#pickup .box .btns .btn a {
	display: block;
	border: 2px solid hsla(0,0%,64%,1.00);
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	height: 40px;
	line-height: 40px;
	color: hsla(0,0%,56%,1.00);
	background-image: url(../images/index/ninki_arrow02.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 6px auto;
}
#pickup .box .btns .btn a:hover {
	text-decoration: underline;
}
#pickup .box .btns {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	clear: both;
}

#pickup .box .btns .btn {
	border-bottom: 6px solid hsla(0,0%,77%,1.00);
	border-radius: 4px;
	height: 42px;
	line-height: 42px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 350px;
}
#pickup .box .btns .btn a {
	display: block;
	border: 2px solid hsla(0,0%,64%,1.00);
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	color: hsla(0,0%,56%,1.00);
	background-image: none;
}
#pickup .box .btns .btn a:hover {
	text-decoration: underline;
}
/*#pickup .box .btns .btn.mitsumori {
	background-color: #f29500;
	border-bottom-color: rgba(241,129,0,1.00);
	border-bottom-width: 4px;
}
#pickup .box .btns .btn.mitsumori a {
	border-style: none;
	color: rgba(255,255,255,1.00);
	line-height: 40px;
}
#pickup .box .btns .btn.mitsumori a img {
	margin-top: 10px;
	margin-right: 5px;
}
#pickup .box .btns .btn.mitsumori a:hover {
	text-decoration: none;
	background-color: #ff8800;
}
#pickup .box .btns .btn.inq {
	border-bottom: 4px solid hsla(191,92%,33%,1.00);
	border-radius: 6px;
	height: 43px;
	line-height: 39px;
	margin-left: auto;
	margin-right: auto;
}
#pickup .box .btns .btn.inq:hover {
	opacity: 0.8;
}
#pickup .box .btns .btn.inq a {
	display: block;
	border: 1px solid hsla(192,100%,39%,1.00);
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	height: 42px;
	line-height: 44px;
	color: hsla(192,100%,39%,1.00);
	padding: 0;
}*/
/************0807追記ここから************/
#pickup .box .btns .btn.mitsumori, #pickup .box .btns .btn.inq{
	border-radius: 20px!important;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-bottom: none!important;
    border-bottom-width: 0;
    height: 48px!important;
    line-height: 48px!important;
    padding-bottom: 0;
}

#pickup .box .btns .btn.mitsumori {
	background: -moz-linear-gradient(top, #f29500, #f27900);
	background: -webkit-linear-gradient(top, #f29500, #f27900);
	background: linear-gradient(to bottom, #f29500, #f27900);
}
#pickup .box .btns .btn.inq a,
#pickup .box .btns .btn.mitsumori a {
	    height: 48px!important;
    line-height: 48px!important;
    border:none;
    color: #fff;
}
#pickup .box .btns .btn.mitsumori a img {
	margin-top: 14px;
    margin-right: 5px;
}

#pickup .box .btns .btn.inq {
	background: -moz-linear-gradient(top, #2999c4, #086f96);
    background: -webkit-linear-gradient(top, #2999c4, #086f96);
    background: linear-gradient(to bottom, #2999c4, #086f96);
}
#pickup .box .btns .btn.inq img{
	    margin-top: 8px!important;
	    margin-right: 3px;
}
/************0807追記ここまで************/
#pickup .box .btns .btn a:hover {
	text-decoration: underline;
}
#pickup .box .btns .btn.inq img {
	margin-right: 5px;
	margin-top: 6px;
}
#pickup .box .btns .btn.inq img:hover {
	opacity: 1;
}


#pickup .box .btns.pc{
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    clear: both;
}
#pickup .box .btns.sp{
	display:none;
}
#pickup .box .btns{
	/*width: 500px;*/
    margin: 0 auto 20px;
}
#pickup .box .btns .btn{
	/*width: 247px;*/
	width: 48%;
	display: inline-block;
}
.what.sumanavi{
	width: 90%;
	margin: 0 auto;
}
/******20200129追記*******/
#contents .sp a.topSidePop{
	max-width: 76%;
	margin: 20px auto 0;
}
/******20200129追記*******/
#catch h2 div.manzoku_icon{
	display: block;
}
}
