/* 註！！このファイルはパソコン用です */


/* 20180221 追加 */
.collabo-lead {
	width:1140px !important;
}


/* 20181225 追加 */
#newyear_information a {
	display: block;
	background: #e94e52;
	color: white;
	padding: 1.18em 0;
	font-weight: bold;
	font-size: 1rem;
}

#newyear_information div {
	width: 1140px;
	margin: auto;
}


/* 20190228 追加 : 取材フォーム（取材・企業様からのお問い合わせ） */
#category_media-inquiry .aboutcafe-block {
	padding-top: 0 !important;
}

#category_media-inquiry button, #category_media-inquiry input, #category_media-inquiry select, #category_media-inquiry textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
	padding: 0.3em 1em;
	border-radius: 3px;
}

#category_media-inquiry [type=text], #category_media-inquiry select, #category_media-inquiry textarea {
	width: 100% !important;
}

#category_media-inquiry textarea {
	width: 100% !important;
}

#category_media-inquiry [type=checkbox], #category_media-inquiry [type=radio], #category_media-inquiry legend {
	margin-right: 1em;
}

#category_media-inquiry #contents .headline p {
	margin: 1em 0;
}

#category_media-inquiry .media_inquiry_caution {
	border: 1px #ccc solid;
}

#category_media-inquiry .media_inquiry_caution p {
	border: 1px #ccc dashed;
	margin: 0 !important;
	padding: 1ex;
	line-height: 1.75;
	color: #333;
}

#category_media-inquiry table {
	width: 100%;
}

#category_media-inquiry th {
	background: #f5f5f5;
	text-align: left;
	width: 30%;
	padding: 1em;
	padding-right: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	top: 0;
	left: 0;
}

#category_media-inquiry th em {
	position: absolute;
	top: 50%;
	right: 1em;
	background: #ea0044;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 1ex;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 3px;
}

#category_media-inquiry td {
	width: 70%;
	padding: 1em;
	padding-right: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#category_media-inquiry .other_inquiery_link p {
	font-size:0.8em;
	color:#333;
}

#category_media-inquiry .other_inquiery_link p span {
	padding-left:2em;
}

#category_media-inquiry h3 span {
	font-size:64%;
	color:#999;
	padding-left:1em;
	font-weight: normal;
}

#category_media-inquiry #contact_error_msg {
	display: block;
	padding: 2em 0;
	background: #f5f5f5;
	color: #ea0044;
	padding-left: 1em;
	font-size: 2rem;
}

#footer .footer-contact .contact-note li:first-child:after {
	content: "" !important;
}

#footer .footer-nav {
	width: auto;
}

#footer .footer-nav .footer-nav-col:last-child {
	border-right: none;
}


/* 20191225 追加 : トップページ アニメイトカフェ出張版・キッチンカー */
.topKitchencar .morelinks-box article .pik a:hover{
    opacity:.7
}

.topKitchencar{
    padding-bottom:0
}
.topKitchencar .morelinks-box{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}
.topKitchencar .morelinks-box article{
    width:550px;
    margin-bottom:50px;
    padding:30px;
    color:#333;
    background:#f4f4f4
}
.topKitchencar .morelinks-box article .pik{
    margin-bottom:30px;
    text-align:center
}
.topKitchencar .morelinks-box article .pik a{
    display:inline-block;
    outline:0;
    text-decoration:none!important
}
.topKitchencar .morelinks-box article .pik a img{
    max-width:100%;
    height:auto
}
.topKitchencar .morelinks-box article .title{
    margin:0 0 1.2em;
    font-weight:400;
    font-size:22px;
    text-align:center
}
.topKitchencar .morelinks-box article .text{
    font-size:14px;
    line-height:2
}
.topKitchencar .morelinks-bnr{
    clear:both;
    width:1024px;
    margin:0 auto;
    padding:0
}
.topKitchencar .morelinks-bnr li{
    display:inline-block;
    width:235px;
    height:80px;
    margin:14px 8px 0;
    text-align:center
}
.topKitchencar .morelinks-bnr li img{
    max-width:100%;
    height:auto
}


/* 20200219 footer */
#footer .footer-contact .contact-box {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#footer .contact-box dl dt {
	margin-top: 20px;
}
#footer .contact-box dt~dd {
	margin-top: 7px;
	font-size: 12px;
	font-weight: normal;
}
#footer .contact-box dl dt:first-child, #footer .contact-box dl dd:first-child {
	margin: 0;
}
