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

/* =======================================
    ALL PAGE
======================================= */
/*全ページ共通の記述*/
html {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	background-color: #937663;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.indexbtn img:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
}

.followme {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
}

.followme span:hover {
	transform: scale(1.2);
	transition-duration: 0.5s;
}

.instagram {
	width: 80%;
	height: auto;
	margin: 0 auto;
	justify-content: center;
	display: flex;
}

.notesimg {
	width: 40%;
	height: auto;
	vertical-align: middle;
}

.notes {
	
}

.ordernotes{
	display: inline-block;
	vertical-align: middle;
}


.ordernotes_wrap {
	text-align: left;
	font-size: 70%;
}

.ordernotes_wrap:after {
  content: '';
  bottom: 5%;/*線の上下位置*/
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 0.5px;/*線の太さ*/
  background-color: black;/*線の色*/
}


/*coffeeに関する記述*/

h1 {
	padding-left: 3%;
}

/* アコーディオンメニューに関する記述 */

.acd-check {
	display: none;
}

.beansmenu {
    display: flex;
    border: 1px pink solid;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
    padding: 5%;
    background-color: pink;
}

.beans {
    padding: 0 5% 5% 5%;
    }

/* 各セクションのWrap */

.lineorder {
	border: 1px solid black;
	text-align: center;
	width: 20%;
	font-size: 250%;
}

.lineorder a {
	text-decoration: none;
	color: #99FF99;
}

.lineorder:hover {
	background-color: white;
}

.lineorder a:hover {
	color: black;
}

.ordernotes {
	font-size: 150%;
}

.wrap_order {
	height: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
	overflow: hidden;
	max-width: 1000px;
}

.acd-check:checked + .acd-label + .wrap_order {
	height: auto;
    opacity: 1;
    visibility: visible;
}

.wrap_beans {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    overflow: hidden;
}

.acd-check:checked + .acd-label + .wrap_beans {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0 5% 5% 5%;
}

.wrap_mizudashi {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    overflow: hidden;
}

.acd-check:checked + .acd-label + .wrap_mizudashi {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0 5% 5% 5%;
}

.wrap_drippack {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    overflow: hidden;
}

.acd-check:checked + .acd-label + .wrap_drippack {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0 5% 5% 5%;
}

.wrap_giftwrap {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    overflow: hidden;
}

.acd-check:checked + .acd-label + .wrap_giftwrap {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0 5% 5% 5%;
}

#adjust {
	margin-bottom: 3%;
}

.acd-label {
	width: 60%;
	font-size: 110%;
	margin-left: 10%;
	display: inline-block;
	color: #000;
	font-weight: 600;
}


/*以下で線を表示*/
.beans:after {
  content: '';
  bottom: 5%;/*線の上下位置*/
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 0.5px;/*線の太さ*/
  background-color: black;/*線の色*/
}

.beans p {
	text-align: left;
	font-size: 70%;
	margin-left: 0.5%;
}

.price {
	font-size: 100%;
	text-align: right;
}


.bold {
	font-weight: bold;
}

.giftwrapimg {
	width: 100%;
	height: auto;
}

/* conceptに関する記述*/

.concept {
	font-size: 85%;
	margin: 5% 10% 0 10%;
	text-align: left;
}

/* newsに関する記述 */
.instaicon {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
}

.p_block {
	text-align: center;
}

.instaicon span {
	width: 100%;
	color: #000;
	font-size: 100%;
	margin: auto 10%;
}

.instaicon span:hover {
	transform: scale(1.2);
	transition-duration: 0.5s;
}

.insta_hash span {
	color: #fff;
	font-family: 'Cairo', sans-serif;
    font-weight: 100;
	font-size: 50%;
}

/* contactに関する記述 */

h2 {
	margin-left: 10%;
	font-family: 'Noto Sans JP', sans-serif;
}

.contactvalue {
	color: #99FF99;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 5px;
	font-size: 90%;
	text-align: left;
	margin-left: 10%;
}

#contactform {
	border: 1px solid #e8e8eb;
    -webkit-appearance: none;
    border-radius: 0;
}

#contact_textarea {
	border: 1px solid #e8e8eb;
    -webkit-appearance: none;
    border-radius: 0;
	resize: none;
}

#contactbtn {
    display: block;
    margin: 5% 10% auto auto;
	width: 65px;
	height: 30px;
	border-radius: 0;
	background-color: black;
	color: white;
	-webkit-appearance: none;
	border: none;
	border-radius: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
}

h3 {
	margin-left: 10%;
	font-family: 'Noto Sans JP', sans-serif;
}

.confirm {
	display: flex;
	justify-content: center;
}


dt {
	margin-left: 10%;
}

dd {
	margin-left: 10%;
	width: 80%;
}

.thankyou{
	text-align: center;
	font-size: 120%;
	letter-spacing: 0.1em;
	margin-left: 0;
}

.btt {
	border: 2px solid black;
	width: 15%;
	display: block;
	margin: auto;
}

.btt a {
	color: black;
}

.btt:hover {
	background-color: black;
}

.btt a:hover {
	color: white;
}

@media only screen and (min-width: 768px){
/*デスクトップ向けの記述*/
/*共通*/
.sp_br{
    display: none;
}

ul {
	padding-left: 0;
	display: flex;
	justify-content: center;
}

/* グローバルメニューへの記述 */ 

.gnav li {
    display: block;
	list-style: none;
	margin: 0 2%;
	line-height: 250%;
}

.gnav a {
	color: #99FF99;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.4em;
}


/* indexページへの記述 */

.indeximage img {
	width: 30%;
	height: auto;
	margin: 5% auto 0 auto;
	display: block;
}

.indexlogo img{
	width: 35%;
	height: 40%;
	margin: 0 auto;
	display: block;
}



.followme span {
	width: 100%;
	color: #000;
	font-size: 150%;
}

/*coffeeに関する記述*/
.beans p {
	font-size: 120%;
	margin-left: 0.5%;
	display: flex;
	flex-direction: column;
}

.bold {
	display: block;
	height: auto;
   
}


.notes {
	font-size: 100%;
}



/*contactに関する記述*/

h2 {
	margin-left: 15%;
}

.contactvalue {
	margin-left: 10%
}

#contactform {
	margin-left: 10%;
	width: 200px;
}

#contact_textarea {
	margin-left: 10%;
	width: 80%;
}


}

@media screen and (max-width:768px) {
	/*スマホ向けの記述*/
	/* CSS Document */

/* =======================================
    ALL PAGE
======================================= */

ul {
	padding-left: 0;
}

/* グローバルメニューへの記述 */
.gnav {
	display: flex;
	justify-content: center;
}

.gnav li {
    display: block;
	list-style: none;
	margin: 0;
	line-height: 250%;
}

.gnav a {
	color: #99FF99;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 0.4em;
}


li {
	list-style: none;
	padding-left: 0;
}

ul {
	padding-left: 0;
}

/* indexへの記述 */

.indeximage img {
	width: 40%;
	height: auto;
	margin: 5% auto 0 auto;
	display: block;
}

.indexlogo img{
	width: 70%;
	height: 40%;
	margin: 0 auto;
	display: block;
}

.followme span {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #000;
	font-size: 150%;
}

/*coffeeに関する記述*/

.lineorder {
	font-size: 150%;
	width: 30%
}

.ordernotes {
	font-size: 75%;
}

.mizudashi_note {
	font-size: 70%;
}

.price {
	font-size: 50%;
}

/*Contactに関する記述*/


#contactform {
	margin-left: 10%;
	width: 200px;
}

#contact_textarea {
	margin-left: 10%;
	width: 80%;
}

.btt {
	width: 30%;
}

}
	
	
	