@charset "utf-8";

@media print, screen and (min-width:769px) {
body {
  background-color: #eee;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  color: #152197;
  max-width: 850px;
  background-color: #ffffff;
  border-left: 1px solid #777;
  border-right: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: 38px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 70px 30px 0 0;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
  letter-spacing: 5px;
}
nav {
  width: calc(100% - 15PX);
  font-size: 16px;
  color: blue;
  text-align: center;
  padding: 5px 0 5px 15px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
}
.menu1 {  /*会員TOP*/
  width: 80px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu2 {  /*概　要*/
  color: #000;
  width: 80px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;  /*薄い色*/
  border: 1px solid #000;
}
.menu3 {  /*ガイド*/
  width: 100px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu4 {  /*予約･解約申込み*/
  width: 140px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu5 {  /*利用報告*/
  width: 100px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu6 {  /*暖房使用と記録*/
  color: #000;
  width: 130px;
  height: 22px;
  padding-top: 9px;
  background-color: #fdf5e6;
  border: 1px solid #000;
}
a:link,a:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.breadcrumbs {
  clear: both;
  width: 80%;
  color: #555;
  margin: 7px 0 0 5px;
}
.breadcrumbs ul {
  display: table;
  margin: 3px 0 0 0;
  font-size: 14px;
}
.breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 14px;
  float: left;
}
.breadcrumbs ul li:first-child::before {
  padding: 0 5px 0 0;
  vertical-align: middle;
  content: url("../new-img/home.png");
}
.breadcrumbs ul li::before {
  padding: 0 10px 0 0;
  vertical-align: middle;
  content: url("../new-img/ya2.png");
}
a.tile3:link,a.tile3:visited {
  color: #555;
  text-decoration: underline solid #777;
}
a.tile3:hover {
  color: #152197;
  font-weight: bold;
  text-decoration: none;
}

main {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
h2 {
  font-size: 21px;
  margin: 25px 0 10px 0;
}
.text1 {
  margin: 8px 6px 0px 20px;
  text-indent: 20px;
}
.text2 {
  margin: 3px 6px 0px 43px;
  text-indent: -23px;
  line-height: 22px;
}
.text3 {
  margin: 15px 6px 0px 10px;
  line-height: 22px;
}
.text3:before {
  content:"◆ ";
  color: red;
}
.text4 {
  width: calc(100% - 385px);
  margin: 5px 15px 5px 40px;
  line-height: 22px;
}
.text5 {
  margin: 3px 26px 0px 60px;
  text-indent: -20px;
  line-height: 22px;
}
.textarea {
  width: calc(100% - 335px);
  border: 0px solid #000;
}
.hrline {
  width: 96%;
  margin: 20px auto 20px;
  border-bottom: 1px dashed brown;
}
.disp_pc {
  display: block;
}
.disp_sp {
  display: none;
}
.sheet {
  float: right;
  margin: 0px 10px 10px 10px;
}
footer {
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  background-color: #444;
}

}







@media screen and (max-width:768px) {
body {
  margin: 0px;
  background-color: #f7f5e5;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 14px;
  color: #152197;
}
#container {
  margin: 4px auto 4px;
  width: 100%;
  font-size: 16px;
  max-width: 768px;
  background-color: #ffffff;
  border-left: 1px solid #b19582;
  border-right:1px solid #b19582;
  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 {
  float: right;
  font-size: 26px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 80px 10px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 1px;
}
nav {
  width: calc(100% - 10px);
  color: blue;
  text-align: center;
  padding: 5px 0 5px 10px;
  border-top: 3px solid blue;
  border-bottom: 1px solid #888;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
}
.menu1 {  /*会員TOP*/
  width: 80px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu1 {  /*会員TOP*/
  width: 80px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu2 {  /*概　要*/
  width: 80px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu3 {  /*ガイド*/
  width: 100px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu4 {  /*予約･解約申込み*/
  width: 140px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu5 {  /*利用報告*/
  width: 100px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu6 {  /*暖房使用と記録*/
  color: #000;
  width: 130px;
  height: 22px;
  padding-top: 9px;
  background-color: #fdf5e6;
  border: 1px solid #000;
}
a:link,a:visited {
  color: #152197;
  text-decoration: none;
}
.breadcrumbs {
  display: none;
}
main {
  position: relative;
  padding: 0 0 30px 5px;
}
h2 {
  font-size: 18px;
  margin: 15px 0 10px 0;
  border: 0px solid #000;
}
.text1 {
  margin: 8px 6px 0px 30px;
  text-indent: 16px;
  border: 0px solid #000;
}
.text2 {
  margin: 3px 6px 0px 43px;
  text-indent: -23px;
  line-height: 22px;
  border: 0px solid #000;
}
.text3 {
  margin: 15px 6px 0px 10px;
  line-height: 22px;
}
.text3:before {
  content:"◆ ";
  color: red;
}
.text4 {
  width: 85%;
  margin: 5px 15px 5px 40px;
  line-height: 22px;
}
.text5 {
  margin: 3px 6px 0px 60px;
  text-indent: -20px;
  line-height: 22px;
}
.textarea {
  width: 100%;
  border: 0px solid #000;
}
.hrline {
  width: 96%;
  margin: 20px auto 20px;
  border-bottom: 1px dashed brown;
}
.disp_pc {
  display: none;
}
.disp_sp {
  display: inline-block;
}
.sample {
  margin: 10px 0 0 0;
  text-align: center;
}
.sheet {
  width: 80%;
  max-width: 343px;
  height: auto;
}
footer {
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  background-color: #444;
}
}
