body {
	color: #333;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ","Meiryo",Verdana,"ＭＳ ゴシック",Osaka-mono,sans-serif;
	line-height: 1.3;
	letter-spacing: 1px;
	width: 100%;
}


.aboutmidashi{
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}

a.gazoukashi{
    background-color:#fff; /*背景に白を設定*/
    display:block; /*ブロック化重要！*/
    }
a.gazoukashi img{
    transition:all 0.5s ease;
    }
a:hover.gazoukashi img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    }
}
/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a{
	position: relative;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a:hover{
	text-decoration: underline;
}
.small {
	font-size: 75%;
}

.pc.inline-block {
	display: inline-block !important;
}
.pc.inline{
	display: inline !important;
}
.sp{
	display: none !important;
}
.sp.inline-block {
	display: none !important;
}
.sp.inline{
	display: none !important;
}
.tab{
	display: none !important;
}
.btn_area-c {
	text-align: center;
} 
@media screen and (min-width:768px) and (max-width:992px){
	.tab{
		display: inherit !important;
	}
}
@media screen and (max-width:767px){
	.pc,
	.pc.inline,
        .pc.inline-block {
		display: none !important;
	}
	.sp,
	.sp.tab{
		display: inherit !important;
	}
	.sp.inline{
		display: inline !important;
	}
	.sp.inline-block {
		display: inline-block !important;
	}
}

.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}

.swiper-button-next,
.swiper-button-prev{
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
        --swiper-navigation-color: #02802d;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	left: 10px;
	right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
	right: 10px;
	left: auto;
}
.swiper-pagination{
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
}
.swiper-pagination-bullet{
	cursor: pointer;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.8;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  --swiper-pagination-color: #02802d;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.wrap{
	padding-top: 126px;
}
@media screen and (max-width:767px){
	.wrap{
		padding-top: 90px;
	}
}

/*============================================================================

		header

============================================================================*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	background: #fff;
}
.btn_head{
	display: inline-block;
	width: 108px;
	margin-left: 3px;
	padding: 5px 0;
	text-align: center;
	background: #1e8039;
	color: #fff;
	font-size: 85.7%;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.btn_head.btn-red{
	background-color: #de3d3d;
}

.head_deformation,
.head_deformation div,
.head_deformation a,
.head_deformation span,
.head_deformation img{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.head_deformation .head_line{
	margin-top: -42px;
}
.head_deformation .call_center{
	display: none !important;
}
.head_deformation .head_ttl img{
	width: 120px;
}

.head_line{
	position: relative;
	border-bottom: solid #d2d2d2 1px;
	padding: 8px 0;
	margin-bottom: 0px;
}
.head_line .ttl{
/*	font-size: 85.7%;*/
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 100px;
}
.head_line .print,
.head_line .link{
	position: relative;
	float: right;
	padding-left: 10px;
	font-size: 85.7%;
	font-weight: bold;
	text-decoration: none;
}
.head_line .print{
	position: relative;
	display: inline-block;
	/*color: #1e8039;*/
	padding-left: 15px;
	padding-right: 20px;
	margin-left: 30px;
	border: solid 2px #9b9b9b;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-weight: bold;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.head_line .print:hover{
	background-color: #9b9b9b;
	color: #fff;
}
.head_line .print:after{
	content: "";
	display: block;
	position: absolute;
/*	background: url(/sapporo/wp-content/themes/acu-h/img/common/icon_print2.png) no-repeat 0 0;*/
	width: 13px;
	height: 12px;
	top: 4px;
	right: 5px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.head_line .print:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: -19px;
	width: 1px;
	height: 15px;
	margin-top: -8px;
	background-color: #ddd;
}
.head_line .print:hover:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_print_active.png);*/
}
.head_line .link{
	padding: 2px 0;
	padding-left: 10px;
	margin-left: 10px;
}

.head_line .link:hover{
	text-decoration: underline;
}
.head_line .link:after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width:767px){
	.head_line{
		display: none
	}
}

.head_body{
	position: relative;
}
@media screen and (max-width:767px){
	.head_body{
		margin-left: -15px;
		margin-right: -15px;
	}
}

.head_ttl{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.head_ttl img{
	width: 177px;
}
@media screen and (max-width:767px){
	.head_ttl{
		float: none;
		padding: 10px 0;
		margin-bottom: 0;
		text-align: center;
	}
	.head_ttl img{
		width: auto;
		height: 50px;
	}
}

.head_info{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
        position: relative;
}
@media screen and (max-width:767px){
	.head_info{
		margin-bottom: 0;
	}
}

.head_info .member {
	display: block;
	/*padding: 8px 8px 8px 10px;
	background: #d8d8d8;
	font-size: 90%;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#head_contact {
	position: relative;
	top: 13px;
	float: right;
        width: 425px;
}
#head_contact p:first-child {
	float: left;
}
#head_btns {
	float: right;
}
#head_btns a:first-child {
	margin-bottom: 5px;
}
#head_btns a {
	display: inline-block;
	padding: 8.5px 0;
}
.head_info .member .btn_head{
	font-size: 100%;
}
.head_info .member .btn_head:hover{
	text-decoration: none;
}
.head_info .member .btn_head.btn-green:hover{
	background-color: #20903F;
}
.head_info .member .btn_head.btn-red:hover{
	background-color: #EA3636;
}
.head_info .member .tel_number{
	position: relative;
	top: 12px;
	vertical-align: middle;
}
#head_contact p:last-child {
	line-height: 1.8em;
}
@media screen and (max-width:767px){
	.head_ttl{
		margin-top: 0;
	}
	#head_btns {
		float: none;
	}
	.head_info .member {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%;
		background: none;
	}
	.head_info .member br {
		display: none;
	}
	#head_btns .btn_head,
	.head_info .member .btn_head{
		display: table;
		table-layout: fixed;
		height: 70px;
		margin: 0;
		width: 100%;
		padding: 0;
		font-size: 107.1%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#head_btns .cell,
	.head_info .member .btn_head .cell{
		display: table-cell;
		vertical-align: middle;
		line-height: 1.3;
	}
	.head_info .member .btn-green{
		display: none;
	}
}

.head_info .call_center{
	display: table;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	line-height: 1.8;
}
.head_info .call_center .cell{
	display: table-cell;
	vertical-align: bottom;
}
.head_info .call_center .tel_number{
	margin-left: 20px;
	vertical-align: baseline;
}
@media screen and (max-width:767px){
	.head_info .call_center{
		display: none;
	}
}

.head_toggle_btn{
        float:right;
        position: relative;
        right: 0;
        top: 35px;
        display: block;
        width: 40px;
        height: 30px;
        margin-top: -15px;
        z-index: 3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.gl_nav{
	position: relative;
	border-top: solid 1px #ababab;
	display: none;
}
.gl_nav ul li{
	position: relative;
	float: left;
	width: 13.3%;
	border-left: solid 1px #ababab;
	text-align: center;
}
.gl_nav .col-md-12{
	position: static;
}
.gl_nav ul li:last-child{
	width: 20%;
	border-right: solid 1px #ababab;
}
.gl_nav a{
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 5px;

}
.gl_nav a.active,
.gl_nav li > a:hover{
	background-color: #1e8039;
	color: #fff;
}
.gl_nav-child_wrap{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 115%;
	padding: 0 0;
	background: #f4f4f4;
	background: rgba(244,244,244,.9);
	z-index: 100;
	font-size:12px;
}

@media screen and (min-width:768px){
	.category01 .gl_nav-child_wrap{
		width: 140%;
	}
	.category04 .gl_nav-child_wrap{
		width: 125%;
	}
	.category06 .gl_nav-child_wrap{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	.gl_nav-child_wrap{
		width: 100%;
	}
}
.gl_nav-child{
	/*width: 960px;*/
	margin: 0 auto;
}
.gl_nav .gl_nav-child li{
	position: relative;
	display: block;
	float: none;
	/*float: left;*/
	/*margin-right: 20px;*/
	text-align: left;
	width: auto;
	padding-left: 22px;
	border: none;
}
.gl_nav .gl_nav-child li:after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 10px;
	margin-top: -5px;
        border-top: 3px solid #999;
        border-right: 3px solid #999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gl_nav .gl_nav-child li:last-child{
	width: auto;
	border: 0;
}
.gl_nav .gl_nav-child li a:hover{
	color: #1e8039;
	background: none;
}
	.gl_nav{
		display: none;
		background: #e2e2e2;
		text-align: left;
		overflow-y: scroll !important;
	}
	.gl_nav ul{
		margin-left: -15px;
		margin-right: -15px;
	}
	.gl_nav a{
		padding-left: 15px;
		padding-right: 15px;
	}
	.gl_nav ul li{
		position: relative;
		float: none;
		width: 100%;
		border: 0;
		border-bottom: solid 1px #ababab;
		text-align: left;
	}
	.gl_nav ul li:last-child{
		width: 100%;
		border: 0;
	}
	.gl_nav ul li.menu_member{
		text-align: center;
		padding: 15px 15px;
	}
	.gl_nav ul li.menu_member .btn_base{
		font-size: 120%;
		padding-top: 6px;
		padding-bottom: 6px;
                line-height: 1.8;
	}
	.gl_nav ul li.menu_member .btn_base.phone{
		letter-spacing: 0px;
		margin-top: 10px;
	}
	.gl_nav ul li.menu_member .btn_base.btn-green.phone:after{
/*		background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_phone.png);*/
		height: 19px;
		top: 43%;
		right: 8px;
	}
	.gl_nav ul li:after,
	.gl_nav .gl_nav-child li:after{
		content:"";
		display: block;
		position: absolute;
		width: 10px;
		height: 10px;
		top: 21px;
		right: 15px;
		left: auto;
		border-top: 3px solid #333;
		border-right: 3px solid #333;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gl_nav ul li.active:after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.gl_nav ul li.menu_member:after{
		content: none;
	}
	.gl_nav .gl_nav-child_wrap{
		position: static;
		padding: 0;
	}
	.gl_nav .gl_nav-child{
		position: static;
		text-align: left;
		width: 100%;
		margin: 0;
		border-top: solid 1px #ababab;
		background-color: #c6c6c6;
	}
	.gl_nav .gl_nav-child li{
		padding-left: 1em;
		display: block;
		float: none;
		margin-right: 0;
	}
@media screen and (max-width:767px){
	.head_toggle_btn {
          float: none;
	  position: absolute;
	  display: block;
	  width: 40px;
	  height: 30px;
	  top: -45px;
	  right: 10px;
	  margin-top: -15px;
	  z-index: 3;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
}
	.head_toggle_btn span {
	  display: block;
	  background: #02802d;
          color: #02802d;
	  width: 40px;
	  height: 4px;
	  position: absolute;
	  left: 0;
	  transition: all 0.4s;
	  -webkit-transition: all 0.4s;
	  -moz-transition: all 0.4s;
          text-align: center;
          font-size: 12px;
	}
	.head_toggle_btn span:first-child {
	  top: 0;
	  background: rgb(229, 0, 18);
	}
	.head_toggle_btn span:nth-child(2) {
	  margin-top: -2px;
	  top: 50%;
	  background: rgb(0, 158, 232);
	}
	.head_toggle_btn span:nth-child(3) {
	  bottom: 0;
	}
	.head_toggle_btn span:last-child {
	  padding-top: 4px;
	  bottom: -4px;
          background: none;
	}
	.head_toggle_btn.active span:first-child {
	  -webkit-transform: translateY(8px) rotate(45deg);
	  -moz-transform: translateY(8px) rotate(45deg);
	  -ms-transform: translateY(8px) rotate(45deg);
	  transform: translateY(8px) rotate(45deg);
	}
	.head_toggle_btn.active span:nth-child(2) {
	  opacity: 0;
	}
	.head_toggle_btn.active span:last-child {
	  -webkit-transform: translateY(-8px) rotate(-45deg);
	  -moz-transform: translateY(-8px) rotate(-45deg);
	  -ms-transform: translateY(-8px) rotate(-45deg);
	  transform: translateY(-8px) rotate(-45deg);
	}



/*トピックス*/
.top_info_area{
	margin-top: 40px;
	-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
}
.topics_block,
.fb_block{

	margin: auto;
}
.topics_block .ttl{
	position: relative;
	border-bottom: solid 2px #333;
}
.topics_block .ttl a{
	position: absolute;
	right: 0;
	top: 10px;
	padding-left: 10px;
	font-size: 85.7%;
	text-decoration: none;
}
.topics_block .ttl a:after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 0;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topics_block .ttl h2{
	font-size: 171.4%;
}

.topics_block .tab_list{
	position: relative;
}
.topics_block .tab_list:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #d2d2d2;
	z-index: 0;
}
.topics_block .tab_list li{
	display: inline-block;
	position: relative;
	border-bottom: 3px solid #d2d2d2;
	z-index: 10;
}
.topics_block .tab_list a{
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #d2d2d2;
}
.topics_block .tab_list li.active{
	border-color: #1e8039;
}
.topics_block .tab_list li.active a{
	color: #1e8039;
}
@media screen and (max-width:767px){
	.topics_block .tab_list {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.topics_block .tab_list li{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		line-height: 1.3;
		width: 38%;
	}
	.topics_block .tab_list li:nth-child(1){
		width: 24%;
	}
	.topics_block .tab_list a{
		padding: 10px 8px;
	}
}
.topics_block .tab_block_wrap{
	position: relative;
}
.topics_block .tab_block_wrap .tab_block{
	display: none;
}
.topics_block .tab_block_wrap .tab_block.show{
	display: block;
}
.topics_block .tab_block_wrap .tab_block dl{
	margin-top: 15px;
}
.topics_block .tab_block_wrap .tab_block dt span{
	display: inline-block;
	margin-right: 3px;
}
.topics_block .tab_block_wrap .tab_block dt .date{
	color: #666666;
	font-size: 92.9%;
}
.topics_block .tab_block_wrap .tab_block dt .tag{
	line-height: 1;
	width: 127px;
	padding: 4px 0;
	background-color: #1e8039;
	color: #fff;
	font-size: 85%;
	text-align: center;
}
.topics_block .tab_block_wrap .tab_block dt .tag.yomiuri{
	background-color: #235c8f;
}
.topics_block .tab_block_wrap .tab_block dd{
	padding-top: 8px;
	padding-bottom: 13px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #808080;
}
.topics_block .tab_block_wrap .tab_block dd .more{
	color: #dd3924;
}
.topics_block .tab_block_wrap .tab_block dd .content_ttl{
	display: block;
	font-size: 120%;
	line-height: 1.5;
}
.topics_block .tab_block_wrap .tab_block dd .content_text{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 90%;
	/*text-decoration: underline;*/
	/*color: #333;*/
}
.topics_block .tab_block_wrap .tab_block dd a{
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.topics_block .tab_block_wrap .tab_block dd a:hover{
	text-decoration: underline;
}
.topics_block .tab_block_wrap .tab_block dd:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.topics_block .tab_block_wrap .tab_block dt .date{
		display: block;
	}
}

/*トピックス*/
.archive_content_area{
	padding-bottom: 30px;
	border-bottom: solid 1px #bfbfbf;
}
/*wordpress用 スタイル*/
.archive_content_area p{
	margin: 15px 0;
}
.archive_content_area ul,
.archive_content_area ol{
	padding-left: 20px;
}
.archive_content_area ul{
	list-style: disc;
}
.archive_content_area ol{
	list-style: decimal;
}
.archive_content_area strong {
	font-weight: bold;
}
.archive_content_area em {
	font-style: italic;
}
.archive_content_area blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.archive_content_area .aligncenter {
    display: block;
    margin: 0 auto;
}
.archive_content_area .alignright {
	float: right;
}
.archive_content_area .alignleft {
	float: left;
}
.archive_content_area table td,
.archive_content_area table th{
	padding: 10px;
	border: solid 1px #bbbbbb;
}
.archive_content_area table th{
	background: #ededed;
}
.archive_content_area img[class*="wp-image-"],
.archive_content_area img[class*="attachment-"]{
    max-width: 100%;
    height: auto;
}
/* //wordpress用 スタイル*/
@media screen and (max-width:767px){
	.archive_content_area{
		margin-bottom: 20px;
	}
}
.archive_side_block .item{
	margin-bottom: 20px;
}
.archive_side_block ul{
	margin-top: -23px;
	font-size: 94%;
	font-weight: bold;
}
.archive_side_block li{
	border-bottom: dashed 1px #bbb;
	padding: 12px 10px;
}
.archive_side_block li a{
	position: relative;
	padding-right: 0px;
	padding-left: 15px;
	color: #333;
	text-decoration: none;
}
.archive_side_block li a:hover{
	text-decoration: underline;
}
.archive_side_block li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.next_prev .btn_base{
	vertical-align: middle;
	margin: 0 5px;
}
.next_prev .btn_base.prev:after{
	right: auto;
	left: 10px;
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_left.png);*/
}
.next_prev .btn_base.prev:hover:after{
	right: auto;
	left: 10px;
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_left_active.png);*/
}
.next_prev .btn_base.top:after,
.next_prev .btn_base.hover:after{
	content: none;
}

.next_prev .btn_base.no_link,
.next_prev .btn_base.no_link:hover{
	cursor: default;
	opacity: 0.5;
	border-color: #C7C7C7;
	color: #C7C7C7;
	background-color: initial;
}
.next_prev .btn_base.no_link:after,
.next_prev .btn_base.no_link:hover:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_left_gray.png);*/
}

.next_prev .btn_base.next.no_link:after,
.next_prev .btn_base.next.no_link:hover:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_gray.png);*/
}
#pagenation{
	margin-top: 20px;
	text-align: center;
}
.pagination li{
	display: inline-block;
}
.pagination li a,
.pagination li span{
	display: block;
	border: 2px solid #1e8039;
	color: #fff;
	margin: 0 3px;
	padding: 6px 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-weight: bold;
}
.pagination li a{
	text-decoration: none;
	color: #1e8039;
}
.pagination li span,
.pagination li a:hover{
	border: 2px solid #1e8039;
	background-color: #1e8039;
	color: #fff;
}

@media screen and (max-width:767px){
	.next_prev .btn_base{
		display: inline-block;
		width: 46%;
		min-width: 0;
		margin: 0;
	}
	.next_prev .btn_base.prev,
	.next_prev .btn_base.next{
		width: 45px;
		height: 45px;
		padding: 0;
	}
	.next_prev .btn_base.prev span,
	.next_prev .btn_base.next span{
		display: none;
	}
	.next_prev .btn_base.prev:after,
	.next_prev .btn_base.prev:hover:after{
		left: 50%;
		margin-left: -7px;
	}
	.next_prev .btn_base.next:after,
	.next_prev .btn_base.next:hover:after{
		right: 50%;
		margin-right: -7px;
	}
}

/*============================================================================

		main_contents

============================================================================*/

/*パンくず*/
.pan{
	background: #e9e9e9;
	padding: 8px 0;
	font-size: 93%;
}
.pan li{
	position: relative;
	float: left;
	margin-right: 10px;
	padding-left: 16px;
}
.pan li:before{
	content:"";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 0;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pan li:first-child{
	padding-left: 0;
}
.pan li:first-child:before{
	content: none;
}
.pan li span{
	color: #1e8039;
	font-weight: bold;
}

/*ポイント部分フォント設定*/
.color_point{
  color: #dd3924;
  font-weight: bold;
  font-style: normal;
}

/*記事部分*/

/*offset*/
.left_offset01{
	padding-left: 1em;
}

/*margin-bottom*/
.mg_bottom-s{
	margin-bottom: 10px;
}
.mg_bottom-m{
	margin-bottom: 20px;
}
.mg_bottom-l{
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.mg_bottom-s,
	.mg_bottom_sp-s{
		margin-bottom: 10px;
	}
	.mg_bottom-m,
	.mg_bottom_sp-m{
		margin-bottom: 15px;
	}
	.mg_bottom-l,
	.mg_bottom_sp-l{
		margin-bottom: 35px;
	}
}

.article_area{
	padding-top: 20px;
	padding-bottom: 40px;
}
/*.article_area .row{
	margin-top: 30px;
	margin-bottom: 30px;
}
.article_area p{
	margin: 1em 0;
}*/
.article_area a{
	color: #25a0e6;
	text-decoration: underline;
}
.article_area a:hover{
	text-decoration: none;
}
.indent {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:767px){
	.indent{
		/*display: table-cell;*/
		width: 94%;
	}
}
.article_area .para{
	/*margin-top: 40px;*/
	margin-bottom: 35px;
}
.article_area .para-l{
	/*margin-top: 40px;*/
	margin-bottom: 55px;
}
.article_area .para-line{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: solid 1px #c1c1c1;
}

/*.article_area p a{
	color: #25a0e6;
	text-decoration: underline;
}
.article_area p a:hover{
	text-decoration: none;
}*/

@media screen and (max-width:767px){
	/*.article_area .row{
		margin-top: 15px;
		margin-bottom: 15px;
	}*/
	.article_area .para{
		/*margin-top: 40px;*/
		margin-bottom: 20px;
	}
	.article_area .para-l{
		/*margin-top: 40px;*/
		margin-bottom: 45px;
	}
	.article_area .para-line{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: solid 1px #c1c1c1;
	}
}

/*見出し*/
.heading_main{
	text-align: center;
	font-size: 200%;
	margin-top: 20px;
	margin-bottom: 60px;
}
.heading_main span{
	display: inline-block;
	border-bottom: solid 2px #333;
	padding: 0 3px 4px;
}
@media screen and (max-width:767px){
	.heading_main{
		margin-top: 10px;
		margin-bottom: 35px;
		font-size: 170%;
		line-height: 1.4;
	}
	.heading_main span{
		padding-bottom: 10px;
	}
}

.heading_sub-type01{
	position: relative;
	font-size: 157.1%;
	margin-bottom: 30px;
	padding-bottom: 5px;
	z-index: 5;
}
.heading_sub-type01:after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #bfbfbf;
}
.heading_sub-type01 span{
	position: relative;
	display: inline-block;
	/*padding: 0 5px;*/
	z-index: 10;
}
.heading_sub-type01 span:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #1e9539;
}
.heading_sub-type01-archive_side {
	font-size: 120%;
	padding-top: 9px;
	display: block;
}
.heading_sub-type01-archive_side span:after{
	content: none;
}
@media screen and (max-width:767px){
	.heading_sub-type01{
		font-size: 132%;
	}
}

.heading_sub-type02{
	font-size: 157.1%;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.heading_sub-type02{
		font-size: 132%;
	}
}

.heading_sub-type03,
.heading_sub-typeflow{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #bbbbbb;
	font-size: 121.4%;
}
.heading_sub-type03 span{
	border-left: solid 4px #1e9539;
	padding: 2px 0 2px 10px;
}

.heading_sub-type04{
	color: #1e9539;
	font-size: 110%;
	margin-bottom: 5px;
}
.heading_number{
	position: relative;
	display: inline-block;
	top: -1px;
	min-width: 34px;
	margin-right: 10px;
	padding: 4px 2px;
	border: solid 3px #1eaa39;
	line-height: 1;
	color: #1eaa39;
	font-style: normal;
	font-size: 95%;
	text-align: center;
}

/*リストスタイル*/
.list_link > li{
	position: relative;
	padding-left: 15px;
	margin: 5px 0;
}
.list_link > li:after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 9px;
	left: 0;
	border-top: 2px solid #1e8039;
	border-right: 2px solid #1e8039;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list_link a{
	color: #333 !important;
	text-decoration: none;
}
.list_link a[href$=".pdf"]:after{
	position: relative;
	top: 2px;
/*	content: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pdf_s.png);*/
	margin-left: 5px;
}
.list_link a:hover{
	text-decoration: underline;
}

.list_annotation{
	font-size: 93%;
	line-height: 1.6;
}
.list_annotation > li{
	text-indent: -1em;
	padding-left: 1em;
	margin: 5px 0;
}
.list_number{
	counter-reset: list_number;
}
.list_number > li{
	position: relative;
	padding-left: 23px;
	margin: 5px 0;
}
.list_number > li:before{
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: list_number;
	content: counter(list_number)".";
	color: #1e8039;
	font-weight: bold;
}

/*flort右寄せ設定*/
.change_fl_right .col-md-1,
.change_fl_right .col-md-2,
.change_fl_right .col-md-3,
.change_fl_right .col-md-4,
.change_fl_right .col-md-5,
.change_fl_right .col-md-6,
.change_fl_right .col-md-7,
.change_fl_right .col-md-8,
.change_fl_right .col-md-9,
.change_fl_right .col-md-10,
.change_fl_right .col-md-11,
.change_fl_right .col-md-12{
	float: right;
}
@media screen and (max-width:767px){
	.change_fl_right .col-md-1,
	.change_fl_right .col-md-2,
	.change_fl_right .col-md-3,
	.change_fl_right .col-md-4,
	.change_fl_right .col-md-5,
	.change_fl_right .col-md-6,
	.change_fl_right .col-md-7,
	.change_fl_right .col-md-8,
	.change_fl_right .col-md-9,
	.change_fl_right .col-md-10,
	.change_fl_right .col-md-11,
	.change_fl_right .col-md-12{
		float: none;
	}
}

/*テーブルスタイル*/
.table_base{
  table-layout: fixed;
  width: 100%;
}
.table_base th,
.table_base td{
  border: solid 1px #bbbbbb;
  padding: 13px;
}
.table_base th{
  background: #ededed;
  vertical-align: middle;
  padding: 13px 20px;
}
.table_base .point_green,
.table_base .point_green th,
.table_base .point_green td{
  background: #919191;
  color: #fff;
}
.table_base .point_yellow,
.table_base .point_yellow th,
.table_base .point_yellow td{
  background: #cdcdcd;
}
.table_base-study_hall .ttl{
	font-size: 120%;
}
.table_base-study_hall .ttl span{
	display: inline-block;
	font-size: 70%;
	line-height: 1.5;
}
.table_base-study_hall_2{

}
.table_base-study_hall .day{
	width: 140px;
}
.table_base-sisetsu_detail{
	line-height: 1.6;
	font-size: 95%;
}
.table_base-sisetsu_detail th{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.table_base-sisetsu_detail td{
	vertical-align: middle;
}
.sisetsu_detail_area .table_base.table_base-sisetsu_detail td{
	text-align: left;
}
.table_base-riyou_kitei th,
.table_base-riyou_kitei td{
	padding: 5px 15px;
}
.table_base-riyou_kitei_02{
	width: 50%;
	float: left;
}
.table_base-riyou_kitei_02.right{
	margin-left: -1px;
}
.table_base .headline,
.table_base .headline th{
	background-color: #D4D4D4;
}

@media screen and (max-width:767px){
	/*スマホ時横スクロール*/
	.table-scroll{
		width: 800px;
	}
	.table-scroll_wrap{
		width: 100%;
		overflow-x: scroll; 
	}
	/*スマホ時ブロック形式に切り替え*/
	.table-variable{

	}
	.table-variable th,
	.table-variable td,
	.table-variable tr,
	.table-variable tbody,
	.table-variable thead{
		width: 100%;
		display: block;
		margin-top: -1px;
	}
	.table_base-sisetsu_detail th,
	.table_base-sisetsu_detail td{
		padding: 10px 15px;
	}
	.table_base-riyou_kitei_02{
		float: none;
		width: 100%;
	}
	.table_base-riyou_kitei_02 th{
		padding-left: 10px;
		padding-right: 10px;
	}
	.table_base-riyou_kitei_03{
		width: 1000px;
	}
	.table_base-study_hall{
		width: 100%;
		table-layout: fixed;
	}
	.table_base-study_hall th{
		padding-left: 10px;
		padding-right: 10px;
	}
	.table_base-study_hall_2{
		width: 1000px;
	}
}


/*ボタンスタイル*/
.btn_base{
	position: relative;
	display: inline-block;
	border: solid 2px #1e8039;
	padding: 8px 30px;
	color: #1e8039 !important;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-weight: bold;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn_base span{
	position: relative;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn_base:hover{
	background: #1e8039;
	color: #fff !important;
}
.btn_base:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 9px;
	margin-top: -5px;
/*	background: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01.png) no-repeat 0 0;*/
	-webkit-background-size: 14px;
	background-size: 14px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn_base span:before{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn_base:hover:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_active.png);*/
}
.btn_base[href$=".pdf"]{
	padding: 8px 15px;
}
.btn_base[href$=".pdf"] span{
	padding-left: 25px;
}
.btn_base[href$=".pdf"]:after{
	content: none;
}
.btn_base[href$=".pdf"] span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 20px;
	margin-top: -11px;
/*	background: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pdf_sp.png) no-repeat 0 0;*/
	-webkit-background-size: 18px;
	background-size: 18px;
}
.btn_base[href$=".pdf"]:hover span:before{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pdf_sp_active.png);*/
}
@media screen and (max-width:767px){
	.btn_base{
		display: block;
		padding: 8px 15px;
	}
}

.btn-block{
	display: block;
}

.btn_base.btn-red{
	font-weight: bold;
	border-color: #ff2b14;
	color: #ff2b14 !important;
	/*background-color: #fff;*/
}
.btn_base.btn-red:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_red.png);*/
}
.btn_base.btn-red:hover{
	border-color: #dd3924;
	background-color: #dd3924;
	color: #fff !important;
}
.btn_base.btn-red:hover:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_active.png);*/
}
.btn_base.btn-green{
	font-weight: bold;
	border-color: #1e8039;
	/*background-color: #fff;*/
	color: #1e8039 !important;
}
.btn_base.btn-green:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01.png);*/
}
.btn_base.btn-green:hover{
	border-color: #1e8039;
	background-color: #1e8039;
	color: #fff !important;
}
.btn_base.btn-green:hover:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_active.png);*/
}
.btn_base.btn-red[href$=".pdf"] span:before,
.btn_base.btn-green[href$=".pdf"] span:before{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pdf_sp.png);*/
}
.btn_base.btn-red[href$=".pdf"]:hover span:before,
.btn_base.btn-green[href$=".pdf"]:hover span:before{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pdf_sp_active.png);*/
}
.btn_base.btn-equipment_more{
	margin-top: 20px;
}
.btn_base.btn-equipment_more.active{
	display: none !important;
}
.btn_base-sisetsu_equipment{
	font-size: 90%;
}
.btn_base-sisetsu_detail_reservation{
	margin-top: 20px;
	min-width: 300px;
}
.btn_base-guide{
	min-width: 280px;
}
@media screen and (max-width:767px){
	.btn_base-sisetsu_detail_reservation{
		margin-top: 10px;
		min-width: 0;
	}
	.btn_base-guide{
		min-width: 0;
	}
}

/*イメージ4カラム用*/
.photo_colm4_block{
	margin: 0 auto;
}
.photo_colm4_block-satellite{
	width: 100%;
}
.photo_colm4_block-floor_map{
	margin-left: -10px;
	margin-right: -10px;
}
.photo_colm4_block li{
	float: left;
	width: 25%;
	padding: 0 10px;
	text-align: center;
}
.photo_colm4_block-satellite li{
	height: 60px;
	line-height: 60px;
}
.photo_colm4_block-satellite li img{
	border: solid 1px #bbb;
}
.photo_colm4_block li a{
	display: inline;
	vertical-align: middle;
}
.photo_colm4_block li img{
	vertical-align: middle;
}
.photo_colm4_block li span{
	display: block;
	line-height: 1.4;
	margin-top: 8px;
}
.sisetsu_detail_area .photo_colm4_block li span{
	font-weight: bold;
	padding-bottom: 5px;
}

@media screen and (max-width:767px){
	.photo_colm4_block{
		width: auto;
	}
	.photo_colm4_block li{
		width: 50%;
	}
	.photo_colm4_block-floor_map li{
		margin-bottom: 20px;
	}
	.photo_colm4_block li:nth-child(2n+1){
		clear: both;
	}
	.photo_colm4_block-party li{
		margin-bottom: 20px;
	}
}


/*============================================================================

		footer

============================================================================*/
.footer{
	background: #cacaca;
	padding: 15px 0;
	font-size: 90%;
}

@media screen and (max-width:767px){
	.footer{
            /*padding-top: 0;*/
	}
	.footer .info nav ul li a {
		padding-left: 0px;
	}
	.footer .info nav ul li a:after{
		display: none !important;
	}
}

.footer .info{
	float: right;
}
.footer .info nav {
	margin-bottom: 8px;
}
.footer .info nav ul li a {
	padding-left: 12px;
}
.footer .info nav ul li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer .info li{
	float: left;
	margin-right: 20px;
}
.footer .info a{
	color: #333;
	text-decoration: none;
}
.footer .info a:hover{
	text-decoration: underline;
}
@media screen and (max-width:767px){
	.footer .info{
		float: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer .info li{
		float: none;
		width: 100%;
		font-size: 100%;
		border-bottom: solid 1px #ababab;
	}
	.footer .info li a{
		display: block;
		position: relative;
		padding: 15px;
		padding-right: 35px;
	}
	.footer .info li a:after{
		content:"";
		display: block;
		position: absolute;
		width: 10px;
		height: 10px;
		top: 50%;
		right: 15px;
		margin-top: -5px;
		border-top: 3px solid #333;
		border-right: 3px solid #333;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.footer .copy{
	float: left;
	width: 42%;
}
.footer .copy p a {
	position: static;
	text-decoration: underline;
}
.footer .copy img{
	width: 100px;
	float: left;
	margin-right: 5px;
}
.footer .copy p {
	font-size: 11px;
	line-height: 1.7;
}
.footer .copyright {
	text-align: right;
}

@media screen and (max-width:767px){
	.footer .copy{
		float: none;
		margin: 0px -15px 15px;
		padding: 0 12px 15px;
		border-bottom: solid 1px #ababab;
		text-align: center;
		width: auto;
	}
	.footer .copy img{
		width: 150px;
		float: none;
		margin: 10px 0;
	}
	.footer .copy p {
		text-align: left;
	}
	.footer .copyright {
		text-align: center;
	}
}

/*フォームレイアウト*/
.form_layout{
	width: 100%;
	table-layout: fixed;
}
.form_layout .w60{
	width: 60px;
}
.form_layout .w200{
	width: 200px;
}
.form_layout .w300{
	width: 300px;
}
.form_layout .w400{
	width: 350px;
}
.form_layout .w_max{
	width: 100%;
}
.form_layout td,
.form_layout th{
	padding: 12px 10px;
	border-bottom: solid 1px #bbb;
}
.form_layout i{
	font-style: normal;
}
.form_layout th{
	text-align: left;
	vertical-align: top;
}
.form_layout input,
.form_layout textarea{
	max-width: 100%;
	background: #ededed;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.form_layout select{
	background-color: #ededed;
	border: 0;
	padding: 10px 5px;
}
.form_layout input{
	padding: 8px;
}
.form_layout input[type="radio"] {
	position: relative;
	top: -1px;
	margin-right: 4px;
}

/*160701追加css*/
.form_layout input[type="checkbox"] {
	display: none;
}
label.annai2 {
	display: inline-block;
	margin-bottom: 5px;
}
/*　チェックボックス 未選択時の背景指定　*/
input[type="checkbox"] + label {
   padding:3px 0 3px 30px;
   background:url(/sapporo/wp-content/themes/acu-h/img/form/checkbox.png) no-repeat left center;
   background-size:20px;
   cursor:pointer;
}
/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label {
   background:url(/sapporo/wp-content/themes/acu-h/img/form/checkbox_active.png) no-repeat left center;
   background-size:20px;
   cursor:pointer;
}


.form_layout textarea{
	padding: 8px;
}
.form_layout .hissu{
	position: relative;
	display: inline-block;
	top: -1px;
	margin-right: 10px;
	padding: 3px 5px;
	color: #de3d3d;
	background: #de3d3d;
	color: #fff;
	font-size: 80%;
	line-height: 1;
}
.form_layout .td-btn{
	border-bottom: 0;
	padding: 20px 15px;
	text-align: center;
	font-weight: bold;
}
.form_layout .btn-submit{
	position: relative;
	display: inline-block;
	border: solid 2px #1e8039;
	margin: 10px 5px 5px 5px;
	padding: 8px 30px;
	color: #1e8039;
	min-width: 200px;
	background: none;
	/*background: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01.png) no-repeat 96% center;
	-webkit-background-size: 14px;
	background-size: 14px;*/
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.form_layout .btn-submit:hover{
	background-color: #1e8039;
	color: #fff
}
.form_layout .btn-submit-reset{
	color: #9e9e9e;
	border-color: #9e9e9e;
}
.form_layout .btn-submit-reset:hover{
	background-color: #9e9e9e;
	color: #fff;
}
.form_layout .text_error{
	display: block;
	color: #de3d3d;
}
.form_layout .btn_ad_search{
	margin-top: 5px;
	background: #1565b0;
	padding: 0;
	color: #fff;
	font-size: 85%;
	padding: 4px 10px;
	line-height: 1;
}
.form_finish_blcok{
	padding: 0 15px;
	margin-bottom: 25px;
}
.form_layout_typePdf .form_finish_blcok{
	padding: 0;
	margin-bottom: 0;
}
.form_layout_typePdf .form_layout_typePdf-pdf{
	vertical-align: middle;
}
.form_layout .input_number{
	width: 5em;
}
@media screen and (max-width:767px){
	.form_layout{
		display: block;
	}
	.form_layout td,
	.form_layout th,
	.form_layout tr,
	.form_layout tbody{
		display: block;
		padding: 0;
	}
	.form_layout td{
		padding: 6px 0 15px;
		margin-bottom: 15px;
	}
	.form_layout th{
		border-bottom: 0;
	}
	.form_layout .flg01{
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.form_layout .flg01 td{
		margin-bottom: 0;
	}
	.form_layout_typePdf td{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.form_layout_typePdf .form_layout_typePdf-pdf{
		width: 100%;
		padding: 0 15px 30px;
		border-bottom: solid 1px #bbb;
	}
	.form_layout_typePdf .form_layout_typePdf-pdf .btn-submit{
		width: 100%;
	}
}
.step_flow{
	margin-top: 15px;
	position: relative;
}
.step_flow:after{
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -3px;
	background-color: #e8e8e8;
}
.step_flow li{
	position: relative;
	display: block;
	background: #e8e8e8;
	text-align: center;
	padding: 15px;
	margin-bottom: 25px;
	font-size: 120%;
	line-height: 1.5;
	z-index: 10;
}
.step_flow li.current{
	background-color: #1e9539;
	color: #fff;
}
.step_flow li span{
	display: block;
	font-size: 75%;
}
@media screen and (max-width:767px){
	.step_flow{
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.step_flow:after{
		width: 100%;
		height: 6px;
		top: 50%;
		left: 0;
		margin-left: 0;
		margin-top: -4px;
	}
	.step_flow li{
		float: left;
		width: 31.3%;
		margin-right: 3%;
		font-size: 100%;
		margin-bottom: 0;
	}
	.step_flow li:last-child{
		margin-right: 0;
	}
}
/*利用規約同意*/
#privacypolicy-txt{
	height: 350px;
	padding: 20px;
	border: solid 1px #bbb;
	margin: 0 auto;
	overflow-y: scroll;
	font-size: 90%;
	background: #efefef;
}
#privacypolicy-txt p{
	margin-bottom: 15px;
}
.policy_etc .btn_base{
	width: 100%;
	margin-top: 10px;
}

/* tinyTip */
.lightTip{
}
.lightTip .content{
	position: relative;
	/*left: 185px;*/
	width: 570px;
	padding: 20px;
	border: 4px solid #565656;
	background-color: #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.lightTip .bottom{
	position: relative;
	/*left: 185px;*/
	height: 14px;
/*	background: #ddd url(../images/notch-white.png) top center no-repeat;*/
}
.lightTip .bottom:after{
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 80px;
	margin-top: -12px;
	margin-left: -10px;
	border-top: 10px solid transparent;
	border-right: 0px solid transparent;
	border-left: #565656 12px solid;
	border-bottom: 10px solid transparent;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.lightTip table{
	width: 100%;
	border: solid 1px #bbbbbb;
}
.lightTip table th,
.lightTip table td{
	padding: 8px;
	border: solid 1px #bbbbbb;
	background-color: #fff;
}
.lightTip table th{
	background-color: #d8d8d8;
}
@media screen and (max-width:767px){
	.lightTip{
		left: 50% !important;
		margin-left: -160px;
	}
	.lightTip .content{
		width: 320px;
		left: auto;
	}
	.lightTip .bottom{
		display: none;
	}
}

/* fancybox */
#fancybox-tmp,
#fancybox-wrap,
#fancybox-outer,
#fancybox-content,
#fancybox-img{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}


/* QRコード紹介ブロック用 */
.qr_blcok{
	width: 90%;
	margin: 0 auto;
	line-height: 1.4;
	vertical-align: middle;
	text-align: center;
}
.qr_blcok .item{
	border: solid 1px #bbb;
	padding: 5px;
}
.qr_blcok .item img{
	padding-left: 10px;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	.qr_blcok{
		width: auto;
	}
	.qr_blcok .item{
		padding: 10px;
	}
	.qr_blcok .item img{
		display: block;
		padding-left: 0;
		margin: 0 auto;
	}
}

/*フロアマップ*/
.floor_asty{
	width: 520px;
	float: left;
}
.floor_yomiuri{
	width: 420px;
	float: right;
}
.floor_map_area .floor_asty{
	width: 455px;
}
.floor_map_area .floor_yomiuri{
	width: 495px;
}
.floor_asty .ttl,
.floor_yomiuri .ttl{
	display: block;
	font-size: 114.3%;
	margin-bottom: 5px;
}
.floor_map_area .floor_asty .ttl,
.floor_map_area .floor_yomiuri .ttl{
	margin-bottom: 10px;
}
.floor_asty .ttl{
	color: #1e9539;
}
.floor_yomiuri .ttl{
	color: #176ea4;
}
.floor_nav{
	margin-top: 15px;
}
.floor_nav li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.floor_nav li a{
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	border: solid 2px #1e9539;
	color: #1e9539;
	padding: 10px;
}
.floor_yomiuri .floor_nav li a{
	border-color: #176ea4;
	color: #176ea4;
}
.floor_nav li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	border-top: 2px solid #1e9539;
	border-right: 2px solid #1e9539;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.floor_yomiuri .floor_nav li a:after{
	border-color: #176ea4;
}
.floor_nav li:nth-child(3n){
	margin-right: 0;
}
.floor_nav li:nth-child(3n+1){
	clear: both;
}
@media screen and (max-width:767px){
	.floor_asty,
	.floor_yomiuri,
	.floor_map_area .floor_asty,
	.floor_map_area .floor_yomiuri{
		width: 100%;
		float: none;
	}
}


/*施設詳細ページ*/
.sisetsu_detail_ttl{
	position: relative;
}
.sisetsu_detail_ttl .btn_base{
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 10;
}
.sisetsu_detail_ttl .btn_base-sisetsu_equipment{
	top: -2px;
}
.sisetsu_detail_ttl em{
	font-style: normal;
}
.sisetsu_detail_ttl .tag-asty,
.sisetsu_detail_ttl .tag-yomiuri{
	position: relative;
	top: -3px;
	display: inline-block;
	line-height: 1;
	padding: 6px 6px;
	margin-right: 15px;
	color: #fff;
	font-size: 64%;
	text-align: center;
	font-style: normal;
}
.sisetsu_detail_ttl .tag-asty{
	background-color: #1e8039;
}
.sisetsu_detail_ttl .tag-yomiuri{
	background-color: #235c8f;
}
.sisetsu_detail_slider{
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width:768px){
	.sisetsu_detail_slider{
		width: 553px;
	}
}
.sisetsu_equipment_list dt,
.sisetsu_equipment_list dd li{
	padding: 10px;
}
@media screen and (min-width:768px){
	.sisetsu_equipment_list dd li .txt_indent {
		margin-left: 9.6em;
	}
	.sisetsu_equipment_list dd li .txt_indent02 {
		margin-left: 8.6em;
	}
	.sisetsu_equipment_list dd li .txt_indent03 {
		margin-left: 4.3em;
	}
}
.sisetsu_equipment_list dd li span > a{
	display: block;
	color: #333;
	padding-right: 25px;
	text-decoration: none;
}
.sisetsu_equipment_list dd li span > a:hover{
	opacity: 0.7;
}
.sisetsu_equipment_list dd li span > a:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 2px;
	top: 50%;
	right: 0;
	margin-top: -1px;
	background: #333;
}
.sisetsu_equipment_list dd li span > a:after{
	content: "";
	position: absolute;
	height: 18px;
	width: 2px;
	top: 50%;
	right: 8px;
  margin-top: -9px;
	background: #333;
}
.sisetsu_equipment_list dd li span > a.active:after{
	content: none;
}
.sisetsu_equipment_list dt{
	text-align: center;
	background: #444444;
	color: #fff;
}
.sisetsu_equipment_list dd li{
	border-bottom: dashed 1px #bbb;
	padding: 12px 10px;
}
.sisetsu_equipment_list dd li:nth-child(2n){
	background-color: #ededed;
}
.sisetsu_equipment_list .equipment_modal_block{
	padding: 0;
	border-top: 0;
	margin-top: 5px;
}
.sisetsu_equipment_list .equipment_modal_block table th{
	/*padding-left: 0;*/
}
.sisetsu_equipment_list .equipment_modal_block table th,
.sisetsu_equipment_list .equipment_modal_block table td{
	border-bottom: dashed 1px #bbb;
}

.sisetsu_detail_slider .swiper-slide img{
	width: 100%;
}

.sisetsu_detail_slider .swiper-pagination{
	bottom: -5px;
	right: 12px;
}
.sisetsu_detail_slider .swiper-pagination-switch{
	background-color: #bbbbbb;
	width: 50px;
	height: 7px;
	display: inline-block;
	margin: 0 3px;
	border-radius: 0%;
	opacity: 1;
}
.sisetsu_detail_slider .swiper-active-switch{
	background-color: #000000;
}
.sisetsu_detail_area .table_base td{
	text-align: right;
}
.equipment_modal_block{
	display: none;
	border-top: solid 1px #bbbbbb;
	padding: 0 10px;
	/*position: absolute;
	top: 100%;
	z-index: 100;*/
}
.equipment_list .equipment_modal_block a{
	color: #25a0e6 !important;
	text-decoration: underline;
}
.equipment_list .equipment_modal_block a:hover{
	text-decoration: none;
}
.equipment_modal_block table{
	width: 100%;
	font-size: 93%;
	/*border-collapse: separate;
	border-spacing: 10px;*/
	/*table-layout: fixed;*/
}
.equipment_modal_block table th,
.equipment_modal_block table td{
	padding: 15px 8px;
	border-bottom: dashed 1px #333333;
	/*background-color: #fff;*/
}
.equipment_modal_block table td{
	padding: 15px 0;
}
.equipment_modal_block table .no_line td{
	padding-bottom: 0;
	border-bottom: 0;
}
.equipment_modal_block table th{
	width: 5em;
	/*background-color: #d8d8d8;*/
}
.equipment_modal_block table td{
	/*background-color: #fafafa;*/
}
.equipment_modal_block table td:first-child{
	width: 15em;
}
.equipment_modal_block table tr:last-child td,
.equipment_modal_block table tr:last-child th{
	border-bottom: 0;
}
.line_height_1{
	display: block;
	height: 1.8em;
}
.table_base.table_shisetsu_price{
	/*font-size: 95%;*/
}
.table_base.table_shisetsu_price th,
.table_base.table_shisetsu_price td{
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width:767px){
	.sisetsu_equipment_list dt{
		position: relative;
	}
	.sisetsu_equipment_list dt:after{
		content: "";
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		top: 50%;
		right: 15px;
		margin-top: -5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.sisetsu_equipment_list dt.active:after{
		margin-top: -2px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sisetsu_equipment_list dd{
		display: none;
	}
	.sisetsu_detail_slider{
		margin-bottom: 30px;
	}
	.sisetsu_detail_slider .swiper-pagination{
		bottom: -20px;
		right: 12px;
	}
	.equipment_modal_block{
		/*max-height: 360px;*/
		/*overflow-y: scroll;*/
	}
	.equipment_modal_block table td:first-child{
		width: auto;
	}
	.line_height_1{
		display: none;
	}
	.table_base.table_shisetsu_price{
		width: 1000px;
	}
}
/*googleストリートビュー*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:20px;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.streetview_asty .ttl{
    color: #1e9539;
}
.streetview_yomiuri .ttl{
    color: #176ea4;
}

@media screen and (max-width:767px){}

/*備品料金ページ*/
.equipment_area{
	margin-left: 1px;
}
.equipment_list{
	float: left;
	width: 50%;
	margin-left: -1px
}
.equipment_list li{
	display: block;
	width: 100%;
	margin-top: -1px;
	border: solid 1px #bbbbbb;
}
.equipment_list a{
	color: #333;
}
.equipment_list li > span > a{
	display: block;
	position: relative;
	padding: 10px 40px 10px 10px;
	text-decoration: none;
}
.equipment_list li > span > a:hover{
	opacity: 0.7;
}
.equipment_list li > span > a:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 2px;
	top: 50%;
	right: 11px;
	margin-top: -1px;
	background: #333;
}
.equipment_list li > span > a:after{
	content: "";
	position: absolute;
	height: 18px;
	width: 2px;
	top: 50%;
	right: 19px;
  margin-top: -9px;
	background: #333;
}
.equipment_list li span a.active:after{
	content: none;
}
.equipment_list li:nth-child(2n){
	background-color: #ededed;
}
.equipment_more{
	float: left;
	width: 50%;
}
.equipment_more .equipment_list{
	float: none;
	width: 100%;
}
.equipment_list .txt_indent {
	margin-left: 9.6em;
}
.equipment_list .txt_indent02 {
	margin-left: 8.6em;
}
.equipment_list .txt_indent03 {
	margin-left: 4.3em;
}
@media screen and (max-width:767px){
	.equipment_list .txt_indent,
	.equipment_list .txt_indent02,
	.equipment_list .txt_indent03 {
		margin-left: 0em;
	}
}
/*.new_open_area{
	width: 800px;
	margin: 0 auto;
}
@media screen and (max-width:992px){
	.new_open_area{
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px){
	.new_open_area{
		width: auto;
		margin: 0 auto;
	}
}*/
.new_open_area h1{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.new_open_area h1{
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
.new_open_area .intro {
	text-align: center;
}
.new_open_area .intro img{
	margin: 15px auto;
}
.new_open_area .intro p{
	margin-top: 10px;
	padding: 0 20px;
	text-align: left;
}
.new_open_area .block2{
	position: relative;
	background: url(/sapporo/wp-content/themes/acu-h/img/new_open/new_open_map.png) no-repeat center top ;
	width: 788px;
	height: 493px;
	margin: 50px auto;
}
@media screen and (max-width:767px){
	.new_open_area .intro p{
		padding: 0;
	}
	.new_open_area .block2{
		background-image: url(/sapporo/wp-content/themes/acu-h/img/new_open/new_open_map_sp.png);
		-webkit-background-size: contain;
		background-size: contain;
		height: 0;
		width: 100%;
		padding-top: 89%;
		margin: 25px auto;
	}
}
.new_open_area .block2 .text{
	position:absolute;
	left: 490px;
	top: -0px;
}
.new_open_area .block2 p{
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
	margin-top: 5px;
}
.new_open_area .block2 .text1 span{
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color:#235cc1;
	line-height: 20px;
}
.new_open_area .block2 .text2 span{
	display: block;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color:#028043;
	line-height: 20px;
}
.new_open_area .block2_text{
	display: none;
}
@media screen and (max-width:767px){
	.new_open_area .block2 .text{
		display: none;
	}
	.new_open_area .block2_text{
		display: block;
		margin-bottom: 20px;
	}
	.new_open_area .block2_text p{
		padding: 0 10px;
		font-size: 110%;
	}
	.new_open_area .block2_text span{
		display: block;
		border: 3px solid #235cc1;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 8px;
		padding: 6px 10px;
		color: #235cc1;
		font-size: 115%;
		font-weight: bold;
	}
	.new_open_area .block2_text .text2 span{
		margin-top: 20px;
		border-color: #028043;
		color: #028043;
	}
}
.new_open_area .block3{
	text-align: center;
}
.new_open_area .block3 img{
	margin: 5px auto;
}
.new_open_area .block4{
	margin-top: 20px;
	text-align: center;
}
.new_open_area .block4 .btn-price{
	min-width: 289px;
}
.new_open_area .block4 .btn-pamphlet{
	padding: 8px 25px;
}
.new_open_area .block4 .btn-pamphlet span{
	padding-left: 25px;
}
.new_open_area .block4 .btn-pamphlet:after{
	content: none;
}
.new_open_area .block4 .btn-pamphlet span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 23px;
	margin-top: -11px;
/*	background: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pamp.png) no-repeat 0 0;*/
	-webkit-background-size: 20px;
	background-size: 20px;
}
.new_open_area .block4 .btn-pamphlet:hover span:before{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pamp_active.png);*/
}
@media screen and (max-width:767px){
	.new_open_area .block4 .btn_base{
		margin-top: 10px;
	}
}

/*.equipment_list{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #bbbbbb;
}
.list_wrap{
	position: relative;
}
.equipment_list th,
.equipment_list td{
	position: relative;
	padding: 10px;
	border-top: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}
.equipment_list tr:nth-child(2n){
	background-color: #ededed;
}
.equipment_list a{
	display: block;
	text-decoration: none;
	padding-right: 45px;
}
.equipment_list a:hover{
	text-decoration: underline;
}
.equipment_list .btn_photo{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	border-left: solid 1px #bbbbbb;
	width: 50px;
	height: 100%;
	padding: 5px;
}
.equipment_list .btn_photo a{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	padding-right: 0;
	margin-left: -20px;
	margin-top: -15px;
}
.equipment_list .btn_photo a:hover{
	text-decoration: none;
}*/
@media screen and (max-width:767px){
	.equipment_more{
		float: none;
		width: 100%;
		margin-top: -1px;
	}
	.equipment_list{
		width: 100%;
		float: none;
		margin: 0;
	}
	/*.equipment_list,
	.equipment_list th,
	.equipment_list td,
	.equipment_list tr,
	.equipment_list tbody,
	.equipment_list thead{
		float: none;
		display: block;
		width: 100%;
	}
	.equipment_list{
		border: 0;
	}
	.equipment_list th,
	.equipment_list td{
		margin-top: -1px;
		border: solid 1px #bbbbbb;
	}
	.equipment_list tr:nth-child(2n){
		background: none;
	}
	.equipment_list td:nth-child(2n){
		background-color: #ededed;
	}*/
	.equipment_more .equipment_list{
		display: none;
	}
}

/*よくある質問*/
.faq_list dt{
	position: relative;
	margin-top: 10px;
	padding: 10px 35px 10px 45px;
	/*background: #EFEFEF;*/
	border-bottom: dashed 1px #bfbfbf;
	cursor: pointer;
}
.faq_list dt i{
	position: absolute;
	top: -1px;
	left: 13px;
	color: #1e8039;
	font-style: normal;
	font-weight: bold;
	font-size: 180%;
}
.faq_list dt:after{
	content:"";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.faq_list dt.active:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faq_list dd{
	position: relative;
	display: none;
	/*margin-top: 10px;
	color: #de3d3d;
	border: dashed 1px #de3d3d;*/
	background: #F7F7F7;
	padding: 10px 15px 10px 45px;
}
.faq_list dd i{
	position: absolute;
	top: -1px;
	left: 15px;
	/*color: #de3d3d;*/
	font-style: normal;
	font-weight: bold;
	font-size: 180%;
}
.faq_list .tag-yomiuri{
	color: #235c8f;
}
.faq_list dd span{
	display: block;
}
@media screen and (max-width:767px){
	.faq_list dl{
		margin-top: -10px;
	}
	.faq_list dt{
		padding-left: 40px;
	}
	.faq_list dt i{
		left: 10px;
	}
	.faq_list dd{
		padding-left: 40px;
	}
	.faq_list dd i{
		left: 10px;
	}
}


/*はじめての方へ*/
.intro_block .btn_block {
	margin-bottom: 30px;
   text-align: center;
}
.intro_block .btn_block .btn_base {
	width: 30%;
}
.intro_block .btn_block a {
	margin-right: 5px;
}
@media screen and (max-width:767px){
	.intro_block .btn_block .btn_base {
		width: 100%;
	}
	.intro_block .btn_block a {
		margin-right: 0px;
	}
}

.guide .col-md-4 img {
	border: solid 1px #B7B7B7;
}
.guide .col-md-4:before {
	border-right: solid 8px #000;
	width: 80%;
	height: 10px;
}
.guide .heading_sub-type03 span {
	border-left: none;
	padding: 0px;
}


/*----------------------------------------------
↓↓↓齊藤作業分です↓↓↓
----------------------------------------------*/
/*.about .btn_area{
	margin: 1.5em 0 0;
}
@media screen and (max-width:767px){
	.about h2{
		margin-top: 20px;
	}
	.about .para-line{
		margin-bottom: 25px;
	}
	.about .para-line .row{
		margin-bottom: 10px;
	}
	.about .btn_area{
		margin: 1.5em 0 1em;
	}
}*/
/*----------------------------------------------*/
.access .traffic_area{
	margin-top: -4em;
	text-align: center;
}
@media screen and (max-width:767px){
	.access .traffic_area{
		margin-top: -2em;
	}
}
.access .traffic_area .col-md-12 > p {
	font-weight: bold;
}
.access .traffic_area .col-md-12 > div {
	margin-top: 2em;
}
.access .access_btn_block {
	text-align: center;
}

table.pc{
	display: table;
}
@media screen and (max-width:767px){
	table.pc{
		display: none;
	}
	table.sp{
		display: block;
		margin-bottom: 10px;
	}
}
.n_table{
	text-align: left;
	width: 100%;
}
.n_table .nth:nth-child(2n+2) {
    background: #efefef;
}
.n_table th{
	background: #cdcdcd;
}
.n_table .headline th{
	color: #fff;
	background: #919191;
	font-size: 105%;
	padding: 20px 0px 20px 0px;
	text-align: center;
}
.n_table th , .n_table td{
	vertical-align: middle;
	padding: 10px 8px;
	border: 1px solid #bbb;
}
.n_table td p{
	display: table;
	width: 100%;
	margin: 0 0;
}
.n_table td p > span{
	display: table-cell;
	width: 50%;
}
.n_table td a{
	font-weight: bold;
}
@media screen and (max-width:767px){
	.n_table th , .n_table td{
		padding: 7px;
	}
	.n_table th{
		white-space: normal;
		width: 40%;
	}
	.n_table td p{
		display: inline;
	}
	.n_table td p > span{
		display: inline;
	}
	.n_table td a.btn_base{
		min-width: 160px;
		padding: 8px 10px;
	}
}
/*----------------------------------------------*/
/*.cancellation h2 + ul{
	margin: 10px 0px 30px;
}
.cancellation h2 + ul li{
	margin: 10px 0px 20px;
}
.cancellation h2 + ul li p{
	display: inline-table;
}
.cancellation h2 + ul li .heading_number{
	top: 3px;
}
.cancellation span.list_link{
	position: relative;
	padding-left: 15px;
	margin: 5px 0;
}*/
.cancellation span.list_link:after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 90%;
	left: 0;
	margin-top: -3px;
	border-top: 2px solid #1e8039;
	border-right: 2px solid #1e8039;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cancellation .list_link a[href$=".pdf"]:after{
	position: relative;
	top: 2px;
/*	content: url(/sapporo/wp-content/themes/acu-h/img/common/icon_pdf_s.png);*/
	margin-left: 5px;
}
.cancellation .list_link li.arrow-top:after{
	top: 18%;
}
.atention{
	border: 2px dashed #2c9a31;
	padding: 10px 20px;
	font-weight: bold;
	color: #333;
}
.table-cancellation,
.table-cancellation_right{
	float: left;
	width: 50%;
}
.table-cancellation_right{
	margin-left: -1px;
}
@media screen and (max-width:767px){
	.table-cancellation,
	.table-cancellation_right{
		float: none;
		width: 100%;
	}
	.table-cancellation_right{
		margin-left: 0;
	}
	.cancellation span.list_link:after{
		top: 96%;
	}
	/*.cancellation .list_link li:after{
		top: 15%;
	}
	.cancellation .list_link li.arrow-top:after{
		top: 8%;
	}
	table.sp th , table.sp td{
		line-height: 1.4;
	}*/
}
/*----------------------------------------------*/
.disclaimer ul{
	margin: 30px 0px;
}
.disclaimer ul li p{
	display: inline-table;
}
.disclaimer ul li .heading_number{
	top: 0px;
}
@media screen and (max-width:767px){
	.disclaimer ul li{
		margin: 20px 0px;
	}
	.disclaimer ul li p{
		display: inline-table;
		margin: 3px 0px 0px;
	}
}
/*----------------------------------------------*/
/*.company .heading_sub-type03{
	margin-top: 30px;
}*/
.company dl{
	margin-bottom: 30px;
}
.company dl dt{
	font-size: 110%;
}
.company ul.indent{
	width: 94%;
	margin: 0% 3%;
}
.company .contact .row{
	margin-top: 10px;
}
@media screen and (max-width:767px){
	.company ul li , .company dd{
		margin: 10px 0px;
	}
	.company .col-md-12 .indent{
		display: table;
	}
	.company dl{
		line-height: 1.4;
	}
	.company .contact .btn_area{
		text-align: right;
		margin: 10px 0;
	}
}

/*----------------------------------------------*/
/*.baggage ul{
	margin: 20px 0px 30px;
}
.baggage ul p{
	margin-bottom: 0px;
}
.baggage li{
	padding-left: 20px;
}
.baggage .top-m{
	margin-top: -30px;
}
.baggage h1{
	margin-bottom: 10px;
	font-size: 190%;
}
.baggage h2{
	margin: 30px 0px 10px;
	font-size: 140%;
}
.baggage .atention{
	padding: 15px 30px;
}
@media screen and (max-width: 767px){	
	.baggage h1{
		font-size: 170%;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.baggage h2{
		margin: 30px 0px -10px;
		font-size: 130%;
	}
	.baggage .col-md-6 .sp {
	    display: inline;
	}
}*/

/*----------------------------------------------*/
/*.institution h1{
	margin-bottom: 10px;
}*/
.institution h2{
	font-size: 120%;
}
.institution .institution_btn_area{
	display: table;
	width: 96%;
	height: 50px;
	margin: 0% 2%;
}
.institution .institution_btn_area li{
	display: table-cell;
	width: 20%;
	height: 100%;
	vertical-align: middle;
}
.institution .institution_btn_area .btn_base{
	width: 100%;
	height: 50px;
	min-width: 170px;
	padding: 5px 5px;
	border-top: solid 2px #1e8039;
	border-bottom: solid 2px #1e8039;
	border-left: none;
	border-right: solid 2px #1e8039;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0 linear;
	-moz-transition: all 0 linear;
	transition: all 0 linear;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
	color: #20903F;
}
.institution .institution_btn_area .btn_base:hover{
	color: #fff;
}
.institution .institution_btn_area .first > .btn_base{
	border-left: solid 2px #1e8039;
	-webkit-border-radius: 35px 0px 0px 35px;
	-moz-border-radius: 35px 0px 0px 35px;
	-ms-border-radius: 35px 0px 0px 35px;
	border-radius: 35px 0px 0px 35px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.institution .institution_btn_area .last > .btn_base{
	-webkit-border-radius: 0px 35px 35px 0px;
	-moz-border-radius: 0px 35px 35px 0px;
	border-radius: 0px 35px 35px 0px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.institution .institution_btn_area .btn_base span{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0 linear;
	-moz-transition: all 0 linear;
	transition: all 0 linear;
}
.institution .institution_btn_area .last > .btn_base span{
	margin: 10px 0px 0px;
}
.institution .institution_btn_area :after{
	background: none;
}
@media screen and (max-width:767px){
	.institution .institution_btn_area{
		display: block;
		width: 100%;
		height: auto;
		margin: 0% 0%;
	}
	.institution .institution_btn_area li{
		display: block;
		float: left;
		width: 50%;
		padding: 0% 1%;
		margin-bottom: 2%;
	}
	.institution .institution_btn_area .btn_base{
		display: table;
		width: 100%;
		height: auto;
		min-height: 50px;
		min-width: 0;
		padding: 5px 5px;
		border: solid 2px #1e8039;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		transition: all 0.1s linear;
		font-size: 100%;
		font-weight: normal;
		line-height: 1.3;
		letter-spacing: -1px;
	}
	.institution .institution_btn_area .btn_base span{
		display: table-cell;
		vertical-align: middle;
	}
	.institution .institution_btn_area .last > .btn_base span{
		margin-top: 0;
	}
	.institution .institution_btn_area .first > .btn_base,
	.institution .institution_btn_area .last > .btn_base{
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
	}
}

/*.institution > ul.row{
	margin: 20px 0px;
}
.institution > .row > li.col-md-6{
	width: 49%;
	padding-right: 0px;
	padding-left: 0px;
}
.institution > .row > li:first-child{
	margin-right: 2%;
}
.institution > .row > li:first-child{
	margin-right: 2%;
}*/

.row.room_area_wrap{
	margin-left: -10px;
	margin-right: -10px;
}
.row.room_area_wrap > .col-md-6{
	padding-left: 10px;
	padding-right: 10px;
}
.room_area{
	background: #D8D8D8;
	margin-bottom: 20px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.room_area:hover{
	opacity: 0.8;
}
.room_area a{
	position: relative;
	display: block;
	height: 142px;
	padding: 10px;
	color: #333;
}
.room_area a div{
	height: 100%;
}
.room_area a:after{
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 23px;
	height: 23px;
	background: url(../img/top/floor_block_arrow.png) no-repeat 0 0;
}
.room_area dl{
	position: relative;
	height: 100%;
	margin-left: -15px;
}
.room_area dt{
	font-weight: bold;
	font-size: 105%;
}
.room_area dt .tag{
    display: inline-block;
    line-height: 1;
    padding: 4px 6px;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    text-align: center;
}
.room_area dt .tag.asty{
    background-color: #1e8039;
}
.room_area dt .tag.yomiuri{
    background-color: #235c8f;
}
.room_area dd{
	position: absolute;
	font-size: 90%;
	padding-right: 30px;
	bottom: 0;
}
@media screen and (max-width:767px){
	.institution h2{
		margin-bottom: 10px;
	}
	.room_area dt .tag{
		font-size: 80%;
		padding: 4px 3px;
	}
	.institution > ul.row{
		margin: 0% 0% 0%;
	}
	.institution > .row > li.col-md-6{
		display: table-cell;
		width: 46%;
		padding-right: 0%;
		padding-left: 0%;
		vertical-align: top;
	}
	.institution > .row > li.single{
		display: table;
		width: 50%;
	}
	.institution > .row > li.col-md-6:first-child{
		padding-top: 0;
		padding-right: 2%;
	}
	.institution > .row > li.col-md-6:nth-child(2n+0){
		padding-top: 0;
		padding-left: 2%;
	}
	.row.room_area_wrap{
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.room_area_wrap > .col-xs-6{
		padding-left: 5px;
		padding-right: 5px;
	}
	.room_area{
		margin-bottom: 10px;
	}
	.room_area a{
		height: auto;
		text-decoration: none;
	}
	.room_area a div{
		height: auto;
	}
	.room_area dl{
		margin-left: 0;
	}
	.room_area dt{
		min-height: 4.5em;
		margin-top: 10px;
		font-size: 100%;
		line-height: 1.5;
	}
	.room_area dd{
		position: static;
		margin-top: 15px;
	}
	/*.room_area{
		display: table;
		width: 100%;
		height: 170px;
		margin: 10px 0px 0px;
	}
	.room_area a{
		text-decoration: none;
	}
	.room_area .col-md-5 , .room_area .col-md-7{
		display: table;
		width: 100%;
	}
	.room_area dt{
		font-size: 95%;
		letter-spacing: -1px;
	}
	.room_area dl.col-md-7 dd{
		margin-top: 10px;
		font-size: 85%;
		letter-spacing: -1px;
		background: url(../img/top/floor_block_arrow.png) no-repeat 100% 50%;
	}*/
}



/*----------------------------------------------*/
/*.room h2{
	font-size: 140%;
}
.room h2.in-btn{
	padding-bottom: 0px;
}

.room .in-btn .row{
	margin: 0px -15px;
}
.room .in-btn .col-md-3{
	text-align: right;
}
.room .in-btn .btn_base{
	min-width: 170px;
	font-size: 65%;
	padding: 2px 10px;
	margin-bottom: 5px;
}
.room .n_table{
	line-height: 1.4;
}
.room .n_table th , .room .n_table td{
	padding: 10px 13px;
	font-size: 95%;
}
.room .n_table + p .btn_base{
	width: 100%;
}
.room .modal_area .heading_sub-type03 + p{
	font-size: 110%;
}
.room .modal_area .modal_block{
	margin-top: 10px;
}
.room .modal_area .modal_block li{
	text-align: center;
	font-weight: bold;
}
.room .price_area .n_table{
	text-align: center;
}
.room .price_area .n_table th , .room .price_area .n_table td{
	padding: 10px 8px;
	font-size: 95%;
}
.room .price_area .n_table th{
	background: #d8d8d8;
}
.room .price_area .n_table tr > th:first-child{
	background: #cdcdcd;
}
.room .price_area .equality_4 th ,
.room .price_area .equality_4 td{
	width: 25%;
}
.room .price_area .n_table + p{
	text-align: right;
	margin-top: 0px;
}
.room .price_area .equality_4 th ,
.room .price_area .equality_4 td{
	width: 25%;
}
.room .price_area .btn_area{
	width: 25%;	text-align: right;
	margin-top: 0px;
}*/



/*サービスメニュー(パーティー)*/
.party_intro_block .btn_block{
  margin: 30px 0;
  text-align: center;
}
.party_intro_block .btn_block .btn_base{
  margin: 15px 5px;
}
.party_intro_block .btn_block .btn_base span{
  width: 170px;
}
.faq .btn_block .btn_base span{
  width: 120px;
}
.faq .btn_block .btn_base:nth-child(4) span{
  width: 230px;
}

@media screen and (min-width:768px){
  .party_intro_block .btn_block .btn_base{
    padding: 10px 25px;
    line-height: 1.3;
    font-size: 100%;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
  }
  .party_photo .row{
    padding-left: 10px;
  }
  .party_photo .col-md-3{
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*サービスメニュー(ドリンク)*/
@media screen and (min-width:768px){
/*  .drink_match_text_block{
    min-height: 230px;
  }
  .drink_match_text_block2{
    min-height: 170px;
  }
  .drink_match_atention_block{
    min-height: 250px;
  }
  .drink_match_atention_block2{
    min-height: 175px;
  }*/
}
.drink_area .atention{
  padding: 15px;
  font-size: 95%;
  font-weight: normal;
}
.drink_area .atention strong{
  display: inline-block;
  margin-bottom: 5px;
}


/*サービスメニュー(宿泊先)*/
.hotel_alliance_block .item{
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 13px;
  background: #e9e9e9;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.hotel_alliance_block .item:after{
  content: "";
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 23px;
  height: 23px;
  background: url(../img/top/floor_block_arrow.png) no-repeat 0 0;
}
.hotel_alliance_block .item:hover{
	opacity: 0.7;
}
.hotel_alliance_block .item .img_block{
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 15px 10px;
}
.hotel_alliance_block .item strong{
  display: block;
  margin-top: 5px;
}
.hotel_alliance_block .item p{
  font-size: 92.9%;
  margin: 0;
}

/*利用事例*/

.riyou_jirei .col-md-4 .photo_thumb {
	margin-bottom: 30px;
}
.riyou_jirei .photo_thumb p {
	padding: 3px;
	background: #3f4940;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.riyou_jirei .caption {
	padding-left: 10px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 30px;
}

.riyou_jirei .btn_block .btn_base{
	margin-bottom: 15px;
}
.riyou_jirei .btn_block .btn-session{
	width: 35%;
}

.riyou_yomiuri{
	position: relative;
}
.riyou_yomiuri .riyou_map{
	position: relative;
	z-index: 10;
}
.riyou_yomiuri .photo_thumb p{
	position: relative;
	background-color: #3e4147;
}
.riyou_yomiuri .icon_number{
	display: none;
}
@media (max-width: 768px){
	.riyou_jirei .btn_block .btn-session{
		width: 100%;
	}
}
#seminar .photo_thumb_top_right{
	position: absolute;
	right: 15px;
	top: 30px;
	width: 303px;
}
#seminar .photo_thumb_left{
	float: left;
	width: 357px;
	margin-top: 20px;
	margin-left: 15px;
}
#seminar .photo_thumb_right{
	float: right;
	margin-top: 20px;
	width: 535px;
}
@media (max-width: 768px){
	#seminar .photo_thumb_top_right{
		position: static;
		width: 84%;
		margin-top: 20px;
	}
	#seminar .photo_thumb_left,
	#seminar .photo_thumb_right{
		float: none;
		margin-left: 0;
		width: 84%;
	}
	.map_Y0300,
	.map_Y0302,
	.map_Y0302_2{
		position: absolute;
		top: 0;
		left: 0;
	}
	.map_Y0300{
		width: 48%;
		top: 13%;
		left: auto;
		right: 8%;
	}
	.map_Y0302{
		width: 31%;
		top: 40%;
		left: 3%;
	}
	.map_Y0302_2{
		width: 57%;
		top: 43%;
		right: 3%;
		left: auto;
	}
}

#session .riyou_map img{
	margin-left: 60px;
}
#session .photo_thumb_top_right{
	position: absolute;
	right: 15px;
	top: 50px;
	width: 335px;
}
#session .photo_thumb_left{
	position: relative;
	float: left;
	width: 320px;
	margin-top: 40px;
	margin-left: 40px;
}
#session .photo_thumb_left .y0313_line{
	position: absolute;
	top: -130px;
	right: -30px;
}
#session .photo_thumb_right{
	float: right;
	margin-top: 40px;
	width: 535px;
}
#session .photo_thumb_child{
	margin-bottom: 15px;
}
@media (max-width: 768px){
	#session .riyou_map{
		margin-bottom: 20px;
	}
	#session .riyou_map img{
		margin-left: 0;
	}
	#session .photo_thumb_top_right{
		position: static;
		top: auto;
		right: auto;
		width: auto;
	}
	#session .photo_thumb_left{
		float: none;
		margin: 0;
		width: auto;
	}
	#session .photo_thumb_left .y0313_line{
		display: none;
	}
	#session .photo_thumb_right{
		margin-top: 0;
		margin-bottom: 20px;
		float: none;
		width: auto;
	}
	#session .photo_thumb_child{
		float: left;
		width: 48%;
		margin-left: 4%;
	}
	#session .photo_thumb_child:first-child{
		margin-left: 0;
	}
}

#collaboration .photo_thumb_top_center{
	position: relative;
}
#collaboration .photo_thumb_top_center .photo_thumb_child_left{
	float: left;
	width: 33%;
}
#collaboration .photo_thumb_top_center .photo_thumb_child_right{
	float: right;
	width: 33%;
}
#collaboration .photo_thumb_top_center .photo_thumb_child_center{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -135px;
	width: 28%;
}
#collaboration .riyou_map{
	text-align: center;
	margin: 20px auto;
}
#collaboration .photo_thumb_center_left{
	position: absolute;
	width: 240px;
	top: 90px;
	left: 15px;
}
#collaboration .photo_thumb_center_right{
	position: absolute;
	width: 240px;
	top: 90px;
	right: 15px;
}
#collaboration .photo_thumb_left{
	float: left;
	width: 345px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 30px;
}
#collaboration .photo_thumb_right{
	float: right;
	width: 490px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 30px;
}
@media (max-width: 768px){
	#collaboration .photo_thumb_top_center .photo_thumb_child_left{
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	#collaboration .photo_thumb_top_center .photo_thumb_child_right{
		float: right;
		width: 48%;
		margin-bottom: 10px;
	}
	#collaboration .photo_thumb_top_center .photo_thumb_child_center{
		position: static;
		top: 0;
		left: auto;
		clear: both;
		margin-left: 0;
		width: auto;
	}
	#collaboration .photo_thumb_center_left,
	#collaboration .photo_thumb_center_right{
		position: static;
		top: auto;
		left: auto;
		right: auto;
		width: 48%;
		float: left;
	}
	#collaboration .photo_thumb_center_left{
		margin-right: 4%;
	}
	#collaboration .photo_thumb_left,
	#collaboration .photo_thumb_right{
		float: left;
		width: 48%;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#collaboration .photo_thumb_left{
		margin-right: 4%;
	}
}

#characteristic .photo_thumb span{
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 110%;
}


@media (max-width: 768px){
	#characteristic .photo_thumb span{
		font-size: 70%;
		line-height: 1.4;
	}
}
@media (max-width: 768px){
	.riyou_jirei .col-md-4 .photo_thumb {
		width: 48%;
		float: left;
	}
	#characteristic .col-md-4 .photo_thumb{
		width: auto;
		float: none;
	}
	.riyou_jirei .col-md-4 .photo_thumb:first-child {
		margin-right: 4%;
	}
	#characteristic .photo_thumb:first-child {
		margin-right: 0;
	}
	.sp_clear_both{
		clear: both;
	}

	.riyou_jirei .photo_thumb p {
		font-size: 80%;
		line-height: 1.4;
		padding: 5px 0;
	}
	.riyou_jirei .intro_block .btn_block a {
		margin-bottom: 10px;
	}
	
	.riyou_yomiuri .icon_number{
		display: inline-block;
		position: absolute;
		width: 20px;
		top: 3px;
		left: 10px;
	}


}



/*流れ(flow)用スタイル*/

.flow_block{
  border: solid 2px #1eaa39;
  padding: 5px 35px;
}
.flow_block.flow_arrow{
  position: relative;
  margin-bottom: 50px;
}
.flow_block.flow_arrow:after{
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  width: 138px;
  height: 38px;
  margin-left: -69px;
/*  background: url(/sapporo/wp-content/themes/acu-h/img/common/flow_block_arrow.png) no-repeat 0 0;*/
}
@media screen and (max-width:767px){
  .flow_block{
    border: solid 2px #1eaa39;
    padding: 5px 15px;
  }
  .flow_block.flow_arrow:after{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 80px;
    height: 22px;
    margin-left: -40px;
/*    background: url(/sapporo/wp-content/themes/acu-h/img/common/flow_block_arrow.png) no-repeat 0 0;*/
    -webkit-background-size: 80px;
    background-size: 80px;
  }
}
.flow_member_block .btn_base{
  display: block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 107.1%;
}

.table_nagare th,
.table_nagare td{
  padding: 10px;
  line-height: 1.5;
}

.flow_btn{
  margin-top: 25px;
  margin-bottom: 15px;
}

.boxlunch .shop dl{
	border: 2px dotted #1e8039;
	padding: 20px;
	min-height: 145px;
}
.boxlunch .shop dl dt{
	color: #1e8039;
	font-weight: bold;
}
.boxlunch .shop + div{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.boxlunch .btn_base{
	min-width: 280px;
}
.boxlunch .lunch_list a{
	color: #333;
	text-decoration: none;
}
.boxlunch .lunch_list a:hover{
	opacity: 0.7;
}
@media (max-width: 768px){
	.boxlunch .shop + div{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.boxlunch .btn_base{
		min-width: 200px;
		max-height: 70px;
		vertical-align: middle;
	}
}
#fancybox-title{
	text-align: left;
}
#fancybox-title span{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
}

.txt_right {
	display: block;
	text-align: right;
}
.article_area .heading_sub-type02_s {
	font-size: 135%;
	margin-bottom: 10px;
}
@media (max-width: 768px){
	.article_area .para-line_sp {
		padding-bottom: 35px;
		margin-bottom: 35px;
		border-bottom: solid 1px #c1c1c1;
	}
	.article_area .heading_sub-type02_s {
		font-size: 157.1%;
		margin-bottom: 10px;
	}
}

/*交通アクセス*/
.access_area .ttl_a {
	color: #1e8039;
}
.access_area .ttl_y {
	color: #006898;
}
.access_area .center {
	margin-top: 7px;
	padding-top: 5px;
	border-top: 1px solid #bcbcbc;
}
.access_area .ttl_center {
	color: #e50012;
}
.access_area .access_info_caption {
	border: dotted 2px #bcbcbc;
	margin-right: 0px;
	margin-left: 0px; 
   padding: 10px 15px;
}
@media screen and (max-width:767px){
	.access_area .access_info_caption {
		padding: 10px 0px;
	}
}

/*内覧会ページ css start*/
.preview_guide .para .row h1 {
	color: #ff6700;
	font-size: 240%;
	text-align: center;
	line-height: 1.3;
}
.preview_guide .para .row h1.heading_main {
	margin-bottom: 0px;
}
.preview_guide .para .row h1 span {
	color: #0b3f7e;
	letter-spacing: 0px;
	border-bottom: none;
}
.preview_guide .para .row .right_area img {
	margin-bottom: 10px;
}
.preview_guide .para .row .plans {
	background: #fff197;
	margin-top: 15px;
	padding: 15px 20px;
}
.preview_guide .para .row .info {
	margin-bottom: 13px;
}
.preview_guide .para .row .info th {
	width: 100px;
	vertical-align: middle;
	background: url(../img/preview_guide/bg.jpg) 0 0;
	color: #fff;
	padding: 5px 20px;
	font-size: 130%;
}
.preview_guide .para .row .info td {
	padding-left: 15px;
	vertical-align: middle;
	font-weight: bold;
	color: #0b3f7e;
}
.preview_guide .para .row .info td b {
	font-size: 160%;
}
.preview_guide .para .btn_block {
	text-align: center;
}
.preview_guide .para .btn_block a {
	width: 40%;
}
@media screen and (max-width:767px){
	.preview_guide .para .row h1 {
		font-size: 170%;
	}
	.preview_guide .para .btn_block a {
		width: 100%;
	}
	.preview_guide .para .row .info td {
		line-height: 1.2;
		padding-left: 10px;
	}
	.preview_guide .para .row .info td b {
		font-size: 130%;
	}
	.preview_guide .para .row .info th {
		width: 80px;
		padding: 5px 10px;
	}
}


/*内覧会ページ css end*/

/*キッズワークショップ css start*/
.kids_workshop .title{
	margin: 50px 0px 50px;
	padding-bottom: 50px;
	background-image: url(../img/kids_workshop/line.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.kids_workshop .title h1{
	margin: 0px 0px 20px;
}
.kids_workshop .shop_list{
	margin-bottom: 50px;
	padding-bottom: 50px;
	background-image: url(../img/kids_workshop/line.png);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	display: block;
}
.kids_workshop .shop_list ul{
	clear: both;
}
.kids_workshop .shop_list ul li{
	width: 48%;
	padding: 0% 1% 2%;
	float: left;
}
.kids_workshop .shop_list ul li:last-child{
	width: 98%;
	padding: 1%;
	clear: both;
}
.kids_workshop .annotation{
	text-align: center;
}
.kids_workshop .click{
	clear: both;
	margin: 0px 0px 50px;
}
.kids_workshop .click > p{
	margin: 0px 0px 20px;
	text-align: center;
}
.kids_workshop .click > div img{
	padding: 9px;
	background: #fff;
	border: 1px solid #c1c1c1;
}
.kids_workshop .btn .btn_block{
	margin-top: 0px;
	text-align: center;
}
.kids_workshop .click .btn .btn_block{
	margin-top: 40px;
	text-align: center;
}
.kids_workshop .btn_base.btn-red{
	border-color: #dd3924;
	background-color: #dd3924;
	color: #fff !important;
	width: 40%;
}
.kids_workshop .btn_base.btn-red:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_active.png);*/
}
.kids_workshop .btn_base.btn-red:hover{
	font-weight: bold;
	border-color: #ff2b14;
	color: #ff2b14 !important;
	background-color: #fff;
}
.kids_workshop .btn_base.btn-red:hover:after{
/*	background-image: url(/sapporo/wp-content/themes/acu-h/img/common/icon_arrow01_red.png);*/
}
@media screen and (max-width:767px){
	.kids_workshop .title{
		margin: 10px 0px 20px;
		padding-bottom: 0px;
		background-image: none;
	}
	.kids_workshop .title h1{
		margin: 0px 0px 0px;
	}
	.kids_workshop .shop_list{
		margin-bottom: 50px;
		padding-bottom: 0px;
		background-image: none;
		clear: both;
		display: block;
	}
	.kids_workshop .click > .row div:first-child{
		margin-bottom: 10px;
	}
	.kids_workshop .click > p{
		width: 80%;
		margin: 0px auto 15px;
	}
	.kids_workshop .btn_base.btn-red{
		width: 80%;
		margin: auto;
	}
}


/*キッズワークショップ css end*/


/* !Page Style -- manabishare
---------------------------------------------------------- */
#filter .active {
	background: #E590AE;
	color: #fff;
	text-decoration: none;
}
.tab_wrapper {
	margin: 30px 0;
	background: #fff;
}
.tab_area {
	display: table;
	width: 80%;
}
.tab_area li {
	box-sizing: border-box;
	position: relative;
	display: table-cell;
	width: 20%;
	padding: 5px 0;
	border-right: #fff solid 15px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	opacity: .65;
}
.tab_area li.select {
	opacity: 1;
}
.tab_area li:hover {
	opacity: 1;
}
.tab_area li:before {
	margin-right: 5px;
}
.tab_area li:nth-child(1) {
	background: #853b22;
}
.tab_area li:nth-child(1):before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: url(../img/manabishare/ico_fav01.png);
}
.tab_area li:nth-child(2) {
	background: #0ba29b;
}
.tab_area li:nth-child(2):before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: url(../img/manabishare/ico_fav02.png);
}
.tab_area li:nth-child(3) {
	background: #920784;
}
.tab_area li:nth-child(3):before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: url(../img/manabishare/ico_fav03.png);
}
.manabi_tit {
	margin-top: 30px;
	text-align: center;
	border-bottom: 2px solid #DDD;
	font-size: 1.75em;
}
.content_area {
	border: 2px solid #DDD;
	padding: 30px 20px;
	/*background: rgba(237,233,222,.3);*/
}
.content_area p {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.15em;
}
.content_area p:before {
	position: relative;
	top: 2px;
	display: inline-block;
	content: url(../img/manabishare/ico_search.png);
	margin-right: 8px;
}
.content_area ul {
	text-align: center;
}
.content_area ul li {
	box-sizing: border-box;
	display: inline-block;
	margin: 3px 0;
	border-right: 1px solid #DDD;
	font-size: 1.25em;
}
.content_area ul li a {
	cursor: pointer;
	display: block;
	padding: 3px 10px;
	color: #454545;
}
.content_area ul li a:hover {
	background: rgba(237,233,222,.8);
}
.container_wrap {
	margin-left: -3%;
	padding: 20px 15px;
}
.container_wrap li.manabi_box {
	box-sizing: border-box;
	margin-left: 3%;
	margin-bottom: 20px;
	width: 47% !important;
	float: left;
}
.container_wrap li.manabi_box > div {
	border: 1px solid #DDD;
	padding: 0 15px 15px 15px;
}
.container_wrap li.manabi_box .thumbnail {
	text-align: center;
}
.container_wrap .caption h3 {
	margin-bottom: 10px;
	font-size: 1.12em;
}
.container_wrap .caption ul{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.container_wrap .caption ul li{
	font-size: 0.82em;
}
.container_wrap .caption ul li span.tit {
	font-weight: bold;
}
.d_date .date:after,
.table_manabi .date:after {
	content: '・';
}
.d_date .date:last-child:after,
.table_manabi .date:last-child:after {
	content: none;
}
.container_wrap .manabishare_cat,
.container_wrap .area,
.table_manabi th span,
.manabi_detail_head_tit span {
	display: inline-block;
	padding: 2px 5px;
	background: #DDD;
	border-radius: 4px;
	color: #fff;
	font-size: 0.82em;
}
.container_wrap .manabishare_cat.bumon1,
.table_manabi th span.bumon1,
.manabi_detail_head_tit span.bumon1 {
	background: #FF474A;
}
.container_wrap .manabishare_cat.bumon2,
.table_manabi th span.bumon2,
.manabi_detail_head_tit span.bumon2 {
	background: #FFAF24;
}
.container_wrap .manabishare_cat.bumon3,
.table_manabi th span.bumon3,
.manabi_detail_head_tit span.bumon3 {
	background: #67B932;
}
.container_wrap .manabishare_cat.bumon4,
.table_manabi th span.bumon4,
.manabi_detail_head_tit span.bumon4 {
	background: #3A77C5;
}
.container_wrap .manabishare_cat.bumon5,
.table_manabi th span.bumon5,
.manabi_detail_head_tit span.bumon5 {
	background: #6244B7;
}
.container_wrap .manabishare_cat.bumon6,
.table_manabi th span.bumon6,
.manabi_detail_head_tit span.bumon6 {
	background: #CD5DAC;
}
.container_wrap .area.area-sapporo,
.table_manabi th span.area-sapporo,
.manabi_detail_head_tit span.area-sapporo {
	background: #55AED3;
}
.container_wrap .area.area-hakata,
.table_manabi th span.area-hakata,
.manabi_detail_head_tit span.area-hakata {
	background: #EE9E35;
}
.container_wrap .area.area-web,
.table_manabi th span.area-web,
.manabi_detail_head_tit span.area-web {
	background: #F6C03F;
}
.manabi_read_more {
	margin: 30px 0;
	text-align: center;
}
.manabi_read_more a {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	transition: .4s;
}

.manabi_read_more a:hover {
	background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
	background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.tit_pickup {
	margin-top: 30px;
	text-align: center;
}
.tit_pickup dd {
	font-size: 1.17em;
	color: #666;
}
.table_manabi {
	margin-top: 30px;
	border: 1px solid #DDD;
	width: 100%;
}
.table_manabi thead th {
	padding: 5px 5px;
	color: #fff;
	font-weight: normal;
	background: #99B3C8;
	border: 1px solid #fff;
	vertical-align: middle;
}
.table_manabi thead th:nth-child(1) {
	width: 25%;
}
.table_manabi thead th:nth-child(2) {
	width: 15%;
}
.table_manabi thead th:nth-child(4) {
	width: 10%;
}
.table_manabi tbody th,
.table_manabi tbody td {
	padding: 8px 10px;
	border: 1px solid #DDD;
	vertical-align: middle;
	text-align: left;
}
.table_manabi tbody th span {
	margin-bottom: 5px;
	font-weight: normal;
}
.table_manabi tbody td {
	font-size: 0.82em;
}
.manabi_detail_head {
	margin-top: 30px;
}
.manabi_detail_head_image {
	box-sizing: border-box;
	width: 30%;
	padding: 15px;
	float: left;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.manabi_detail_head_tit {
	box-sizing: border-box;
	width: 70%;
	float: right;
	padding: 20px 40px;
}
.manabi_detail_head_tit h1 {
	font-size: 1.5em;
	border-bottom: 2px solid #DDD;
	margin-bottom: 5px;
}
p.manabi_pickup {
	text-align: center;
	color: #666;
	font-size: 1.15em;
	margin-top: -30px;
}
.manabi_detail_head_tit p {
	text-align: right;
	font-size: 1.25em;
}
.single-manabi_share table th {
	width: 15%;
	background: #EAEAEA;
	font-size: 0.92em;
}

@media screen and (max-width:767px){
	.tab_area {
		width: 100%;
	}
	.tab_area li {
		font-size: 1em;
		border-right: 5px solid #fff;
	}
	.tab_area li span {
		display: none;
	}
	.content_area {
		padding: 30px 10px 10px 10px;
	}
	.container_wrap {
		margin-left: 0;
	}
	.container_wrap li.manabi_box {
		margin-left: 0;
		width: 100% !important;
		float: none;
	}
	.table_manabi_wrap {
		width: 100%;
		overflow-x: scroll;
	}
	.table_manabi_wrap .table_manabi {
		width: 800px;
	}
	.table_manabi_wrap .table_manabi {
		font-size: 1em;
	}
	.manabi_detail_head_image {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.manabi_detail_head_image img {
		display: inline-block;
	}
	.manabi_detail_head_tit {
		width: 100%;
		float: none;
		padding: 0;
	}
	.single-manabi_share table {
		border: none;
	}
	.single-manabi_share table,
	.single-manabi_share table tbody,
	.single-manabi_share table th,
	.single-manabi_share table td,
	.single-manabi_share table tr {
		display: block;
		width: 100%;
	}
	.manabi_read_more {
		text-align: center;
	}
}


.mannnaka{
 text-align:center!important;
 font-weight:600;
}

.mannnaka-yose{
 margin: 0 auto;
}

.ueakeru{
 margin:40px 0px;
}

.ueakeru2{
 margin:40px 0px;
 text-align:center;
}

.figlink{
 margin:20px 0px;
 color:green;
}

.spr_link{
font-weight: bold;	
color: #166001; 	
a:link { color:#166001; }
a:visited { color: forestgreen; }
a:hover { color: forestgreen; }
a:active { color: forestgreen; }
line-hight:
}


.hkt_link{
font-weight: bold;
color: #C54C07; 
a:link { color:#166001; }
a:visited { color: forestgreen; }
a:hover { color: forestgreen; }
a:active { color: forestgreen; }
}

.takasakaeru{
margin:18px 0px;
line-height: 0.2;
}

.setumei{
margin:12px 0px 12px 0px;
}

#js-top_slider {
    max-width:1280px;
}
.top_info_area .container {
    max-width: 810px;
}
