@charset "UTF-8";

.icon{
  display: inline-block;
  font-size: 100px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  line-height: 0;
}

.arrow01_gray{
  width: 0.07em;
  height: 0.010em;
  background-image: url(../img/icon/arrow01_gray.svg);
}

.icon_arrow01_blue{
  width: 0.06em;
  height: 0.08em;
  background-image: url(../img/icon/icon_arrow01_blue.svg);
}

.icon_company_gray{
  width: 0.32em;
  height: 0.34em;
  background-image: url(../img/icon/icon_company_gray.svg);
}

.icon_company_blue{
  width: 0.32em;
  height: 0.34em;
  background-image: url(../img/icon/icon_company_blue.svg);
}

.icon_contact_blue{
  width: 0.34em;
  height: 0.26em;
  background-image: url(../img/icon/icon_contact_blue.svg);
}

.icon_contact_gray{
  width: 0.34em;
  height: 0.26em;
  background-image: url(../img/icon/icon_contact_gray.svg);
}

.icon_flyer_blue{
  width: 0.36em;
  height: 0.28em;
  background-image: url(../img/icon/icon_flyer_blue2.svg);
}

.icon_flyer_gray{
  width: 0.36em;
  height: 0.28em;
  background-image: url(../img/icon/icon_flyer_gray.svg);
}

.icon_google_blue{
  width: 0.13em;
  height: 0.2em;
  background-image: url(../img/icon/icon_google_blue.svg);
}

.icon_home_blue{
  width: 0.36em;
  height: 0.32em;
  background-image: url(../img/icon/icon_home_blue.svg);
}

.icon_home_gray{
  width: 0.36em;
  height: 0.32em;
  background-image: url(../img/icon/icon_home_gray.svg);
}

.icon_recruit_blue{
  width: 0.30em;
  height: 0.34em;
  background-image: url(../img/icon/icon_recruit_blue.svg);
}

.icon_recruit_gray{
  width: 0.30em;
  height: 0.34em;
  background-image: url(../img/icon/icon_recruit_gray.svg);
}

.icon_store_blue{
  width: 0.38em;
  height: 0.32em;
  background-image: url(../img/icon/icon_store_blue2.svg);
}

.icon_store_gray{
  width: 0.38em;
  height: 0.32em;
  background-image: url(../img/icon/icon_store_gray.svg);
}

.icon_note_blue{
  background-image: url(../img/icon/icon_note_blue.svg);
  width: 0.32em;
  height: 0.36em;
}

.icon_note_gray{
  background-image: url(../img/icon/icon_note_gray.svg);
  width: 0.32em;
  height: 0.32em;
}

.icon_tel_black{
  width: 0.19em;
  height: 0.26em;
  background-image: url(../img/icon/icon_tel_black.svg);
}

.icon_consult_blue{
  width: 0.34em;
  height: 0.43em;
  background-image: url(../img/icon/icon_consult_blue.svg);
}

.icon_dial{
  width: 0.41em;
  height: 0.26em;
  background-image: url(../img/icon/icon_dial.svg);
}

.icon_career_blue{
  width: 0.2875em;
  height: 0.2875em;
  background-image: url(../img/icon/icon_career_blue.svg);
}

.icon_star_blue{
  width: 0.325em;
  height: 0.3125em;
  background-image: url(../img/icon/icon_star_blue.svg);
}

.icon_news_blue{
  width: 0.32em;
  height: 0.30em;
  background-image: url(../img/icon/icon_news_blue.svg);
}

.icon_mail_black{
  width: 0.25em;
  height: 0.17em;
  background-image: url(../img/icon/icon_mail_black.svg);
}

.icon_logo_attack{
  width: 3.46em;
  height: 0.52em;
  background-image: url(../img/icon/icon_logo_attack.svg);
}

.icon_plus_gray{
  width: 0.2em;
  height: 0.2em;
  background-image: url(../img/icon/icon_plus_gray.svg);
}

.icon_logo_avance{
  width: 1.16em;
  height: 0.29em;
  background-image: url(../img/icon/logo_avance.svg);
}

.icon_logo_fujimart{
  width: 1.3em;
  height: 0.29em;
  background-image: url(../img/icon/logo_fujimart.svg);
}

.icon_logo_marushe{
  width: 0.56em;
  height: 0.64em;
  background-image: url(../img/icon/logo_marushe.svg);
}

/* ------------------ .title ------------------ */

.title.type01{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 18px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #dddddd;
}

.title.type01 .text_block{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid #dddddd;
  padding: 7px 26px 7px 0;
  margin: 0 26px 0 0;
}

.title.type01 .text_block .icon{
  margin-right: 16px;
}

.title.type01 .text_block:first-child{
  padding-left: 4px;
}

.title.type01 .text_block:last-child{
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  border-right: none;
}

.title.type01 .text_name{
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

/* .title.type02 */

.title.type02{
  font-size: 24px;
  margin: 0 0 20px 0;
}

.title.type02 .text_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.title.type02 .text_block .icon{
  margin-right: 11px;
  font-size: 3.333em;
}

.title.type02 .text_name{
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

/* .title.type03 */

.title.type03{
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 1em 0;
}



/* sp */
@media screen and (max-width: 700px) {
  /*  .title.type01  */
  .title.type01{
    padding: 0 0 6px 0;
    margin: 0 0 30px 0;
  }
  .title.type01 .text_block .icon{
    font-size: 80px;
  }
  .title.type01 .text_block{
    padding: 5px 12px 5px 0;
    margin: 0 12px 0 0;
  }
  
  .title.type01 .text_block:first-child{
    padding-left: 0;
  }
  
  .title.type01 .text_name{
   font-size: 18px; 
  }
  
  .title.type01 .text_time{
    font-size: 14px;
  }
  
  /* .title.type02 */

  .title.type02{
    font-size: 18px;
  }
  
  /*  .title.type03  */
  .title.type03{
    font-size: 15px;
  }
  
}

/* .ribbon_title */

.ribbon_title{
  position: relative;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  margin: 0 0 1.153em 0;
  padding: 0 1.27em;
}

.ribbon_title .text_zone{
  display: inline-block;
  position: relative;
  max-width: 540px;
  width: 100%;
}

.ribbon_title .text_zone:before,
.ribbon_title .text_zone:after{
  content: "";
  position: absolute;
  width: 1.923em;
  height: 1.538em;
  background-color: #0061c0;
  bottom: -0.3846em;
}

.ribbon_title .text_zone:before{
  left: -1.307em;
}

.ribbon_title .text_zone:after{
  right: -1.307em;
}

.ribbon_title .text_wrap{
  display: block;
  position: relative;
  z-index: 1;
}

.ribbon_title .text01{
  display: block;
  background-color: #0061c0;
  border: 1px solid #ffffff;
  padding: 10px;
}

.ribbon_title .text_wrap:before,
.ribbon_title .text_wrap:after{
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -0.3846em;
}

.ribbon_title .text_wrap:before{
  left: -1.307em;
  border-width: 0.769em 0 0.769em 0.615em;
  border-color: transparent transparent transparent #ffffff;
  
}

.ribbon_title .text_wrap:after{
  right: -1.307em;
  border-width: 0.769em 0.615em 0.769em 0;
  border-color: transparent #ffffff transparent transparent;
}

/* sp */
@media screen and (max-width: 700px) {
  .ribbon_title{ font-size: 18px; padding: 0 15px; }
}

/* ------------------ 背景 ------------------ */

.bg_gray01{
  background-color: #f5f5f5 !important;
}

.bg_gray02{
  background-color: #f5f5f5 !important;
}

/* ------------------ フォントカラー ------------------ */

.font_black01{
  color: #111111 !important;
}

.font_blue01{
  color: #0061c0 !important;
}

.font_gray01{
  color: #666666 !important;
}

.font_gray02{
  color: #999999 !important;
}

.font_blue01{
  color: #0089c9 !important;
}

.font_orange01{
  color: #dc6301 !important;
}

.font_brown01{
  color: #381111 !important;
}

/* ------------------ .imghover ------------------ */

.imghover{
  text-decoration: none !important;
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}

.imghover:hover{
 -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

/* pc */
@media all and (min-width: 901px) {
}

/* pad以下 */
@media screen and (max-width: 900px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
}


/* ------------------ .link_block ------------------ */

.link_block{
  display: block;
  text-decoration: none !important;
}

/* pc */
@media all and (min-width: 901px) {
}

/* pad以下 */
@media screen and (max-width: 900px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
}


/* ----------------------------------------------------------------------
.list
----------------------------------------------------------------------*/

.list{
  margin: 1.2em 0;
}

.list:first-child{
  margin-top: 0;
}

.list:last-child{
  margin-bottom: 0;
}

.list li{
  position: relative;
  margin: 0 0 0.5em 0;
}

.list li:last-child{
  margin-bottom: 0;
}

.list.no_margin li{
  margin: 0;
}
  
.list li:before,
.list li:after{
  position: absolute;
  top: 0.85em;
  left: 0;
}


.list.type_arrow01 li{
  position: relative;
  vertical-align:  top;
  letter-spacing: normal;
  padding: 0 0 0 1em;
}

.list.type_arrow01 li:before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  margin-top: -4px;
  background: url(../img/icon/icon_arrow01_blue.svg) no-repeat top left;
  background-size: 100% auto;
}

.list.type_arrow01.white li:before{
  background: url(../img/icon/icon_arrow01_gray.svg) no-repeat top left;
}

/* .list.type_arrow02 li */

.list.type_arrow02 li{
  padding: 0 0 0 1em;
  margin: 0 0 1em 0;
}

.list.type_arrow02 li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000000;
  margin-top: -3px;
}

.list.type_arrow02 li{
  padding: 0 0 0 1em;
  margin: 0 0 1em 0;
}

.list.type_arrow02 li:after{
  content: "";
  top: 0.71em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000000;
  margin-top: -3px;
}


/* .list.type_number */

.list.type_number{
  counter-reset: section;
}

.list.type_number li{
  counter-increment: number;
  padding: 0 0 0 1.5em;
}

.list.type_number li:before{
  content:counter(number,decimal)"";
  position: absolute;
  top: 0;
  left: 0;
}

/* .list.type_point */

.list.type_number{
  counter-reset: section;
}

.list.type_point li{
  counter-increment: number;
  padding: 0 0 0 1em;
}

.list.type_point li:before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------------
.btn_zone
----------------------------------------------------------------------*/

.btn_zone{
  margin: 30px 0 30px 0;
}

.btn_zone:first-child{
  margin-top: 0;
}

.btn_zone:last-child{
  margin-bottom: 0;
}

.btn_area{
  margin: 0 -20px -20px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: center;
  -webkit-align-content: center;
}

.btn_area .btn_wrap{
  position: relative;
  margin: 0 20px 20px 0;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.btn_area .btn_wrap .btn_block{
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
}

.btn_area .btn_wrap .btn{
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-decoration: none !important;
}

.btn_area .btn_wrap .btn_content{
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.btn_area .btn_wrap .btn_text{
  position: relative;
  line-height: 1.2;
  display: inline-block;
}

.btn_area .btn_wrap .btn_img{
  position: relative;
  margin-right: 0.5em;
  line-height: 0;
}

.btn_area .btn_wrap .btn_img .default_img{
  position: relative;
  z-index: 1;
}

.btn_area .btn_wrap .btn_img .hover_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}

.normal .btn_area .btn:hover .btn_img .hover_img{
  opacity: 1;
}

.btn_area .btn_wrap .btn_img:last-child{
  margin-right: 0;
}

.btn_area .btn_wrap .btn{
  transition: background-color 0.4s ease 0s,color 0.4s ease 0s,opacity 0.4s ease 0s;
	-webkit-transition: background-color 0.4s ease 0s,color 0.4s ease 0s,opacity 0.4s ease 0s;
	-moz-transition: background-color 0.4s ease 0s,color 0.4s ease 0s,opacity 0.4s ease 0s;
	-o-transition: background-color 0.4s ease 0s,color 0.4s ease 0s,opacity 0.4s ease 0s;
	-ms-transition: background-color 0.4s ease 0s,color 0.4s ease 0s,opacity 0.4s ease 0s;
  width: 100%;
}

/* sp */
@media screen and (max-width: 700px) {
  .btn_zone{
    margin: 20px 0 20px 0;
  }
  
}

/* ボタン色 */

.btn_area .btn_wrap.color_gray01 .btn{
  background-color: #ffffff !important;
  border: 1px solid #3c180b;
}

.btn_area .btn_wrap.color_gray01 .btn{
  background-color: #e5e5e5 !important;
}

.btn_area .btn_wrap.color_blue01 .btn{
  background-color: #0089c9 !important;
}

.btn_area .btn_wrap.color_orange01 .btn{
  background-color: #dc6301 !important;
}

/* .btn_area .btn_wrap.type_01 */

.btn_area .btn_wrap.type01{
  font-size: 16px;
}

.btn_area .btn_wrap.type01 .btn_block,
.btn_area .btn_wrap.type01 .btn{
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

.btn_area .btn_wrap.type01 .btn{
  background-color: #0061c0;
  color: #ffffff;
}
.btn_area .btn_wrap.type01 .btn:hover{
  opacity: 0.8;
}

.btn_area .btn_wrap.type01 .btn_content{
  padding: 14px 20px;
}

.btn_area .btn_wrap.type01 .btn_text.icon_arrow01_white{
  padding-left: 1em;
}

.btn_area .btn_wrap.type01 .btn_text.icon_arrow01_white:before{
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 10px;
  margin-top: -4px;
  background: url(../img/icon/icon_arrow01_white.svg) no-repeat top left;
  background-size: 100% auto;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn_area .btn_wrap.type01 .btn_text.icon_arrow01_white.d_left:before{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn_area .btn_wrap.type01 .btn_text.icon_blank_white{
  padding-left: 20px;
}

.btn_area .btn_wrap.type01 .btn_text.icon_blank_white:before{
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 16px;
  height: 14px;
  margin-top: -6px;
  background: url(../img/icon/icon_blank_white.png) no-repeat top left;
  background-size: 100% auto;
}


/* pc */
@media all and (min-width: 901px) {
}

/* pad以下 */
@media screen and (max-width: 900px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
  .btn_area .btn_wrap.type01{
    font-size: 14px;
  }
}

/* .btn_area .btn_wrap.type_02 */

.btn_area .btn_wrap.type02{
  font-size: 20px;
  font-weight: 900;
}

.btn_area .btn_wrap.type02 .btn{
  border: 1px solid #000000;
}

.btn_area .btn_wrap.type02 .btn:hover{
  opacity: 0.8;
}

.btn_area .btn_wrap.type02 .btn_content{
  height: 60px;
}

/* ----------------------------------------------------------------------
table
----------------------------------------------------------------------*/

table.type01{
  width: 100%;
  border-top: 1px solid #dddddd;
}

table.type01 th,
table.type01 td{
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px 40px;
}

table.type01 th{
  white-space: nowrap;
}

table.type01 td{
  width: 100%;
}

@media all and (max-width: 700px ){
  table.type01 th,
  table.type01 td{
    padding: 15px;
  }
  table.type01 th{
    padding-left: 0;
  }
}

table.type02{
  width: 100%;
  border-top: 1px solid #dddddd;
}

table.type02 th,
table.type02 td{
  border-bottom: 1px solid #dddddd;
  padding: 16px 12px;
}

table.type02 th{
  white-space: nowrap;
  paddding-right: 18px;
}

table.type02 td{
  width: 100%;
}

/* ----------------------------------------------------------------------
.table
----------------------------------------------------------------------*/

.table{
  display: table;
  width: 100%;
}

.table .table_tr{
  display: table-row;
}

.table .table_th,
.table .table_td{
  display: table-cell;
  vertical-align: top;
}

@media all and (min-width: 701px ) and (max-width: 989px) {

}

@media all and (max-width: 989px) {

}

@media all and (max-width: 700px ){
  .table{
    display: block;
  }

  .table .table_tr{
    display: block;
  }

  .table .table_th,
  .table .table_td{
    display: block;
  }
}

/* ----------------------------------------------------------------------
.googlemap_wrap
----------------------------------------------------------------------*/

.googlemap_wrap{
  position: relative;
  height: 260px;
}

.googlemap_wrap .googlemap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------
.recruit_row
----------------------------------------------------------------------*/

.recruit_row{
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -35px -35px 0;
}

.recruit_row > .col{
  width: 33.3%;
  max-width: 315px;
  padding: 0 35px 35px 0;
}

.recruit_row .recruit_row_block{
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.recruit_row .recruit_row_block a{
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.recruit_row .recruit_row_block .text{
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 11px 25px;
  color: #ffffff;
  font-size: 16px;
  min-height: 64px;
  line-height: 1.375;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.top_recruit .recruit_row > .col{
  width: 20%;
  max-width: non3;
  padding: 0 20px 20px 0;
}

.top_recruit .recruit_row{
  margin: 0 -20px -20px 0;
}

.top_recruit .recruit_row .recruit_row_block .text{
  font-size: 14px;
}

.top_recruit .recruit_row .recruit_row_block .img_cover{
  padding-bottom: 84.2%;
}

.recruit_row .recruit_row_block .text:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 6px;
  height: 10px;
  margin: -5px 0 0 0;
  background-image: url(../img/icon/icon_arrow01_white.svg);
}

@media screen and (max-width: 1020px) {
  .recruit_row > .col{
    width: 50%;
    max-width: none;
  }
  .top_recruit .recruit_row > .col{
    width: 33.3%;
    padding: 0 20px 20px 0;
  }
}

@media screen and (max-width: 700px) {
  .recruit_row{
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 -20px 0;
  }
  .recruit_row > .col{
    width: 100%;
    padding: 0 0 20px 0;
  }
  .top_recruit .recruit_row > .col{
    width: 100%;
    padding: 0 20px 20px 0;
  }
}

.recruit_row .recruit_row_block .img_cover{
  padding-bottom: 57.14%;
}

.recruit_row .recruit_row_block.red .text{
  background-color: #d75039;
}

.recruit_row .recruit_row_block.orange .text{
  background-color: #e08822;
}

.recruit_row .recruit_row_block.purple .text{
  background-color: #b863c0;
}

.recruit_row .recruit_row_block.green .text{
  background-color: #abaa00;
}

.recruit_row .recruit_row_block.blue .text{
  background-color: #3a9dd3;
}

/* ----------------------------------------------------------------------
.news_list
----------------------------------------------------------------------*/

.news_list{
  display: table;
  width: 100%;
  border-top: 1px solid #dddddd;
}

.news_list .news_list_block{
  display: table-row;
}

.news_list .news_date{
  display: table-cell;
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
  width: 140px;
}

.news_list .news_text{
  display: table-cell;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #dddddd;
}

/* sp */
@media screen and (max-width: 700px) {
  .news_list,
  .news_list .news_list_block,
  .news_list .news_date,
  .news_list .news_text{
    display: block;
    width: auto;
  }
  .news_list .news_list_block{
    padding: 15px 0px;
    border-bottom: 1px solid #dddddd;
  }
  .news_list .news_date,
  .news_list .news_text{
    padding: 0;
    border-bottom: none;
  }
}

/* ----------------------------------------------------------------------
.leaflet_block_wrap
----------------------------------------------------------------------*/

.leaflet_block_wrap{
  
}

.leaflet_block_wrap .leaflet_block{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #faf6e3;
  padding: 26px 30px;
  margin: 0 0 10px 0;
}

.leaflet_block_wrap .leaflet_block:last-child{
  margin-bottom: 0;
}

.leaflet_block_wrap .leaflet_block_image{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 57%;
}

.leaflet_block_wrap .leaflet_list_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

.leaflet_block_wrap .leaflet_list{
  padding: 0 20px 20px 0;
  width: 50%;
}

.leaflet_block_wrap .leaflet_list_img{
  position: relative;
}

.leaflet_block_wrap .leaflet_block_text{
  padding: 0 0 0 40px;
  width: 43%;
}

.leaflet_block_wrap .leaflet_block_title{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 20px 0;
}

.leaflet_block_wrap .leaflet_block_title .text01{
  font-size: 16px;
}

.leaflet_block_wrap .leaflet_block_title .text02{
  font-size: 20px;
}

.leaflet_block_wrap .leaflet_block_title .text02 strong{
  font-size: 140%;
}

.leaflet_block_wrap .leaflet_shop_list{
  margin: 0 -1.2em -1em 0;
  line-height: 1;
}

.leaflet_block_wrap .leaflet_shop_list li{
  margin: 0 1.2em 1em 0;
  display: inline-block;
  vertical-align:  top;
}

.leaflet_block_wrap .leaflet_shop_list li a{
  color: #0061c0;
}

.leaflet_block_wrap .switch_big{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  background-color: #0061c0;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.leaflet_block_wrap .switch_big_in figure{
  margin: 0 0 7px 0;
}

/* pad以下 */
@media screen and (max-width: 900px) {
  
  .leaflet_block_wrap .leaflet_block_image{
    width: 100%;
  }

  .leaflet_block_wrap .leaflet_block_text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  
}

/* sp */
@media screen and (max-width: 700px) {
  
  .leaflet_block_wrap .leaflet_block{
    padding: 30px 20px;
  }
  .leaflet_block_wrap .leaflet_list_wrap{
    margin: 0 -10px -10px 0;
  }
  .leaflet_block_wrap .leaflet_list{
    padding: 0 10px 10px 0;
    width: 100%;
  }
  
  .leaflet_block_wrap .leaflet_block .leaflet_block_image{
    -webkit-order: 2;
    order: 2;
  }
  
  .leaflet_block_wrap .leaflet_block .leaflet_block_text{
    -webkit-order: 1;
    order: 1;
    padding: 0 0 20px 0;
  }
  
}


#leaflet_page{
  padding-bottom: 30px;
}

#leaflet_page .leaflet_block_wrap .leaflet_block{
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 45px;
}


#leaflet_page .leaflet_block_wrap .leaflet_block_image,
#leaflet_page .leaflet_block_wrap .leaflet_block_text{
  width: 100%;
  max-width: 788px;
}

#leaflet_page .leaflet_block_wrap .leaflet_block_text{
  padding: 20px 0 0 0px;
}


/* ----------------------------------------------------------------------
.popup
----------------------------------------------------------------------*/

.popup_zone{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 30000;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -0.4em;
  /*display: none;*/
  padding-left: 30px;
  padding-right: 30px;
}

.popup_zone:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.popup_zone .popup_wrap{
  display: inline-block;
  vertical-align:  middle;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  white-space: normal;
  letter-spacing: normal;
  opacity: 0;
}

.popup_zone .popup_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  opacity: 0.8;
}


.popup_zone .popup_close {
  color: #ffffff;
  position: absolute;
  width: 65px;
  height: 65px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.popup_zone .popup_close_obj {
  cursor: pointer;
  position: relative;
  height: 21px;
  width: 27px;
  margin: 0 auto;
}
.popup_zone .popup_close_in .bar {
    background: #003e8a;
    height: 2px;
    left: 3px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 27px;
}
.popup_zone .popup_close_in .bar.bar01 {
    top: 0;
    transform-origin: 2px 50% 0;
}
.popup_zone .popup_close_in .bar.bar02 {
    top: 16px;
    transform-origin: 2px 50% 0;
}
.popup_zone .popup_close_in .bar{
  background-color: #ffffff;
}
.popup_zone .popup_close_in .bar.bar01 {
    transform: rotate(45deg);
}
.popup_zone .popup_close_in .bar.bar02 {
    transform: rotate(-45deg);
}

.popup_loader {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255,1), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #003e8a, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #003e8a, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #003e8a, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #003e8a, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #003e8a, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #003e8a, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #003e8a;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #003e8a, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #003e8a, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #003e8a, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #003e8a, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #003e8a, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #003e8a, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #003e8a, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #003e8a;
  }
}

/* pc */
@media all and (min-width: 901px) {
}

/* pad以下 */
@media screen and (max-width: 900px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
}