/*/////　共通　/////*/

#CityEbooks-tp {
    font-family:  游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif, Quicksand, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #eee;
}

body{
	 margin: 0;
}

#CityEbooks-tp li {
    list-style: none;
}

#CityEbooks-tp a {
    color: inherit;
    text-decoration: none;
}

#CityEbooks-tp p {
    color: #000;
}

#CityEbooks-tp .white {
    background-color: #fff;
}

#CityEbooks-tp .yellow {
    background-color: #ecb40b;
}

#CityEbooks-tp .mizuiro {
    background-color: #67b0da;
}

#CityEbooks-tp .red {
    background-color: #e24d3a;
}

#CityEbooks-tp .green {
    background-color: #7dca5f;
}

#CityEbooks-tp .brown {
    background-color: #88571d;
}

#CityEbooks-tp .blue {
    background-color: #1d2088;
}

#CityEbooks-tp .shisetsu {
    background-color: #7dca5f;
}

/*----------追加----------*/
#CityEbooks-tp h4{
	width: 100%;
	margin: 0 auto;
	 font-size: 220%;
    font-weight: 400;
	margin: 40px 0;
}

#CityEbooks-tp .movie-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0;
}

#CityEbooks-tp .youtube{
	padding: 10px;
}

#CityEbooks-tp .links-wrapper2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 100px 0;
}

#CityEbooks-tp .link{
	padding: 5px;
}


/*===============================================
　01.breakpoint 961px 〜
===============================================*/
@media print, screen and (min-width: 961px) {
/*/////　共通　市町村ページタイトル　/////*/
#CityEbooks-tp .City-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background-color: rgb(0,0,0,0.2);
}

#CityEbooks-tp .City-text {
    padding: 54px 150px;
    border: 1px #fff solid;
}

#CityEbooks-tp .City-title h1 {
    font-size: 53px;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 0;
}

#CityEbooks-tp .City-title h1:after {
    content: "";
    display: block;
    width: 180px;
    height: 1.5px;
    background: #fff;
    margin: 10px auto;
}

#CityEbooks-tp .City-title p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 5px 0;
}

/*/////　共通　ナビゲーション　/////*/
#CityEbooks-tp .nav {
    width: 100%;
    background-color: #e7dccc;
    height: 60px;
}

#CityEbooks-tp .nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#CityEbooks-tp .nav li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 94%;
}

#CityEbooks-tp .city-about a,
#CityEbooks-tp .kanko a,
#CityEbooks-tp .life a,
#CityEbooks-tp .nature a,
#CityEbooks-tp .gallery a,
#CityEbooks-tp .parenting a	{
    padding: 0 40px;
    line-height: 60px;
    border-right: 1px #000 solid;
}

	
/*/////　共通　リンクボタン　/////*/
#CityEbooks-tp .btn {
   font-family:  游ゴシック, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 170px;
    height: 50px;
    margin: 15px auto;
    border-radius: 8px;
}

#CityEbooks-tp .btn p {
    margin: 0 auto;
    font-size: 94%;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.1em;
    color: #fff;
}

#CityEbooks-tp .btn p img {
  vertical-align: middle;
}
	
	
/*/////　トップ背景映像　/////*/
#CityEbooks-tp .top-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 38rem;
    overflow: hidden;
}

#CityEbooks-tp .video-wrap {
    width: 100%;
    height: auto;
}
	
#CityEbooks-tp .video-wrap  img{
    width: 100%;
    height: auto;
}	

#CityEbooks-tp .video-wrap:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.2);
}

#CityEbooks-tp .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#CityEbooks-tp .backimage {
    background-image: url(../../img/city-tosashimizu/img_tosashimizu.jpg)
}



/*/////　〇〇ってどんなとこ？　/////*/
#CityEbooks-tp .content-wrapper {
    margin-top: 42px
}

#CityEbooks-tp .about-wrap {
    max-width: 860px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 3%;
    background-color: #76b3de;
    margin-bottom: 40px;
}

#CityEbooks-tp .about-wrap h2 {
    font-size: 150%;
    font-weight: 500;
    margin-bottom: 20px;
}

#CityEbooks-tp .about-wrap p {
    margin: 0;
    color: #000;
}

#CityEbooks-tp .about-area {
    display: inline-block;
    width: 63%;
    margin-top: 3%;
    margin-right: 3%;
}

#CityEbooks-tp .about-area .map {
    width: 100%;
    position: relative;
}

#CityEbooks-tp .about-area .map img {
    width: 100%;
    height: auto;
    margin: 0;
}

#CityEbooks-tp .about-area .text {
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

#CityEbooks-tp .about-area .text p {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 100%;
    line-height: 1.5;
}

#CityEbooks-tp .koho-wrap {
    display: block;
    width: 34%;
    float: right;
    margin: 4% 0;
}

#CityEbooks-tp .koho-wrap .koho-book {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

#CityEbooks-tp .koho-wrap .koho-book img {
    width: 100%;
    height: auto;
    margin: 0;
}


/*/////////　コンテンツ　/////////*/
#CityEbooks-tp .category-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

#CityEbooks-tp .gallery-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

/*/////　共通設定　カテゴリータイトル　/////*/
#CityEbooks-tp .category {
    margin-bottom: 63px;
	padding-bottom: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	margin: 0 auto;
	vertical-align: bottom;
	clear:both;

}
	
	#CityEbooks-tp .category img{
		display: block;
}



#CityEbooks-tp .category h3 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 225%;
    font-weight: 400;
}

#CityEbooks-tp .category .title {
    margin-bottom: 10px;
	/*width: 180px;*/
}

#CityEbooks-tp .category h3:after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #000;
    margin: 10px auto;
}

#CityEbooks-tp .category p {
    margin: 5px auto;
    font-size: 94%;
    font-weight: bold;
    letter-spacing: 0.1em;
}


/*/////　ブック部分　/////*/
#CityEbooks-tp .book-wrap {
    max-width: 1000px;
   /* display: block;*/
    width: 95%;
    margin: 60px auto;
	display:flex;
	flex-wrap: wrap;
}

#CityEbooks-tp .book-ctr {
   	display: inline-block;
    width: 23%;
    margin: 0 5%;
    margin-bottom: 8%;
   	float: left;
}

#CityEbooks-tp .book {
    width: 95%;
    height: auto;
    margin: 0 auto;
    /*border: 1px #a6a6a6 solid;*/
}

#CityEbooks-tp .book img {
    width: 100%;
    height: auto;
}

#CityEbooks-tp .booktitle {
    display: block;
    margin: 15px auto;
    width: 100%;
    height: 50px;
}

#CityEbooks-tp .booktitle .line {
    font-size: 90%;
    height: 100%;
    line-height: 50px;
    margin: 0;
}

#CityEbooks-tp .booktitle .lines {
    font-size: 90%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}

#CityEbooks-tp .booktitle .lines3 {
    font-size: 85%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}


/*/////　ギャラリー部分　/////*/
#CityEbooks-tp .gallery-wrap {
    margin-bottom: 170px;
	clear:both;
}

#CityEbooks-tp .gallery-ctr {
    /*width: 100%;*/
    background-color: #e7dccc;
    padding: 10px;
}

#CityEbooks-tp .photo-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
    grid-template-rows: auto;
}

#CityEbooks-tp .item {
    padding: 10px;
}

#CityEbooks-tp .video {
    grid-row: 1/3;
}

#CityEbooks-tp .photo-list .video img {
    width: 100%;
}

#CityEbooks-tp .photo-list .photo img {
    width: 97%;
}

/*/////　リンク部分　/////*/
#CityEbooks-tp .links-wrapper {
	margin-top: 100px;
	clear: both;
	padding-top: 90px;
}

#CityEbooks-tp .links-wrapper ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#CityEbooks-tp .link-list {
    display: inline-block;
    width: 200px;
    height: 72px;
    margin: 0 2%;
    background-color: #76b3de;
}

#CityEbooks-tp .link-list p {
    font-size: 100%;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.1em;
    margin: 0 auto;
}
	
#CityEbooks-tp .link-list p.link-s,
#CityEbooks-tp .link-list p.link-s2	{
	font-size: 80%;
}

/*/////　コピーライト部分　/////*/
#CityEbooks-tp .copyright {
    padding: 130px 0 50px 0;
}

#CityEbooks-tp .copyright p {
    margin: 0;
}
}




/*===============================================
　02.breakpoint 601〜960px
===============================================*/
@media print, screen and (min-width: 601px) and (max-width: 960px) {
	
/*/////　共通　市町村ページタイトル　/////*/
#CityEbooks-tp .City-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background-color: rgb(0,0,0,0.3);
}

#CityEbooks-tp .City-text {
    padding: 60px 120px;
    border: 1px #fff solid;
}

#CityEbooks-tp .City-title h1 {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 0;
}

#CityEbooks-tp .City-title h1:after {
    content: "";
    display: block;
    width: 156px;
    height: 1px;
    background: #fff;
    margin: 10px auto;
}

#CityEbooks-tp .City-title p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 5px 0;
}

/*/////　共通　ナビゲーション　/////*/
#CityEbooks-tp .nav {
    width: 100%;
    background-color: #e7dccc;
    padding: 5px 0;
}

#CityEbooks-tp .nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#CityEbooks-tp .nav li {
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
}

#CityEbooks-tp .city-about a,
#CityEbooks-tp .kanko a,
#CityEbooks-tp .life a,
#CityEbooks-tp .nature a,
#CityEbooks-tp .gallery a,
#CityEbooks-tp .parenting a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}


/*/////　共通　リンクボタン　/////*/
#CityEbooks-tp .btn {
   font-family:  游ゴシック, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 70%;
    height: 45px;
    margin: 15px auto;
    border-radius: 8px;
}

#CityEbooks-tp .btn p {
    margin: 0 auto;
    font-size: 82%;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.1em;
    color: #fff;
}
	
#CityEbooks-tp .btn p img {
  vertical-align: middle;
}

/*/////　トップ背景映像　/////*/
#CityEbooks-tp .top-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#CityEbooks-tp .video-wrap {
    width: 100%;
    background-image: url(../../img/city-tosashimizu/img_tosashimizu.jpg)
}
	
#CityEbooks-tp .video-wrap img{
    width: 100%;
	display: block;
}	
	

#CityEbooks-tp .video-wrap:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.2);
}

#CityEbooks-tp .video-wrap video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#CityEbooks-tp .backimage {
    background-image: url(../../img/city-tosashimizu/img_tosashimizu.jpg)
}



/*/////　〇〇ってどんなとこ？　/////*/
#CityEbooks-tp .content-wrapper {
    margin-top: 42px
}

#CityEbooks-tp .about-wrap {
    max-width: 85%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3%;
    background-color: #76b3de;
}

#CityEbooks-tp .about-wrap h2 {
    font-size: 125%;
    font-weight: 500;
    margin-bottom: 10px;
}

#CityEbooks-tp .about-wrap p {
    font-size: 100%;
    margin: 0;
    color: #000;
}

#CityEbooks-tp .about-area {
    display: inline-block;
    width: 60%;
    margin: 5% 0;
}

#CityEbooks-tp .about-area .map {
    width: 100%;
    position: relative;
}

#CityEbooks-tp .about-area .map img {
    width: 100%;
    height: auto;
    margin: 0;
}

#CityEbooks-tp .about-area .text {
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

#CityEbooks-tp .about-area .text p {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 82%;
    line-height: 1.5;
}

#CityEbooks-tp .koho-wrap {
    display: block;
    width: 37%;
    margin: 4% auto;
    float: right;
}

#CityEbooks-tp .koho-wrap .koho-book {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

#CityEbooks-tp .koho-wrap .koho-book img {
    width: 100%;
    height: auto;
    margin: 0;
}


/*/////////　コンテンツ　/////////*/
#CityEbooks-tp .category-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

#CityEbooks-tp .gallery-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

/*/////　共通設定　カテゴリータイトル　/////*/
#CityEbooks-tp .category {
    margin-bottom: 63px;
}

#CityEbooks-tp .category h3 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 225%;
    font-weight: 400;
}

#CityEbooks-tp .category .title {
    margin-bottom: 10px;
}

#CityEbooks-tp .category h3:after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #000;
    margin: 10px auto;
}

#CityEbooks-tp .category p {
    margin: 5px auto;
    font-size: 94%;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/*/////　ブック部分　/////*/
#CityEbooks-tp .book-wrap {
    /*display: block;*/
    width: 96%;
    margin: 60px auto;
	display:flex;
	flex-wrap: wrap;
}

#CityEbooks-tp .book-ctr {
    display: inline-block;
    width: 27%;
    margin: 0 3%;
    margin-bottom: 10%;
    float: left;
}

#CityEbooks-tp .book {
    width: 85%;
    height: auto;
    margin: 0 auto;
    /*border: 1px #a6a6a6 solid;*/
}

#CityEbooks-tp .book img {
    width: 100%;
    height: auto;
}

#CityEbooks-tp .booktitle {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 45px;
}

#CityEbooks-tp .booktitle .line {
    font-size: 88%;
    height: 100%;
    line-height: 50px;
    margin: 0;
}

#CityEbooks-tp .booktitle .lines {
    font-size: 88%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}

#CityEbooks-tp .booktitle .lines3 {
    font-size: 80%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}


/*/////　ギャラリー部分　/////*/
#CityEbooks-tp .gallery-wrap {
    margin-bottom: 170px;
	clear:both;
}

#CityEbooks-tp .gallery-ctr {
    /*width: 100%;*/
    background-color: #e7dccc;
    padding: 10px;
}

#CityEbooks-tp .photo-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
    grid-template-rows: auto;
}

#CityEbooks-tp .item {
    padding: 10px;
}

#CityEbooks-tp .video {
    grid-row: 1/3;
}

#CityEbooks-tp .photo-list .video img {
    width: 100%;
}

#CityEbooks-tp .photo-list .photo img {
    width: 97%;
}


/*/////　リンク部分　/////*/
#CityEbooks-tp .links-wrapper {
    margin-bottom: 130px;
}

#CityEbooks-tp .links-wrapper ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#CityEbooks-tp .link-list {
    display: inline-block;
    background-color: #76b3de;
    float: left;
    width: 42%;
    height: 80px;
    margin: 0 2%;
    margin-bottom: 3%;
    padding: 0 2%;
}

#CityEbooks-tp .link-list p {
    font-size: 100%;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0.1em;
    margin: 0 auto;
}

/*/////　コピーライト部分　/////*/
#CityEbooks-tp .copyright {
    margin: 130px 0 50px 0;
    padding: 30px 0;
}

#CityEbooks-tp .copyright p {
    margin: 0;
}

}



/*===============================================
　03.breakpoint 〜600px
===============================================*/
@media print, screen and (max-width: 600px) {

	
/*-----追加-----*/	
#CityEbooks-tp .youtube iframe{
	width: 100%;
}	
	
	
/*/////　共通　市町村ページタイトル　/////*/
#CityEbooks-tp .City-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background-color: rgb(0,0,0,0.3);
}

#CityEbooks-tp .City-text {
    padding: 32px 70px;
    border: 1px #fff solid;
}

#CityEbooks-tp .City-title h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 0;
}

#CityEbooks-tp .City-title h1:after {
    content: "";
    display: block;
    width: 112px;
    height: 1px;
    background: #fff;
    margin: 10px auto;
}

#CityEbooks-tp .City-title p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 5px 0;
}

/*/////　共通　ナビゲーション　/////*/
#CityEbooks-tp .nav {
    width: 100%;
    background-color: #e7dccc;
    padding: 5px 0;
}

#CityEbooks-tp .nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#CityEbooks-tp .nav li {
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
}

#CityEbooks-tp .city-about a,
#CityEbooks-tp .kanko a,
#CityEbooks-tp .life a,
#CityEbooks-tp .nature a,
#CityEbooks-tp .gallery a,
#CityEbooks-tp .parenting a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}
	

/*/////　共通　リンクボタン　/////*/
#CityEbooks-tp .btn {
   font-family:  游ゴシック, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 150px;
    height: 45px;
    margin: 15px auto;
    border-radius: 8px;
}

#CityEbooks-tp .btn p {
    margin: 0 auto;
    font-size: 82%;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.1em;
    color: #fff;
}
	
#CityEbooks-tp .btn p img {
  vertical-align: middle;
}

/*/////　トップ背景映像　/////*/
#CityEbooks-tp .top-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#CityEbooks-tp .video-wrap {
    width: 100%;
    height: auto;
    background-image: url(../../img/city-tosashimizu/img_tosashimizu.jpg)
}

#CityEbooks-tp .video-wrap img{
    width: 100%;
	display: block;
}		
	
	
#CityEbooks-tp .video-wrap:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.2);
}

#CityEbooks-tp .video-wrap video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#CityEbooks-tp .backimage {
    background-image: url(../../img/city-tosashimizu/img_tosashimizu.jpg)
}



/*/////　〇〇ってどんなとこ？　/////*/
#CityEbooks-tp .content-wrapper {
    margin-top: 42px
}

#CityEbooks-tp .about-wrap {
    max-width: 80%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5%;
    background-color: #76b3de;
}

#CityEbooks-tp .about-wrap h2 {
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 10px;
}

#CityEbooks-tp .about-wrap p {
    font-size: 82%;
    margin: 0;
    color: #000;
}

#CityEbooks-tp .about-area {
    display: inline-block;
    width: 85%;
    margin: 5% 0;
}

#CityEbooks-tp .about-area .map {
    width: 100%;
    position: relative;
}

#CityEbooks-tp .about-area .map img {
    width: 100%;
    height: auto;
    margin: 0;
}

#CityEbooks-tp .about-area .text {
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

#CityEbooks-tp .about-area .text p {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 75%;
    line-height: 1.5;
}

#CityEbooks-tp .koho-wrap {
    display: block;
    width: 65%;
    margin: 4% auto;
}

#CityEbooks-tp .koho-wrap .koho-book {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

#CityEbooks-tp .koho-wrap .koho-book img {
    width: 100%;
    height: auto;
    margin: 0;
}


/*/////////　コンテンツ　/////////*/
#CityEbooks-tp .category-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
	clear: both;
}

#CityEbooks-tp .gallery-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

/*/////　共通設定　カテゴリータイトル　/////*/
#CityEbooks-tp .category {
    margin-bottom: 63px;
}

#CityEbooks-tp .category h3 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 225%;
    font-weight: 400;
}

#CityEbooks-tp .category .title {
    margin-bottom: 10px;
}

#CityEbooks-tp .category h3:after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #000;
    margin: 10px auto;
}

#CityEbooks-tp .category p {
    margin: 5px auto;
    font-size: 94%;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/*/////　ブック部分　/////*/
#CityEbooks-tp .book-wrap {
   /* display: block;*/
    width: 96%;
    margin: 60px auto;
	display:flex;
	flex-wrap: wrap;
}

#CityEbooks-tp .book-ctr {
    display: inline-block;
    width: 44%;
    margin: 0 3%;
    margin-bottom: 10%;
    float: left;
}

#CityEbooks-tp .book {
    width: 85%;
    height: auto;
    margin: 0 auto;
    /*border: 1px #a6a6a6 solid;*/
}

#CityEbooks-tp .book img {
    width: 100%;
    height: auto;
}

#CityEbooks-tp .booktitle {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 45px;
	}

#CityEbooks-tp .booktitle .line {
    font-size: 88%;
    height: 100%;
    line-height: 50px;
    margin: 0;
}

#CityEbooks-tp .booktitle .lines {
    font-size: 82%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}

#CityEbooks-tp .booktitle .lines3 {
    font-size: 72%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}


/*/////　ギャラリー部分　/////*/
#CityEbooks-tp .gallery-wrap {
    margin-bottom: 170px;
	clear:both;
}

#CityEbooks-tp .gallery-ctr {
    /*width: 100%;*/
    background-color: #e7dccc;
    padding: 10px;
}

#CityEbooks-tp .photo-list {
    display: grid;
    grid-gap: 10px;
    grid-template-rows: auto;
}

#CityEbooks-tp .item {
    padding: 10px;
}

#CityEbooks-tp .video {
    grid-column: 1/3;
}

#CityEbooks-tp .photo-list .video img {
    width: 100%;
}

#CityEbooks-tp .photo-list .photo img {
    width: 97%;
}



/*/////　リンク部分　/////*/
#CityEbooks-tp .links-wrapper {
    margin-bottom: 130px;
	clear: both;
}

#CityEbooks-tp .links-wrapper ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#CityEbooks-tp .link-list {
    display: inline-block;
    background-color: #76b3de;
    float: left;
    width: 42%;
    height: 80px;
    margin: 0 2%;
    margin-bottom: 3%;
    padding: 0 2%;
}

#CityEbooks-tp .link-list p {
    font-size: 100%;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0.1em;
    margin: 0 auto;
}
	
#CityEbooks-tp .link-list p.link-s {
	font-size: 60%;
}
	
#CityEbooks-tp .link-list p.link-s2 {
	font-size: 60%;
	line-height: 20px;
	margin-top: 24px;
}

/*/////　コピーライト部分　/////*/
#CityEbooks-tp .copyright {
    margin: 130px 0 50px 0;
    padding: 30px 0;
}

#CityEbooks-tp .copyright p {
    margin: 0;
}

}

footer#colophon {
    display: none !important;
}



/*スライドショーここから*/

#CityEbooks-tp .slideshow {
	position: relative;
	overflow: hidden;
}

/* :::::: slideContents :::::: */
#CityEbooks-tp .slideContents {
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#CityEbooks-tp .slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#CityEbooks-tp .slideContents section img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: mechanism :::::: */
#CityEbooks-tp .slideContents #slide1 {
	position: relative;
}
#CityEbooks-tp .slideContents section {
	-webkit-animation: autoplay 36s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: autoplay 36s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@-webkit-keyframes autoplay {
	0%, 16%, 100% { -webkit-transform: none; transform: none; }
	20% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
	20.001%, 96% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
@keyframes autoplay {
	0%, 16%, 100% { -webkit-transform: none; transform: none; }
	20% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
	20.001%, 96% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
#CityEbooks-tp .slideContents #slide1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
#CityEbooks-tp .slideContents #slide2 { -webkit-animation-delay: -30s; animation-delay: -30s; }
#CityEbooks-tp .slideContents #slide3 { -webkit-animation-delay: -24s; animation-delay: -24s; }
#CityEbooks-tp .slideContents #slide4 { -webkit-animation-delay: -18s; animation-delay: -18s; }
#CityEbooks-tp .slideContents #slide5 { -webkit-animation-delay: -12s; animation-delay: -12s; }
#CityEbooks-tp .slideContents #slide6 { -webkit-animation-delay: -6s; animation-delay: -6s; }
