@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@300&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
	font-size: 14px;
	color: #000000;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	list-style-type: none;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* Safari */
}

a {
	color: #000000;
	text-decoration: none;
	transition: 0.5s;
}
a:hover {
	color: #999999;
}

@media screen and (max-width: 999px) {
	#pc {display: none;}
}
@media screen and (min-width:1000px) {
	#sp {display: none;}
}

#ctr {text-align: center;}
#lft {text-align: left}

#w100 {width: 100%;}

.iv{
  opacity: 0;
}

/* animate.css設定 */
/*
#anime_op {
	animation-delay: 1s;
	animation-duration: 3s;
	animation-timing-function: ease-out;
}
p#animate {
	animation-duration: 2s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
}
*/


/* ================================================================================
　NAVIGATION
================================================================================ */

@media screen and (max-width: 1199px) {
	#navigation_pc {
		display: none;
	}
	#navigation_sp {
		z-index: 100000000000000000000000000000000;
		position: fixed;
		top: 0;
		display: block;
		float: left;
		width: 100%;
		height: 70px;
		background: rgba(255, 255, 255, 0.7);
		font-size: 11pt;
		color: #000;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.header_link {
		position: fixed;
		top: 0;
		left: 10px;
		z-index: 1000;
		display: flex;
		justify-content: space-between;
		width: 100px;
	}
	.header_link img {
		width: 45px;
	}

	.logo {
		position: relative;
		top: 5px;
		left: calc((100% - 150px) / 2);
		display: block;
		float: left;
		width: 150px;
		margin: 0;
		clear: both;
	}
	.logo img {
		width: 100%;
		height: auto;
	}

	.menu-trigger {
		z-index: 400;
		position: fixed;
		top: 23px;
		right: 20px;
		display: inline-block;
		width: 20px;
		height: 18px;
		vertical-align: middle;
		cursor: pointer;
	}
	.menu-trigger span {
		z-index: 400;
		position: absolute;
		left: 0;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: 2px;
		background-color: #666;
		transition: all .5s;
	}
	.menu-trigger.active span {
		background-color: #666;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		z-index: 400;
		position: absolute;
		transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		z-index: 400;
		position: absolute;
		transform: translateY(-8px) rotate(45deg);
	}

	.navi_sp {
		z-index: 300;
		position: fixed;
		top: 0;
		right: 0;
		width: 250px;
		height: 100%;
		background-color: rgb(255, 255, 255, 0.8);
		margin: 0;
		padding-top: 50px;
		transform: translate(250px);
		transition: all .5s;
	}
	.navi_sp.open {
		transform: translateZ(0);
	}

	.navi_sp ul li {
		display: block;
		float: left;
		width: 250px;
		list-style-type: none;
		text-align: center;
		margin-left: -35px;
		padding: 0;
		clear: both;
	}
	.navi_sp ul li p,
	.navi_sp ul li a {
		position: relative;
		display: block;
		float: left;
		width: 250px;
		line-height: 1.2em;
		margin: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		clear: both;
		cursor: pointer;
		transition: 0.5s;
	}
}
@media screen and (min-width:1200px) {
	#navigation_sp {
		display: none;
	}
	#navigation_pc {
		z-index: 1000000;
		position: fixed;
		top: 0;
		display: block;
		float: left;
		width: 100%;
		height: 85px;
		background: rgba(255, 255, 255, 0.7);
		clear: both;
	}
	.header_link {
		position: fixed;
		top: 0;
		left: 60px;
		z-index: 1000;
		display: flex;
		justify-content: space-between;
		width: 150px;
	}

	.logo {
		display: block;
		float: left;
		width: 190px;
		margin-top: 5px;
		margin-left: 30px;
		clear: right;
	}
	
	.navi_pc {
		position: absolute;
		right: 20px;
		display: block;
		float: left;
		width: 940px;
		margin-top: 30px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		clear: right;
	}
	.navi_pc li {
		display: block;
		float: left;
		clear: right;
	}
	.navi_pc li p,
	.navi_pc li a {
		display: block;
		float: left;
		cursor: pointer;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		clear: both;
		transition: all 0.5s ease;
	}
	.navi_pc li p:hover,
	.navi_pc li a:hover {
		/* background-color: #f0f0f0;*/
	}

	/* WEBSHOP DROP MENU */
	.dropmenu {
		position: relative;
	}
	.dropmenu ul{
		position: absolute;
		top: 50px;
		box-sizing: unset;
	}
	.dropmenu_list {
		z-index: 1;
		position: absolute;
		left: -120px;
		display: none;
		float: left;
		background-color: rgba(242, 229, 216, 0.7);
		margin-top: -20px;
		padding: 20px;
		clear: both;
		overflow: visible;
	}
	.dropmenu_list li {
		display: block;
		float: left;
		clear: both;
	}
	.dropmenu_list li a {
		display: block;
		float: left;
		width: 200px;
		text-align: left;
		line-height: 1.2em;
		text-align: center;
		margin-left: 0px;
		margin-bottom: 5px;
		padding: 3px 10px 6px 10px;
		clear: both;
		white-space: nowrap;
	}
	.dropmenu_list li a:hover {
		background: rgba(250, 245, 240, 1);
		color: #231815;
	}

	/* SNS DROP MENU */
	.dropmenu2 {
		position: relative;
	}
	.dropmenu2 ul{
		position: absolute;
		top: 50px;
		box-sizing: unset;
	}
	.dropmenu2_list {
		z-index: 1;
		position: absolute;
		left: -200px;
		display: none;
		float: left;
		background-color: rgba(235, 203, 209, 0.7);
		margin-top: -20px;
		padding: 20px;
		clear: both;
		overflow: visible;
	}
	.dropmenu2_list li {
		display: block;
		float: left;
		clear: both;
	}
	.dropmenu2_list li a {
		display: block;
		float: left;
		width: 200px;
		text-align: left;
		line-height: 1.2em;
		text-align: center;
		margin-left: 0px;
		margin-bottom: 5px;
		padding: 3px 10px 6px 10px;
		clear: both;
		white-space: nowrap;
	}
	.dropmenu2_list li a:hover {
		background: rgba(247, 230, 233, 1);
		color: #231815;
	}
}


/* ================================================================================
　WRAPPER
================================================================================ */

.slide {
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

.wrapper {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 100px;
	clear: both;
}
.wrapper#beige {
	background-color: #f1eee9;
}
.wrapper#bottom {
	background-image: url("../images/bottom_img.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	padding-bottom: 300px;
}
@media screen and (min-width:600px) {
	.wrapper#bottom {
		padding-bottom: 800px;
	}
}

.container,
.container100 {
	z-index: 10;
	position: relative;
	left: 0px;
}

@media screen and (max-width: 599px) {
	.container {
		display: block;
		float: left;
		width: 94%;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 3%;
		margin-right: 3%;
		padding: 0;
		clear: both;
	}
	.container100 {
		display: block;
		float: left;
		width: 100%;
		background: #ffffff;
		margin: 0;
		padding: 0;
		clear: both;
	}
}
@media screen and (min-width:600px) and (max-width: 999px) {
	.container {
		position: relative;
		left: calc((100% - 600px) / 2);
		display: block;
		float: left;
		width: 600px;
		margin-top: 0;
		margin-bottom: 0px;
		clear: both;
	}
	.container100 {
		display: block;
		float: left;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0px;
		clear: both;
	}
}

@media screen and (min-width:1000px) {
	.container {
		position: relative;
		left: calc((100% - 1000px) / 2);
		display: block;
		float: left;
		width: 1000px;
		margin-top: 0;
		margin-bottom: 0px;
		clear: both;
	}
	.container100 {
		display: block;
		float: left;
		width: 100%;
		background: #ffffff;
		margin-top: 0;
		margin-bottom: 0px;
		clear: both;
	}
}


/* ================================================================================
　CATEGORY CONTENTS
================================================================================ */

h1 {
	display: block;
	float: left;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	line-height: 2em;
	margin-top: 50px;
	clear: both;
}
@media screen and (max-width: 999px) {
	h1 {
		font-size: 16px;
	}
}

.cat_caption,
.caption {
	display: block;
	float: left;
	width:100%;
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	padding: 0px;
	clear: both;
}
@media screen and (max-width: 599px) {
	.caption {
		text-align: left;
	}
}
@media screen and (max-width: 999px) {
	.cat_caption,
	.caption {
		margin-top: 40px;
	}
}
@media screen and (min-width:1000px) {
	.cat_caption,
	.caption {
		margin-top: 30px;
	}
}
.cat_caption span,
.caption span {
	position: relative;
	top: 5px;
}
.cat_caption b,
.caption b {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 1.3em;
	color: #96623b;
	clear: both;
}
.cat_caption strong,
.caption strong {
	display: block;
	float: left;
	width: 100%;
    font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 5px;
	clear: both;
}
.cat_caption strong big,
.caption strong big {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #96623b;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.cat_caption strong big,
	.caption strong big {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 5px;
		clear: both;
	}
}

.cat_caption strong span,
.caption strong span {
	position: relative;
	top: -2px;
	font-size: 14px;
}
.cat_caption strong small,
.caption strong small {
	position: relative;
	top: -2px;
	font-size: 12px;
	margin-left: 5px;
}



.cat_caption img,
.caption img {
	width: 100%;
	height: auto;
}
.cat_caption img#c_insta,
.caption img#c_insta {
	width: 30px;
	height: auto;
	margin-top: 10px;
	margin-bottom: -10px;
}

.cat_caption img#w70,
.caption img#w70 {
	width: 70%;
	height: auto;
}
@media screen and (max-width: 699px) {
	.cat_caption img#w70,
	.caption img#w70 {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 999px) {
	.cat_ttl {
		position: relative;
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.cat_ttl#bridal {
		background-image: url("../images/cat_ttl_bg_sp_bridal.jpg");
	}
	.cat_ttl#decoration {
		background-image: url("../images/cat_ttl_bg_sp_decoration.jpg");
	}
	.cat_ttl#gift {
		background-image: url("../images/cat_ttl_bg_sp_gift.jpg");
	}
	.cat_ttl#plants {
		background-image: url("../images/cat_ttl_bg_plants.jpg");
	}
	.cat_ttl#profile {
		background-image: url("../images/cat_ttl_bg_sp_profile.jpg");
	}
	.cat_ttl span {
		display: block;
		float: left;
		width:90%;
		clear: both;
	}
	.cat_ttl span#plants img {
		width: auto;
		height: 350px;
	}
}
@media screen and (min-width:1000px) {
	.cat_ttl {
		position: relative;
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		height: 500px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.cat_ttl#bridal {
		background-image: url("../images/cat_ttl_bg_bridal.jpg");
	}
	.cat_ttl#decoration {
		background-image: url("../images/cat_ttl_bg_decoration.jpg");
	}
	.cat_ttl#gift {
		background-image: url("../images/cat_ttl_bg_gift.jpg");
	}
	.cat_ttl#plants {
		background-image: url("../images/cat_ttl_bg_plants.jpg");
	}
	.cat_ttl#profile {
		background-image: url("../images/cat_ttl_bg_profile.jpg");
	}
	.cat_ttl span {
		display: block;
		float: left;
		width:730px;
		clear: both;
	}
	.cat_ttl span#b30 {
		position: absolute;
		left: calc((100% - 1000px) / 2);
		bottom: 30px;
		width:468px;
	}
}
@media screen and (max-width: 750px) {
	.cat_ttl img {
		width: 95%;
		height: auto;
	}
}

.cat_subttl {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	clear: both;
}
.cat_subttl b {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	color: #5a4f47;
	clear: both;
}
.cat_subttl span {
	display: block;
	float: left;
	width: 100%;
	/*
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	*/
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.4em;
	padding: 5px 0;
	clear: both;
}
.cat_subttl strong {
	display: block;
	float: left;
	width: 100%;
    font-family: 'Noto Serif JP', serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 1em;
	clear: both;
}
@media screen and (max-width: 750px) {
	.cat_subttl img {
		width: 90%;
		height: auto;
	}
}

.gradationend_line {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    text-align: center;
}
.gradationend_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #aaa 25%, #aaa 75%, transparent);
    background-image: linear-gradient(to right, transparent, #aaa 25%, #aaa 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.gradationend_line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #aaa 25%, #aaa 75%, transparent);
    background-image: linear-gradient(to right, transparent, #aaa 25%, #aaa 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

/* ITEM SLIDER */
.item_slider,
.item_slider2 {
	display: block;
	float: left;
	width: 100%;
	border-top: 10px solid #fff;
	margin: 30px auto 0 auto;
	clear: both;
}
.slider-img {
	position: relative;
	margin: 0 10px;
}
.slider-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.slider-img span {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 100px;
	height: 30px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.item_slider .slick-slide{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.item_slider .slick-list {
    padding: 0 100px 0 80px !important;
}
.item_slider2 .slick-slide{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.item_slider2 .slick-list {
    padding: 0 80px 0 50px !important;
}







.container3 {
    background-color: #fff;
    display: block;
	float: left;
    width: 400px;
    height: 1000px;
		clear: right;
}
.slider {
    display: flex;
    flex-direction: column-reverse;

    background-color: #efefef;
    overflow: hidden;
}

.slider-list {
    display: flex;
    height: 500px;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow 20s infinite linear;
    list-style: none;
}
.slider-list2 {
    display: flex;
    height: 500px;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow2 20s infinite linear;
    list-style: none;
}

.slider-item {
    width: 400px;
    height: 250px;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}

/*
.slider:hover .slider-list {
    animation-play-state: paused;
}
*/

@keyframes slideShow {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }
}


@keyframes slideShow2 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}




/* ARROWS */
.item_slider .slick-arrow,
.item_slider2 .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: calc(50% - 15px);
	transform: translateY(-40%);
	z-index: 10;
}
.item_slider .slick-arrow:hover,
.item_slider2 .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.item_slider .prev-arrow,
.item_slider2 .prev-arrow {
	left: 20px;
}
.item_slider .next-arrow,
.item_slider2 .next-arrow {
	right: 20px;
}

/* DOTS */
.slick-dots{
	bottom: -40px!important;
}
.slick-dots li{
	width: 15px!important;
}
.slick-dots li button:before{
	font-size: 30px!important;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	color: #333333!important;
}






/*
.vertical_slider{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000px;
  width: 100%;
  max-width: 800px;
  position: relative;
  overflow: hidden;
}
*/
.vertical_slider{
	position: relative;
	top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 700px;
	height: 800px;
	/*
	width: 100%;
	max-width: 800px;
	*/
	margin-left: 150px;
	margin-bottom: 100px;
	overflow: hidden;
}

.swiper{
	position: absolute!important;
	width: calc(50% - 10px);
	height: 100%;
}
.swiper.swiper1{
	left: 0;
	top: 0;
}
.swiper.swiper2{
	left: calc(50% + 10px);
	top: 0;
}
/* スライドの動き等速 */
.swiper-wrapper {
	transition-timing-function: linear !important;
}
/* 画像のサイズ調整 */
.swiper-slide img {
	height: 100%;
	width: 150%;
	margin-left: -25%;
	max-width: none;
	object-fit: cover;
	transform: skew(10deg);
}











.orderform_copy {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.orderform_copy:before {
	margin-right: 1rem;
	content: '＼';
}
.orderform_copy:after {
	margin-left: 1rem;
	content: '／';
}


a.orderform_btn {
	display: block;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 100vw;
	background: #f1eee9;
	margin: auto;
	padding: 1rem 4rem;
	color: #333;
}
a.orderform_btn:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: #333;
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #a19b92;}
	70% {box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);}
}


a.orderform_btn2 {
	display: block;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 100vw;
	background: #fff;
	margin: auto;
	padding: 1rem 4rem;
	color: #333;
}
a.orderform_btn2:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad27 1.5s infinite;
	color: #333;
}
@keyframes shad27 {
	0% {box-shadow: 0 0 0 0 #ccc;}
	70% {box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);}
}






/* ================================================================================
　COVER
================================================================================ */

@media screen and (max-width: 1000px) {
	#cover_sp {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
	}
	#cover_pc {
		display: none;
	}
	#cover_sp img {
		position: relative;
		top: calc((100vh - 225px) / 2);
		left: calc((100% - 200px) / 2);
		width: 200px;
	}
}
@media screen and (min-width:1000px) {
	#cover_sp {
		display: none;
	}
	#cover_pc {
		width: 100%;
		height: 100vh;
		margin-top: 0;
		padding: 0;
	}
	#cover_pc img {
		position: relative;
		top: calc((100vh - 150px) / 2);
		left: calc((100% - 500px) / 2);
		width: 500px;
	}
}
.vegas-animation-kenburns {
    animation: kenburns ease-out;
}
@keyframes kenburns {
    0% { transform: scale(1.1);}
    50% { transform: scale(1);}
    100% { transform: scale(1);}
}


.scrollicon{
	position: absolute;
	left: 50%;
	bottom: 10px;
	height: 50px;
}
.scrollicon span{
	position: absolute;
	left: -20px;
	top: -25px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.scrollicon::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #fff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height: 0;
		top: 0;
		opacity: 0;
	}
	30%{
		height: 30px;
		opacity: 1;
	}
	100%{
		height: 0;
		top: 50px;
		opacity: 0;
	}
}
@media screen and (max-width: 1000px) {
	.cover_s {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		height: 250px;
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: cover;
		margin: 0;
		padding: 0;
	}
	.cover_s#contact {
		background-image: url("../images/ttl_contact_sp.jpg");
	}
	.cover_s#policy {
		background-image: url("../images/ttl_policy_sp.jpg");
	}
}
@media screen and (min-width:1000px) {
	.cover_s {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: cover;
		margin-top: 0;
		padding: 0;
	}
	.cover_s#contact {
		background-image: url("../images/ttl_contact.jpg");
	}
	.cover_s#policy {
		background-image: url("../images/ttl_policy.jpg");
	}
}


/* ================================================================================
　BRIDAL
================================================================================ */

/* Q&A */
@media screen and (max-width: 999px) {
	dl.qa {
		display: block;
		float: left;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;
		clear: both;
	}
	dl.qa dt {
		display: block;
		float: left;
		width: 100%;
		background: #ededf5;
		margin: 0;
		padding: 10px 0;
		clear: both;
	}
	dl.qa dd {
		display: none;
		width: 100%;
		margin: 0;
		padding: 10px 0 0 0;
		clear: both;
	}
	
	.qa_question {
		display: flex;
		align-items: center;
		width: calc(100% - 80px);
		min-height: 35px;
		background-image: url("../images/qa_q.png");
		background-repeat: no-repeat;
		background-position: center left;
		font-size: 14px;
	    font-weight: bold;
		line-height: 1.3em;
		color: #333333;
		margin: 0 0 0 10px;
		padding: 0 30px;
		cursor: pointer;
	}
	.qa_question::after {
		position: absolute;
		right: 20px;
		content: '';
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
		width: 0.7em;
		height: 0.7em;
		border: 1px solid #000000;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		transition: 0.5s;
		margin: 0 0 0 0;
	}
	dl.qa dt.open .qa_question::after {
		transform: translateY(25%) rotate(-45deg);
	}
	.qa_answer {
		display: block;
		float: left;
		width: calc(100% - 50px);
		background-image: url("../images/qa_a.png");
		background-repeat: no-repeat;
		background-position: top left;
		margin: 0 0 0 10px;
		padding: 0 0 10px 30px;
		clear: right;
	}
}
@media screen and (min-width:1000px) {
	dl.qa {
		display: block;
		float: left;
		width: 100%;
		margin: 10px 0 0 0;
		clear: both;
	}
	dl.qa dt {
		display: block;
		float: left;
		width: 100%;
		background: #ededf5;
		margin: 0;
		padding: 0;
		clear: both;
	}
	dl.qa dd {
		display: none;
		width: 100%;
		margin: 0;
		padding: 10px 0 0 0;
		clear: both;
	}
	
	.qa_question {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 50px;
		background-image: url("../images/qa_q.png");
		background-repeat: no-repeat;
		background-position: center left;
		font-size: 14px;
	    font-weight: bold;
		margin: 0 0 0 30px;
		padding: 0 0 0 40px;
		cursor: pointer;
	}
	.qa_question::after {
	    position: absolute;
		right: 20px;
		content: '';
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
		width: 0.7em;
		height: 0.7em;
		border: 1px solid #000000;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		transition: 0.5s;
	}
	dl.qa dt.open .qa_question::after {
		transform: translateY(25%) rotate(-45deg);
	}
	.qa_answer {
		display: block;
		float: left;
		width: calc(100% - 100px);
		background-image: url("../images/qa_a.png");
		background-repeat: no-repeat;
		background-position: top left;
		margin: 0px 30px 10px 30px;
		padding: 0 0 0 40px;
		clear: right;
	}
}


/* ARTIFICIAL */
@media screen and (max-width: 999px) {
	.artificial_list,
	.artificial_list2 {
		display: block;
		float: left;
		width: 100%;
		margin-top: 30px;
		padding: 0;
		clear: both;
	}
	.artificial_list li {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
		clear: both;
	}
	.artificial_list li:nth-child(2) {
		margin-top: 30px;
	}
	.artificial_list2 li {
		display: block;
		float: left;
		width: calc(50% - 5px);
		text-align: center;
		margin: 0 5px 0 0;
		clear: right;
	}
	.artificial_list2 li:nth-child(2) {
		margin: 0 0 0 5px;
	}
}
@media screen and (min-width:1000px) {
	.artificial_list,
	.artificial_list2 {
		display: block;
		float: left;
		width: 100%;
		margin-top: 30px;
		padding: 0;
		clear: both;
	}
	.artificial_list li,
	.artificial_list2 li {
		display: block;
		float: left;
		width: calc(50% - 30px);
		text-align: center;
		margin: 0 15px;
		clear: right;
	}
}

.artificial_list li b {
	display: block;
	float: left;
	width: 100%;
	background: #ededf5;
	text-align: center;
    font-weight: normal;
	margin-bottom: 15px;
	padding: 5px 0;
	clear: both;
}

.artificial_list li strong {
	display: block;
	float: left;
	width: 100%;
    font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	margin-top: 15px;
	clear: both;
}
.artificial_list li strong big {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}
.artificial_list li strong small {
	position: relative;
	top: -2px;
	font-size: 12px;
	margin-left: 5px;
}

.artificial_list li a {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #aaa;
	font-size: 13px;
	border-radius: 10px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 10px 0;
	clear: both;
	transition: 0.5s;
}
.artificial_list li a:hover {
	background: #f0f0f0;
	color: #000;
}

.artificial_list2 li video {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}


/* ================================================================================
　PLANTS
================================================================================ */

@media screen and (max-width: 999px) {
	.plants_img {
		display: block;
		float: left;
		width: 100%;
		margin: 50px 0 20px 0;
		padding: 0;
		clear: both;
	}
}
@media screen and (min-width:1000px) {
	.plants_img {
		position: relative;
		left: calc((100% - 500px) / 2);
		display: block;
		float: left;
		width: 500px;
		margin: 80px 0 40px 0;
		padding: 0;
		clear: both;
	}
}
.plants_img img {
	width: 100%;
	height: auto;
}


/* ================================================================================
　COMPANY
================================================================================ */

@media screen and (max-width: 999px) {
	.company {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.company li {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
		clear: right;
	}
	.company li:first-child {
		background: #cccccc;
		padding: 5px 0;
	}
	.company li:nth-child(2) {
		padding: 5px 0 15px 0;
	}
}
@media screen and (min-width:1000px) {
	.company {
		position: relative;
		left: calc((100% - 500px) / 2);
		display: block;
		float: left;
		width: 500px;
		border-top: 1px solid #aaa;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.company li {
		display: block;
		float: left;
		margin: 0;
		padding: 5px 0;
		clear: right;
	}
	.company li:first-child {
		width: 150px;
		text-align: center;
	}
	.company li:nth-child(2) {
		width: calc(100% - 150px);
	}
}


* ================================================================================
　CONTACT
================================================================================ */

/*
@media screen and (max-width: 999px) {
	.contact {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.contact li {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
		clear: right;
	}
	.contact li:first-child {
		background: #cccccc;
		padding: 5px 0;
	}
	.contact li:nth-child(2) {
		padding: 5px 0 15px 0;
	}
}
*/

.contact {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.contact li {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	clear: right;
}
.contact li:first-child {
	background: #cccccc;
	padding: 5px 0;
}
.contact li:nth-child(2) {
	padding: 5px 0 15px 0;
}

@media screen and (min-width:1000px) {
	.contact {
		position: relative;
		left: calc((100% - 600px) / 2);
		display: block;
		float: left;
		width: 600px;
		border-top: 1px solid #aaa;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.contact li {
		display: block;
		float: left;
		text-align: left;
		margin: 0;
		padding: 5px 0;
		clear: right;
	}
	.contact li:first-child {
		background: none;
		width: 150px;
	}
	.contact li:nth-child(2) {
		width: calc(100% - 150px);
	}
}
.contact span {
	position: relative;
	top: 10px;
	left: 5px;
	font-size: 24px;
	color: #cc0000;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #999999;
}
textarea {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #999999;
}


input[type="submit"],
input[type="button"],
input[type="reset"] {
	appearance: none;
	-webkit-appearance: none;
	width: 180px;
	background: #ededf5;
	border-style: none;
	color: #000;
	text-align: center;
	margin: 20px 20px 0px 0px;
	padding: 10px 0;
	transition: .5s;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #f5f5fa;
}

.back_btn a {
	position: relative;
	left: calc((100% - 180px) / 2);
	display: block;
	float: left;
	width: 180px;
	background: #ededf5;
	border-style: none;
	color: #000;
	text-align: center;
	margin-top: 60px;
	padding: 10px 0;
	transition: .5s;
	clear: both;
}
.back_btn a:hover {
	background-color: #f5f5fa;
}


/* ================================================================================
　POLICY
================================================================================ */

@media screen and (max-width: 999px) {
	.policy {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
	}
}
@media screen and (min-width:1000px) {
	.policy {
		position: relative;
		left: calc((100% - 700px) / 2);
		display: block;
		float: left;
		width: 700px;
		margin-top: 10px;
		padding: 0;
		clear: both;
	}
}
.policy b {
	display: block;
	float: left;
    width:100%;
	margin-top: 10px;
	margin-bottom: 0;
	clear: both;
}


/* ================================================================================
　SLIDE UP
================================================================================ */

.slideup {
	z-index: 1000000;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	cursor: pointer;
}
.slideup p {
	display: block;
    width:70px;
	background: #666666;
	font-size: 14px;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 0px 10px 0px;
	transition: all 0.5s ease;
}
.slideup p:hover {
	text-decoration: none;
	background: #999999;
}

.slideup strong {
	display: block;
	float: left;
    width:100%;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	transform: rotate(90deg);
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0.4em;
	clear: both;
}


/* ================================================================================
　FOOTER
================================================================================ */

.footer {
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	width: 100%;
	background: #f0f0f0;
	font-size: 14px;
	color: #999999;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

@media screen and (max-width: 999px) {
	.footer_navi {
		display: block;
		float: left;
		width: 100%;
		margin: 30px 0;
		clear: both;
	}
	.footer_navi li {
		display: block;
		float: left;
		width: 100%;
		margin-top: 10px;
		clear: right;
	}
	.footer_navi li p,
	.footer_navi li a {
		display: block;
		float: left;
		width: 100%;
	    color: #000000;
		line-height: 1em;
		letter-spacing: 0.05em;
		text-align: center;
		margin: 0 0 10px 0px;
		padding: 0;
		clear: both;
		cursor: pointer;
		transition: 0.5s;
	}
}
@media screen and (min-width:1000px) {
	.footer_navi {
	    display: flex;
		frex-direction: row;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		height: 80px;
		background-color: #f1eee9;
		text-align: center;
		margin: 0;
	}
	.footer_navi li {
		display: block;
		float: left;
		margin: 0 10px;
		clear: right;
	}
	.footer_navi li p,
	.footer_navi li a {
		display: block;
		float: left;
		width: 100%;
	    color: #000000;
		line-height: 1em;
		margin: 0 0 10px 5px;
		padding: 0;
		clear: both;
		cursor: pointer;
		transition: 0.5s;
	}
	.footer_navi li p:hover,
	.footer_navi li a:hover {
	    color: #777;
	}
}

.footer_rights {
	display: block;
	float: left;
	width: 100%;
	background: #5b5749;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 10px 0 15px 0;
	clear: both;
}


/* ================================================================================
　TOP BOTTOM MARGIN
================================================================================ */

.mt0,#mt0 {margin-top: 0px;}
.mt10,#mt10 {margin-top: 10px;}
.mt20,#mt20 {margin-top: 20px;}
.mt30,#mt30 {margin-top: 30px;}
.mt40,#mt40 {margin-top: 40px;}
.mt50,#mt50 {margin-top: 50px;}
.mt60,#mt60 {margin-top: 60px;}
.mt70,#mt70 {margin-top: 70px;}
.mt80,#mt80 {margin-top: 80px;}
.mt90,#mt90 {margin-top: 90px;}
.mt100,#mt100 {margin-top: 100px;}

.mb0,#mb0 {margin-bottom: 0px;}
.mb10,#mb10 {margin-bottom: 10px;}
.mb20,#mb20 {margin-bottom: 20px;}
.mb30,#mb30 {margin-bottom: 30px;}
.mb40,#mb40 {margin-bottom: 40px;}
.mb50,#mb50 {margin-bottom: 50px;}
.mb60,#mb60 {margin-bottom: 60px;}
.mb70,#mb70 {margin-bottom: 70px;}
.mb80,#mb80 {margin-bottom: 80px;}
.mb90,#mb90 {margin-bottom: 90px;}
.mb100,#mb100 {margin-bottom: 100px;}

.pt0,#pt0 {padding-top: 0px;}
.pt10,#pt10 {padding-top: 10px;}
.pt20,#pt20 {padding-top: 20px;}
.pt30,#pt30 {padding-top: 30px;}
.pt40,#pt40 {padding-top: 40px;}
.pt50,#pt50 {padding-top: 50px;}
.pt60,#pt60 {padding-top: 60px;}
.pt70,#pt70 {padding-top: 70px;}
.pt80,#pt80 {padding-top: 80px;}
.pt90,#pt90 {padding-top: 90px;}
.pt100,#pt100 {padding-top: 100px;}

.pb0,#pb0 {padding-bottom: 0px;}
.pb10,#pb10 {padding-bottom: 10px;}
.pb20,#pb20 {padding-bottom: 20px;}
.pb30,#pb30 {padding-bottom: 30px;}
.pb40,#pb40 {padding-bottom: 40px;}
.pb50,#pb50 {padding-bottom: 50px;}
.pb60,#pb60 {padding-bottom: 60px;}
.pb70,#pb70 {padding-bottom: 70px;}
.pb80,#pb80 {padding-bottom: 80px;}
.pb90,#pb90 {padding-bottom: 90px;}
.pb100,#pb100 {padding-bottom: 100px;}

