@charset "UTF-8";

/* CSS Document */


html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body, button, input, select, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #022E11;
}

a:link, a:visited, a:hover, a:active {
  color: #022E11;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/*　clearfix　*/

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*　構造　*/

.main {
  width: 100%;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.topics, .recommended, .access, .movie, .workshop {
  margin: 0;
  padding: 100px 20px;
}

.heading {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 60px;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/* ------ header ------------------------------------------------------ */

.header {
  padding: 30px 0 20px;
  background: #21472d url(../images/header_bg.png);
}


.header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#google_translate_element {
  width: 50%;
  text-align: right;
  flex-grow: 3;
}

#google_translate_element img {
  width: 42px;
  height: 16px;
}

#global_menu {
  width: 70px;
  position: relative;
  height: 50px;
}

.logo {
  width: 30%;
  max-width: 270px;
  margin: 0;
  padding: 0;
  display: block;
}

.logo img {
}


/* ------ MV ------------------------------------------------------ */

.mv_container {
  background: url(../images/slide_01.jpg) no-repeat center center;
  background-size:cover;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.mv_container h1{
  background-color: rgba(119, 119, 18, 0.8);
  display: inline-block;
  margin: 0;
  padding: 0.8rem 1rem;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  color: #fff;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/* ------ slide ------------------------------------------------------ */

.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

#slide_01 {
  background: url(../images/slide_01.jpg) center center no-repeat;
  background-size: cover;
}

#slide_02 {
  background: url(../images/slide_02.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-text {
  position: absolute;
  z-index: 10;
  top: 20%;
}

.swiper-text span {
  background-color: rgba(119, 119, 18, 0.7);
  display: inline-block;
  margin: 0;
  padding: 0.8rem 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: width 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}



/* ------ breadcrumb ------------------------------------------------------ */

.breadcrumb{
  display: flex;
  list-style-type: none;
  padding-left: 0;
  color: #rgb(119, 119, 18);font-size: 1.2rem;
}

.breadcrumb li{
  margin-right: 0.5rem;
}




/* ------ topics_list ------------------------------------------------------ */

.topics {
  background: rgb(243, 244, 245);
  padding-bottom: 40px
}



.topics_list {
  list-style-type: none;
  padding-left: 0;
}

.topics_page .topics_list{
  padding: 60px 10px;
  
}

.topics_list .topics_item a {
  display: block;
  padding: 1.6rem 1.6rem;
  font-size: 0;
  border-bottom: 1px dotted #ccc;
}

.topics_list .date {
  display: inline-block;
  width: 16rem;
  font-size: 1.6rem;
}

.topics_list .title {
  display: inline-block;
  font-size: 1.6rem;
}

.btn_go_list {
  background: rgb(119, 119, 18);
  padding: 1rem 2.0rem;
  color: #fff;
  border-radius: 5%;
  display: inline-block;
}

.topics_list + .btn_go_list {
  float: right;
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
  color: #fff;
}


/* ------ topic_page ------------------------------------------------------ */



.topic{
  margin-top: 60px;
  margin-bottom: 90px;
}

.topic .date{
  font-size: 1.4rem;
}

.topic_title{
  font-size: 2.8rem;
  color: #022E11;
  font-weight: normal;
}

.topic_content{
  line-height: 1.8;
  margin-top: 100px;
}
.topic_footer{
  text-align: center;
}
.topic_footer .btn_go_list{
  margin: 0 auto 120px;
  
}

.topics_page {
  padding: 0;
  margin: 0;
}

a.page-numbers:link, a.page-numbers:visited, a.page-numbers:hover, a.page-numbers:active {
  display: inline-block;
  padding: 0.7rem 1rem;
  margin: 0 0.2rem;
  background: rgb(119, 119, 18);
  color: #fff;
  line-height: 1;
  border-radius: 10%;
}

a.page-numbers:hover{
  background: rgb(2, 46, 17);
}

.pagination{
  margin: 0 auto;
  text-align: center;
  margin: 20px 20px 60px;
}

.pagination .current{
  display: inline-block;
  padding: 0.7rem 1rem;
  margin: 0 0.2rem;
  background: rgb(2, 46, 17);
  color: #fff;
  line-height: 1;
  border-radius: 10%;
}


/* ------ recommended ------------------------------------------------------ */

.recommended{
  padding-bottom: 56px;
}

.recommended_list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  padding-left: 0;
}

.recommended_item {
  width: 33.3333%;
  padding: 20px 50px;
}

.recommended_item .title {
  text-align: center;
  font-size: 1.8rem;
}

.recommended_item .title span {
  display: inline-block;
}


.modal_items .title {
  width: 70%;
  margin: 0 auto 20px;
}

.modal_items .caption {
  width: 70%;
  margin: 0 auto 40px;
  line-height: 2;
}

.modal_items .icon-close {
  background: #000;
  margin-bottom: 10px;
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 24px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0;
  color: #a9a9a9;
  cursor: pointer;
  border: 1px solid #fff;
}

.modal_items .icon-prev {
  background: #777711;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  width: 3.0rem;
  height: 3.0rem;
  border: 0;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

.modal_items .icon-next {
  background: #777711;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  width: 3.0rem;
  height: 3.0rem;
  border: 0;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}


/* ------ access ------------------------------------------------------ */

.access {
/*  background: rgb(243, 244, 245);*/
}

.access_contents {
  display: flex;
  flex-direction: row;
}

.address {
  width: 50%;
}

.address .store_name {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.address p {
  line-height: 2;
  margin-bottom: 60px;
}

.map {
  width: 50%;
}

.ggmap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------ movie ------------------------------------------------------ */

.movie{
  background: rgb(243, 244, 245);
}

.youtube {
  text-align: center;
}

.youtube iframe {
     width: 640px;
     height: 360px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .youtube {
       position: relative;
       padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
       height: 0;
       overflow: hidden;
  }

  .youtube iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
  }
  
}

/* ------ workshop ------------------------------------------------------ */

.workshop{
  background: rgb(243, 244, 245);
}

.airbnb{
  text-align: center;
}

/* ------ footer ------------------------------------------------------ */

.footer {
  background: #21472d url(../images/header_bg.png);
  position: relative;
}

.footer .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 80px 0 40px;
}

.footer .image {
  width: 11%;
  margin-right: 2%;
}

.contact {
  text-align: center;
}

.contact p.title {
  font-size: 2.2rem;
  color: #fff;
  margin-top: 0;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.btn_contact {
  font-size: 1.7rem;
  background: #fff;
  padding: 1.5em 2.4rem;
  letter-spacing: 0.2rem;
  border-radius: 0.4rem;
  display: block;
}

.copyright {
  text-align: center;
  background: rgba(0,0,0,1.00);
  color: #fff;
  font-size: 1.0rem;
  margin: 0;
  padding: 0.8rem 1rem;
}

.triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 980px) {

div.wrapper {
  width: 100%;
  padding: 1.6rem;
}

.logo {
  width: 50%;
}
}

@media screen and (max-width: 768px) {

#google_translate_element {
}

#google_translate_element_mb {
  display: block;
}

.logo {
  width: 60%;
}

.header {
  padding: 10px 0 10px;
}

.heading {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.topics, .recommended, .access, .movie, .workshop {
  padding: 20px 10px;
}

.recommended_item {
  padding: 10px 5px;
}

.access_contents {
  flex-direction: column;
}

.address {
  width: 100%;
  margin-bottom: 40px;
}

.map {
  width: 100%;
  margin-bottom: 40px;
}

.footer .wrapper {
  flex-direction: column;
  align-items: center;
  padding: 40px 0 40px;
}

.footer .image {
  width: 100px;
  margin-right: 0;
}

.contact p.title {
  font-size: 2.0rem;
  margin-top: 2.0rem;
}

.btn_contact {
  font-size: 2.0rem;
  padding: 2.0rem 3.2rem;
}

.triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
}

.logo {
  order: 1;
  margin-left: 1.6rem;
}

.header {
  padding-bottom: 0;
}

.header .wrapper {
  flex-wrap: wrap;
  padding: 1.6rem 0 0 0;
}

#google_translate_element {
  order: 3;
  width: 100%;
  text-align: center;
  background: #022E11;
  padding: 1.6rem;
  border-top: 1px solid #fff;
}

#global_menu {
  order: 2;
}

.modal_items .icon-close {
  right: 20px;
  top: 20px;
  z-index: 9999;
}
  
.topics_page .topics_list{
  padding: 0 0 30px;
  
}
  
  .pagination{
  margin: 20px 0 40px;
}
  
  .topic{
  margin-top: 40px;
  margin-bottom: 40px;
}
  
  .topic_title{
  font-size: 2.0rem;
}
  
  .topic_content{
  margin-top: 60px;
}
  
  .topic_footer .btn_go_list{
  margin: 0 auto 60px;
  
}
  
}

