@charset "UTF-8";
/* CSS Document */

header {
	height: 104px !important;
	z-index: inherit !important;
	position: inherit !important;
}

/*hero*/
.hero {
	position: relative;
}

.toplogo {
	position: absolute;
	width: 360px;
	height: 288px;
	top: -96px;
	background: url('image/logo.svg') no-repeat;
    background-size: 360px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
    z-index:10
}

.toplogo a {
	display: block;
	width: 100%;
	height: 100%;
}

.subtitle {
	position: absolute;
	top: 216px;
	left: 40px;
    z-index: 10;
}

.subtitle img {
	margin: 0 0 24px 0;
}

.subtitle p {
    font-size: 2.4rem;
    font-weight: lighter;
    line-height: 56px;
	letter-spacing: 3px;
}

.topmv {
	position: relative;
    margin: 0 0 0 auto;
    width: 736px;
    height: 600px;
    z-index: 2
}

.slideimage {
  position: absolute;
  top: 0;
  left: 0;
    width: 736px;
    height: 600px;
    background-position: center;
    background-size: cover;
    outline: 2px solid #fff;
	outline-offset: -16px;
    z-index: 1;
}

.topimgone{
    background-image: url("image/topimage_one.jpg");
}

.topimgtwo{
    background-image: url("image/topimage_two.jpg");
}

.topimgthree{
    background-image: url("image/topimage_three.jpg");
}

/*グローバルナビ*/
.gnav {
	margin: 0 auto 64px;
	text-align: right;
}

.gnav .nav-item {
	display: inline-block;
	margin: 0 48px;
    font-size: 24px;
    color: #333333;
}

.nav-item　a:hover{
	color:#CC99A2;
	transition: 0.2s;
}

.nav-item a,.nav-item a:visited {
    color: #333333;
}

/*Style*/
.style {
	}


.instagramitem {
    margin: 6px;
	width: 168px;
	height: 168px;
	float: left;
}

.instagramitem:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.instagramitem > a > div{
	width               : 100%;
	height              : 100%;
	background-position : center;
	background-size     : cover;
	overflow            : hidden;
}

.style-box1 {
	position: relative;
}

.style-box1 .sectioncaption {
	position: absolute;
	right: 0px;
	vertical-align: middle;
}

/*From Calm..*/
.fromcalm {
}

.fromcalm-box1 {
	position: relative;
}

.fromcalm-box1 .sectioncaption {
	position: absolute;
	right: 0px;
	vertical-align: middle;
}

.rss-list {
    width:100%;
	margin:0px auto;
}
.rss-list a {
	position:relative;
    float: left;
    width: 240px;
	overflow:hidden;
	display:inline-block;
	font-size:1.6rem;
}

.rss-list a:nth-child(-n + 3){
    margin: 0 35px 0 0;
}

.rss-list a:hover {
	opacity: 0.7;
    transition: 0.2s;
}


.rss-image {
	width:100%;
    height: 160px;
	background-position : center;
	background-size     : cover;
	overflow            : hidden;
}

.rss-title {
	padding:4px 5px;
}

.rss-date {
    padding: 2px 5px;
    font-size: 1.4rem;
    color: #CC99A2;
}

/*Concept*/
.concept {
	
}

.concept-box1 {
    float: right;
}

.concept-box1 ul li img {
    width: 320px;
    height: 256px;
    margin: 0 0 20px 0; 
}


.concept-box2 {
    width: 640px;
    float: left;
}

.concept-box2 p {
    width: 608px;
    margin: 70px 0 88px;
    line-height: 40px;
}

.concept-box2 a {
    width: 400px;
    height: 50px;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border: solid #333333 1px;
}

.concept-box2 a:hover {
    opacity: 0.7;
}


/*Location*/
.location {
}

.location-box1 {
    width: 600px;
    height: 500px;
    float: right;
}

.location-box2 {
    width: 400px;
    float: left;
}

.location-box2 p {
    margin: 88px 0;
    line-height: 40px;
}

.location-box2 a {
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border: solid #333333 1px;
}

.location-box2 a:hover {
    opacity: 0.7;
}



/*タブレット*/
@media (max-width: 1024px) {

	.instagramitem {
		width: 152px;
		height: 152px;
	}
	
	.fromcalm {
		margin-bottom: 88px!important;
	}
	
    .rss-list a {
    width: 300px;
    margin: 0 96px 72px!important;
}
	
	
    .rss-image {
        height: 200px;
    }
    
	.location-box1 {
		width: 582px;
	}
	
}

@media (max-width: 896px) {
    
    .topmv {
        width: 472px;
        height: 472px;
}

    .slideimage {
        width: 472px;
        height: 472px;
        outline: 2px solid #fff;
        outline-offset: -16px;
    }
	
	.instagramitem {
		width: 133.6px;
		height: 133.6px;
	}
	
    .instagramitem:nth-child(n + 12){
        display: none;
    }
    
    .rss-list a {
        margin: 0 32px 32px!important;
	}
    
	.concept-box1 ul li img {
        width: 240px;
        height: 192px;
        margin: 0 0 20px 0;
    }
    
    
    .concept-box2 {
        width: 424px;
    }
    
    .concept-box2 p {
        width: 424px;
        margin: 32px 0;
        line-height: 32px;
    }
    
    .concept-box2 a {
        left: 50px;
        width: 300px;
        height: 50px;
        line-height: 50px;
        border: solid #333333 0.5px;
    }

    .location-box1 {
		width: 360px;
        height: 400px;
	}
    
    .location-box2 {
        width: 320px;
    }
    
    .location-box2 p {
        margin: 44px 0;
        line-height: 40px;
    }
    
    .location-box2 a {
        left: 50px;
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: solid #333333 0.5px;
    }
    
    
}

@media (max-width: 468px) {
    
    header {
	height: 56px !important;
}

    
    .hero {
        height: 440px;
        margin: 0px auto 32px;
    }

    
    .toplogo {
        width: 200px;
        height: 160px;
        top: 176px;
        left: 0px;
        background-size: 200px auto;
    }
    
    .subtitle {
        top: 344px;
        left: auto;
        right: 0px;
    }

    .subtitle-inner {
        position: relative;
    }
    
    .subtitle-inner img {
        width: 38px;
        margin: 0 0 4px 0;
        position: absolute;
        left: -45px;
        top: 4px;
    }

    .subtitle p {
        font-size: 1.6rem;
        line-height: 24px;
        letter-spacing: 1.5px;
    }
    
    .topmv {
        margin: 0 0 0 auto;
        width: 264px;
        height: 240px;
    }
    
    .slideimage {
        width: 264px;
        height: 240px;
        outline: 1px solid #fff;
        outline-offset: -8px;
}
    
    .instagramitem {
        margin: 2.5px;
        width: 100px;
        height: 100px;
    }
    
    .instagramitem:nth-child(n + 11){
        display: none;
    }
    
    .rss-list a {
		width: 150px;
	}
    
    .rss-list a:nth-child(odd){
        margin: 0 15px 22px 0!important;
    }
    
    .rss-list a:nth-child(even){
        margin: 0 0 22px 0!important;
    }
    
    .rss-image {
        height: 100px;
    }
    
    .rss-date {
        padding: 2px 5px;
        font-size: 1.2rem;
    }
    
    .rss-title {
        padding:2px 5px;
        font-size: 1.2rem;
    }

    
    
    .mgr-15 {
        margin-right: 15px;
    }
    
    .concept .sectiontitle,.location .sectiontitle {
        margin: 0 0 24px 0;
    }
    
    .concept-box1{
        float: none;
        margin: 0 0 24px 0;
    }
    
    .concept-box1 ul li {
        display: inline-block;
    }
    
    .concept-box1 ul li img {
        width: 150px;
        height: 120px;
        margin: 0;
    }
    
    .mg-r10 {
        margin-right: 10px;
    }
    
    .concept-box2 {
        width: 315px;
    }
    
    .concept-box2 p {
        width: 315px;
        margin: 0 0 32px 0;
        line-height: 24px;
    }
    
    .concept-box2 a {
        width: 272px;
        height: 40px;
        line-height: 40px;
        border: solid #333333 0.5px;
    }
    
    .location-box1 {
        width: 315px;
        height: 350px;
        margin: 0 0 24px 0;
        float: none;
    }

    .location-box2 {
        width: 315px;
        float: none;
    }

    .location-box2 p {
        margin: 0 0 24px 0;
        line-height: 24px;
    }

    .location-box2 a {
        width: 272px;
        height: 40px;
        line-height: 40px;
        border: solid #333333 0.5px;
    }
    
    
}
