@charset "utf-8";
@media print, screen and (min-width:601px) {

body{
  margin-top:0;
  background-color:#fffdf7;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:17px;
  color:#152197;
  background-image : url(../image/bg.gif);
}
#container{
  width: 100%;
  max-width:980px;
  margin:0px auto 0;
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow:1px 1px 10px #aaa;
}

/* ================ */
/* ■■ header ■■ */
/* ================ */
header{
  width: 100%;
  height: 60px;
/*  background-image : url(../img/title-top.png);*/
  border-bottom:2px #b28b53 solid ;
}
h1{
  font-size: 28px;
  padding-top: 18px;
  letter-spacing: 2px;
  text-align: center;
}

/* ============= */
/* ■■ nav ■■ */
/* ============= */
nav {
  width: 100%;
  height: fit-content;
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  background-color: #f3f3f3;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.n1 {
  width: 160px;
}
.mbtn {
  height: 36px;
  font-size: 16px;
  background-color: lavenderblush;
  border: 1px solid #000;
  border-radius: 4px;
  padding-top: 2px; /* text-decorationによる縦ずれ補正 */
  font-family: sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbtn:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: mistyrose;
  border: 2px solid #777;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}

/* ============== */
/* ■■ main ■■ */
/* ============== */
main{
  width: 980px;
}

/* ============== */
/* ■ box-info ■ */
/* ============== */
.box-info{
  width: 80%;
  max-width: 610px;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #000;
  font-size: 17px;
  background-color: #fffdf6;
}
.nav2 {
  width: calc(100% - 40px);
  margin: 5px 20px 15px 20px;
  padding-bottom: 10px;
/*  border-bottom: 2px solid #bbb;*/
  display: flex;
  justify-content: center;
  column-gap: 20px;
  display: none;
}
.n2m1 {
  width: 172px;
}
.n2m2 {
  width: 130px;
}
.com1 {
  margin-left: 40px;
  line-height: 22px;
  text-indent: -19px;
}
h2{
  font-size: 26px;
  margin: 25px 0px 10px 50px;
  letter-spacing: 2px;
  text-align: center;
}
.pc-man{
  margin:15px auto 25px;
  display:block;
}
a:hover img {
  opacity: 0.6;
}
.bt2 {
  border-top: 2px solid #aaa;
}

/* ======================= */
/* ■ section1 homepage ■ */
/* ======================= */
#section1 {
  width: calc(100% - 60px);
  display: flex;
  column-gap: 20px;
}

/* -------------------------- */
/* ===== term1 左カラム ===== */
/* -------------------------- */
.term1 {
  flex: 0 0 calc(50% - 10px);
  margin-left: 30px;
  background-color: #f0f0f0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.row {
  width: 100%;
  border-top: 1px solid #aaa;
  display: flex;
}
.r1c1 {
  width: 150px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r1c2 {
  width: 50px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r1c3 {
  width: calc(100% - 200px);
  height: 28px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t1c1 {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picture {
  width: 130px;
  height: 90px;
  display:block;
  border: 1px solid #aaa;
}
.t1c2 {
  width: 50px;
  height: 100px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t1c3 {
  width: calc(100% - 200px);
  height: 100px;
  padding-left: 5px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* -------------------------- */
/* ===== term2 右カラム ===== */
/* -------------------------- */
.term2 {
  flex: 0 0 calc(50% - 10px);
  height: fit-content;
  background-color: #f0f0f0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.t2c1 {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t2c2 {
  width: 50px;
  height: 100px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t2c3 {
  width: calc(100% - 200px);
  height: 100px;
  padding-left: 5px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


#b {
  width: 40%;
  margin: 20px auto 0;
  border-top: 4px solid #ccc;
}

/* ==================== */
/* ■ section2  blog ■ */
/* ==================== */
#section2 {
  width: calc(100% - 60px);
  margin-bottom: 40px;
  display: flex;
  column-gap: 20px;
}

/* -------------------------- */
/* ===== term3 左カラム ===== */
/* -------------------------- */
.term3 {
  flex: 0 0 calc(50% - 10px);
  margin-left: 30px;
  background-color: #f0f0f0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.r1c1 {
  width: 150px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r1c2 {
  width: 50px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r1c3 {
  width: calc(100% - 200px);
  height: 28px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t3c1 {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t3c2 {
  width: 50px;
  height: 100px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t3c3 {
  width: calc(100% - 200px);
  height: 100px;
  padding-left: 5px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* -------------------------- */
/* ===== term4 左カラム ===== */
/* -------------------------- */
.term4 {
  flex: 0 0 calc(50% - 10px);
  background-color: #f0f0f0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.t4c1 {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t4c2 {
  width: 50px;
  height: 100px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t4c3 {
  width: calc(100% - 200px);
  height: 100px;
  padding-left: 5px;
  text-align: center;
  border-left: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* ====================================== */
/* ====== ■■    footer    ■■ ======== */
/* ====================================== */
footer {
  width: 100%;
  height: 58px;
  max-width: 980px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin : 0 auto;
  padding-top: 22px;
  background-color: rgba(128,0,0,0.7);
}
}









@media screen and (max-width:600px) {

}
