/* CSS Document */

/* ============= (同時開催イベント)特別企画：SAKE LEADERS SUMMIT ============= */

/* ============= font-awesome ============= */
.sponsorship-plan h4::before {
    font-family: "Font Awesome 5 Free";
	display: inline-block;
	width: 1em;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
}


/* ===== メインビジュアル ===== */
#wrapper.sake-summit #mainvisual {
	position: relative;
    height:310px;
    background: url(../img/sake-summit/mainvisual_bg.jpg) center 10% / 100% auto no-repeat;
}

#wrapper.sake-summit #mainvisual .mainvisual__inner { padding: 30px 8px; }

#wrapper.sake-summit #mainvisual .title { margin-bottom: 20px; }

#wrapper.sake-summit #mainvisual .sub {
    /*position: absolute;*/
    /*top: 5%;*/
    /*left:40%;*/
    /*margin: 0 0 20px 0;*/
    padding-top: 30px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#wrapper.sake-summit #mainvisual .copy {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}
#wrapper.sake-summit #mainvisual .copy span { color: #a22323; }

#wrapper.sake-summit .mainvisual-under {
    height:100px;
    margin-bottom: 30px;
    background: url(../img/sake-summit/mainvisual_under.jpg) center 40% / cover;
    box-shadow: 0 6px 4px -3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0 6px 4px -3px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0 6px 4px -3px rgba(0,0,0,0.3);
    text-align: center;
}

#wrapper.sake-summit .wave-background {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 60px;
  font-weight: bold;
  background: 
    repeating-radial-gradient(circle at 50% 100%, rgba(255,0,0,0.3) 0px, rgba(255,0,0,0.3) 2px, transparent 2px, transparent 5px),
    linear-gradient(white, white);
  background-size: 60px 20px;
  background-repeat: repeat-x;
  background-position: bottom;
}



@media print, screen and (min-width: 768px) {
#wrapper.sake-summit #mainvisual {
    background: url(../img/sake-summit/mainvisual_bg.jpg) center top / 60% auto no-repeat;
}
#wrapper.sake-summit #mainvisual .mainvisual__inner {
	position: absolute;
	width: 100%;
	top: 70%;
	transform: translateY(-70%);
    padding: 0;
	text-align: center;
}
#wrapper.sake-summit #mainvisual {
    /*height:410px;*/
    height: 620px;
}
#wrapper.sake-summit #mainvisual .title {
    width:60%;
    margin-bottom: 50px;
}
#wrapper.sake-summit #mainvisual .sub {
    position: absolute;
    top: 15%;
    left: 21%;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 50px;
}
#wrapper.sake-summit #mainvisual .copy { font-size: 52px; }
#wrapper.sake-summit .mainvisual-under {
    height:200px;
    margin-bottom: 30px;
    background: url(../img/sake-summit/mainvisual_under.jpg) center 40% / cover;
}
}



/* ===== スポンサーロゴ ===== */
ul.supporters li  {
    width: 80%;
    margin:0 auto 15px auto;
    text-align: center;
}
ul.supporters li:last-child { margin-bottom:0; }

@media print, screen and (min-width:768px) {
ul.supporters {
    width: 80%;
	margin:0 auto 10px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}
ul.supporters li,
ul.supporters li p:last-child { margin-bottom:0; }
ul.supporters li {
	/*width:30%;*/
    max-width:20%;
	/*margin-right:3%;*/
}
}



/* ===== 申し込み注意 ===== */
#wrapper.sake-summit .application-note {
    display: flex;
    align-items: center;
    border: 2px solid red;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;   
	padding:15px 20px 10px 20px;
    border:2px solid #ec0616;
    background: #fff;
}

#wrapper.sake-summit .application-note p {
    font-size:24px;
    font-weight:bold;
    line-height: 1.4em;
}
#wrapper.sake-summit .application-note p:last-child { margin-bottom: 0; }


#wrapper.sake-summit .application-note .warning {
    width: 18%;
    margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
#wrapper.sake-summit .application-note .warning {
    width: 10%;
    margin-right: 20px;
}
}


/* ===== カンファレンス ===== */
#wrapper.sake-summit .conference .visitor-registration { margin-bottom:50px; }

#wrapper.sake-summit .conference .date {
    margin-bottom: 20px;
    padding: 15px 20px 10px 15px;
    background:#a57038/*#59537f*/;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#wrapper.sake-summit .conference .date.grayish-purple { background:#59537f;}

#wrapper.sake-summit .conference .time-title {
    margin-bottom: 30px;
    color: #6a3906;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
}
    
#wrapper.sake-summit .conference .lcturer {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
#wrapper.sake-summit .conference .lcturer.no-border {
    padding-bottom: 0;
    border-bottom: none;
}

#wrapper.sake-summit .conference .lcturer li {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #aaa;
}
#wrapper.sake-summit .conference .lcturer li:last-child {
    border: none;
    padding-bottom: 0;
}

#wrapper.sake-summit .conference .lcturer img {
    width: 25%;
    margin-right: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#wrapper.sake-summit .conference .lcturer p {
    width: 75%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    align-self: flex-end;
}

@media print, screen and (min-width: 768px) {
#wrapper.sake-summit .conference .date { font-size: 30px; }
#wrapper.sake-summit .conference .time-title { font-size: 30px; }
#wrapper.sake-summit .conference .lcturer img {
    width: 18%;
    margin-right: 30px;
}
#wrapper.sake-summit .conference .lcturer p {
    width: 82%;
    font-size: 22px;
}
}

.sponsorship-plan h4 {
    margin-bottom: 15px;
    font-size: 34px;
}

.sponsorship-plan h4::before {
	content:"\f45c";
    margin-right: 10px;
    vertical-align:middle;
    color:#ec0616;
}

#wrapper.sake-summit .inquiry img { width: 35%; }

@media print, screen and (min-width: 768px) {
#wrapper.sake-summit .inquiry img {
    float: right;
    width: 23%;
}
}


