@charset "utf-8";
/* CSS Document */

/*common*/
:root {
	--main-text-color: #595757;
	--main-grey-color: #595757;
	--bright-color: #fff;
	--text-under-color: #D6E598;
	--underline-color: #FFF100;
	--new-tag-color: #E50011;
	--mt-tag-color: #C2D968;
	--feild-tag-color: #62C0B4;
	--eat-tag-color: #F29762;
	--evevt-tag-color: #ED786A;
	--stay-tag-color: #ED86B3;
	--yuzaman-tag-color: #DAE138;
	--k-tai-tag-color: #7DCDF3;
	--yuza-zukan-tag-color: #FED654;
	--yuza-biyori-tag-color: #A88ABE;
	--yukainanakamatachi-tag-color: #A88ABE;
	--diy-tag-color: #FED654;

	--large-width: 1000px;
}

body {
	font-family: "Sawarabi Gothic" ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: var(--main-text-color);
	font-size: 15px;
	line-height: 1.5rem;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/*モーダルウインドウ　ここから*/

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
.layer_board_bg {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	cursor: pointer;
	background: #000;
}
.layer_board {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 2000;
	overflow-y: scroll;
	max-height: 100%;
	width: 100%;
}
.layer_board .top-bord {
	position: relative;
}
.layer_board .top-photo img {
	width: 100%;
	height: 175%;
}
.layer_board .top-bord .top-photo-copy {
	position: absolute;
	top: 5%;
	left: 31%;
	width: 42%;
}
.layer_board .top-bord .btn_close {
	position: absolute;
	bottom: 13%;
	font-size: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 5px 20px;
	border: 1px solid var(--bright-color);
	border-radius: 3px;
	line-height: 0;
	width: 10%;
}
.layer_board .top-bord .btn_close:hover {
	background: rgba(255, 255, 255, 0.3);
	transition:.3s all;
}
.layer_board .top-bord .btn_close a {
	color: var(--bright-color);
}
.layer_board .top-bord .btn_close span {
	margin-right: 5px;
}
@media (min-width: 600px) and (max-width: 799px)  {
	.layer_board .top-bord .btn_close {
		font-size: 14px;
		width: 13%;
	}
}
@media (min-width: 800px){
	.layer_board .top-bord .btn_close {
		font-size: 20px;
		width: 16%;
		padding: 10px 20px;

	}
}

/*モーダルウインドウ　ここまで*/

/*ヘッダーナビ部分ここから*/
.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.inner:after {
  content:"";
  clear: both;
  display: block;
}

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

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 10px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;

}
#top-head .logo {
    float: left;
    position: relative;
    height: 50px;
}

#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
#top-head .logo a img {
	width: 150px;
	margin-top: 10px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    padding:0 5px;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 5px;
		padding-bottom: 10px;
    background: #fff;
    background: rgba( 0, 0, 0,.5);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  	position: relative;
    /*font-size: 24px;
    color: #333;*/
}

#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
}
#top-head.fixed .logo a img {
	width: 100px;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 5px 5px;
}



/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
		opacity: .8;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba( 0, 0, 0,.8);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 13px;
        top: 0px;
    }
		#top-head .logo a img {
			width: 100px;
		}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba( 0, 0, 0,.5);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 12px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 5px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


/*------------タブレット用------------------*/

@media screen and (max-width: 959px) {
  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: rgba( 0, 0, 0,.8);
      width: 100%;
      height: 56px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
			left: 13px;
			height: 13px;
			top: 0px;
  }
	#top-head .logo a img {
		width: 100px;
	}
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: rgba( 0, 0, 0,.5);
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 5px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 5px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 15px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
}

/*ヘッダーナビ部分　ここまで　*/

/*メイン部分　ここから*/
/*ヘッダーの幅分全体を下に*/
@media (max-width: 959px) {
	main {
		margin-top: 56px;
	}
}
/*トップ画像　こっから*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
@media (min-width: 768px) {
	.top-hero-img {
		margin-bottom: 30px;
	}
}


/*トップ画像　こっまで*/

.container-box {
	display: flex;
	max-width: var(--large-width);
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
/*それぞれのタイトル*/
.category-title h1 img {
	display: block;
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 15px;
}
@media (min-width: 400px) and (max-width: 600px) {
	.category-title h1 img {
		width:55vw;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 601px) {
	.category-title h1 img {
		width: 300px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
/*カラムレイアウト　ここから*/
.container-box {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*写真のトリミング設定　ここから*/
.container-box .wrap-box {
	width: 48%;
	padding: 2% 1% 2%;
	float: left;
}
.container-box .wrap-box .main-column-photo {
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}
.container-box .wrap-box .main-column-photo img{
	/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	/* 高さに合わせてリサイズ、はみ出た分をトリミング指定 ここから*/
	width: auto;
  height: 100%;
	/* 高さに合わせてリサイズ、はみ出た分をトリミング指定 ここまで*/

  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  max-height: 150%;
	transition:.3s all;
}
.container-box .wrap-box .main-column-photo img:hover{
  opacity:.7;
  cursor:pointer;
}

/*写真のトリミング設定　ここまで*/
.container-box .wrap-box .info-area {
	margin: 5px 0;
}
.container-box .wrap-box .info-area .category-tag ul {
	list-style: none;
	display: flex;
	margin-top: 0.35rem;
	margin-right: 5px;
}
.container-box .wrap-box .info-area .category-tag li {
	margin-right: 5px;
	line-height: 0.6em;
	vertical-align: middle;
	border-radius: 3px;
}
.container-box .wrap-box .info-area .category-tag a {
	display: inline-block;
	color: var(--bright-color);
	/*background-color: var(--main-grey-color);*/
	font-size: 0.5rem;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
/*タグの色指定　ここから*/
.info-area .category-tag .new {
	background-color: var(--new-tag-color);
}
.info-area .category-tag .yamaasobi {
	background-color: var(--mt-tag-color);
}
.info-area .category-tag .event {
	background-color: var(--evevt-tag-color);
}
.info-area .category-tag .noasobi {
	background-color: var(--feild-tag-color);
}
.info-area .category-tag .taberu {
	background-color: var(--eat-tag-color);
}
.info-area .category-tag .tomaru {
	background-color: var(--stay-tag-color);
}
.info-area .category-tag .yuzapeaple {
	background-color: var(--yuzaman-tag-color);
}
.info-area .category-tag .yuzakyoryoku {
	background-color: var(--k-tai-tag-color);
}
.info-area .category-tag .diy {
	background-color: var(--eat-tag-color);
}
.info-area .category-tag .kaikon {
	background-color: var(--eat-tag-color);
}
.info-area .category-tag .yuza-biyori {
	background-color: var(--eat-tag-color);
}
.info-area .category-tag .yukainanakamatachi {
	background-color: var(--stay-tag-color);
}

/*タグの色指定　ここまで*/

.container-box .wrap-box .info-area .author-info {
	display: flex;
	line-height: 0;
	padding: 10px 0 8px;
}
.container-box .wrap-box .info-area .date p {
	font-size: 0.65rem;
}
.container-box .wrap-box .info-area .author p {
	font-size: 0.65rem;
	margin-left: 5px;
}
.container-box .wrap-box .text h2 {
	display: inline-block;
	margin-bottom: 0.35em;
	font-size: 0.95rem;
	line-height: 1.4em;
}
.container-box .wrap-box .text h2 a {
	color: var(--text-dark-color);
	transition:.3s all;
}
.container-box .wrap-box .text h2 a:hover {
	opacity: .7;
}
.container-box .wrap-box .text .text-area {
	font-size: 0.8rem;
	line-height: 1.4em;
}
.container-box .wrap-box .text .text-area a {
	color: var(--main-text-color);
	transition:.3s all;
}
.container-box .wrap-box .text .text-area a:hover {
	opacity: .7;
}

@media (min-width: 600px) and (max-width: 959px)  {
	.container-box .wrap-box {
		width: 31%;
		padding: 1% 1% 1%;
	}

	.container-box .wrap-box .info-area .category-tag  ul li a {
		display: inline-block;
		color: var(--bright-color);
		font-size: 0.5rem;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 2px;
	}
	.container-box .wrap-box .info-area .author-info p {
		font-size: 0.65rem;
	}
}
@media (min-width: 960px) {
	.container-box {
		max-width: 960px;
	}
	.container-box .wrap-box {
		width: 300px;
		padding: 1.5% 7px 1.5%;
		margin-bottom: 10px;
	}
	.container-box .wrap-box .main-column-photo {
	  position: relative;
	  width: 300px;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	  padding-top: 300px;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
	  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
	  margin: 0 auto;
	}
	.container-box .wrap-box .info-area {
		display: flex;
		align-items: baseline;
	}
	.container-box .wrap-box .text h2 {
		display: inline-block;
		margin-bottom: 0.35em;
		font-size: 1rem;
		line-height: 1.4em;
		background: linear-gradient(transparent 60%, var(--underline-color) 60%);
	}
	.container-box .wrap-box .text .text-area {
		font-size: 0.9rem;
		line-height: 1.4em;
	}
}
/*カラムレイアウト　ここまで*/

/*MOREボタン　ここから*/
.container-button {
	width: 90%;
	margin: 10px auto 20px;
}
.container-button .more-button {
	text-align: right;
}
.more-button p a {
	display: inline-block;
	line-height: 0;
	padding: 6px 15px 5px;
	border: solid 1px var(--main-grey-color);
	border-radius: 3px;
	font-size: 0.7rem;
	text-decoration: none;
	color: var(--text-main-color);
}
.more-button p a:hover {
	background-color: rgba( 0, 0, 0, 0.1);
	transition: .5s;
	border: solid 1px var(--main-grey-color);
}
.more-button .more {
	margin-right: 3px;
}

@media (min-width: 600px) and (max-width: 959px)  {
	.container-button {
		width: 85%;
		margin: 30px auto 30px;
	}
	.container-button .more-button {
		max-width: 100%;
		text-align: right;
	}
}
@media (min-width: 960px) {
	.container-button {
		max-width: 900px;
		margin: 30px auto 30px;
	}
	.container-button .more-button {
		max-width: 978px;
		text-align: right;
	}
}
/*MOREボタン　ここまで*/

/*reportボタン　ここから*/
.container-report-button {
	width: 100%;
	margin: 10px auto 30px;
}
.container-report-button .report-button {
	text-align: right;
}
.report-button p a {
	display: inline-block;
	line-height: 0;
	padding: 6px 15px 5px;
	border: solid 1px var(--main-grey-color);
	border-radius: 3px;
	font-size: 0.7rem;
	text-decoration: none;
	color: var(--text-main-color);
}
.report-button p a:hover {
	background-color: rgba( 0, 0, 0, 0.1);
	transition: .5s;
	border: solid 1px var(--main-grey-color);
}
.report-button .more {
	margin-right: 3px;
}

@media (min-width: 600px) and (max-width: 959px)  {
	.container-report-button {
		width: 100%;
		margin: 30px auto 30px;
	}
	.container-report-button .report-button {
		max-width: 100%;
		text-align: right;
	}
}
@media (min-width: 960px) {
	.container-report-button {
		max-width: 900px;
		margin: 30px auto 30px;
	}
	.container-report-button .report-button {
		max-width: 978px;
		text-align: right;
	}
}
/*reportボタン　ここまで*/


/*ほぼ日めくり遊佐部分　ここから*/
.himekuri {
	margin-top: 20px;
}
@media (min-width: 600px) {
	.himekuri {
		margin-top: 35px;
	}
}
.himekuri .container {
	max-width: 90%;
	margin: 0 auto;
}
/*写真のトリミング設定　ここから*/
.himekuri .himekuri-wrap {
	margin-top: 10px;
}
.himekuri-photo {
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 70%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}
.himekuri-photo img{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
/* 高さに合わせてリサイズ、はみ出た分をトリミング指定 ここから*/
	width: auto;
  height: 100%;
	/* 高さに合わせてリサイズ、はみ出た分をトリミング指定 ここまで*/

  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  max-height: 150%;
}
/*写真のトリミング設定　ここまで*/

/*写真の上の文字　ここから*/
.himekuri .himekuri-photo .himekuri-date {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.5);
	color: #fff;
}
.himekuri .himekuri-photo .himekuri-date p {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 0;
	padding: 0 10px 2px;
	vertical-align: middle;
}
@media (min-width: 657px) and (max-width: 800px) {
	.himekuri .himekuri-photo .himekuri-date p {
		font-size: 1rem;
		line-height: 0;
		padding: 0 20px 4px;
	}
}
@media (min-width: 801px) {
	.himekuri .himekuri-photo .himekuri-date p {
		font-size: 1.1rem;
		line-height: 0;
		padding: 7px 30px 12px;
	}

}
/*写真の上の文字　ここまで*/
/*テキスト　ここから*/
.himekuri .himekuri-text {
	padding-top: 5px;
	align-items: baseline;
}
.himekuri .himekuri-text h4 {
	font-size: 1.1rem;
	margin-right: 10px;
	background: linear-gradient(transparent 60%, var(--underline-color) 60%);
	display: inline-block;
}
.himekuri .himekuri-text h4 a {
	color: var(--main-text-color);
}
.himekuri .himekuri-text h4 a:hover {
	opacity: .6;
}
.himekuri .himekuri-info {
	display: flex;
	font-size: 0.8rem;
}
.himekuri .himekuri-info .himekuri-author {
	margin-left: 10px;
}
@media (min-width: 657px) and (max-width: 800px) {
	.himekuri .container {
		max-width: 640px;
	}
	.himekuri .container .himekuri-photo {
		margin-bottom: 10px;
	}
	.himekuri .container .himekuri-text {
		display: flex;
	}
	.himekuri .container .himekuri-text h4 {
		font-size: 1.2rem;
		background: linear-gradient(transparent 60%, var(--underline-color) 60%);
	}
}
@media (min-width: 801px) {
	.himekuri .container {
		max-width: 800px;
	}
	.himekuri .container .himekuri-photo {
		margin-bottom: 20px;
	}
	.himekuri .container .himekuri-text {
		display: flex;
	}
	.himekuri .container .himekuri-text h4 {
		font-size: 1.3rem;
		background: linear-gradient(transparent 60%, var(--underline-color) 60%);
	}
}
	/*テキスト　ここまで*/
/*ほぼ日めくり遊佐部分　ここまで*/

/*アクセス部分　ここから*/
.yuza-access {
	width: 80%;
	margin: 30px auto 60px;
}
.yuza-access .accessmap {
	margin-bottom: 20px;
}
@media (min-width: 500px) {
	.yuza-access {
		max-width: 960px;
		width: 90vw;
		display: flex;
		margin: 30px auto 60px;
	}
	.yuza-access .accessmap {
		flex: 2;
		/*margin-right: 2%;*/
	}
	.yuza-access .accessinfo {
		flex: 3;
		margin-left: 5%;
	}
}
/*アクセス部分　ここまで*/

/*ゆざまちのリンク一覧　ここから*/
.rink-container {
	max-width: 90%;
	margin: 0 auto;
}
.rink-container .rink {
	border: 1px solid var(--main-grey-color);
	margin-bottom: 10px;
	margin-top: 10px;
}
.rink-container .rink ul {
	display: flex;
}
.rink-container .rink ul li {
	padding: 3px 0 3px 5px;
	list-style: none;
	font-size: 0.75rem;
}
.rink-container .rink ul .rink-name {
	flex: 10;
}
.rink-container .rink ul .right-mark {
	border-left: 1px solid var(--main-grey-color);
	padding: 3px 0;
	text-align: center;
	flex: 1;
}
.rink-container .rink ul li a {
	font-size: 0.9rem;
	color: var(--main-grey-color);
}
.rink-container .rink:hover {
	background-color: rgba(0, 0, 0, 0.1);
	transition: .5s;
}

@media (min-width: 600px) and (max-width: 959px) {
	.rink-container {
		max-width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.rink-container .rink {
		display: block;
		width: 49%;
		border: 1px solid var(--main-grey-color);
		margin: 5px 0;
	}

	.rink-container .rink ul li {
		padding: 3px 0 3px 7px;
		list-style: none;
		font-size: 0.75rem;
	}
}
@media (min-width: 960px) {
	.rink-container {
		max-width: 960px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.rink-container .rink {
		display: block;
		width: 49%;
		border: 1px solid var(--main-grey-color);
		margin: 5px 0;
	}
	.rink-container .rink ul li {
		padding: 3px 0 3px 10px;
		list-style: none;
		font-size: 1rem;
	}
}

/*ゆざまちのリンク一覧　ここまで*/


/*メイン部分　ここまで*/

/*フッター部分　ここから*/
.foot-container {
	max-width: 960px;
	padding: 30px 0 30px;
	margin: 0 auto;
}
.foot-container .foot-text {
	font-size: 7px;
	color: var(--main-grey-color);
	text-align: center;
	line-height: 1.2em;
}
.foot-container .foot-text p a {
	color: var(--main-grey-color);
}
.foot-container .foot-text p a:hover {
	opacity: .7;
}

@media (min-width: 768px) {
	.foot-container{
		margin: 40px auto 0;
	}
	.foot-container .foot-text {
		font-size: 12px;
		line-height: 1.2em;
	}
}

/*フッター部分　ここまで*/
