@charset "utf-8";
/* CSS Document */

/*--------------------------
	共通要素・非表示
--------------------------*/
#contents {
    padding-top: 60px;
}
#bread-crumb {
	display: none;
}
#main-column div#bread-crumb + section .header_area {
    display: block;
	margin-bottom: 0;
}
.header_area img {
    width: 100%;
    max-width: 100%;
}
#main-column div#bread-crumb + section .header_area section, .midyear-catchcopy {
    padding: 70px 0;
}
.w-1000 {
    width: 1000px;
    margin: 0 auto;
}
.flex-area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
p.common-txt {
	text-align: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.2rem;
}
br.w-580 {
	display: none;
}

@media (max-width:1024px){
.w-1000 {
    width: 92%;
}
}

@media (max-width:768px){
p.common-txt {
    text-align: center;
}
}

@media (max-width:580px){
br.w-580 {
	display: block;
}
}

/*--------------------------
	FV
--------------------------*/
#main-column section + div#bread-crumb + section .header_area .midyear-fv img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.midyear-fv img.pc-V {
    display: block;
}
.midyear-fv img.smp-V {
    display: none;
}

@media (max-width: 768px){
.midyear-fv img.pc-V {
    display: none;
}
.midyear-fv img.smp-V {
    display: block;
}
}

/*--------------------------
	キャッチコピー
--------------------------*/
.midyear-catchcopy .w-1000 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding: 50px 0;
}
.midyear-catchcopy p.main span {
	color: #4b8dc1;
}
.midyear-catchcopy p.sub {
    text-align: center;
	margin-top: 15px;
}
.midyear-catchcopy p br {
	display: none;
}

@media (max-width:580px){
.midyear-catchcopy p br {
	display: block;
}
}

/*--------------------------
	熨斗・ラッピング
--------------------------*/
section.midyear-noshi {
    background: #F0F9FE;
}
article h1 {
    font-weight: 500;
}
.flex-area img {
    width: 35%;
    margin: 0 5% 0 0;
}
.flex-area .flex-txt {
    width: 60%;
}
.flex-area .border-box {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 20px 4%;
    margin-top: 20px;
}
.flex-area .border-box p.common-txt {
    font-weight: 700;
}
.flex-area .border-box p.service {
	text-align: left;
    font-size: 11px;
	line-height: 2;
	margin-top: 5px;
	letter-spacing: 0.1rem;
}
.flex-area .border-box p.service br {
	display: none;
}
.paper-list {
    margin-top: 40px;
}
.paper-list ul {
    justify-content: space-between;
}
.paper-list ul li {
    width: 23%;
}
.paper-list ul li img {
    width: 100%;
    vertical-align: bottom;
	margin: 0;
}
.paper-list ul li p {
    text-align: left;
	font-size: 11px;
	letter-spacing: 0.1rem;
	margin-top: 5px;
}

@media (max-width: 768px){
.flex-area img {
    width: 60%;
    margin: 0 20% 3%;
}
.flex-area .flex-txt {
    width: 100%;
}	
.flex-area .border-box p.service {
	text-align: center;
}
.paper-list {
    margin-top: 30px;
}	
.paper-list ul li img {
	margin: 0;
}	
}

@media (max-width: 580px){
.flex-area img {
    width: 80%;
    margin: 0 10% 3%;
}	
}

@media (max-width: 480px){
.flex-area img {
    width: 100%;
    margin: 0 0 6%;
}	
.flex-area .border-box {
    padding: 25px 7%;
	margin-top: 6%;
}	
.flex-area .border-box p.common-txt, .flex-area .border-box p.service {
	text-align: left;
}	
.flex-area .border-box p.service br {
	display: block;
}	
.flex-area .border-box p.service span {
	display: none;
}	
.paper-list ul li {
    width: 48%;
    margin-bottom: 3%;
}	
}

/*--------------------------
	商品一覧
--------------------------*/
#itemList {
    margin: 0;
}
#itemList h1 {
    margin-bottom: 80px;
}
#itemList #pageTopSelect, #itemList #pageTopSelect2, #itemList #pageTopSelectPrice {
    margin: 50px 0 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333 !important;
  background-color: #ffffff;
  opacity: 1; 
}
select option {
  color: #333333;
  background-color: #ffffff;
}

@media only screen and (min-width: 0) and (max-width: 1023px) {
#itemList h1 {
    margin-bottom: 40px;
}	
#itemList #pageTopSelect, #itemList #pageTopSelect2, #itemList #pageTopSelectPrice {
    margin: 20px 0;
}	
}

@media only screen and (min-width: 0) and (max-width: 767px) {
    #itemList #pageTopSelect select, #itemList #pageTopSelect2 select, #itemList #pageTopSelectPrice select {
        font-size: 12px;
    }
}

/*--------------------------
	h1 見出し
--------------------------*/
.midyear-catchcopy p.main {
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.5rem;
}

@media (max-width:1024px){
.midyear-catchcopy p.main, article h1, #itemList h1 {
    font-size: 24px;
}		
}

@media (max-width:580px){
.midyear-catchcopy p.main {
    letter-spacing: 0.4rem;
}
}

@media (max-width:480px){
.midyear-catchcopy p.main, article h1, #itemList h1 {
    font-size: 21px;
}		
}