@charset "UTF-8";
/* CSS Document */
/* テキスト */
.text-red{
	color: #ea5c2e;
}
.text-green{
	color: #49AD3A;
}
.text-blue{
	color: #4a67a8;
}
.text-gold{
	color: #C59414;
}
.big-text{
	font-size: 180%;
}
.bg-yellow9{
	background-color: #ffc200;
}
/* メニュー */
.header-menu-bg{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 15px;
	height: auto;
}
.header-btn{
	background-color: #f2c23b;
	padding: 5px 15px;
	font-size: 85%;
	cursor:pointer;
	border: 1px solid #FFBE39 ;
	border-radius: 5px;
}
.header-btn:hover{
	background-color: #DAA400;
}
.header-support{
	background-color: #1a7263;
	padding: 5px 15px;
	font-size: 85%;
	cursor:pointer;
	border: 1px solid #1a7263 ;
	color: #fff;
	border-radius: 5px;
}
.header-support:hover{
	background-color: #0d4c40;
}
/* トップ告知部分 */
.top-line{
	z-index: 9999;
	position: relative;
}
.top-kokuchi{
	padding: 12px 15px 10px 15px;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.top-kokuchi{
	padding: 12px 5px 10px 5px;
	line-height: 1.4;
	font-size: 95%;
}
}

.slideinTop {
  animation: slideinTop 1s ;
}

@keyframes slideinTop {
  0% {
    transform: translateY(-609px);
  }
  100% {
    transform: translateY(0);
  }
}

 /*スライダー*/
.slide-box{
	padding: 0px 0px 0px 0px;
}
  .section_recommend {
    padding: 0px;
     }
    .section_recommend .title_bubble {
      top: -30px; }
    .section_recommend .container {
      width: 95%;
      width: 1920px; }
    .section_recommend_slide > div {
      width: 1920px; }
.section_recommend {
  position: relative;
  background-color: var(--slider-bg);
  padding-top: 0px; }
  .section_recommend .title_bubble {
    position: absolute;
    top: -8.46354vw;
    right: 0;
    left: 0; }
  .section_recommend_slide {
    overflow-x: hidden;
    white-space: nowrap; }
  .section_recommend_slide > div {
    display: inline-block;
    width: auto; }
  .section_recommend_slide > div:first-child {
    -webkit-animation: loop 46s -22.9s linear infinite;
            animation: loop 46s -22.9s linear infinite; }
  .section_recommend_slide > div:last-child {
    -webkit-animation: loop2 46s linear infinite;
            animation: loop2 46s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);}}

/* 背景線 */
.orange-top{
	background-image: url("../img/line1.png");
	background-repeat: repeat-x;
	height: 12px;
	margin-bottom: 30px;
}
.orange-bottom{
	background-image: url("../img/line2.png");
	background-repeat: repeat-x;
	height: 12px;
	margin-top: 30px;
}


.kon-m {
  padding: 0.1em 0.2em;/*上下 左右の余白*/
  color: #F2B625;/*文字色*/
  background: #2C575C;
}
.kon-m2 {
 padding: 0.1em 0.2em;/*上下 左右の余白*/
  color: #FFFFFF;/*文字色*/
  background: #2C575C;
}
.kon-midashi {
  padding: 0.55em 6.0em;/*上下 左右の余白*/
  color: #FFFFFF;/*文字色*/
  background: #2C575C;
	font-weight: bold;
	border-radius:20px;
}
@media only screen and (max-width: 768px) {
.kon-midashi {
  padding: 0.55em 3.0em;/*上下 左右の余白*/
}
}
.hukidasi01{
		position:absolute;	
 margin-top: -33px;
padding: 0px 0px 0px 185px;	
}
@media only screen and (max-width: 768px) {
.hukidasi01{
			position:absolute;	
 margin-top: -70px;
padding: 0px 0px 0px 0px;	
}
}
.support-btn{
	border: 2px solid #2C575C;
	padding: 15px 35px;
	cursor:pointer;
	font-size: 150%;
	font-weight: bold;
		color: #2C575C;/*文字色*/
}
.support-btn:hover{
	border: 1px solid #ffffff;
	background-color: #EA5C2E;
	color: #FFFFFF;/*文字色*/
}

.yureru-s {
    animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
.cta-btn-wrap {
  margin: 10px 10px;
}


.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
text-align: center; /* 内容は中央配置 */
		padding: 20px 50px 30px 50px;
}
.col_2 > div{
	text-align: center;
	width: 50%;
	padding: 20px 25px;
}




@media screen and (max-width: 780px) {
.col_2{	
	width: 100%;
		padding: 20px 0px 30px 0px;
}
}
@media screen and (max-width: 780px) {
	.col_2 > div{
		width: 100%;
		padding: 10px 10px;
	}
}


.col_2-2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
text-align: center; /* 内容は中央配置 */
		padding: 0px 50px 0px 50px;
}
.col_2-2-left {
	text-align: center;
	width: 40%;
	padding: 0px 20px 0px 100px;
}
.col_2-2-right {
	text-align: left;
	width: 60%;
	padding: 20px 100px  0px 0px;
}



@media screen and (max-width: 780px) {
.col_2-2{	
	width: 100%;
		padding: 0px 0px 30px 0px;
}
	.col_2-2 > div{
		width: 100%;
		padding: 0px 10px;
	}
.col_2-2-left {
	text-align: center;
	width: 100%;
	padding: 0px 20px 0px 20px;
}
.col_2-2-right {
	text-align: left;
	width: 100%;
	padding: 0px 20px  0px 20px;
}	
	
	
	
}





.riyuu-haikei01{
	background-image: url("../img/riyuuhaikei_01.png");
	background-repeat: none;
	height: 316px;
}
.riyuu-haikei02{
	background-image: url("../img/riyuuhaikei_02.png");
	background-repeat: none;
	height: 323px;
}
.riyuu-haikei03{
	background-image: url("../img/riyuuhaikei_03.png");
	background-repeat: none;
	height: 326px;
}
.riyuu-haikei04{
	background-image: url("../img/riyuuhaikei_04.png");
	background-repeat: none;
	height: 317px;
}
.riyuu-haikei05{
	background-image: url("../img/riyuuhaikei_05.png");
	background-repeat: none;
	height: 366px;
}
