@charset "utf-8";
.sp_br{
display: none;
}
.pc_br{
display: block;
}
.abi_rogo:before{
content: url("../images/abigolf_rogo40_40.png");
margin-right: 20px;
position: relative;
top: 12px;
}
.abi_rogo02:before{
content: url("../images/abigolf_rogoB40_40.png");
margin-right: 20px;
position: relative;
top: 12px;
}
/*Abigolf�p*/
.abi_price table{
width: 100%;
margin-right: auto;
margin-left: auto;
font-size: 16px;
margin-bottom: 30px;
}
.abi_price tr{
max-width: 800px;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: space-around;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: dashed 1px #808080;
}
.abi_price tr th{
width: 100%;
margin-left: 10px;
margin-right: 10px;
font-weight: 600;
text-align: center;
}
.abi_price tr td {
width: 60%;
/* border-right: solid 1px #808080; */
margin-left: 10px;
margin-right: 10px;
text-align: center;
}
.abi_price tr td:nth-child(2){
width: 30%;
margin-left: 10px;
margin-right: 10px;
text-align: right;
padding-right: 20px;
}
.abi_price p{
text-align: center;
}
.abi_makerimg img{
padding: 10px
}
.abi_makerimgflex{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.justfy{
text-align: justify!important;
}
.txt_red{
color: red;
font-weight: 600;
}

.abi_message{
text-align: center;
line-height: 2.5em
}

.abi_iframe{
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}

.abi_snapwidget{
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}

.abi_map{
height: 500px;
}

#app h3 {
    text-align: center;
    font-size: 1.5em;
}

.col2 li dd dt{
text-align: center;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
.abi_add{
font-size: 16px;
}
.abi_fw600{
font-weight: 600;
font-size: 20px;
}
.abi_width70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
/*========= レイアウトのためのCSS ===============*/

h2,p {
    text-align:center;
    padding:10px;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
.inner{
	width: 95%;
}
.sp_br{
display: block;
}
.pc_br{
display: none;
}
.abi_price table{
max-width: none;
width: 100%;
}

.abi_price tr{
max-width: none;
width: 100%;
flex-wrap: wrap;
margin-bottom: 20px;
border-bottom: solid 1px #808080;
text-align: center;

}
.abi_price tr th{
width: 100%;
margin-left: 0;
margin-right: 0;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 10px;
border-right: none;
text-align: center;

}
.abi_price tr td{
width: 90%;
border-right: none;
margin-left: 0;
margin-right: 0;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 5px;
/*border-right: solid 1px #808080;*/
text-align: left;
}
.abi_price tr td:nth-child(2){
width: 30%;
margin-left: 0;
margin-right: 0;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
border-top: none;
vertical-align: middle;
}
.abi_makerimg img{
padding: 5px
}
p.abi_message {
text-align: justify;
font-size: 16px;
}
.abi_message {
text-align: justify;
line-height: 2.5em;
font-size: 16px;
}
p.abi_price {
font-size: 16px;
}
.abi_price p{
font-size: 16px;
}
.justfy{
text-align: justify!important;
}
.abi_width70 {
width: 95%;
}

}

/*Instagram*/
.abi_insta {
width: 70%;
margin-left: auto;
margin-right: auto;
}

/*新着情報*/
/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#newsWrap{
margin-left: auto;
margin-right: auto;
width: 50%;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:16px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:2em;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin-left: 2px;
	margin-right: 20px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
span.title {
font-weight: 600;
}
@media screen and (max-width: 480px) {
#newsWrap {
width: 90%;
}
}

/* メインコンテンツ */
#content {
  margin-left: 0;
  transition: margin-left 0.3s ease;
}

#sidebar.open ~ #content {
  margin-left: 250px;
}
