/*スマホのみの設定（base.cssに上書き）*/

body {
 overflow-x: hidden;
}

.sp_none{
	display:none;
}

.pc_none{
	display:inline-block;
}

section {
    min-height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
}

header div, nav ul, section article, footer div {
    width: 100%;
    margin: 0 auto;
}

header {
	height:70px!important;
	border-bottom-width: 5px;
}
header div {
    height: auto;
	padding: 10px;
}

h1 img{
width:180px;
}

h1 a{
letter-spacing: 0;
font-size: 14pt;
}

h1 span{
display: none;
}

header h2{
display: none;
}

 header p{
 display: none;
 }

h3 {
    text-align: center;
    font-size: 16pt;
}

nav ul.menu{
display: table;
table-layout: fixed;
width: 100%;
}

nav ul.menu li{
display: table-cell;
text-align: center;
}

.hover7__label::after{
display: none;
}

#pink .menu__link{
color: rgba(248,158,194,1.0);
}

footer small{
padding-left: 10px;
}

footer ul{
padding: 20px 10px 0px 10px;
}

footer ul li {
margin-right: 15px;
}

footer ul li a{
font-size: 10pt;
}

address{
font-size: 10pt;
margin-left: 10px;
margin-bottom: 20px;
}



/* ---------------------------------------------------------------------------------- */

/*------------トップページ------------*/

/*キャッチ横スライド*/
section.slide{
height: inherit;
background-color:#fff;
}

.slick{
	width:100%;
	height: inherit;
}

.slick img {
    width: 100%;
    height:auto;
}

/*キャッチ横フルスクリーン*/
section.full{
background-position: center bottom;
background-size: cover;
}

section#pr{
padding-top: 0px;
padding-bottom: 0px;
}

section#pr article {
    display: flex;
    table-layout:inherit;
	width: 100%;
	height: auto;
	flex-direction: column;
}

section#pr article div{
display: block;
}

section#pr article div:first-of-type{
order: 2;
padding: 0 20px 20px 20px;
}

section#pr article div:last-of-type{
order: 1;
padding: 20px;
background-color: #fff;
}

section#pr article div p#prtext {
margin-bottom: 10px;
line-height: 1.6em;
}

section#pr article div:last-of-type p{
font-size: 10pt;
}

section#news{
padding-bottom: 50px;
}

section#access{
padding-bottom: 0;
width: 100%;
height: 500px;
overflow: hidden;
}

section#access iframe{
width: 100%;
height: 500px;
}


/* ---------------------------------------------------------------------------------- */

/*------------会社概要------------*/

section#about{
padding-left: 20px;
padding-right: 20px;
}

section#about img{
display: block;
width: 100%;
height: auto;
}

section#about dl{
margin-top: 0;
width: 100%;
    text-align: left!important;
}

section#about dl dt{
    padding-left: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
    width: 100%!important;
    text-align: left!important;
    display: block;
}

section#about dl dd{
    width: 100%!important;
line-height: 1.4em;
    padding: 10px 0;
}



/*------------製品紹介------------*/

section#product{
padding-left: 20px;
padding-right: 20px;
}

section#product img{
display: block;
width: 100%;
height: auto;
}

section#product dl {
    padding: 30px;
    width: 100%;
    margin-top: 0px;
}

section#lineup div {
padding-left: 20px;
padding-right: 20px;
}

section#lineup figure {
    float:none;
    width: 100%;
	margin: 0 auto;
}

section#lineup figcaption{
padding-bottom: 40px;
}

section#lineup figure:last-of-type figcaption{
padding-bottom: 20px;
}

section#lineup figcaption strong {
    margin-top: 8px;
    margin-bottom: 0px;
}

section#lineup figcaption p{
line-height: 1.6em;
}

section#lineup figure img{
width: 100%;
height: auto;
margin: 0 auto;
display: block;
}


/*------------FAQ------------*/
section#faq{
padding-left: 20px;
padding-right: 20px;
}

section#faq div {
padding-top: 20px;
}

section#faq dt::before, section#faq dd::before {
    font-size: 16pt;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

section#faq dd {
    padding-left: 40px;
    text-indent: -40px;
}


/*------------チャート------------*/

section#chart{
padding-left: 20px;
padding-right: 20px;
}

section#chart div {
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}

section#chart dl {
    line-height: 1.8em;
}

section#chart dl br{
display: none;
}

section#chart dl::after {
margin-top: 20px;
}

section#chart dl {
margin-bottom: 25px;
}


/*------------お問い合わせ------------*/

section#contact{
padding-left: 30px;
padding-right: 30px;
}

section#contact p:first-of-type {
line-height: 1.8em;
text-align: left;
margin-bottom: 40px;
}

section#contact table{
width: 100%;
}

section#contact table th , section#contact table td {
display: list-item;
list-style-type: none;
text-align: left;
width: 100%;
}

section#contact table th{
margin-bottom: 5px;
}

section#contact table td{
position: relative;
}

section#contact table span.required {
font-size: 8pt;
position: absolute;
right: 0;
top: -25px;
margin-right: 0;
}

section#contact table input , section#contact table textarea{
width: 100%;
}

section#policy dl {
width: 100%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
font-size: 10pt;
}


/* ---------------------------------------------------------------------------------- */

/*ギャラリー (#pink)*/
section#gallery div{
overflow: hidden;
width: 100%;
padding-top: 20px;
}

section#gallery ul li{
float: none;
margin: 0 auto 30px auto;
}

section#gallery ul li:last-child{
margin-bottom: 10px;
}

section#gallery ul li:nth-child(3n) {
margin-right: auto;
}

section#gallery ul li p{
opacity: 1;
display:block;
vertical-align: baseline;
width: 100%;
height: 60px;
top:inherit;
bottom: -20px;
background-color: rgba(0,0,0,0.5);
text-align: center;
padding-top: 10px;
}

section#gallery ul li:hover p{
opacity: 1;
}


/*メニュー (#pink)*/
.menulist div {
margin-bottom: 0px;
}

.menulist figure {
float:none;
width: 100%;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}

.menulist figure figcaption{
padding-bottom: 40px;
width: 100%;
}

.menulist figure:last-of-type figcaption{
padding-bottom: 0px;
}

.menulist figure figcaption strong {
margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}

.menulist figure figcaption p{
line-height: 1.6em;
}

.menulist figure img{
width: 70%;
height: auto;
margin: 0 auto;
display: block;
}

.menulist02 dl {
margin-left: 20px;
margin-right: 20px;
line-height: 1.4em;
}

.menulist02 dl:last-of-type {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}

.menulist02 dd {
padding-left: 0em;
}


/*採用情報 (#pink)*/
section#recruit div#staff01 {
background-image: none;
padding-left:0px;
padding-top:0px;
width: 100%;
}

section#recruit div#staff01:before {
background-image: url(../image/staff01.jpg);
background-size: cover;
background-position: center;
content: "";
display:block;
width: 90%;
height: 300px;
vertical-align: middle;
margin: 0 auto;
}

section#recruit div#staff01 table{
width: 90%;
margin: 0 auto;
}

section#recruit div#staff01 table th, section#recruit div#staff01 table td{
display: list-item;
list-style-type: none;
text-align: left;
padding: 0px;
}

section#recruit div#staff01 table tr:first-child th{
padding-top: 30px;
}

section#recruit div#staff01 table tr:first-child td {
padding-top: 5px;
padding-bottom: 15px;
}

section#recruit div#staff01 table th{
padding-bottom: 0;
border-bottom: 0;
padding-top: 15px;
padding-left: 20px;
}

section#recruit div#staff01 table td{
padding-top: 5px;
padding-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
}

section#recruit div#staff01 table tr:last-child th{
padding-bottom: 0;
}

section#recruit div#staff01 table tr:last-child td{
padding-bottom: 30px;
}
