@charset "UTF-8";


html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
	line-height: 2;
	color: #444;
}

img {
	width: 100%;
	height: auto;
}

.pc-inner,
.pc {
	display: none;
}

.ipad {
	display: none;
}


/*-------------------------------------

class

--------------------------------------*/

.flex {
	display: flex;
}

.center {
	text-align: center;
}

.inner {
	padding: 50px 20px 0;
}

.about-inner {
	padding: 50px 20px 20px;
}

.about-text {
	font-size: 16px;
	margin-bottom: 200px;
}

.auto {
	margin: 0 auto;
}

/*-------------------------------------

header

--------------------------------------*/

.header {
	justify-content: space-between;
	z-index: 1;
	align-items: center;
    position: fixed;
    width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(220,159,180,.1);
}

.logo {
	width: 150px;
	height: auto;
}

.btn {
	position: relative;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: none;
	padding: 0;
	transition: .3s;
}

.nav-btn-bar {
	position: absolute;
	display: inline-block;
	width: 25px;
    height: 1px;
	border-radius: 1px;
	background-color: #444;
	transition: .3s;
}

.nav-btn-bar span {
	font-size: 2rem;
}

.nav-btn-bar:nth-child(1) {
	transform: translateY(-8px);
}

.nav-btn-bar:nth-child(3) {
	transform: translateY(8px);
}

.btn.btn-close .nav-btn-bar:nth-child(1){
	transform: rotate(45deg);
}

.btn.btn-close .nav-btn-bar:nth-child(2){
	transform: scaleX(0);
}

.btn.btn-close .nav-btn-bar:nth-child(3){
	transform: rotate(-45deg);
}

.btn-close.btn-trigger+.nav {
	left: 0;
}

.btn-close.btn {
	z-index: 11;
}

.btn-close~.nav-menu {
	display: block;
}

.nav-menu {
	color: #444;
    background-color: #fff;
	padding: 60px 0 30px;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	overflow-y: scroll;
	display: none;
	z-index: 10;
}

.nav-item {
	margin-bottom: 20px;
}

.nav-title {
	color: rgba(44,44,44,.5);
}

.nav-list + .nav-title {
	position: relative;
	padding-top: 20px;
}

.nav-list + .nav-title:after {
	content: '';
	width: 30%;
	height: 1px;
	display: inline-block;
	background: #444;
	position: absolute;
	top: 0;
	left: 35%;
}

.nav-sns {
	justify-content: center;
}

.slider {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 70px;
}

.slide-li {
	height: 80vh;
}

.slider-img {
	object-fit:cover;
	width: 100%;
	height: 100%;
/*	filter: saturate(120%) opacity(60%);*/
	
}

.main-img {
	padding-top: 70px;
}

.main-image {
	object-fit: cover;
    width: 100%;
    height: 150px;
}

.catch-copy {
    position: absolute;
    bottom: 10%;
    padding: 1em;
    background: #fff;
}

.copy-text {
	font-size: 28px;
}

.copy-sabtext {
	font-size: 14px;
}



/*-------------------------------------

about us

--------------------------------------*/

.title-logo {
	width: 160px;
	height: auto;
}

.main-title {
	font-size: 24px;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flower:after {
	content: "";
	background-image: url("../img/flower.png");
	padding-bottom: 40px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;
}

/*-------------------------------------

link-btn

--------------------------------------*/

.h3-title {
	font-size: 18px;
	padding-top: 120px;
}

.h3-text {
	padding-bottom: 75px;
}

.jewelry-img,
.bridal-img {
	width: 270px;
	height: auto;
	position: relative;
}

.bg-shadow {
	box-shadow: 0px 0px 25px rgba(220,159,180,.2);
	position: relative;
}

.jewelry-inner {
	margin: 0 20px 220px;
}

.bridal-inner {
	margin: 0 20px 75px;
}

.decoration {
	position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 0;
	width: 100%;
	height: auto;
}

.en-title {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(50%,-100%);
	width: 50%;
}

.arrow {
	padding: 0 50px 25px 0;
	position: relative;
	text-align: right;
}

.arrow::before {
	content: "";
	border-right: 1px solid #444;
	width: 10px;
	height: 10px;
	transform: rotate(-60deg);
    display: inline-block;
    position: absolute;
	right: 51px;
    top: 16px;
}

.arrow::after {
	content: "";
	right: 0;
	top: 35%;
	width: 50px;
	border-bottom: 1px solid #444;
	margin-left: 10px;
	display: inline-block;
	
}

.a-box {
	padding: 10px;
	display: block;
	position: relative;
}

.company {
	background-image: url("../img/company.jpg");
	margin: 0 20px 75px;
	background-size: cover;
}

.company-title,
.contact-title {
	padding: 85px 0;
	border: solid 3px #fff;
}

.contact .arrow,
.company .arrow {
	position: absolute;
	bottom: 0;
	right: 0;
}

.contact {
	background-image: url("../img/contact.jpg");
	background-size: cover;
	margin: 0 20px 75px;
}

/*-------------------------------------

footer

--------------------------------------*/

.small {
	padding: 20px 0;
	display: inline-block;
}

/*-------------------------------------
---------------------------------------

jewelry,bridal-page/SP

---------------------------------------
--------------------------------------*/

.about {
	margin: 80px 20px;
}

.about-title {
	font-size: 30px;
}

.about-item {
	font-size: 18px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-item::before,
.about-item::after {
	border-top: 1px solid #444;
	content: "";
	flex-basis: 25px;
}

.about-item:before {
margin-right: 1rem;
}

.about-item:after {
margin-left: 1rem;
}

.reason-title {
	font-size: 20px;
	align-items: center;
    display: flex;
    justify-content: center;
	margin-bottom: 130px;
}

.reason-logo {
	width: 160px;
	height: auto;
	padding-right: 5px;
}

.bg {
	background-color: rgba(220,159,180,.3);
}

.reason-inner {
	padding-bottom: 50px;
	margin: 0 0 140px;
	position: relative;
	text-align: center;
}

.reason-text {
	font-size: 20px;
    text-align: left;
    padding: 110px 30px 30px;
}

.reason-text2 {
	display: inline-block;
    text-align: left;
	padding: 0 30px;
}

.number {
    width: 75px;
    height: auto;
    right: 0;
	top: 0;
    position: absolute;
	transform: translate(0%,-50%);
}

.even-number {
	left: 0;
}

.reason-img {
	position: absolute;
	top: 0;
	left: 50%;
    transform: translate(-50%, -50%);
}

.reason-img img {
	width: 270px;
	height: auto;
}

/*-------------------------------------
---------------------------------------

company/SP

---------------------------------------
--------------------------------------*/

.company-table {
	margin: 0 auto;
}

.company-table th {
	padding: 1em .5em .5em;
}

.company-table th {
	border-bottom: 3px solid #dc9fb4;
	vertical-align: bottom;
}

td {
	border-bottom: 1px solid #b1b1b1;
	padding: 1em .5em .5em;
	text-align: left;
}

.company-table dt {
	float: left;
}

.company-table dd {
	padding-left: 80px;
}

.mail {
	padding: 1em .5em .5em;
}

.access-text {
	margin-bottom: 50px;
}

.googlemap {
	position: relative;
	padding-top: 56.25%;
}

.map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------------------
---------------------------------------

contact/SP

---------------------------------------
--------------------------------------*/

.sns {
	justify-content: space-around;
    max-width: 500px;
    margin: 80px auto 160px;
}

.icon {
	width: 60px;
	height: auto;
	justify-content: space-evenly;
	padding: 15px;
}

@media screen and (min-width:751px) {

	.sp {
		display: none;
	}
	
	.ipad {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	
}
@media screen and (min-width:1024px) {
	
	.sp {
		display: none;
	}
	
	.ipad {
		display: none;
	}
	
	.pc {
		display: block;
	}
	
	/*-------------------------------------

	main/nav

	--------------------------------------*/
	
	.slide-li {
		height: 80vh;
	}

	.slick-list {
		width: 70%;
		margin: 0 0 0 auto;
	}
	
	.pc-inner {
		max-width: 1140px;
	}
	
	.pc-flex {
		display: flex;
		max-width: 1140px;
		margin: 0 auto 100px;
	}


	.link-btn {
		display: flex;
		margin: 0 2em 0 auto;
	}

	.link-item {
		padding-left: 2em;
	}
	
	.nav-menu {
		width: 50vh;
		height: 100vh;
		right: 0;
		top: 0;
	}
	
	.catch-copy {
		padding: 3em;
	}

	.copy-text {
		font-size: 30px;
	}

	.copy-sabtext {
		font-size: 14px;
	}
	
	/*-------------------------------------

	about

	--------------------------------------*/
	.about-inner {
		padding: 0 0 100px;
	}
	
	/*-------------------------------------

	link

	--------------------------------------*/
	
	.jewelry-inner {
		padding-left: 450px;
		max-width: 1000px;
		margin: 0 0 320px auto;
	}
	
	.bridal-inner {
		padding-right: 450px;
		max-width: 1000px;
	}
	
	.link-inner {
		width: 1140px;
		margin: 0 auto;
	}
	
	.jewelry-img,
	.bridal-img {
		width: 536px;
		height: auto;
	}
	
	.bridal-wrap {
		text-align: right;
		transform: translateX(10%);
	}
	
	.bridal-inner {
		margin: 0 20px 200px;
	}
	
	.jewelry-wrap {
		text-align: left;
		transform: translateX(-10%);
	}
	
	.jewelry-inner .en-title {
		transform: translate(150%,-10%);
		width: 35%;
	}
	
	.bridal-inner .en-title {
		transform: translate(30%,-10%);
		width: 35%;
	}
	
	.bridal-inner > .decoration {
		right: 50%;
		transform: translate(0,-50%);
	}
	
	.jewelry-inner > .decoration {
		left: 50%;
		transform: translate(0,-50%);
	}
	
	.decoration {
		transform: translate(-50%,-20%);
	}
	
	.h3-title {
		padding-top: 75px;
	}
	
	.company,
	.contact {
		width: 540px;
		height: auto;
	}
	
	/*-------------------------------------
	---------------------------------------
	
	jewelry,bridal-page/PC

	---------------------------------------
	--------------------------------------*/
	.about {
		margin: 160px auto 0;
		max-width: 1140px;
	}

	.main-image {
		height: auto;
	}
	
	.reason {
		max-width: 1140px;
		margin: 0 auto;
	}

	.reason-title {
		margin-bottom: 180px;
	}
	
	.reason-img {
		width: 540px;
		height: auto;
	}
	
	.reason-img img {
		width: 100%;
		height: auto;
	}
	
	.reason-inner {
		padding: 0 30px 100px 360px;
		max-width: 890px;
		margin: 0 0 200px auto;
	}

	.reason-title {
		font-size: 30px;
	}
	
	.reason-text {
		padding: 100px 0 30px;
	}
	
	.reason-text2 {
		padding: 0;
	}
	
	.reason-item {
		transform: translate(-70%,-20%);
	}
	
	.reason-img {
		left: 0;
		transform: translate(-40%,-20%);
	}
	
	.number {
		transform: translate(-30%, -50%);
		width: 190px;
		height: auto;
	}
	
	.even-inner {
		padding: 0 360px 100px 30px;
		margin: 0 auto 200px 0;
	}
	
	.even-img {
		transform: translate(110%,-25%);
		right: 0;
		top: 0;
	}
	
	.even-number {
		 transform: translate(30%,-50%);
   		 left: 0;
	}
	
	/*-------------------------------------
	---------------------------------------
	
	company-page/PC

	---------------------------------------
	--------------------------------------*/
	
	td {
		padding: 1em 3em .5em;
	}
	
	.mail {
		  padding: 1em 2em .5em;
	}
	
	.access {
		margin: 160px 100px 200px;
	}

	.googlemap {
		padding-top: 30%;
	}

	.company-table th {
		padding: 1em 1.5em .5em;
	}

}


