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

@media screen and (max-width: 903px){
.wrapper {
    display: block;
}
.sidemenu {
    display:none;
}
.tuibi{
    width: 100px;
    right: 0rem;
    bottom: 6rem;
}
.content {
    width: 100%;
}
.sp_nav{
padding: 0;
display: block;
}
.pc_br{
display:none;
}
.sp_br{
display:inherit;
}
.spArea {
    display: block;
}
.hamburger-wrap {
    position: fixed;
    z-index: 102;
    background: #fe949e;
}
.hamburger {
    transform: scale(0.6, 0.6);
}
.hamburger {
    display: block;
    position: relative;
    z-index: 100;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    text-align: center;
    transform: scale(0.8, 0.8);
}
.hamburger span:nth-child(1) {
    top: 2px;
}
.hamburger span:nth-child(2) {
    top: 12px;
}
.hamburger span:nth-child(3) {
    top: 22px;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0.5rem;
}
.hamburger.active {
    position: fixed;
    left: 0;
    top: 0;
}
.hamburger.active span:nth-child(1) {
    top: 16px;
    background: #fe949e;
    -webkit-transform: rotate(
-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(
-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fe949e;
    -webkit-transform: rotate(
45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(
45deg);
}

/* ↓ スマホメニュー ------------------------*/
nav.globalmenu-sp {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	color: black;
	width: 100%;
	display: none;
	opacity: 0;
	height: 100vh;
	overflow: hidden;
}

.globalmenuSp-inner {
	position: relative;
	height: 100%;
	color: #333;
	width: 70%;
	z-index: 22;
	text-align: right;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.globalmenuSp-submenu a {
	display: block;
	margin-bottom: 1rem;
	color: white;
	font-weight: 700;
	font-size: 1.4rem;
}

.globalmenuSp-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_sidemenu.png);
	background-size: cover;
	background-repeat: repeat;
	z-index: 1;
}

.globalmenuSp-background:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.9);
	mix-blend-mode: multiply;
	z-index: 1;
}


nav.globalmenu-sp.active {
	display: block;
	opacity: 10;
}

.globalmenuSp-links ul{
	text-align: center;	
    padding: 3rem;
}
.globalmenuSp-links ul li{
	padding: 16px 0;
    border-bottom: 1px dotted;
    border-color: #bbb;
}
.globalmenuSp-links ul li a{
	display: block;
}
.globalmenuSp-links img{
	display: block;
    margin: auto;
}
/* ヘッダー ------------------------*/
header {
    background: url(../img/back/header_sp.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 3rem;
}
header p{
	font-size: 13px;
	  text-shadow    : 
       2px  2px 6px #ffffff,
      -2px  2px 6px #ffffff,
       2px -2px 6px #ffffff,
      -2px -2px 6px #ffffff,
       2px  0px 6px #ffffff,
       0px  2px 6px #ffffff,
      -2px  0px 6px #ffffff,
       0px -2px 6px #ffffff;
}
header .top_logo img{
	position: absolute;
    top: 0;
    right: 0;
    width: 130px;
}
header a img {
    margin: 36px auto;
}
h1{
    font-size: 1.5em;
}
h2 img{
	width: 100%;
}
.sub {
    margin: 0 0 2rem;
}
/* スライダー ------------------------*/
.slick-slider{
	padding: 0;
} 

/* ブログ ------------------------*/
.blog_list .blog_content {
    width: 47%;
    margin: 0 5px 10px 5px;
}
/* コンセプト ------------------------*/
.concept {
    background: url(../img/back/concept_sp.jpg) no-repeat;
    background-size: contain;
}
.text_area {
    width: 60%;
    margin: 0 0 0 35%;
    padding: 0px;
}
.concept .text_area p{
	text-align: left !important;
	font-size: 0.8em;
}

/* HOWTO ------------------------*/
.flex {
    display: block;
}
.flex .step {
    width: 90%;
    padding: 10px;
    margin-bottom: 10px;
}
.flex h3 {
    margin-bottom: 5px;
    font-size: 25px;
    margin-top: 0;
}

/* Live ------------------------*/
.live .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex figure {
    width: 45%;
}    
/* ONLINE SHOP ------------------------*/
.shop .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/**CONTACT-------------------------*/
.contact {
    background: url(../img/back/concept_sp.jpg) no-repeat;
    background-size: contain;
}
.contact .btn {
	 background-color: #808080;
	 color: #FFF;
}
.contact .btn:after {
	display: none;
}


/*button------------------------------*/
.btn {
    display: inline-block;
    border-radius: 2rem;
    padding: 1.2rem 3rem;
    font-weight: 700;
    line-height: normal;
    font-size: 1em;
}
.links{
	margin-top: 30px;
}
footer {
    text-align: center;
    font-size: 0.6em;
}
/************問い合わせフォーム****************/
#formWrap {
    width: 100%;
    margin: 0 auto;
}
table.formTable th {
    border-bottom: 0;
}
table.formTable th, table.formTable td {
    width: auto;
    display: block;
    height: auto;
}
input[type="text"], textarea {
    width: 96%;
    padding: 5px;
    font-size: 110%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    
}
form table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}

form table th,
form  table td {
    border-bottom: none;
    display: block;
    width: 100%;
}
form p{
	margin-bottom: 30px;
}
form .text{
	padding:0;
	line-height: 1.6;
	font-size: 14px;
}
/************会社概要****************/

.news th {
    border-bottom: 0;
}
.news th, .news td {
    width: auto;
    display: block;
    height: auto;
}

.news table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}

.news table th,
.news  table td {
    border-bottom: none;
    width: auto;
    display: block;
    height: auto;
    font-size: 0.8em;
}


}