@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

body * {
  max-width: 100%;
  box-sizing: border-box;
  word-break: break-word;
}

.section {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contents {
  width: 100%;
	min-width: 0;
  max-width: 1600px;
  padding: 0;
  position: relative;
}

.section .contents {
  padding: 120px 0;
}

.section > .yui_line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#fontplus-trial-banner {
  display: none;
}

.bg_white {
    background: #fff;
  position: relative;
  z-index: 1;
}
.bg_white2 {
    background: #fff;
}
.bg_kumiko {
    background: url("../images/bg_kumiko.jpg") repeat;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.width40 {
    width: 40%;
}
.width55 {
    width: 55%;
}

@media screen and (max-width : 767px) {

	.contents {
  	width: auto;
  	}
  .section .contents {
    padding: 50px 0;
  }

  .sp_none {
    display: none;
  }

}

/** ***************************************************************************
 * アニメーション
 * ************************************************************************* */

.inview {
  opacity: 0;
  visibility: hidden;
}

.inview-active.fadein-left {
  animation: fadein-left 2.0s cubic-bezier(.165,.84,.44,1) 0.8s forwards;
}

.inview-active.fadein-right {
  animation: fadein-right 2.0s cubic-bezier(.165,.84,.44,1) 0.8s forwards;
}

.inview-active.fadein-up {
  animation: fadein-up 1.5s cubic-bezier(.165,.84,.44,1) 0.5s forwards;
}

@keyframes fadein-left {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-15%);
  }
  80% {
    visibility: visible;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes fadein-right {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(15%);
  }
  80% {
    visibility: visible;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15%);
  }
  80% {
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}


/** ***************************************************************************
 * スクロール後に出現するヘッダー
 * ************************************************************************* */

#headerWrapperChange {
  top: 0;
  transition: transform 0.3s ease-in-out 0.0s;
	transform: translate(0, -100%);
}

#headerWrapperChange.show {
	transform: translate(0, 0);
}

/** ***************************************************************************
 * ローディング
 * ************************************************************************* */

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #709f70;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  margin: -5.3em 0 0 -5.3em;
}
.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(112, 159, 112, 0.2);
  border-right: 0.3em solid rgba(112, 159, 112, 0.2);
  border-bottom: 0.3em solid rgba(112, 159, 112, 0.2);
  border-left:0.3em solid rgba(112, 159, 112, 1);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}


/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#headerWrapper {
  height: 100%;
	margin: 0 auto;
	min-width: 0;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

#headerWrapper:before {
  content: none;
}

#headerWrapper:after{
  content: none;
}

#header {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#header .inner {
  height: 100%;
}

#header img {
  width: 100%;
  filter: drop-shadow(0 0 12px rgba(0,0,0,0.3));
}

#header #logo {
  width: 29.5%;
  min-width: 240px;
  max-width: 348px;
  position: absolute;
  left: 50px;
  top:30px;
}

@media screen and (max-width : 767px) {

  #headerWrapper {
    height: 100%;
  }

  #header #logo {
    min-width: 200px;
    left: 10px;
    top: 10px;
  }

}

/** ===========================================================================
 * ハンバーガーメニュー
 */

.drawer--sidebar .drawer-hamburger {
	display: block !important;
	visibility: visible !important;
}

.drawer--right.drawer-open .drawer-hamburger {
	position: fixed;
}

.drawer-navbar .drawer-nav {
	position: fixed !important;
	left: auto !important;
	overflow: hidden !important;
	width: 23rem !important;
}

.drawer--sidebar.drawer--right .drawer-nav {
	right: -23rem !important;
}

.drawer--right.drawer-open .drawer-nav {
	right: 0px !important;
}

@media screen and (max-width : 767px) {

  .drawer.drawer--right .drawer-hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
  }

}

/** ===========================================================================
 * ナビ
 */

@media screen and (max-width : 767px) {

  #headerNav {
    display: none;
  }

}

/** ===========================================================================
 * 結旅
 */

#yuitabi {
  width: 33vw;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width : 767px) {

  #yuitabi {
    width: 50vw;
    top: 45%;
  }

}

/** ===========================================================================
 * 90th
 */

#anniversary {
  position: absolute;
  width: 10vw;
  right: 30px;
  bottom: 4vw;
}

@media screen and (max-width : 767px) {

  #anniversary {
    width: 80px;
    right: 20px;
    bottom: 50px;
  }

}

/** ===========================================================================
 * 感染症予防に対する取り組みについて
 */

#attention {
  position: absolute;
  left: 50px;
  bottom: 4vw;
  filter: drop-shadow(0 0 12px rgba(0,0,0,0.3));
  width:350px;
}
#attention a {
  background: #fff;
  display: block;
  padding: 10px 25px;
  transition: .2s;
  margin-bottom:12px;
}
#attention a i {
  color: #709f70;
}
#attention a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width : 767px) {

  #attention {
    width: 96%;
    left: 2%;
    bottom: 8px;
  }

  #attention a {
    padding: 2px 10px;
    text-align: center;
    margin-bottom:10px;
    border-bottom:1px solid #ddd;
  }

}

/** ===========================================================================
 * 動画
 */

#movie {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

#movie video {
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width : 767px) {

  #movie {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
      overflow: hidden;
  }

  #movie video {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }

}


/** ***************************************************************************
 * 検索
 * ************************************************************************* */

#search {
    width: 920px;
  padding: 0;
  margin: 20px auto 20px;
  box-shadow: none;
  position: relative;
  z-index:6001;
}
#searchNavi {
    width: 920px;
  margin: 0 auto 20px;
}

#concept {
    width:720px;
    margin: 0 auto 50px;
}
.concept-left {
    float: left;
}
.concept-right {
    float: right;
    width: 450px;
}
#concept h2 {
    color: #607F59;
    font-size: 32px;
	letter-spacing: 4px;
	font-weight: normal;
    padding: 0 0 .5em;
    margin: 1em 0 0.5em; 
}

#search-pushbar {
  transition: min-height 0.3s ease-in-out 0.0s;
}

#search-pushbar.calendar-active {
  min-height: 260px;
}


/** ***************************************************************************
 * event
 * ************************************************************************* */

#event {
  border-top: 2px solid #b29b49;
  background: url("../images/bg_washi.jpg?01") no-repeat center center;
  background-size:cover;
}
#event .contents {
  max-width: 100%;
}

#eventList {
  margin-bottom:30px;
}

#eventList .slider * {
  max-width: none;
}

#eventList div.list {
  margin: 0;
}

#eventList div.list div.item {
  padding-left: 20px;
  padding-right: 20px;
}

#eventList div.list div.item a {
  text-decoration: none;
  display: block;
  transition: color 0.3s ease-in-out 0.0s;
}

#eventList div.list div.item div.image {
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: filter 0.3s ease-in-out 0.0s;
}

#eventList div.list div.item:hover div.image {
  filter: brightness(115%);
}

#eventList div.list div.item div.content div.category {
  margin: 20px 0 10px;
  padding: 5px 15px 5px 10px;
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
  background: #b19a49;
  display: inline-block;
}

#eventList div.list div.item div.content div.text {
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 16px;
}

#eventList .slick-dots {
	position: relative;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#eventList .slick-dots li {
  border: 3px solid rgba(158,165,96,0.9);
}

#eventList .slick-dots li.slick-active {
  border: 3px solid #3C4F39;
}

@media screen and (max-width : 767px) {

  #event {
    min-height: 0;
  }

  #eventList div.list {
    padding-left: 10px;
    padding-right: 10px;
  }

  #eventList div.list div.item {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }

  #eventList div.list div.item a {
    display: flex;
    align-items: stretch;
  }

  #eventList div.list div.item div.image {
    width: 30%;
    padding-bottom: 0;
  }

  #eventList div.list div.item div.content {
    width: 70%;
    padding: 15px;
  }

  #eventList div.list div.item div.content div.category {
    margin: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  #eventList div.list div.item div.content div.text {
    min-height: 3em;
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: 14px;
  }

}

a.zoom {
  display: block;
  overflow: hidden;
}
a.zoom img {
  transition: .2s;
}
a.zoom:hover img {
  transform: scale(1.1);
}


/** ***************************************************************************
 * メインコンテンツ
 * ************************************************************************* */

#container h1 {
  padding-top: 0;
}

@media screen and (max-width : 767px) {

  #pinContainer .contents {
    padding-top: 20px;
  }

}

/** ===========================================================================
 * タイトル
 */

@media screen and (max-width : 767px) {

  #container h1 {
    background-image: none;
  }

}

/** ===========================================================================
 * 結アイコン
 */

#container .yui_line {
    border: 1px solid #709f70;
}
#container .yui_line img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 20%;
  max-width: 90px;
  z-index: 100;
}

/** ===========================================================================
 * 動画
 */

#container .movie a {
    position: relative;
    display: block;
}

#container .movie a .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    max-width: 130px;
}

/** ===========================================================================
 * 画像
 */

@media screen and (max-width : 767px) {

  #pinContainer div.image {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

}

/** ===========================================================================
 * 内容
 */

@media screen and (max-width : 767px) {

  #pinContainer div.content {
    width: 100%;
    float: none;
  }

}

/** ===========================================================================
 * タイトル
 */

#pinContainer .contents h1 {
  border-bottom: none;
  font-size:24px;
  line-height:1.5;
  margin-top:0;
  margin-bottom:30px;
  letter-spacing:0.1em;
  padding: 0;
  text-align: left;
}

#pinContainer .contents h1 span {
    display: block;
    border-bottom: 1px solid #999999;
    font-size: 60px;
    color: #999999;
    line-height: 1.5em;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width : 767px) {

  #pinContainer .contents h1 {
    margin-bottom:10px;
    font-size:24px;
    line-height:1.5;
    text-align: left ;
  }

  #pinContainer .contents h1 span {
    font-size: 36px;
    line-height: 1.3em;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

}

/** ===========================================================================
 * テキスト
 */

#pinContainer .contents p {
    max-width: 400px;
}

@media screen and (max-width : 767px) {

  #pinContainer .contents p {
    max-width: 100%;
    line-height: 1.5;
  }

}

/** ===========================================================================
 * 詳細はこちらボタン
 */

#pinContainer .contents .detail-button {
  margin-top: 30px;
}

#pinContainer .contents a.button,
#pinContainer a.button.arrow_none {
    padding: .75em 3em .75em 3em;
}

#pinContainer .contents a.button:after,
#pinContainer a.button.arrow_none:after {
    content:none;
    right: 0;
}

@media screen and (max-width : 767px) {

  #pinContainer .contents .detail-button {
    margin-top: 20px;
    text-align: center;
  }

}

/** ===========================================================================
 * history
 */

#history {
  background: url("../images/bg_history.jpg") no-repeat center center;
  background-size: cover;
  border-top: 2px solid #b29b49;
}

#history .floatL {
  text-align: center;
}

/** ===========================================================================
 * relax
 */

#relax .content,
#relax .content h1 {
  text-align: right;
}

#relax .content p {
  margin: 0 0 1em auto;
}

@media screen and (max-width : 767px) {

  #relax .content,
  #relax .content h1 {
    text-align: left;
  }

  #relax .content p {
    margin: 0;
  }

}

/** ===========================================================================
 * comfortable
 */

#comfortable .content,
#comfortable .content h1 {
    text-align: right;
}

#comfortable .content p {
    margin: 0 0 1em auto;
}

@media screen and (max-width : 767px) {

  #comfortable .content,
  #comfortable .content h1 {
      text-align: left;
  }

}


/** ***************************************************************************
 * popular
 * ************************************************************************* */

#popular {
  background: url(../images/bg.jpg) !important;
  position: relative;
  z-index: 1;
}

#popular .contents {
  padding-top: 200px;
  position: relative;
}

#popular .bestrate {
  transform: translate(-50%, 0);
  position: absolute;
  top: 60px;
  left: 50%;
}

.bestrate-text {
    border:1px solid #6D462C;
    font-size: 14px;
    width: 480px;
    margin: 0 auto;
}
.bestrate-text .bestrateTitle {
    font-weight: bold;
    float: left;
    background: #6D462C;
    color:#fff;
    position: relative;
    padding: 0px 10px 0px 54px;
}
.bestrate-text .bestrateTitle img {
    width: 44px;
    position: absolute;
    left: 5px;
    top:-6px;
}
.bestrate-text .bestrateText {
    float: left;
    padding: 0 10px;
    text-align: center;
    color: #6D462C;
}
#popularList ul {
  align-items: stretch;
  justify-content: center;
  margin-bottom:25px;
}

#popularList ul li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position:relative;
}

#popularList ul li span.rank {
    display: block;
    color: #709f70;
    border:3px solid #709f70;
    background: #fff;
    text-align: center;
    width: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -6px;
    top:-6px;
    z-index: 10;
}
#popularList ul li img {
    max-width: 100%;
}
#popularList ul li p {
    font-size: 14px;
    margin: 0 10px .5em;
    padding: 0;
}
#popularList ul li p.detail a {
    display: block;
    text-align: center;
    background: #709f70;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.25s;
    margin: 0;
    text-decoration: none;
}

@media screen and (max-width : 767px) {

  #popularList ul {
    display: flex;
    flex-wrap: wrap;
  }

  #popularList ul li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
    .bestrate-text {
        width: 80%;
        min-width: 320px;
    }
    .bestrate-text .bestrateTitle {
        float: none;
    }
    .bestrate-text .bestrateText {
        float: none;
    }

}

/** ===========================================================================
 * 画像
 */

#popularList ul li p.photo {
    display: block;
    overflow: hidden;
    padding: 0;
    margin:0 0 10px;
    background: #fff;
}
#popularList ul li p.photo a {
  height: 100%;
  display: flex;
  align-items: center;
}
#popularList ul li p.photo a img {
    transition: all 0.25s;
}
#popularList ul li p.photo a:hover img {
  filter: brightness(115%);
}

@media screen and (max-width : 767px) {

  #popularList ul li p.photo {
    width: 100%;
    float: none;
  }

}

/** ===========================================================================
 * 価格
 */

#popularList ul li p.price {
  margin-bottom: 15px;
  color: #E72D2D;
  font-weight: bold;
  font-size: 14px;
}

/** ===========================================================================
 * ご予約はこちら
 */

#popularList ul li p.detail {
    margin: 0;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}
#popularList ul li p.detail a:hover {
  background: #3C4F39;
}

@media screen and (max-width : 767px) {

  #popularList ul li p.detail {
    margin: auto 0 0 0;
  }

  #popularList ul li p.detail a {
    margin-left: 0;
  }

}


/** ***************************************************************************
 * style
 * ************************************************************************* */

#styleList .slider * {
  max-width: none;
}

#styleList div.list {
  margin: 0;
  margin-bottom: 40px;
}

#styleList div.list div.item {
  padding-left: 30px;
  padding-right: 0;
}

#styleList div.list div.item a {
  display: block;
}

#styleList div.list div.item div.image {
  margin-right: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: filter 0.3s ease-in-out 0.0s;
}

#styleList div.list div.item:hover div.image {
  filter: brightness(115%);
}

#styleList div.list div.item div.image a {
  padding-bottom: 100%;
}

#styleList div.list div.item div.content {
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0 .75em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing:0;
}

#styleList div.list div.item div.content div.text a {
  color: #709f70;
}

#styleList .slick-dots {
	position: relative;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#styleList .slick-dots li {
  border: 3px solid rgba(158,165,96,0.9);
}

#styleList .slick-dots li.slick-active {
  border: 3px solid #3C4F39;
}

@media screen and (max-width : 767px) {

  #styleList div.list {
    padding-left: 10px;
    padding-right: 10px;
  }

  #styleList div.list div.item {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    position: relative;
  }

  #styleList div.list div.item a {
    height: 100%;
    display: block;
  }

  #styleList div.list div.item div.image {
    margin-right: 0;
  }

  #styleList div.list div.item div.content {
    left: 35px;
    right: 35px;
  }

}


/** ***************************************************************************
 * news
 * ************************************************************************* */

#news.test {
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#news .contents {
	max-width:1024px;
}

#news h1 {
  padding-top: 0;
}
#newsList {
    margin-bottom: 40px;
}
#news dl {
    border-bottom: 1px solid #ccc;
}
#news dl:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#news dl dt {
	float:left;
	width:10em !important;
	padding:12px 0;
}
#news dl dd {
	margin-left:11em !important;
	padding:12px 0;
}
#news dl dd a {
  padding-right: 30px;
    display: block;
    position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out 0.0s;
}
#news dl dd a:after {
    font-family: "FontAwesome";
    content:"\f105";
    position: absolute;
    right: 10px;
    color: #609b3d;
}

#news .news_under {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    align-items: center;
}
#news .news_under p {
    margin-bottom: 0;
}
#news .newsL {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    align-items: center;
}
#news .newsL .social {
    margin: 0;
}

#news .toplink {
    text-align: right;
    font-size: 13px;
	clear: both;
}

@media screen and (max-width : 767px) {

  #news dl {
    padding: 15px 0;
  }

  #news dl dt {
    float:none;
    padding: 0;
    line-height: 1.5
  }
  
  #news dl dd {
    margin-left:0 !important;
    padding: 0;
    line-height: 1.5;
  }

  #news .news_under {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  
  #news .newsL {
    flex-direction: column;
    justify-content: space-between;
      align-items: center;
  }

  #news .toplink {
    margin-top: 20px;
    font-size: inherit;
  }

}


/** ***************************************************************************
 * youtube
 * ************************************************************************* */

#youtube {
  border-top: 3px solid #b29b49;
}

#youtube h1 i {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
#youtube ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
}
#youtube ul li {
    max-width: 479px;
    margin: 0 10px;
}
#youtube ul li p {
    margin: 10px auto 40px;
    color: #709f70;
  line-height: 1.5;
  display: table;
}
#youtube ul li a {
  display: block;
  overflow: hidden;
}
#youtube ul li a img {
  transition: .2s;
}
#youtube ul li a:hover img {
  transform: scale(1.2);
}

@media screen and (max-width : 767px) {

  #youtube ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}


/** ***************************************************************************
 * instagram
 * ************************************************************************* */

#instagram {
  border-top: 3px solid #b29b49;
}

#instagram h1 i {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
#instagram ul {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
    margin-bottom: 40px;
}
#instagram ul li {
  width: calc(100% / 6.01);
}
#instagram ul li a {
  display: block;
  overflow: hidden;
  position: relative;
	height:100%;
}
#instagram ul li a img {
  transition: .2s;
  width:100%;
  object-fit: cover;
}

#instagram ul li a:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#instagram ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
#instagram ul li a:hover img {
  transform: scale(1.1);
}
#instagram ul li.movie a:after{
	font-family:"FontAwesome";
	content:"\f04b";
	color:#fff;
	opacity:0.8;
	position:absolute;
	font-size:3vw;
	left:50%;
	top:50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   transition:.2s;
}
#instagram ul li.movie a:hover:after {
	font-size:3.5vw;
	opacity:1;
	left:50%;
	top:50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}


@media screen and (max-width : 767px) {

  #instagram .contents {
  width:75%;
    margin: 0;
  }

  #instagram ul li {
    width: calc(100% / 2);
  }

}


/** ***************************************************************************
 * group
 * ************************************************************************* */

#group {
  padding: 40px;
  background: url("../images/bg_90th.jpg") no-repeat center center;
  background-size: cover;
}

#group .contents {
  max-width: 1040px;
}

#group .bg_group {
    background: rgba(255,255,255,.9);
    padding: 20px;
    margin: 2em 0;
    box-shadow: 0px 0px 0px 12px rgba(255,255,255,.9);
    border: 1px solid #b19a49;
}
#group .group_text {
  display: flex;
  flex-direction: row;
  justify-content: center;
    align-items: center;
    
}
#group .syogyologo {
    margin: 0 50px 1em 0;
}
#group.test {
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#group .syogyo_text {
        font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
#group .syogyo_text h1 {
    font-size: 19px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-top: 0;
    
}
#group ul.link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
#group ul.link li {
    margin: 0 5px;
}
#group ul.link a img {
    border:1px solid #ddd;
    transition-duration: 0.2s;
}
#group ul.link a:hover img {
    opacity: 0.7;
}

#group a.button {
    background: none;
    color: #b19a49;
    display: inline-block;
    padding: 0 2em 0 0;
    transition: all 0.25s;
    font-weight: bold;
}
#group a.button:hover {
    text-decoration: none;
    box-shadow: none;
    background: none;
}
#group a.button:after {
    font-family: "FontAwesome";
    content:"\f105";
    position: absolute;
    right: 10px;
}

@media screen and (max-width : 767px) {

  #group {
    padding: 40px 10px;
  }

  #group .group_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #group .syogyologo {
    margin: 0 0 1em;
  }

  #group ul.link {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }

  #group ul.link li {
      max-width: 47%;
      margin: 0 1.5% 10px;
      text-align: center;
  }

}


/** ***************************************************************************
 * PagiNation
 * ************************************************************************* */

.pagiNation {
	bottom: 50px;
	width: 100%;
	text-align:center;
	height: 8px;
	position: fixed;
	z-index: 210;
 	visibility: visible;
}

.pagiNation a {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	overflow: hidden;
	background: rgba(55,55,55,0.6);
	border-radius:7px;
}

.pagiNation a.pnActive {
	background: rgba(61,87,89,0.9) !important;
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;

}

#onetravel {
    width: 199px;
    position: fixed;
    right:15px;
    bottom: 15px;
    z-index: 1099;
    padding: 6px;
}
#onetravel a {
    display: block;
    background: #fff;
    padding: 6px;
    box-shadow: 0 6px 12px rgb(0,0,0,0.1);
}
#onetravel a:hover {
    opacity: 0.8;
}
#onetravel .close-bnr {
    position: absolute;
    font-size: 13px;
    color: #000;
    background: #fff;
    /*background: #709f70;*/
    border:1px solid #000;
    right:-2px;
    top:-2px;
    line-height: 1.2;
    border-radius: 12px;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#onetravel .close-bnr:after,
#onetravel .close-bnr:before {
    content: "";
    display: block;
    border-top: 1px solid #000;
    width: 10px;
    position: absolute;
    left: 4px;
    top:9px;
}

#onetravel .close-bnr:before {
    transform: rotate(45deg);
}
#onetravel .close-bnr:after {
    transform: rotate(-45deg);
}

#modal-language {
position:relative;
	width:90%;
	max-width:720px;
	margin:0 auto;
	background:#fff;
	border:10px solid #709F70;
	padding:40px 20px;
	
}
#modal-language h3 {
	text-align:center;
	font-weight:bold;
}
#modal-language p {
	text-align:center;
	margin-bottom:1em;
}
#modal-language a {
	color:#709F70;
	text-decoration:underline;
}
#modal-language .close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

#modal-language .close::before, #modal-language .close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #709F70;
}

#modal-language .close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

#modal-language .close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width : 767px) {
  #logo90th {
    width: 300px;
    top: 20px;
    left: 50%;
    margin-left: -150px;
    text-align: right;
    position: absolute;
    z-index: 3000;
  }
  #logo90th img {
    width:60px;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]:focus,
  input[type="button"]:focus {
    outline-offset: -2px;
  }
  #concept {
      width:auto;
      margin: 0 auto ;
  }
  .concept-left {
      width: 30%;
  }
  .concept-right {
      width: 67%;
  }
  #concept h2 {
      font-size: 18px;
      margin: 0 0 .5em;
      letter-spacing: 0;
  }
  #concept p {
      font-size: 12px;
  }

  .contents #concept a.button {
      padding: .75em 2em .75em 1em;
  }
    #onetravel {
        width: 35%;
        position: fixed;
        right:5px;
        bottom: 5px;
        z-index: 10000;
    }

	#instagram ul li.movie a:after{
		font-size:8vw;
	}
	#instagram ul li.movie a:hover:after {
		font-size:10vw;
	}
}
