@charset "utf-8";


/***************************************************************

PC

****************************************************************/

#container {
    background-size: contain;
    background-position: center top;
	background-repeat: no-repeat;
}
span.button.menu-button-right {
}


img.img-circle {
    -moz-border-radius: 99999px;
    -webkit-border-radius: 99999px;
    border-radius: 99999px;
    border: 5px #efefef solid;
}


.item .inbody p.txt.txt-small{
    font-size: 1.2rem;
}

/***************************************************************

orign

****************************************************************/

#main-slider {
    margin: 0 0 60px 0;
}

#main-slider .copy-box {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.52);
}

#main-slider .copy-box .inbody{
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-slider .bx-wrapper {
    margin: 0 auto 00px;
    overflow: visible;
}

.item-container h2 {
	font-size: 1.6rem;
    font-weight: bold;
    color: #260C5E;
    line-height: 1.6;
    font-weight: normal;
    margin: 10px 0 20px;
    letter-spacing: 4px;
    padding: 0 0px;
	position: relative;
}
.item-container h2 span{
    display: inline-block;
}

.item-container h2 span span{
    color: #260C5E;
    display: block;
    margin:30px auto 10px;
    padding: 0;
    /* border: 1px #005491 dotted; */
    border-left: 0;
    border-right: 0;
    font-size: 40%;
}

.item-container h2:before,
.item-container h2:after{
    content: "";
    height: 80px;
    width: 60px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
}

.item-container h2:before{
    background-image: url(../images/icon/wing_left.svg);
    left: 0;
}
.item-container h2:after{
    background-image: url(../images/icon/wing_right.svg);
    right: 0;
}

.item-container h3.ttl {
    clear: both;
    width: auto;
    height: auto;
    font-size: 1.6rem;
    text-indent: 0;
    margin: 0px 0 10px 0;
    padding: 10px 0;
letter-spacing: 2px;
}

.item-container h3.ttl:before {
    content: "";
    display: block;
    border-top: 8px #280C5E solid;
    width: 20%;
    margin: 0 auto 20px;
}
.item-container h4 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 0.9rem;
    text-indent: 0;
    margin: 0px 0 0px 0;
    padding: 10px 0;
}
#news .label {
    display: block;
}


.pagelink {
    display: block;
    font-size: 0rem;
    text-align:center;
	margin: 20px 0 60px;
}
.pagelink span{
    display: inline-block;
}
/*
.pagelink span a{
	font-size: 1.5rem;
    color: #fff;
    background: #0a60b3;
    padding: 15px 40px 15px;
    display: block;
    line-height: 1;
    text-align: center;
}
.pagelink span a:after{
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 10px 0 0px;
    padding: 0px;
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 38%;
    right: 5px;
}
*/

.pagelink a.button{
margin: 10px 5px;
}
.shop-box{
    background: #f8f5fd;
    display: inline-block;
}



#banner.item-container {
    border-top: 10px #fff solid;
}

#banner.item-container img{
	border: 0px #ddd solid;
    box-sizing: border-box;
}
#banner.item-container p.txt{
	font-size: 11px;
	font-size: 1.1rem;
    text-align: center;
    color: #000;
}


.item .inbody p.txt-compact {
    padding: 1px 0;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.8!important;
}

.telto {
    font-family: times;
    font-size: 2.5rem!important;
    line-height: 1;
    color: #280c5e;
}
.telto:before {
    content: "Tel.";
    font-size: 70%;
}


/***************************************************************

スマホ

****************************************************************/


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

.item-container h2 {
    font-size: 12px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.item-container h2 span {
    display: inline-block;
    width: 80%;
    vertical-align: bottom;
}

.item-container h2:before, .item-container h2:after {
    width: 30px;
}
.pagelink {
    display: block;
    font-size: 0rem;
    text-align: center;
    margin: 20px 0 10px;
}

}


/***************************************************************

JQUERY

****************************************************************/
