@media screen and (max-width: 639px) {
 .s5-buttonContainer ul li {
   margin: 0.5%;
 }
}

.s5-listItem1__storeModel, .s5-listItem2__storeModel, .s5-listItem4__storeModel {
  padding: 5px 10px 5px;
}

.c5-button-w {
	width: 335px;
}
@media screen and (max-width: 639px) {
	.c5-button-w {
		width: 100%;
	}
}

/*大見出しヘッダー*/
.c5-textbox--black {
  background-color: #3b3d42;
  padding: 15px;
  color: #fff;
}

.c5-EventContentInner {
  border: 2px solid #f5683a;
  text-align: center;
}

.c5-EventContent-title {
  background-color: #f5683a;
  padding: 15px;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .c5-EventContent-title .s5-heading3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c5-EventContentInner .s5-row {
  text-align: left;
  max-width: 845px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 639px) {
  .c5-EventContentInner .s5-row {
    display: block;
    padding: 0 30px;
  }
}

.c5-EventContent-read {
  padding: 0 40px;
}

@media screen and (max-width: 639px) {
  .c5-EventContent-read {
    padding: 0 30px;
  }
}

.c5-EventContentInner .s5-row .s5-row__col {
  width: 80%;
}

@media screen and (max-width: 639px) {
  .c5-EventContentInner .s5-row .s5-row__col {
    width: 100%;
  }
}

.c5-EventContentInner .s5-row .s5-row__col4 {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 639px) {
  .c5-EventContentInner .s5-row .s5-row__col4 {
    margin: 20px auto;
  }
}

.c5-step-container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.c5-step{
	font-weight: 300;
	font-size: 20px;
}
.c5-big-num{
	font-size: 28px;
	padding-left: 5px;
}
@media screen and (max-width: 639px){
	.c5-step-heading{
    	padding: 10px;
	}
	.c5-big-num{
		font-size: 24px;
	}
}

.step1{
	font-size: 22px;
  padding: 30px 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 639px){
	.step1,.step2,.step3{
		font-size: 18px;
	}
	.step1 p,.step2 p,.step3 p{
		padding: 0 20px;
	}
	.step3 img{
		width: 90%;
	}
	.sp{
		display: block;
	}
}
.c5-button-area {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
	.c5-button-area{
    display: block;
	}
}
.c5-button-box{
	width: 30%;
    margin: 0 10px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 0 0 20px 0;
    vertical-align: top;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.c5-button-box{
		width: 100%;
    display: block;
    margin: 0 0 20px;
	}
}
.step1 .c5-button-area .c5-button-box h4{
	background-color: #3a9294;
    padding: 15px;
    color: #fff;
    font-weight: 300;
    margin: 0 auto 20px;
    max-width: 1090px;
}
@media screen and (max-width: 768px){
	.step1 h4{
		width: 100%;
    box-sizing: border-box;
	}
}
.c5-general--mb0{
	margin-bottom: 0 !important;
}
.c5-general--mt0{
	margin-top: 0 !important;
}

.s5-storeButton {
  margin: 0 0 10px !important;
}

.consul-Txt {
  text-align: left;
  margin: 0 0 30px;
  padding: 0 30px;
  min-height: 115px;
  font-weight: normal;
}
@media screen and (max-width: 820px){
	.consul-Txt {
    padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	.consul-Txt {
    min-height: auto;
	}
}

.c5-button-inner {
  padding: 0 30px;
}
@media screen and (max-width: 820px){
	.c5-button-inner {
    padding: 0 20px;
	}
}

@media screen and (max-width: 639px){
  .s5-button {
    min-width: 222px;
  }
}

.c5-pc-only {
  display: block;
}
@media screen and (max-width: 639px){
  .c5-pc-only {
    display: none;
  }
}
.c5-sp-only {
  display: none;
}
@media screen and (max-width: 639px){
  .c5-sp-only {
    display: block;
  }
}

/*αプラザの情報エリア========================================*/

.c5-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

h2.c5-heading3 {
  background: url(../images/line_h2.png) repeat-x left bottom;
  background-size: 10px 12px;
}
h2.c5-heading3 span {
  background: #fff;
  padding: 0 15px;
}

/*c5-info*/

.c5-info .c5-row {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -10px;
    font-size: 0;
}
.c5-info .c5-row a {
  display: block;
}
.c5-info .c5-row__col5 {
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.c5-info .c5-row__col5 a {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 640px){
.c5-info .c5-row__col5 {
  width: 100%;
  margin-bottom: 5px;
}
.c5-info .c5-row__col5 a {
  padding-top: 10px;
  padding-bottom: 10px;
}
}

@media screen and (max-width: 639px) {
  .c5-EventContentItem__textCol {
    padding: 0 15px;
  }
}

.c5-present .s5-inStoreFeaturesItem1A__imageCol {
  width: 30%;
}

@media screen and (max-width: 639px) {
  .c5-present .s5-inStoreFeaturesItem1A__imageCol {
    width: 100%;
  }
}

.c5-present .s5-inStoreFeaturesItem1A--solid .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__imageCol .s5-inStoreFeaturesItem1A__image .s5-inStoreFeaturesItem1A__img--solid {
  max-width: 300px;
}

@media screen and (max-width: 639px) {
  .c5-present .s5-inStoreFeaturesItem1A--solid .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__imageCol .s5-inStoreFeaturesItem1A__image .s5-inStoreFeaturesItem1A__img--solid {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.c5-present .s5-inStoreFeaturesItem1A--solid {
  padding: 0 30px;
  margin-bottom: 30px !important;
}

.c5-present {
  text-align: left !important;
}

.c5-present .s5-inStoreFeaturesItem1A--solid .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__textCol {
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .c5-present .s5-inStoreFeaturesItem1A .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__textCol .s5-inStoreFeaturesItem1A__text p {
    margin-top: 15px !important;
    padding: 0 15px !important;
  }
}
