@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

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

.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
strong {
	font-weight:bold;
}
img {vertical-align: bottom;}

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}
.cl {
	clear:both;
}
.ct {
text-align: center;
}
.yu {
font-family:"游明朝","YuMincho";
font-weight: bold;
}
.yu2 {
font-family:"游明朝","YuMincho";
font-weight: normal;
}
.red {
color:#fd0000;
}
.bk {
color: #000;
}
.white {
color:#fff;
}
.up20 {
	margin-top:2rem;
}
.up30 {
	margin-top:3rem;
}
.up40 {
	margin-top:4rem;
}
.up50 {
	margin-top:5rem;
}
.up60 {
	margin-bottom:6rem;
}
.d20 {
	margin-bottom:2rem;
}
.d30 {
	margin-bottom:3rem;
}
.d40 {
	margin-bottom:4rem;
}
.d50 {
	margin-bottom:5rem;
}
.ud20 {
	margin:2rem 0;
}
.ud30 {
	margin:3rem 0;
}
.ud40 {
	margin:4rem 0;
}
.ud50 {
	margin:5rem 0;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#ffae00;
	text-decoration:none;
}
a:visited {
	color:#ffae00;
	text-decoration:none;
}
a:hover {
	color:#ffce65;
	text-decoration:underline;
}
a:active {
	color:#ffae00;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
}
body {
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

.spbr {
display: none !important;
}
#menu {
display: none;
}
body{
font-size: 1.6rem;
line-height:2.6rem;
}
#mobile {
display: none;
}

body {
padding-top: 21.3rem;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
padding-top: 3.8rem;
background: #fff;
z-index: 1;
}
header div {
width: 20.3rem;
margin: 0 auto;
}
nav {
margin-top: 4rem;
background: #2d2020;
}
nav ul {
padding: 1.8rem 0;
}
nav li {
display: inline-block;
font-weight: bold;
font-size: 1.8rem;
border-right: 0.1rem solid #828282;
}
nav li a {
display: block;
padding: 0 3rem;
}
nav li a:link {
color: #fff;
}
nav li a:visited {
color: #fff;
}
nav li a:hover {
color: #fff;
text-decoration: none;
opacity: 0.7;
}
nav li a:active {
color: #fff;
}
#catch {
position: relative;
border-bottom: 0.2rem solid #fff;
}
#catch img {
width: 100%;
height: auto;
}
#catch h1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
font-family: "游明朝","YuMincho";
font-size: 3rem;
line-height: 1.8;
display: flex;
align-items: center;
justify-content: center;
}
#catch_sp {
display: none;
}

#new_product {
width: 69rem;
margin: 0 auto 8.6rem auto;
display: flex;
justify-content: space-between;
}
#new_product figure {
width: 14.9rem;
}
#new_product div {
width: 44rem;
text-align: center;
padding-top: 4.4rem;
font-family: "游明朝","YuMincho";
}
#new_product div h3 {
font-size: 3.6rem;
margin-bottom: 6.4rem;
}
#new_product div h2 {
font-size: 4rem;
border: 0.1rem solid #949494;
padding: 2.4rem 0;
margin-bottom: 6.4rem;
}
#new_product div a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
}
#new_product div a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

.read {
font-size: 3rem;
font-weight: bold;
text-align: center;
margin-bottom: 6rem;
}

#news {
width: 87rem;
margin: 0 auto 8.6rem auto;
}
#news > div {
display: flex;
flex-wrap: wrap;
margin-bottom: 4.4rem;
}
#news > div article {
width: 25rem;
margin-right: 4rem;
}
#news > div article:last-child {
margin-right: 0;
}
#news > div article div {
margin-bottom: 2.6rem;
width: 25rem;
height: 17rem;
overflow: hidden;
}
#news > div article div img {
transition: 0.3s;
width: 25rem;
height: 17rem;
object-fit: cover
}
#news > div article div img:hover {
transition: 0.3s;
opacity: 0.8;
}
#news > div article h3 {
margin-bottom: 1.6rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-weight: bold;
}
#news > div article h3 a {
color: #000;
}
#news > div article p {
font-size: 1.4rem;
line-height: 2.4rem;
}
#news > a {
display: block;
width: 25rem;
margin: 0 auto;
text-align: center;
border: 0.1rem solid #000;
font-size: 1.6rem;
padding: 1rem 0;
border-radius: 2rem;
color: #000;
transition: 0.3s;
}
#news > a:hover {
background: #000;
color: #fff;
text-decoration: none;
transition: 0.3s;
}

#stove > article {
display: flex;
justify-content: space-between;
margin-bottom: 10rem;
}
#stove > article > div {
width: 65rem;
min-height: 50.3rem;
}
#stove > article > div h3 {
color: #fff;
background: #000;
font-size: 2.4rem;
font-weight: bold;
padding: 0.6rem 4rem;
display: inline-block;
margin-bottom: 1rem;
}
#stove > article > div p {
font-size: 2.6rem;
line-height: 3.8rem;
font-family: "游明朝","YuMincho";
text-shadow: 0.1rem 0.1rem 0.3rem #000;
color: #fff;
}
#stove > article > article {
width: calc(100% - 65rem);
padding: 0 10rem 0 4.6rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#stove > article > article figure {
width: 18.5rem;
margin-bottom: 1rem;
}
#stove > article > article div {
width: calc(100% - 20.7rem);
}
#stove > article > article div h3 {
font-size: 2rem;
font-family: "游明朝","YuMincho";
font-weight: bold;
margin-bottom: 1rem;
}
#stove > article > article div h4 {
color: #fff;
display: inline-block;
background: #d20000;
font-size: 1.4rem;
padding: 0.2rem 2rem;
margin-bottom: 1rem;
}
#stove > article > article div h5 {
font-family: "游明朝","YuMincho";
font-size: 1.6rem;
font-weight: bold;
}
#stove > article > article div h5 span {
font-size: 1.2rem;
margin-right: 1.4rem;
}
#stove > article > article div h6 {
font-family: "游明朝","YuMincho";
font-size: 1.4rem;
margin-bottom: 2.6rem;
}
#stove > article > article div h6 span {
font-size: 1.2rem;
margin-right: 1.4rem;
}
#stove > article > article div p {
font-size: 1.4rem;
line-height: 2.4rem;
margin-bottom: 1rem;
}
#stove > article > article > div:last-child > p {
padding: 1.4rem 2rem;
font-size: 1.2rem;
line-height: 2rem;
border: 0.1rem solid #cbcbcb;
}

.pd1 {
padding: 2.4rem 5rem;
}
.pd2 {
padding: 33.4rem 0 0 18rem;
}
.pd_bk {
color: #000 !important;
text-shadow: 0.1rem 0.1rem 0.3rem #fff !important;
}
.pr_or {
background: #d26800 !important;
}
.pr_bw {
background: #a85a42 !important;
}
#scene1 {
background: url("../img/scene1.png") no-repeat;
}
#scene2 {
background: url("../img/scene2.png") no-repeat;
}
#scene3 {
background: url("../img/scene3.png") no-repeat;
}
#scene4 {
background: url("../img/scene4.png") no-repeat;
}
#scene5 {
background: url("../img/scene5.png") no-repeat;
}
#scene6 {
background: url("../img/scene6.png") no-repeat;
}

#pdf {
background: #e0e0e0;
padding: 4rem 0;
margin-bottom: 5.2rem;
}
#pdf article {
background: url("../img/zu.png") no-repeat;
width: 50rem;
height: 34.6rem;
margin: 0 auto;
display: flex;
align-items: center;
}
#pdf article a {
display: block;
background: #d20000;
color: #fff;
text-align: center;
width: 21rem;
margin: 0 auto;
padding: 1.2rem 0;
font-family: "游明朝","YuMincho";
transition: 0.3s;
}
#pdf article a:hover {
background: #d26300;
transition: 0.3s;
text-decoration: none;
}

#toi {
width: 74rem;
margin: 0 auto 14.6rem auto;
text-align: center;
border: 0.1rem solid #949494;
padding: 2.2rem 0 2rem 0;
font-family: "游明朝","YuMincho";
}
#toi p {
font-size: 2rem;
line-height: 3.6rem;
margin-bottom: 1.4rem;
}
#toi a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#toi a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

#about {
display: flex;
justify-content: space-between;
margin-bottom: 9rem;
}
#about article {
width: 45%;
padding: 4.8rem 6rem;
}
#about article h2 {
font-size: 3rem;
margin-bottom: 4.4rem;
font-weight: bold;
}
#about article p {
font-size: 1.6rem;
line-height: 3rem;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#about div {
width: 55%;
background: url("../img/img_about.png") no-repeat center;
background-size: cover;
}

#info {
margin-bottom: 10rem;
}
#info table {
border-collapse: collapse;
width: 80rem;
margin: 0 auto;
}
#info th, #info td {
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.6rem 0;
font-size: 1.4rem;
line-height: 2.4rem;
}
#info th {
text-align: left;
width: 25%;
}
#info th h3 {
border-left: 0.8rem solid #a85a42;
padding-left: 1.4rem;
line-height: 1.4rem;
}

#mail {
text-align: center;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#mail p {
font-size: 2rem;
line-height: 3.6rem;
margin-bottom: 3rem;
}
#mail p:nth-child(3) {
color: #a32f0b;
margin-bottom: 5rem;
}
#mail a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#mail a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

footer {
margin-top: 20rem;
background: #000;
text-align: center;
padding: 2rem 0;
color: #fff;
}
footer small {
display: block;
font-size: 1.4rem;
margin-top: 1rem;
}

/* WP */
#wp_wrap {
width: 80rem;
margin: 5rem auto 14rem auto;
border-bottom: 0.1rem solid #ddd;
padding-bottom: 5rem;
}
#wp_wrap h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 2rem;
}
#wp_wrap time {
display: block;
margin-bottom: 5rem;
color: #ccc;
}
#wp_wrap article {
font-size: 1.6rem;
line-height: 3rem;
}
#wp_wrap img {
max-width: 100%;
height: auto;
margin: 2rem 0;
}
#wp_wrap_list {
width: 80rem;
margin: 5rem auto 14rem auto;
padding-bottom: 5rem;
}
#wp_wrap_list article {
border-bottom: 0.1rem solid #ddd;
padding-bottom: 3rem;
margin-bottom: 3rem;
}
#wp_wrap_list article h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 1rem;
}
#wp_wrap_list article time {
display: block;
margin-bottom: 1rem;
color: #ccc;
}
#wp_wrap_list article div {
font-size: 1.4rem;
line-height: 2.4rem;
}
#nectre_top {
display: flex;
justify-content: space-between;
margin-bottom: 8rem;
border-bottom: 0.1rem solid #ccc;
}
#nectre_top div {
width:40%;
background: url("../img/nectre_top.webp") no-repeat center;
background-size: cover;
}
#nectre_top figure img {
width: 100%;
height: auto;
}
#nectre_top p {
width: 60%;
padding: 5rem;
font-size: 1.8rem;
line-height: 2;
color: #555;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
padding-top: 6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.2rem;
left: 2rem;
width: 10rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#mobile .sp_hoiku {
position: absolute;
top: 1.2rem;
left: 2rem;
width: 12rem;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
}
#btn_sp a:link {
color:#7c7c7c;
}
#btn_sp a:visited {
color:#7c7c7c;
}
#btn_sp a:hover {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:focus {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:active {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #fff;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 5rem;
height: auto;
}

header {
display: none;
}
#catch {
position: relative;
border-bottom: 0.1rem solid #cecece;
margin-bottom: 4rem;
}
#catch img {
width: 100%;
height: auto;
}
#catch h1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
font-family: "游明朝","YuMincho";
font-size: 3rem;
line-height: 1.8;
display: flex;
align-items: center;
justify-content: center;
}
#catch_sp {
display: none;
}

#new_product {
width: 69rem;
margin: 0 auto 8.6rem auto;
display: flex;
justify-content: space-between;
}
#new_product figure {
width: 14.9rem;
}
#new_product div {
width: 44rem;
text-align: center;
padding-top: 4.4rem;
font-family: "游明朝","YuMincho";
}
#new_product div h3 {
font-size: 3.6rem;
margin-bottom: 6.4rem;
}
#new_product div h2 {
font-size: 4rem;
border: 0.1rem solid #949494;
padding: 2.4rem 0;
margin-bottom: 6.4rem;
}
#new_product div a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
}
#new_product div a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

.read {
font-size: 3rem;
font-weight: bold;
text-align: center;
margin-bottom: 6rem;
}

#news {
width: 87rem;
margin: 0 auto 8.6rem auto;
}
#news > div {
display: flex;
justify-content: space-between;
margin-bottom: 4.4rem;
}
#news > div article {
width: 25rem;
}
#news > div article div {
margin-bottom: 2.6rem;
}
#news > div article div img {
transition: 0.3s;
}
#news > div article div img:hover {
transition: 0.3s;
opacity: 0.8;
}
#news > div article h3 {
margin-bottom: 1.6rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-weight: bold;
}
#news > div article h3 a {
color: #000;
}
#news > div article p {
font-size: 1.4rem;
line-height: 2.4rem;
}
#news > a {
display: block;
width: 25rem;
margin: 0 auto;
text-align: center;
border: 0.1rem solid #000;
font-size: 1.6rem;
padding: 1rem 0;
border-radius: 2rem;
color: #000;
transition: 0.3s;
}
#news > a:hover {
background: #000;
color: #fff;
text-decoration: none;
transition: 0.3s;
}

#stove > article {
display: flex;
justify-content: space-between;
margin-bottom: 10rem;
}
#stove > article > div {
width: 45%;
min-height: 50.3rem;
}
#stove > article > div h3 {
color: #fff;
background: #000;
font-size: 2.4rem;
font-weight: bold;
padding: 0.6rem 4rem;
display: inline-block;
margin-bottom: 1rem;
}
#stove > article > div p {
font-size: 2.2rem;
line-height: 3.2rem;
font-family: "游明朝","YuMincho";
text-shadow: 0.1rem 0.1rem 0.3rem #000;
color: #fff;
}
#stove > article > article {
width: calc(100% - 45%);
padding: 0 4rem 0 4.6rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#stove > article > article figure {
width: 18.5rem;
margin-bottom: 1rem;
}
#stove > article > article div {
width: calc(100% - 20.7rem);
}
#stove > article > article div h3 {
font-size: 2rem;
font-family: "游明朝","YuMincho";
font-weight: bold;
margin-bottom: 1rem;
}
#stove > article > article div h4 {
color: #fff;
display: inline-block;
background: #d20000;
font-size: 1.4rem;
padding: 0.2rem 2rem;
margin-bottom: 1rem;
}
#stove > article > article div h5 {
font-family: "游明朝","YuMincho";
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 2.6rem;
}
#stove > article > article div h5 span {
font-size: 1.2rem;
margin-right: 1.4rem;
}
#stove > article > article div p {
font-size: 1.4rem;
line-height: 2.4rem;
margin-bottom: 1rem;
}
#stove > article > article > div:last-child > p {
padding: 1.4rem 2rem;
font-size: 1.2rem;
line-height: 2rem;
border: 0.1rem solid #cbcbcb;
}

.pd1 {
padding: 2.4rem 5rem;
}
.pd2 {
padding: 33.4rem 0 0 18rem;
}
.pd_bk {
color: #000 !important;
text-shadow: 0.1rem 0.1rem 0.3rem #fff !important;
}
.pr_or {
background: #d26800 !important;
}
.pr_bw {
background: #a85a42 !important;
}
#scene1 {
background: url("../img/scene1.png") no-repeat;
}
#scene2 {
background: url("../img/scene2.png") no-repeat right;
}
#scene3 {
background: url("../img/scene3.png") no-repeat right;
}
#scene4 {
background: url("../img/scene4.png") no-repeat;
}
#scene5 {
background: url("../img/scene5.png") no-repeat right;
}
#scene6 {
background: url("../img/scene6.png") no-repeat;
}

#pdf {
background: #e0e0e0;
padding: 4rem 0;
margin-bottom: 5.2rem;
}
#pdf article {
background: url("../img/zu.png") no-repeat;
width: 50rem;
height: 34.6rem;
margin: 0 auto;
display: flex;
align-items: center;
}
#pdf article a {
display: block;
background: #d20000;
color: #fff;
text-align: center;
width: 21rem;
margin: 0 auto;
padding: 1.2rem 0;
font-family: "游明朝","YuMincho";
transition: 0.3s;
}
#pdf article a:hover {
background: #d26300;
transition: 0.3s;
text-decoration: none;
}

#toi {
width: 74rem;
margin: 0 auto 14.6rem auto;
text-align: center;
border: 0.1rem solid #949494;
padding: 2.2rem 0 2rem 0;
font-family: "游明朝","YuMincho";
}
#toi p {
font-size: 2rem;
line-height: 3.6rem;
margin-bottom: 1.4rem;
}
#toi a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#toi a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

#about {
display: flex;
justify-content: space-between;
margin-bottom: 9rem;
}
#about article {
width: 45%;
padding: 4.8rem 6rem;
}
#about article h2 {
font-size: 3rem;
margin-bottom: 4.4rem;
font-weight: bold;
}
#about article p {
font-size: 1.6rem;
line-height: 3rem;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#about div {
width: 55%;
background: url("../img/img_about.png") no-repeat center;
background-size: cover;
}

#info {
margin-bottom: 10rem;
}
#info table {
border-collapse: collapse;
width: 80rem;
margin: 0 auto;
}
#info th, #info td {
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.6rem 0;
font-size: 1.4rem;
line-height: 2.4rem;
}
#info th {
text-align: left;
width: 25%;
}
#info th h3 {
border-left: 0.8rem solid #a85a42;
padding-left: 1.4rem;
line-height: 1.4rem;
}

#mail {
text-align: center;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#mail p {
font-size: 2rem;
line-height: 3.6rem;
margin-bottom: 3rem;
}
#mail p:nth-child(3) {
color: #a32f0b;
margin-bottom: 5rem;
}
#mail a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#mail a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

footer {
margin-top: 20rem;
background: #000;
text-align: center;
padding: 2rem 0;
color: #fff;
}
footer small {
display: block;
font-size: 1.4rem;
margin-top: 1rem;
}

/* WP */
#wp_wrap {
width: 80rem;
margin: 5rem auto 14rem auto;
border-bottom: 0.1rem solid #ddd;
padding-bottom: 5rem;
}
#wp_wrap h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 2rem;
}
#wp_wrap time {
display: block;
margin-bottom: 5rem;
color: #ccc;
}
#wp_wrap article {
font-size: 1.6rem;
line-height: 3rem;
}
#wp_wrap img {
max-width: 100%;
height: auto;
margin: 2rem 0;
}
#wp_wrap_list {
width: 80rem;
margin: 5rem auto 14rem auto;
padding-bottom: 5rem;
}
#wp_wrap_list article {
border-bottom: 0.1rem solid #ddd;
padding-bottom: 3rem;
margin-bottom: 3rem;
}
#wp_wrap_list article h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 1rem;
}
#wp_wrap_list article time {
display: block;
margin-bottom: 1rem;
color: #ccc;
}
#wp_wrap_list article div {
font-size: 1.4rem;
line-height: 2.4rem;
}


}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
padding-top: 6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.2rem;
left: 2rem;
width: 10rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#mobile .sp_hoiku {
position: absolute;
top: 1.2rem;
left: 2rem;
width: 12rem;
}
#logo_sp a {
font-family: "游明朝","YuMincho";
font-size: 1.8rem;
}
#logo_sp a span {
color: #ffa200;
}
#logo_sp a:link {
color: #000;
}
#logo_sp a:visited {
color: #000;
}
#logo_sp a:hover {
color: #000;
text-decoration: none;
}
#logo_sp a:active {
color: #000;
text-decoration: none;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
}
#btn_sp a:link {
color:#7c7c7c;
}
#btn_sp a:visited {
color:#7c7c7c;
}
#btn_sp a:hover {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:focus {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:active {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #fff;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 5rem;
height: auto;
}

header {
display: none;
}
#catch {
position: relative;
border-bottom: 0.1rem solid #cecece;
margin-bottom: 4rem;
}
#catch img {
width: 100%;
height: auto;
}
#catch h1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
font-family: "游明朝","YuMincho";
font-size: 3rem;
line-height: 1.8;
display: flex;
align-items: center;
justify-content: center;
}
#catch_sp {
display: none;
}

#new_product {
width: 69rem;
margin: 0 auto 8.6rem auto;
display: flex;
justify-content: space-between;
}
#new_product figure {
width: 14.9rem;
}
#new_product div {
width: 44rem;
text-align: center;
padding-top: 4.4rem;
font-family: "游明朝","YuMincho";
}
#new_product div h3 {
font-size: 3.6rem;
margin-bottom: 6.4rem;
}
#new_product div h2 {
font-size: 4rem;
border: 0.1rem solid #949494;
padding: 2.4rem 0;
margin-bottom: 6.4rem;
}
#new_product div a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
}
#new_product div a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

.read {
font-size: 3rem;
font-weight: bold;
text-align: center;
margin-bottom: 6rem;
}

#news {
padding: 0 2rem;
margin: 0 auto 8.6rem auto;
}
#news > div {
display: flex;
justify-content: space-between;
margin-bottom: 4.4rem;
}
#news > div article {
width: 22rem;
}
#news > div article div {
margin-bottom: 2.6rem;
}
#news > div article div img {
transition: 0.3s;
max-width: 100%;
height: auto;
}
#news > div article div img:hover {
transition: 0.3s;
opacity: 0.8;
}
#news > div article h3 {
margin-bottom: 1.6rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-weight: bold;
}
#news > div article h3 a {
color: #000;
}
#news > div article p {
font-size: 1.4rem;
line-height: 2.4rem;
}
#news > a {
display: block;
width: 25rem;
margin: 0 auto;
text-align: center;
border: 0.1rem solid #000;
font-size: 1.6rem;
padding: 1rem 0;
border-radius: 2rem;
color: #000;
transition: 0.3s;
}
#news > a:hover {
background: #000;
color: #fff;
text-decoration: none;
transition: 0.3s;
}

#stove > article {
margin-bottom: 10rem;
}
#stove > article > div {
min-height: 50.3rem;
}
#stove > article > div h3 {
color: #fff;
background: #000;
font-size: 2.4rem;
font-weight: bold;
padding: 0.6rem 4rem;
display: inline-block;
margin-bottom: 1rem;
}
#stove > article > div p {
font-size: 2.6rem;
line-height: 3.8rem;
font-family: "游明朝","YuMincho";
text-shadow: 0.1rem 0.1rem 0.3rem #000;
color: #fff;
}
#stove > article > article {
padding: 2rem 4rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#stove > article > article figure {
width: 18.5rem;
margin-bottom: 1rem;
}
#stove > article > article div {
padding-top: 3rem;
width: 50%;
}
#stove > article > article div h3 {
font-size: 2rem;
font-family: "游明朝","YuMincho";
font-weight: bold;
margin-bottom: 1rem;
}
#stove > article > article div h4 {
color: #fff;
display: inline-block;
background: #d20000;
font-size: 1.4rem;
padding: 0.2rem 2rem;
margin-bottom: 1rem;
}
#stove > article > article div h5 {
font-family: "游明朝","YuMincho";
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 2.6rem;
}
#stove > article > article div h5 span {
font-size: 1.2rem;
margin-right: 1.4rem;
}
#stove > article > article div p {
font-size: 1.4rem;
line-height: 2.4rem;
margin-bottom: 1rem;
}
#stove > article > article > div:last-child > p {
padding: 1.4rem 2rem;
font-size: 1.2rem;
line-height: 2rem;
border: 0.1rem solid #cbcbcb;
}

.pd1 {
padding: 2.4rem 5rem;
}
.pd2 {
padding: 33.4rem 0 0 34rem;
}
.pd_bk {
color: #000 !important;
text-shadow: 0.1rem 0.1rem 0.3rem #fff !important;
}
.pr_or {
background: #d26800 !important;
}
.pr_bw {
background: #a85a42 !important;
}
#scene1 {
background: url("../img/scene1.png") no-repeat bottom;
background-size: cover;
}
#scene2 {
background: url("../img/scene2.png") no-repeat;
background-size: cover;
}
#scene3 {
background: url("../img/scene3.png") no-repeat;
background-size: cover;
}
#scene4 {
background: url("../img/scene4.png") no-repeat;
background-size: cover;
}
#scene5 {
background: url("../img/scene5.png") no-repeat;
background-size: cover;
}
#scene6 {
background: url("../img/scene6.png") no-repeat;
background-size: cover;
}

#pdf {
background: #e0e0e0;
padding: 4rem 0;
margin-bottom: 5.2rem;
}
#pdf article {
background: url("../img/zu.png") no-repeat;
width: 50rem;
height: 34.6rem;
margin: 0 auto;
display: flex;
align-items: center;
}
#pdf article a {
display: block;
background: #d20000;
color: #fff;
text-align: center;
width: 21rem;
margin: 0 auto;
padding: 1.2rem 0;
font-family: "游明朝","YuMincho";
transition: 0.3s;
}
#pdf article a:hover {
background: #d26300;
transition: 0.3s;
text-decoration: none;
}

#toi {
width: 96%;
margin: 0 auto 14.6rem auto;
text-align: center;
border: 0.1rem solid #949494;
padding: 2.2rem 0 2rem 0;
font-family: "游明朝","YuMincho";
}
#toi p {
font-size: 2rem;
line-height: 3.6rem;
margin-bottom: 1.4rem;
}
#toi a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#toi a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

#about {
margin-bottom: 9rem;
}
#about article {
padding: 3rem;
}
#about article h2 {
font-size: 3rem;
margin-bottom: 4.4rem;
font-weight: bold;
}
#about article p {
font-size: 1.6rem;
line-height: 3rem;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#about div {
width: 100%;
height: 30rem;
background: url("../img/img_about.png") no-repeat center;
background-size: cover;
}

#info {
margin-bottom: 10rem;
}
#info table {
border-collapse: collapse;
width: 80%;
margin: 0 auto;
}
#info th, #info td {
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.6rem 0;
font-size: 1.4rem;
line-height: 2.4rem;
}
#info th {
text-align: left;
width: 25%;
}
#info th h3 {
border-left: 0.8rem solid #a85a42;
padding-left: 1.4rem;
line-height: 1.4rem;
}

#mail {
text-align: center;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#mail p {
font-size: 2rem;
line-height: 3.6rem;
margin-bottom: 3rem;
}
#mail p:nth-child(3) {
color: #a32f0b;
margin-bottom: 5rem;
}
#mail a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#mail a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

footer {
margin-top: 20rem;
background: #000;
text-align: center;
padding: 2rem 0;
color: #fff;
}
footer small {
display: block;
font-size: 1.4rem;
margin-top: 1rem;
}

/* WP */
#wp_wrap {
padding: 0 2rem;
margin: 5rem auto 14rem auto;
border-bottom: 0.1rem solid #ddd;
padding-bottom: 5rem;
}
#wp_wrap h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 2rem;
}
#wp_wrap time {
display: block;
margin-bottom: 5rem;
color: #ccc;
}
#wp_wrap article {
font-size: 1.6rem;
line-height: 3rem;
}
#wp_wrap img {
max-width: 100%;
height: auto;
margin: 2rem 0;
}
#wp_wrap_list {
padding: 0 2rem;
margin: 5rem auto 14rem auto;
padding-bottom: 5rem;
}
#wp_wrap_list article {
border-bottom: 0.1rem solid #ddd;
padding-bottom: 3rem;
margin-bottom: 3rem;
}
#wp_wrap_list article h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 1rem;
}
#wp_wrap_list article time {
display: block;
margin-bottom: 1rem;
color: #ccc;
}
#wp_wrap_list article div {
font-size: 1.4rem;
line-height: 2.4rem;
}
#nectre_top {
display: flex;
justify-content: space-between;
margin-bottom: 8rem;
}
#nectre_top div {
width:40%;
background: url("../img/nectre_top.webp") no-repeat center;
background-size: cover;
}
#nectre_top figure img {
width: 100%;
height: auto;
}
#nectre_top p {
width: 60%;
padding: 5rem;
font-size: 1.8rem;
line-height: 2;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
body{
font-size: 1.4rem;
line-height:2.0rem;
padding-top: 6rem;
width: 100%;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.2rem;
left: 2rem;
width: 10rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#mobile .sp_hoiku {
position: absolute;
top: 1.2rem;
left: 2rem;
width: 12rem;
}
#logo_sp a {
font-family: "游明朝","YuMincho";
font-size: 1.8rem;
}
#logo_sp a span {
color: #ffa200;
}
#logo_sp a:link {
color: #000;
}
#logo_sp a:visited {
color: #000;
}
#logo_sp a:hover {
color: #000;
text-decoration: none;
}
#logo_sp a:active {
color: #000;
text-decoration: none;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}

#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #fff;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 5rem;
height: auto;
}

header {
display: none;
}
#catch_sp {
position: relative;
height: 39rem;
margin-bottom: 6rem;
border-bottom: 0.1rem solid #cecece;
}
#catch_sp img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left top;/* 0 0と同じ */
}
#catch_sp h1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-family: "游明朝","YuMincho";
font-size: 3rem;
line-height: 1.8;
padding: 5rem 0 0 5rem;
color: #fff;
}
#catch {
display: none;
}

#new_product {
padding: 0 1rem;
margin: 0 auto 8.6rem auto;
text-align: center;
}
#new_product figure {
width: 10rem;
margin: 0 auto;
}
#new_product figure img {
width: 100%;
height: auto;
}
#new_product div {
padding-top: 4.4rem;
font-family: "游明朝","YuMincho";
}
#new_product div h3 {
font-size: 3.6rem;
margin-bottom: 6.4rem;
}
#new_product div h2 {
font-size: 4rem;
border: 0.1rem solid #949494;
padding: 2.4rem 0;
margin-bottom: 6.4rem;
}
#new_product div a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
}
#new_product div a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

.read {
font-size: 3rem;
font-weight: bold;
text-align: center;
margin-bottom: 6rem;
}

#news {
margin: 0 auto 8.6rem auto;
}
#news > div {
margin-bottom: 4.4rem;
}
#news > div article {
text-align: center;
margin-bottom: 5rem;
}
#news > div article div {
margin-bottom: 2.6rem;
}
#news > div article div img {
transition: 0.3s;
}
#news > div article div img:hover {
transition: 0.3s;
opacity: 0.8;
}
#news > div article h3 {
margin-bottom: 1.6rem;
font-size: 1.6rem;
line-height: 2.4rem;
font-weight: bold;
}
#news > div article h3 a {
color: #000;
}
#news > div article p {
font-size: 1.4rem;
line-height: 2.4rem;
}
#news > a {
display: block;
width: 25rem;
margin: 0 auto;
text-align: center;
border: 0.1rem solid #000;
font-size: 1.6rem;
padding: 1rem 0;
border-radius: 2rem;
color: #000;
transition: 0.3s;
}
#news > a:hover {
background: #000;
color: #fff;
text-decoration: none;
transition: 0.3s;
}

#stove > article {
margin-bottom: 10rem;
}
#stove > article > div {
min-height: 30rem;
}
#stove > article > div h3 {
color: #fff;
background: #000;
font-size: 1.4rem;
font-weight: bold;
padding: 0.6rem 4rem;
display: inline-block;
margin-bottom: 1rem;
}
#stove > article > div p {
font-size: 1.6rem;
line-height: 2.4rem;
font-family: "游明朝","YuMincho";
text-shadow: 0.1rem 0.1rem 0.3rem #000;
color: #fff;
}
#stove > article > article {

}
#stove > article > article figure {
width: 16rem;
margin: 0 auto 1rem auto;
}
#stove > article > article div {
padding: 0 1rem;
}
#stove > article > article div h3 {
font-size: 2rem;
font-family: "游明朝","YuMincho";
font-weight: bold;
margin-bottom: 1rem;
}
#stove > article > article div h4 {
color: #fff;
display: inline-block;
background: #d20000;
font-size: 1.4rem;
padding: 0.2rem 2rem;
margin-bottom: 1rem;
}
#stove > article > article div h5 {
font-family: "游明朝","YuMincho";
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 2.6rem;
}
#stove > article > article div h5 span {
font-size: 1.2rem;
margin-right: 1.4rem;
}
#stove > article > article div p {
font-size: 1.4rem;
line-height: 2.4rem;
margin-bottom: 1rem;
}
#stove > article > article > div:last-child > p {
padding: 1.4rem 2rem;
font-size: 1.2rem;
line-height: 2rem;
border: 0.1rem solid #cbcbcb;
}

.pd1 {
padding: 1.4rem 2rem;
}
.pd2 {
padding: 18.4rem 0 0 16rem;
}
.pd_bk {
color: #000 !important;
text-shadow: 0.1rem 0.1rem 0.3rem #fff !important;
}
.pr_or {
background: #d26800 !important;
}
.pr_bw {
background: #a85a42 !important;
}
#scene1 {
background: url("../img/scene1.png") no-repeat;
background-size: 100%;
}
#scene2 {
background: url("../img/scene2.png") no-repeat;
background-size: 100%;
}
#scene3 {
background: url("../img/scene3.png") no-repeat;
background-size: 100%;
}
#scene4 {
background: url("../img/scene4.png") no-repeat;
background-size: 100%;
}
#scene5 {
background: url("../img/scene5.png") no-repeat;
background-size: 100%;
}
#scene6 {
background: url("../img/scene6.png") no-repeat;
background-size: 100%;
}

#pdf {
background: #e0e0e0;
padding: 4rem 2rem;
margin-bottom: 5.2rem;
}
#pdf article {
background: url("../img/zu.png") no-repeat;
height: 34.6rem;
margin: 0 auto;
display: flex;
align-items: center;
}
#pdf article a {
display: block;
background: #d20000;
color: #fff;
text-align: center;
width: 21rem;
margin: 0 auto;
padding: 1.2rem 0;
font-family: "游明朝","YuMincho";
transition: 0.3s;
}
#pdf article a:hover {
background: #d26300;
transition: 0.3s;
text-decoration: none;
}

#toi {
width:  98%;
margin: 0 auto 14.6rem auto;
text-align: center;
border: 0.1rem solid #949494;
padding: 2.2rem 2rem 2rem 2rem;
font-family: "游明朝","YuMincho";
}
#toi p {
font-size: 1.4rem;
line-height: 2.6rem;
margin-bottom: 1.4rem;
}
#toi a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#toi a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

#about {
margin-bottom: 9rem;
}
#about article {
padding: 4.8rem 2rem;
}
#about article h2 {
font-size: 3rem;
margin-bottom: 4.4rem;
font-weight: bold;
}
#about article p {
font-size: 1.6rem;
line-height: 3rem;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#about div {
background: url("../img/img_about.png") no-repeat center;
background-size: cover;
height: 20rem;
}

#info {
margin-bottom: 10rem;
}
#info table {
border-collapse: collapse;
width: 96%;
margin: 0 auto;
}
#info th, #info td {
padding-top: 1.6rem;
font-size: 1.4rem;
line-height: 2.4rem;
display: block;
}
#info th {
text-align: left;
width: 25%;
}
#info th h3 {
border-left: 0.8rem solid #a85a42;
padding-left: 1.4rem;
line-height: 1.4rem;
}
#info td {
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.6rem 0;
}

#mail {
padding: 0 2rem;
text-align: center;
font-family: "游明朝","YuMincho";
font-weight: normal;
}
#mail p {
font-size: 1.6rem;
line-height: 2.6rem;
margin-bottom: 3rem;
}
#mail p:nth-child(3) {
color: #a32f0b;
margin-bottom: 5rem;
}
#mail a {
display: block;
width: 29rem;
color: #fff;
background: #000;
transition: 0.3s;
padding: 0.8rem 0;
margin: 0 auto;
font-weight: normal;
}
#mail a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

footer {
margin-top: 20rem;
background: #000;
text-align: center;
padding: 2rem 0;
color: #fff;
}
footer small {
display: block;
font-size: 1.4rem;
margin-top: 1rem;
}

/* WP */
#wp_wrap {
padding: 0 2rem;
margin: 5rem auto 10rem auto;
border-bottom: 0.1rem solid #ddd;
padding-bottom: 5rem;
}
#wp_wrap h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 2rem;
}
#wp_wrap time {
display: block;
margin-bottom: 5rem;
color: #ccc;
}
#wp_wrap article {
font-size: 1.4rem;
line-height: 2.8rem;
}
#wp_wrap img {
max-width: 100%;
height: auto;
margin: 2rem 0;
}
#wp_wrap_list {
padding: 0 2rem;
margin: 5rem auto 14rem auto;
padding-bottom: 5rem;
}
#wp_wrap_list article {
border-bottom: 0.1rem solid #ddd;
padding-bottom: 3rem;
margin-bottom: 3rem;
}
#wp_wrap_list article h2 {
font-size: 2rem;
line-height: 3rem;
font-weight: bold;
margin-bottom: 1rem;
}
#wp_wrap_list article time {
display: block;
margin-bottom: 1rem;
color: #ccc;
}
#wp_wrap_list article div {
font-size: 1.4rem;
line-height: 2.4rem;
}
#nectre_top {
margin-bottom: 5rem;
}
#nectre_top div {
width:100%;
height: 20rem;
background: url("../img/nectre_top.webp") no-repeat center;
background-size: cover;
}
#nectre_top figure img {
width: 100%;
height: auto;
}
#nectre_top p {
padding: 3rem;
font-size: 1.6]rem;
line-height: 2;
}

}