@charset "UTF-8";

#map {
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 450px;
	margin: 0 auto;
}


.article-wrap {
    clear: both;
    position: relative;
    padding: 80px 0;
    background: #fef102;
}

.flimg01 {
position: absolute;
    top: 0;
    z-index: 0;
    width: 150px;
    right: 0;
}
#map-wrap{
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
.flimg02 {
    position: absolute;
    top: -250px;
	right: 0;
    z-index: 0;
}

#sakura-logo {
    width: 230px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.sec-leadcopy {
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    padding: 40px 0;
}
#lead p {
     line-height: 2.2;
    position: relative;
    z-index: 2;
}
.inner-mini {
    width: 540px;
    margin: 0 auto;
}
#lead {
    margin-bottom: 80px;
}
.signature {
	text-align: right;
	margin-top: 15px;
	font-size: 14px;
}
.item-title {
    font-size: 15px;
    font-weight: bold;
       padding: 18px 5px;
    line-height: 1.3;
    text-align: center;
}

.pic-wrap img {
    border-radius: 4px;
}


.item-summary {
    font-size: 13px;
    padding-bottom: 20px;
}

.line100 {
    background: #000;
    height: 1px;
    width: 100px;
    margin-bottom: 18px;
}
.item-detail dt {
    width: 5em;
    float: left;
	font-size: 12px;
}

.item-detail dd {
   padding:0 0 0 5em;
	font-size: 12px;
}


.grid-thrd li {
    height: 530px;
}

.number {
    position: absolute;
    background: #d11278;
    padding: 5px 10px;
    color: #fff;
	    display: none;
}

.line100 {
    background: #000;
    height: 1px;
    width: 60px;
    margin-bottom: 18px;
}
.sup {
	font-size: 11px;
}

.grid-thrd li img {
    width: 100%;
    border-radius: 3px;
}

.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    align-self: center;
    width: 60%;
    max-width: 400px;
    padding: 0px 0px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(0.3);
    transition: 0.5s;
}

.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
	    color: #fff;
}
.modal_content .item-title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 5px 20px;
    line-height: 1.3;
    text-align: center;
}



.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}

.open_button{
  
    justify-content: center;
    align-items: center;
   
    cursor: pointer;
}

.grid-fifth li {
    width: 18.3%;
    float: left;
    margin-right: 1.7%;
    position: relative;
    height: 210px;
}

.item-detail {
    margin: 0 auto 30px;
}

.category {
    display: none;
}

.controls{
margin-bottom:60px;
	    text-align: center;
}

.controls div {
display:block;
margin-bottom:10px;
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}

button{
    display: inline-block;
    background: #fef102;
    border: 0;
    height: 36px;
    padding: 2px 15px 0;
    margin: 0;
    color: #1d1612;
    cursor: pointer;
    border: #333 solid 1px;
}

button.active{

}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.container{
text-align: justify;
-webkit-backface-visibility: hidden;
}

.container:after{
content:'';
display:inline-block;
width:100%;
}

.container .mix,
.container .gap{
  display: inline-block;
  width: 49%;
}

.container .mix{
  text-align: left;
  margin-bottom: 4%;
  display: none;
}


.container .mix:after{
  content: attr(data-myorder);
  display: none;
}

.container .mix:before{
  content: '';
	display: nonel
}

@media all and (min-width: 420px){
  .container .mix,
  .container .gap{
    width: 32%;
		    vertical-align: top;
  }
}

@media all and (min-width: 640px){
  .container .mix,
  .container .gap{
    width: 31%;
		    vertical-align: top;
  }
}




@media screen and (max-width: 800px) {

.item-summary {
    font-size: 11px;
    padding-bottom: 10px;
}
	.item-title {
    font-size: 13px;
    font-weight: bold;
    padding: 12px 5px;
    line-height: 1.3;
    text-align: center;
}
	button {
    font-size: 12px;
}
	.item-detail dt {
    width: 5em;
    float: left;
    font-size: 11px;
}
	.item-detail dd {
    padding: 0 0 0 5em;
    font-size: 11px;
}
	

}

@media screen and (max-width: 600px) {

.w-herf {
    width: 100%;
}
	.right {
    float: none;
}
.inner-mini {
    width: 90%;
    margin: 0 auto;
}
	#lead {
    margin-bottom: 0px;
}
	
.flimg01 {
    position: absolute;
    top: 60px;
    z-index: 2;
    width: 150px;
    right: 0;
}
	button {
    display: inline-block;
    background: #fef102;
    border: 0;
    height: 36px;
    padding: 2px 15px 0;
    margin: 0 0 5px 0;
    color: #1d1612;
    cursor: pointer;
    border: #333 solid 1px;
}
	.container .mix, .container .gap {
    display: inline-block;
    width: 100%;
}
	
	
}