@charset "UTF-8";

#map {
    position: relative;
    overflow: hidden;
    width: 85%;
    height: 640px;
	margin: 0 auto;
	border-radius: 10px;
}
.inner-wide {
    width: 85%;
    margin: 0 auto;
}

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

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

#sakura-logo {
    width: 380px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
#sakura-logo img{
border-radius: 10px;
}
.sec-leadcopy {
    font-size: 26px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
    padding: 40px 0;
       color: #a7577c;
}
#lead p {
    line-height: 2.2;
    position: relative;
    z-index: 2;
       color: #a7577c;
}
.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: 13px;
    font-weight: bold;
    padding: 8px 5px 20px;
    line-height: 1.3;
    text-align: center;
}




.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: 300px;
}

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

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



.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 {
    width: 80%;
    margin: 0 auto 30px;
}
#detail-wrap .pic-wrap img {
	width: 100%;
}
#detail-wrap .tect-wrap {
    padding-right: 80px;
}
#detail-wrap .section-title {
    font-size: 24px;
    margin-bottom: 18px;
	    color: #a7577c;
}
#detail-wrap .w-herf p {
    margin-bottom: 30px;
    color: #a7577c;
	font-size: 16px;
}
#detail-wrap .w-herf p a {
    color: #a7577c;
	text-decoration: underline;
}


#detail-wrap .subtitle {
    font-size: 16px;
    margin: 10px 0;
	color: #a7577c;
}

#detail-wrap .cap{
    font-size: 12px;
	color: #a7577c;
}
.asidetitle{
	    font-size: 24px;
    margin-bottom: 18px;
	    color: #a7577c;
}
.sakura-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
}
.sakura-list-item {
	width: calc(12.5% - 16px);
	margin-bottom: 2%;
}
.sakura-list-item {
	cursor: pointer;
	text-align: center;
}
.sakura-list-tmb {
    
    overflow: hidden;
    border-radius: 5px;
}
.sakura-list-name {
    text-align: center;
    line-height: 1.4;
	    color: #a7577c;
}
.sakura-list-name .sup {
    font-size: 11px;
    display: block;
}

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

.sakura-list-item {
	width: calc(16% - 16px);
	margin-bottom: 2%;
}
}
@media screen and (max-width: 1300px) {

.sakura-list-item {
	width: calc(20% - 10px);
	margin-bottom: 2%;
}
}
@media screen and (max-width: 1080px) {

#map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 540px;
    margin: 0 auto;
}
#detail-wrap .tect-wrap {
    padding-right: 40px;
}
	.inner {
		width: 90%;
	}
}

@media screen and (max-width: 800px) {
.flimg01 {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 300px;
}
	#sakura-logo {
    width: 220px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
	.sec-leadcopy {
    font-size: 20px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
    padding: 40px 0;
    color: #a7577c;
}
	.flimg02 {
    position: absolute;
    top: -150px;
    right: 0;
    width: 200px;
    z-index: 0;
}
	
	.item-detail dt {
    width: 5em;
    float: left;
    font-size: 10px;
}.item-detail dd {
    padding: 0 0 0 5em;
    font-size: 10px;
}
	
	
	
	
	}

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

.inner-mini {
    width: 80%;
    margin: 0 auto;
}
	#map {
    border-radius: 0;
}.sakura-list-item {
    width: calc(33.333% - 8px);
    margin-bottom: 20px;
}.sakura-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}#lead p {
    font-size: 14px;
}.sakura-list-name {
    text-align: center;
    line-height: 1.4;
    color: #a7577c;
    font-size: 12px;
}#detail-wrap .w-herf p {
    margin-bottom: 30px;
    color: #a7577c;
    font-size: 14px;
}#detail-wrap .section-title {
    font-size: 20px;
    margin-bottom: 18px;
    color: #a7577c;
}#detail-wrap .tect-wrap {
    padding-right: 0;
}.asidetitle {
    font-size: 20px;
    margin-bottom: 18px;
    color: #a7577c;
}
}


