﻿@charset "utf-8";

/*--------------------------------------

  index.css

---------------------------------------*/
/*ヘッダー*/
#home_header {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    text-align: center;
}
.bg_body.pc #home_header {
}
.bg_body.sp #home_header {
}
#home_header #top_bar .nav_g a.access,
#home_header #top_bar .nav_g a.coupon {
    position: relative;
    padding-right: 14px;
}
#home_header #top_bar .nav_g a.access::after,
#home_header #top_bar .nav_g a.coupon::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 8px;
    height: 8px;
    margin-left: -12px;
    border-left: 1px solid #777;
    border-bottom: 1px solid #777;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-sizing: border-box;
}
/*コンセプト*/
#concept .right {
    float: right;
    width: 50%;
}
#concept .right li {
    width: 100%;
    padding: 0 10px 10px 10px;
}
#concept .right li img {
    width: 100%;
    height: 262px;
}
#concept .left {
    float: left;
    width: 50%;
    padding-right: 4%;
}
#concept .left .ttl_big {
    text-align: left;
}
#concept .left h3 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 2.4rem;
    font-weight: 100;
    font-family: "Sawarabi Mincho","游明朝",Yu Mincho,"游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝",'MS PMincho',serif;
}
@media screen and (max-width:640px) {
#concept .right {
    float: none;
    width: 100%;
}
#concept .right li {
    width: 100%;
}
#concept .right li img {
    width: 100%;
    height: 200px;
}
#concept .left {
    float: none;
    width: 100%;
    padding-right: 0;
}
#concept .left h3 {
    margin: 10px 0 20px;
    font-size: 2.2rem;
}
}
#concept .wrapper_movie {
    margin: 40px auto;
    max-width: 100%;
    text-align: center;
}
#concept .wrapper_movie iframe {
    max-width: 90%;
    height: 48vw;
    max-height: 315px;
}
/*ピックアップニュース*/
#news_list {
    overflow: hidden;
    margin-bottom: 40px;
}
#news_list a {
    position: relative;
    display: table;
    width: 50%;
    float: left;
    height: 90px;
    line-height: 1.2;
    padding: 0;
    border-bottom: solid 1px #dcdcdc;
    background: rgba(255, 255, 255, .9);
    color: #666;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    text-align: left;
    overflow: hidden;
}
#news_list a:hover {
    background: rgba(255, 255, 255, 1);
}
#news_list a:nth-of-type(2n) {
    border-left: solid 1px #dcdcdc;
}
#news_list a:nth-of-type(5),
#news_list a:nth-of-type(6) {
    border-bottom: none;
}
#news_list a img {
    display: table-cell;
    width: 90px;
    height: 90px;
    max-width: inherit;
}
#news_list a b.new {
    position: absolute;
    top: 10px;
    left: 100px;
    line-height: 1;
    border-bottom: solid 2px #f8d700;
    color: #fff;
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    font-size: 1.6rem;
    font-family: "Sawarabi Mincho","游明朝",Yu Mincho,"游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝",'MS PMincho',serif;
    font-weight: normal;
    text-shadow: 0px -1px 0px #ff055e,
                 1px -1px 1px #ff055e,
                 1px  0px 0px #ff055e,
                 1px  1px 1px #ff055e,
                 0px  1px 0px #ff055e,
                -1px  1px 1px #ff055e,
                -1px  0px 0px #ff055e,
                -1px -1px 1px #ff055e;
}
#news_list a .text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 10px;
}
#news_list a b.new + .text {
    padding-top: 36px;
}

@media screen and (max-width:640px) {
#news_list a {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    float: none;
}
#news_list a,
#news_list a:nth-child(2n),
#news_list a:nth-of-type(5) {
    border-bottom: solid 1px #dcdcdc;
    
}
#news_list a:nth-last-child(1) {
    border-bottom: none;
}
}

@media screen and (max-width:640px) {
#news_list {
    display: block;
    font-size: 1.2rem;
}
#news_list a:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
/*キャスト*/
#cast .cast_list {
    width: 100%;
    overflow: hidden;
}
#cast .cast_list li {
    position: relative;
    display: block;
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
}
#cast .cast_list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#cast .cast_list li a img {
    width: 100%;
    height: 200px;
}
#cast .cast_list li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#cast .cast_list li a .name {
    position: absolute;
    display: block;
    bottom: -100%;
    width: 100%;
    padding: 6px 10px;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    text-align: center;
}
#cast .cast_list li a:hover .name {
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
#cast .cast_list li:nth-of-type(4n) {
    margin-right: 0;
}
@media screen and (max-width:960px) {
#cast .cast_list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}
#cast .cast_list li a,
#cast .cast_list li a img {
    width: 100%;
    height: 180px;
}
#cast .cast_list li:nth-of-type(4n) {
    margin-right: 5%;
}
#cast .cast_list li:nth-of-type(3n) {
    margin-right: 0;
}
}
@media screen and (max-width:640px) {
#cast .cast_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}
#cast .cast_list li:nth-of-type(4n) {
    margin-right: 2%;
}
#cast .cast_list li:nth-of-type(3n) {
    margin-right: 0;
}
#cast .cast_list li a .name {
    display: none;
}
}
@media screen and (max-width:480px) {
#cast .cast_list li a,
#cast .cast_list li a img {
    width: 100%;
    height: 130px;
}
/*#cast .cast_list li a .name,
#cast .cast_list li a:hover .name {
    bottom: 0;
    padding: 4px 2px 2px 2px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .8) 100%);
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}*/
}
/*ブログ*/
#blog .blog_list {
    width: auto;
    overflow: hidden;
}
#blog .blog_list li {
    position: relative;
    display: block;
    float: left;
    width: 31.33%;
    height: 440px;
    margin: 0 1% 40px 1%;
    padding: 18px;
    border: solid 1px rgba(0, 0, 0, .4);
    color: #444;
    background: #fff;
}
#blog .blog_list li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#blog .blog_list li a.icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -2px;
    float: left;
    overflow: hidden;
    border-radius: 30px;
}
#blog .blog_list li a.icon img {
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
#blog .blog_list li a.icon:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#blog .blog_list li .title {
    padding: 0 0 0 10px;
    float: left;
    width: 75%;
    max-width: 188px;
}
#blog .blog_list li .title strong {
    display: block;
    line-height: 1.2;
    font-size: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#blog .blog_list li .title time,
#blog .blog_list li .title span.time {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #999;
    font-size: 1.2rem;
}
#blog .blog_list li .text {
    position: relative;
    clear: both;
    height: 310px;
    padding-top: 10px;
    overflow: hidden;
}
#blog .blog_list li .text::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}
#blog .blog_list li .text a {
    display: block;
    width: 100%;
    max-height: 160px;
    margin: 0 auto 10px;
    overflow: hidden;
}
#blog .blog_list li .text a img {
    width: 100%;
    max-height: 160px;
}
#blog .blog_list li .text a:hover img  {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
@media screen and (max-width:960px) {
#blog .blog_list li {
    position: relative;
    display: block;
    float: left;
    width: 98%;
    height: 440px;
    padding: 18px;
    color: #444;
    background: #fff;
    margin-bottom: 20px;
}
#blog .blog_list li .text {
    line-height: 1.2;
    font-size: 1.3rem;
}
}
@media screen and (max-width:640px) {
#blog .blog_list li {
    width: 96%;
    height: 380px;
    padding: 24px 10px 10px 10px;
}
#blog .blog_list li .text {
    height: 240px;
}
}
/*お店のSNS*/
#shop_sns ul {
    display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-box-pack: center;/* Android4.3以前ブラウザ用 */
	-webkit-justify-content: center;/* iOS8以前Safari用 */
	justify-content: center;
}
#shop_sns ul li {
    display: block;
	display: flexbox;
    max-width: 300px;
    margin: 0 10px;
    padding: 10px;
    border: solid 1px #dcdcdc;
    border-radius: 6px;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
	-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
	flex: 1;
    background: #fff;
    text-align: center;
}
#shop_sns ul li h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
}
#shop_sns ul li.insta h3 a.ttl {
    background: 
        radial-gradient(27.64% 101.46%, circle farthest-side, rgba(254, 192, 83, 1) 11.73%, rgba(255, 0, 26, 0.8) 34.95%, rgba(183, 41, 168, 0) 77.29%),
        linear-gradient(120deg, rgba(66, 34, 231, 1) 9.73%, rgba(255, 0, 201, 1) 100%);
    background :
        -moz-radial-gradient(27.64% 101.46%, circle farthest-side, rgba(254, 192, 83, 1) 11.73%, rgba(255, 0, 26, 0.8) 34.95%, rgba(183, 41, 168, 0) 77.29%),
        -moz-linear-gradient(120deg, rgba(66, 34, 231, 1) 9.73%, rgba(255, 0, 201, 1) 100%);
    background :
        -webkit-radial-gradient(27.64% 101.46%, circle farthest-side, rgba(254, 192, 83, 1) 11.73%, rgba(255, 0, 26, 0.8) 34.95%, rgba(183, 41, 168, 0) 77.29%),
        -webkit-linear-gradient(120deg, rgba(66, 34, 231, 1) 9.73%, rgba(255, 0, 201, 1) 100%);
    font-size: 26px;
    font-weight: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) { /* IE9〜11 */
#shop_sns ul li.insta h3 a.ttl {
    background: none;
    color: #ef5a6e;
}
}
#shop_sns ul li h3 a.ttl:hover {
    text-decoration: none;
}
#shop_sns ul li.insta a.list {
    display: inline-block;
    margin-bottom: 9px;
    overflow: hidden;
}
#shop_sns ul li.insta a.list:nth-child(2n-1) {
    margin-left: 18px;
}
#shop_sns ul li.insta a.list:nth-child(6),
#shop_sns ul li.insta a.list:nth-child(7) {
    margin-bottom: 0;
}
#shop_sns ul li.insta a.list img {
    display: block;
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: 50% 0%;
    font-family: 'object-fit: cover; object-position: 50% 0%;' /* IE・Edge対応 */
}
#shop_sns ul li.insta a.list:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
#shop_sns ul li.twitter h3 a {
    color: #1c99e6;
}
#shop_sns ul li.facebook h3 a {
    color: #4267b2;
}
#shop_sns ul li iframe {
    width: 100% !important;
}
@media screen and (max-width: 1160px) {
#shop_sns ul {
    display: block;
    text-align: center;
}
#shop_sns ul li {
    display: block;
    margin: 0 auto 20px;
    max-height: 492px;
    overflow: hidden;
}
#shop_sns ul li:nth-last-child(1) {
    margin-bottom: 0;
}
}
#shop_sns ul li .road_sns {
    background-image: url(https://cfs.pokepara.jp/Pokepara/Images/img/Pc/alert/loading2.gif);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 350px;
}
/*動画*/
#movie .movie_list {
    width: 100%;
    margin: 0 auto 10px auto;
}
#movie .movie_list li {
    width: 98%;
}
#movie .movie_list li img {
    width: 100%;
    padding: 10px;
    height: 280px;
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: 50% 50%;' /* IE・Edge対応 */
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) { /* IE9〜11 */
#movie .movie_list li {
    width: 98%;
    text-align: center;
}
#movie .movie_list li img {
    width: auto;
    object-fit: none;
    font-family: 'object-fit: none; ';
}
}
#movie .movie_list li a {
    display: block;
    position: relative;
}
#movie .movie_list li a .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 54px;
    height: 36px;
    border-radius: 12px;
    background: rgba(40, 40, 40, .5);
    z-index: 1;
}
#movie .movie_list li a .play_btn::before,
#movie .movie_list li a .play_btn::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 22px;
    display: block;
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 12px #fff;
}
#movie .movie_list li a:hover .play_btn {
    background: rgba(255, 0, 0, .6);
}
#movie .movie_list li a .play_btn::after {
    top: 12px;
    left: 23px;
    border-left: solid 11px rgba(0, 0, 0, .4);
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    z-index: -1;
} 
/*システム*/
#system h3 {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    background: #444;
    text-align: center;
}
#system table {
    table-layout: fixed;
    width: 80%;
    margin: 0 auto 40px;
    border: solid 1px #dcdcdc;
    color: #444;
    background: #fff;
    font-size: 1.4rem;
}
#system table th {
    /*width: 36%;*/
    border-right: dashed 1px #dcdcdc;
    background: #f6f6f6;
}
#system table th,
#system table td {
    padding: 20px;
    border-bottom: solid 1px #dcdcdc;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}
#system table tr:nth-last-of-type(1) th,
#system table tr:nth-last-of-type(1) td {
    border-bottom: none;
}
#system table td a {
    color: #3c83d5;
    text-decoration: underline;
}
#system table td.telno a { 
    color: #444;
    text-decoration: none;
}
#system table td a:hover {
    text-decoration: none;
}
#system table .more_menu {
    text-align: center;
}
@media screen and (max-width:960px) {
#system h3 {
    width: 100%;
}
#system table {
    width: 100%;
}
#system table th,
#system table td {
    padding: 6px;
    font-size: 1.2rem;
}
}
/*イベント*/
#event .event_list {
    width: 80%;
    margin: 0 auto 60px;
    font-size: 1.8rem;
}
#event .event_list li {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 16px;
}
@media screen and (max-width:960px) {
#event .event_list {
    width: 100%;
}
#event .event_list li {
    font-size: 1.6rem;
}
}
#event .event_list li:nth-last-of-type(1) {
    margin-bottom: 0;
}
#event .event_list li strong {
    display: table-cell;
    width: 130px;
    padding-right: 10px;
    border-right: solid 1px rgba(100, 100, 100, .2);
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
#event .event_list li .detail {
    display: table-cell;
    max-width: 638px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    vertical-align: middle;
}
#event .event_list .sun strong {
    color: #ff827a;
}
#event .event_list .sat strong {
    color: #26afea;
}
@media screen and (max-width:480px) {
#event .event_list li {
    font-size: 1.4rem;
}
#event .event_list li strong {
    width: 100px;
}
#event .event_list li a {
    max-width: 320px;
}
}
/*モーダル中身_イベント*/
.contents h4 {
    margin: 10px 0;
    padding: 4px 10px;
    background: #ccebef;
    color: #332c2a;
    font-size: 1.6rem;
} 
.contents img {
    max-width: 100%;
}
/*クーポン*/
#coupon ul {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
#coupon ul li p {
    margin: 40px 0 10px 0;
    padding: 20px;
    font-size: 1.6rem;
    border: solid 1px;
}
#coupon ul li:nth-child(1) p {
    margin-top: 0;
}
#coupon ul li p strong {
    display: block;
    position: relative;
    margin: 0 0 10px -30px;
    padding: 6px 14px;
    color: #fff;/*テーブル見出しテキストカラー*/
    background: #868686;/*テーブル見出し背景カラー*/
    font-size: 2rem;
}
#coupon ul li p strong:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    content:'';
    border-top: 8px solid #868686;/*テーブル見出し背景カラー*/
    border-left: 9px solid transparent;
}
#coupon ul li p b {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: right;
}
#coupon ul li i {
    display: block;
    font-size: 1.2rem;
}
#coupon .disc {
    table-layout: fixed;
    margin: 20px auto 0;
    padding: 10px 0;
    border-top: dotted 2px;
    width: 600px;
    max-width: 100%;
    text-align: left;
}
#coupon .disc tr td {
    padding: 10px;
    vertical-align: middle;
}
#coupon .disc tr td .br {
    display: none;
}
#coupon .disc tr td.qr {
    width: 102px;
}
@media screen and (max-width:640px) {
#coupon ul {
    width: 100%;
}
#coupon ul li p {
    margin: 40px 0 4px 0;
    padding: 10px;
    font-size: 1.4rem;
}
#coupon ul li:nth-child(1) p {
    margin-top: 0;
}
#coupon ul li p strong {
    left: 10px;
    width: 100%;
    font-size: 1.6rem;
}
#coupon ul li p b {
    font-size: 1.1rem;
}
#coupon .disc {
    width: 100%;
}
#coupon .disc tr td {
    text-align: center;
}
#coupon .disc tr td .br {
    display: block;
}
#coupon .disc tr td .qr,
#coupon .disc tr td.qr {
    display: none;
}
}
/*アクセス*/
#access .address {
    float: left;
    width: 40%;
    font-size: 1.6rem;
    font-weight: bold;
}
#access .address .detail {
    margin: 10px 0;
    font-size: 1.2rem;
    font-weight: normal;
}
#access .address #street_view {
    margin-top: 20px;
}
#access .address #street_view img {
    width: 100%;
}
#access .map {
    float: left;
    width: 55%;
    margin-left: 5%;
}
#access .map #map_target {
    margin-bottom: 10px;
    color:#333;
}
#access .map #map_target a {
    color:#333;
    text-decoration:underline;
}
#access .map #map_target img {
    width: 100%;
}
#access .map .ic_marker {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
}
#access .map .ic_marker:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    line-height: 10px;
    border: 3px solid #ea4335;
    border-radius: 10px;
    color: #811411;
    background: #811411;
    text-align: center;
    z-index: 1;
}
#access .map .ic_marker:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border: 0 transparent solid;
    border-top-color: #ea4335;
    border-width: 10px 5px 0px 5px;
}
@media screen and (max-width:640px) {
#access .map {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
}
#access .address {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
}
}