@charset "UTF-8";

/* ---------------------------------- @font-face ---------------------------------- */

/*  Noto Sans Japanese  */

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* ページ共通設定 */

*,
*:after,
*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*:after,
*:before{
  background-position: left top;
  background-size:100% auto;
  background-repeat: no-repeat;
}

::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

/* Firefox 19 以降 */
::-moz-placeholder {
    color: #666666;
    opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
    color: #666666;
}

:focus::-webkit-input-placeholder {
  opacity: 1;
  color: transparent;
}
:focus:-moz-placeholder {
  opacity: 1;
  color: transparent;
}

:focus::-moz-placeholder {
  opacity: 1;
  color: transparent;
}

:focus:-ms-placeholder {
  opacity: 1;
  color: transparent;
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}
a.underline{
  text-decoration: underline;
}

a.underline:hover{
  text-decoration: none;
}

a[href="javascript: void(0);"]{
  text-decoration: none !important;
  cursor: default !important;
}

a.tel{ cursor: default; text-decoration: none !important; }

img{
  vertical-align:  bottom;
  max-width: 100%;
  height: auto;
}

input[type="text"],textarea{
  border: 1px solid #dddddd;
  padding: 0 1.28em;
  height: 2.66em;
  line-height: 1;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

textarea{
  height: 117px;
  padding: 1em 1.28em;
  line-height: 1.4;
}


.font_sans{
  font-family: 'Noto Sans Japanese',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_serif{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_roboto{
  font-family: 'Roboto', sans-serif;
}

.c-footer-sp-store__btn{
  color: #0051a4 !important;
}

.c-footer-store{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-footer-copyright{
  padding-bottom: 30px !important;
}

.l-footer__inner{
  width: auto !important;
}

.c-footer-copyright{
  margin: 0 !important;
}
/* sp */
@media screen and (min-width: 701px) {
.c-footer-store__wrap.js-footer-logo-list{
  display: block !important;
}
}


/*  
-------------------------------------------- html、body --------------------------------------------
*/


strong {
    font-weight: bold;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body { font-family: "メイリオ", Meiryo, sans-serif; } /* IE11 */
}


/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
  body{ font-size: 13px; }
}

/*
------------------------------ #first_load ------------------------------
*/

#first_load{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 99998;
  background: #ffffff;
}

/*
-------------------------------------------- #all_wrap --------------------------------------------
*/

#all_wrap{
  overflow: hidden;
}

#all_wrap_in{
  position: relative;
}


/*
-------------------------------------------- #main --------------------------------------------
*/

#main{
  position: relative;
 }


/*
-------------------------------------------- .main_content_wrap --------------------------------------------
*/

.main_content_wrap{
  position: relative;
  padding: 0px 35px 0 35px;
}

.main_content_wrap{
  
}

.main_content_wrap[class*="bg"]{
  padding-top: 45px;
  padding-bottom: 45px;
}

.main_content_wrap.bg_white{
  background-color: #ffffff;
}

.main_content_wrap.bg_beige{
  background-color: #f3f1ea;
}

.main_content_wrap:last-of-type {
    padding-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .main_content_wrap{
    padding: 0px 35px 0px 35px;
  }
}

@media screen and (max-width: 700px) {
  .main_content_wrap{
    padding: 0px 15px 0 15px;
  }
}

.main_content_wrap .main_content{
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0px auto;
}

.main_content_wrap .main_content:first-child{
  margin-top: 0;
}

.main_content_wrap .main_content:last-child{
  margin-bottom: 0;
}

.main_content_wrap.wide_type{
  padding-left: 0;
  padding-right: 0;
}

.main_content_wrap.wide_type .main_content{
  max-width: none;
}

/* .main_content内の子供 */

.main_content_wrap .main_content_child01,
.main_content_wrap .main_content_child02,
.main_content_wrap .main_content_child03,
.main_content_wrap .main_content_child04,
.main_content_wrap .main_content_child05,
.main_content_wrap .main_content_child06{
  margin: 50px 0;
}

.main_content_wrap .main_content_child01:first-child,
.main_content_wrap .main_content_child02:first-child,
.main_content_wrap .main_content_child03:first-child,
.main_content_wrap .main_content_child04:first-child,
.main_content_wrap .main_content_child05:first-child,
.main_content_wrap .main_content_child06:first-child{
  margin-top: 0;
}

.main_content_wrap .main_content_child01:last-child,
.main_content_wrap .main_content_child02:last-child,
.main_content_wrap .main_content_child03:last-child,
.main_content_wrap .main_content_child04:last-child,
.main_content_wrap .main_content_child05:last-child,
.main_content_wrap .main_content_child06:last-child{
  margin-bottom: 0;
}

/* 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) {
  
  .main_content_wrap .main_content_child01,
  .main_content_wrap .main_content_child02,
  .main_content_wrap .main_content_child03,
  .main_content_wrap .main_content_child04,
  .main_content_wrap .main_content_child05,
  .main_content_wrap .main_content_child06{
    margin: 20px 0;
  }
  
}


/*
-------------------------------------------- #header --------------------------------------------
*/

#header{
  height: 98px;
}

#header_in{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  border-top: 4px solid #0061c0;
  height: 98px;
  background-color: #ffffff;
  z-index: 20000;
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.15);
}

#header_content{
  height: 100%;
}

#header_logo{
  position: absolute;
  top: 14px;
  left: 0;
  line-height: 0;
}

/* pad */
@media screen and (max-width: 1024px) {
#header_logo {
  max-width: 38%;
}
}


/*
-------------------------------------------- #common_nav --------------------------------------------
*/

#common_nav{
  height: 100%;
  font-size: 14px;
  font-weight: 500;
}

#common_nav_in{
  height: 100%;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#common_nav .common_nav_list_wrap{
  height: 100%;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-left: 1px solid #dddddd;
}

#common_nav .common_nav_list_wrap .common_nav_list{
  position: relative;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 102px;
  border-right: 1px solid #dddddd;
}

#common_nav .common_nav_list_wrap .link_block{
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  -moz-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  background-color: #ffffff;
  color: #888888;
}

#common_nav .common_nav_list_wrap .link_block:hover{
  color: #0060b9;
}

#common_nav .common_nav_list_wrap .link_block.current_active{
  color: #0060b9;
}

#common_nav .common_nav_list_wrap .common_nav_list_content{
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#common_nav .common_nav_list_wrap .common_nav_title{
  -webkit-order: 2;
  order: 2;
}

#common_nav .common_nav_list_wrap .common_nav_img{
  -webkit-order: 1;
  order: 1;
  -webkit-display: flex;
  display: flex;
  height: 52px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 10px 0;
  padding-top: 18px;
}

#common_nav .common_nav_list_wrap .common_nav_img_in{
  position: relative;
  line-height: 0;
}

#common_nav .common_nav_list_wrap .common_nav_img_in .hovar_img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -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;
  transition: opacity 0.4s ease 0s;
}

#common_nav .common_nav_list_wrap .link_block:hover .hovar_img{
  opacity: 1;
}

#common_nav .common_nav_list_wrap .link_block.current_active .hovar_img{
  opacity: 1;
}

#common_nav .common_nav_list_wrap .common_nav_title{
  line-height: 1;
  font-size: 14px;
  text-align: center;
}

/* #common_nav .common_nav_list_sub */

#common_nav .common_nav_list_sub{
  display: none;
}

/* pad */
@media screen and (max-width: 1024px) {
  #header_logo .icon{
    font-size: 68px;
  }
  #common_nav .common_nav_list_wrap .common_nav_list{
    width: 80px;
  }
  #header{
    height: 82px;
  }
  #header_in{
    height: 82px;
  }
  #common_nav .common_nav_list_wrap .common_nav_title{
    font-size: 12px;
  }
  #common_nav .common_nav_list_wrap .common_nav_img{
    padding-top: 12px;
    height: 40px;
  }
  #common_nav .common_nav_list_wrap .icon{
    font-size: 80px;
  }
}

/* pad以下 */
@media screen and (max-width: 769px) {
  #common_nav{
    position: fixed;
    top: 0;
    right: -265px;
    width: 265px;
    height: 100%;
    z-index: 30000;
    background-color: #ffffff;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    -ms-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
  }
  
  .nav_active #common_nav{
    right: 0;
  }
  
  #header_in{
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    -ms-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
  }
  
  .nav_active #header_in{
    right: 265px;
  }
  
  #all_wrap_in{
    right: 0px;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    -ms-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
  }
  
  .nav_active #all_wrap_in{
    right: 265px;
  }
  #common_nav{
    border-top: 2px solid #0061c0;
  }
  #common_nav_in{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
  }
  #common_nav .common_nav_list_wrap{
    display: block;
    height: auto;
    border-right: none;
  }
  #common_nav .common_nav_list_wrap .common_nav_list{
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #d4e7ca;
  }
  #common_nav .common_nav_list_wrap .common_nav_list_content{
    height: 50px;
    padding: 0 10px;
  }
  #common_nav .common_nav_list_wrap .common_nav_list_content{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  #common_nav .common_nav_list_wrap .common_nav_title{
    padding: 0px;
  }
  #common_nav .common_nav_list_wrap .common_nav_img{
    padding: 0px;
    height: auto;
    width: 38px;
    margin: 0 6px 0 0;
  }
  #common_nav .common_nav_list_wrap .common_nav_img .icon{
    font-size: 80px;
  }
  #common_nav .common_nav_list_sub{
    display: block;
    font-size: 12px;
    padding: 15px;
  }
  #common_nav .common_nav_list_sub a{
    color: #0061c0;
  }
  #common_nav_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
  }
}

@media screen and (max-width: 1020px) {
  #header_logo{
    width: 212px;
    top: 31px;
    left: 0;
  }
}

/* sp以下 */
@media screen and (max-width: 700px) {
  #header{
    height: 52px;
  }
  #header_in{
    height: 52px;
    border-top: 2px solid #0061c0;
  }
  #header_logo{
    max-width: inherit;
    width: 220px;
    top: 14px;
  }
  #header_logo .icon{
    font-size: 47px;
  }
}

/* --------------------------- #common_nav_switch  ---------------------------*/


#common_nav_switch{
  position: absolute;
  top: 0;
  right: 0px;
  display: none;
  cursor: pointer;
  z-index: 2;
}

/* sp */
@media all and (max-width: 769px) {
  #common_nav_switch{
    display: block;
    width: 30px;
    height: 100%;
  }
}

#common_nav_switch_in{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 19px;
  margin: 18px 0 0 -15px;
}

#common_nav_switch_in .bar{
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #0061c0;
  transition: transform 0.4s ease 0s, left 0.4s ease 0s,background-color 0.4s ease 0s;
	-webkit-transition: transform 0.4s ease 0s, left 0.4s ease 0s,background-color 0.4s ease 0s;
	-moz-transition: transform 0.4s ease 0s, left 0.4s ease 0s,background-color 0.4s ease 0s;
	-o-transition: transform 0.4s ease 0s, left 0.4s ease 0s,background-color 0.4s ease 0s;
	-ms-transition: transform 0.4s ease 0s, left 0.4s ease 0s,background-color 0.4s ease 0s;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav_active #common_nav_switch_in .bar{
  background: #ffffff;
}

#common_nav_switch_in .bar.bar01{
  top: 0;
}

#common_nav_switch_in .bar.bar02{
  top: 8px;
}

#common_nav_switch_in .bar.bar03{
  top: 16px;
}

.nav_active #common_nav_switch_in .bar.bar01{
  left: 5px;
  top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_active #common_nav_switch_in .bar.bar02{
  display: none; 
}

.nav_active #common_nav_switch_in .bar.bar03{
  left: 5px;
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.common_nav_sub_wrap{
  display: none;
  position: absolute;
  top:72px;
  left: 50%;
  width: 220px;
  margin: 0 0 0 -110px;
}

.common_nav_sub_wrap .common_nav_sub{
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.15);
}

.common_nav_sub_wrap .common_nav_sub:after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: -5px 0 0 -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.15);
  
}

.common_nav_sub_wrap .common_nav_sub_list{
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.common_nav_sub_wrap .common_nav_sub_block{
  border-bottom: 1px solid #dddddd;
}

.common_nav_sub_wrap .common_nav_sub_block:last-child{
  border-bottom: none;
}

.common_nav_sub_wrap .common_nav_sub_list .shop_sub_nav_block{
  padding: 0 18px;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.common_nav_sub_wrap .common_nav_sub_list .shop_sub_nav_block .image{
  margin: 0 10px 0 0;
  min-width: 60px;
  text-align: center;
  line-height: 0;
}

.common_nav_sub_wrap .common_nav_sub_list .shop_sub_nav_block .text{
  line-height: 1;
}

/* sp */
@media all and (max-width: 1024px) {
  .common_nav_sub_wrap {
    top:60px;
  }
}

@media all and (max-width: 769px) {
  .common_nav_sub_wrap{
    display: none !important;
  }
}

/*
-------------------------------------------- #main_wrap --------------------------------------------
*/

#main_wrap{
  padding-top: 40px;
  padding-bottom: 60px;
}

/*
-------------------------------------------- #bread_crumb_wrap --------------------------------------------
*/

#bread_crumb_wrap{
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: -0.4em;
}

#bread_crumb_wrap li{
  display: inline;
  margin: 0 1em 0 0;
  letter-spacing: normal;
}

#bread_crumb_wrap li a{
  color: #0061c0;
}

#bread_crumb_wrap li:after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/icon/icon_arrow01_blue.png) no-repeat top left;
  background-size: 100% auto;
  margin: 0 0 0 1em;
}

#bread_crumb_wrap li:last-child:after{
  display: none;
}

/*
-------------------------------------------- .white_box --------------------------------------------
*/

.white_box{
  padding: 45px 30px 45px 30px;
  background-color: #ffffff;
  margin: 0 0 30px 0;
}

.white_box:last-child{
  margin-bottom: 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .white_box{ padding: 25px 15px 60px 15px; }
}

/*
-------------------------------------------- .border_list --------------------------------------------
*/


.border_list{
  margin: 35px 0;
}

.border_list:last-child{
  margin-bottom: 0;
}

.border_list .border_list_block{
  border-bottom: 1px solid #dddddd;
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
}

.border_list .border_list_block:last-child{
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .border_list{
    margin: 30px 0;
  }
  .border_list .border_list_block{
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .border_list .title.type02{
    margin-bottom: 0.5em;
  }
}

/*
-------------------------------------------- #footer --------------------------------------------
*/
#footer_02 {
padding: 30px 0 40px;
    background: #f3f1ea;
    border-top: 3px solid #0061c0;
}
#footer .footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 740px;
    font-weight: 500;
    font-size: 14px;
}
#footer .footer_nav li {
    box-sizing: border-box;
    margin: 10px 16px;
}
#footer .copyright {
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
}
@media screen and (max-width: 700px) {
    #footer .footer_nav {
        justify-content: flex-start;
        font-size: 13px;
        padding-bottom: 0;
    }
    #footer .footer_nav li {
        flex-basis: calc(100% / 2);
        margin: 0;
        padding: 9px 18px;
    }
    #footer .copyright {
        padding: 20px 0 0;
        font-size: 12px;
    }
}

/*
-------------------------------------------- #footer_store_link --------------------------------------------
*/

#footer_store_link{
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #ffffff;
}

#footer_store_link_list{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#footer_store_link_list li{
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 33.33%;
  max-width: 245px;
  border-right: 1px solid #dddddd;
}

#footer_store_link_list li:last-child{
  border-right: none;
}

#footer_store_link_list li a{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 15px;
}

/* sp */
@media screen and (max-width: 700px) {
  #footer_store_link_list .icon{
    font-size: 50px;
  }
}

/*
-------------------------------------------- #footer_link --------------------------------------------
*/

#footer_link{
  color: #111111;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
}

#footer_link ul{
  letter-spacing: -0.4em;
  margin: 0 -2em -1em 0;
}

#footer_link li{
  display: inline-block;
  vertical-align:  top;
  letter-spacing: normal;
  margin: 0 2em 1em 0;
}

#footer_link li a{
  color: inherit;
}

#footer_logos{
  background-color: #ffffff;
}

/* sp */
@media screen and (max-width: 700px) {
  #footer_link{
   padding: 0; 
  }
  #footer_link ul{
    margin: 0;
  }
  #footer_link li{
   display: block;
    border-bottom: 1px solid #d4e7ca;
    margin: 0;
    padding: 0;
  }
  
  #footer_link li:before{
    top: 1.85em;
    left: 1em;
  }
  
  #footer_link li:last-child{
    border-bottom: none;
  }
  #footer_link li a{
    display: block;
    padding: 1em 1em 1em 2em;
    text-decoration: none !important;
  }
}

#footer_link_list{
  float: left;
}

#footer_copyright{
  float: right;
  font-size: 12px;
  line-height: 20px;
  font-family: Helvetica Neue, Helvetica, "sans-serif";
}

/* sp */
@media screen and (max-width: 700px) {
  #footer_link_list{
   float: none; 
  }
  #footer_copyright{
    border-top: 1px solid #d4e7ca;
    float: none;
    text-align: center;
    padding: 20px 15px 50px 15px;
    line-height: 1;
  }
}

/* ----------------------------------
  footer - layout
---------------------------------- */
.is-sitemap .l-footer__frame--key,
.is-sitemap .l-footer__frame--tone {
  display: none;
}

.l-footer {
  display: block;
}
.l-footer__frame {
  width: 100%;
}
.l-footer__frame--key {
  background: #0051a3;
}
.l-footer__frame--tone {
  background: #0099d9;
}
.l-footer__frame--thingray {
  background: #f6f6f6;
}
.l-footer__inner {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
.l-footer__wrap--lex--btm {
  padding: 40px 20px;
}
.l-footer__wrap--lex--btm > :first-child {
  margin-top: 0;
}
.l-footer__wrap--lex--btm p {
  margin: 0;
}

/* ----------------------------------
  footer compornent
---------------------------------- */
.c-footer__search {
  display: none;
}
.c-footer-pc__sitemap {
  padding: 50px 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.c-footer-pc__sitemap__inner {
  display: table;
  width: 100%;
}
.c-footer-pc__sitemap__inner a {
  color: #fff;
}
.c-footer-pc__sitemap__item {
  display: table-cell;
  padding: 0 10px;
}
.c-footer-pc__sitemap__item > :first-child {
  margin-top: 0;
}
.c-footer-pc__sitemap__main,
.c-footer-pc__sitemap__media {
  margin-top: 40px;
}
.c-footer-pc__sitemap__main > :first-child,
.c-footer-pc__sitemap__media > :first-child {
  margin-top: 0;
}
.c-footer-pc__sitemap__main li,
.c-footer-pc__sitemap__media li {
  margin-top: 10px;
}
.c-footer-pc__sitemap__main--link,
.c-footer-pc__sitemap__media--link {
  font-size: 128%;
}
.c-footer-pc__sitemap__sub {
  padding-left: 10px;
}
.c-footer-complementary {
  padding: 25px 0;
  text-align: center;
}
.c-footer-complementary li {
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
.c-footer-complementary li a {
  color: #fff;
}
.c-footer-complementary li:first-child {
  padding-right: 25px;
}
.c-footer-complementary li:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '|';
  color: #fff;
}
.c-footer-store {
  padding: 27px 20px 40px 20px;
}
.c-footer-store__list {
  *zoom: 1;
}
.c-footer-store__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.c-footer-store__list li {
  float: left;
}
.c-footer-store__list li span {
  display: inline-block;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  display: block;
  padding: 4px;
}
.c-footer-store__list li img {
  width: 49px;
}
.c-footer-copyright {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 60px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-copyright__logo {
  margin-top: 30px;
}
.c-footer-copyright__copy {
  margin-top: 15px;
  font-family: "Helvetica Neue", Arial, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
}
.c-footer-sp-store {
  display: none;
}
.c-footer-sp-store__tbl {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}
.c-footer-sp-store__logo,
.c-footer-sp-store__text {
  display: table-cell;
  vertical-align: middle;
}
.c-footer-sp-store__btn {
  display: block;
  position: relative;
  line-height: 40px;
}
.c-footer-sp-store__btn:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url("http://www.zensho.co.jp/jp/resource/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -182px -53px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-sp-store__btn.is-active:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url("http://www.zensho.co.jp/jp/resource/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -182px -95px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-sp-store__logo img {
  width: 40px;
  margin-right: 5px;
}
.c-footer-sp-store__text {
  width: 135px;
}
.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 550;
}
.c-pagetop a {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-image: url("http://www.zensho.co.jp/jp/resource/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -298px;
}
/* ----------------------------------
  slidemenu
---------------------------------- */
.c-slidemenu a {
  color: #fff;
}
.c-slidemenu__globalmenu {
  margin: 0 10px;
  border-bottom: 1px solid #55c0ec;
}
.c-slidemenu__globalmenu li {
  border-top: 1px solid #55c0ec;
}
.c-slidemenu__globalmenu li:first-child {
  border-top: none;
}
.c-slidemenu__globalmenu li a {
  display: block;
  padding: 15px 10px;
}
.c-slidemenu__utility {
  margin: 10px 10px 0 10px;
  padding-bottom: 100px;
}
.c-slidemenu__utility a {
  display: block;
  padding: 10px 10px;
}

/* sp */
@media screen and (max-width: 700px) {
/* ----------------------------------
  footer - layout
---------------------------------- */
.l-footer__inner {
  width: 100%;
  min-width: 100%;
}
.l-footer__wrap--lex--btm {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
  
/* ----------------------------------
  footer compornent
---------------------------------- */
.c-footer__search {
  display: block;
  padding: 10px;
  font-size: 128%;
}
.c-footer__search form {
  position: relative;
}
.c-footer__search input {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 31px 6px 5px;
  border: 1px solid #f4f4f4;
  height: 40px;
  width: 100%;
  background: #f4f4f4;
}
.c-footer__search__submit {
  display: none;
}
.c-footer__search__reset {
  position: absolute;
  top: 1px;
  right: 1px;
  line-height: 38px;
  padding: 4px 0 6px 0;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #b2b2b2;
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("http://www.zensho.co.jp/jp/resource/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -126px -56px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-pc__sitemap__item {
  padding: 0;
}
.c-footer-pc__sitemap {
  padding: 0 10px;
  margin: 0;
}
.c-footer-pc__sitemap__main {
  display: none;
}
.c-footer-pc__sitemap__media {
  margin-top: 0;
}
.c-footer-pc__sitemap__media li {
  margin-top: 0;
  border-top: 1px solid #3479bf;
}
.c-footer-pc__sitemap__media--link {
  position: relative;
  display: block;
  padding: 13px 10px;
  font-size: 114%;
}
.c-footer-pc__sitemap__media--link:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 10px;
  width: 4px;
  height: 7px;
  margin-top: -3.5px;
  background-image: url("http://www.zensho.co.jp/jp/resource/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -224px -80px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-complementary {
  font-size: 92%;
}
.c-footer-complementary li {
  padding: 0 10px;
}
.c-footer-complementary li:first-child {
  padding-right: 20px;
}
.c-footer-store {
  padding: 0 10px;
}
.c-footer-store__wrap {
  display: block;
  padding-bottom: 14px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-store__list {
  margin: 0 -7px 0 -7px;
}
.c-footer-store__list li {
  width: 16.6%;
  text-align: center;
}
.c-footer-store__list li span {
  display: block;
  margin: 10px 5px 0 5px;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  margin: 0;
  padding: 0;
}
.c-footer-store__list li img {
  width: 100%;
}
.js-footer-logo-list {
  display: none;
}
.c-footer-copyright {
  margin: 0 10px;
}
.c-footer-copyright__logo {
  margin-top: 20px;
}
.c-footer-copyright__logo img {
  width: 69px;
}
.c-footer-sp-store {
  display: block;
}
.c-pagetop {
  display: none;
}
  
}

/*
-------------------------------------------- ##page_visual_title --------------------------------------------
*/

#page_visual_title{
  margin: 0 0 40px 0;
}

#page_visual_title_in{
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0px;
}

#page_visual_title_block{
  position: relative;
  min-width: 380px;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#page_visual_title_block_in{
  z-index: 4;
  display: inline-block;
  vertical-align:  top;
  width: 100%;
}

#page_visual_title_block .text_wrap{
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px 0;
  white-space: nowrap;
}

#page_visual_title_block .text_wrap:last-child{
  margin-bottom: 0;
}

#page_visual_title_block .logo{
  line-height: 0;
  letter-spacing: normal;
  height: 0;
  margin: 0 12px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#page_visual_title_block .logo > *{
  display: inline-block;
  vertical-align:  middle;
}

#page_visual_title_block .text{
  display: inline-block;
  vertical-align:  top;
  letter-spacing: 0.02em;
}

#page_visual_title_block .text01{
  display: block;
  line-height: 1;
  font-weight: 900;
  font-size: 32px;
}

#page_visual_title_block .text02{
  font-size: 16px;
  display: block;
  line-height: 1.625;
  font-weight: 700;
}

#page_visual_img{
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

#page_visual_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* pc */
@media all and (min-width: 901px) {
}

/* pad以下 */
@media screen and (max-width: 900px) {
  #page_visual_title_block{
    min-width: 280px;
  }
  #page_visual_title_block .text01{
    FONT-SIZE: 20PX;
  }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 900px) {
}

/* sp */
@media screen and (max-width: 700px) {
  #page_visual_title{
    margin: 0 0 20px 0;
  }
  #page_visual_title_block{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    z-index: 2;
    padding: 0px;
  }
  #page_visual_title_block_in{
    display: block;
    min-width: 0;
    padding: 15px;
  }
  
  #page_visual_title_block_in .text01{
    font-size: 20px;
  }
  
  #page_visual_title_block .text_wrap{
    -webkit-justify-content: center;
    justify-content: center;
  }
  #page_visual_title_block .icon{
    font-size: 90px;
  }
  #page_visual_title_block .logo{
    margin: 0 9px 0 0;
    display: block;
    line-height: 0;
    height: auto;
  }
  #page_visual_title_in{
    min-height: 130px;
  }
  
  #page_visual_title_block .text02{
    margin: 0;
    font-size: 14px;
  }
  #page_visual_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*
-------------------------------------------- #store_visual_title --------------------------------------------
*/

#store_visual_title{
  margin: 0 0 40px 0;
}

#store_visual_title_in{
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
  min-height: 360px;
}

#store_visual_title_in .store_visual_text{
  padding: 40px;
  width: 58%;
  display: flex;
  align-items: center;
}

#store_visual_title_in .store_visual_img{
  position: relative;
  width: 42%;
}

#store_visual_title_in .store_visual_img .img_cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#store_visual_title_in .store_visual_title01{
  margin: 0 0 35px 0;
  line-height: 1;
}

#store_visual_title_in .store_visual_title01 span{
  display: block;
  margin: 12px 0 0 0;
  font-size: 22px;
  font-weight: 900;
}

#store_visual_title_in .store_visual_title02{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 14px 0;
}


/* pad以下 */
@media screen and (max-width: 900px) {
  #store_visual_title{
    margin-bottom: 20px;
  }
  #store_visual_title_in{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  #store_visual_title_in .store_visual_text{
    -webkit-order: 2;
    order: 2;
    width: 100%;
    padding: 20px 15px;
  }
  
  #store_visual_title_in .store_visual_title01{
    text-align: center;
    margin-bottom: 10px;
  }
  
  #store_visual_title_in .store_visual_title02{
    font-size:18px;
    text-align: center;
  }
  
  #store_visual_title_in .store_visual_img{
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  
  #store_visual_title_in .store_visual_img .img_cover{
    position: static;
    height: 200px;
  }
  
}


