﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/* --------------------------------------------------------------------*/
/*　ソーイング 型紙・レシピ 202004　*/
/* --------------------------------------------------------------------*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul, ol, li {
  list-style: none;
}
img,video {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: 100%;
}

small,
.small {
  font-size: 75%;
  font-weight: 400;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }




/*　Section
--------------------------------------------------------------------*/
body,
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#swrecipe {
  margin: 0;
  padding: 0;
}
#swrecipe section {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}


/*　Jump
--------------------------------------------------------------------*/
.btn-jump {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #999;
	color: #fff;
	text-align: center;
	padding: .5em 0;
  margin: 0 auto;
}
.btn-jump:hover {
	background: rgba(214, 99, 114, .8);
  text-decoration: none;
}
.btn-jump::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em;
}


/*　Product
--------------------------------------------------------------------*/
.product_header {
  border-bottom: 1px dashed #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product_name {
  color: #000;
  font-size: 22px;
}
.product_designer {
  text-align: right;
}
.product_designer em {
  display: inline-block;
  background: #666;
  color: #fff;
  font-size: 14px;
  padding: .2em .5em;
  margin-right: .5em;
}
.product_explanation {
  
}
.product_price {
  text-align: right;
}
.product_price em {
  font-size: 18px;
  font-weight: bold;
}

/* Table */
.table_size {
  width: 100%;
	border: 1px solid #555;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 20px auto;
}
.table_size th,
.table_size td {
	min-height: 20px;
	padding: 0.5em 0.8em;
	border: 1px solid #555;
	text-align: center;
}
.table_size thead {
	border-bottom: 1px solid #555;
  background: rgba(246, 238, 228, 1);
}
.table_size thead th,
.table_size thead td {
  font-weight: bold;
}
.table_size tbody th {
  background: rgba(246, 238, 228, .5);
  font-weight: bold;
}

.btn-buy {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(214, 99, 114, 1);
	color: #fff;
	text-align: center;
	padding: .5em 0;
  margin: 0 auto;
}
.btn-buy:hover {
	background: rgba(214, 99, 114, .8);
  text-decoration: none;
}


/*　Guide
--------------------------------------------------------------------*/
#recipe-guide {
  
}
#recipe-guide h3 {
  text-align: center;
  padding-bottom: 30px;
}
#recipe-guide h3 span {
  font-size: 30px;
  margin: 0 auto;
  border-bottom: 5px solid #555;
  padding-bottom: .2em;
}
#recipe-guide ol {
  counter-reset: number;
}
#recipe-guide ol li {
  display: flex;
  align-items: baseline;
  margin: 0 0 10px;
}
#recipe-guide ol li::before {
  counter-increment: number;
  content: counter(number)"";
  margin: 0 10px 0 0;
  flex-basis: 30px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #777;
	color: #fff;
	text-align: center;
}

/*　Terms
--------------------------------------------------------------------*/
#recipe-terms {
  
}
#recipe-terms h3 {
  text-align: center;
  padding-bottom: 30px;
}
#recipe-terms h3 span {
  font-size: 30px;
  margin: 0 auto;
  border-bottom: 5px solid #555;
  padding-bottom: .2em;
}
#recipe-terms dt {
  display: inline-block;
  background: #666;
  color: #fff;
  font-size: 18px;
  padding: .2em .5em;
  margin-right: .5em;
  margin: 1em 0 .5em;  
}
#recipe-terms dd {
  margin-bottom: 1em;  
}


/*　Decolation
--------------------------------------------------------------------*/

/* Text */
p {
	margin-bottom: 0.5em;
}
.txt-14 {
	font-size: 14px;
	/* font-size: 1.4rem; */
}
.txt-18 {
	font-size: 18px;
	/* font-size: 1.8rem; */
}
.txt-20 {
	font-size: 20px;
	/* font-size: 2rem; */
}
.txt-24 {
	font-size: 24px;
	/* font-size: 2.4rem; */
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.br-mb {
}
.font-default {
  font-family: inherit;
}

@media screen and (min-width: 768px) {
	.txt-pc-center {
		text-align: center;
	}
	.br-mb {
		display: none;
	}
}

/* Btn */
.btn-instagram {
	display: block;
  width: 120px;
  height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #777;
	color: #fff;
  line-height: 1.2;
	text-align: center;
	padding: 30px 0 0;
  margin: 0 auto;
}
.btn-instagram:hover {
  color: #000;
	background: #ff0;
  text-decoration: none;
}
.btn-instagram span {
  display: block;
	font-size: 14px;
}
.btn-instagram i {
	font-size: 36px;
}




