@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* CSS Document */
/**********************************************************************リセット*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-align: center;
	text-decoration: none;
	color: #3e3e3e;
	scroll-behavior: smooth;
    line-height:1.2;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    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;
	display: inline-block;
}

img{
	width: 100%;
}

* {
   box-sizing: border-box;
}



/**********************************************************************リセット*/

/**********************************************************************ヘッダー*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	background: #f6e9c6;
}

header>.wrap01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header>.wrap01>.header-rogo{
	width: 230px;
	padding-top: 10px;
	transition: transform .6s ease; /* ゆっくり変化させる */
}
header>.wrap01>.header-rogo:hover{
	transform: scale(1.05); /* 拡大 */
}
header>.wrap01>div>a{
	width: 30px;
	margin-left: 10px;
	padding-top: 15px;
	transition: transform .6s ease; /* ゆっくり変化させる */
}
header>.wrap01>div>a:hover{
	transform: scale(1.2); /* 拡大 */
}

/**********************************************************************ヘッダー*/

/**********************************************************************トップ*/

.con03{
	padding: 100px 0;
}

.con03 .rogo{
	margin: 0 auto;
	width: 500px;
}

.con03 h1{
	font-size: 26px;
	font-weight: 200;
	color: 4e2d1a;
	margin: 50px auto;
}

.con03>div{
	width: 1000px;
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.con03>div>div{
	display: flex;
	flex-direction: column;
	width: 40%;
	text-align: center;
}
.con03>div>div>.btn{
	color: #fff;
	padding: 10px;
	width: 200px;
	border-radius: 5px;
	background: #4e2d1a;
	margin: 30px auto;
}
.con03>div>div>a{
	transition: transform .6s ease; /* ゆっくり変化させる */	
}

.con03>div>div>a:hover{
	transform: scale(1.05); /* 拡大 */
}

/**********************************************************************トップ*/

/**********************************************************************アレンジ*/
.con01{
	padding: 100px 0;
}
.con01 h2{
	font-size: 42px;
	letter-spacing: 10px;
	font-weight: 200;
}
.con01 h3{
	font-size: 21px;
	letter-spacing: 10px;
	font-weight: 200;
	margin-top: 20px;
}
.con01 .wrap02{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.con01 .wrap02>div{
	width: 300px;
	margin-bottom: 30px;
}
.con01 .wrap02>div a, .con01 .wrap02>div p{
	text-align: left;
	margin-top: 10px;
}
.con01 .wrap02>div p{
	font-size: 21px;
	font-weight: 600;
}
.con01 .wrap02>div p span{
	color: #fff;
	background: #3e3e3e;
	padding: 0 10px 2px;
	margin-right: 5px;
}
.con01 .wrap02>div a{
	padding-left: 40px;
}
.con01 .wrap02>a.arrangement-comments{
	width: 300px;
	height: 300px;
	padding-top: 100px;
	background: #f6e9c6;
	line-height: 1.5em;
}
/**********************************************************************アレンジ*/

/**********************************************************************胡蝶蘭*/

.con02{
	background-color: #3e3e3e;
	padding: 100px 0;
}
.con02 a, .con02 h2, .con02 h3, .con02 p{
	color: #fff;
}

.con02{
	margin: -100px 0 50px;
}
.con02 h2{
	font-size: 42px;
	letter-spacing: 10px;
	font-weight: 200;
}
.con02 h3{
	font-size: 21px;
	letter-spacing: 10px;
	font-weight: 200;
	margin-top: 20px;
}
.con02 .wrap02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.con02 .wrap02>div{
	width: 300px;
	text-align: left;
}
.con02 .wrap02>div>p{
	text-align: left;
	font-size: 21px;
	font-weight: 600;
	margin-top: 10px;
}
.con02 .wrap02>div>p>span{
	color: #3e3e3e;
	background: #fff;
	padding: 0 10px 2px;
	margin-right: 5px;
}
.con02 .wrap02>div>p.phalaenopsis-price{
	margin-top: 5px;
	padding-left: 40px;
}
.con02 .wrap02>div>a{
	padding-left: 40px;
	margin-top: 10px;
}

.con02 .wrap01>a.phalaenopsis-text{
	width: 100%;
	padding: 15px 0;
	color: #3e3e3e;
	background-color: rgba(255,255,255,0.80);
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
}
.phalaenopsis-comments{
	text-align: left;
	width: 100%;
	margin-top: 20px;
}
.con02 a.red{
	color: red;
}
/**********************************************************************胡蝶蘭*/
/**********************************************************************footer*/

footer{
	padding: 100px 0;
	background: #4e2d1a;
}

footer a{
	color: #fff;
	display: block;
}
.footer-rogo{
	width: 230px;
	margin: 0 auto;
	transition: transform .6s ease; /* ゆっくり変化させる */
}
.footer-rogo:hover{
	transform: scale(1.05); /* 拡大 */
}
.info-name, .info-tel{
	font-size: 21px;
	font-weight: 400;
	margin-top: 30px;
	line-height: 1.5;
}
.info-tel{
	margin-bottom: 30px;
}
.info-text{
	line-height: 1.5;
}
.copyright{
	font-size: 10px;
	margin-top: 50px;
}

/**********************************************************************footer*/


/**********************************************************************PC共通*/
.button{
	display: block;
	width: 300px;
	margin: 50px auto;
	transition: transform .6s ease; /* ゆっくり変化させる */
}
.button:hover{
	transform: scale(1.05); /* 拡大 */
}
.wrap01{
	width: 1000px;
	margin: 0 auto;
}
.mob{
	display: none;
}
/**********************************************************************PC共通*/

/**********************************************************************モバイル用*/

@media screen and (max-width: 767px) {
	.mob{
		display: block;
	}
	.pc{
		display: none;
	}
	.wrap01{
		width: 100%;
		margin: 0;
		padding: 0 5%;
	}
	/**********************************************************************ヘッダー*/

	header>.wrap01>.header-rogo{
		width: calc(90% - 120px);
		padding-top: 10px;
		transition: transform .6s ease; /* ゆっくり変化させる */
	}
	header>.wrap01>.header-rogo:hover{
		transform: scale(1.05); /* 拡大 */
	}
	header>.wrap01>div>a{
		width: 30px;
		margin-left: 5px;
		padding-top: 15px;
		transition: transform .6s ease; /* ゆっくり変化させる */
	}
	header>.wrap01>div>a:hover{
		transform: scale(1.2); /* 拡大 */
	}

	/**********************************************************************ヘッダー*/
	/**********************************************************************トップ*/

	.con03 .rogo{
		width: 80%;
	}

	.con03>div{
		width: 100%;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}


	/**********************************************************************トップ*/

	/**********************************************************************アレンジ*/
	.con01{
		padding: 70px 0;
	}
	.con01 h1{
		line-height: 1.2;
	}
	.con01 .wrap02{
		flex-direction: column;
	}
	.con01 .wrap02>div{
		width: 100%;
		margin-bottom: 30px;
	}
	.con01 .wrap02>a.arrangement-comments{
		width: 100%;
		height: auto;
		padding: 30px 0;
	}
	/**********************************************************************アレンジ*/

	/**********************************************************************胡蝶蘭*/

	.con02{
		padding: 70px 0;
	}
	.con02 h2{
		font-size: 36px;
		letter-spacing: 5px;
	}
	.con02 .wrap02{
		display: flex;
		flex-direction: column;
	}
	.con02 .wrap02>div{
		width: 100%;
		margin-bottom: 30px;
	}

	.con02 .wrap01>a.phalaenopsis-text{
		text-align: justify;
		padding: 15px;
		line-height: 1.2;
	}
	.phalaenopsis-comments{
		padding-left: 16px;
		text-indent: -16px;
		line-height: 1.2;
	}
	/**********************************************************************胡蝶蘭*/
	/**********************************************************************footer*/

	footer{
		padding: 100px 0;
		background: #4e2d1a;
	}

	footer a{
		color: #fff;
		display: block;
	}
	.footer-rogo{
		width: 230px;
		margin: 0 auto;
		transition: transform .6s ease; /* ゆっくり変化させる */
	}
	.footer-rogo:hover{
		transform: scale(1.05); /* 拡大 */
	}
	.info-name, .info-tel{
		font-size: 21px;
		font-weight: 400;
		margin-top: 30px;
		line-height: 1.5;
	}
	.info-tel{
		margin-bottom: 30px;
	}
	.info-text{
		line-height: 1.5;
	}
	.copyright{
		font-size: 10px;
		margin-top: 50px;
	}

	/**********************************************************************footer*/
}


