@charset "utf-8";

.pc{ display:none!important; }
.sp{ display:block!important; }	

h2.title-default{
	display: none;
}

#main .inner {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;

}
.content-page_contents{
	padding: 0;
}

.inner_new{
    width: 100%;
    margin: 0 auto;	
}

.inner_img{
    width: 100%;
    margin: 0 auto;	
}

.inner_in{
	padding: 0 2%;
}

#crumb {
    display: none;
}

/*bg*/

.bg-image {
    background: url(/share/images/lp/art_yokohama_open/bg.jpg) no-repeat center top fixed;
    background-size: cover;
    padding:0;
}

/*
.bg-image2 {
    background: url(/share/images/art_sports/lp/arthonten_reopen/bg2.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 30px 0;
}*/



/*タイトル*/
main .content-page_contents h2.fukidashi{ 
 	position: relative;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	background: #e60012;
	text-align: center;
    width: 100%;
	font-size: 18px;
    padding: 10px 0;
	margin: 20px 0 1.5em;
}
h2.fukidashi:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e60012;
}

.arthonten .bg_line{
	background: #e60012;
}
.arthonten .under_line {
    border-bottom: solid 3px #e60012;
}

main .content-page_contents h2.fuki_red{ 
	background: #bf1826;
}
h2.fuki_red:before{
	border-top: 15px solid #bf1826;
}

ul.prezent2 li{
  padding: 1%;
  margin: 0 0 2% 0;
	background: rgba(255,255,255,0.8);
}

ul.prezent2 li.red{
	color: #e60012;
}
ul.prezent2 li h3{
	font-weight: bold;
	font-size: 1.1em
}
ul.prezent2 li h3.big_h3{
    font-size: 1.8em;
    background: #fff100;
    display: inline-block;

}



/*平出さん部分*/
.guest{
	margin: 10px 0 0;
}
.guest h3{
	background: #10133B;
	padding: 0 8px;
	color: #fff;
	display: inline-block;
	margin: 10px 0 5px;
}

/*店長コメント*/
.shop .shop_img {
    width: 60%;
    text-align: center;
    margin: 0 auto 10px;
}

.arthonten .oh .shop_txt {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #555;
    box-sizing: border-box;
    text-align: left;
    border-radius: 6px;
}

.shop_txt::before {
    margin-top: -12px;	
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -14px;
    border: 12px solid transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 12px;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}
.shop_txt::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-top: -15px;	
    margin-left: -16px;
    border: 14px solid transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 14px;
    border-bottom: 14px solid #555;
    z-index: 1;
}
.shop_txt li:first-child, .shop_txt li:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
}	


.shop_info{
	background: #fff!important;
	text-align: left;
	font-size: 1.2em;
	padding: 2%!important;
}

.shop_info h3{
	font-size:1.4em!important;
}

ul.prezent3{
	display: flex;
}
ul.prezent3 li{
	flex-basis: auto;
}

.red_box{
	border: 4px solid #e60012;
}

.red_box .ttl_red{
	padding: 20px 2%;
    background: #e60012;
    color: #fff;
}

.red_box .inner_in{
	padding: 1%;
}
.red_box .inner_in p{
	padding: 2%;
}

p.bnt_link{
	background-color: #00003B;
    border: 1px solid #00003B;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 15px;
}
.bnt_link a {
    color: #fff;
}

/* ---------------------------------------------------------
 tablet 768px - 889px
---------------------------------------------------------- */
@media print, screen and (min-width:768px) {
.pc{ display:none!important; }
.sp{ display:block!important; }	
	

}

/* ---------------------------------------------------------
 tablet / desktop 890px - 1023px
---------------------------------------------------------- */

@media print, screen and (min-width:890px) {
.pc{ display:block!important; }	
.sp{ display:none!important; }	
	
ul.prezent2{
	display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}
ul.prezent2 li{
	flex-basis: auto;
  width: 47%;
}	
ul.prezent2 li.red h3{
	font-size: 1.5em
}

}

/* ---------------------------------------------------------
 desktop 1024x - 
---------------------------------------------------------- */
@media print, screen and (min-width:1024px) {
.pc{ display:block!important; }

	
#main .inner {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.content-page_contents{
	padding: 0;
}
	
.inner_new{
    width: 1000px;
}
	
.inner_img{
    width: 1000px;
}
.inner_in{
	padding: 0;
}	

/*bg*/
/*.bg-image {
    padding: 60px 0;
	    padding: 100px 0;
    min-height: 700px;
}
.bg-image2 {
    padding: 60px 0;
}*/

	
main .content-page_contents h2.fukidashi{ 
	margin: 40px 0 1.5em;
	font-size: 24px;	
}
	
.toyama .oh{ 
	display: flex;
}
.arthontenarthonten .oh .fl{
	padding: 0.5% 0.5% 0;
	width: 49%;
}
.arthonten .oh .fr{ 
	padding: 0.5% 0.5% 0;
}
	
/*企画*/
.arthonten .kikaku .fl{
    padding: 0.5% 1% 0;
    width: 50%;
}	

/*店長コメント*/
.arthonten .oh .shop_img {
    width: 15%;
	margin: 0;
	float: left;
}	
.arthonten .oh .shop_txt {
    width: 78%;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em 15px;
    padding: 20px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    text-align: left;
    border-radius: 6px;
}
.shop_txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -12px;
	margin-left: 0;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}
.shop_txt:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
	margin-left: 0;
    border: 15px solid transparent;
    border-right: 15px solid #555;
    z-index: 1;
}	
.arthonten .oh .inner_in
	{width: 100%;}

/*shopinfo*/
.shop_img{
	background:#FFF;
}

.shop_info{
	width:50%;
}

.map{
	width: 490px;		
	background:#FFF;
}
	
}











