@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;
}


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

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

/*--------header-----------*/
header {
}

#top-head {
  /*top: -100px;*/
  /*position: absolute;*/
  width: 100%;
  /*margin: 100px auto 0;*/
  padding: 10px 0 0;
  line-height: 1;
  z-index: 999;
	border-bottom: 1px solid var(--main-grey-color);
}

#top-head a,
#top-head {
    color: var(--main-grey-color);
    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: 100px;
	margin-top: 5px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    top: 10px;
    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: var(--main-grey-color);
   -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: rgba( 255, 255, 255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
		border-bottom: none;
}

#top-head.fixed .logo {
  	position: relative;
}

#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: var(--main-grey-color);
    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: var(--main-grey-color);
		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,.5);
        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( 255, 255, 255,.8);
      width: 100%;
      height: 56px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
			left: 13px;
			height: 13px;
			top: 5px;
  }
	#top-head .logo a img {
		width: 100px;
	}
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: rgba( 255, 255, 255,.8);
      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: var(--main-grey-color);
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: var(--main-grey-color);
      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;
	}
}

/*パン屑リスト　ここから*/
.breadcrumb {
	display: block;
	max-width: 90%;
	margin: 0 auto;
	padding: 15px 0 0;
}
.breadcrumb ol {
	display: flex;
	list-style: none;
}
.breadcrumb ol li {
	font-size: 0.7rem;
}

.breadcrumb ol a {
	color: var(--main-grey-color);
	padding-right: 10px;
}
.breadcrumb ol a:hover {
	opacity: .5;
}
.breadcrumb ol i {
	padding-right: 10px;
	opacity: .7;
}
.breadcrumb ol .current {
	border-bottom: 1px dotted var(--main-grey-color);
}
@media (max-width: 599px) {
	.breadcrumb {
		display: none;
	}
}
@media (min-width: 960px) {
	.breadcrumb {
		max-width: 960px;
	}
}
/*パン屑リスト　ここまで*/

/*登山マップ画像　こっから*/
.tozan-map {
	width: 90%;
	margin: 0	auto;
	position: relative;
}
@media (min-width: 960px) {
	.tozan-map {
		max-width: 960px;
	}
}

/*登山マップ画像　こっまで*/


/*登山ルートのリスト　ここから*/
.tozan-container {
	max-width: 90%;
	margin: 0 auto;
}
.tozan-container .tozan-root-guide {
	border-top: 1px solid var(--main-grey-color);
	border-bottom: 1px solid var(--main-grey-color);
	margin: 30px 0 10px;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}
.tozan-container root-guide p {
	padding: 3px 0 3px 5px;
	font-size: 0.9rem;
}
.tozan-container .tozan-root {
	border: 1px solid var(--main-grey-color);
	margin-bottom: 10px;
	margin-top: 10px;
}
.tozan-container .tozan-root ul {
	display: flex;
}
.tozan-container .tozan-root ul li {
	padding: 3px 0 3px 5px;
	list-style: none;
	font-size: 0.75rem;
}
.tozan-container .tozan-root ul .root-name {
	flex: 10;
}
.tozan-container .tozan-root ul .root-time {
	border-left: 1px solid var(--main-grey-color);
	flex: 5;
}
.tozan-container .tozan-root ul .right-mark {
	border-left: 1px solid var(--main-grey-color);
	padding: 3px 0;
	text-align: center;
	flex: 1;
}
.tozan-container .tozan-root ul li a {
	font-size: 0.9rem;
	color: var(--main-grey-color);
}
.tozan-container .tozan-root:hover {
	background-color: rgba(0, 0, 0, 0.1);
	transition: .5s;
}
.tozan-container .tozan-root ul .download:hover {
	background-color: rgba(0, 0, 0, 0.1);
	transition: .5s;
}

.tozan-container .tozan-safty {
	border: 1px solid var(--main-grey-color);
	margin: 10px 0;
	width: 100%;
}
.tozan-container .tozan-safty:hover {
	background-color: rgba(0, 0, 0, 0.1);
	transition: .5s;
}
.tozan-container .tozan-safty p {
	padding: 3px 0 3px 5px;
	text-align: center;
}
.tozan-container .tozan-safty p a {
	font-size: 0.8rem;
	color: var(--main-grey-color);
}


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

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

/*登山ルートのリスト　ここまで*/

.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: 50px;
		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 p {
	font-size: 0.8rem;
	line-height: 1.4em;
}
.container-box .wrap-box .text p a {
	color: var(--main-text-color);
	transition:.3s all;
}
.container-box .wrap-box .text p 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 p {
		font-size: 0.9rem;
		line-height: 1.4em;
	}
}
/*カラムレイアウト　ここまで*/

/*MOREボタン　ここから*/
.container-button {
	width: 90%;
	margin: 10px auto 50px;
}
.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 60px;
	}
	.container-button .more-button {
		max-width: 100%;
		text-align: right;
	}
}
@media (min-width: 960px) {
	.container-button {
		max-width: 900px;
		margin: 30px auto 80px;
	}
	.container-button .more-button {
		max-width: 978px;
		text-align: right;
	}
}
/*MOREボタン　ここまで*/

/*reportボタン　ここから*/
.container-report-button {
	width: 100%;
	margin: 10px auto 50px;
}
.container-report-button .report-button {
	text-align: right;
}
.report-button 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 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 60px;
	}
	.container-report-button .report-button {
		max-width: 100%;
		text-align: right;
	}
}
@media (min-width: 960px) {
	.container-report-button {
		max-width: 900px;
		margin: 30px auto 80px;
	}
	.container-report-button .report-button {
		max-width: 978px;
		text-align: right;
	}
	.report-button a {
		line-height: 1rem;
		padding: 6px 12px 6px;
	}
}
/*reportボタン　ここまで*/


/*登山ルートマップ　ここから*/
.tozan-root-title {
	max-width: 90%;
	margin: 100px auto 10px;
}
.tozan-root-title h2 {
	font-size: 1.2rem;
	border-left: solid 5px #9fa0a0;
	margin: 0	0	5px;
	padding: 0 0 0 10px;
}
.tozan-root-title p {
	font-size: 0.85rem;
}
.tozan-root-blog .blog-contents {
	width: 90%;
	margin: 50px auto;
}
.tozan-root-blog .main-blog-title h3 {
	font-size: 1.1rem;
	display: inline-block;
	background: linear-gradient(transparent 70%, var(--underline-color) 60%);
	line-height: 1;
}
.tozan-root-blog .blog-contents .main-blog-title {
	margin-bottom: 20px;
}
.tozan-root-blog .blog-contents .main-blog-title .author-info {
	display: flex;
	font-size: 0.7rem;
}
.tozan-root-blog .blog-contents .main-blog-title .author-info .author {
	margin-left: 5px;
}
.tozan-map .js-image-switch {
	margin: 25px 0 0;
}
@media (min-width: 599px) {
	.tozan-root-title {
		margin: 50px auto 15px;
		display: flex;
	}
	.tozan-root-title h2 {
		font-size: 1.4rem;
	}
	.tozan-root-title p {
		font-size: 1rem;
	}
	.tozan-root-blog .blog-contents .main-blog-title {
		display: flex;
		align-items: baseline;
	}
	.tozan-root-blog .blog-contents .main-blog-title .author-info {
		margin-left: 15px;
	}
	.tozan-root-blog .blog-contents .main-blog-title p {
		font-size: 0.85rem;
	}
	.tozan-root-blog .main-blog-title h3 {
		font-size: 1.4rem;
		margin-right: 5px;
	}
	.tozan-map .js-image-switch {
		margin: 40px 0 0;
	}
}
@media (min-width: 800px) {
	.tozan-root-title {
		margin: 70px auto 20px;
	}
	.tozan-root-title h2 {
		font-size: 1.5rem;
		margin-right: 10px;
	}
	.tozan-root-title p {
		font-size: 1rem;
	}
	.tozan-root-blog .main-blog-title h3 {
		font-size: 1.5rem;
		margin-top: 30px;
	}
}
@media (min-width: 960px) {
	.tozan-root-title {
		max-width: 960px;
		margin: 90px auto 25px;
	}
}

/*写真のトリミング設定　ここから*/
.tozan-root-blog .blog-contents .blog-photo {
	margin: 0 auto;
}
.tozan-root-blog .blog-contents .blog-photo img{
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	object-fit: cover;
}
/*写真のトリミング設定　ここまで*/
/*記事部分　ここから*/
.tozan-root-blog .blog-contents .blog-section {
	margin: 0 0 30px;
}
.tozan-root-blog .blog-contents .blog-section .blog-photo {
	margin: 0 0 5px;
}
.tozan-root-blog .blog-contents .blog-section .blog-sentence {
	margin: 0	0	5px;
}
@media (min-width: 599px) {
	.tozan-root-blog .blog-contents {
		margin: 40px auto;
	}
	.tozan-root-blog .blog-contents .blog-section {
		margin: 0 0 50px;
	}
}
@media (min-width: 800px) {
	.tozan-root-blog .blog-contents {
		max-width: 800px;
	}
}



/*登山ルートマップ　ここまで*/

/*野あそびマップ部分　ここから*/
.noasobi-map {
	width: 90%;
	margin: 0	auto;
}
@media (min-width: 960px) {
	.noasobi-map {
		max-width: 960px;
	}
}

/*野あそび　カテゴリー　ここから*/
.noasobi-container {
	max-width: 90%;
	margin: 10px auto;
}
.noasobi-container .noasobi-category .yu-sui-map {
	border: 1px solid #7ecef4;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.noasobi-container .noasobi-category .yu-sui-map:hover {
	background: rgba(126, 206, 244, 0.2);
	transition: .5s;
}
.noasobi-container .noasobi-category .yu-sui-map a {
	color: #7ecef4;
}
.noasobi-container .noasobi-category .yu-sui-map a span {
	padding-left: 5px;
	color: #7ecef4;
}
.noasobi-container .noasobi-category .kanko-model-root {
	border: 1px solid #89c997;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.noasobi-container .noasobi-category .kanko-model-root:hover {
	background: rgba(137, 201, 151, 0.2);
	transition: .5s;
}
.noasobi-container .noasobi-category .kanko-model-root a {
	color: #89c997;
}
.noasobi-container .noasobi-category .kanko-model-root a span {
	padding-left: 5px;
	color: #89c997;
}
.noasobi-container .noasobi-category .public-facilities {
	border: 1px solid #f29a76;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.noasobi-container .noasobi-category .public-facilities:hover {
	background: rgba(242, 154, 118, 0.2);
	transition: .5s;
}
.noasobi-container .noasobi-category .public-facilities a {
	color: #f29a76;
}
.noasobi-container .noasobi-category .public-facilities a span {
	padding-left: 5px;
	color: #f29a76;
}
.noasobi-container .noasobi-category p {
	padding: 3px 0 3px 5px;
	text-align: center;
	list-style: none;
	font-size: 0.75rem;
}

@media (min-width: 600px) and (max-width: 959px) {
	.noasobi-container .noasobi-category {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.noasobi-container .noasobi-category .yu-sui-map {
		width: 49%;
		margin: 5px 0;
	}
	.noasobi-container .noasobi-category .kanko-model-root {
		width: 49%;
		margin: 5px 0;
	}
	.noasobi-container .noasobi-category .public-facilities {
		width: 49%;
		margin: 5px 0;
	}
}
@media (min-width: 960px) {
	.noasobi-container .noasobi-category {
		max-width: 960px;
		margin: 0 auto 20px;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.noasobi-container .noasobi-category .yu-sui-map {
		width: 49%;
		margin: 7px 0;
	}
	.noasobi-container .noasobi-category .kanko-model-root {
		width: 49%;
		margin: 7px 0;
	}
	.noasobi-container .noasobi-category .public-facilities {
		width: 49%;
		margin: 7px 0;
	}
	.noasobi-container .noasobi-category p {
		font-size: 1rem;
	}
}
/*野あそび　カテゴリー　ここまで*/

/*野あそびマップ部分　ここまで*/


/*個別紹介記事部分　ここから*/
.main-edit {
	width: 90%;
	margin: 0 auto;
}
.main-edit .edit-contents h3 {
	font-size: 1.1rem;
	display: inline-block;
	background: linear-gradient(transparent 60%, var(--underline-color) 60%);
}
.main-edit .edit-contents .main-edit-sentence {

}
.main-edit .edit-contents .main-edit-sentence .main-edit-title {
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.main-edit .edit-contents .main-edit-sentence .author-info {
	display: flex;
	font-size: 0.8rem;
}
.main-edit .edit-contents .main-edit-sentence .author-info .author {
	margin-left: 5px;
}
.main-edit .edit-address h4 {
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px dotted var(--main-grey-color);
}
.main-edit .main-edit-address {
	margin-bottom: 5px;
}
.main-edit .main-edit-address ul {
	display: flex;
	list-style: none;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.main-edit .main-edit-address .address-left {
	flex: 3;
}
.main-edit .main-edit-address .address-right {
	flex: 10;
}

.main-edit .edit-address {
	margin-bottom: 10px;
}
.address-area .ggmap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
}
.address-area .ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin: 10px 0 30px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media (min-width: 600px) and (max-width: 799px) {
	.main-edit {
		margin: 0 auto 0;
	}
	.main-edit .main-edit-title {
		display: flex;
		align-items: baseline;

	}
	.main-edit .edit-contents h3 {
		margin-right: 20px;
		background: linear-gradient(transparent 60%, var(--underline-color) 60%);
	}
	.main-edit .address-area {
		display: flex;
	}
	.main-edit .address-area .edit-address {
		flex: 5;
	}
	.main-edit .address-area .ggmap {
		flex: 5;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 50% 0 0;
	}
	.address-area .ggmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin-left: 5px;
	}
	.video {
		margin: 0 0 60px;
	}
}
@media (min-width: 800px) {
	.main-edit {
		width: 800px;
		margin: 0 auto 0;
	}
	.main-edit .main-edit-title {
		display: flex;
		align-items: baseline;

	}
	.main-edit .edit-contents h3 {
		margin-right: 20px;
		font-size: 1.3rem;
		background: linear-gradient(transparent 60%, var(--underline-color) 60%);
	}
	.main-edit .address-area {
		display: flex;
	}
	.main-edit .address-area .edit-address {
		flex: 5;
	}
	.main-edit .address-area .ggmap {
		flex: 5;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 50% 0 0;
	}
	.address-area .ggmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin-left: 5px;
	}
	.video {
		margin: 0 0 80px;
	}
}
@media (min-width: 960px) {
	.main-edit .main-edit-sentence {
		margin: 50px auto 0;
	}
	.main-edit .main-edit-sentence .main-edit-title {
		padding-bottom: 20px;
	}
	.blog-edit .blog-report-title {
		margin: 60px auto 20px;
	}
	.blog-edit .blog-nomal-title {
		margin: 60px auto 0;
	}
	.blog-edit .blog-contents .blog-photo p img {
		margin-top: 40px;
	}
}
/*個別紹介記事部分　ここまで*/

/*blog 記事　ここから*/
.blog-edit .blog-contents {
	width: 90%;
	margin: 0 auto;
}
.blog-edit .main-blog-title {

}
.blog-edit .main-blog-title h3 {
	font-size: 1.1rem;
	display: inline-block;
	background: linear-gradient(transparent 70%, var(--underline-color) 60%);
	line-height: 1;
}
.blog-edit .main-blog-title .author-info {
	display: flex;
	font-size: 0.8rem;
}
@media (min-width: 599px) {
	.blog-edit .main-blog-title h3 {
		font-size: 1.4rem;
	}
	.blog-edit .main-blog-title {
		display: flex;
		align-items: baseline;
	}
	.blog-edit .main-blog-title .author-info {
		font-size: 0.9rem;
		margin-left: 20px;
	}
}
@media (min-width: 800px) {
	.blog-edit .main-blog-title h3 {
		font-size: 1.5rem;
		margin-top: 20px;
	}
}

/*YouTube埋め込み動画設定　ここから*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*YouTube埋め込み動画設定　ここまで*/

/*写真のトリミング設定　ここから*/
.blog-edit .blog-contents .blog-photo {
  margin: 0 auto;
}
.blog-edit .blog-contents .blog-photo img{
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	height: 66.666%;
	object-fit: cover;
	margin-top: 20px;
}
.blog-edit .blog-contents .blog-photo p {

}
.blog-edit .blog-contents .blog-ijyu-photo {
  margin: 0 auto;
}
.blog-edit .blog-contents .blog-ijyu-photo img{
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	height: 66.666%;
	object-fit: cover;
}
.blog-edit .blog-contents .blog-ijyu-photo p {

}
/*写真のトリミング設定　ここまで*/
/*人物ステータス　ここから */
.blog-edit .blog-contents .status-area {
	margin: 20px 0 50px;
	border-left: solid 4px var(--gold-color);
	border-radius: 2px;
	padding-left: 15px;
}
.blog-edit .blog-contents .status-area-contents {
	margin: 15px 0 5px;
}
.blog-edit .blog-contents .status-area-contents .status-question {
	color: var(--gold-color);
	font-size: 0.85rem;
	line-height: 0.5;
	padding-bottom: 10px;
}
.blog-edit .blog-contents .status-area-contents .status-answer {
	font-size: 1rem;
	line-height: 1;
	padding-bottom: 5px;
}
/*人物ステータス　ここまで */
/*記事部分　ここから*/
.blog-edit .blog-contents .blog-section {
	margin: 0 0 30px;
}
.blog-edit .blog-contents .blog-section .blog-photo {

}
.blog-edit .blog-contents .blog-section .blog-sentence {
	margin: 0	0	5px;
}
.blog-edit .blog-contents .blog-section .blog-question {
	color: var(--gold-color);
}
.blog-edit .blog-contents .blog-section .blog-question span {
	font-size: 1.4rem;
	margin-right: 10px;
	vertical-align: middle;
}
@media (min-width: 599px) {
	.blog-edit .blog-contents {
		margin: 0 auto;
	}
	.blog-edit .blog-contents .blog-section {
		margin: 0 0 50px;
	}
	.blog-edit .blog-contents .blog-section .blog-question {
		font-size: 1.2rem;
		margin: 0 0 10px;
	}
}
@media (min-width: 800px) {
	.blog-edit .blog-contents {
		max-width: 800px;
	}
}
/*レポート記事（ノーマル）　ここから*/
.blog-edit .blog-contents .blog-nomal-title {
	padding: 40px 0 0;
}
.blog-edit .blog-contents .blog-nomal-title h3 {
	font-size: 1.1em;
	background: linear-gradient(transparent 70%, var(--underline-color) 60%);
	display: inline-block;
}
.blog-edit .blog-contents .blog-nomal-title .author-info {
	display: flex;
	font-size: 0.8rem;
}
@media (min-width: 599px) {
	.blog-edit .blog-contents .blog-nomal-title {
		display: flex;
		align-items: baseline;
	}
	.blog-edit .blog-contents .blog-nomal-title h3 {
		font-size: 1.4em;
		background: linear-gradient(transparent 70%, var(--underline-color) 60%);
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.blog-edit .blog-contents .blog-nomal-title .author-info {
		font-size: 0.9rem;
		margin-left: 20px;
	}
}
@media (min-width: 800px) {
	.blog-edit .blog-contents .blog-nomal-title h3{
		font-size: 1.5rem;
	}
}
/*レポート記事（ノーマル）　ここまで*/
/*レポート記事　ここから*/
.blog-edit .blog-contents .blog-report-title {
	padding: 40px 0 0;

}
.blog-edit .blog-contents .blog-report-title h3 {
	font-size: 1.1em;
	background: linear-gradient(transparent 70%, var(--underline-color) 60%);
	display: inline-block;
}
.blog-edit .blog-contents .blog-report-title .author-info {
	display: flex;
	font-size: 0.8rem;
}
@media (min-width: 599px) {
	.blog-edit .blog-contents .blog-report-title h3 {
		font-size: 1.4em;
		background: linear-gradient(transparent 70%, var(--underline-color) 60%);
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.blog-edit .blog-contents .blog-report-title .author-info {
		font-size: 0.9rem;
		margin-left: 20px;
	}
}
@media (min-width: 699px) {
	.blog-edit .blog-contents .blog-report-title {
		display: flex;
		align-items: baseline;
	}
}
@media (min-width: 800px) {
	.blog-edit .blog-contents .blog-report-title h3{
		font-size: 1.5rem;
	}
}
/*レポート記事　ここまで*/
/*記事部分　ここまで*/
/*blog 記事　ここまで*/

/*協力隊　隊員紹介部分　ここから*/
.taiin-syokai {
	width: 90%;
	margin: 20px auto 0;
}
@media (min-width: 960px) {
	.taiin-syokai {
		max-width: 960px;
	}
}
.taiin-syokai .container {
	margin: 20px 0 0;
}

.taiin-syokai .container .taiin-photo img{
	width: 100%;
	display: block;
}
.taiin-syokai .container .taiin-info {
	color: var(--bright-color);
	padding: 20px;
}
.taiin-syokai .container .taiin-info .taiin-job {
	font-size: 0.95rem;
	margin-bottom: 3px;
}
.taiin-syokai .container .taiin-info .taiin-name-wrap {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 2px dotted var(--bright-color);
}
.taiin-syokai .container .taiin-info .taiin-name {
	font-size: 1.35rem;
	margin: 0 10px 0 0;
}
.taiin-syokai .container .taiin-info .taiin-name-alp {
	font-size: 0.8rem;
}
@media (min-width: 800px) {
	.taiin-syokai .container .row{
		display: flex;
		justify-content: space-between;
	}
	.taiin-syokai .container .row-right {
		display: flex;
		flex-direction: row-reverse;
}
	.taiin-syokai .container .taiin-photo {
		flex-basis: 52.7%;
	}
	.taiin-syokai .container .taiin-info {
		flex-basis: 47.3%;
		color: var(--bright-color);
		padding: 20px;
	}
	.taiin-syokai .container .taiin-info .taiin-job {
		font-size: 0.95rem;
		margin-bottom: 5px;
	}
	.taiin-syokai .container .taiin-info .taiin-name-wrap {
		display: flex;
		align-items: baseline;
		margin-bottom: 10px;
		padding-bottom: 7px;
		border-bottom: 2px dotted var(--bright-color);
	}
	.taiin-syokai .container .taiin-info .taiin-name {
		font-size: 1.45rem;
		margin: 0 10px 0 0;
	}
	.taiin-syokai .container .taiin-info .taiin-name-alp {
		font-size: 0.8rem;
	}
	.taiin-syokai .container .taiin-info .info-sentence {
		line-height: 1.2;
	}
}
@media (min-width: 960px) {
	.taiin-syokai {
		max-width: 960px;
	}
	.taiin-syokai .container .taiin-photo-wrap {
		flex-basis: 52.8%;
	}
	.taiin-syokai .container .taiin-info {
		flex-basis: 47.2%;
	}
	.taiin-syokai .container .taiin-info {
		padding: 25px;
	}
	.taiin-syokai .container .taiin-info .info-sentence {
		line-height: 1.5;
		font-size: 1rem;
	}
}


/* ページネーション　ここから */
.pagenationBox{
padding-bottom:40px;
padding-top: 40px;
width: 90%;
}
@media  (min-width: 960px) {
	.pagenationBox {
		max-width: 960px;
	}
}

.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* ページネーション　ここまで */




/*文字ブロック　背景色の設定　ここから*/
.taiin-syokai .container .orange {
	background-color: #fbc93e;
}
.taiin-syokai .container .green {
	background-color: #8cc66d;
}
.taiin-syokai .container .salmon {
	background-color: #f29a63;
}
.taiin-syokai .container .turquoise {
	background-color: #5fc1c7;
}
/*文字ブロック　背景色の設定　ここまで*/

/*協力隊　隊員紹介部分　ここまで*/
/*イベント情報　写真の上の文字設定　ここから*/
.container-box .wrap-box .event-info {
	position: relative;
}
.container-box .wrap-box .event-info .event-date {
	position: absolute;
	top: 50%;
 	left: 50%;
 	-ms-transform: translate(-50%,-50%);
 	-webkit-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
 	margin:0;
 	padding:0;
	color: var(--bright-color);
	font-size: 5vw;
	font-weight: bold;
}
@media (min-width: 600px) and (max-width: 959px){
	.container-box .wrap-box .event-info .event-date {
		font-size: 3.5vw;
	}
}
@media (min-width: 960px) {
	.container-box .wrap-box .event-info .event-date {
		font-size: 35px;
	}
}
/*イベント情報　写真の上の文字設定　ここまで*/

/*パチパチ！ゆざ人間　写真の上の文字設定　ここから*/
.container-box .wrap-box .yuzaman-info {
	position: relative;
}
.container-box .wrap-box .yuzaman-info .yuzaman-count {
	position: absolute;
	bottom: 7%;
 	right: 5%;
 	-ms-transform: translate(-7%,-5%);
 	-webkit-transform: translate(-7%,-5%);
 	transform: translate(-7%,-5%);
 	margin:0;
 	padding:0;
	color: var(--bright-color);
	font-size:7vw;
	font-weight: bold;
}
@media (min-width: 600px) and (max-width: 959px){
	.container-box .wrap-box .yuzaman-info .yuzaman-count {
		font-size: 5vw;
	}
}
@media (min-width: 960px) {
	.container-box .wrap-box .yuzaman-info .yuzaman-count {
		font-size: 50px;
		bottom: 7%;
		right: 5%;
		-ms-transform: translate(-7%,-5%);
		-webkit-transform: translate(-7%,-5%);
		transform: translate(-7%,-5%);
	}
}

/*パチパチ！ゆざ人間　写真の上の文字設定　ここまで*/

/*日めくりゆざ　ここから*/

/*写真の上の文字　ここから*/
.container-box .wrap-box .himekuri-wrap {
	position: relative;
}

.container-box .wrap-box .himekuri-wrap .himekuri-date {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.5);
	padding: 0 10px;
	color: #fff;
	font-size: 0.8rem;
}
@media (min-width: 960px) {
	.container-box .wrap-box .himekuri-wrap .himekuri-date {
		font-size: 1rem;
		padding: 0 20px;
	}
}
/*写真の上の文字　ここまで*/
@media (min-width: 960px) {
	.container-box .wrap-box .himekuri-author-info{
		display: flex;
	}
	.container-box .wrap-box .himekuri-author-info .himekuri-place {
		padding-right: 10px;
	}

	.container-box .wrap-box .himekuri-author-info p {
		font-size: 0.85rem;
	}
}
/*日めくりゆざ　ここまで*/

/*対談　ここから*/
.taidan {
	width: 90%;
	margin: 0 auto;
	/*background: #ddd;*/
	/*padding-top: 30px;*/
	padding-bottom: 50px;
}
.taidan .taidan-wrap {
	margin-bottom: 50px;
}
/*写真のトリミング設定　ここから*/
.taidan .taidan-photo {
  margin: 0 auto;
}
.taidan .taidan-photo img{
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	height: 66.666%;
	object-fit: cover;
	margin-top: 10px;
}
/*写真のトリミング設定　ここまで*/
.taidan .taidan-photo {
	margin-bottom: 10px;
	/*background-color: #ddd;*/
}
.taidan .taidan-sentence {
	margin-bottom: 50px;
}

.taidan .taidan-title {
	font-size: 1.1rem;
	border-left: solid 5px #595757;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 35px;
}
.taidan .taidan-kaiwa {
	display: flex;
	margin-bottom: 10px;
	margin-top: 20px;
}
.taidan .taidan-kaiwa .taidan-kaiwa-icon {
	width: 20%;
	flex: 1;
}
.taidan .taidan-kaiwa .taidan-kaiwa-icon img {
	width: 100%;
	height: 99%;
	margin-top: 0;
}
.taidan .taidan-kaiwa .taidan-kaiwa-sentence {
	font-size: 0.9rem;
	flex: 4;
	padding-left: 10px;
}
.taidan .taidan-kaiwa .text-big {
	font-size: 1.1rem;
}

.taidan .taidan-name {
	margin-bottom: 50px;
}
.taidan .taidan-name h4 {
	color: #0068b7;
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.taidan .tadan-shisetsu {
	margin-top: 30px;
	margin-bottom: 50px;
}
.taidan .tadan-shisetsu h5 {
	display: inline-block;
	font-style: italic;
	border-bottom: 2px solid #595757;
	margin-bottom: 5px;
}
.taidan .tadan-shisetsu p {
	font-size: 0.8rem;
	line-height: 1.1rem;
}

@media (min-width: 600px) and (max-width: 799px){
	.taidan {
		margin-top: 15px;
	}
	.taidan .taidan-wrap {
		margin-bottom: 80px;
	}

	.taidan .taidan-title {
		font-size: 1.3rem;
		}
		.taidan .taidan-kaiwa .taidan-kaiwa-icon {
			width: 15%;
			flex: 1;
		}
		.taidan .taidan-kaiwa .taidan-kaiwa-sentence {
			font-size: 1rem;
			flex: 7;
			padding-left: 10px;
		}
		.taidan .taidan-name {
			margin-bottom: 80px;
		}
		.taidan .taidan-kaiwa .text-big {
			font-size: 1.3rem;
		}


}
@media (min-width: 800px) {
	.taidan {
		max-width: 800px;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.taidan .taidan-wrap {
			margin-bottom: 100px;
	}

	.taidan .taidan-title {
		font-size: 1.5rem;
		}

	.taidan .taidan-kaiwa .taidan-kaiwa-icon {
		width: 15%;
		flex: 1;
	}
	.taidan .taidan-kaiwa .taidan-kaiwa-sentence {
		font-size: 1rem;
		flex: 8;
		padding-left: 10px;
	}
	.taidan .taidan-name {
		margin-bottom: 100px;
	}
	.taidan .taidan-kaiwa .text-big {
		font-size: 1.5rem;
	}
}


/*対談　ここまで*/

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

/*フッター部分　ここから*/
.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;
	}
}

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