/*-----------------------------------
基本設定
-----------------------------------*/
*{
      box-sizing:border-box;
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
      -o-box-sizing:border-box;
}
/*body    {
display:none
}*/


body {
    min-width: 1280px;
	height: auto;/*modal使用時の元位置記憶*/
	    position: static;
		background: #fff;
		  /*  background: #f9f9f9;*/

      
}



.wrap_his {
        font-size: 16px;
    line-height: 1.8;
    letter-spacing: .08rem;
    /* max-width: 1500px; */
    margin: auto;
    overflow-x: hidden;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/bg_wave.jpg);
    color: #96878b;
    background-repeat: repeat;
	background-size: contain;
    background-position: -5% 150px, 100% 200px;
  
}
.antialiased {
    transform: rotate(0.1deg);
  
}
.contents {
    width: 100% !important;
    margin: auto;
}
.inviewfadeIn, .inviewfadeInLeft, .inviewfadeInUp, .inviewfadeInRight {
    opacity: 0;
}

.wrap_his img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align:bottom;
}
.br_sp{
    display: none;
}
.br_sp_top{
    display: none;
}
.br_pc{
    display: inline;
}

.disnon {
    display: none !important;
}

.disnon_pc {
    display: none !important;
}

.disnon_sp {
    display: inline;
}




.wrap_his a:hover{
  opacity: 0.8;}
  
.wrap_his a.line{
    text-decoration: underline;
}

/* for modern brouser */
/*.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;}

/* IE7,MacIE5 */
/*.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
/** html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

.wrap_his .clear{clear: both;}

.wrap_his img{vertical-align: bottom;}

.wrap_his a{-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s}
	
.wrap_his .clearfix:after {
	content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.wrap_his .clearfix {
	/*min-height: 1px;*/
	min-height: 0px;
}

.wrap_his a.under {
	text-decoration: underline;
}


.wrap_his .both{
	clear:both;
}	
/*ｑｓｓのｃｓｓ相殺*/


.condetail_mv01 {
    display: none;
}

.antialiased{
	    transform: rotate(0.1deg);
}
.hide {
    display: none;
}
.is-hide {
    display: none !important;
}
@media screen and (max-width: 480px){
body {
    min-width: inherit;

}
.wrap_his {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: .08rem;
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
	    overflow-x: hidden;
	background: url(../images/bg_wave.jpg);
    background-repeat: repeat;
    background-size: 135%;
    background-position: 50% 150px;
		
}

.disnon_pc {
    display: block !important;
}

.disnon_sp {
    display: none !important;
}
.br_sp{
    display: inline;
}
.br_sp_top{
    display: none;
}
.br_pc{
    display: none;
}
.wrap_his a:hover {
    opacity: 1.0;
}

/*ｑｓｓのｃｓｓ相殺*/

.cpn_detailbox {
    padding: 0px;
}
.contents_wapper {
    padding-top: 0px;
}
.basic_backpagebtn {
    width: 90%;
}

}





/*------------------------------

visual

------------------------------*/


.wrap_his .visual{
    width: 100%;
    text-align: center;
margin: 0px auto 100px;
}





/*.wrap_his .visual .main .catch span{
    color: #f85a7b;
}*/
@media screen and (max-width: 480px){

.wrap_his .visual .photo {
    text-align: center;
    margin: auto;
}
.wrap_his .visual {
        margin: 0px auto 10%;
}
	



}
/*----------------

outline

----------------*/

.wrap_his .outline {
    text-align: center;
	    margin-bottom: 100px;
}
.wrap_his .outline h3{
    font-size: 35px;
    color: #7d5f67;
}
.wrap_his .wrap_btn {
        margin: 50px auto;
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.wrap_his .wrap_btn .btn{
    padding: 0px;
    margin: 3% auto;
    font-size: 22px;
    background: #ffee99;
    position: relative;
    width: 45%;
    display: table;
        height: 80px;
    box-shadow: 3px 3px 0px 1px rgba(254, 149, 174, 1);
    border-radius: 10px;
}
.wrap_his .wrap_btn .btn.insta{
    font-size: 20px;
    font-weight: bold;
    background-image: url(../images/icon_insta.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-size: 40px;
    line-height: 1.2;
	
}
.wrap_his .wrap_btn .btn:hover{
        background: #fff1e4;
}
.wrap_his .wrap_btn .btn.insta:hover{
       background: #fff1e4;
	background-image: url(../images/icon_insta.png);
    background-repeat: no-repeat;
     background-position: 30px 50%;
    background-size: 40px;
}
.wrap_his .wrap_btn .btn:before{
	content: "";
    position: absolute;
    display: block;
    background-image: url(../images/flw_left.png);
    height: 100%;
    background-repeat: no-repeat;
    width: 80px;
    background-position: 50%;
    top: 35px;
    left: -37px;
    background-size: contain;
}
.wrap_his .wrap_btn .btn.insta:before{
	content: "";
    position: absolute;
    display: block;
    background-image: url(../images/flw_right.png);
    height: 100%;
    background-repeat: no-repeat;
    width: 80px;
    background-position: 50%;
    top: -37px;
    right: -38px;
    background-size: contain;
    left: inherit;
}
.wrap_his .wrap_btn .btn:after{
	content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #7d5f67;
    border-right: solid 2px #7d5f67;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
}

.wrap_his .wrap_btn .btn a{
    color: #7d5f67;
    font-weight: bold;
	vertical-align: middle;
    display: table-cell;
}
.wrap_his .wrap_btn .btn.insta a{
   padding-left: 10px;
}

@media screen and (max-width: 480px){
.wrap_his .outline {
    margin-bottom: 15%;
}
.wrap_his .outline h3{
    font-size: 20px;
    color: #7d5f67;
    letter-spacing: .025rem;
	    width: 80%;
    margin: auto;
}
.wrap_his .wrap_btn .btn {
    padding: 10px;
    display: block;
    font-size: 20px;
	width: 100%;
	height: inherit;
	    margin: 10% auto;
}
.wrap_his .wrap_btn {
 width: 80%;
    margin: 8% auto;
    display: block;
}
.wrap_his .wrap_btn .btn:hover{
        background: #ffee99;
}
.wrap_his .wrap_btn .btn.insta:hover{
       background: #ffee99;
	background-image: url(../images/icon_insta.png);
    background-repeat: no-repeat;
     background-position: 30px 50%;
    background-size: 40px;
}
.wrap_his .wrap_btn .btn:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/flw_left.png);
    height: 100%;
    background-repeat: no-repeat;
    width: 80px;
    background-position: 50%;
    top: 24px;
    left: -30px;
    background-size: contain;
}
	
.wrap_his .wrap_btn .btn:after {

}
.wrap_his .wrap_btn .btn.insta {
        margin: 20px auto;
    font-size: 15px;
    color: #c34d8d;
    font-weight: bold;
    background-image: url(../images/icon_insta.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: 40px;
    line-height: 1.5;
    letter-spacing: 0rem;
}
.wrap_his .wrap_btn .btn.insta:hover{
    background-image: url(../images/icon_insta.png);
    background-repeat: no-repeat;
    background-position: 6% 50%;
    background-size: 40px;
}
	
.wrap_his .wrap_btn .btn.insta:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/flw_right.png);
    height: 100%;
    background-repeat: no-repeat;
    width: 65px;
    background-position: 50%;
    top: -30px;
    right: -30px;
    background-size: contain;
    left: inherit;
}
	.wrap_his .wrap_btn .btn a {
    display: block;
}
}
/*----------------

wrap_list_pst

----------------*/
.wrap_his .wrap_list_pst .box_ttl{
        text-align: center;
    font-size: 33px;
    background-repeat: repeat-x;
    background-position: -10px;
	    color: #9d8364;
}


.wrap_his .wrap_list_pst .box_pst{
    width: 1100px;
    margin: 100px auto 30px;
    padding: 3%;
    border: solid 3px #ffee99;
    border-radius: 10px;
    box-shadow: 1px 2px 0px 5px rgba(254, 149, 174, 1);
    background: #fff;
}

.wrap_his .wrap_list_pst .wrap_box_pst02, .wrap_his .wrap_list_pst .wrap_box_pst03{
    width: 1100px;
    margin: 50px auto;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst {
   width: 48.5%;
    margin: 0px auto;
    float: left;
    margin-right: 3%;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst:last-child {
    margin-right: 0%;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst {
    width: 31.5%;
    margin: 0px 2.5% 4% 0px;
    float: left;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst:nth-child(3n) {
    margin: 0px 0% 4% 0px;
}
.wrap_his .wrap_list_pst .box_pst .name{
    width: 55%;
    float: right;
}
.wrap_his .wrap_list_pst .box_pst .m_photo{
    float: right;
    margin-right: 5%;
    width: 40%;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst .name {
   margin-bottom: 10px;
    width: 100%;
    float: none;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst .name {
  width: 100%;
    float: none;
    margin-bottom: 20px;
}
.wrap_his .wrap_list_pst .box_pst .name .rank {
    font-size: 28px;
    font-weight: bold;
	    margin-bottom: 20px;
}
.wrap_his .wrap_list_pst .box_pst .name .rank p{
        display: inline-block;
    line-height: 1;
    padding: 8px 25px;
    background: #c48bbc;
    border-radius: 10px;
    color: #ffee99;
}
.wrap_his .wrap_list_pst .box_pst .name .rank p.limit{
    background: inherit;
    color: #fe436f;
    font-size: 120%;
	padding: 8px 10px;
}
.wrap_his .wrap_list_pst .box_pst .name .rank p span{
    font-size: 120%;
    position: relative;
    top: 3px;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst .name .rank {
      font-size: 22px;
    font-weight: bold;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst .name .rank {
     font-size: 18px;
    margin-bottom: 20px;
}


.wrap_his .wrap_list_pst .box_pst .name .pst {
   
    font-size: 26px;
    letter-spacing: .1rem;
    line-height: 1.5;

}

.wrap_his .box_pst .box_txt  {
 letter-spacing: .08rem;
    font-weight: bold;
}
.wrap_his .wrap_box_pst03 .box_pst .box_txt {

    line-height: 1.5;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst .name .pst {
    font-size: 25px;
	width: 435px;
	display: block;
	    letter-spacing: .01rem;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst .name .pst {
   font-size: 20px;
}
/*bランク*/
.wrap_his .wrap_list_pst .box_pst.b_pst .name .pst {
    font-size: 30px;
}
.wrap_his .wrap_list_pst .box_pst .name .pst span{
    font-size: 25px;
    padding: 0px 8px;
}


.wrap_his .wrap_list_pst .box_pst.a_pst .box_txt, .wrap_his .wrap_list_pst .box_pst.b_pst .box_txt {
        font-size: 20px;
    margin: 20px auto 0px;
    font-weight: bold;
}


.wrap_his .wrap_list_pst .box_pst .box_btn {
        margin: 20px auto;
    text-align: center;
}
.wrap_his .wrap_list_pst .box_pst .box_btn .btn{
    padding: 10px 10px;
    margin: auto;
    display: inline-block;
    font-size: 17px;
    position: relative;
    border: solid 3px;
    width: 49%;
}
.wrap_his .wrap_list_pst .box_pst .box_btn .btn:hover{
        background: #ffee99;
}

.wrap_his .wrap_list_pst .box_pst .box_btn .btn:after {
        content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 3px #96878b;
    border-right: solid 3px #96878b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -6px;
}
.wrap_his .wrap_list_pst .box_pst .box_btn .btn a{
    color: rgb(150, 135, 139);
}

.wrap_his .wrap_list_pst .box_pst .box_photo {
    margin-top: 3%;
}
.wrap_his .wrap_list_pst .box_pst .box_photo .photo{
    width: 24.5%;
display: inline-block;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_photo .photo{
    width: 49%;
display: inline-block;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_photo .photo {
    width: 85%;
    margin: 10% auto 0px;
    display: block;
	
}
@media screen and (max-width: 480px){
.wrap_his .wrap_list_pst .box_ttl {
    font-size: 20px;
}
.wrap_his .wrap_list_pst .box_ttl .en {
    font-size: 32px;
    letter-spacing: 0px;
}
.wrap_his .wrap_list_pst .box_pst {
    width: 85%;
    margin: 12% auto 0%;
	border: solid 2px #ffee99;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 3px rgba(254, 149, 174, 1);
	padding: 5%;
}
.wrap_his .wrap_list_pst .wrap_box_pst02, .wrap_his .wrap_list_pst .wrap_box_pst03 {
    width: 85%;
    margin: 12% auto 5%;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst {
    width: 100%;
    margin: 0px auto 12%;
    float: none;
    margin-right: 0%;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst {
   width: 47.5%;
    margin: 0px 5% 8% 0px;
    float: left;
    padding: 3%;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst:nth-child(2n) {
    margin: 0px 0% 8% 0px;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst:nth-child(3n) {
    margin: 0px 5% 8% 0px;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst:nth-child(6n) {
    margin: 0px 0% 8% 0px;
}
.wrap_his .wrap_list_pst .box_pst .name {
        display: block;
    margin-bottom: 5%;
    width: 100%;
    float: none;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst .name {
    margin-bottom: 3%;
}
.wrap_his .wrap_list_pst .box_pst .name .rank, .wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst .name .rank, .wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst .name .rank {
        display: block;
    width: 100%;
    margin-bottom: 5%;
    font-size: 18px;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst .name .rank {
    font-size: 13px;
}
.wrap_his .wrap_list_pst .box_pst .name .rank p {
    padding: 5px 20px;
    border-radius: 5px;
    color: #ffee99;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .name .rank p {
    padding: 5px 10px;
}
.wrap_his .wrap_list_pst .box_pst .name .rank p.limit {
    padding: 5px 5px;
}
.wrap_his .wrap_list_pst .box_pst .name .rank p span {
    position: relative;
    top: 1px;
}

.wrap_his .wrap_list_pst .box_pst .name .pst {
        display: block;
    font-size: 18px;
    width: 100%;
    letter-spacing: .02rem;
    line-height: 1.5;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_pst .name .pst {
    font-size: 18px;
    width: 100%;
    display: block;
    letter-spacing: .01rem;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_pst .name .pst {
    display: block;
    font-size: 15px;
    width: 100%;
    margin: auto;
}
.wrap_his .wrap_list_pst .box_pst .name .pst span {
        font-size: 14px;
    padding: 0px;
    line-height: 1.5;
    display: inline-block;
}
.wrap_his .wrap_list_pst .box_pst.b_pst .name .pst {
    font-size: 16px;
    letter-spacing: .01rem;
}
.wrap_his .wrap_list_pst .box_pst.a_pst .box_txt, .wrap_his .wrap_list_pst .box_pst.b_pst .box_txt {
        font-size: 13px;
    width: 100%;
    margin: 5% auto 0%;
    letter-spacing: 0rem;
}
.wrap_his .wrap_box_pst03 .box_pst .box_txt {
    line-height: 1.5;
    font-size: 11px;
    letter-spacing: 0rem;
	font-weight: normal;
}

.wrap_his .wrap_list_pst .box_pst .box_txt .dtl_right .sub {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: solid 1px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.wrap_his .wrap_list_pst .box_pst.a_pst .box_photo, .wrap_his .wrap_list_pst .box_pst.b_pst .box_photo {
    display: block;
    position: static;
    width: 100%;
        margin: 5% auto;
}


.wrap_his .wrap_list_pst .box_pst .box_btn {
   margin: 5% auto;
    text-align: center;
    width: 100%;
}
.wrap_his .wrap_list_pst .box_pst .box_btn .btn{
     padding: 10px 5px;
    display: inline-block;
    font-size: 12px;
    border: solid 1px;
}
.wrap_his .wrap_list_pst .box_pst .box_btn .btn:before {
    width: 20px;
}
.wrap_his .wrap_list_pst .box_pst .box_btn .btn:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #96878b;
    border-right: solid 2px #96878b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 7%;
    margin-top: -3px;
}
	.wrap_his .wrap_list_pst .box_pst .box_btn .btn:hover {
    background: #fff;
}
	.wrap_his .wrap_list_pst .box_pst .box_btn .btn a {
    padding-right: 5%;
}
.wrap_his .wrap_list_pst .box_pst .m_photo {
    float: none;
    margin-right: 0%;
    width: 100%;
}
.wrap_his .wrap_list_pst .box_pst.a_pst .box_photo, .wrap_his .wrap_list_pst .box_pst.b_pst .box_photo {
    display: flex;
    width: 100%;
    margin: 2% auto;
}
	.wrap_his .wrap_list_pst .box_pst .box_photo .photo {
    width: 25%;
}
.wrap_his .wrap_list_pst .wrap_box_pst02 .box_photo .photo {
    width: 49%;
    display: inline-block;
}
.wrap_his .wrap_list_pst .wrap_box_pst03 .box_photo .photo {
    width: 100%;
}
}

/*----------------

wrap_entry

----------------*/
.wrap_his .wrap_entry {
    background: #ffdcdc;
       padding: 7% 0% 1%;
}
.wrap_his .wrap_entry .box_ttl {
text-align: center;
}
.wrap_his .wrap_entry .box_ttl .ja{
    display: inline-block;
    padding: 15px 80px;
    font-size: 30px;
    background: #ffee99;
    position: relative;
    border-radius: 10px;
    font-weight: bold;
	color: #7d5f67;
}
.wrap_his .wrap_entry .box_ttl .ja:before {
        content: "";
    position: absolute;
    display: block;
    background-image: url(../images/flw_right.png);
    height: 100%;
    background-repeat: no-repeat;
    width: 95px;
    background-position: 50%;
    top: -30px;
    right: -45px;
    background-size: contain;
}

.wrap_his .wrap_entry .wrap_flow {
      width: 1100px;
    margin: 5% auto;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-around;
	justify-content: center;
		align-content: stretch;
	
}
.wrap_his .wrap_entry .wrap_flow .box_flex{
	
	  width: 50%;
}
.wrap_his .wrap_entry .wrap_flow .box_flow {
    background: #fff;
	    margin: 3%;
	padding: 5%;
	  
}
.wrap_his .wrap_entry .wrap_flow .box_flow:last-child {
   
}

.wrap_his .wrap_entry .wrap_flow .box_flow .num{
    font-family: 'Heebo', sans-serif;
    font-size: 28px;
    width: 50px;
    height: 50px;
    background: #7d5f67;
    border-radius: 50px;
    color: #fe9;
    margin: auto;
    text-align: center;
    line-height: 56px;
}

.wrap_his .wrap_entry .wrap_flow .box_flow .box_txt{
        font-weight: bold;
	margin-top: 5%;
}

.wrap_his .wrap_entry .wrap_flow .box_flow .box_txt a{
    color: #de80b3;
    font-weight: bold;
    text-decoration: underline;
}
.wrap_his .wrap_entry .wrap_flow .box_flow .hosoku{
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    right: 0px;
    background: #de80b3;
    padding: 10px;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    color: #d7f9ff;
}
@media screen and (max-width: 480px){
.wrap_his .wrap_entry {
   padding: 12% 0% 1%;
}
	.wrap_his .wrap_entry .box_ttl .ja {
    display: block;
    padding: 10px;
    font-size: 22px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.wrap_his .wrap_entry .wrap_flow {
    width: 90%;
    margin: 10% auto;
}
.wrap_his .wrap_entry .wrap_flow .box_flow {
       margin: 3% auto;
}
.wrap_his .wrap_entry .wrap_flow .box_flex {
    width: 100%;
}
.wrap_his .wrap_entry .wrap_flow .box_flow .num {
   
}
.wrap_his .wrap_entry .wrap_flow .box_flow:last-child {

}
}

/*----------------

attention

----------------*/
.wrap_his .wrap_atn  {
        background: #ffdcdc;
    padding: 5% 0%;
}
.wrap_his .wrap_atn .box_atn {

	
}
.wrap_his .wrap_atn .box_ttl {
    text-align: center;
}
.wrap_his .wrap_atn .box_ttl .ja {
    display: inline-block;
    padding: 15px 80px;
    font-size: 30px;
    background: #ffee99;
    position: relative;
    border-radius: 10px;
    font-weight: bold;
    color: #7d5f67;
}
.wrap_his .wrap_atn .box_ttl .ja:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/flw_right.png);
    height: 100%;
    background-repeat: no-repeat;
    width: 95px;
    background-position: 50%;
    top: -30px;
    right: -45px;
    background-size: contain;
}
.wrap_his .wrap_atn .box_atn .list_atn {
    width: 1100px;
    margin: 5% auto;
    background: #fff;
    padding: 5%;
}
.wrap_his .wrap_atn .box_atn .list_atn .catch{
    color: #de80b3;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.wrap_his .wrap_atn .box_atn .list_atn .box_dtl{
    margin-bottom: 30px;
}
.wrap_his .wrap_atn .box_atn .list_atn .box_dtl a{
    color: #de80b3;
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 480px){
.wrap_his .wrap_atn {
    
}
.wrap_his .wrap_atn .box_ttl .ja {
    display: block;
    padding: 10px;
    font-size: 22px;
    background: #ffee99;
    position: relative;
    border-radius: 10px;
    font-weight: bold;
    color: #7d5f67;
    width: 80%;
    margin: auto;
}
.wrap_his .wrap_atn .box_atn {
   
}
.wrap_his .wrap_atn .box_atn .list_atn {
    width: 90%;
}
.wrap_his .wrap_atn .box_atn .list_atn .catch {
    font-size: 13px;
    margin-bottom: 5%;
    letter-spacing: .05rem;
}
.wrap_his .wrap_atn .box_atn .list_atn .box_dtl {
    margin-bottom: 5%;
    font-size: 11px;
}
}


/*追加リンクバナー*/

.wrap_his .wrap_add_bnr{
    width: 960px;
    margin: 5% auto;
    box-shadow: 0px 0px 0px 5px #eee;
}
.wrap_his .wrap_add_bnr .box_bnr{
    display: table;
    width: 100%;
    position: relative;
	background: #fff;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl:before{
       position: absolute;
    content: "";
    width: 35px;
    height: 100%;
   background: #fe95ae;
    right: 0px;
	top: 0px;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl:after{
        content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
.wrap_his .wrap_add_bnr .box_bnr .photo{
    width: 300px;
    display: table-cell;
	    background: url(../images/bg_fair.jpg) no-repeat 0% 50%;
    background-size: cover;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl{
    display: table-cell;
    padding: 30px;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl .name{
    font-size: 25px;
    font-weight: bold;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl .name span{
    font-size: 18px;
    display: block;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl .data{
    display: inline-block;
    padding: 8px 15px;
    margin-top: 10px;
    border: solid 1px #a5a5a5;
    line-height: 1;
	letter-spacing: .025rem;
}
.wrap_his .wrap_add_bnr .box_bnr a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px){
.wrap_his .wrap_add_bnr {
    width: 80%;
    box-shadow: 0px 0px 0px 3px #eee;
}
.wrap_his .wrap_add_bnr .box_bnr {
    display: block;
    width: 100%;
    position: static;
}
.wrap_his .wrap_add_bnr .box_bnr .photo {
    width: 100%;
    display: block;
    background: url(../images/bg_fair.jpg) no-repeat 50% 100%;
    background-size: cover;
    height: 160px;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl {
    display: block;
    padding: 5%;
    position: relative;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl .name {
    font-size: 20px;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl .name span {
    font-size: 14px;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl:before {
    position: absolute;
    content: "";
    width: 25px;
}
.wrap_his .wrap_add_bnr .box_bnr .dtl:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}
}





