/*
 Theme Name:   Shinkou Saku Plazasaku
 Description:  Shinkou Saku Plazasaku Theme
 Author:       -
 Author URI:   http://www.shinkou-saku.or.jp
 Template:     shinkousaku
 Version:      1.0.0
 Text Domain:  shinkou-saku-plazasaku
*/

a {
    display: block;
    color: #231815;
    text-decoration: none;
}

a:hover {
    color: #CD0B49;
}

/*--------------------------
    main
----------------------------*/
.site-content {padding: 0 !important;}
.site-main { margin-bottom: 2.5em;}
.main {margin-bottom: 55px;}

#main h2 {
    padding: 10px 0 2px 37px;
    width: 100%;
    color: #fff;
    font-size: 140%;
    letter-spacing: 1px;
    background-color: #CD0B49;
    border-radius: 10px 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#main h2+p{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
@media screen and (max-width: 640px){
#main h2 {
    padding: 10px 0 2px 22px;
    font-size: 141%;
    letter-spacing: 5px;
}
}
    
.mainVisual {
    margin-bottom: 30px;
    padding: 25px 0 33px;
    width: 100%;
    background-color: #CD0B49;
}
@media screen and (max-width: 640px){
.mainVisual {
    margin-bottom: 53px;
    padding: 15px 0 8px;
}
}

.mainVisual .slides {
    position: relative;
    margin: 0 auto !important;
    width: 94% !important;
    height: auto;
    border: solid 22px #fff !important;
}
.metaslider.nav-hidden .flexslider {
    margin-right: -2px !important;
    margin-bottom: -7px !important;
}
@media screen and (max-width: 640px){
.mainVisual .slides {
    border: solid 13px #fff !important;
}
}

.mainVisual>p{
    margin: 30px auto 10px auto;
    width: 95%;
    color: #fff;
    letter-spacing: 1px;
}
@media screen and (max-width: 640px){
.mainVisual>p{
    margin: 20px auto 10px auto;
    width: 94%;
    font-size: 67%;
    letter-spacing: 0;
}  
}

#page .mainVisual ol,
#page .mainVisual ul{
    display: block;
}

/* slider a */
.flex-control-nav{
    position: absolute;
    left: 46.5%;
    bottom : -1px !important;
    z-index: 999;
}
.flex-control-paging li a{
    background: #383838 !important;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
    background: #CD0B49 !important;
}
@media screen and (max-width: 640px){
.flex-control-nav{
    left: 47.5%;
    bottom : -8px !important;
}
.flex-control-nav li a {
    margin: 0 5px !important;
    padding: 0;
}
.flex-control-paging li a {
    width: 6px !important;
    height: 6px !important;
}
}


/* list *************************************/
.list{
    position: relative;
    margin: 0 auto 25px auto;
    width: 940px;
}
@media screen and (max-width: 640px){
.list{
    width: 85%;
    margin: 0 auto 52px auto;
}  
}

.list_title+.list{min-height: 450px;}
.archive .list_bottom{margin-bottom: 80px !important;}
/* iPad */
@media only screen and (max-device-width: 1000px) and (min-device-width: 640px) and (orientation: portrait){
.list_title+.list{min-height: 750px;}
}

.list .box .date{
    margin-bottom: 5px;
}
.list .box h4{
    margin: 5px 0;
    font-size: 105%;
    font-weight: bold;
}
@media screen and (max-width: 640px){
.list .box .date{
    margin-bottom: 0;
}
.list .box h4{
    margin: 0 0 10px;
    font-size: 176%;
    font-weight: bold;
    line-height: 1;
}
}

/* box */
.list .box{
    position: relative;
    padding: 1px 35px 5px 35px;
    border: dotted 2px #CD0B49;
    border-top: none
}
@media screen and (max-width: 640px){
.list .box{padding: 15px 15px 40px;}
}
@media screen and (max-width: 640px){
.list h2+.box{padding: 9px 15px 40px;}
}

.list .box:last-child{
    padding: 13px 35px 15px;
    border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 640px){
.list .box:last-child{padding: 15px 15px 32px;}
}
.box_inner {
    width: 83%;
}
.list .box dl{
    margin: 16px 0 0 !important;
}
.list .box dd{
    margin: 0 !important;
}
.list .box dl p{
    margin: 0;
}

/* arrow */
.list .box a.detaile{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 150px;
    height: 100%;
    background: url(./images/arrow.png) no-repeat center center;
    background-size: 17px;
    text-indent: -9999em;
}
@media screen and (max-width: 640px){
.list .box a.detaile{width: 9%;} 
}
.list .box a.detaile:hover{
    opacity:0.8;
    /*IE7?????p*/
    filter:alpha(opacity=80);
    /*IE8?p*/
    -ms-filter:"alpha(opacity=80)";
}

/* list3 *****************************************/
.list.list3{
    margin-bottom: 0; 
}
.list3 h2{
    margin-bottom: 15px; 
}

/* box */
.list3+.list3 .box{
    padding: 40px 15px;
    height: 550px;
}
.list3 .box{
    display: inline-block !important;
    vertical-align: top;
    padding: 30px 12px ;
    width: 32.8%;
    height: 522px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.list3 .box+.box{border-left: none !important;}
@media screen and (min-width: 641px){
.list3 .box:nth-child(3n+2){border-left: 2px dotted #CD0B49 !important;}
.list3 div.box:nth-child(8){
    padding: 15px;
    height: 522px;
    border-bottom: none;
    border-radius: 0;
}
}

@media screen and (max-width: 640px){
.list3 .box{
    padding: 15px 10px;
    width: 49.4%;
    height: 420px;
}
.list3 h2+.box{padding: 0 15px 10px;}
.list3 .box:nth-child(2n+2){border-left: 2px dotted #CD0B49 !important;}
.list3 div.box:nth-child(8){
    padding: 15px;
    height: 505px;
    border-radius: 0;
}
}

/* photo */
.list3 .photo{
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
}
@media screen and (max-width: 640px){
.list3 .photo{
    width: 94%;
    height: 100%;
    max-height: 155px;
}   
}

.list3 .box img{
    margin-left: -12%;
    min-width: 350px;
    height: auto;
    border-radius: 15px;
}
.list3 a:hover img{
    opacity:0.8;
    /*IE7?????p*/
    filter:alpha(opacity=80);
    /*IE8?p*/
    -ms-filter:"alpha(opacity=80)";
}

.list3 .box h4{
    margin: 10px 0;
    line-height: 1.5;
}
@media screen and (max-width: 640px){
.list3 .box h4{
    font-size:90%;
}  
.list3 .txt p{
    margin: -4px auto 0;
    font-size: 85%;
}
.list3 .txt p br{display: none;}
}


.list3 .txt img {
    display: block;
    margin: -5px auto;
    width: 110px !important;
    min-width: 110px;
    height: auto !important; 
}
@media screen and (max-width: 640px){
.list3 .txt img {margin: 10px auto 0;}
}
.list3 .box .hide{
    visibility: hidden;
}

/* table *****************************************/
.table {
    display: inline-block;
    margin: 0 auto 40px;
    padding: 24px 0 0 23px;
    width: 621px;
    border-right: dotted 2px #CD0B49;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 640px){
.table {
    padding: 0 0 0 8px;
    width: 49.5%;
    border-right: none;
    border-bottom: none;
}
}

.table+hr{
    background-color: transparent;
    border-bottom: dotted 2px #CD0B49;
    margin: -27px 0 35px 0;
    width: 99.5%;
}

.table dl{
    padding: 30px 0;
    width: 97%;
    border-bottom: dotted 2px #CD0B49;
}
.table dl:first-child{
    padding: 20px 0;
}
@media screen and (max-width: 640px){
.table dl{
    margin: 0;
    padding: 10px 0;
    border-bottom: none;
}
.table dl:first-child{
    padding: 7px 0 0;
}
}

.table dt,.table dd{
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 640px){
.table dt,.table dd{
    display: block;
}
}
.table dt{
    margin-top: 5px;
    width: 70%;
}
.table dd{
    margin-top: 11px;
    width: 27%;
}
@media screen and (max-width: 640px){
.table dt{
    position: relative;
    margin-left: 10px;
    width: 100%;
}
.table dl:last-child dt{
    margin-top: 0;
}
.table dd{
    margin-top: -2px;
    margin-bottom: 0;
    width: 100%;
}
.table dl:first-child dd{
    margin-top:11px;
}
}

.table .center{
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
    width: 60%;
}
@media screen and (max-width: 640px){
.table .center{
    display: block;
    margin-left: 0;
    width: 97%;
}  
}

.table h3{
    font-size: 140%;
    line-height: 1.2;
}
.table p{
    margin: 0;
    font-size: 70%;
}
@media screen and (max-width: 640px){
.table h3{
    position: absolute;
    top: 6px;
    left: 54px;
    font-size: 125%;
    line-height: 1.2;
}
.table p{
    display: block;
    margin-top: -5px;
    padding-bottom: 5px;
    width: 100%;
}  
}

/* button */
.table button{
    display: inline-block;
    margin: 0 auto 0 !important;
    padding: 15px 20px !important;
    width: 100%;
    color: #fff;
    font: inherit;
    font-size: 55%;
    font-weight: lighter;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border-color: #B1B1B1 !important;
    border-radius: 6px;
    border-width: 0 1px 4px 1px !important;
    text-transform: uppercase;
    cursor: pointer;
}
@media screen and (max-width: 640px){
.table button{
    padding: 9px 20px !important;
}   
}

.table button:hover,
.table button:focus,
.table button:active{
    margin-top: 1px !important;
    border-bottom-width: 3px !important;
    background-color: #9D9D9D;
    border-color: #858585 !important;
}

.table button span{
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.table dl.blue{padding: 7px 0 15px;}
.table dl.orange{
	margin-bottom: 0;
	padding: 7px 0 10px;
}
.table dl:last-child{border-bottom: none;}
@media screen and (max-width: 640px){
.table dl.blue{padding: 7px 0 0;}   
}

/* list button color */
.green h3{color: #5ABB4D;}
.green button{background-color: #5ABB4D;}
.green button:hover{background-color: #5ABB4D;}
.green dt:before{
    content: "";
    display: inline-block;
    width: 110px;
    height: 85px;
    background: url(./images/icon01.png) no-repeat center center;
    background-size: 110px;
}
@media screen and (max-width: 640px){
.green dt:before{
    content: "";
    display: inline-block;
    width: 42px;
    height: 36px;
    background: url(./images/icon01.png) no-repeat center center;
    background-size: 42px;
} 
}


.blue h3{color: #2C387F;}
.blue button{background-color: #2C387F;}
.blue button:hover{background-color: #2C387F;}
.blue dt:before{
    content: "";
    display: inline-block;
    width: 110px;
    height: 85px;
    background: url(./images/icon02.png) no-repeat center center;
    background-size: 110px;
}
@media screen and (max-width: 640px){
.blue dt:before{
    content: "";
    display: inline-block;
    width: 44px;
    height: 34px;
    background: url(./images/icon02.png) no-repeat center center;
    background-size: 44px;
}  
}


.orange h3{color: #E85C35;}
.orange button{background-color: #E85C35;}
.orange button:hover{background-color: #E85C35;}
.orange dt:before{
    content: "";
    display: inline-block;
    width: 110px;
    height: 85px;
    background: url(./images/icon03.png) no-repeat center center;
    background-size: 110px;
}
@media screen and (max-width: 640px){
.orange dt:before{
    content: "";
    display: inline-block;
    width: 42px;
    height: 34px;
    background: url(./images/icon03.png) no-repeat center center;
    background-size: 42px;
}
}

/* red btn ********************************************/
#page .list4 a{
    margin-bottom: 10px;
    color: #CD0B49 !important;
    font-size: 115%;
    font-weight: bold !important;
}
@media screen and (max-width: 640px){
#page .list4 a .sp{height: 0;}
}

@media screen and (min-width: 641px){
#page .list4 hr{
    margin: 20px 0 -8px;
    background-color: transparent;
    border-bottom: dotted 2px #CD0B49;
}
#page .list4 ul+hr{margin: -8px 0 0;}
}

.list4 ul{
    display: block !important;
    margin: 20px auto !important;
    width: 100%;
}
@media screen and (max-width: 640px){
.list4 ul{
    border-top: none;
    border-bottom: none;
}  
}

.list4 li{
    display: inline-block !important;
    padding: 25px 0 32px !important;
    width: 24.5%;
    color: #CD0B49;
    font-size: 70%;
    text-align: center;
    border-right: dotted 2px #CD0B49;
}
.list4 li:first-child{
    border-left: dotted 2px #CD0B49;
}
.list4 li a{
    color: #CD0B49 !important;
}
@media screen and (min-width: 641px){
.list4 li:nth-child(3){
    padding-top: 36px !important;
}
}
@media screen and (max-width: 640px){
.list4 li{
    vertical-align: top;
    padding: 25px 0 32px !important;
    width: 49%;
    border-right: none;
    border-bottom: dotted 2px #CD0B49;
}
.list4 li:first-child{
    border-left: none;
    border-right: dotted 2px #CD0B49;
}
.list4 li:nth-child(3){
    border-right: dotted 2px #CD0B49;
}
.list4 li:last-child{
    padding: 23px 0 0 !important;
}
}

.list4 li:hover{
    opacity:0.8;
    /*IE7?????p*/
    filter:alpha(opacity=80);
    /*IE8?p*/
    -ms-filter:"alpha(opacity=80)";
    cursor: pointer;
}

.list4 li.btn01:before{
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 65px;
    background: url(./images/btn01.png) no-repeat center top;
    background-size: 65px;
}
.list4 li.btn02:before{
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 65px;
    background: url(./images/btn02.png) no-repeat center top;
    background-size: 65px;
}
.list4 li.btn03:before{
    content: "";
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: 65px;
    background: url(./images/btn03.png) no-repeat center top;
    background-size: 65px;
}
.list4 li.btn04:before{
    content: "";
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: 55px;
    background: url(./images/btn04.png) no-repeat center top;
    background-size: 55px;
}

.banner {
    display: block;
    margin: 25px auto 0;
    width: 100%;
    min-width: 1000px;
    text-align: center;
}
.banner img{width: 85%;}
.banner:hover img{
    opacity:0.8;
    /*IE7?????p*/
    filter:alpha(opacity=80);
    /*IE8?p*/
    -ms-filter:"alpha(opacity=80)";
    cursor: pointer;
}
@media screen and (max-width: 640px){
.banner {
    width: 85%;
    min-width: 85%;
}
}

/*--------------------------
    archive-news
----------------------------*/
.archive .list {
    margin-bottom: 40px;
    width: 88%;
}
@media screen and (max-width: 640px){
.archive .list {width: 85%;}
}

.archive .list .box{
    width: 100%;
    border-left: none;
    border-right: none;
}
.archive .list .box:last-child{
    border-radius: 0;
}

/*************************************
    breadcrumbs
**************************************/
.breadcrumbs span a:hover{color: #CD0B49 !important;}

/*************************************
    pagenavi
**************************************/
#page .pagenavi span.current,
#page .pagenavi a:hover{
    color: #fff !important;
    background-color: #CD0B49;
}

/*--------------------------
    single-news
----------------------------*/
.single .list {
    margin-bottom: 0;
    width: 88%;
    min-height: 550px;
    border-bottom: dotted 2px #CD0B49;
}
/* iPad */
@media only screen and (max-device-width: 1000px) and (min-device-width: 640px) and (orientation: portrait){
.single .list {min-height: 800px;}
}
@media screen and (max-width: 640px){
.single .list {width: 85%;}
}

/* column */
.single .column{
    position: relative;
    margin-left: 15px;
    padding: 55px 0;
    width: 98%;
}
.single .column p{
    width: 78%;
}
@media screen and (max-width: 640px){
.single .column {width: 96%;}
}

@media screen and (max-width: 640px){
.archive .sp.news{display: none !important;}
.archive .list .box .date {margin-bottom: 15px;}
.archive .list h2+.box {padding: 9px 15px 20px;}
}

/*************************************
    single pagenavi
**************************************/
.single .column .date{
    position: absolute;
    top: 15px;
    right: 0;
}

.navigation {width: 805px;}
@media screen and (max-width: 640px){
.navigation {width: 85%;}
}
.navileft:hover,
.naviright:hover{
    color: #CD0B49;
}

/*--------------------------
    archive-product
----------------------------*/
.archive .product {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 88%;
}
@media screen and (max-width: 640px){
.archive .product {width: 85%;}
}

.product .box{
    padding: 0;
    border-bottom: dotted 2px #CD0B49;
}
.product P+.box{
    border-top: dotted 2px #CD0B49;
}
.product .box:last-child{
    border-bottom: none;
}
.product .box h4{
    padding: 2px 15px;
    font-size: 120%;
    font-weight: lighter;
    border-bottom: dotted 2px #CD0B49;
}

.product dt,.product dd{
    display: inline-block;
    vertical-align: bottom;
}
@media screen and (max-width: 640px){
.product dt,.product dd{
    display: block;
}   
}

.product dt{
    padding-left: 15px;
    width: 580px;
}
.product dt p{
    display: block;
    margin-bottom: 15px;
    width: 800px;
}
.product dt p.image{
    width: 100%;    
    height: 185px;
}
.product dt p.image img {
    width: 250px;
    height: auto;
}
@media screen and (max-width: 640px){
.product dt{
    padding: 0 15px;
    width: 100%;
}
.product dt p{width: 100%;}
.product dt p.image{height: 160px;}
.product dt p.image img {width: 220px;}
}

.product dd{
    width: 32%;
    margin: 0 !important;
    padding: 0 0 75px 15px;
}
.product dd p{
    padding-bottom: 15px;
    color: #316856;
    font-size: 70%;
    text-align: center;
}
.product dd a{
    margin: 0 auto;
    width: 85%;
}
@media screen and (max-width: 640px){
.product dd{
    width: 100%;
    padding: 0 0 3% 15px;
}
.product dd p{
    clear: both;
    padding: 25px 0 0;
    width: 100%;
}
}

.product button{
    margin: 0 auto !important;
    padding: 15px 20px !important;
    width: 100%;
    color: #fff;
    font: inherit;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    background: #2FBD9B;
    border-color: #B1B1B1 !important;
    border-radius: 6px;
    border-width: 0 1px 4px 1px !important;
    text-transform: uppercase;
    cursor: pointer;
}

.product button:hover,
.product button:focus,
.product button:active{
    margin-top: 1px !important;
    border-bottom-width: 3px !important;
    background: #2FBD9B;
    border-color: #858585 !important;
}

/* banner *******************************/
p.banner{margin-bottom: 5px;}
p.banner+.banner{margin-top: 5px;}


/*--------------------------
    shop
----------------------------*/
.shop {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 88%;
}
@media screen and (max-width: 640px){
.shop {width: 85%;}
}

.shop h3{
    padding: 2px 37px;
    font-size: 120%;
    font-weight: lighter;
    border-top: dotted 2px #CD0B49;
    border-bottom: dotted 2px #CD0B49;
}
.shop h4{
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 150%;
    border-bottom: solid 2px #CACACA;
}

.shop dl{margin: 0;}
.shop dt,.shop dd{
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 640px){
.shop+.shop dt,.shop+.shop dd{display: block;}
}

/****************************************
    map01
*****************************************/
.shop .map01{
    display: block;
    margin: 20px auto 5px;
    width: 85%;
}

/* floor ******************************************/
.floor{
    margin: 0 auto 77px;
    width: 100%;
}

.floor ul{
    margin: 0 auto;
    width: 100%;
}
.floor li{
    display: inline-block !important;
    vertical-align: top;
    margin: 0 15px 15px 0;
    padding: 20px;
    width: 47%;
    border-radius: 10px;
}
@media screen and (max-width: 640px){
.floor li{
    width: 100%;
}
}

.floor .box01{
    padding: 26px 20px;
    color: #fff;
    background-color: #D83C7F;
}
.floor .box02{
    background-color: #76C0D4;
}
.floor .box03{
    background-color: #F0DB62;
}
.floor .box04{
    background-color: #EC9F89;
}
.floor .box05{
    padding: 15px 23px;
    background-color: #F0DB61;
}
@media screen and (max-width: 640px){
.floor .box05 h5 br{display: none;}   
}

.floor dt img{
    display: block;
    width: 119px;
}
.floor dt img:first-child{
    margin-bottom: 15px;
}


.shop dd{
    margin: 0 !important;
    padding: 0 0 0 15px;
    width: 65%;
}
.shop li h5{
    padding-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
}
.shop li p{
    margin: 0;
    padding-bottom: 15px;
    font-size: 100%;
}
.shop dd a{
    margin: 0 auto;
    width: 85%;
}
@media screen and (max-width: 640px){
.shop dd p{
    clear: both;
    padding: 25px 0 0;
    width: 100%;
}
}

/****************************************
    map02
*****************************************/
.floor+.floor{margin: 0 auto 50px;}

.map02{
    margin: 29px 20px;
    width: 522px;
}
@media screen and (max-width: 640px){
.shop+.shop dt{
    margin: 0 auto;
    width: 100%;
}
.map02{
    margin: 29px auto;
    width: 100%;
}
}

.shop+.shop dd{
    padding: 28px 15px;
    width: 34%;
}
.shop+.shop dd h6{
    font-size: 105%;
    font-weight: lighter;
}
.shop+.shop dd img{
    margin-bottom: 5px;
    width: 235px;
}
.shop+.shop dd img+p{
    margin-top: 0;
    font-size: 70%;
}

@media screen and (max-width: 640px){
.shop+.shop dd{
    width: 100%;
    padding: 0 0 3% 15px;
}
.shop+.shop dd img{
    margin: 0 auto 40px;
    width: 100%;
}
.shop+.shop dd img+p{
    margin-top: -40px;
    font-size: 100%;
}  
}
