@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url("../../nv/nvgrid.css");
@import url("fade.css");


/*--------------------------------------------------------------------*/
/* 日本ヴォーグ社 手芸祭 */
/*--------------------------------------------------------------------*/

* { 
  margin: 0;
  padding: 0;
  min-width: 0;
  min-height: 0;
}
html { 
  font-size: 62.5%; /*10px*/ 
} 
body { 
  min-width: 320px; 
  background: #6fb92c;
  color: #fff; 
  font-size: 16px; 
  font-size: 1.6rem; 
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.1em; 
  line-height: 1.5;
  box-sizing: border-box;
}
ul,ol,li {
  list-style: none;
}
ul li,
ol li {
  line-height: 1.3;
  margin-bottom: .5em;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 16px; 
  font-size: 1.6rem; 
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: .75em;
  padding: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: none;
  transition: all .2s;
}
a.link-white {
  color: #fff;
  text-decoration: underline;
}
a.link-white:hover {
  color: #ddd;
  text-decoration: underline;
  transition: all .2s;
}

img,video { 
  max-width: 100%; 
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width:767px){
  body { 
    font-size: 14px; 
    font-size: 1.4rem;
		font-weight: 500;
  }
  h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
  }
}


/* Juku color
Red #7d0000 rgba(125, 0, 0, 1);
Gray #58606d rgba(88, 96, 109, 1);
Beige #eaded9 rgba(234, 222, 217, 1)
*/


/* Layout
--------------------------------------------------------------------*/
#container {
  padding: 0 0 30px;
}

.innr {
  margin: 0 10px;
}
.innr-narrow {
  margin: 0 10px;
}

@media print, screen and (min-width: 768px){
  #container {
    padding: 60px 0;
  }
}
  
@media print, screen and (min-width:921px){
  .innr {
    margin: 0 20px;
  }
  .innr-narrow {
    margin: 0 20px;
  }
}
  
@media print, screen and (min-width:1221px){
  .innr {
    width: 1200px;
    margin: 0 auto;
  }
  .innr-narrow {
    width: 900px;
    margin: 0 auto;
  }
}



/* Header
--------------------------------------------------------------------*/
#header {
  position: relative;
  text-align: center;
  padding: 100px 20px 30px;
}
#header .header-copy {
  margin-bottom: 20px;
}
#header .header-logo {
}
#to-town {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  text-align: right;
}
#to-town a {
  display: block;
  background: #fff;
  font-size: .875em;
  font-weight: 900;
  letter-spacing: 0;
  padding: 10px 20px;
}
#to-town a::after {
	content: "\f138";
  color: #6fb92c;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.3em;
}


@media print, screen and (min-width: 768px){
  #to-town {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 160px;
    text-align: center;
  }
  #to-town a {
    padding: 10px 0;
  }
  #header {
    padding: 30px 0;
  }
  #header .header-copy {
    margin-bottom: 20px;
  }
  #header .header-logo {
  }
}


/* container
--------------------------------------------------------------------*/
.lead {
  font-size: 1.125em;
  font-weight: 800;
}

@media print, screen and (min-width: 768px){
  .lead {
    font-size: 1.75em;
  }
}


/* Events
--------------------------------------------------------------------*/
.events-list {
  padding: 50px 0;
}
.event {
  background: #fff;
  border-radius: 5px;
  padding: 0 20px 20px 20px;
  margin-bottom: 30px;
}
.event-date {
  color: #6fb92c;
  font-size: 2em;
  font-weight: 900;
  padding-top: .5em;
}
.event-date em {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border-radius: 13px;
  background: #6fb92c;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
}
.event-venue {
  position: relative;
}
.event-venue div {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 80px;
  color: #666;
  font-size: .75em;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0;
}
.event-venue-real {
  background: #ff0;
}
.event-venue-real::after {
  display: block;
	content: "\ea68";
  font-size: 2em;
  font-family: "Material Icons";
	font-weight: 900;
}
.event-venue-online {
  background: #ff0;
}
.event-venue-online::after {
  display: block;
	content: "\e1b1";
  font-size: 2em;
  font-family: "Material Icons";
	font-weight: 900;
}
.event-title {
  color: #666;
  font-size: 1.5em;
  font-weight: 900;
  padding-bottom: .5em;
}
.event-title span {
  background:linear-gradient(transparent 60%, #ffff00 60%);
}
.event-title em {
  font-size: 1.25em;
  font-style: normal;
}
.event-outline {
}
.event-outline li {
  color: #666;
  font-size: 1.25em;
  font-weight: 900;
}
.event-outline li small {
  font-size: .75em;
}
.event p {
  margin-bottom: .5em;
}
.event-access-link {
  display: block;
  font-size: .875em;
  font-weight: 700;
}
.event-access-link::before {
	content: "\f13a";
  color: #6fb92c;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.event-link {
  display: block;
  font-size: .875em;
  font-weight: 700;
}
.event-link::before {
	content: "\f138";
  color: #6fb92c;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}

.event-description {
  border-top: 2px dashed #666;
  color: #666;
  font-size: .9em;
  font-weight: 700;
  padding-top: .75em;
}

.btn-online {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  padding: .5em 1em;
  margin: 0 auto;
  
  color: #fff;
  background: #666;
}
.btn-online:hover,
.btn-online:active {
  text-decoration: none !important;

  color: #fff;
  background: #666;
}
.btn-online::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f0da";
  color: #ff0;
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}

.btn-invalid {
  pointer-events: none;
  background: #ccc;
  color: #fff;
}
.btn-invalid.btn-online::after {
  content: "";
}

@media print, screen and (min-width: 768px){
  .event-venue div {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 100px;
    font-size: .875em;
    font-weight: 900;
    padding: 10px 0;
  }
}


#gallery {
  position: relative;
  background: #fff;
  border-radius: 5px;
  color: #666;
  font-weight: 700;
  padding: 20px;
}
#gallery .gallery-venue {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 90px;
  background: #ff0;
  color: #666;
  font-size: .9em;
  font-weight: 900;
  text-align: center;
  padding: 15px 0;
}

#gallery h3 {
  color: #6fb92c;
  font-size: 1.75em;
  font-weight: 900;
  margin-bottom: .5em;
}
#gallery .gallery-access {
}
#gallery .gallery-access dt {
  display: inline-block;
  border: 2px solid #666;
  width: 5em;
  font-size: .75em;
  text-align: center;
  padding: .25em 0;
  margin-bottom: .5em;
}
#gallery .gallery-access dd {
  font-size: .9em;
  margin: 0 0 .75em .75em;
}

@media print, screen and (min-width: 768px){
  #gallery .gallery-venue {
    top: -10px;
    right: 20px;
    width: 100px;
  }
}


/* Footer
--------------------------------------------------------------------*/
#footer {
  background: #fff;
  text-align: center;
  padding: 30px 10px;
}
.footer-logo {
  width: 200px;
  margin: 0 auto 30px;
}
.footer-link {
  max-width: 600px;
  margin: 0 auto;
}
.footer-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-link li {
  padding: .25em 1em;
}
.footer-link li small {
  font-size: .875em;
  margin-right: .5em;
}
.footer-link li a {
  font-weight: bold;
  text-decoration: none;
}
.footer-link li a:hover {
  color: #7d0000;
  text-decoration: none;
}
.footer-link-l li {
  width: 100%;
}
.footer-link-s li {
  font-size: .9em
}
.footer-link-s {
  padding-top: .75em;
}

@media screen and (min-width: 768px){
  #footer {
    text-align: center;
    padding: 50px 10px;
  }
  .footer-logo {
    margin-bottom: 50px;
  }
  .footer-link-l li a small {
    font-weight: normal;
  }
}

#page-top a {
  position: relative;
  display: flex;
  justify-content:center;
  align-items:center;
  background: rgba(255, 255, 255, 1);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  color: #6fb92c;
  text-align: center;
  text-decoration: none;
  transition:all 0.3s;
}
#page-top a:hover{
  background: rgba(255, 255, 255, .8);
}
#page-top a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 6px solid #6fb92c;
  border-right: 6px solid #6fb92c;
  transform: rotate(-45deg);
  margin-top: 10px;
}
#page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}


@media screen and (max-width: 767px){
  #page-top a {
    border-radius: 30px;
    width: 60px;
    height: 60px;
  }
}


/* Modaal
--------------------------------------------------------------------*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list{
  display: flex;
}

.info-list dt{
  margin:0 10px 0 0;
}

.gallery-list li{
  margin:0 10px 0 0;
}


/* Common
--------------------------------------------------------------------*/

.font-sicprintemps {
  font-family: "sicprintemps", sans-serif;
}

/* Google Map */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Youtube / Video */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.br-mb {
  display: inherit;
}
.br-pc {
  display: none;
	margin-right: .5em;
}

@media print, screen and (min-width: 768px){
  .br-mb {
    display: none;
		margin-right: .5em;
  }
  .br-pc {
    display: inherit;
		margin-right: 0;
  }
}

@media screen and (max-width: 767px){
  .display-pc {
    display: none;
  }
  .display-mb {
    display: inherit;
  }
}
@media print, screen and (min-width: 768px) {
  .display-pc {
    display: inherit;
  }
  .display-mb {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

