/* ページヘッダ */
#pagehead.ph_access{
	background-image:url("../images/access/pagehead.jpg");
	background-position:right center;
}

.access_wrap,
.access_wrap_b{
	padding:30px 0;
}


.access_wrap .container{
	display:flex;
	justify-content:flex-end;
	position: relative;
}

.access_wrap_b{
	background:#fff;
}
.access_wrap_b .container{
	display:flex;
	justify-content:flex-start;
	position: relative;
}

.access_img{
	width:50%;
	margin-bottom:0px;
}

.access_txt{
	width:50%;
	padding:0 30px;
}
.access_wrap,
.access_wrap_b{
	position: relative;
}
.access_wrap.mt,
.access_wrap_b.mt{
	margin-top:60px;
}
.access_wrap.mt2,
.access_wrap_b.mt2{
	margin-top:120px;
}
.access_txt{
	/*margin-right:100px;*/
	/*padding-bottom:50px;*/
		width:50%;
}
.background_fff{
	position: absolute;
	top: 80px;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.access_txt h2{
	font-size:24px;
	color:#A58638;
	margin-bottom:50px;
	padding-bottom:50px;
	line-height:1.5em;

	border-bottom:1px solid #A58638;

}
.access_txt h2 span{
	font-size:80%;
}
.access_txt h3{
	font-size:16px;
	color:#A58638;
	margin-top:50px;

		margin-bottom:30px;
		line-height:1.4em;

}
.access_txt p{
	line-height:2em;
	/*margin-bottom:44px;*/
}

.access_txt ul{
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0 0 30px 0;         /* デフォルト指定上書き */
    padding: 0 0 0 10px;         /* デフォルト指定上書き */
}

.access_txt ul li{
	padding-top:6px;
	padding-bottom:6px;
}

.access_txt ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  6px;               /* 幅指定 */
    height:  6px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #A58638;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 10px;          /* 余白指定 */
}

.access_img_slick1 img,
.access_img_slick2 img,
.access_img_slick3 img,
.access_img_slick4 img{
	width:100%;
}

.access_img_slick_nav1,
.access_img_slick_nav2,
.access_img_slick_nav3,
.access_img_slick_nav4{
	margin-top:4px;
	box-sizing: border-box;
}

.access_img_slick_nav1 div,
.access_img_slick_nav2 div,
.access_img_slick_nav3 div,
.access_img_slick_nav4 div{
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.access_img_slick_nav1 div img,
.access_img_slick_nav2 div img,
.access_img_slick_nav3 div img,
.access_img_slick_nav4 div img{
	width:96%;
	margin:3px auto;
  box-sizing: border-box;
}

.slick-list.draggable{
}




.access_txt dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	font-size:14px;
	margin-bottom:30px;
	padding-left:6px;
	border-left:1px solid #A58638;
}
.access_txt dt{
  width: 100px;
	padding:6px;
}
.access_txt dd{
  width: calc(100% - 100px) ;
	padding:6px;
}


/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 比率 */
}

/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.access_gaikan{
	display:flex;

  margin-bottom: 20px;
  padding-bottom: 20px;

}
.access_gaikan img{
	width:150px;
	margin-right:15px;
}


#sec_fromap{
	padding:60px 0;
}
.sec_fromap_inner{
	width:90%;
	max-width:800px;
	margin:0 auto;
}
.sec_fromap_inner img{
	width:100%;
}

.tab_menu {
	display: flex;
	width: 100%;
	margin: 0 0 1em;
}
.tab_menu li{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0 8px;
	margin: 0 1px 0 0;
	list-style: none;
	cursor: pointer;
	color: #fff;
	background: #ccb591;
	font-size: 110%;
	text-align:center;
	font-weight:bold;
}
.tab_menu li:last-child {
	margin-right: 0;
}
.tab_menu li.selected {
	background: #b79662;
	position:relative;
}
.tab_menu li.selected:before{
  content: url("../images/access/under_arrow.svg");
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -12px;
	width:24px;
	height:16px;
}


.tab_menu li:hover {
	background: #b79662;
}
.tab_menu li img {
	display: inline-block;
	padding: 0 5px 2px 0;
}
.select_menu_container {
	text-align: center;
}
.select_menu {
	padding: 10px;
	margin: 0 auto 0.8em;
	cursor: pointer;
	font-size: 125%;
	border-radius: 4;
	border: 1px solid #ccc;
	background:#fff;

  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
.tab_panel {
	overflow: hidden;
	height: 0;
	opacity: 0;
	text-align: center;
}
.tab_panel.is-show {
	overflow: visible;
	height: auto;
	opacity: 1;
	transition: opacity .4s ease-in-out;
}

.tab_panel .title{
	text-align:center;
	padding:20px 0 50px;
	display:inline-block;
	border-bottom:1px solid #666;
	padding-bottom:8px;
	margin-bottom:30px
}
@media screen and (min-width: 641px) {
	.select_menu_container {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.tab_menu {
		display: none;
	}
}

.root_list{
	display:flex;
flex-wrap: wrap;
  justify-content: center;
}

.root_list li{
	padding:30px 15px 15px;
	max-width:280px;
	width:90%;
}
.root_list li img{
	width:100%;
}

.rootimg_wrap{
	position:relative;
}

.rootimg_wrap .rootno{
	width:30px;
	position:absolute;
	top:-15px;
	left:8px;
}
.root_list li p{
	font-size:88%;
	padding-top:8px;
	font-weight:600;
	text-align:left;
}

.access_movie {
  width: 100%;
	max-width:800px;
	margin:0 auto;
  aspect-ratio: 16 / 9;
}
.access_movie iframe {
  width: 100%;
  height: 100%;
}

.norikae{
	text-align:center;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	border:1px solid #B79662;
  width: 100%;
  margin: 0 auto 80px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
	border-left:1px solid #B79662;
  border-bottom: 3px solid #B79662;
  background-color: #d9d9d9;
  padding:8px 0;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	height:90px;
	box-sizing:border-box;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #B79662;
  color: #fff;
}

.tab_content_description{
	text-align:center;
}

.tab_content_description .title{
	text-align:center;
	padding:20px 0 50px;
	display:inline-block;
	border-bottom:1px solid #666;
	padding-bottom:8px;
	margin-bottom:30px
}


/** sightseeing
--------------------------------------------------------- */
ul.sightseeing_spot{
	display:flex;
  flex-wrap: wrap;
	justify-content:center;
}

ul.sightseeing_spot > li{
	width:360px;
	margin:15px;
	/zoom: 1; /*for ie5〜7*/
}
ul.sightseeing_spot > li > h3{
	background:#F1F0E7;
	padding:8px;
	margin-bottom:14px;
	font-size:1.1em;
	color:#9F8745;
}
ul.sightseeing_spot > li > div{
	width: 100%;
}
ul.sightseeing_spot > li > div p{
	width:200px;
	margin-bottom:10px;
	float:right;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size:13px;
}

ul.sightseeing_spot > li > div p span{
	border-top:1px solid #666;
	margin-top:8px;
	padding-top:8px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size:12px;
	display:block;
	font-weight:bold;

}

.spotlink{
	display:block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size:12px;
	border:1px solid #666;
	padding:0 3px;
	width:100%;
	margin-top:6px;
	text-align:center;
}
.imgleft {
	float: left;
	margin-right: 10px;
	width:130px;
}
.imgleft img{
	width:100%;
}

.ac_car_wrap .container{
	display:flex;
	justify-content:center;
	position: relative;
}



.ac_car{
	padding:30px;
	font-size:14px;
	line-height:1.8em;
	border:1px solid #9f8745;
	margin:15px;
}
.ac_car small{
	line-height:1.4em;
}
.ac_car p{
	padding:0;
}
.ac_car .lead{
	font-size:16px;
}
.ac_car .h5_a{
	background:#9f8745;
	color:#fff;
	display:inline-block;
	padding:0px 6px;
}
.ac_pricetbl{
	margin-top:8px;
}
.ac_pricetbl tr{
	padding:6px 0;
}

.ac_pricetbl th{
	min-width:80px;
}

.ac_pricetbl th span{
	display:block;
	padding-right:0px;
	border-right:1px solid #9f8745;
}
.ac_pricetbl td{
	padding:0 0 0 6px !important;
}

.ac_car .h5_b{

	border:1px solid #9f8745;
	background:#f1f0e8;
	color:#9f8745;
	display:inline-block;
	padding:0px 6px;
}

.ac_car .h5_c{
	color:#9f8745;
	display:inline-block;
	padding:0px 6px;
	margin-top:16px !important;
}
.ac_car .h5_c span{
	color:#cfc3a2;
}

h3.ac_car_ttl {
    display: inline-block;
    font-size: 20px;
    color: #9F8745;
    padding: 24px 60px;
    border: 1px solid #9F8745;
    background: #fff;
	margin:0 0 10px
}