/*
Theme Name: FlowerDesigner2021
Template: twentytwenty
*/
@charset "UTF-8";
/*
リセット
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');

/* 追加-------------------------------------- */
.informations dl {
	margin:0px 0px 24px 0px;
}
/* reset-------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-family: "Zen Kaku Gothic New","URWHeiseiGothic","Hiragino Kaku Gothic ProN","Helvetica Neue", "Helvetica", "Hiragino Sans",  "Arial", "Yu Gothic", "Meiryo", sans-serif; */
	font-family: 'HinaMincho-Regular', serif; ;
	font-size: 62.5%; /* -> 10px */
	font-weight: normal;
	letter-spacing: 0.1rem;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	overflow: visible
}
ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color :#222222;
	outline: none;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}
a:focus {
	outline: none;
}
a[href^="tel:"] {
	color: white;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
p {
	font-size:1.2rem;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	border-radius: 0;
	/* background: transparent; */
}
button,
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: #ff0000;
}
.wrap{
	width: 100%;
	overflow-x: hidden;
}

/* common */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	/* background-color: #FAFAFA; */
}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}
.hide{ display: none;}
.btn{ display: block;}
.sp_only{ display: block!important;}
.tb_only{ display: block!important;}
.pc_only{ display: none!important;}
.ma_c{margin: 0 auto!important;}


/* 404 */
p.error {
	text-align: center;
	margin: 124px auto;
	font-size: 2em;
}










/*可変フォント*/
/* 365px - 1.1rem | 1500px - 1.6rem */
h1 {
	font-size: calc(1.1rem + (1.6 - 1.1 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
}
/* 320px - 2.5rem | 1500px - 4rem */
h2, h2 span, h4, h5, h6 {
	font-size: calc(2.5rem + (4 - 2.5 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
}
/* 320px - 3rem | 1500px - 4rem */
h3 {
	font-size: calc(3rem + (4 - 3 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
}
/* 320px - 1.2rem | 1500px - 2.1rem */
p,span,a,li,dl,dt,dd {
	font-size: calc(1.2rem + (2.1 - 1.2 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
}

@font-face {
	font-family: 'HinaMincho-Regular';
	src: local('HinaMincho-Regular'), url(../fonts/Hina_Mincho/HinaMincho-Regular.ttf) format('truetype');
	font-family: 'CinzelDecorative-Regular';
	src: local('CinzelDecorative-Regular'), url(../fonts/Cinzel/CinzelDecorative-Regular.otf) format('opentype');
}

h1,h3 {
	font-family: 'Cinzel Decorative', cursive;
	letter-spacing: 1.3rem;
}

h2,
h2 span{
	line-height: 4rem;
	display: block;
}
h2{
	margin-bottom: 4rem;
	letter-spacing: 3.5vw;
}
h2 span{
	font-size: calc(1.2rem + (4 - 2.5 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
	letter-spacing: 1.5vw;
}

section{
	padding: 7rem 2rem 0;
	max-width: 96rem;
	margin: 0 auto;
}

p{margin: 0 0 1rem;}

img {
	width: 100%;
}

.aright,.rightnum{text-align: right;}
.aleft{text-align: left;}

/*お問い合わせ・リンク用の共通設定*/
.deco_button ,
.skubutton{
	width: calc(100% - 18%);
	margin: 5rem 0rem 5rem auto;
	display: block;
}
.deco_button a {
	display: block;
	padding: 0.2rem 0rem 0.2rem 1.5rem;
	color: #fff;
}

.f_goth{
	font-family: "Zen Kaku Gothic New",sans-serif;
}


/*ナビゲーション設定*/
.active{ display: block!important;}
.navToggle{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 2.4rem;
	height: 1.5rem;
	z-index: 1000;
}
.navToggle span{
	position: absolute;
	display: block;
	width: 2rem;
	height: 0.2rem;
	background: #333;
	transition: all 300ms 0s ease;
	right: 0rem;
}
.navToggle span:first-child {
	top: 0rem;
}
.navToggle span:nth-child(2){
	top: 0.6rem;
}
.navToggle span:last-child {
	top: 1.2rem;
}
/* active時 */
.navToggle.active span:first-child {
	top: 0.6rem;
	transform: rotate(45deg);
}
.navToggle.active span:nth-child(2) {
	display: none;
}
.navToggle.active span:last-child{
	top: 0.6rem;
	transform: rotate(-45deg);
}

.main_nav { display: none;}
.main_nav {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #333;
	background-image: url(images/main_nav_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.9;
	z-index: 100;
	width: 100%;
	height: 100vh;
}
.main_nav>ul {
	display: flex;
	flex-flow: column nowrap;
	transition: all 300ms 0s ease;
	position: absolute;
	top: 10vh;
	right: 13%;
}
.main_nav>ul li,
.main_nav a {
	display: block;
	color: #efefef;
	font-size: 1.5rem;
	background-color: #1f2a58;
}
.main_nav>ul li {
	width: 100%;
	color: #efefef;
	text-align: right;
	margin: 0.7rem;
}

/*-----------------------------------------サイトヘッダー--*/
header {
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position: fixed;
	z-index: 1000;
	background-color: #fff;
}
.head-title {
	margin: 0 0 0 1rem;
}
.head-title a {
	display: flex;
	align-items: center;
}
.head-title img {
	width: 30px;
	height: 30px;
}
.head-title h1 {
	width: max-content;
	margin-left: 1rem;
	letter-spacing: 0.3rem;
}
.nav {
	display: flex;
	flex-flow: row wrap;
	margin-right: 3.5rem;
}
.nav li {
	border-left: 1px solid;
	padding: 0px 10px 0px 10px;
}

/*-----------------------------------------メインビジュアル--*/
.main_visual {
	width: 100%;
	height: 80vw;
	min-height: 30rem;
	max-height: 60rem;
	background-image: url(images/main_visual_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 5rem;
	position: relative;
	/* margin-bottom: 5rem; */
}
.main_visual_wrap {
	width: 100%;
	margin: 0 auto;
}
.main_visual span {
	max-width: 300px;
	position: absolute;
	top: 60px;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 3.3rem;
	padding-left: 1rem;
}
.main_visual img {
	width: 40vw;
	position: absolute;
	top: 50%;
}

/*-----------------------------------------コンテンツ--*/
section.contents {
	padding-top: 2rem;
}
.contents h2 {
	/* margin-bottom: 4rem; */
}
.contents span {
	margin-bottom: 5rem;
}
.contents_wrap{
	margin-top: 5rem;
}
.insta_wrap {
	max-width: 50rem;
	margin: 0 auto 2rem;
}
.insta_wrap .insta_banner {
	display: flex;
	flex-flow: column-reverse nowrap;
	margin: 0 0 1rem 0;
}
.insta_wrap a {
	width: 80%;
	height: 5rem;
	line-height: 5rem;
	margin: 0 auto;
	padding: 0 0 0 4rem;
	display: block;
	overflow: hidden;
	position: relative;
}
.insta_wrap a::before {
	content: "";
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/top_logo_01.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.contents_wrap ul{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	margin: 5rem auto 0;
}
.contents_wrap ul li {
	padding-bottom: 7rem;
	margin-bottom: 5rem;
	position: relative;
}
.contents_wrap ul li h3 {
	margin-bottom: 2rem;
}
.contents_wrap ul li img {
	margin-bottom: 2rem;
}
.contents_wrap ul li p{
	font-family: "Zen Kaku Gothic New",sans-serif;
}
.contents_wrap ul li a>div:last-child{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: block;
	padding: 1rem 0 1rem 1.5rem;
	width: calc(100% - 1.5rem);
}
.contents_wrap ul .gift {
	background-color: #86102B;
}
.contents_wrap ul .display {
	background-color: #1F3B2B;
}
.contents_wrap ul .bridal {
	background-color: #664F2B;
}

/*-------------------------------------------ギフト通販--*/
/*---------------------------------------------教材販売--*/
.mail_order span {
	/* margin-bottom: 5rem; */
}
.mail_order_wrap {
	margin-top: 5rem;
	display: flex;
	flex-flow: column nowrap;
}
.mail_order_wrap li {
	width: 100%;
	margin-bottom: 5rem;
}
.mail_order_wrap li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 4rem;
	position: relative;
}
.mail_order_wrap li .item_name {
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: 1.8rem;
	padding: 0 0 1rem;
}
.mail_order_wrap li img{
	display: block;
	width: 100%;
	height: 60vw;
	object-fit: cover;
	margin: 0 0 1rem;
}
.mail_order_wrap li .item_text {
	font-family: "Zen Kaku Gothic New",sans-serif;
}
.mail_order_wrap li .price{
	display: inline;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 2.7rem;
	line-height: 4rem;
	letter-spacing: 0.5rem;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mail_order_wrap li .price span {
	display: inline;
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
}


/*---------------------------------------------写真館--*/
section.photo_studio {
	position: relative;
	padding: 0;
	width: 100%;
	max-width: unset;
	/* margin-top: 5rem; */
}
.photo_studio h2 {
	position: absolute;
	top: 5%;
	left: 5%;
	text-shadow: 1px 1px 3px #ffffff;
	z-index: 1;
}
.photo_studio>div{
	width: 100%;
	max-width: 100rem;
	max-height: 70rem;
	margin: 0 auto 5rem;
}
.photo_studio .slick01 img{
	width: 100%;
	height: 50vw;
	object-fit: cover;
}
/* 前／次の矢印の設定 */
.arrows{
	position: relative;
}
.arrows .prev{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(images/arrow_left.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 6px auto;
	z-index: 1;
}
.arrows .next{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(images/arrow_right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 6px auto;
	z-index: 1;
}
/*ドットの位置設定*/
.slick-dots {
	width: 85%;
	max-width: 20rem;
	margin: 2rem auto 4rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.slick-dots li {
	width: 0.2rem;
	height: 0.2rem;
	background-color: #305ab5;
	border-radius: 50%;
}
.slick-dots li.slick-active{
	background-color: #cccccc;
}
.slick-dots li button {
	position: relative;
	text-indent: -9990px;
	;
}
.slick-dots li button:before {
	content:'';
	font-size: 20px;
	text-indent: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

/*-----------------------------------------------実績--*/
section.achievement {
	/* height: 205px; */
	background-image: url(images/achievement_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 5rem;
	padding: 5rem 2rem;
}
section.achievement *{color: #FFFFFF;}
/* .achievement span {
	margin-bottom: 4rem;
}
.achievement h2 {
	margin-left: 0;
} */
.achievement_wrap {
	height: 25rem;
	overflow-x: auto;
}
.achievement_wrap dl {
	color: #fff;
	margin: 0 0 2rem;
}
.achievement_wrap dl dt,
.achievement_wrap dl dd {
	font-family: "Zen Kaku Gothic New",sans-serif;
}

/*-----------------------------------------------作品の一覧--*/
.gallery {
	margin-bottom: 5rem;
}
.gallery .image_container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.image_container img {
	width: 30vw;
	height: 30vw;
	background-color: #333;
	margin: 0.5rem;
	object-fit: cover;
}

/*-----------------------------------------------フッター--*/
footer {
	width: calc(100% - 2rem);
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
footer *{
	font-family: "Zen Kaku Gothic New",sans-serif;
}
footer small {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	white-space: nowrap;
}
footer>div{
	width: 100%;
	margin-top: 5rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
}
footer address {
	text-align: left;
	width: fit-content;
	margin-bottom: 3rem;
}
footer address li{
	font-size: 1.3rem;
}
.footer_nav {
	width: fit-content;
	margin-bottom: 3rem;
	/* height: 20vh; */
}
.footer_nav ul {
	flex-flow: column nowrap;
	justify-content: center;
	margin: 0 0 3rem;
}
.footer_nav ul li {
	width: fit-content;
	border-left: 0;
	padding: 0.5;
}
.footer_nav ul li a {
	width: max-content;
	min-width: -webkit-fill-available;
	min-width: -moz-available;
	/* border-top: 1px solid;
	border-bottom: 1px solid; */
	padding: 5px 5px 5px 5px;
	display: inline-block;
}


/*-----------------------------------------------下層 ヘッダー--*/
header.lowerpage {
	background-color: #fff;
	background-image: url(images/header_back.jpg);
	background-size: 100% 5rem;
	background-repeat: no-repeat;
}
header.lowerpage .head-title a {
	color: #fff;
}
header.lowerpage .navToggle span {
	background: #fff;
}
.breadcrumbs *{
	font-size: 1.2rem;
}
.lowerpage_title{
	padding-top: 1rem;
}

/*-----------------------------------------------下層 コンテンツタイトル--*/
.contents_title ul {
	width: 100%;
	margin: 0 0 0 auto;
	text-align: right;
}
.contents_title ul li {
	line-height: 3rem;
}
.contents_title ul li h3 {
	/* 320px - 3rem | 1500px - 8.4rem */
	font-size: calc(3rem + 5.4 * ( 100vw - 32rem ) / 108);
	line-height: 3rem;
	letter-spacing: 0.3rem;
	color: #333;
}
.contents_title ul li p {
	font-family: inherit;
	line-height: 2rem;
}

/*-----------------------------------------------下層 フラワーギフト--*/
.flower_container img {
	width: 30%;
}
.flower_wrap {
	width: 100%;
	margin-top: 3rem;
	display: flex;
	flex-flow: column-reverse nowrap;
	align-items: center;
}
.box01 {
	background-image: url(images/gift_fresh.jpg);
}
.box02 {
	background-image: url(images/gift_dry.jpg);
}
.box03 {
	background-image: url(images/gift_preserved.jpg);
}
.box04 {
	background-image: url(images/gift_artificial.jpg);
}
.flower_box {
	width: 100%;
	padding: 4rem 0rem 4rem 0rem;
	margin-bottom: 3rem;
	background-size: cover;
	background-repeat: no-repeat;
}
.flower_box h3 {
	width: 90%;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 1.5rem;
	letter-spacing: 0;
}
.flower_box h3 span {
	display: block;
	font-family: inherit;
}
.flower_box p {
	width: 90%;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.5rem;
	font-family: inherit;
}

/*---------------------------------------------下層 ディスプレイ--*/
.display_contents {
	position: relative;
}
.display_contents img {
	height: 398vw;
	object-fit: cover;
}
.display_container {
	position: absolute;
	top: 5rem;
	right: 2rem;
}
.display_contents span a {
	background-color: #664F2B;
}

/*---------------------------------------------下層 ブライダル--*/
.bridal_contents {
	position: relative;
	margin: 0 0 5rem 0;
}
.bridal_contents img {
	height: 50rem;
	object-fit: cover;
	opacity: 0.7;
}
.bridal_contents ul{
	width: 90%;
	position: absolute;
	top: 2rem;
	right: 2rem;
	/* transform: translateY(-50%); */
}
.bridal_image_wrap {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	/* margin-bottom: 3rem; */
}
.bridal_image_wrap img {
	/* width: 100; */
	object-fit: cover;
	display: block;
	margin: 0;
	height: calc(100% / 3);
}
.bridal_contents ul.achievement_h3{
	top: unset;
	bottom: 0.5rem;
}

/*------------------------------------------下層 アチーブメントコンテンツ*/
section.achievement_contents{
	padding-top: 0;
}
.achievement_contents>div:first-child{
	display: flex;
	flex-flow: row nowrap;
}
.achievement_contents>div:first-child>div:last-child{
	width: fit-content;
	padding-left: 1rem;
}
.achievement_contents>div:first-child>div:last-child ul li,
.achievement_contents>div:first-child>div:last-child p{
	white-space: nowrap;
	text-align: right;
}
.deco01 {
	font-size: calc(2rem + (4.1 - 2 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
	letter-spacing: 0.3rem;
	text-align: center;
	display: block;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.achievement_contents a {
	background-color: #CF6D8C;
}

/*------------------------------------------下層 カウンセリング*/
.lower_visual {
	background-image: url(images/counseling_visual_back.jpg);
}
.lower_visual span {
	color: #333;
}
.consultation h2 {
	letter-spacing: 0.5vw;
}
.consultation p {
	padding: 0 0 5rem 0;
}
.consultation span a {
	background-color: #4F9A88;
}
.chart {
	display: flex;
	flex-flow: column nowrap;
}
.chart dl {
	margin-bottom: 5rem;
}
.chart dl {
	width: 100%;
	position: relative;
}
.chart dl:before {
	content: "";
	width: 5rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -3.5rem;
	transform: translate(-50%) rotate(90deg);
}
.chart01:before {
	background: url(images/counseling_chart_arrow.png);
}
.chart02:before {
	background: url(images/counseling_chart_arrow.png);
}
.chart dt {
	text-align: center;
	margin-bottom: 2rem;
}
.chart dt img {
	width: 60%;
}
.chart dd {
	text-align: center;
}
.induction_wrap {
	background-color: #DFDCE4;
	text-align: center;
	padding: 5rem 0rem 2rem 0rem;
}
.induction_wrap p {
	margin: 2rem 2rem 2rem 2rem;
	letter-spacing: 0.3rem;
	line-height: 2.3rem;
}
.induction img {
	display: block;
	margin: 2rem auto;
	object-fit: cover;
}
.induction img.for_sp {

}
.induction img.for_pc {
	display: none;
}
.container01 {
	margin-bottom: 3rem;
}
.container01 > span {
	background-color: #8B5170;
	padding: 1rem 1rem 1rem 1rem;
	border-radius: 0.6rem;
	color: #fff;
}
.container01 p:nth-child(2) {
	margin-top: 4rem;
}
.container01 p span {
	font-size: calc(1.7rem + (3.6 - 1.7 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
	margin-bottom: 0.5rem;
}
.container02 {
	margin-bottom: 3rem;
}
.container02 > span {
	padding: 1rem 1rem 1rem 1rem;;
	color: #874F6D;
	border: 1px solid #874F6D;
	border-radius: 0.6rem;
}
.container02 p.heed {
	font-size: calc(1.1rem + (1.4 - 1.1 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
}
.container02 p span {
	color: #874F6D;
	letter-spacing: 0.1rem;
	display: inline-block;
	width: fit-content;
}
.container02 img {
	width: 80%;
}
.container02 img.arrow {
	width: 4rem;
	height: 4rem;
}
.induction span {
	width: calc(100% - 30%);
	display: block;
	margin: 0 auto;
}
.induction .deco_button {
	margin: 5rem auto;
	text-align: center;
}
.induction span a {
	background-color: #8B5170;
	padding: 1rem 1rem 1rem 1rem;
	border-radius: 0.6rem;
}
.app {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-start;
	width: calc(100% - 2rem);
	max-width: 60rem;
	margin: 0 auto;
}
.app>div{
	width: 100%;
	margin: 0 auto 1rem 0;
}
.app>div>img:first-child {
	width: 80%;
	height: 3rem;
	object-fit: contain;
	object-position: left;
}
.app>div>img:last-child {
	width: 90%;
	max-width: 36rem;
}


/*----------------------------------------------------下層 カート*/
.cart_visual {
	background-color: #B9BF8F;
}
.cart_wrap {
	padding: 7rem 2rem 1rem;
}
.cart_wrap p {
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: calc(1.8rem + (2.5 - 1.8 ) * ( 100vw - 36.5rem ) / (150 - 36.5 ));
}
.cart_wrap h3 {
	width: 100%;
	min-width: 29rem;
	letter-spacing: 0.4rem;
}
.cart_wrap img {
	width: 80%;
	max-width: 32rem;
	max-height: 32rem;
	display: block;
	margin: 3rem auto 3rem auto;
}
.cart_wrap .itemsubimg{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	max-width: 50rem;
	margin: 0 auto;
}
.cart_wrap .itemsubimg a{
	width: calc(50% - 0.5rem)!important;
}
.cart_wrap .itemsubimg img{
	margin: 1rem 0;
	width: 100%!important;
}
.price_box {
	width: 80%;
	margin: 0 auto;
}
.price_box > p {
	margin: 0 0 2.5rem;
}
.price_box > p span {
	display: block;
	font-size: 1rem;
}
.price_box .price {
	font-size: 2rem;
	font-family: 'Cinzel Decorative', cursive;
	letter-spacing: 0.5rem;
}
.price_box .price span {
	font-size: 1rem;
}
.price_box_line {
	display: flex;
	justify-content: space-between;
	border-top: 0.1rem solid #333;
}
.price_box_line>p{
	width: fit-content!important;
	white-space: nowrap;
}
.price_box .price_display {
	display: block;
	margin: 2rem 0 0.5rem;
}
.price_box_line p {
	font-size: 1rem;
	margin: 0.5rem 0 0;
}
.price_box_line input {
	background-color: #484A14;
	border-radius: 1rem;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.price_box_line .input_01 {
	width: 6rem;
}
.price_box_line .input_01::-webkit-inner-spin-button,
.price_box_line .input_01::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}
.price_box_line .input_02 {
	width: 15rem;
}
.cart_wrap .deco_button {
	width: calc(100% - 30%);
	margin:5rem auto 5rem;
}
.cart_wrap .deco_button a {
	background-color: #A60029;
}

.mail_order_wrap li .price{
	display: inline;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 2.7rem;
	line-height: 4rem;
	letter-spacing: 0.5rem;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mail_order_wrap li .price span {
	display: inline;
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
}
.disclaimer {
	margin-bottom: 5rem;
}
.disclaimer p {
	letter-spacing: 0.3rem;
	line-height: 1.7rem;
}

.item_option_wrap{
	width: calc(100% - 4rem);
	margin: 1rem 0 0;
}
.item_option_wrap .item-option{
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
}
.item_option_wrap .item-option dt{
	width: 100%;
	text-align: left;
	margin: 2rem 0 1rem;
}
.item_option_wrap .item-option dd{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.item_option_wrap .item-option dd input[type="text"],
.item_option_wrap .item-option dd textarea{
	background: #484A14;
	color: #FFFFFF;
	border-radius: unset;
	border: none;
	padding: 1rem;
	width: calc(100% - 2rem);
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: left;
}
.item_option_wrap .item-option dd textarea{
	height: 10rem;
}
.item_option_wrap .item-option dd select[multiple]{
	height: unset;
}
.item_option_wrap .item-option dd select{
	padding: 1rem;
	width: 100%;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
	background: #484A14;
	color: #FFFFFF;
} 
/*IE用*/
.item_option_wrap .item-option dd select::-ms-expand {
    display: block;
}

.skubutton{
	margin: 0 auto;
	background: #86102B!important;
	color: #FFFFFF;
	padding-left: 2rem!important;
	width: calc(100% - 2rem);
	text-align: left;
	line-height: 5rem;
	height: 5rem;
}




/*----------------------------------------------------下層 通販商品一覧*/
.page_list {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-bottom: 5rem;
	text-align: center;
}
.page_list ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.page_list ul li {
	/*padding: 1rem;*/
}
.page_list ul li a {
	padding: 1rem;
}
.page_list span {
	letter-spacing: 0.3rem;
}

/*----------------------------------------------------下層 通販商品ページ*/
.item-header{
	display: none;
}
#itempage img{
	width: 100%;
	max-width: 50rem;
	height: auto;
	object-fit: cover;
}

#sidebar{display: none;}

#paginate{
	width: fit-content;
	margin: 0 auto 3rem;
}
#paginate ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
#paginate ul span{
	width: unset;
}

#paginate ul li,
#paginate ul .page-numbers{
	font-family: 'Cinzel Decorative', cursive;
	font-size: 2rem;
	line-height: 4rem;
	width: fit-content;
}
#paginate ul li{
	padding: 0 0.5rem;
}
.m-pagenation__result{
	font-size: 1.6rem;
	line-height: 4rem;
	font-family: "Zen Kaku Gothic New",sans-serif;
}

/*----------------------------------------------------下層 カート　メンバー　共通*/
.cart-page input[type="button"],
.cart-page input[type="submit"],
.back_to_top_button,
.send input.top{
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
}
.cart-page input[type="button"],
.back_to_top_button,
.send input.top{
	background: #FFFFFF;
	color: #A60029;
	border: 0.1rem solid #A60029;
}
.cart-page input[type="submit"]{
	background: #A60029;
	color: #FFFFFF;
	border: 0.1rem solid #A60029;
}

.currency_code{display: none;}
.max_w50,
.member-page h3{
	margin: 2rem auto;
	max-width: 50rem;
}
.max_w100,
.member-page h3.max_w100{
	margin: 2rem auto;
	max-width: 100rem;
}




/*----------------------------------------------------下層 カート*/
.cart-page{
	width: calc(100% - 2rem);
	max-width: 96rem;
	margin: 2rem auto 5rem;
}
.cart_page_title{display: none;}
.cart_navi{
	width: 100%;
	margin-bottom: 2rem;
}
.cart_navi ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	/* align-items: center; */
}
.cart_navi ul li{
	width: 100%;
	padding: 0.5rem;
	text-align: center;
	background: #484A14;
	color: #FFFFFF;
	white-space: nowrap;
}
.cart_navi ul li.current{
	background: #8e442a;
}
#cart .upbutton{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	margin: 2rem 0 1rem;
}

#cart_table{width: 100%;}
#cart_table th,
#cart_table td{
	border: 0.1rem solid #664F2B;
	padding: 1rem 0.2rem;
	vertical-align: middle;
}
#cart_table th{
	white-space: nowrap;
}
#cart_table .num,
#cart_table .thumbnail,
#cart_table .stock,
.history-area .cartrownum,
.history-area .thumbnail{
	display: none;
}
#cart_table .quantity input{
	width: 2rem;
	text-align: center;
	margin: auto;
	display: block;
}
#cart_table td.quantity{
	text-align: center;
}
#cart_table td.unitprice,
#cart_table td.subtotal{
	text-align: right;
}

#cart_table .action{
	width: 3.5rem;
}
.delButton{
	font-size: 1.2rem;
	background: #A60029!important;
	color: #FFFFFF;
	border-radius: 0.5rem!important;
	display: block;
	width: fit-content;
	height: fit-content;
	margin: auto!important;
	padding: 0.5rem!important;
}
.currency_code{text-align: right;}

.send{
	text-align: center;
	margin: 2rem 0;
}
.send input{
	margin-bottom: 1rem;
}

.history-area{
	height: fit-content;
	max-height: 80vh;
	overflow: auto;
}
.history-area img{
	object-fit: contain;
}
.history-area .retail{
	margin-bottom: 2rem;
}
.history-area .retail:last-child{
	margin-bottom: 0rem;
}


/*----------------------------------------------------下層 カート・お客様情報*/
.error_message{color: #A60029;}
#customer-info .error_message{
	margin: 1rem auto;
	max-width: 50rem;
}
#customer-info h5{
	font-size: 2rem;
	padding: 0.5rem;
	margin: 2rem auto 1rem;
	max-width: 49rem;
	background: #484A14;
	color: #FFFFFF;
}
#customer-info form{
	max-width: 50rem;
	margin: 0 auto;
}
.customer_form th{
	text-align: left;
	padding-right: 1rem;
	padding-bottom: 1rem;
	white-space: nowrap;
}
.customer_form th em{
	vertical-align: top;
	color: #A60029;
}
.customer_form td{
	display: flex;
	flex-flow: column nowrap;
	padding-bottom: 1rem;
}
#search_zipcode{
	margin: 1rem 0;
	width: fit-content;
}

/*----------------------------------------------------下層 カート・配送・支払い方法*/
#delivery-info>*{
	max-width: 50rem;
	margin: 2rem auto;
}
#delivery-info table{
	width: 100%;
}
#delivery-info table th{
	width: 7rem;
}
#delivery-info .cart_navi{
	width: 100%;
	max-width: unset;
}
.customer_form#delivery_flag input[type="radio"] + label{
	padding: 0.5rem;
}
.customer_form#delivery_flag input[type="radio"]:checked + label{
	background: #484A14;
	color: #FFFFFF;
}
.customer_form#time input[type="radio"]{
	display: inline-block;
	vertical-align: text-bottom;
}
#delivery-info input[type="text"],
#delivery-info select{
	padding: 0.5rem;
	width: calc(100% - 1.2rem);
	border: 0.1rem solid #484A14;
}
#delivery-info select{
	width: 100%;
}

/*----------------------------------------------------下層 カート・内容確認*/
#wc_confirm .action{display: none;}

#point_table{
	display: block;
	margin: 2rem auto;
	width: fit-content;
}
#point_table th,
#point_table td{
	padding: 1rem;
	border: 0.1rem solid #484A14;
}
#point_table td:nth-child(2){text-align: center;}
#point_table input[type="text"]{text-align: center;}
#point_table .point-btn{text-align: center;}
#point_table input.used_point{
	margin-right: 0.5rem;
	width: 10rem;
}

#wc_confirm #confirm_table{
	margin: 2rem auto;
	width: 100%;
	max-width: 50rem;
}
#wc_confirm #confirm_table th,
#wc_confirm #confirm_table td{
	border: 0.1rem solid #664F2B;
	padding: 1rem 0.2rem;
	vertical-align: middle;
}
#wc_confirm #confirm_table .ttl td{
	border: none;
}
#wc_confirm #confirm_table h3{
	font-size: 2rem;
	padding: 2rem 0 0;
	letter-spacing: unset;
}


#cart_completion h3,
.member-page h3{
	font-size: 2.6rem;
	letter-spacing: unset;
	margin: 2rem auto 1rem;
}


/*----------------------------------------------------下層 マイページ*/
.member-page{
	width: calc(100% - 2rem);
	max-width: 96rem;
	margin: 2rem auto;
}
.member-page h1{
	text-align: center;
	letter-spacing: unset;
	margin: 0 0 3rem;
	font-size: 1.8rem;
}
.member-page h3{

}
#mypage_top_table td{text-align: center;}
#memberinfo table{
	width: 100%;
}
#memberinfo .customer_form{
	max-width: 50rem;
}
#memberinfo table th,
#memberinfo table td{
	border: 0.1rem solid #664F2B;
	padding: 1rem 0.2rem;
	vertical-align: middle;
}
.member_submenu{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.member_submenu a{
	display: block;
	background: #A60029;
	color: #FFFFFF;
	padding: 0.5rem;
	border-radius: 0.5rem;
}
/*購入履歴*/
#history_head{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	margin-bottom: 0.2rem;
}
#history_head thead,
#history_head tbody{
	width: 50%;
}
#history_head tr{
	display: flex;
	flex-flow: column nowrap;
}
#history_head tr th,
#history_head tr td{
	border-bottom: none;
	text-align: center;
}
#history_head tr td{
	border-left: none;
}
#history_head tr th:last-child,
#history_head tr td:last-child{
	border-bottom: 0.1rem solid #664F2B;
}

/*----------------------------------------------------下層 会員ログイン*/
.loginbox{
	width: calc(100% - 6rem);
	max-width: 35rem;
	padding: 2rem;
	margin: 0 auto 5rem;
	text-align: center;
	border: 0.1rem solid #484A14;
	border-radius: 1rem;
}
.new-entry h2{
	display: none;
}
.send input[type="submit"],
#nav a,
.submit input[type="submit"]{
	background: #A60029;
	color: #FFFFFF;
	border: 0.1rem solid #A60029;
	border-radius: 0.5rem;
	padding: 0.5rem;
	margin: 0 auto 1rem;
	display: inline-block;
}
.member-box p.nav,
.new-entry .nav{
	margin: 0 auto 1rem;
}
.member-box p.nav a,
.new-entry .nav a{
	background: #FFFFFF;
	color: #A60029;
	border: 0.1rem solid #A60029;
	border-radius: 0.5rem;
	padding: 0.5rem;
	margin: 0 auto;
}

/*Fire Foxのみに適用*/
@-moz-document url-prefix() {
	/* ここに書く */
	.footer_nav {
	 height: 0;
	}
}

















/*-----------------------------------------ipad ここから*/
@media screen and (min-width: 768px) {
	p,span,a,li,dl,dt,dd {
		font-size: 1.6rem;
	}
	.sp_only{ display: none!important;}
	.tb_only{ display: block!important;}
	.pc_only{ display: none!important;}

	/*お問い合わせ・リンク用の共通設定*/
	.deco_button {
		width: calc(100% - 30%);
		margin: 5rem 0rem 5rem auto;
		display: block;
	}
	.deco_button a {
		display: block;
		padding: 1.2rem 0rem 1.2rem 2.5rem;
		color: #fff;
	}

	/*-----------------------------------------ipad サイトヘッダー*/
	header {
		height: 6rem;
	}
	.head-title {
		margin: 0 0 0 3rem;
	}
	.head-title img {
		width: 45px;
		height: 45px;
	}
	.head-title h1 {
		margin-left: 2rem;
	}
	.navToggle {
		top: 2.2rem;
		right: 2.2rem;
	}
	.main_nav>ul li,
	.main_nav a {
		font-size: 2rem;
	}

	/*-----------------------------------------ipad メインビジュアル*/
	section.main_visual {
		height: 80vh;
		background-position-y: 6rem;
	}
	.main_visual span {
		max-width: unset;
		width: 768px;
		top: 100px;
		font-size: 2.8rem;
		letter-spacing: 3.1rem;
		padding-left: 0;
		text-align: center;
	}
	.main_visual img {
    max-width: 300px;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
	}

	/*-----------------------------------------ipad コンテンツ*/
	.contents_wrap ul {
		width: 100%;
		margin: 5rem auto 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.contents_wrap ul li {
		width: 31%;
		margin: 0;
	}
	.contents_wrap ul  {
		/* height: 15rem */
	}

	/*-----------------------------------------ipad ギフト販売*/
	/*-----------------------------------------ipad 教材販売*/
	.mail_order_wrap {
		width: 100%;
		/* margin: 0 auto; */
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.mail_order_wrap li {
		width: 46%;
	}
	.mail_order_wrap li a {
		padding-bottom: 2rem;
	}
	.mail_order_wrap li img {
		display: block;
		width: 100%;
		height: 30vw;
		max-height: 14rem;
		object-fit: cover;
	}

	/*-----------------------------------------ipad 写真館*/
	.photo_studio span {
		left: 3.2%;
	}
	/*-----------------------------------------ipad 実績*/
	section.achievement {
		/* height: 40vw; */
	}
	.achievement span {
		padding-top: 10%;
	}
	.achievement_wrap dl {
		margin-left: 4rem;
	}
	/*-----------------------------------------------ipad 作品の一覧--*/
	.image_container img {
		width: 18vw;
		height: 18vw;
		max-height: 27rem;
	}
	/*------------------------------------------------ipad フッター*/
	footer small {
		margin-left: 3%;
		font-size: 1.5rem;
	}
	footer address {
		margin-right: 3%;
	}
	.footer_nav {
		/* height: 50vh; */
	}


	/*-----------------------------------------下層 ipad ヘッダー--*/
	header.lowerpage {
		background-size: 100% 6rem;
	}
	.lowerpage_title {
		/* padding-top: 12rem; */
		margin-bottom: 8rem;
	}
	.breadcrumbs{
		padding-top: 12rem;
	}

	/*-----------------------------------------下層 ipad コンテンツタイトル--*/
	.contents_title ul li h3 {
		line-height: 5rem;
	}
	.contents_title ul li p {
	line-height: 3rem;
	}

	/*-----------------------------------------下層 ipad フラワーギフト--*/
	.flower_wrap {
		padding-top: 7rem;
		flex-flow: row nowrap;
		margin-bottom: 0rem;
	}
	.flower_wrap h3 {
		margin-bottom: 3rem;
	}
	.flower_wrap p {
		line-height: 3rem;
	}
	.flower_wrap:nth-child(2n) {
		flex-flow: row-reverse nowrap;
		margin-right: 1rem;
		text-align: right;
	}
	.flower_container img {
		width: 18%;
	}

	/*-----------------------------------------下層 ipad ディスプレイ--*/
	.display_contents img {
		height: 180vw;
	}

	/*-----------------------------------------下層 ipad ブライダル--*/
	.bridal_image_wrap img {
		/* width: 40%;
		display: block; */
		/* margin: 2rem; */
	}
	/*-------------------------------------下層 ipad アチーブメントコンテンツ*/
	.deco01 {
		letter-spacing: 1.7rem;
		margin-bottom: 5rem;
	}
	.deco02 {
		margin-bottom: 7rem;
	}
	.deco02 a {
		padding: 1rem 25rem 1rem 1rem;
	}

	/*------------------------------------------下層 ipad カウンセリング*/
	.chart {
		flex-flow: row nowrap;
		justify-content: space-around;
	}
	.chart dl {
		width: 33.3%;
	}
	.chart dl:before {
		left: initial;
		right: -4vw;
		top: 7vw;
		bottom: initial;
		transform: rotate(0deg);
	}
	.chart dl p {
		font-size: 1.2rem;
	}
	.chart dd {
		width: calc(100% - 1rem);
		margin: 0 auto;
	}
	.induction_wrap {
		padding: 7rem 0rem 2rem 0rem;
	}
	.induction_wrap p {
		margin: 5rem 2rem 5rem 2rem;
		letter-spacing: 0.4rem;
		line-height: 3rem;
	}
	.container01 {
		margin-bottom: 7rem;
	}
	.container02 {
		margin-bottom: 7rem;
	}
	.container02 img {
		width: 60%;
	}
	.induction .deco_button {
		margin: 10rem auto;
	}

	/*------------------------------------------下層 ipad カート*/
	.cart_wrap {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 5rem;
	}
	#img-box{width: 50%;}
	.price_box{width: 50%;}
	
	.cart_wrap img {
		width: 50%;
	}
	.price_box {
		width: 48%;
	}
	.disclaimer {
		margin-bottom: 10rem;
		width: 80%;
	}
	.disclaimer p {
		letter-spacing: 0.6rem;
		line-height: 2rem;
	}
	.price_box .deco_button {
		width: calc(100% - 10%);
	}
	.cart_wrap .deco_button {
		width: calc(100% - 50%);
	}


	.cart_wrap .itemsubimg a{
		width: calc(33% - 0.5rem)!important;
	}

	#cart_table th, #cart_table td{
		font-size: 1.4rem;
	}
	#cart_table .num,
	#cart_table .thumbnail,
	#cart_table .stock,
	.history-area .cartrownum,
	.history-area .thumbnail{
		display: table-cell;
	}
	#cart_table .num{
		text-align: center;
	}
	#cart_table .thumbnail img{
		object-fit: contain;
	}

	/*------------------------------------------下層 ipad マイページ*/
	/*購入履歴*/
	#history_head{
		display: table;
	}
	#history_head thead,
	#history_head tbody{
		width: 100%;
	}
	#history_head tr{
		display: table-row;
	}
	#history_head tr th,
	#history_head tr td{
		border: 0.1rem solid #664F2B;
	}
	#memberinfo table th,
	#memberinfo table td,
	#memberinfo table th *,
	#memberinfo table td *{
    font-size: 1.2rem;
	}
	.history-area .cartrownum,
	.history-area .quantity{
		text-align: center;
	}

	/*Fire Foxのみ適用*/
	@-moz-document url-prefix() {
		/* ここに書く */
		.footer_nav {
			height: 0;
		}
	}
}


/*-----------------------------------------pc ここから*/
@media screen and (min-width: 1024px) {
	h2 span{
		/* letter-spacing: 8rem; */
		/* margin-bottom: 4rem; */
	}
	span {
		width: 95%;
		letter-spacing: 7px;
		line-height: 5rem;
	}
	.sp_only{ display: none!important;}
	.tb_only{ display: none!important;}
	.pc_only{ display: block!important;}

	/*-----------------------------------------pc サイトヘッダー*/
	header {
		height: 10rem;
	}
	.head-title h1{
		display: none;
	}
	.main_nav {
		display: block;
		position: initial;
		background-color: initial;
		background-image: initial;
		background-size: initial;
		background-repeat: initial;
		width: fit-content;
		height: fit-content;
	}
	.main_nav>ul {
		flex-flow: row wrap;
		position: initial;
	}
	.main_nav>ul li {
		width: max-content;
		margin: 0.7rem 0;
	}
	.main_nav>ul li,
	.main_nav a {
		color: #333;
		font-size: 1.2rem;
		background-color: initial;
	}
	.nav li{
		padding: 0;
	}
	.nav li a{
		display: block;
		padding: 0 1.5rem 2rem 0.5rem;
		font-family: "Zen Kaku Gothic New",sans-serif;
	}
	.nav li:last-child {
		border-right: 1px solid;
	}
	.navToggle {
		display: none;
	}

	header .mypage_nav{display: none!important;}

	/*-----------------------------------------pc メインビジュアル*/
	section.main_visual {
		height: 55vw;
		background-position-y: 10rem;
	}
	.main_visual span {
		width: 100%;
		top: 130px;
		font-size: 4rem;
		letter-spacing: 4vw;
	}

	/*-----------------------------------------pc コンテンツ*/
	.contents h2 {
		line-height: 6rem;
	}
	.contents_wrap ul dt {
		/* height: 15rem; */
		/* line-height: 30px; */
		font-size: 1.6rem;
	}
	.insta_wrap {
		max-width: 100%;
		margin: 0 auto 8rem;
	}
	.insta_wrap .insta_banner {
		flex-flow: row nowrap;
		align-items: center;
	}
	.insta_wrap .insta_banner img {
		width: 50%;
	}

	/*-----------------------------------------pc ギフト通販*/
	/*-----------------------------------------pc 教材販売*/
	.mail_order_wrap li {
		width: 24%;
		/* margin: 0; */
	}
	.mail_order_wrap li a {
		padding-bottom: 3rem;
	}
	.mail_order_wrap li img {
		display: block;
		width: 100%;
		height: 15vw;
		max-height: 14rem;
		object-fit: cover;
	}
	.mail_order_wrap li span {
		width: fit-content;
		font-size: 2.5rem;
		letter-spacing: 0;
		margin: 2rem 0rem 2rem 0rem;
	}
	.mail_order_wrap li .item_name {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.mail_order_wrap li .price {
		font-size: 3.5rem;
	}
	.mail_order_wrap li .price span {
		font-size: 1.2rem;
	}

	/*-----------------------------------------pc 写真館*/
	.photo_studio h2 {
		top: 6%;
		left: calc(50% - 48rem);
	}
	.photo_studio .slick01 img {
		height: 70rem;
	}
	.slick-dots {
		width: 25%;
	}

	/*-----------------------------------------pc 実績*/
	section.achievement {
		height: fit-content;
		padding-bottom: 10rem;
		max-width: unset;
	}
	.achievement h2{
		width: 85%;
		min-width: 90rem;
		margin: 0 auto 4rem;
	}
	.achievement span {
		padding-top: 6.7%;
	}
	.achievement_wrap {
		width: 85%;
		min-width: 90rem;
		height: fit-content;
		max-height: 70rem;
		margin: 0 auto;
		display: flex;
		flex-flow: column wrap;
		align-items: center;
	}
	.achievement_wrap dl {
		padding: 2rem 5rem;
		margin: 0;
		font-size: 1.9rem;
		border-left: 1px solid;
	}
	.achievement_wrap dl:nth-child(n+11) {
		border-right: 1px solid;
	}
	.achievement_wrap dl dt {
		font-size: 1.9rem;
	}
	.achievement_wrap dl dd {
		font-size: 1.9rem;
	}

	/*-----------------------------------------pc 作品の一覧*/
	.image_container img {
		height: 200px;
		max-height: 270px;
	}

	/*-----------------------------------------pc フッター*/
	footer small {
		font-size: 1rem;
	}
	footer address {
		display: flex;
	}
	footer address span {
		width: max-content;
		letter-spacing: 1px;
		font-size: 1.2rem;
		margin-left: 1.3rem;
	}
	.footer_nav {
		width: 50%;
		/* height: 10vw; */
	}
	.footer_nav ul {
		flex-flow: row wrap;
		justify-content: flex-end;
		align-items: center;
		align-content: center;
		width: 100%;
		margin: 0 4.5rem 0 0;
	}
	.footer_nav ul li {
		width: initial;
		border-left: 1px solid;
		padding: 0;
		font-size: 1.2rem;
		width: 11rem;
	}
	.footer_nav ul li a {
		font-size: 1.2rem;
		border-top: initial;
		border-bottom: initial;
		padding: 0 1.5rem 2rem 0.5rem;
	}
	footer .nav li{
		border: none;
		padding: 0;
	}
	footer .nav li:last-child{
		border: none;
		width: fit-content;
	}


	/*-----------------------------------------------下層 PC ヘッダー--*/
	header.lowerpage {
		background-size: 100% 10rem;
	}
	.lower_nav>ul li,.lower_nav a {
		color: #fff;
	}
	.lowerpage_title {
		/* padding-top: 20rem; */
	}
	.breadcrumbs{
		/* padding-top: 20rem; */
	}

	/*-----------------------------------------下層 ipad コンテンツタイトル--*/
	.contents_title ul li {
		font-size: 1.6rem;
		margin-bottom: 3rem;
		letter-spacing: .2rem;
	}
	.contents_title ul li h3 {
		line-height: 8rem;
	}
	.contents_title ul li p {
		line-height: 4.3rem;
		font-size: 1.6rem;
	}

	/*-----------------------------------------下層 PC フラワーギフト--*/

	/*-----------------------------------------下層 PC ディスプレイ------*/
	.display_container {
		top: 12rem;
		right: 20rem;
	}

	.display_container span {
		width: 85%;
		margin: 8rem 0rem 8rem auto;
	}

	/*-----------------------------------------下層 PC ブライダル--*/
	.bridal_contents img {
		height: auto;
	}
	.bridal_contents ul {
		width: auto;
		right: 20rem;
	}

	/*-----------------------------------------下層 PC アチーブメントコンテンツ--*/
	.achievement_contents {
		position: relative;
	}
	/* .bridal_image_wrap {
		flex-flow: column wrap;
		position: absolute;
		top: 10%;
		z-index: -1;
	} */
	.achievement_wrap {
		max-height: 115rem;
	}
	.deco01 {
		letter-spacing: 3.5rem;
	}
	.deco02 {
		width: auto;
	}

	/*------------------------------------------下層 ipad カウンセリング*/
	.chart dl:before {
		height: 5rem;
		right: 1.5rem;
		top: 7.4rem;
	}
	.induction img {
		margin: 5rem auto;
	}
	.induction_wrap {
		padding: 11rem 0rem 2rem 0rem;
	}
	.induction_wrap p {
		line-height: 5rem;
	}
	.induction span {
		width: calc(100% - 43%);
	}
	.container01 > span {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.app {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
	}
	.app>div:first-child {
		margin-bottom: 0rem;
	}
	.app>div>img:first-child {
		height: 10rem;
		width: 50%;
		object-fit: contain;
		object-position: left;
		margin: 5rem auto 1rem 0;
	}
	.app>div>img:last-child {
		width: calc(100% - 2rem);
		max-width: 36rem;
		margin: 0rem auto 5rem 0;
	}

	/*------------------------------------------下層 pc カート*/
	.cart_wrap {
		/* display: flex;
		flex-flow: row wrap;
		padding-bottom: 5rem; */
	}
	.cart_wrap p {
		width: 100%;
	}
	.cart_wrap img {
		margin: 7rem auto 3rem auto;
	}
	.price_box {
		width: 40%;
		margin: 7rem auto;
	}
	.price_box .price_display {
		text-align: right;
	}

	.cart_wrap .itemsubimg a{
		width: calc(25% - 0.5rem)!important;
	}
}


@media screen and (min-width: 1290px) {
	.head-title h1{
		display: block;
	}
	.main_visual img{
	    margin: 0px auto;
	}

	.main_visual span{
		font-size: 5.5rem;
		letter-spacing: 3rem;
		padding-left: 8rem;
		width: fit-content;
		margin: 0 auto;
		right: 0;
		left: 0;
	}
}












@media screen and (min-width: 1500px) {
	.gallery{
		margin-bottom: 0;
	}
	footer{
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	footer small{
		width: fit-content;
	}
	footer>div{
		margin: 0;
		justify-content: flex-end;
	}
	footer address{
		margin: 0;
	}
	footer address ul{
		display: flex;
		flex-flow: row nowrap;
	}
	footer address ul li{
		font-size: 1.2rem;
		padding: 0rem 0 2rem 1rem;
	}
	.footer_nav{
		width: fit-content;
	}
	.footer_nav .nav{
		flex-flow: row nowrap;
		margin: 0;
	}
	.footer_nav .nav li{
		border-left: 0.1rem solid #000000;
		width: fit-content;
	}
	footer .nav li:last-child{
		border-right: 0.1rem solid #000000;
		border-left: 0.1rem solid #000000;
	}
}














/* Slider */
.slick-slider
{
		position: relative;

		display: block;
		box-sizing: border-box;

		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;

		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
				touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list
{
		position: relative;

		display: block;
		overflow: hidden;

		margin: 0;
		padding: 0;
}
.slick-list:focus
{
		outline: none;
}
.slick-list.dragging
{
		cursor: pointer;
		cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
		-webkit-transform: translate3d(0, 0, 0);
			 -moz-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				 -o-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
}

.slick-track
{
		position: relative;
		top: 0;
		left: 0;

		display: block;
		margin-left: auto;
		margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
		display: table;

		content: '';
}
.slick-track:after
{
		clear: both;
}
.slick-loading .slick-track
{
		visibility: hidden;
}

.slick-slide
{
		display: none;
		float: left;

		height: 100%;
		min-height: 1px;
}
[dir='rtl'] .slick-slide
{
		float: right;
}
.slick-slide img
{
		display: block;
}
.slick-slide.slick-loading img
{
		display: none;
}
.slick-slide.dragging img
{
		pointer-events: none;
}
.slick-initialized .slick-slide
{
		display: block;
}
.slick-loading .slick-slide
{
		visibility: hidden;
}
.slick-vertical .slick-slide
{
		display: block;

		height: auto;

		border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
		display: none;
}
