@charset "utf-8";
/* CSS Document */

#gastronomy {
margin:0;
padding:0;
font-family: YuMincho, 'Yu Mincho',serif;
}

#gastronomy .hdr {
position: relative;
display:flex;
align-items: center;
justify-content: center;
text-align:center;
background:url(../images/sado_bg.jpg) no-repeat center center;
width: 100%;
height:100vh;
background-size:cover;
background-position:50% 100%;
min-height: 730px;
}

#gastronomy h2 {
font-size:3em;
font-weight: normal;
line-height: 12vh;
text-align: center;
margin: 150px auto;
}

#gastronomy.en h2 {
width: 90%;
font-size: 2.7em;
line-height: 1.8em;
}


/* スライド */
#gastronomy .jp_slide_img_wrapper {
  position: relative;
  width: 100%;
  height: 25vw;
  background-image: url("../images/sado_gallery.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  margin: 10vw 0;
  animation-name: slide_img;
animation-duration: 200s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes slide_img {
100% {
background-position: -10000px 0;
}
}

#gastronomy .jp_slide_img_overlay {
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}


/* 佐渡 エリア紹介 */

#gastronomy .sado_area{
display: flex;
align-items: flex-start;
width:80%;
margin: 200px auto;
}
#gastronomy .sado_area .sado_area_map {
width:40%;
}
#gastronomy .sado_area .sado_area_text {
width:60%;
}
#gastronomy .sado_area .sado_area_text p {
font-size: 21px;
line-height: 48px;
}


/* 概要 */

#gastronomy .eventdetail {
background: #f6f6f6;
padding: 125px 0 180px;
}

#gastronomy .eventdetail h3 {
font-size:2.7vw;
width: 58%;
margin: 0 auto 60px;
}

#gastronomy .eventdetail dl {
  display: flex;
  flex-wrap: wrap;
  width: 58%;
  margin: auto;
}
#gastronomy .eventdetail dl dt {
width:30%;
font-size: 21px;
line-height: 1.6;
padding-bottom: 1.1em;
}
#gastronomy .eventdetail dl dd {
width:70%;
margin: 0;
font-size: 21px;
line-height: 1.6;
padding-bottom: 1.1em;
}
#gastronomy .eventdetail dl dd small {
display: block;
line-height: 1.6;
margin: 8px 0 20px;
}

#gastronomy .eventdetail p {
width: 58%;
margin: 45px auto 0;
font-size: 21px;
line-height: 2;
}

#gastronomy .chef {
}
#gastronomy .chef .chef_wrap {
width: 70%;
margin: auto;
}

#gastronomy .chef .chef_wrap img {
width: 100%;
}

#gastronomy .chef .chef_wrap p strong {
font-size: 32px;
font-weight: normal;
margin: 50px 0;
display: block;
}

#gastronomy .chef .chef_wrap p strong span {
display: inline-block;
font-size: 24px;
}

#gastronomy .chef .chef_wrap h4 {
font-size: 32px;
font-weight: normal;
text-align: center;
margin: 100px 0 80px;
display: flex;
align-items: center;
width: 100%;
}
#gastronomy.en .chef .chef_wrap h4 {
font-size: 38px;
}

#gastronomy .chef .chef_wrap h4:before, #gastronomy .chef .chef_wrap h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
}

#gastronomy .chef .chef_wrap h4:before {
margin-right: 1em;
}

#gastronomy .chef .chef_wrap h4:after {
margin-left: 1em;
}

#gastronomy .chef .chef_wrap .profile {
font-size:19px;
line-height: 42px;
}

#gastronomy .btnarea {
width: 70%;
margin: 180px auto 0;
display: flex;
justify-content: space-between;
}
#gastronomy .btnarea a.btn {
width: 47%;
display: inline-block;
color: #fff;
text-decoration: none;
text-align: center;
font-size: 24px;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: bold;
border-radius: 10px;
}
#gastronomy .btnarea a.btn:hover {
opacity: 0.7;
}
#gastronomy .btnarea a.btn.btn1 {
background: #ff8400;
padding: 60px 0;
}
#gastronomy .btnarea a.btn.btn2 {
background: #ff6000;
padding: 20px 0 60px;
}
#gastronomy .btnarea a.btn.btn2 span {
display: block;
font-size:16px;
font-weight: normal;
padding-bottom:12px;
}

#gastronomy .notice {
width: 70%;
margin: auto;
padding: 150px 0;
}
#gastronomy .notice ul {
padding-left: 25px;
}
#gastronomy .notice ul li {
line-height: 2;
}
#gastronomy .notice ul li small {
line-height: 1.8;
}

#gastronomy footer {
background: #242424;
width: 100%;
height: 500px;
}


/* タブレット */
@media (max-width: 1024px) {
#gastronomy h2 {
font-size: 2.4em;
line-height: 8.4vh;
margin: 100px auto;
}
}



/* スマホ */
@media (max-width: 767px) {

#gastronomy .hdr {
background:url(../images/sado_bg_sp.jpg) no-repeat center center;
background-size:cover;
width: 100vw;
height:100vh;
min-height: initial;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

#gastronomy .hdr .hdr_ttl img.gastronomy_ttl {
width:80%;
padding-bottom: 20px;
}
#gastronomy h2 {
font-size:4.5vw;
font-weight: normal;
line-height: 5vh;
text-align: center;
margin: 50px 15px;
}

#gastronomy.en h2 {
font-size: 24px;
}

#gastronomy .sado_area {
display: block;
margin: 70px auto;
width:90%;
}
#gastronomy .sado_area .sado_area_map {
width:100%;
padding-bottom: 40px;
}
#gastronomy .sado_area .sado_area_text {
width:100%;
}
#gastronomy .sado_area .sado_area_text p {
font-size: 16px;
line-height: 30px;
}
#gastronomy.en .sado_area .sado_area_text p {
font-size: 18px;
line-height: 33px;
}

#gastronomy .eventdetail {
padding: 80px 0 100px;
}
#gastronomy .eventdetail h3 {
font-size: 24px;
width: 90%;
margin: 0 auto 20px;
}
#gastronomy .eventdetail dl {
  display: block;
  width: 90%;
  margin: auto;
}
#gastronomy .eventdetail dl dt {
width:100%;
font-size: 17px;
line-height: 1.6;
padding-bottom:0;
}
#gastronomy.en .eventdetail dl dt {
font-size: 20px;
}

#gastronomy .eventdetail dl dd {
width:100%;
margin: 0;
font-size: 16px;
line-height: 1.6;
padding-bottom:20px;
}
#gastronomy.en .eventdetail dl dd {
font-size: 18px;
}

#gastronomy .eventdetail p {
width: 90%;
margin: 25px auto 0;
font-size: 16px;
line-height: 1.6;
}

#gastronomy .chef .chef_wrap {
width: 90%;
margin: auto;
}
#gastronomy .chef .chef_wrap h4 {
font-size: 24px;
margin: 50px 0 30px;
}
#gastronomy.en .chef .chef_wrap h4 {
font-size:24px;
}

#gastronomy .chef .chef_wrap img {
width: 100%;
}

#gastronomy .chef .chef_wrap .profile {
font-size:16px;
line-height: 30px;
}
#gastronomy.en .chef .chef_wrap .profile {
font-size: 18px;
line-height: 33px;
}

#gastronomy .chef .chef_wrap p strong {
font-size: 21px;
margin: 40px 0;
}
#gastronomy.en .chef .chef_wrap p strong {
font-size: 24px;
margin: 40px 0 20px;
}

#gastronomy .chef .chef_wrap p strong span {
display: inline-block;
font-size: 18px;
}


#gastronomy .btnarea {
width: 90%;
margin: 100px auto 0;
display: block;
}
#gastronomy .btnarea a.btn {
width: 100%;
display: inline-block;
color: #fff;
text-decoration: none;
text-align: center;
font-size: 21px;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: bold;
border-radius: 10px;
margin-bottom: 20px;
}

#gastronomy .btnarea a.btn.btn1 {
background: #ff8400;
padding: 40px 0;
}
#gastronomy .btnarea a.btn.btn2 {
background: #ff6000;
padding: 20px 0 40px;
}
#gastronomy .btnarea a.btn.btn2 span {
font-size:12px;
}


#gastronomy .notice {
width: 90%;
margin: auto;
padding: 80px 0;
}
#gastronomy .notice p strong {
font-size: 18px;
}
#gastronomy.en .notice p strong {
font-size: 18px;
}
#gastronomy .notice ul li {
line-height: 1.6;
margin-bottom: 13px;
font-size: 18px;
}
#gastronomy.en .notice ul li {
line-height: 1.4;
margin-bottom: 13px;
font-size: 18px;
}

#gastronomy footer {
height: 260px;
}

}