@charset "utf-8";
.clearfix::after {
 display: block;
 content: "";
 clear: both;
}
@media print, screen and (min-width:769px) {
body {
  background-color: #eee;
  font-family : Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 100%;
  color: #152197;
  -webkit-text-size-adjust: 100%;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  font-size: 17px;
  max-width: 850px;
  background-color: #fff;
  border: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common.png");
}
header h1 {
  font-size: 42px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 60px 50px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
}
nav {
  width: 100%;
  height: 42px;
  color: blue;
  text-align: center;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.menu1 {
  float: left;
  width: 90px;
  height: 22px;
  margin: 5px 0 0 20px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.pcsp {
  display: none;
}
main {
  width: calc(100% - 10px);
  padding: 20px 5px 20px 5px;
  border: 0px solid #000;
}

/*--■■■■■ 「ごあんない」 ■■■■■ -*/
#box-info {
  position: relative;
  width: 85%;
  margin: 10px auto 40px;
  padding: 20px 0 20px 0;
  font-size: 18px;
  text-align: left;
  background-color: #fffdf8;
  border: 1px solid #222;
  border-radius: 10px;
}
h2 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #152197;
  line-height: 25px;
  margin: 10px 0 5px 0;
  letter-spacing: 5px;
  text-align: center;
}
.text1 {
  margin-top: 10px;
  padding: 0 25px 0 50px;
  text-indent: -20px;
  font-size: 18px;
  color: #152197;
  line-height: 25px;
  z-index: 10;
}
.text2 {
  width: calc(100% - 103px);
  margin-top: 5px;
  padding: 0 55px 0 50px;
  text-indent: -20px;
  font-size: 18px;
  color: #152197;
  line-height: 25px;
  z-index: 10;
}
.illust {
  position: absolute;
  bottom: 10px;
  right: -12px;
  width: 70px;
  z-index: 1;
  border: 0px solid #000;
}

/*--■■■■■ 「ガイダンスの細部」 ■■■■■ -*/
#guidance-box1 {
  width: 85%;
  margin: 0 auto;
  border: 2px solid #777;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 70px 1fr;
}
.c1 {
  padding: 12px 0 8px 0;
  line-height: 22px;
  text-align: center;
}
.c2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 12px 0 8px 10px;
  border-left: 1px solid #000;
}
.c3 {
  line-height: 22px;
  padding: 12px 0 8px 10px;
  border-left: 1px solid #000;
}
.list1 {
 color: maroon;
 margin: 3px 0 0 0px;
 line-height: 22px;
}
.list1:before {
 content:"✳ ";
 font-weight: bold;
}
.list2 {
 margin: 3px 0 0 15px;
}
.list2:before {
 content:"・";
 color: red;
}
.bb1 {
  border-bottom: 1px solid #000;
}


/*--■■■■■ 付記 ■■■■■ -*/
#box2 {
  width: 85%;
  margin: 10px auto 0;
}
.text3 {
  margin: 0 10px 0 33px;
  padding: 0;
  text-indent: -23px;
  font-size: 18px;
  line-height: 22px;
}
.text4 {
  margin: 3px 10px 0 37px;
  padding: 0;
  text-indent: -22px;
  font-size: 18px;
  line-height: 22px;
}
.text4:before {
 content:"・";
}


.arrow {
 clear: left;
 display: block;
 margin: 20px auto;
 border: 0px solid #000;
}


/*--■■■■■ 「参加の申し込み」 ■■■■■ -*/
form {
 width: 80%;
 background-color: azure;
 padding: 15px 20px 15px 20px;
 border-radius: 10px;
 border: 1px #336ab6 solid;
 margin: 0 auto 0;
}
h4 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 6px;
}
#guidance-box2 {
  width: 100%;
  margin: 0 auto;
  line-height: 20px;
  background-color: #fff;
  border: 2px solid #336ab6;
  padding: 0;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 130px 1fr;
}
.d1 {
  padding: 12px 0 8px 0;
  line-height: 22px;
  text-align: center;
}
.d2 {
  font-weight: bold;
  line-height: 22px;
  padding: 12px 0 8px 10px;
  border-left: 1px solid #000;
}
.bb1d {
  border-bottom: 1px solid #336ab6;
}
.blevel {
  position: relative;
  top: -4px;
}
.message {
 width: 98%;
 height: 70px;
 font-size: 14px;
 color: #333;
 border: 1px #999 solid;
 border-radius: 5px;
}
.k-number {
 border: 1px #999 solid;
 border-radius: 5px;
 width: 70px;
 height: 20px;
 margin: 0px 0px 0px 5px;
}
.k-name {
 border: 1px #999 solid;
 border-radius: 5px;
 width: 150px;
 height: 20px;
 margin: 0px 0px 0px 5px;
}
.k-mail {
 border: 1px #999 solid;
 border-radius: 5px;
 width: 200px;
 height: 20px;
 margin: 0px 0px 0px 5px;
}
.hsb {
  position: relative;
  top: 3px;
}
.hsb::before {
  display: inline-block;
  content: "(";
  font-weight: normal;
  text-indent: 0;
  vertical-align: middle;
  margin: 0 0.05em 5px 0.2em;
}
.hsb::after {
  display: inline-block;
  content: ")";
  font-weight: normal;
  text-indent: 0;
  vertical-align: bottom;
  margin: 0 0.2em 5px 0.05em;
}
.pcsh {
  display: none;
}

#button-area {
  width: 50%;
  height: 45px;
  margin: 10px auto 0px;
  border: 0px solid #000;
}
.button1 {
  float: left;
}
.button2 {
  float: left;
  margin: 0 0 0 40px;
}
.submit-button {
  width: 70px:
  text-decoration-line: none;
  padding: 10px 15px 7px 20px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  background-color: #ffeeee;
  border-radius: 10px;
}
.submit-button:hover {
  color; red;
  background-color: #ffdddd;
}
.cancel-button {
  width: 70px:
  text-decoration-line: none;
  padding: 10px 15px 7px 20px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  background-color: #eeeeff;
  border-radius: 10px;
}
.cancel-button:hover {
  background-color: #ddddff;
}
/*--■■■■■ 「ガイダンスのようす」 ■■■■■ -*/
#scenery {
  width: 99%;
  margin: 50px auto 20px;
  border-bottom: 4px solid maroon;
}
.salon {
  width: 90%;
  margin: 0 auto;
}
.photo {
  width: 100%;
}
.caption {
  font-size: 16px;
  color: blue;
  text-align: center;
  margin: 10px 0px 20px 0px;
}
.kinshi {
  width: 80px;
  margin: 0 auto;
}
.no-parking {
  width: 100%;
}
p.no-parking-text {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-weight: bold;
  color: blue;
  text-align: center;
}
footer {
  height: 42px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 28px;
  background-color: #444;
}
}








@media print, screen and (max-width:768px) {
body {
 background-color: #f8f8f8;
 font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
 font-size:16px;
 color:#152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  font-size: 17px;
  max-width: 768px;
  background-color: #fff;
  border: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
}
header h1 {
  font-size: 38px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 70px 20px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
}
nav {
  width: 100%;
  height: 42px;
  color: blue;
  text-align: center;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.menu1 {
  float: left;
  width: 90px;
  height: 22px;
  margin: 5px 0 0 20px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.pcsp {
  display: none;
}
main {
  width: calc(100% - 10px);
  padding: 20px 5px 20px 5px;
  border: 0px solid #000;
}

/*--■■■■■ 「ごあんない」 ■■■■■ -*/
#box-info {
  position: relative;
  width: 85%;
  margin: 10px auto 30px;
  padding-bottom: 20px;
  font-size: 18px;
  text-align: left;
  background-color: #fafaff;
  border: 1px solid #222;
  border-radius: 10px;
}
h2 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #152197;
  line-height: 25px;
  margin: 10px 0 5px 0;
  letter-spacing: 5px;
  text-align: center;
}
.text1 {
  margin-top: 5px;
  padding: 0 25px 0 50px;
  text-indent: -20px;
  font-size: 18px;
  color: #152197;
  line-height: 25px;
  z-index: 10;
}
.text2 {
  width: calc(100% - 103px);
  margin-top: 5px;
  padding: 0 55px 0 50px;
  text-indent: -20px;
  font-size: 18px;
  color: #152197;
  line-height: 25px;
  z-index: 10;
}
.illust {
  position: absolute;
  bottom: 10px;
  right: -12px;
  width: 70px;
  z-index: 1;
  border: 0px solid #000;
}

/*--■■■■■ 「ガイダンスの細部」 ■■■■■ -*/
#guidance-box1 {
  width: 95%;
  margin: 0 auto;
  border: 2px solid #777;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 70px 1fr;
}
.c1 {
  padding: 12px 0 8px 0;
  line-height: 22px;
  text-align: center;
}
.c2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 12px 0 8px 10px;
  border-left: 1px solid #000;
}
.c3 {
  line-height: 22px;
  padding: 12px 0 8px 10px;
  border-left: 1px solid #000;
}
.list1 {
 color: maroon;
 margin: 3px 10px 0 20px;
 text-indent: -20px;
 line-height: 22px;
}
.list1:before {
 content:"✳ ";
 font-weight: bold;
}
.list2 {
 margin: 3px 10px 0 32px;
 text-indent: -17px;
}
.list2:before {
 content:"・";
 color: red;
}
.bb1 {
  border-bottom: 1px solid #000;
}

/*--■■■■■ 付記 ■■■■■ -*/
#box2 {
  width: 100%;
  margin: 20px auto 0;
}
.text3 {
  width: calc(100% - 43px);
  margin: 0 10px 0 33px;
  padding: 0;
  text-indent: -23px;
  font-size: 18px;
  line-height: 22px;

}
.text4 {
  width: calc(100% - 47px);
  margin: 0 10px 0 37px;
  padding: 0;
  text-indent: -22px;
  font-size: 18px;
  line-height: 22px;
}
.text4:before {
 content:"・";
}


.arrow {
 clear: left;
 display: block;
 margin: 20px auto;
 border: 0px solid #000;
}

/*--■■■■■ 「参加の申し込み」 ■■■■■ -*/
form {
 width: 90%;
 background-color: azure;
 padding: 15px 20px 15px 20px;
 border-radius: 10px;
 border: 1px #336ab6 solid;
 margin: 0 auto 0;
}
h4 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 6px;
}
#guidance-box2 {
  width: 100%;
  margin: 0 auto;
  line-height: 20px;
  background-color: #fff;
  border: 2px solid #336ab6;
  padding: 0;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 90px 1fr;
}
.d1 {
  padding: 12px 0 8px 0;
  line-height: 22px;
  text-align: center;
}
.d2 {
  font-weight: bold;
  line-height: 22px;
  padding: 12px 0 8px 10px;
  border-left: 1px solid #000;
}
.bb1d {
  border-bottom: 1px solid #336ab6;
}
.blevel {
  position: relative;
  top: -4px;
}
.message {
 width: 95%;
 height: 70px;
 font-size: 14px;
 color: #333;
 border: 1px #999 solid;
 border-radius: 5px;
}
.k-number {
 border: 1px #999 solid;
 border-radius: 5px;
 width: 70px;
 height: 20px;
 margin: 0px 0px 0px 5px;
}
.k-name {
 border: 1px #999 solid;
 border-radius: 5px;
 width: 150px;
 height: 20px;
 margin: 0px 0px 0px 5px;
}
.k-mail {
 border: 1px #999 solid;
 border-radius: 5px;
 width: 200px;
 height: 20px;
 margin: 0px 0px 0px 5px;
}
.hsb {
  position: relative;
  top: 3px;
}
.hsb::before {
  display: inline-block;
  content: "(";
  font-weight: normal;
  text-indent: 0;
  vertical-align: middle;
  margin: 0 0.05em 5px 0.2em;
}
.hsb::after {
  display: inline-block;
  content: ")";
  font-weight: normal;
  text-indent: 0;
  vertical-align: bottom;
  margin: 0 0.2em 5px 0.05em;
}
.pcsh {
  display: inline-block;
}

#button-area {
  position: relative;
  width: 234px;
  height: 45px;
  margin: 10px auto 0px;
  border: 0px solid #000;
}
.button1 {
  float: left;
}
.button2 {
  float: left;
  margin: 0 0 0 20px;
}
.submit-button {
  width: 70px:
  text-decoration-line: none;
  padding: 10px 15px 7px 20px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  background-color: #ffeeee;
  border-radius: 10px;
}
.submit-button:hover {
  color; red;
  background-color: #ffdddd;
}
.cancel-button {
  width: 70px:
  text-decoration-line: none;
  padding: 10px 15px 7px 20px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  background-color: #eeeeff;
  border-radius: 10px;
}
.cancel-button:hover {
  background-color: #ddddff;
}
/*--■■■■■ 「ガイダンスのようす」 ■■■■■ -*/
#scenery {
  width: 99%;
  margin: 50px auto 20px;
  border-bottom: 4px solid maroon;
}
.salon {
  width: 90%;
  margin: 0 auto;
}
.photo {
  width: 100%;
}
.caption {
  font-size: 16px;
  color: blue;
  text-align: center;
  margin: 10px 0px 20px 0px;
}
.kinshi {
  width: 80px;
  margin: 0 auto;
}
.no-parking {
  width: 100%;
}
p.no-parking-text {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: blue;
  line-height: 22px;
}
footer {
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 28px;
  background-color: #444;
}}
