@charset "UTF-8";

#content {
  background-image: none;
}
#content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/home-bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: 0.2;
  z-index: 100;
}
#content #main {
  float: none;
  width: 100%;
}
#content svg {
  height: 1em;
}
#content .link_btn {
  padding: 0.75em;
  background-color: #000;
  width: 12em;
  color: #FFF;
  font-size: 0.875em;
}
#content .row {
  z-index: 200;
}
@media print, (min-width:720px) {
  #content #main {
    font-size: 0.8em;
  }
}

.sect_block {
  margin: 0;
  padding: 3rem 0;
  text-align: center;
}
.sect_block .sect_head, 
.sect_block .sect_body, 
.sect_block .sect_foot {
  z-index: 200;
}
.sect_block .sect_head {
  margin-bottom: 1.5rem;
}
.sect_block .sect_head .sect_title {
  font-size: 1.125em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.sect_block .sect_head .sect_title .title_txt, 
.sect_block .sect_head .sect_title .title_img {
  display: block;
  margin: auto;
}
.sect_block .sect_head .sect_title .title_img, 
.sect_block .sect_head .sect_title em.title_txt {
  font-size: 1.25em;
}
.sect_block .sect_head .sect_title .title_img {
  height: 1em;
}
.sect_block .sect_head .sect_title .title_txt {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.sect_block .sect_head .sect_title em.title_txt {
  display: block;
  padding-bottom: 0.5em;
  background-image: url(../images/title-line02.png);
  -webkit-background-size: auto 0.5em;
  background-size: auto 0.5em;
}
.sect_block .sect_head .sect_title small.title_txt {
  margin-top: 1em;
  padding-bottom: 1.5em;
  font-size: 0.8em;
  background-image: url(../images/title-line01.png);
  -webkit-background-size: auto 1em;
  background-size: auto 1em;
}
.sect_block .sect_body {
}
.sect_block .sect_foot {
  margin-top: 1.5rem;
}
@media print, (min-width:720px) {
  .sect_block .sect_head .sect_title {
    font-size: 1.5em;
  }
}


#visual, 
#news::before, 
#calendar::after {
  background-image: -moz-linear-gradient(10.6% -18.41% -45deg,
    rgba(255, 218, 239, 1) 25%, 
    rgba(255, 218, 239, 1) 25%, 
    rgba(255, 218, 239, 1) 50%, 
    rgba(255, 218, 239, 0) 50% 
  );
  background-image: -webkit-linear-gradient(-45deg, 
    rgba(255, 218, 239, 0) 25%, 
    rgba(255, 218, 239, 1) 25%, 
    rgba(255, 218, 239, 1) 50%, 
    rgba(255, 218, 239, 0) 50%
  );
  background-image: -o-linear-gradient(-45deg, 
    rgba(255, 218, 239, 0) 25%, 
    rgba(255, 218, 239, 1) 25%, 
    rgba(255, 218, 239, 1) 50%, 
    rgba(255, 218, 239, 0) 50%
  );
  background-image: -ms-linear-gradient(-45deg, 
    rgba(255, 218, 239, 0) 25%, 
    rgba(255, 218, 239, 1) 25%, 
    rgba(255, 218, 239, 1) 50%, 
    rgba(255, 218, 239, 0) 50%
  );
  background-image: linear-gradient(135deg, 
    rgba(255, 218, 239, 1) 0%, 
    rgba(255, 218, 239, 1) 10%, 
    rgba(255, 218, 239, 0) 10%, 
    rgba(255, 218, 239, 0) 50%, 
    rgba(255, 218, 239, 1) 50%, 
    rgba(255, 218, 239, 1) 60%, 
    rgba(255, 218, 239, 0) 60%
  );
  -webkit-background-size: 1rem 1rem;
  background-size: 0.6rem 0.6rem;
  background-repeat: repeat;
  background-position: center top;
  z-index: 200;
}

#visual {
  background-color: #FFF;
}
#visual .sp-slides-container {
  background-color: #FFF;
}
#visual .sp-thumbnails-container {
  margin-top: auto;
  z-index: 10;
}
#visual .sp-thumbnail-container {
  margin-left: auto;
  margin-right: auto;
  background-position: center bottom;
  margin-top: auto;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#visual .sp-thumbnail-container:hover, 
#visual .sp-thumbnail-container.sp-selected-thumbnail {
  opacity: 1;
}

#visual .visual_logo {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 0.5rem;
  width: 100%;
  max-width: 1200px;
  font-size: 1em;
  text-align: right;
  z-index: 20;
  -webkit-filter: drop-shadow( 0 0 0.5em rgba(0,0,0,0.2) );
  -o-filter: drop-shadow( 0 0 0.5em rgba(0,0,0,0.2) );
  filter: drop-shadow( 0 0 0.5em rgba(0,0,0,0.2) );
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#visual .visual_logo .logo {
  width: 6em;
  height: 10em;
}
@media print, (min-width:720px) {
  #visual .visual_logo {
    top: 42%;
    padding: 0 1.5rem;
    font-size: 3.5em;
  }
}

#news::before, 
#calendar::after {
  content: '';
  display: block;
  height: 2rem;
}

#news {
  padding-top: 0;
}
#news::before {
  margin-bottom: 3rem;
}
#news [role="tabpanel"] {
  opacity: 1;
  -webkit-transition: max-height 0s 0s, opacity 0.6s 0s;
  -o-transition: max-height 0s 0s, opacity 0.6s 0s;
  transition: max-height 0s 0s, opacity 0.6s 0s;
}
#news [role="tabpanel"][aria-hidden="true"] {
  opacity: 0;
}
#news [role="tabpanel"][aria-hidden="false"] {
  max-height: 300vh;
}


#news .news_menu {
  padding-bottom: 1rem;
  font-size: 0.8125em;
}
.news_menu .menu_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.news_menu .menu_list > li {
  margin: 1%;
}
.news_menu .menu_list [role="tab"] {
  display: block;
  padding: 0.5em;
  border-style: dashed;
  border-width: 1px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
.news_menu .menu_list [role="tab"][aria-expanded="true"] {
  border-style: solid;
  background-color: #000;
  color: #FFF
}
@media only screen and (max-width:719px) {
  .news_menu .menu_list > li {
    width: 48%;
  }
}
@media print, (min-width:720px) {
  #news .news_menu {
    font-size: 1em;
  }
  .news_menu .menu_list [role="tab"] {
    padding-right: 1em;
    padding-left: 1em;
  }
  .news_menu .menu_list [role="tab"][aria-expanded="true"]::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.2em 0.25em 0;
    border-color: #000 transparent;
  }
}

@media print, (min-width:720px) {
  #news .news_list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  #news .news_list > li {
    /*width: auto;*/
  }

}

#calendar {
  margin-top: 5em;
  padding-bottom: 0;
  background-color: #FFF;
}
#calendar::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto 0;
  height: 5em;
  background-image: url( ../images/wave.svg );
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 0;
}
#calendar::after {
  margin-top: 3rem;
}
#calendar .calendar_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.calendar_list .calendar_this {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;    
}
.calendar_list .calendar_next {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  -o-order: 3;
  order: 3;
}
.calendar_list::before {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}
.calendar_list::before {
  content: '';
  display: block;
  border-style: dashed;
  border-width: 0;
}

@media only screen and (max-width:719px) {
  #calendar .calendar_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calendar_list::before {
    margin: 1.5rem 0;
    width: 100%;
    border-top-width: 1px;
  }
}
@media print, (min-width:720px) {
  #calendar .calendar_list {
    justify-content: center;
  }
  .calendar_list::before {
    margin: 0 2%;
    width: 0;
    border-right-width: 1px;
  }
}

table.calendar {
  margin-bottom: -0.5em;
  border-collapse: separate;
  border-spacing: 0.5em;
  font-size: 0.875em;
  font-family: monospace;
  font-weight: bold;
  line-height: 1;
}
table.calendar caption {
  font-size: 1.5em;
}
table.calendar th, 
table.calendar td {
  width: 2em;
  height: 2em;
  vertical-align: middle;
}
table.calendar th:empty::after, 
table.calendar td:empty::after {
  content: ' ';
}
table.calendar[data-start="sun"] tr > th:nth-child( 1 ), 
table.calendar[data-start="sun"] tr > td:nth-child( 1 ), 
table.calendar[data-start="mon"] tr > th:nth-child( 7 ), 
table.calendar[data-start="mon"] tr > td:nth-child( 7 ), 
table.calendar .hol {
  color: #c30d23;
}
table.calendar[data-start="sun"] tr > th:nth-child( 7 ), 
table.calendar[data-start="sun"] tr > td:nth-child( 7 ), 
table.calendar[data-start="mon"] tr > th:nth-child( 6 ), 
table.calendar[data-start="mon"] tr > td:nth-child( 6 ) {
  color: #036eb7;
}
table.calendar .today {
  background-color: rgba(255, 141, 207, 0.5);  
}
table.calendar a {
  color: inherit;
  text-decoration: none;
}
table.calendar tr a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-width: 0 0 1px;
}
@media print, (min-width:720px) {
  table.calendar {
    font-size: 1.25em;
  }
}

/*tooltip*/
table.calendar a {
    position: relative;
}
table.calendar .tooltip {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    width: 120px;
    bottom: 125%;
    left: 50%; 
    margin-left: -60px;
}
table.calendar a .tooltip > .text {
    background-color: black;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
}
table.calendar a .tooltip > .text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
@media print, (min-width:720px) {
table.calendar a:hover > .tooltip {
    visibility: visible;
    opacity: 1;
	}
}
/**/


.gallery_bnr {
  display: block;
  position: relative;
  fill: #FFF;
  color: #FFF;
}
.gallery_bnr::after {
  /*content: 'ComingSoon';*/
content: 'フォトギャラリーへ';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 5% auto;
  width: 12em;
  border-style: solid;
  border-width: 1px;
  color: #FFF;
  font-size: 0.875em;

letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  z-index: 20;
}
.gallery_bnr .bnr_visual {
  padding-top: 40%;
}
.gallery_bnr .bnr_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.gallery_bnr:hover .bnr_title {
  background-color: rgba(0,0,0,0.5);
}
.gallery_bnr .bnr_title .title_ja {
  font-size: 1.25em;
}
.gallery_bnr .bnr_title .title_en {
  margin-top: 0.5em;
}
@media print, (min-width:720px) {
  /**.gallery_bnr::after {
    opacity: 0;
  }*/
	
	
.gallery_bnr::after {
    opacity: 1;
	font-size: 1.25em;
  }
  .gallery_bnr:hover::after {
    opacity: 1;
  }
  .gallery_bnr .bnr_title {
    font-size: 2em;
  }
  .gallery_bnr .bnr_visual {
    padding-top: 27.5%;
  }
}


#tourism .card .card_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  height: 4em;
}
#lifeinfo .card .card_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 15%;
  background-color: rgba( 255, 255, 255, 0.7 );
}
#tourism .card .thumb {
  padding-top: 56.25%;
}

#sns {}
.sns_block .block_title {
  margin-bottom: 0.5rem;
  font-size: 1.375em;
}
.sns_block .block_title .title_img {
  height: 1em;
}
@media print, (min-width:720px) {
  .sns_block .block_title {
    text-align: left;
  }
}


#bookmark > .inner {
  width: 80%;
  max-width: 800px;
}
#bookmark .bnr_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#bookmark .bnr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: auto 1% 2%;
  width: 48%;
  /*height: 3.6em;*/
  /*background-color: #231815;*/
  fill: #FFF;
  color: #FFF;
  font-size: 0.8125em;
  line-height: 1.25;
}
#bookmark .bnr:hover{
	box-shadow:none!important;
	}

#bookmark .mm_bnr.bnr {
  margin-bottom: 5%;
  width: 98%;
  height: 4em;
  background-color: #ff8dcf;
  font-size: 1em;
}




#bookmark .mm_bnr.bnr .icn {
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  vertical-align: middle;
}
#bookmark .mm_bnr.bnr::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0.3em;
  border-style: solid;
  border-width: 1px;
}
@media print, (min-width:720px) {
  #bookmark .bnr {
    width: 31.333%;
    width: -webkit-calc( 93% / 3 );
    width: calc( 93% / 3 );
	  box-sizing: border-box;
  }
	#bookmark .bnr img{
		width: 100%;
	}
}