@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

#wrap_index {
  background: url(../images/wrap_bg_index.png) repeat-x;
  margin-bottom: 20px;
}

#wrap {
  background: url(../images/wrap_bg.png) repeat-x;
  margin-bottom: 20px;
}

#hd {
  height: 78px;
  width: 960px;
  padding: 16px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}

.hd_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hd_p p {
  color: #3D251B;
  text-align: right;
  padding-bottom: 0 !important;
  font-size: 12px;
}

#hd h1 {
  width: 550px;
}
#hd h1 img {
  width: 100%;
}

#nav {
  background: url(../images/nav_bg.png) no-repeat #eee;
  width: 960px;
  margin: 20px auto 0;
  overflow: visible;
}
#nav img {
  transition: All 0.5s ease;
}
#nav img:hover, #nav img.current {
  opacity: 0;
}
#nav ul {
  display: table;
  width: 100%;
}
#nav ul li {
  display: table-cell;
  position: relative;
  z-index: 1000;
}
#nav ul li a {
  display: block;
  text-align: center;
}
#nav ul li ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
#nav ul li ul li {
  width: 100%;
  display: block;
}
#nav ul li ul li a {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 10px;
  text-decoration: none;
  color: #fff !important;
  display: block;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#nav ul li ul li a:hover {
  background: #000 !important;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
#nav ul li ul li ul {
  position: absolute;
  top: 0px;
  left: 100%;
}
#nav ul li ul li ul li {
  width: 100%;
}
#nav ul li ul li ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.menu_trigger {
  display: none;
}

#con {
  width: 960px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.not_found {
  min-height: calc(100vh - 220px);
  align-items: center;
  justify-content: center;
}

.not_found h1{
  font-size: 40px;
  line-height: 1em;
  color: #3d251b;
  margin-bottom: 10px;
}

.not_found h2{
  margin-bottom: 20px;
  color: #3d251b;
}

.not_found ol {
  margin-left: 1.5em;
}

#news_con {
  width: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#main {
  width: 720px;
  min-height: 700px;
}
#main ol {
  padding: 5px 0px 5px 25px;
}
#main ul {
  padding: 5px 0px 5px 25px;
  list-style-type: disc;
}
#main ol li, #main ul li {
  padding: 5px 0px;
}
#main table {
  margin: 10px 0px;
}
#main table th, #main table td {
  padding: 5px;
}
#main a img {
  display: inline-block;
  transition: All 0.5s ease;
}
#main a img:hover {
  opacity: 0.7;
}
#main h1 {
  font-size: 2.1em;
  font-weight: normal;
  color: #3D251A;
  padding: 0.7em;
  margin: 0 0 25px 0;
  background: url(../images/h1_bg.png) left center no-repeat;
}
#main h2 {
  font-size: 1.3em;
  color: #573624;
  font-weight: bold;
  padding: 0.4em 0 0.5em 1.9em;
  margin: 20px 0 15px 0;
  background: url(../images/h2_bg.png) left center no-repeat;
}
#main h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1px 0 1px 10px;
  margin: 12px 0 8px 0;
  border-left: 4px solid #3D251B;
  color: #3D251B;
}

#side {
  width: 220px;
}
#side h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #573624;
  text-align: center;
  padding: 10px;
  margin: 0 0 6px 0;
  background: url(../images/h2_bg.png) no-repeat;
}

#sidenav {
  width: 100%;
}
#sidenav a {
  width: 100%;
  padding: 8px 6px 8px 23px;
  display: block;
  text-decoration: none;
  background: url(../images/common/sidenav_icon.png) no-repeat 6px center;
  font-size: 12px;
  color: #000000;
  border-bottom: dotted 1px #cccccc;
}

.no_aside {
  margin: 0 auto !important;
}

#bnr {
  width: 100%;
}
#bnr li {
  margin-bottom: 4px;
}
#bnr li a {
  width: 100%;
  padding: 15px 16px 15px 42px;
  border: 1px solid #3D251B;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background: url(../images/common/bnr_bg.png) no-repeat 16px center;
  font-size: 12px;
  color: #000000;
}
#bnr p a {
  transition: All 0.5s ease;
}
#bnr p a:hover {
  opacity: 0.7;
}

#center {
  width: 10px;
  margin: 0 10px 0 0;
  border-right: 1px solid #dddddd;
}

#ft {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #FDE0DF;
  color: #3D251B;
}

#i_img {
  width: 960px;
  margin: 20px auto 0;
}

#i_news {
  /*	height:300px;*/
  height: 500px;
  overflow: auto;
}
#i_news table {
  width: 100%;
}
#i_news table tr {
  border-bottom: 1px dotted #cccccc;
}
#i_news table td {
  vertical-align: top;
  font-size: 0.9em;
  padding: 10px;
  white-space: nowrap;
}
#i_news table td .icon_new {
  display: inline-block;
  color: #f00;
  font-weight: 700;
}
#i_news table td .icon_new::before {
    content: "NEW";
}
#i_news table td:first-child {
  background: url(../images/common/news_icon.png) 4px 18px no-repeat;
  padding-left: 20px;
  width: 140px;
}
#i_news table td:last-child {
  white-space: normal;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.9em;
  background: #FCD1CD;
  text-decoration: none;
  color: #3D251B;
  padding: 15px 20px;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: 1px solid #3D251B;
}

/*--------------------youtube TOPの埋め込み----------------*/
.youtube_flex_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.youtube_flex_container .youtube_box {
  width: 45%;
  margin: 30px auto;
}
.youtube_flex_container .youtube_box iframe {
  max-width: 100%;
  height: auto;
}

.youtube_q.btn {
  border-radius: 30px;
  border: 3px solid #f9bdc3;
  color: #ffa6af;
  font-weight: 800;
  font-size: 1.3em;
}

/*-------------------- end youtube TOPの埋め込み----------------*/
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #F3C1C4;
  padding: 8px 10px;
  margin: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.btn::before, .btn::after {
  box-sizing: border-box;
  transition: all 0.3s;
}
.btn a {
  text-decoration: none;
  color: #3D251B !important;
}
.btn:hover {
  background-color: #FDE6E5;
}

.photo ul li {
  float: left;
  margin-right: 10px;
}

.box {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #FFF;
  border: solid 3px #f3c1c4;
  /*線*/
  border-radius: 35px;
  /*角の丸み*/
}

.table_r {
  width: 80%;
}
.table_r th {
  width: 20%;
  vertical-align: top;
  font-weight: normal;
}

.training_table iframe {
  padding: 10px 0;
}

.training_btn {
  margin: 30px 0;
}
.training_btn a {
  background: #FDE0DF;
  padding: 15px 40px;
  color: #666;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  margin: 20px 0;
}
.training_btn a:hover {
  opacity: 0.8;
}

.lh_1-2 {
  line-height: 1.2em;
}

.abs {
  position: absolute;
  padding-top: 30px;
}

.QR {
  padding-left: 237px;
}

del {
  background-image: linear-gradient(transparent 0.5em, red 0, red calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), red 0, red calc(0.5em + 4px), transparent 0);
  text-decoration: none;
}

.black_color {
  color: black;
}

.bdr_line_R {
  -webkit-text-decoration: underline solid red;
          text-decoration: underline solid red;
}

.table_child > table {
  width: auto !important;
}

.table_B .table_child td, .table_B .table_child th {
  border: none;
  line-height: 1em;
  padding: 0;
}

.table_child tr td:first-child {
  white-space: nowrap;
}
.table_child tr td br {
  display: block;
  content: "";
  margin-top: 0.8em;
}

.workshop li {
  color: #573624;
  font-size: 1.2em;
}
.workshop p {
  color: #573624;
}
.workshop a {
  color: #573624;
  text-decoration: none;
}
.workshop a:hover {
  text-decoration: underline;
}
.workshop .btn {
  border-radius: 30px;
  border: 3px solid #f9bdc3;
}
.workshop .btn:hover {
  background-color: #fce4e2;
}
.workshop .btn a {
  font-size: 1.1em;
  font-weight: 600;
}
.workshop .btn a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */

.view_timer {
  color: #f00;
  font-weight: bold;
}