@charset "utf-8";

@media print, screen and (min-width:601px) {
body {
  background-color: #eee;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 850px;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  color: #152197;
  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 {
  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 {
  color: #000;
  width: 100px;
  height: 22px;
  padding-top: 9px;
  text-align: center;
  background-color: #fdf5e6;
  border: 1px solid #000;
}
.menu6 {
  width: 130px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}

/* ■■■ パンくずリスト ■■■ */
.breadcrumbs {
  width: 100%;
  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 30px;
}
h2 {
  font-size: 21px;
  margin: 25px 0 0 0;
}

/* ■■■ 暖房利用時の措置 2カラム構成 ■■■ */
.two-column {
  width: 100%;
  display: flex;
}
.f-column {
  flex-wrap: wrap;
}
.s-column {
  flex: 0 0 260px;
  align-self: flex-end;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}
.post {
  width: calc(100% - 30px);
  margin: 5px 20px 0 10px;
} 
.postimg {
  width: 100%;
}

/* ■■■ 各テキスト行の設定 ■■■ */
.text1 {
  margin: 3px 20px 0 22px;
  text-indent: 16px;
  line-height: 22px;
}
.text2 {
  margin: 5px 20px 0px 40px;
  font-size: 16px;
  line-height: 18px;
}
.text3 {
  margin: 10px 20px 0 40px;
  text-indent: -22px;
  line-height:22px;
}
.text4 {
  margin: 5px 30px 0 50px;
  text-indent: -22px;
  line-height:20px;
}
a.tile2:link,a.tile2:visited {
  color: #b1063a;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile2:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}

/* ■■■ テキスト行頭の着色 ■■■ */
.bg_blue {
  background-color: #cbfbff;
}
.bg_green {
  background-color: #d9ffd0;
}
.bg_orange {
  background-color: #fcebc1;
}
.bg_pink {
  background-color: #ffe6e6;
}
.bg_violet {
  background-color: #f5c8ff;
}
.board {
  margin: 10px 0 10px 70px;
}
.boardimg {
  width: 100%;
  max-width: 350px;
  margin: 5px auto 5px;
}
footer {
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  background-color: #444;
}

}






@media screen and (min-width:451px) and (max-width:600px) {
body {
  background-color: #eee;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 600px;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  color: #152197;
  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_768_120.png");
}
h1 {
  font-size: 30px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 75px 10px 0 0;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
  letter-spacing: 2px;
}
nav {
  width: calc(100% - 15px);
  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;
}
.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 {  /*利用報告*/
  color: #000;
  width: 100px;
  height: 22px;
  padding-top: 9px;
  background-color: #fdf5e6;
  border: 1px solid #000;
}
.menu6 {  /*暖房使用と記録*/
  width: 130px;
  height: 22px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.breadcrumbs {
  display: none;
}
main {
  padding: 0 0 0 5px;
  margin-bottom: 10px;
}
h2 {
  font-size: 18px;
  margin: 15px 0 10px 5px;
}
.two-column {
  width: 100%;
  display: flex;
}
.f-column {
  flex-wrap: wrap;
}
.s-column {
  flex: 0 0 200px;
  align-self: flex-start;
/*  align-self: center;*/
  font-size: 14px;
  text-align: center;
  line-height: 17px;
}
.post {
  width: calc(100% - 15px);
  margin: 5px 15px 0 0;
} 
.postimg {
  width: 100%;
}
a.tile2:link,a.tile2:visited {
  color: #ff6347;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile2:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
.text1 {
  margin: 3px 20px 0 22px;
  text-indent: 17px;
  line-height: 22px;
}
.text2 {
  margin: 5px 20px 0px 40px;
  font-size: 16px;
  line-height: 18px;
}
.text3 {
  margin: 3px 20px 0 40px;
  text-indent: -22px;
  line-height:22px;
}
.text4 {
  margin: 3px 30px 0 50px;
  text-indent: -22px;
  line-height:20px;
}
.bg_blue {
  background-color: #cbfbff;
}
.bg_green {
  background-color: #d9ffd0;
}
.bg_orange {
  background-color: #fcebc1;
}
.bg_pink {
  background-color: #ffe6e6;
}
.board {
  width: 70%;
  max-width: 350px;
  margin: 5px auto 20px;
}
.boardimg {
  width: 90%;
  max-width: 350px;
  margin: 5px auto 5px;
}
footer {
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  background-color: #444;
}

}







@media screen and (max-width:450px) {
body {
  background-color: #eee;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 450px;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  color: #152197;
  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: 28px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 75px 10px 0 0;
  text-shadow: 1px 1px 1px white, -1px 1px 1px white, 1px -1px 1px white, -2px -2px 1px white;
  letter-spacing: 1px;
}
nav {
  width: calc(100% - 15px);
  font-size: 16px;
  color: blue;
  text-align: center;
  padding: 5px 0 5px 10px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
}
.menu1 {  /*会員TOP*/
  float: left;
  width: 80px;
  height: 22px;
  margin: 5px 0 0 0;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu2 {  /*概　要*/
  float: left;
  color: #000;
  width: 80px;
  height: 22px;
  margin: 5px 0 0 4px;
  padding-top: 9px;
  background-color: #ffdbb7;  /*薄い色*/
  border: 1px solid #000;
}
.menu3 {  /*ガイド*/
  float: left;
  width: 100px;
  height: 22px;
  margin: 5px 0 0 4px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu4 {  /*予約･解約申込み*/
  float: left;
  width: 140px;
  height: 22px;
  margin: 5px 0 0 4px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu5 {
  float: left;
  color: #000;
  width: 100px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 4px;
  padding-top: 9px;
  background-color: #fdf5e6;
  border: 1px solid #000;
}
.menu6 {  /*暖房使用と記録*/
  float: left;
  width: 130px;
  height: 22px;
  margin: 5px 0 0 4px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.breadcrumbs {
  display: none;
}
main {
  margin: 0 0 20px 5px;
}
h2 {
  font-size: 18px;
  margin: 20px 0 5px 5px;
}
.board {
  width: 80%;
  max-width: 350px;
  margin: 5px auto 10px;
}
.boardimg {
  width: 100%;
}
.two-column {
  width: 100%;
}
.f-column {
  width: 100%;
}
.s-column {
  width: 250px;
  margin: 10px auto 0;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
}
.post {
  width: calc(100% - 10px);
  margin: 5px auto 0;
} 
.postimg {
  width: 100%;
}
a.tile2:link,a.tile2:visited {
  color: #ff6347;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile2:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
.text1 {
  margin: 3px 20px 0 22px;
  text-indent: 16px;
  line-height: 22px;
}
.text2 {
  margin: 5px 20px 0px 40px;
  font-size: 16px;
  line-height: 18px;
}
.text3 {
  margin: 10px 20px 0 40px;
  text-indent: -22px;
  line-height:22px;
}
.text4 {
  margin: 5px 30px 0 50px;
  text-indent: -22px;
  line-height:20px;
}
.bg_blue {
  background-color: #cbfbff;
}
.bg_green {
  background-color: #d9ffd0;
}
.bg_orange {
  background-color: #fcebc1;
}
.bg_pink {
  background-color: #ffe6e6;
}
.bg_violet {
  background-color: #f5c8ff;
}

footer {
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 18px;
  background-color: #444;
}

}



