@charset "UTF-8";

body {
  font-family: 'Noto Serif JP','Sawarabi Mincho', serif, sans-serif;
  color: #2e2c2cc7;
}

/* ヘッダー */
header {
  border-bottom: 1px solid #2e2c2c69;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.logoAndNav {
  width: 920px;
  margin: 0 auto;
  padding: 10px 10px 60px;
}

h1 {
  float: left;
  margin: 10px;
}

nav ul {
  display: flex;
  font-size: 12px;
}

nav li {
  flex-basis: 105px;
  text-align: center;
}

nav li+ li{
    border-left: 1px solid #2e2c2c69;
}
nav a {
  display: block;
  padding: 8px 15px;
  flex-basis: 105px;
}

nav .en {
  display: inline;
}
nav a:hover .en {
  display: none;
}
nav .jp {
  display: none;
}
nav a:hover .jp {
  display: inline;
  border-bottom:  2px solid #666666;
}

.navContact {
  background-color: #E7D2B1;
}

/* メインのセクション */
main {
  margin-top: 100px;
}

section {
  width: 920px;
  margin: 0 auto;
} 

.mainPhoto {
  width: 100%;
}

.readmore {
  position: relative;
}

.readmore::after {
  content: url(../images/icon/arrow_readmore.png);
  position: absolute;
  right: -50px;
  bottom: 10px;
}

.mainTitle h2 {
  text-align: center;
}

.mainTitle div {
  margin: 30px 120px 100px;
}
.mainTitle p {
  padding-bottom: 10px;
}

h2, h3 {
  padding: 20px;
}
h2 {
  font-size: 30px;
}

h3, h4 {
  letter-spacing: 0.1em;
}

.news {
  padding: 0px 20px 100px;
  line-height: 2;
}

.arrow {
  padding-left: 10px;
  vertical-align: middle;
}

.mainImg, .shopsBanner {
  display: flex;
  justify-content: space-evenly;
}

.mainImg {
  margin: 30px 0 100px;
}

.mainImg img {
  width: 300px;
}

/* ここからSHOP */
.shopsBanner {
  margin: 30px 0 150px;
}

/* ここからFLOW */
.flow {
  margin: 30px auto;
  display: flex; 
  flex-wrap: wrap;
}

.flow li {
  flex: 1;
  flex-basis: 230px;
  height: 200px;
  position: relative;
}

.flow li::after {
  content: url(../images/icon/arrow.png);
  position: absolute;
  left: 210px;
  bottom: 125px
}

.flow li:last-child::after {
  content: none;
}

.flow img {
  margin-bottom: 20px;
}

figure {
  text-align: center;
}

.flow h4 {
  font-size: 13px;
}

/* ここからお問い合わせボタン */
.contact {
  background-color: #f4f3f3;
  width: 100%;
  padding: 10px 0px 30px;
}

.contact h3 {
  text-align: center;
}

.button {
  background-color: #E7D2B1;
  display: block;
  text-align: center;
  padding: 20px 50px;
  margin: 0 auto ;
  width: 200px;
}

/* ここからフッター */
footer {
  background-color: #666666;
  color: #ffffff;
  width:  100%;
  font-size: 12px;
}

address {
  width: 40%;
  margin-right: 25%;
}

.companyName ,.companyDetail {
  margin-bottom: 20px;
}

.footerList{
  width: 920px;
  margin: 0 auto;
  display: flex;
  padding: 3%;
  flex-flow: row wrap;
  letter-spacing: 0.1em;
}

.footerList dt {
  float: left;
}

.footerList dd {
  margin-left: 70px;
  width: 300px;
}

.footerList li {
  width: 130px;
  margin-bottom: 20px;
}

.footerList img {
  width:20px;
}

small {
  display: block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-family: sans-serif;
}

/* ここから下層ページ */

.contents {
  margin: 0px auto;
  display: flex;
  padding: 3%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  }

.text {
  margin: 30px 200px 150px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.text p {
  padding-top: 10px;
}

.attention {
  position: relative;
}

.attention::before {
  content: url(../images/icon/attention.png);
  position: absolute;
  left:40px;
  top: 5px
}

.portfolioSec {
  width: 780px;
}

.client {
  padding: 20px 30px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.clientLink p:hover {
  border-bottom: 2px solid #E7D2B1;
}

.portfolioSec .smallText {
 text-align: right;
 margin-bottom: 150px;
}

.contents.shops {
  margin: 0 auto;
}

.subPage .width1240 {
  width: 1240px;
}

.subPage .flow  {
  width: 1000px;
  margin: 0 auto;
}

.subPage .flow li {
  flex-basis: 250px;
  height: 250px;
}

.subPage .flow li::after {
  left: 230px;
  bottom: 175px
}

.caption {
  font-family: sans-serif;
  font-size: 12px;
  padding: 15px 26px 25px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: left;
}

.attention p {
  padding: 0 50px 5px 120px;
  letter-spacing: 0.1em;
}

.company, .message {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  padding-bottom: 100px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.company img, .message img {
  margin: 0 20px;
}

.company div {
  padding: 0px 10px;
  width: 600px;
}
.company h4 {
  margin-bottom: 30px;
}
.company dt {
  float: left;
}
.company dd {
  margin: 0px 0px 30px 80px;
  width: 450px;
}
.smallText {
  font-size: 8px;
  line-height: 1.8em;
}
.message  {
  padding-bottom: 200px;
}
.messageCap {
  padding: 0px 10px;
  width: 600px;
}

.name {
  float: right;
  padding-top: 15px;
  text-align: center;
}

form {
  width: 600px;
  margin: 0 auto;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  background-color: #84848429;
  width: 100%;
  margin-top: 10px;
  padding: 4px 8px;
}
input[type="radio"] {
  vertical-align: baseline;
  margin-right: 5px;
  accent-color: #666666;
}
.contactRadio {
  text-align: center;
}
.contactRadio label {
  margin: 0 30px;
}
textarea {
  height: 150px;
  margin-bottom: 30px;
}
form > p {
  line-height: 1.4;
  margin-bottom: 20px;
}
.submitBtn {
  text-align: center;
  margin-bottom: 100px;
}
input[type="submit"] {
  background-color: #666666;
  color: #ffffff;
  padding:
   20px 80px;
}
.subPage form span {
  padding: 4px 10px;
  margin-left:12px;
  font-size: 10px;
  font-family: sans-serif;
  font-weight: bold;
  background-color: #E7D2B1 ;
}

/* レスポンシブ対応 */
@media screen and (max-width:640px){
section,
.logoAndNav,
form
 {
  width: 100%;
}

/* nav ul, */
.mainImg,
.shopsBanner,
.footerList,
.flow {
  display: block;
}

.mainImg img {
  width: 100%;
}













}