@charset "utf-8";

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/*　スマホ用 600px以下のCSS　*/
@media screen and (max-width:600px) {

body {
  background-color: #eee;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
#container {
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 17px;
  color: #152197;
  width: 100%;
  max-width: 600px;
  margin: 4px auto 10px;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  display: grid;
  grid-auto-rows: 120px 38px auto 46px;
  grid-template-columns: 1fr;
}
header {
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("../../img/head2_600_120.png");
  background-size: cover;
}
h1 {
  color: #e2421f;  /* 紅葉の色#e2421f */
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 35px 28px 0 0;
  text-align: right;
  line-height: 32px;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
}

/* ========== nav =========== */
nav {
  grid-row: 2/3;  grid-column: 1/2;
  padding-top: 5px;
  background-image: linear-gradient(to bottom, #dbd4e0, #ccc);
  display: grid;
  grid-template-rows: 25px;
  grid-template-columns: 15px 80px 8px 98px 8px 140px 1fr;
}
#menu1 {
  grid-row: 1/2;  grid-column: 2/3;
}
#menu2 {
  grid-row: 1/2;  grid-column: 4/5;
}
#menu3 {
  grid-row: 1/2;  grid-column: 6/7;
}
a.tile:link,a.tile:visited {
  color: Maroon;
  font-weight: bold;
  text-decoration: underline solid #000;
  text-shadow: 1px 1px 1px #fff;

}
a.tile:active,a.tile:hover {
  font-size: 18px;
  color: #e2421f;
  font-weight: bold;
}
/* ========== main =========== */
main {
  grid-row: 3/4;  grid-column: 1/2;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ccc;

/*  background-color: #999;*/

/*  background-color: #7c7c7c;*/
  border: 0px solid #000;
}
.salon_title1 {
  color: #000;
  font-size: 18px;
  margin: 10px 0 5px 10px;
  letter-spacing: 2px;
}
.salon_title2 {
  color: #000;
  font-size: 18px;
  margin: 30px 0 10px 10px;
  letter-spacing: 2px;
}
.oval {
  width: 98%;
  margin: 5px auto 0;
  text-align: center;
}
.image {
  width: 100%;
}
.com1 {
  font-size: 16px;
  color: #000;
/*  color: #f2f2f2;*/
  line-height: 18px;
  margin: 60px 0 10px 0;
  text-align: center;
}
#section1 {
  margin-top: 20px;
}
#section2 {
  margin-top: 60px;
}
.text1 {
  font-size: 20px;
  color: #000;
  margin: 20px 0 0 15px;
}
.text1::before {
  content: "■";
  color: #666;
  font-family: "MS Gothic";
}
.text1::after {
  content: "■";
  color: #666;
  font-family: "MS Gothic";
}
.text2 {
  font-size: 16px;
  color: #000;
  margin: 5px 0 0 20px;
}
#table {
  width: calc(100% - 20px);
  margin: 10px auto 20px;
  display: grid;
  grid-auto-rows: 207px;
  grid-template-columns: repeat(auto-fill, 182px);
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  border: 0px solid #000;
}
.box1 {
  width: 100%;
  position: relative;
  margin: 0 auto;

}
.bgb {
  position: absolute;
  bottom: 0;
}
.piece {
  width: 100%;
  position: absolute;
  bottom: 55px;
  text-align: center;
  padding: 0 auto;
/*  width: 104px;*/
/*  height: 69px;*/
/*  padding-top: 2px;*/
/*  background-color: #ccc;*/
  border: 0px solid #00f;
}
.flame {
/*  width: 100%;*/
  vertical-align: bottom;
}
.title {
  position: absolute;
  bottom: 19px;
  width: 100%;
  color: #444;
/*  color: #f2f2f2;*/
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  border: 0px solid #f00;
}
.author {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #000;
/*  color: #f2f2f2;*/
  font-size: 15px;
  text-align: center;
  border: 0px solid #f00;
}
.bc1 {
  background-color: #aaa;
}
.copyright {
  width: 100%;
  font-size: 15px;
  color: #eee;
  line-height: 17px;
  text-align: center;
  margin: 40px auto 10px;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-top: 14px;
  background-color: #444;

}

}







/*　PC用のCSS　*/
@media print, screen and (min-width:601px) {

body {
  background-color: #ccc;
}
.sp {  display: none;}
.pc {  display: block;}
#container {
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 17px;
  color: #152197;
  width: 100%;
  max-width: 850px;
  margin: 4px auto 10px;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  display: grid;
  grid-auto-rows: 120px 38px auto 46px;
  grid-template-columns: 1fr;
}
header {
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("../../img/head2_850_120.png");
  background-size: cover;
}
h1 {
  color: #e2421f;  /* 紅葉の色#e2421f */
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 65px 28px 0 0;
  text-align: right;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
}

/* ========== nav =========== */
nav {
  grid-row: 2/3;  grid-column: 1/2;
  padding-top: 5px;
  background-image: linear-gradient(to bottom, #dbd4e0, #ccc);
  display: grid;
  grid-template-rows: 25px;
  grid-template-columns: 15px 80px 8px 98px 8px 140px 1fr;
}
#menu1 {
  grid-row: 1/2;  grid-column: 2/3;
}
#menu2 {
  grid-row: 1/2;  grid-column: 4/5;
}
#menu3 {
  grid-row: 1/2;  grid-column: 6/7;
}
a.tile:link,a.tile:visited {
  color: Maroon;
  font-weight: bold;
  text-decoration: underline solid #000;
  text-shadow: 1px 1px 1px #fff;

}
a.tile:active,a.tile:hover {
  font-size: 18px;
  color: #e2421f;
  font-weight: bold;
}
/* ========== main =========== */
main {
  grid-row: 3/4;  grid-column: 1/2;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ccc;

/*  background-color: #999;*/

/*  background-color: #7c7c7c;*/
  border: 0px solid #000;
}
.salon_title1 {
  color: #000;
  font-size: 18px;
  margin: 10px 0 10px 30px;
  letter-spacing: 2px;
}
.salon_title2 {
  color: #000;
  font-size: 18px;
  margin: 30px 0 10px 30px;
  letter-spacing: 2px;
}
.oval {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.image {
  width: 100%;
}
.com1 {
  font-size: 16px;
  color: #000;
/*  color: #f2f2f2;*/
  line-height: 18px;
  margin: 60px 0 10px 0;
  text-align: center;
}
#section1 {
  margin-top: 20px;
}
#section2 {
  margin-top: 60px;
}
.text1 {
  font-size: 20px;
  color: #000;
  margin: 20px 0 0 40px;
}
.text1::before {
  content: "■";
  color: #666;
  font-family: "MS Gothic";
}
.text1::after {
  content: "■";
  color: #666;
  font-family: "MS Gothic";
}

#table {
  width: 810px;
  margin: 10px auto 20px;
  display: grid;
  grid-auto-rows: 207px;
  grid-template-columns: repeat(auto-fill, 182px);
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  border: 0px solid #000;
}
.box1 {
  width: 100%;
  position: relative;
  margin: 0 auto;

}
.bgb {
  position: absolute;
  bottom: 0;
}
.piece {
  width: 100%;
  position: absolute;
  bottom: 55px;
  text-align: center;
  padding: 0 auto;
/*  width: 104px;*/
/*  height: 69px;*/
/*  padding-top: 2px;*/
/*  background-color: #ccc;*/
  border: 0px solid #00f;
}
.flame {
/*  width: 100%;*/
  vertical-align: bottom;
}
.title {
  position: absolute;
  bottom: 19px;
  width: 100%;
  color: #444;
/*  color: #f2f2f2;*/
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  border: 0px solid #f00;
}
.author {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #000;
/*  color: #f2f2f2;*/
  font-size: 15px;
  text-align: center;
  border: 0px solid #f00;
}
.bc1 {
  background-color: #aaa;
}
.copyright {
  width: 100%;
  font-size: 15px;
  color: #eee;
  line-height: 17px;
  text-align: center;
  margin: 40px auto 10px;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-top: 14px;
  background-color: #444;

}


}