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

/*　PC用 769px以上のCSS　*/
@media print, screen and (min-width:769px) {

.pc {display:block;}
.tb {display:none;}
.sp {display:none;}

body {
  margin: 0 auto;
  background: #f4f4f4;
  font-family: 'Meiryo','メイリオ','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','ＭＳ Ｐゴシック',sans-serif;
}
#container {
  width: 100%;
  max-width: 960px;
  margin: 5px auto;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  width: 100%;
  height: 133px;
  background-image: url("../img/title_960_133.png");
  background-size: cover;
}
h1 {
  font-size: 36pt;
  font-weight: bold;
  text-align: right;
  padding: 30px 30px 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
nav {
  width: 100%;
  height: 40px;
  margin: 4px auto;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu2 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  background-color: #666;
}
.menu3 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu4 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu5 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu6 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.tile1:hover {
  background-color: #777;
}
.nav2 {
  width: 90%;
  margin: 20px auto 10px;
  padding: 0 10px 0 0;
}
.menu3_1 {
  float: right;
  width: 70px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu3_2 {
  float: right;
  width: 90px;
  height: 25px;
  color: red;
  text-align: center;
  padding-top: 11px;
}
.menu3_3 {
  float: right;
  width: 90px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
a.tile2:link {
  text-decoration: underline solid #777;
}
a.tile2:visited {
  text-decoration: underline solid #777;
}
a.tile2:hover {
  font-size: 19px;
  color: red;
  font-weight: bold;
}
main {
  width: 100%;
  padding: 5px 0px 0px 0px;
}
.over_v {
  width: 90%;
  color: #b22222;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 30px;
  padding-top: 20px;
  border-top: 2px dotted #39f;
}
h4 {
  margin: 20px 0 0 40px;
  line-height: 22px;
}
.c1 {
  width: 380px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ffdada;
}
.c2 {
  width: 250px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ccfdd3;
}
.c3 {
  width: 150px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ebdbff;
}
.c4 {
  width: 125px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ffefc8;
}
.c5 {
  width: 105px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #b1fad9;
}
.c6 {
  width: 150px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #f1ca9c;
}
.text1 {
  margin: 0 30px 0 40px;
  text-indent: 17px;
  line-height: 24px;
}
.notice1 {
  margin: 20px 30px 20px 0;
  line-height: 24px;
  display: grid;
  grid-template-rows: minmax(28px, auto);
  grid-template-columns: 40px 100px 1fr 30px;
}
.n1_r1_c1 {
  grid-row: 1/2;  grid-column: 2/3;
}
.n1_r1_c2 {
  grid-row: 1/2;  grid-column: 3/4;
  margin-left: 18px;
  text-indent: -18px;
}
.n1_r2_c1 {
  grid-row: 2/3;  grid-column: 2/3;
}
.n1_r2_c2 {
  grid-row: 2/3;  grid-column: 3/4;
}
.n1_r3_c2 {
  grid-row: 3/4;  grid-column: 3/4;
}
.basyo::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00cb30;
  font-weight: bold;
}
.eki::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #f00;
  font-weight: bold;
}
.map {
  width: 700px;
  color: blue;
  font-size: 15px;
  margin: 10px auto 10px;
}
.map-box {
  width: 700px;
  margin: 5px auto 20px;
  display: inlineblock;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}
.photo_area {
  margin: 10px auto 0px;
  width: 98%;
  display: grid;
  grid-auto-rows: 185px;
  grid-template-columns: repeat(auto-fill,180px);
  grid-column-gap: 20px;
}
.photo {
  width: 180px;
  margin: 20px 0 0 20px;
}
.p_com {
  font-size: 15px;
  color: blue;
  text-align: center;
  margin-top: 5px;
}
.text2 {
  margin: 0 30px 0 64px;
  line-height: 25px;
  text-indent: -24px;
}
.text3 {
  margin: 0 30px 0 64px;
  line-height: 25px;
}
.text4 {
  margin: 0 30px 0 50px;
  text-indent: 17px;
  line-height: 25px;
}
.s1::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00cb30;
  font-weight: bold;
}
.s2::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #f00;
  font-weight: bold;
}
.s3::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00f;
  font-weight: bold;
}
.s4::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #cd95fc;
  font-weight: bold;
}
.s5::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #25d00f;
  font-weight: bold;
}
.s6::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #ff9e2b;
  font-weight: bold;
}
.s7::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #1197ff;
  font-weight: bold;
}
.s8::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #af6c24;
  font-weight: bold;
}
footer {
  width: 100%;
  height: 27px;
  background-color: #444;
  text-align: center;
  color: #ffffff;
  padding: 23px 0px 10px 0px;
  margin: auto;
}

}











/*　タブレット用 481px以上768pxまでのCSS　*/
@media screen and (min-width:481px) and (max-width:768px) {

.pc {display:none;}
.tb {display:block;}
.sp {display:none;}

body {
  margin: 0 auto;
  padding: 0;
  background: #f4f4f4;
  font-family: 'Meiryo','メイリオ','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','ＭＳ Ｐゴシック',sans-serif;
}
#container {
  width: 100%;
  max-width: 768px;
  margin: 5px auto;
  font-size: 17px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  width: 100%;
  height: 133px;
  background-image: url("../img/title_960_133.png");
}
h1 {
  font-size: 36pt;
  font-weight: bold;
  text-align: right;
  padding: 30px 30px 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
nav {
  width: calc(100% - 10px);
  padding-left: 10px;
  margin: 4px auto;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu2 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  background-color: #666;
}
.menu3 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu4 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu5 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu6 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.tile1:hover {
  background-color: #777;
}
.nav2 {
  width: 90%;
  margin: 20px auto 10px;
  padding: 0 10px 0 0;
}
.menu3_1 {
  float: right;
  width: 70px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
}
.menu3_2 {
  float: right;
  width: 90px;
  height: 25px;
  color: red;
  text-align: center;
  padding-top: 11px;
}
.menu3_3 {
  float: right;
  width: 90px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
}
a.tile2:link {
  text-decoration: underline solid #777;
}
a.tile2:visited {
  text-decoration: underline solid #777;
}
a.tile2:hover {
  font-size: 19px;
  color: red;
  font-weight: bold;
}
main {
  width: 100%;
  padding: 5px 0px 0px 0px;
}

.over_v {
  width: 90%;
  color: #b22222;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 30px;
  padding-top: 20px;
  border-top: 2px dotted #39f;
}
h4 {
  margin: 20px 0 0 40px;
  line-height: 22px;
}
.c1 {
  width: 380px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ffdada;
}
.c2 {
  width: 250px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ccfdd3;
}
.c3 {
  width: 150px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ebdbff;
}
.c4 {
  width: 170px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #ffefc8;
}
.c5 {
  width: 105px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #b1fad9;
}
.c6 {
  width: 150px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 30px 5px 30px;
  padding: 7px 0 4px 10px;
  background-color: #f1ca9c;
}
.text1 {
  margin: 0 30px 0 40px;
  text-indent: 17px;
  line-height: 24px;
}
.notice1 {
  margin: 20px 30px 20px 0;
  line-height: 22px;
  display: grid;
  grid-template-rows: minmax(28px, auto);
  grid-template-columns: 40px 100px 1fr 30px;
  grid-row-gap: 8px;
}
.n1_r1_c1 {
  grid-row: 1/2;  grid-column: 2/3;
}
.n1_r1_c2 {
  grid-row: 1/2;  grid-column: 3/4;
  margin-left: 18px;
  text-indent: -18px;
}
.n1_r2_c1 {
  grid-row: 2/3;  grid-column: 2/3;
}
.n1_r2_c2 {
  grid-row: 2/3;  grid-column: 3/4;
}
.n1_r3_c2 {
  grid-row: 3/4;  grid-column: 3/4;
}
.basyo::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00cb30;
  font-weight: bold;
}
.eki::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #f00;
  font-weight: bold;
}
.pc {display:none;}
.tb {
  display: block;
  width: 480px;
  margin: 0 auto;
}
.sp {display:none;}
.map {
  width: 450px;
  color: blue;
  font-size: 15px;
  text-indent: -30px;
  margin: 10px auto 10px;
  padding-left: 30px;
}
.map-box {
  display: inline-block;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}

.photo_area {
  width: 98%;
  margin: 10px auto 0px;
  display: grid;
  grid-auto-rows: 185px;
  grid-template-columns: repeat(auto-fill,180px);
  grid-column-gap: 20px;
}
.photo {
  width: 180px;
  margin: 20px 0 0 20px;
}
.p_com {
  font-size: 15px;
  color: blue;
  text-align: center;
  margin-top: 5px;
}
.text2 {
  margin: 0 30px 0 64px;
  line-height: 25px;
  text-indent: -24px;
}
.text3 {
  margin: 0 30px 0 64px;
  line-height: 25px;
}
.text4 {
  margin: 0 30px 0 50px;
  text-indent: 17px;
  line-height: 25px;
}
.s1::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00cb30;
  font-weight: bold;
}
.s2::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #f00;
  font-weight: bold;
}
.s3::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00f;
  font-weight: bold;
}
.s4::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #cd95fc;
  font-weight: bold;
}
.s5::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #25d00f;
  font-weight: bold;
}
.s6::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #ff9e2b;
  font-weight: bold;
}
.s7::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #1197ff;
  font-weight: bold;
}
.s8::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #af6c24;
  font-weight: bold;
}
footer {
  width: 100%;
  height: 24px;
  background-color: #444;
  text-align: center;
  color: #ffffff;
  padding: 20px 0px 10px 0px;
  margin: auto;
}

}







/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {

.pc {display:none;}
.tb {display:none;}
.sp {display:block;}

body {
  margin: 0 auto;
  padding: 0;
  background: #f4f4f4;
  font-family: 'Meiryo','メイリオ','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','ＭＳ Ｐゴシック',sans-serif;
}
#container {
  width: 100%;
  max-width: 480px;
  margin: 5px auto;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  width: 100%;
  height: 133px;
  background-image: url("../img/title_960_133.png");
}
h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  padding: 30px 30px 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
nav {
  width: (100% - 10px);
  padding-left: 10px;
  margin: 4px auto;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu2 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  background-color: #666;
}
.menu3 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu4 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu5 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu6 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.tile1:hover {
  background-color: #777;
}
.nav2 {
  width: 90%;
  margin: 20px auto 10px;
  padding: 0 10px 0 0;
}
.menu3_1 {
  float: right;
  width: 70px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
}
.menu3_2 {
  float: right;
  width: 90px;
  height: 25px;
  color: red;
  text-align: center;
  padding-top: 11px;
}
.menu3_3 {
  float: right;
  width: 90px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
}
a.tile2:link {
  text-decoration: underline solid #777;
}
a.tile2:visited {
  text-decoration: underline solid #777;
}
a.tile2:hover {
  font-size: 19px;
  color: red;
  font-weight: bold;
}
main {
  width: 100%;
  padding: 5px 0px 0px 0px;
}
.over_v {
  width: 90%;
  color: #b22222;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 30px;
  padding-top: 20px;
  border-top: 2px dotted #39f;
}
h4 {
  margin: 20px 0 0 40px;
  line-height: 22px;
}
.c1 {
  width: calc(100% - 30px);
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 20px 5px 10px;
  padding: 7px 0 4px 10px;
  background-color: #ffdada;
}
.c2 {
  width: 250px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 20px 5px 10px;
  padding: 7px 0 4px 10px;
  background-color: #ccfdd3;
}
.c3 {
  width: 150px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 20px 5px 10px;
  padding: 7px 0 4px 10px;
  background-color: #ebdbff;
}
.c4 {
  width: 170px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 20px 5px 10px;
  padding: 7px 0 4px 10px;
  background-color: #ffefc8;
}
.c5 {
  width: 105px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 20px 20px 5px 10px;
  padding: 7px 0 4px 10px;
  background-color: #b1fad9;
}
.c6 {
  width: 150px;
  font-size: 19px;
  font-weight: bold;
  margin: 20px 20px 5px 10px;
  padding: 7px 0 4px 10px;
  background-color: #f1ca9c;
}
.text1 {
  margin: 0 10px 0 20px;
  text-indent: 17px;
  line-height: 24px;
}
.notice1 {
  margin: 20px 30px 20px 0;
  line-height: 22px;
  display: grid;
  grid-template-rows: minmax(28px, auto);
  grid-template-columns: 20px 95px 1fr 10px;
  grid-row-gap: 8px;
}
.n1_r1_c1 {
  grid-row: 1/2;  grid-column: 2/3;
}
.n1_r1_c2 {
  grid-row: 1/2;  grid-column: 3/4;
  margin-left: 18px;
  text-indent: -18px;
}
.n1_r2_c1 {
  grid-row: 2/3;  grid-column: 2/3;
}
.n1_r2_c2 {
  grid-row: 2/3;  grid-column: 3/4;
  margin-left: 18px;
  text-indent: -18px;
}
.n1_r3_c2 {
  grid-row: 3/4;  grid-column: 3/4;
  margin-left: 18px;
  text-indent: -18px;
}
.basyo::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00cb30;
  font-weight: bold;
}
.eki::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #f00;
  font-weight: bold;
}
.pc {display:none;}
.tb {display:none;}
.sp {
  display:block;
  width: 320px;
  margin: 0 auto;
}
.map {
  width: 320px;
  color: blue;
  font-size: 15px;
  text-indent: -30px;
  padding-left: 30px;
  margin: 10px auto 10px;
}
.map-box {
  display: inline-block;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}

.photo_area {
  margin: 10px auto 0px;
  width: 98%;
  display: grid;
  grid-auto-rows: 185px;
  grid-template-columns: repeat(auto-fill,180px);
  grid-column-gap: 20px;
}
.photo {
  width: 180px;
  margin: 20px 0 0 20px;
}
.p_com {
  font-size: 15px;
  color: blue;
  text-align: center;
  margin-top: 5px;
}
.text2 {
  margin: 0 10px 0 44px;
  line-height: 25px;
  text-indent: -24px;
}
.text3 {
  margin: 0 10px 0 40px;
  line-height: 25px;
}
.text4 {
  margin: 0 10px 0 20px;
  text-indent: 17px;
  line-height: 25px;
}
.s1::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00cb30;
  font-weight: bold;
}
.s2::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #f00;
  font-weight: bold;
}
.s3::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #00f;
  font-weight: bold;
}
.s4::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #cd95fc;
  font-weight: bold;
}
.s5::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #25d00f;
  font-weight: bold;
}
.s6::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #ff9e2b;
  font-weight: bold;
}
.s7::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #1197ff;
  font-weight: bold;
}
.s8::before {
  content: "★ ";
  font-family: "MS ゴシック";
  color: #af6c24;
  font-weight: bold;
}
footer {
  width: 100%;
  height: 22px;
  background-color: #444;
  text-align: center;
  color: #ffffff;
  padding: 18px 0px 10px 0px;
  margin: auto;
}
}