/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


body {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #222222;
    background: #fff;
}


/* for callendar by cl */
.fc-event-title {
    font-size: 11px;
}
.fc-timeline-event {
    border-radius: 5px !important;
    padding: 2px 0 0 5px;
}

.res-memo1,
.res-memo2 {
    width: 100%;
    margin-top: 20px;
    display: none;
}

/* end */
/* cl */
#header-navi-login,
#header-navi-logout,
#mypage-sp,
#mypage-menu-sp,
#favorites-logout,
#favorites-login,
#favorites-login-checked,
#no-logedin-confirm {
    display:none;
}
.restaurant-name-link {
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
li.restaurantlist a {
    display: block;
}
li.restaurantlist a:link, 
li.restaurantlist a:hover, 
li.restaurantlist a:visited {
    color: black;
    text-decoration: none;
}
.event-canceled {
    background-color: grey;
    border-color: grey;
}
.pagination>.active>span {
    background-color: #CF3130 !important;
    border-color: #CF3130 !important;
}
a.page-link {
    color : black !important;
    border-color: #CCCCCC !important;
}
/* end */
.enFont {
    font-family: 'Montserrat', sans-serif;
}

.ec-layoutRole {
    padding-top: 50px;
}
@media only screen and (min-width: 768px){
.ec-layoutRole {
    padding-top: 81px;
}
}
/* header */
.ec-layoutRole__header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
}
.ec-headerNaviRole {
    padding: 10px;
    max-width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.ec-headerNaviRole:after {
    display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: auto;
}
.ec-headerRole {
    padding: 0;
    box-sizing: border-box;
    font-size: 0;
    line-height: 1;
    max-width: 100%;
}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
}
.ec-headerTitle .ec-headerTitle__title h1 {
    line-height: 0;
    font-size: 0;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
    font-size: 0;
}
.ec-headerTitle .ec-headerTitle__title a img {
    width: auto;
    height: 30px;
    display: block;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: auto;
    padding: 5px 0;
    display: none;
}
.ec-headerNav {
    text-align: right;
    //border: 1px solid #980D0D;
    //border-radius: 3px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    box-sizing: border-box;
}
.ec-headerNav .ec-headerNav__item {
    flex: 0 50%;
    box-sizing: border-box;
    border-left: 1px solid #980D0D;
}
.ec-headerNav .ec-headerNav__item:first-child {
    border-left: 0;
}
.ec-headerNav .ec-headerNav__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
    background: #CE3030;
}
.ec-headerNav .ec-headerNav__itemLink {
    color: #fff;
    font-size: 12px;
}
.ec-headerNav .ec-headerNav__item a img {
    display: block;
    width: 16px;
    margin-right: 6px;
}

.ec-headerLoginRole {
    margin-right: 20px;
    font-size: 10px;
    line-height: 2.1;
    color: #555555;
}
.ec-headerLoginRole .ec-headerLogin__name {
    
}
.ec-headerLoginRole .ec-headerLogin a {
    color: #2E88D8;
}
.ec-headerNavSP {
    border-radius: 0;
    padding: 15px;
    width: 50px;
    height: 50px;
    background: #B21111;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    line-height: 0;
}
@media only screen and (min-width: 768px){
.ec-headerNaviRole {
    padding: 10px 20px;
    max-width: 100%;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    display: flex;
}
.ec-headerTitle .ec-headerTitle__title a {
    font-size: 0;
}
.ec-headerTitle .ec-headerTitle__title a img {
    width: auto;
    height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
.ec-headerTitle .ec-headerTitle__title a img {
    width: 340px;
}
}

/* contents */
.ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 1040px;
}
.ec-pageHeader h1 {
    border: 0;
    border-left: 2px solid #B21111;
    margin: 0 0 20px;
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
    background: #F6F8F8;
}
#page_mypage_login .ec-pageHeader h1 {
    margin-top: 30px;
}
@media only screen and (min-width: 768px){
.ec-pageHeader h1 {
    border: 0;
    border-left: 4px solid #B21111;
    padding: 15px;
    font-size: 18px;
}
#page_mypage_login .ec-pageHeader h1 {
    margin-top: 50px;
}
}
.ec-footerRole {
    padding: 7px 0;
}
.ec-footerTitle {
    padding: 0;
}
.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 12px;
    line-height: 1.66;
}
/* footer */
@media only screen and (min-width: 768px){
.ec-footerRole {
    padding: 23px 0;
}
.ec-footerRole .ec-footerRole__inner {
    max-width: 1000px;
}
.ec-footerTitle {
    padding: 0;
}
.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 14px;
    line-height: 1.71;
}
}
/* menu */
.ec-overlayRole {
    z-index: 1001;
}
.ec-drawerRoleClose {
    z-index: 1001;
    border-radius: 0;
    font-size: 0;
    background: none;
    right: 275px;
    left: auto;
}
.ec-drawerRoleClose img {
    width: 100%;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #fff;
}
.ec-drawerRole {
    background: #fff;
    width: 270px;
    transform: translateX(300px);
    right: 0;
    left: auto;
}

.ec-headerLinkArea .ec-headerLoginRole {
    margin: 0;
    font-size: 14px;
    padding: 10px 20px;
}
.ec-headerLoginName .ec-headerLoginName_item {
    color: #2E88D8;
}
.ec-headerLinkArea .ec-headerLogin {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.ec-headerLinkArea .ec-headerLogin img {
    width: 15px;
    margin-right: 10px;
}
.ec-headerLinkArea .ec-headerLoginPoint {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #2E88D8;
    display: inline-block;
    padding: 0 5px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
    border: 0;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    color: #222;
    background: #F6F8F8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading img {
    width: 20px;
    margin-right: 10px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-weight: normal;
    background: #fff;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 1.5;
}
@media only screen and (min-width: 768px){

}


/* ネット予約ログイン */
.ec-role {
    color: #222;
}
.ec-onlineRes .ec-onlineResName {
    font-size: 13px;
    line-height: 1.6875;
    margin-bottom: 20px;
}
.ec-onlineRes .ec-onlineResNote {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    line-height: 1.6875;
    margin-bottom: 22px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.ec-onlineRes .ec-onlineResNote__item {
    position: relative;
    z-index: 2;
    padding: 0 23px;
    text-align: center;
}
.ec-onlineRes .ec-onlineResNote__item:before {
    position: absolute;
    height: 46px;
    width: 1px;
    background: #222222;
    left: 10px;
    top: 0;
    z-index: 2;
    transform: rotate(-26deg);
    content: '';
}
.ec-onlineRes .ec-onlineResNote__item:after {
    position: absolute;
    height: 46px;
    width: 1px;
    background: #222222;
    right: 10px;
    top: 0;
    z-index: 2;
    transform: rotate(26deg);
    content: '';
}
.ec-onlineRes .ec-onlineResNote__imp {
    color: #B21111;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.ec-onlineRes .ec-onlineResNote__imp:before {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 5px;
    background: #FDE950;
    left: 0;
    bottom: 1px;
    content: '';
}
.ec-off3Grid .ec-off3Grid__cell + .ec-off3Grid__cell {
    margin-top: 20px;
}
.ec-onlineLogin {
    background: #F6F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.ec-onlineLoginBtn__member a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #116ABA;
    border-radius: 3px;
    overflow: hidden;
    background: -moz-linear-gradient(top, #69B0F0, #4887D2);
	background: -webkit-gradient(linear, top, from(#69B0F0), to(#4887D2));
	background: -webkit-linear-gradient(top, #69B0F0, #4887D2);
    background: linear-gradient(top, #69B0F0, #4887D2);
    color: #fff;
    font-weight: bold;
}
.ec-onlineLoginBtn__noMember a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    color: #2E88D8;
    font-weight: bold;
}
.ec-onlineLoginBtn__member a:hover,
.ec-onlineLoginBtn__noMember a:hover {
    text-decoration: none;
}
.ec-onlineLoginNote {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}
.ec-onlineLoginNote .ec-onlineLoginNote_item {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.6875;
}
.ec-onlineLoginNote .ec-onlineLoginNote_item img {
    width: 18px;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
}


@media only screen and (min-width: 768px){
.ec-onlineRes .ec-onlineResName {
    font-size: 16px;
    margin-bottom: 40px;
}
.ec-onlineRes .ec-onlineResNote {
    font-size: 16px;
    margin-bottom: 44px;
}
.ec-onlineRes .ec-onlineResNote__item:before {
    height: 23px;
    left: 5px;
    top: 2px;
}
.ec-onlineRes .ec-onlineResNote__item:after {
    height: 23px;
    right: 5px;
    top: 2px;
}

.ec-onlineRes .ec-onlineResNote__imp:before {
    height: 6px;
    bottom: 2px;
}
.ec-off3Grid {
    margin-left: -20px;
}
.ec-off3Grid .ec-off3Grid__cell {
    box-sizing: border-box;
    margin: 0;
    padding-left: 20px;
}
.ec-off3Grid .ec-off3Grid__cell + .ec-off3Grid__cell {
    margin-top: 0;
}
.ec-onlineLogin {
    padding: 30px;
}
.ec-onlineLoginBtn__member a:hover,
.ec-onlineLoginBtn__noMember a:hover {
    opacity: .85;
}
.ec-onlineLoginNote {
    margin: 30px 0 0;
}
.ec-onlineLoginNote .ec-onlineLoginNote_item {
    font-size: 16px;
}
.ec-onlineLoginNote .ec-onlineLoginNote_item img {
    width: 20px;
    margin-top: 5px;
}
}


/* !top__________Page
---------------------------------------------------------- */
#page_homepage .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.inner{
    max-width: 1020px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}
#mainVisual{
    background: url('../img/top/main.png')no-repeat center center;
    background-size: cover;
    min-height: 600px;
    position: relative;
}
#mainVisual img{
    width: 600px;
    height: 150px;
}
.mainBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.mainBox h2{
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
}
.mainBox h3{
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin: 12px 0 0;
    line-height: 1.35;
}

.loginBg{
    background-color: #F6F8F8;
    padding: 15px 0;
}
.loginBox{
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 15px 15px 15px 30px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loginLinks a {
    width: 190px;
    height: 50px;
    font-size: 1.4rem;
}
.loginTxt{
    font-size: 1.4rem;
    font-weight: bold;
}
.loginTxt span{
    color: #B21111;
}

.queueItem{
    padding: 42px 0 0;
}
.queueItem ul{
    display: flex;
    justify-content: space-between; 
	 /* justify-content: initial; */
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.queueItem ul::after{
  content:"";
  display: block;
  width:30%;
}

.queueItem > ul li{
    flex: 0 0 30%;
    margin-bottom: 18px;
    padding-bottom: 15px;
	 /* margin-right: 40px; */
   /* border-bottom: 1px solid #CCCCCC; */
}
.queueImg{
    position: relative;
}
.queueImg img{
    width: 100%;
}
.iconPic{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.iconPic img{
    width: 60px;
}
.queueSub{
    font-size: 1.6rem;
    font-weight: bold;
}
.queueTxt{
    font-size: 1.2rem;
}
.queueIcon{
    color: #fff;
    background-color: #B21111;
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 1px 8px;
    display: inline-block;
    margin: 7px 0 10px;
}
.queueInfo{
    color: #555555;
    font-size: 1.4rem;
    margin:10px 0 5px;
}
.queueBtn{
    text-align: right;
}
.queueBtn a{
    color: #2E88D8 !important;
    font-size: 1.4rem;
    font-weight: bold;
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.inner{
    padding: 0 15px;
}
#mainVisual{
    background: url('../img/top/main_sp.png')no-repeat center center;
    background-size: cover;
    min-height: 225px;
}
#mainVisual img{
    height: 60px;
}
.mainBox p img{
    max-width: 225px;
}
.mainBox h2{
    font-size: 1.5rem;
}
.mainBox h3{
    font-size: 0.75rem;
    margin: 7px 0 0;
    line-height: 1.33;
}

.loginBg{
    padding: 10px 0;
}
.loginBox{
    padding: 10px;
}
.loginLinks a {
    width: 150px;
    height: 30px;
    font-size: 1rem;
}
.loginTxt{
    font-size: 0.9rem;
	margin-right: 10px;
}

.queueItem{
    padding: 20px 0 0;
}
.queueItem ul{
    display: block;
}
.queueItem ul::after {
    display:none;
}
.queueItem ul li{
    flex: 0;
    margin-bottom: 5px;
    padding-bottom:6px;
}
.queueImg img{
    width: 100%;
}
.iconPic{
    left: 5px;
    bottom: 5px;
}
.iconPic img{
    width: 20px;
}
.queueSub{
    font-size: 1.3rem;
}
.queueTxt{
    font-size: 1.1rem;
}
.queueIcon{
    font-size: 1.1rem;
    padding: 1px 6px;
    margin: 3px 0 8px;
}
.queueInfo{
    font-size: 1.2rem;
    margin:0;
    line-height: 1.75;
}
.queueImg{
    /* width:75px; */
	width:100px;
    float: left;
}
.queueRight{
    overflow: hidden;
    padding-left: 15px;
    box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}
.clearfix:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/* !Clearfix
---------------------------------------------------------- */
.queueBtn{
    margin-top: 20px;
}
.queueBtn a{
    font-size: 1.2rem;
}
}

/* !top__________Page
---------------------------------------------------------- */

/* !detail__________Page
---------------------------------------------------------- */
.slick-slider {
    margin-bottom: 20px;
}

.ec-sliderItemRole .item_nav {
    justify-content: center;
}
.ec-sliderItemRole .slideThumb {
    width: 60px;
    margin: 0 5px 0;
}
.ec-sliderItemRole .slideThumb:first-child{
    margin-left: 10px;
}
.ec-sliderItemRole .slideThumb:last-child{
    margin-right: 10px;
}
.ec-sliderItemRole .slideThumb img {
    width: 100%;
}

.slick-arrow {
  position: absolute;
  border: 0;
  width: 30px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  bottom:-80px;
  z-index: 999;
}
.slick-prev {
  background: url('../img/detail/button_left.svg') center center no-repeat;
  background-size: 100%;
  left: 0;
}
.slick-next {
  background: url('../img/detail/button_right.svg') center center no-repeat;
  background-size: 100%;
  right: 0;
}
.ec-sliderItemRole {
    padding-left:0;
    margin-bottom: 0;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.ec-productRole {
    max-width: 1040px;
}
.fullSub{
    color: #fff;
    background-color: #B21111;
    font-size: 1.4rem;
    padding: 5px 0;
}

.fullWrap{
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.telphone{
    pointer-events: none;
}
.fullItem{
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fullItem .fullLeft{
    flex: 0 0 70%;
}
.fullItem .fullRight {
    flex: 0 0 30%;
    text-align: right;
}
.fullLeft dl{
    display: table;
    width: 100%;
}
.fullLeft dl dt,.fullLeft dl dd{
    display: table-cell;
    vertical-align: middle;
}
.fullLeft dl dt{
    width: 90px;
}
.fullLeft dl dt img{
    width: 100%;
}
.fullLeft dl dd{
    padding-left: 20px;
    box-sizing: border-box;
}
.fullTxt{
    font-size: 1.2rem;
}
.fullInfo{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 8px 0 2px;
}
.fullMess{
    font-size: 1.2rem;
    border: 1px solid #A3271E;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block;
}
.fullMess span{
    color: #A3271E;
}
.fullIcon{
    color: #fff;
    background-color: #B21111;
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 1px 8px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 12px;
}
.fullBox{
    display: flex;
    align-items: center;
}

.fullTips{
    font-size: 1.2rem;
    vertical-align: middle;
    color: #555555;
}
.fullTips em{
    display: inline-block;
    margin-right: 4px;
    vertical-align: baseline;
}
.full30{
    margin-right: 30px;
}

.fullRight ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.fullRight ul li a.right01{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width:200px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #116ABA;
    border-radius: 3px;
    overflow: hidden;
    background: -moz-linear-gradient(top, #69B0F0, #4887D2);
    background: -webkit-gradient(linear, top, from(#69B0F0), to(#4887D2));
    background: -webkit-linear-gradient(top, #69B0F0, #4887D2);
    background: linear-gradient(top, #69B0F0, #4887D2);
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
.fullRight ul li a.right01 span{
    padding-left: 25px;
    box-sizing: border-box;
    background: url('../img/detail/white_date.svg')no-repeat left center;
    vertical-align: middle;
}
.fullRight ul li a.right02{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width:200px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #F6F8F8;
    color: #555555;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 10px 0 15px;
    text-decoration: none;
}
.fullRight ul li a.right02 span{
    padding-left: 5px;
    box-sizing: border-box;
    vertical-align: middle;
}
.fullRight ul li a.right03{
    color:#2E88D8;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    margin-right: 40px;
}
.fullRight ul li a.right03 span{
    padding-left: 25px;
    box-sizing: border-box;
    background: url('../img/detail/icon_tel.svg')no-repeat left center;
    vertical-align: middle;
}
.fullRight ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.ec-productRole .ec-productRole__title .ec-headingTitle{
    margin: 0;
    color: #222222;
    border-left: 4px solid #B21111;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.6rem;
    background: #F6F8F8;
}
.ec-productRole__title img {
    width: 20px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle span{
    display: inline-block;
    margin-right: 4px;
}
.ec-productRole__title{
    position: relative;
}
.ec-productRole__title .por{
    position: absolute;
    top: 6px;
    right: 12px;
    color: #B21111;
    font-size: 1.2rem;
    border: 1px solid #B21111;
    background-color: #fff;
    padding: 3px 4px;
    border-radius: 3px;
    box-sizing: border-box;
}
.phaseBox{
    margin-top: 10px;
}
.phaseItem{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    border-left: 0;
    border-bottom: 0;
}
.phaseSub{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 11px 0;
    color: #222;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.ship01{width: 14.28%;}
.phaseItem table{
    width: 100%;
}
.phaseItem table tr{}
.phaseItem table tr th,.phaseItem table tr td{
    text-align: center;
    color: #222;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.phaseItem table tr th{
    font-size: 1.4rem;
    font-weight: normal;
    background-color: #F6F8F8;
    vertical-align: middle;
    height: 30px;
}
.phaseItem table tr td{
    font-size: 1.4rem;
    vertical-align: middle;
    height: 50px;
}
.phaseItem table tr td p{
    height: 1.3em;
}
.phaseItem table tr td.active .icon {
    color: #2E88D8;
}
.blueTxt{
    color: #2E88D8;
}
.phaseBtn{
    text-align: right;
    margin: 8px 0;
}
.phaseBtn a{
    color: #2E88D8;
    font-size: 1.2rem;
    font-weight: bold;
}
.phaseNote{
    font-size: 1.2rem;
}
.phaseNote img{
    width: auto;
}
.phaseNote span{
    display: inline-block;
    margin-right: 5px;
}
.phaseNote em{
    font-style: initial;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    color: #2E88D8;
}
.articleBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.articleList{
    flex: 0 0 49%;
}
.articleTxt{
    font-size: 1.2rem;
    color: #555555;
    line-height: 1.66;
}
.articleList .ec-productRole__title{
    margin-bottom: 20px;
}
.articleBtn{
    margin: 15px 0 20px;
}
.articleBtn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #F6F8F8;
    color: #2E88D8;
    font-weight: bold;
    font-size: 1.4rem;
}
.articleBtn a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}















/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {
.ec-productRole__title .por {
    position: unset;
    top: 0;
    right: 0;
    margin-bottom: 5px;
}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.telphone{
    pointer-events: initial;
}
.slick-slider {
    margin-bottom: 10px;
}
.ec-sliderItemRole .slideThumb {
    width: 60px;
    margin: 0 5px 0;
}
.ec-sliderItemRole .slideThumb:first-child{
    margin-left: 0;
}
.ec-sliderItemRole .slideThumb:last-child{
    margin-right: 0;
}
.ec-sliderItemRole .item_nav {
    display: flex;
}

.ec-grid2 .ec-grid2__cell {
    margin-top: 20px;
}
.slick-arrow {
  display: none!important;
}
.ec-sliderItemRole {
    padding:0;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.ec-productRole {
    max-width: 1040px;
}
.fullSub{
    color: #fff;
    background-color: #B21111;
    font-size: 1.4rem;
    padding: 5px 0;
}

.fullWrap{
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.fullItem{
    padding: 10px 0 0;
    display: block;
}
.fullItem .fullLeft{
    flex: 0;
}
.fullItem .fullRight {
    flex:0;
    text-align: center;
}
.fullLeft dl dt{
    width: 80px;
}
.fullLeft dl dd{
    padding-left: 10px;
}
.fullTxt{
    font-size: 1.2rem;
}
.fullInfo{
    font-size: 1.6rem;
    margin: 4px 0;
}
.fullMess{
    font-size: 1.2rem;
    padding: 5px;
}
.fullIcon{
    font-size: 1.2rem;
    padding: 1px 4px;
    margin-right: 5px;
}
.fullBox{
    display: block;
}
.full30{
    margin-right: 0;
    margin-bottom: 5px;
}
.fullRight{
    margin-top: 20px;
}
.fullRight ul{
    text-align: center;
}
.fullRight ul li a.right01,
.fullRight ul li a.right02{
    width: 100%;
}
.fullRight ul li a.right03{
    margin-right:0;
}
.fullRight ul li a:hover{
  opacity: 1;
}

.ec-productRole .ec-productRole__title .ec-headingTitle{
    border-left: 2px solid #B21111;
    padding: 10px;
    font-size: 1.4rem;
}
.ec-productRole__title .por{
    position: unset;
    margin-top:10px;
}

.articleBox{
    display: block;
    margin-top: 0;
}
.articleList{
    flex: 0;
    margin-top: 10px;
}
.articleList .ec-productRole__title{
    margin-bottom: 10px;
}
.articleBtn{
    margin: 10px 0;
}
.articleBtn a {
    font-size: 1.2rem;
}
.articleBtn a:hover{
  opacity: 1;
}
}

/* !detail__________Page
---------------------------------------------------------- */

/* !reserve__________Page
---------------------------------------------------------- */
.reserveWrap{
    background-color: #F6F8F8;
    padding: 50px 0 100px;
}
.reserve_page .ec-footerRole {
    margin-top:0;
}
.reserveItem{
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.reserveTitle{
    color: #222222;
    border-left: 4px solid #B21111;
    padding: 18px 18px 17px;
    font-weight: bold;
    font-size: 1.6rem;
    background: #F6F8F8;
}

.reserveList dl{
    display: table;
    width: 100%;
    margin: 0;
}
.reserveList dl dt,.reserveList dl dd{
    display: table-cell;
    padding: 30px;
    border-bottom: 1px dotted #CCCCCC;
}
.reserveList dl:last-child dt, .reserveList dl:last-child dd {
    border-bottom: 0;
}
.reserveList dl dt{
    width: 210px;
    color: #222;
    font-weight: bold;
}
.reserveList dl dd{
    padding-left:15px;
    box-sizing: border-box;
}
.amountForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 30px 0 20px;
    height: 50px;
    border-radius: 3px;
    background: url('../img/reserve/ico_arr_down.svg') no-repeat right 9px center #fff;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    font-size: 1.6rem;
    width: 100%;
}
.amountDate{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
}
.amountDate .amountTime{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    background: url('../img/reserve/blue_date.svg') no-repeat left 20px center #fff;
}

.container-calendar {
    background: #ffffff;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}
.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #B21212;
    color: #fff;
    border: 1px solid #B21212;
    border-radius: 4px;
    padding: 5px 10px;
}

.pointClick{
    position: relative;
}
.pointClick:before{
    position: absolute;
    right: 9px;
    top: 17px;
    width: 17px;
    height: 17px;
    content: '';
    background: url('../img/reserve/ico_arr_down.svg') no-repeat right center;
}
.coverMessage{
    display: none;
}
.pointBox{
    display: none;
}
.pointBox.active{
    display: table;
}
.addItem{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.addItem .phaseBox{
    flex: 0 0 49%;
}
.addForm.active{
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-top: 0;
}
.addForm .phaseSub {
    font-size: 1rem;
    padding: 6px 0;
}
.addForm .phaseItem table tr th {
    font-size: 1rem;
    padding: 2px 0;
}
.addForm .phaseItem table tr td {
    font-size: 1rem;
    height: 40px;
    padding: 0;
}
.addForm .phaseItem table tr td.unavailable {
    background-color: #F6F8F8 !important;
    color: #ccc !important;
}
.addForm .phaseItem table tr td a{
    display: block;
    color: #222222;
    text-align: center;
}
.addForm .phaseItem table tr td.unavailable a {
    pointer-events: none;
}
.addForm .phaseItem table tr td a:hover{
  transition: all 0.5s;
  text-decoration: none;
}
.addForm .phaseItem table tr td p + p {
    margin-top: 0px;
}
.backgroundWhite{
    background: #fff!important;
}
.color2{
    color: #222!important;
}
.color3{
    color: #B21111!important;
}
.color4{
    color: #2E88D8!important;
}
.color5{
    color: #ccc!important;
}
.currentday {
    background: #FDFBED!important;
}
.sunday,
.holiday{
    background: #FDF0F6!important;
}
.saturday{
    background: #EDF9FF!important;
}
th.sunday {
    color: #B21111!important;
}
th.saturday{
    color: #2E88D8!important;
}

.addNote{
    margin: 16px 0 0;
    font-size: 1.2rem;
    line-height: 1.33;
}


.reserveList dl.pointer dt{
    color: #CCCCCC;
}
.reserveList dl.pointer dd{
    color: #CCCCCC;
    pointer-events: none;
}

.reserveList dl.pointer.active dt,.reserveList dl.pointer.active dd{
    color: #222;
    pointer-events: initial;
}
.pointer03.active .coseSub{
    display: none;
}
.pointer03.active .coseBox{
    display: block;
}
.pointer04.active .coseSub{
    display: none;
}
.pointer04.active .coseBox{
    display: block;
}



.pointer05{
    position: relative;
}
.pointer05 .pointStyle{
    border: 1px solid #ccc;
    pointer-events: none;
    background: #F6F8F8;
}
.pointer05.active .pointStyle{
    background: #FDFBED;
    pointer-events: initial;
}
.pointTipsBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pointStyle{
    text-align: right;
    padding: 25px 30px;
    box-sizing: border-box;
}
.pointStyle a,
.reservation-btn {
    font-weight: bold;
    font-size: 1.4rem;
    color: #ccc;
    border: 1px solid #ccc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}
.pointer05.active .pointStyle a,
.pointer05.active .reservation-btn {
    border: 1px solid #116ABA;
    background: -moz-linear-gradient(top, #69B0F0, #4887D2);
    background: -webkit-gradient(linear, top, from(#69B0F0), to(#4887D2));
    background: -webkit-linear-gradient(top, #69B0F0, #4887D2);
    background: linear-gradient(top, #69B0F0, #4887D2);
    color: #fff;
}
.pointTips{
    display: none;
}
.pointer05.active  .pointTips{
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.tips01{
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #2E88D8;
    font-weight: bold;
    box-sizing: border-box;
    background: url('../img/reserve/checkbox.svg') no-repeat left 0 center;
}
.tips02{
    font-size: 1.2rem;
    margin-top: 4px;
}
.fontsize{
    font-size: 1.2rem;
}
.pointStyle a:hover{
  transition: all 0.5s;
  text-decoration: none;
}

.coseSub{
    padding: 0 30px 0 20px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    font-size: 1.6rem;
    width: 100%;
    line-height: 50px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.coseSub.active{
    display: none;
}
.coseBox{
    display: none;
    width: 100%;
}
.costList{
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 14px 20px 14px 60px;
    box-sizing: border-box;
    margin-top: 20px;
}
.costList label{
    position: relative;
    width: 100%;
    margin: 0;
}
.costLeft{
    float: left;
    width: 120px;
}
.costLeft img{
    width: 120px;
}
.costOvh{
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
}
.costOvhs{
    padding-left:0;
}
.radio{
    position: absolute;
    left:-8px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
    display: none;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
  -moz-border-radius: 0;
    border-radius: 0;
}
.radio input[type=radio] {
  width: 15px;
  height: 15px;
  background: url('../img/reserve/radio.svg') center center no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.radio input[type=radio]:checked {
  background: url('../img/reserve/radio_click.svg') center center no-repeat;
  background-size: 100%;
}

.coseTxt{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3125;
    margin-bottom: 10px;
}
.coseTxt02{
    margin-bottom: 0;
}
.coseMess{
    font-size: 1.2rem;
}
.coseMess span{
    font-size: 2rem;
    font-weight: bold;
    color: #B21111;
    display: inline-block;
    margin-left: 15px;
}
.coseMess span em{
    font-size: 1.2rem;
    font-weight: bold;
    font-style: initial;
    display: inline-block;
    margin-left: 15px;
}
.otherBtn{
    position: absolute;
    right: 25px;
    bottom: 10px;
    color: #116ABA;
    font-size: 1.2rem;
    font-weight: bold;
    padding-right:35px;
    box-sizing: border-box;
    background: url('../img/reserve/arrow_down.svg')no-repeat right center;
}
.otherBtn.active{
    background: url('../img/reserve/arrow_up.svg')no-repeat right center;
}
.otherBox{
    display: none;
}
.otherBox.active{
    display: block;
}
.otherList{
    background-color: #F6F8F8;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 37px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2;
}
.coseSub.active em i{
    float: right;
    font-style: initial;
}
.coseTxt03{
   display: flex;
   justify-content: space-between;
   width: 100%;
}
.coseTxt03 i{
    font-style: initial;
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.reserveWrap{
    background-color: #fff;
    padding: 30px 0 0;
}
.reserveItem{
    background-color: #fff;
    padding:0;
}
.reserveTitle{
    border-left: 2px solid #B21111;
    padding: 10px 9px;
    font-size: 1.2rem;
}
.reserveList{
    padding-top: 15px;
}
.reserveList dl{
    display: block;
    margin-bottom: 10px;
}
.reserveList dl dt,.reserveList dl dd{
    display: block;
    padding: 7px 0;
    border: 0;
}
.reserveList dl:last-child dt,
.reserveList dl:last-child dd {
    border-bottom: 0;
}
.reserveList dl dt{
    width: 100%;
    font-size: 1.3rem;
}
.reserveList dl dd{
    padding-left:0;
}
.amountForm select {
    padding: 0 15px 0 10px;
    height: 40px;
    background: url('../img/reserve/ico_arr_down.svg') no-repeat right 5px center #fff;
    font-size: 1.3rem;
}
.amountDate{
    height: 40px;
    background: none;
}
#amountTime {
    text-align: center;
    justify-content: center;
    border-bottom: 0;
    padding: 0;
    font-size: 1.3rem;
}
.amountDate .amountTime{
    padding: 0 0 0 10px;
    background: none;
}
.amountTime {
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 0;
}
.reserve_page .slick-arrow {
  position: absolute;
  border: 0;
  width: 20px;
  height: 20px;
  display: block!important;
  text-indent: -9999px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 999;
}
.reserve_page .slick-prev {
  background: url('../img/reserve/ico_arr_down.svg') center center no-repeat;
  background-size: 100%;
  left: 10px;
  transform: rotate(90deg);
}
.reserve_page .slick-next {
  background: url('../img/reserve/ico_arr_down.svg') center center no-repeat;
  background-size: 100%;
  right:10px;
  transform: rotate(-90deg);
}
.pointClick{
    position: relative;
}
.pointClick:before{
    right:5px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url('../img/reserve/ico_arr_down.svg') no-repeat right center;
    background-size: 100% auto;
}
.coverMessage{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    text-align: center;
    z-index: 99;  
    background-color: rgba(255, 255, 255, 0.5);
}
.coverMessage p{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.1rem;
    height: 170px;
    width: 315px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;  
}
.pointer01.active .coverMessage{
    display: none!important;
}


.pointBox{
    display: none;
}
.addForm{
    display: block!important;
}
.pointBox.active{
    display: table;
}
.addItem{
    display: block;
}
.addItem .phaseBox{
    flex: 0;
    margin: 0;
}
.addForm.active{
    top: 0;
    position: unset;
    padding: 0px;
    border: 1px solid #ccc;
    border-top: 0;
}
.addForm .phaseSub {
    font-size: 1rem;
    padding: 6px 0;
}
.addForm .phaseItem table tr th {
    font-size: 1.3rem;
    padding: 2px 0;
    background-color: #F6F8F8 !important;
}
    
.addForm .phaseItem table tr td {
    font-size: 1.3rem;
    height: 40px;
    padding: 0;
    background-color: #fff !important;
}
.addForm .phaseItem table tr td.unavailable {
    background-color: #fff !important;
}
.addForm .phaseItem table tr td.currentday {
    background: #2E88D8!important;
    color: #fff !important;
}
.addForm .phaseItem table tr td.currentday a {
    color: #fff !important;
}
.addForm .phaseItem table tr td.saturday, .addForm .phaseItem table tr th.saturday {
    background-color: #EDF9FF !important;
}
.addForm .phaseItem table tr td.sunday, .addForm .phaseItem table tr td.holiday,
.addForm .phaseItem table tr th.sunday, .addForm .phaseItem table tr th.holiday {
    background-color: #FDF0F6 !important;
}
.addNote{
    margin: 16px 0 0;
    font-size: 1.2rem;
    line-height: 1.33;
    display: none;
}
.pointSp {
    margin-bottom: 0;
}

.reserveList dl.pointer dt{
    color: #222;
}
.reserveList dl.pointer dd{
    color: #CCCCCC;
    pointer-events: none;
}
.reserveList.active .pointer01 dd,
.reserveList dl.pointer02.active dd,
.reserveList dl.pointer03.active dd,
.reserveList dl.pointer04.active dd{
    pointer-events: initial;
    color: #222;
}
.reserveList.active .pointer01 dt,
.reserveList dl.pointer02.active dt,
.reserveList dl.pointer03.active dt,
.reserveList dl.pointer04.active dt{
    pointer-events: initial;
    color: #222;
}
.pointer05{
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0 15px 15px;
    box-sizing: border-box;
    background: #F6F8F8;
    border-top: 1px solid #ccc;
}
.pointTipsBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pointer05 .pointStyle{
    text-align: center;
    padding:15px 0 0;
    background: none;
    border: 0;
}
.pointStyle a{
    font-size: 1.2rem;
    width: 100%;
}
.pointer05.active{
    background-color: #FDFBED;
    padding: 15px;
    box-sizing: border-box;
}
.pointer05.active .pointTips {
    position: unset;
    transform: inherit;
}
.pointer05.active .pointStyle {
    border: 0;
}
.tips01{
    font-size: 1.3rem;
}
.tips02{
    font-size: 1.1rem;
    margin-top: 10px;
}
.fontsize{
    font-size: 1.1rem;
}

.coseSub{
    padding: 0 15px 0 10px;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
}
.coseSub.active{
    display: none;
}
.coseBox{
    display: none;
    width: 100%;
}
.costListNone{
    display: none;
}
.costList{
    padding: 15px 20px 25px 50px;
    margin: 0 0 15px;
}
.costLists {
    padding: 11px 20px 11px 50px;
    margin-bottom: 0;
}
.costList label{
    position: relative;
    width: 100%;
    margin: 0;
}
.costLeft {
    float: none;
    width: auto;
    display: none;
}
.costOvh{
    padding-left: 0;
}

.coseTxt{
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.coseTxt02{
    margin-bottom:0;
}
.coseMess{
    font-size: 1.1rem;
}
.coseMess span{
    font-size: 1.5rem;
    margin-left: 14px;
}
.coseMess span em{
    font-size: 1.1rem;
    margin-left: 14px;
}
.otherBtn{
    right: -15px;
    bottom: -15px;
    font-size: 1.3rem;
    padding-right:35px;
    background: url('../img/reserve/arrow_down.svg')no-repeat right center;
}
.otherBox{
    display: none;
}
.otherBox.active{
    display: block;
}
.otherBox{
    margin-left: -40px;
}
.otherList{
    padding: 10px 10px 5px 10px;
    margin-top: 30px;
    font-size: 1.1rem;
    line-height: 1.7;
}
.coseSub.active em i{
    float: right;
    font-style: initial;
}
.coseTxt03{
   display: flex;
   justify-content: space-between;
   width: 100%;
}
.coseTxt03 i{
    font-style: initial;
}
}


.mypageTxt{
	font-size: 1.6rem;
	line-height: 2.1rem;
	margin: 15px 0 30px;
}

.ec-blockBtn--cancel{
    display: flex;
    justify-content: center;
    align-items: center;
	max-width: 320px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #116ABA;
	border-radius: 3px;
	overflow: hidden;
	background: -moz-linear-gradient(top, #69B0F0, #4887D2);
	background: -webkit-gradient(linear, top, from(#69B0F0), to(#4887D2));
	background: -webkit-linear-gradient(top, #69B0F0, #4887D2);
	background: linear-gradient(top, #69B0F0, #4887D2);
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}

.ec-blockBtn--cancel:hover {
    opacity: .85;
}

.ec-headerLogout{
	margin-left: 20px;
}
.ec-headerLoginNum{
	color: #2E88D8;
}

.ec-itemNavLogout{
	color: #2E88D8 !important;
}

#page_mypage .ec-pageHeader h1{
	margin-top: 50px;
}

.mypageUser{
	display: flex;
	justify-content: space-between;
}
.mypageUserName{
	font-size: 2rem;
	color: #2E88D8;
	line-height: 2.1rem;
	align-items: center;
}
.mypageUserName span{
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: #555555;
	margin-left: 10px;
}
.mypageUserName img{
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.mypageUserPoint{
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: #222222;
}
.mypageUserPoint span{
	font-size: 2rem;
	line-height: 2.1rem;
	color: #2E88D8;
	margin: 0 20px;
}
.mypageUserPoint img{
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.mypageUserLogout{
	text-align: right;
	margin-top: 5px;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.mypageTag{
	border-bottom: 1px solid #CCCCCC;
}

.mypageTag ul{
	display: flex;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
}
.mypageTag ul li{
	width: 25%;
	list-style: none;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.mypageTag ul li a{
	border-top: 5px solid #fff;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	color: #222222;
}
.mypageTag ul li a.active,
.mypageTag ul li a:hover{
	text-decoration: none;
	border-top: 5px solid #A3271E;
}

.mypageTagBox{
	margin-top: 40px;
}

.mypageTagTit{
	height: 50px;
	background: #F6F8F8;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: 15px 20px;
	color: #222222;
	margin-bottom: 20px;
}
.mypageTagTit img{
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.mypageInfor{
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
}
.mypageInfor dl{
	display: flex;
	margin: 0;
	padding: 0;
}
.mypageInfor dt{
	width: 150px;
	height: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F6F8F8;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6rem;
	color: #222;
	border-bottom: 1px dotted #ccc;
}

.mypageInfor dd{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6rem;
	color: #222;
	border-bottom: 1px dotted #ccc;
}

.mypageInforBtn{
	margin-bottom: 40px;
	text-align: right;
}
.mypageInforBtn a{
	display: inline-flex;
	margin-left: 20px;
	width: 140px;
	height: 40px;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	background: #F6F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #555555;
}
.mypageInforBtn a:first-child{
	color: #2E88D8;
}
.mypageInforBtn a:hover{
	text-decoration: none;
	opacity: 0.85;
}

.mypageTagBox .queueItem{
	padding: 0;
}

.reserveConfirmItem > dl{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.reserveConfirmItem > dl > dt{
	width: 320px;
	flex-shrink: 0;
}

.reserveConfirmItem > dl > dd{
	padding-left: 20px;
}

.reserveConfirmItem > dl > dd .queueImg{
	display: none;
}

.reserveConfirmStatic{
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #222222;
	margin-top: 10px;
	margin-bottom: 10px;
}

.reserveConfirmStatic .reservationin{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #B21111;
	color: #fff;
	font-size: 1rem;
	margin-right: 15px;
}

.reserveConfirmStatic .visited{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #555555;
	color: #fff;
	font-size: 1rem;
	margin-right: 15px;
}

.reserveConfirmTel a{
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.reserveConfirmTel a img{
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}


.reserveConfirmInfor{
	margin-bottom: 10px;
	border-top: 1px dotted #ccc;
}
.reserveConfirmInfor dl{
	display: flex;
	margin: 0;
	padding: 0;
}
.reserveConfirmInfor dt{
	width: 150px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F6F8F8;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6rem;
	color: #222;
	border-bottom: 1px dotted #ccc;
}

.reserveConfirmInfor dd{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6rem;
	color: #222;
	border-bottom: 1px dotted #ccc;
}
.reserveConfirmInfor dd span{
	font-size: 1rem;
	color: #2E88D8;
}

.reserveConfirmLink{
	text-align: right;
	font-size: 1.2rem;
}

#page_mypage_change .ec-input input{
	color: #222;
}

#page_mypage_change .reserveList dl dt{
	width: 220px;
}


.ec-pager .ec-pager__item--active,
.ec-pager .ec-pager__item:hover{
	background-color: #222222;
}
.ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item--active:hover a,
.ec-pager .ec-pager__item:hover a{
	color: #fff;
}

.fc-theme-standard td.fc-custom {
    vertical-align: middle;
}
.fc-custom input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
}
.fc-custom .fc-datagrid-cell-frame {
    display: none;
}
.fc-custom input[type="checkbox"].hidden, input.checkbox-all.hidden {
    display: none;
}
.fc-datagrid-cell-cushion input.checkbox-all {
    margin-left: 4px;
}

@media screen and (max-width: 768px) {
	
	#page_mypage .ec-pageHeader h1{
		margin-top: 30px;
	}
	
	.mypageUser{
		display: block;
		justify-content: space-between;
	}
	.mypageUserName{
		font-size: 2rem;
		color: #2E88D8;
		line-height: 2.1rem;
		align-items: center;
	}
	.mypageUserName span{
		font-size: 1.6rem;
		line-height: 2.1rem;
		color: #555555;
		margin-left: 10px;
	}
	.mypageUserName img{
		width: 20px;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.mypageUserPoint{
		font-size: 1.6rem;
		line-height: 2.1rem;
		color: #222222;
	}
	.mypageUserPoint span{
		font-size: 2rem;
		line-height: 2.1rem;
		color: #2E88D8;
		margin: 0 20px;
	}
	.mypageUserPoint img{
		width: 20px;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.mypageUserLogout{
		text-align: right;
		margin-top: 5px;
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	
	.mypageTag{
		border-bottom: 1px solid #CCCCCC;
	}
	
	.mypageTag ul{
		display: flex;
		margin: 0;
		padding: 0;
		border-left: 1px solid #ccc;
	}
	.mypageTag ul li{
		width: 25%;
		list-style: none;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.mypageTag ul li a{
		border-top: 5px solid #fff;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		color: #222222;
	}
	.mypageTag ul li a.active,
	.mypageTag ul li a:hover{
		text-decoration: none;
		border-top: 5px solid #A3271E;
	}
	
	.mypageTagBox{
		margin-top: 20px;
	}
	
	.mypageTagTit{
		height: 50px;
		background: #F6F8F8;
		font-size: 1.6rem;
		line-height: 2rem;
		padding: 15px 20px;
		color: #222222;
		margin-bottom: 20px;
	}
	.mypageTagTit img{
		width: 20px;
		margin-right: 10px;
		vertical-align: middle;
	}
	.mypageInfor{
		margin-bottom: 20px;
		border-top: 1px dotted #ccc;
	}
	.mypageInfor dl{
		display: flex;
		margin: 0;
		padding: 0;
	}
	.mypageInfor dt{
		width: 150px;
		height: 60px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #F6F8F8;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.6rem;
		color: #222;
		border-bottom: 1px dotted #ccc;
	}
	
	.mypageInfor dd{
		width: 100%;
		height: 60px;
		display: flex;
		align-items: center;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.6rem;
		color: #222;
		border-bottom: 1px dotted #ccc;
	}
	
	.mypageInforBtn{
		margin-bottom: 40px;
		text-align: center;
	}
	.mypageInforBtn a{
		display: inline-flex;
		margin: 0 5px;
		width: 140px;
		height: 40px;
		align-items: center;
		justify-content: center;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #CCCCCC;
		background: #F6F8F8;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.4rem;
		line-height: 2rem;
		color: #555555;
	}
	.mypageInforBtn a:first-child{
		color: #2E88D8;
	}
	.mypageInforBtn a:hover{
		text-decoration: none;
		opacity: 0.85;
	}
	
	.mypageTagBox .queueItem{
		padding: 0;
	}
	
	.reserveConfirmItem > dl{
		display: block;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.reserveConfirmItem > dl > dt{
		display: none;
	}
	
	.reserveConfirmItem > dl > dd{
		padding-left: 0;
	}
	
	.reserveConfirmItem > dl > dd .queueImg{
		display: block;
		margin-right: 20px;
	}
	
	.reserveConfirmStatic{
		font-size: 1.2rem;
		line-height: 1.6rem;
		color: #222222;
		margin-bottom: 10px;
	}
	
	.reserveConfirmStatic .reservationin{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 18px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #B21111;
		color: #fff;
		font-size: 1rem;
		margin-right: 15px;
	}
	
	.reserveConfirmStatic .visited{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 18px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #555555;
		color: #fff;
		font-size: 1rem;
		margin-right: 15px;
	}
	
	.reserveConfirmTel a{
		display: inline-block;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.reserveConfirmTel a img{
		width: 20px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	
	.reserveConfirmInfor{
		margin-bottom: 10px;
		border-top: 1px dotted #ccc;
	}
	.reserveConfirmInfor dl{
		display: flex;
		margin: 0;
		padding: 0;
	}
	.reserveConfirmInfor dt{
		width: 100px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		padding: 6px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #F6F8F8;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.6rem;
		color: #222;
		border-bottom: 1px dotted #ccc;
	}
	
	.reserveConfirmInfor dd{
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 6px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.6rem;
		color: #222;
		border-bottom: 1px dotted #ccc;
	}
	.reserveConfirmInfor dd span{
		font-size: 1rem;
		color: #2E88D8;
	}
	
	.reserveConfirmLink{
		text-align: right;
		font-size: 1.2rem;
	}
	
}







/* !reserve__________Page
---------------------------------------------------------- */
.sp{
    display: none;
}
.pc{
    display: block;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.pc{
    display: none;
}
.sp{
    display: block;
}
}
