@charset "utf-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

@media print, screen and (min-width:769px) {
body {
  margin: 0px;
  background-color: #eee;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 14px;
  color: #152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  font-size: 16px;
  max-width: 850px;
  background-color: #ffffff;
  border-left: 1px solid #b19582;
  border-right:1px solid #b19582;
}
header {
  width: 100%;
  height: 110px;
  background-image: url("../header-img/tt-common.png");
}
header h1 {
  font-size: 45px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 37px 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: 82px;
  font-size: 16px;
  color: blue;
  text-align: center;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
a:link,a:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.menu1 {
  float: left;
  width: 85px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 20px;
  padding-top: 10px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu4 {
  float: left;
  width: 140px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 4px;
  padding-top: 10px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu5 {
  float: left;
  width: 100px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 4px;
  padding-top: 10px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.breadcrumbs {
  clear: both;
  width: 80%;
  color: #555;
  margin: 7px 0 0 20px;
}
.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 10px 0;
}
.text1 {
  margin: 5px 20px 0 45px;  /* ぶら下げ */
  text-indent: -22px;
  line-height:22px;
}
.text2 {
  margin: 5px 20px 0 45px;  /* ぶら下げ */
  text-indent: -22px;
  line-height:22px;
}
.text3 {
  margin: 5px 20px 0 55px;  /* ぶら下げ */
  text-indent: -22px;
  line-height:22px;
}
.text21 {
  margin: 5px 20px 0 30px;  /* 字下げ */
  text-indent: 17px;
  line-height:22px;
}
.text22 {
  margin: 0px 20px 5px 45px;  /* フラット */
  line-height:22px;
}
a.tile2:link,a.tile2:visited {
  color: #152197;
  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;
}
footer {
  width: 100%;
  height: 27px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 23px 0px 10px 0px;
  background-color: #444;
}

}







@media screen and (max-width:768px) {
body {
  margin: 0px;
  background-color: #f7f5e5;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 17px;
  color: #152197;
}
/* Container＝全体を囲んで、中央揃え */
#container {
  width: 100%;
  max-width: 768px;
  margin: auto;
  background-color: #ffffff;
  border-left: 1px solid #b19582;
  border-right:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
 -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
 -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  display: block;
  width: 100%;
  height: 70px;
  padding: 10px 0 0 0;
  background-image: url("../new-img/tt-common.png");
  background-size: cover;
  border: 0px solid #f00;
}
h1 {
  font-size: 28px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 20px 8px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 1px;
  border: 0px solid #f00;
}
nav {
  width: 100%;
  height: 43px;
  color: blue;
  margin: 0;
  font-weight: bolder;
  text-align: center;
  padding: 0;
  border-top: 3px solid blue;
  border-bottom: 1px solid #888;
}
a:link,a:visited {
  color: #152197;
  text-decoration: none;
}
.menu1 {
  float: left;
  width: 85px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 5px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu2 {
  float: left;
  width: 80px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 5px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu3 {
  float: left;
  width: 100px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 5px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu4 {
  float: left;
  width: 135px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 4px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu5 {
  float: left;
  width: 100px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 5px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.menu6 {
  float: left;
  width: 120px;
  height: 22px;
  text-align: center;
  margin: 5px 0 0 5px;
  padding-top: 9px;
  background-color: #ffdbb7;
  border: 1px solid #000;
}
.breadcrumbs {
  display: none;
}
main {
  width: 100%;
  padding: 0 0 0 3px;
  margin-bottom: 30px;
}
h2 {
  width: 86%;
  font-size: 18px;
  margin: 15px 0 10px 28px;
  text-indent: -23px;
  line-height: 22px;
  border: 0px solid #000;
}
.text1 {
  margin: 3px 20px 0 45px;  /* ぶら下げ */
  text-indent: -22px;
  line-height:22px;
}
.text2 {
  margin: 5px 20px 0 45px;  /* ぶら下げ */
  text-indent: -22px;
  line-height:22px;
}
.text3 {
  margin: 5px 20px 0 45px;  /* ぶら下げ */
  text-indent: -17px;
  line-height:22px;
}
.text21 {
  margin: 5px 20px 0 30px;  /* 字下げ */
  text-indent: 17px;
  line-height:22px;
}
.text22 {
  margin: 0px 20px 5px 45px;  /* フラット */
  line-height:22px;
}
.bg_blue {
  background-color: #cbfbff;
}
.bg_green {
  background-color: #d9ffd0;
}
.bg_orange {
  background-color: #fcebc1;
}
.bg_pink {
  background-color: #ffe6e6;
}
footer {
  width: 100%;
  height: 27px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 23px 0px 10px 0px;
  background-color: #444;
}
}
