@charset "shift_jis";

#CONTENT img {
    width: 100%;
}
#CONTENT p {
    font-family: メイリオ;
    line-height: 1.6;
    letter-spacing: -0.05em;
    font-size: 1.2em;
    margin-top: 2%;
}
.sec1 {
    font-family: メイリオ;
}
#CONTENT h3 {
    margin-bottom: 2%;
}
#CONTENT h2 img {
    width: 100%;
}
#CONTENT .mlogo img {
    width: 90% !important;
    margin: 5% 5% 5%;
}
#CONTENT .cnt {
    margin: 10% 5%;
    text-align: center;
}
.sec1 .inner{
    padding: 0% 5% 2%;
}
.sec1 .det {
    margin: 5% auto 20%;
    text-align: center;
}
.sec1 img.title {
    margin: 10% 2% 5%;
    width: 96% !important;
}
.gallery .btn {
    margin: 0% 20% 20%;
}
.gallery .btn a {
    width: 100% !important;
}
.setitem {
    margin-bottom: 10%;
}
.setitem:last-child {
    margin-bottom: 0% !important;
}
.setitem .cut {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 0 100%;
}
.setitem .btn {
    margin-top: 5% !important;
}
.setitem img.main.set.type3 {
    width: 50% !important;
    margin: auto 25% ;
}
.setitem .left, .items .left {
    float: left;
    width: 46%;
    margin: 0 2% 5%;
}
.setitem .right, .items .right {
    float: right;
    width: 46%;
    margin: 0 2% 5%;
}
.items {
    clear: both;
}
.items .left, .items .right {
    margin-top: 5%;
}
.items .itemname, .items .mile {
    font-weight: bold;
    font-size: 1.1em;
}
.items .description {
    font-size: 0.8em;
}
.items .btn {
    width: 90% !important;
    margin: 5% auto !important;
}
.items img.main {
    border: 2px solid #cccccc !important;
}
.flow {
    padding: 10% 3%;
    background: #e6edd0; /*#b7dee8;*/
    color: #000;
    text-align: center;
}
.flow p {
    font-size: 0.9em !important;
}
.flow .title {
    margin: 0 auto 5%;
    width: 80%;
}
.flow .title img {
    width: 70%;
}
.flow .size {
    font-size: 1.2em !important;
    margin-bottom: 2%;
}
.flow .left {
    float: left;
    width: 44%;
    margin: 5% 0 0 2%;
    text-align: left;
}
.flow .right {
    float: right;
    width: 50%;
    margin: 5% 2%;
}
.flow .btn {
    width: 100%;
    border-radius: 5px;
    background-color: #e6edd0;
    padding: 2%;
    text-align: center !important;
    margin: 2% auto;
}
.flow .btn a {
    color: #fff !important;
}
.flow .size {
    text-align: left;  
}
.flow .foot {
    content: "";
    display: block;
    clear: both;
    padding: 2%;
}
#stage {
    position: relative;
    margin: 0 auto;
    min-height: 250px;
    margin-bottom: 5%;
}
#photo1,#photo2 {
    position: absolute;
    width: 100%;
}
#photo1 img,#photo2 img {
    width: 100%;
    opacity:0;
    -moz-animation: imgTrans 12s infinite;
    -webkit-animation: imgTrans 12s infinite;
    animation: imgTrans 12s infinite;
}
#photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo2 img {
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
@-webkit-keyframes imgTrans {
	0% { opacity:0; }
	5% { opacity:1; }
	20% { opacity:1; }
	85% { opacity:0; } 
	100% { opacity:0; }
}
@-moz-keyframes imgTrans {
	0% { opacity:0; }
	15% { opacity:1; }
	20% { opacity:1; }
	85% { opacity:0; } 
	100% { opacity:0; }
}
@keyframes imgTrans {
	0% { opacity:0; }
	15% { opacity:1; }
	20% { opacity:1; }
	85% { opacity:0; } 
	100% { opacity:0; }
}
