/*/////　共通　/////*/

#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;
}

#CityEbooks-tp li {
    list-style: none;
}

#CityEbooks-tp a {
    color: inherit;
    text-decoration: none;
}

#CityEbooks-tp p {
    color: #000;
}

#CityEbooks-tp .koho {
    background-color: #fff;
}

#CityEbooks-tp .guide {
    background-color: #ecb40b;
}

#CityEbooks-tp .iju {
    background-color: #67b0da;
}

#CityEbooks-tp .bosai {
    background-color: #e24d3a;
}

#CityEbooks-tp .bunka {
    background-color: #7dca5f;
}


/*===============================================
　01.breakpoint 961px 〜　PC
===============================================*/
@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 {
    padding: 0 40px;
    line-height: 60px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .kanko a {
    padding: 0 40px;
    line-height: 60px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .life a {
    padding: 0 40px;
    line-height: 60px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .culture a {
    padding: 0 40px;
    line-height: 60px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .gallery a {
    padding: 0 40px;
    line-height: 60px;
}

/*/////　共通　リンクボタン　/////*/
#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 .top-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 41rem;
    overflow: hidden;
}

#CityEbooks-tp .video-wrap {
    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-motoyama/top_motoyama.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: #dbc9af;
    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;
}

#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 {
    max-width: 1000px;
    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;
}

#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;
    width: 200px;
    height: 72px;
    margin: 0 2%;
    background-color: #dbc9af;
}

#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 {
	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 {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .kanko a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .life a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .culture a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .gallery a {
    font-size: 82%;
    padding: 0 25px;
}


/*/////　共通　リンクボタン　/////*/
#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 .top-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#CityEbooks-tp .video-wrap {
    width: 100%;
    height: 90%;
    background-image: url(../../img/city-motoyama/top_motoyama.jpg)
}

#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-motoyama/top_motoyama.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: #dbc9af;
}

#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;
}

#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: #dbc9af;
    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 .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 {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .kanko a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .life a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .culture a {
    font-size: 82%;
    padding: 0 25px;
    border-right: 1px #000 solid;
}

#CityEbooks-tp .gallery a {
    font-size: 82%;
    padding: 0 25px;
}


/*/////　共通　リンクボタン（スマホ版）　/////*/
#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 .top-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#CityEbooks-tp .video-wrap {
    width: 100%;
    height: auto;
    background-image: url(../../img/city-motoyama/top_motoyama.jpg)
}

#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-motoyama/top_motoyama.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: #dbc9af;
}

#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;
}

#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;
}

#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;
}

#CityEbooks-tp .links-wrapper ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#CityEbooks-tp .link-list {
    display: inline-block;
    background-color: #dbc9af;
    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 .copyright {
    margin: 130px 0 50px 0;
    padding: 30px 0;
}

#CityEbooks-tp .copyright p {
    margin: 0;
}

}

footer#colophon {
    display: none !important;
}