@charset "UTF-8";

/* html.body
------------------------------------------------------------ */
body {
	-webkit-text-size-adjust: 100%; /* ios用フォントサイズ自動調整解除 */
}

#pankuzu_l {
	float: none;
	width: 1000px;
	margin: 0 0 10px;
}
#pankuzu_r {
	display:none;
}
/* ambassador-report
------------------------------------------------------------ */
#ambassador-report {
	width: 100%;
	background: url(../img/ambassador_bg.png);
}

/* mv
------------------------------------------------------------ */
#mv {
	width: 100%;
	background: url(../img/mv.jpg) no-repeat center;
}
#mv h1,
#mv #mv-ttl {
	line-height: 1;
	text-align: center;
}
#mv h1 img,
#mv #mv-ttl img {
	vertical-align: bottom;
}

/* ambassador-report-inner
------------------------------------------------------------ */
#ambassador-report-inner {
	width: 100%;
	padding: 30px 30px 104px;
	background: url(../img/bg_top.png) no-repeat center top;
	box-sizing: border-box;
}

/* ------- == report-list == ------- */
#ambassador-report-inner #report-list {
	max-width: 850px;
	margin: 0 auto;
}

/* ---- report ---- */
#ambassador-report-inner #report-list .report {
	margin-top: 53px;
	padding: 20px 20px 30px 20px;
	background-color: #fff;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.7);
	overflow: hidden;
	box-sizing: border-box;
}
#ambassador-report-inner #report-list .report .img-pc {
	float: left;
	width: 260px;
}
#ambassador-report-inner #report-list .report .content {
	float: right;
	width: 520px;
}
#ambassador-report-inner #report-list .report .content h2 {
	padding: 10px 0 10px 30px;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/onsen_icon.png) no-repeat;
	background-position: left 5px top 17px;
	background-size: 19px;
	border-bottom: 1px dashed #eb5312;
}
#ambassador-report-inner #report-list .report .content ul.report-info {
	margin-top: 10px;
	text-align: right;
	font-size:14px;
}
#ambassador-report-inner #report-list .report .content ul.report-info li {
	display: inline-block;
	margin-left: 30px;
	margin-top: 0;
	color: #eb5312;
}
#ambassador-report-inner #report-list .report .content ul.report-info li.reporter {
	padding-left: 21px;
	background: url(../img/ambassador_icon.png) no-repeat left center;
	background-size: 12px;
}
#ambassador-report-inner #report-list .report .content  ul.report-info li.inn {
	padding-left: 28px;
	background: url(../img/onsen_icon.png) no-repeat left center;
	background-size: 19px;
}
#ambassador-report-inner #report-list .report .content .reporter {
	margin-top: 8px;
	text-align: right;
}
#ambassador-report-inner #report-list .report .content .reporter span {
	padding: 2px 0 2px 21px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/ambassador_icon.png) no-repeat left center;
	background-size: 12px;
}
#ambassador-report-inner #report-list .report .content .img-sp {
	display: none;
}
#ambassador-report-inner #report-list .report .content p {
	margin-top: 15px;
	font-size: 16px;
}
#ambassador-report-inner #report-list .report .content .more-btn {
	margin-top: 25px;
	text-align: right;
}
#ambassador-report-inner #report-list .report .content .more-btn a {
	display: inline-block;
	padding: 13px 40px 11px 30px;
	background: url(../img/arrow.png) no-repeat center right 12px #1c3d8a;
	background-size: 6px;
	border-bottom: 2px solid #122656;
}
#ambassador-report-inner #report-list .report .content .more-btn a:hover {
	opacity: 0.8;
}
#ambassador-report-inner #report-list .report .content .more-btn a img {
	width: 89px;
}

/* ------- == report == ------- */
#ambassador-report-inner #report {
	max-width: 840px;
	margin: 0 auto;
	padding: 80px 0 15px;
}
#ambassador-report-inner #report > h1 {
	padding: 10px 0 10px 30px;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/onsen_icon.png) no-repeat;
	background-position: left 5px top 17px;
	background-size: 19px;
	border-bottom: 1px dashed #eb5312;
}
#ambassador-report-inner #report > ul.report-info {
	margin-top: 20px;
	text-align: right;
}
#ambassador-report-inner #report > ul.report-info li {
	display: inline-block;
	margin-left: 30px;
	margin-top: 0;
	color: #eb5312;
}
#ambassador-report-inner #report > ul.report-info li.reporter {
	padding-left: 21px;
	background: url(../img/ambassador_icon.png) no-repeat left center;
	background-size: 12px;
}
#ambassador-report-inner #report > ul.report-info li.inn {
	padding-left: 28px;
	background: url(../img/onsen_icon.png) no-repeat left center;
	background-size: 19px;
}
#ambassador-report-inner #report > h2 {
	margin-top: 110px;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #eb5312;
}
#ambassador-report-inner #report .reporter {
	margin-top: 8px;
	text-align: right;
}
#ambassador-report-inner #report .reporter span {
	padding: 2px 0 2px 21px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/ambassador_icon.png) no-repeat left center;
	background-size: 12px;
}
#ambassador-report-inner #report > p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.7;
}
#ambassador-report-inner #report > p.notes {
	font-size:13px;
	line-height:1.5;
}
#ambassador-report-inner #report > p > .img {
	display: inline-block;
	margin: 30px 0;
	font-size: 14px;
	text-align: left;
	width:680px;
}
#ambassador-report-inner #report > p > .img_in img {
	width:340px;
}
#ambassador-report-inner #report > p > .img_in {
	display:block;
	line-height:0;
}
#ambassador-report-inner #report > .text-right {
	text-align: right;
}
#ambassador-report-inner #report > .text-center {
	text-align: center;
}

/* ---- sns-share  ---- */
#ambassador-report-inner #report #sns-share {
	margin-top: 30px;
}
#ambassador-report-inner #report #sns-share ul {
	text-align: center;
}
#ambassador-report-inner #report #sns-share ul li {
	display: inline-block;
	margin: 0 5px;
}
#ambassador-report-inner #report #sns-share ul li a:hover {
	opacity: 0.8;
}

/* ---- reporter ---- */
#ambassador-report-inner #report #reporter {
	width: 760px;
	margin: 34px auto 0;
	padding: 20px 40px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#ambassador-report-inner #report #reporter h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
#ambassador-report-inner #report #reporter #profile {
	overflow: hidden;
}
#ambassador-report-inner #report #reporter #profile .profile-img {
	float: left;
	margin-right: 20px;
	width:136px;
}
#ambassador-report-inner #report #reporter #profile .profile-img img {
	width:100%;
}
#ambassador-report-inner #report #reporter #profile p {
	font-size: 16px;
	width:520px;
	float:right;
}

/* ---- report-imgs ---- */
#ambassador-report-inner #report #report-imgs {
	width: 760px;
	margin: 60px auto 0;
	padding: 20px 40px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#ambassador-report-inner #report #report-imgs h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
}
#ambassador-report-inner #report #report-imgs #img-list ul li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1;
}
#ambassador-report-inner #report #report-imgs #img-list ul li:nth-child(6n+1){
	margin-left: 0;
}
#ambassador-report-inner #report #report-imgs #img-list ul li a img {
	width: 105px;
	vertical-align: bottom;
}
#ambassador-report-inner #report #report-imgs #img-list ul li a:hover {
	opacity: 0.6;
}

/* ---- note ---- */
#ambassador-report-inner #report #note {
	width: 100%;
	margin: 60px auto 0;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	overflow: hidden;
}
#ambassador-report-inner #report #note .onsen-img {
	float: left;
	margin-right: 40px;
}
#ambassador-report-inner #report #note .onsen-img img {
	width: 340px;
}
#ambassador-report-inner #report #note #note-content {
	overflow: hidden;
}
#ambassador-report-inner #report #note #note-content h2 {
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #eb5312;
}
#ambassador-report-inner #report #note #note-content ul {
	margin: 15px 0 25px;
}
#ambassador-report-inner #report #note #note-content ul li {
	margin-left: 20px;
	list-style: disc;
}
#ambassador-report-inner #report #note #note-content .shosai-btn a {
	display: inline-block;
	padding: 13px 73px 11px 58px;
	background: url(../img/arrow.png) no-repeat center right 12px #1c3d8a;
	background-size: 6px;
	border-bottom: 2px solid #122656;
}
#ambassador-report-inner #report #note #note-content .shosai-btn a:hover {
	opacity: 0.8;
}
#ambassador-report-inner #report #note #note-content .shosai-btn a img {
	width: 109px;
}

/* ------- == report-img-list == ------- */
#ambassador-report-inner #report-img-list {
	max-width: 840px;
	margin: 0 auto;
	padding: 80px 0 15px;
}
#ambassador-report-inner #report-img-list > h1 {
	padding: 10px 0 10px 30px;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/onsen_icon.png) no-repeat;
	background-position: left 5px top 17px;
	background-size: 19px;
	border-bottom: 1px dashed #eb5312;
}
#ambassador-report-inner #report-img-list > ul.report-info {
	margin-top: 20px;
	text-align: right;
}
#ambassador-report-inner #report-img-list > ul.report-info li {
	display: inline-block;
	margin-left: 30px;
	margin-top: 0;
	color: #eb5312;
}
#ambassador-report-inner #report-img-list > ul.report-info li.reporter {
	padding-left: 21px;
	background: url(../img/ambassador_icon.png) no-repeat left center;
	background-size: 12px;
}
#ambassador-report-inner #report-img-list > ul.report-info li.inn {
	padding-left: 28px;
	background: url(../img/onsen_icon.png) no-repeat left center;
	background-size: 19px;
}

/* ---- report-img ---- */
#ambassador-report-inner #report-img-list #report-img {
	position: relative;
	width: 760px;
	margin: 20px auto 0;
	padding: 20px 40px 0;
	box-sizing: border-box;
}
#ambassador-report-inner #report-img-list #report-img ul li {
	width: 680px;
}
#ambassador-report-inner #report-img-list #report-img ul li img {
	width: auto;
	height: 452px;
	margin: 0 auto;
}
#ambassador-report-inner #report-img-list #report-img ul li span.report_img_cap {
	font-size:13px;
	padding:10px 0;
}
#ambassador-report-inner #report-img-list #report-img button {
	position: absolute;
	display: block;
	width: 20px;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	text-indent: -9999px;
	background: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}
#ambassador-report-inner #report-img-list #report-img button.slick-prev {
	left: -62px;
	background-image: url(../img/prev_icon.png);
}
#ambassador-report-inner #report-img-list #report-img button.slick-next {
	right: -62px;
	background-image: url(../img/next_icon.png);
}
#ambassador-report-inner #report-img-list #report-img button:hover {
	opacity: 0.6;
}
#ambassador-report-inner #report-img-list #report-img button.slick-disabled,
#ambassador-report-inner #report-img-list #report-img button.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
}

/* ---- img-thumb---- */
#ambassador-report-inner #report-img-list #img-thumb {
	width: 760px;
	margin: 60px auto 0;
	padding: 20px 40px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#ambassador-report-inner #report-img-list #img-thumb h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
}
#ambassador-report-inner #report-img-list #img-thumb #img-list ul li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1;
	cursor: pointer;
}
#ambassador-report-inner #report-img-list #img-thumb #img-list ul li:nth-child(6n+1){
	margin-left: 0;
}
#ambassador-report-inner #report-img-list #img-thumb #img-list ul li.current,
#ambassador-report-inner #report-img-list #img-thumb #img-list ul li:hover {
	opacity: 0.6;
}
#ambassador-report-inner #report-img-list #img-thumb #img-list ul li img {
	width: 105px;
	vertical-align: bottom;
}

/* ------- == onsen-list == ------- */
#ambassador-report-inner #onsen-list {

	width: 840px;
	margin: 60px auto 0;
}
#ambassador-report-inner #onsen-list h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}
#ambassador-report-inner #onsen-list #onsen-report-list ul li {
	display: inline-block;
	width: 195px;
	margin-left: 20px;
	line-height: 1;
	vertical-align: top;
}
#ambassador-report-inner #onsen-list #onsen-report-list ul li:first-child{
	margin-left: 0;
}
#ambassador-report-inner #onsen-list #onsen-report-list ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
#ambassador-report-inner #onsen-list #onsen-report-list ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#ambassador-report-inner #onsen-list #onsen-report-list ul li img {
	margin-bottom: 10px;
	width:100%;
}

/* ------- == report-archive == ------- */
#ambassador-report-inner #report-archive {
	margin: 40px auto;
}
#ambassador-report-inner #report-archive p {
	text-align: center;
}
#ambassador-report-inner #report-archive p a {
	display: inline-block;
	padding: 13px 45px 11px 30px;
	background: url(../img/arrow.png) no-repeat center right 12px #1c3d8a;
	background-size: 6px;
	border-bottom: 2px solid #122656;
}
#ambassador-report-inner #report-archive p a:hover {
	opacity: 0.8;
}
#ambassador-report-inner #report-archive p a img {
	width: 163px;
}
#ambassador-report-inner #report-archive p a img.report-modoru {
	width: 130px;
}

/* bnr
------------------------------------------------------------ */
#bnr {
	width: 100%;
	padding-bottom: 100px;
}
#bnr ul {
	display: flex;
	justify-content: center;
}

@media print, screen and (min-width: 768px) {

	/* device
	------------------------------------------------------------ */
	.device-sp {
		display: none;
	}

}

@media only screen and (max-width: 767px) {
	
	/* mv
	------------------------------------------------------------ */
	#mv {
		background: none;
	}
	#mv h1 img {
		width: auto;
		max-width: 100%;
	}
	
	/* ambassador-report-inner
	------------------------------------------------------------ */
	#ambassador-report-inner {
		padding: 0 15px 44px;
		background: url(../img/bg_top_sp.png) no-repeat center top;
		background-size: contain;
		overflow: hidden;
	}
	
	/* ------- == report-list == ------- */
	/* ---- report ---- */
	#ambassador-report-inner #report-list .report {
		display: block;
		margin-top: 44px;
		padding: 20px 15px;
		box-shadow: 0 3px 3px -2px rgba(0,0,0,0.7);
	}
	#ambassador-report-inner #report-list .report .img-pc {
		display: none;
	}
	#ambassador-report-inner #report-list .report .content {
		float: none;
		width: auto;
	}
	#ambassador-report-inner #report-list .report .content h2 {
		font-size: 15px;
		background-position: left 5px top 13px;
		background-size: 17px;
	}
	#ambassador-report-inner #report-list .report .content ul.report-info {
		font-size:12px;
	}
	#ambassador-report-inner #report-list .report .content ul.report-info li.reporter {
		padding-left: 17px;
		background-size: 10px;
	}
	#ambassador-report-inner #report-list .report .content  ul.report-info li.inn {
		padding-left: 24px;
		background-size: 17px;
	}
	#ambassador-report-inner #report-list .report .content .reporter {
		margin-top: 7px;
	}
	#ambassador-report-inner #report-list .report .content .reporter span {
		padding: 2px 0 2px 14px;
		font-size: 12px;
		background-size: 8px;
	}
	#ambassador-report-inner #report-list .report .content .img-sp {
		display: block;
		margin-top: 13px;
	}
	#ambassador-report-inner #report-list .report .content .img-sp img {
		width: auto;
		max-width: 100%;
	}
	#ambassador-report-inner #report-list .report .content p {
		margin-top: 14px;
		font-size: 14px;
	}
	#ambassador-report-inner #report-list .report .content .more-btn {
		margin-top: 18px;
		text-align: center;
	}
	#ambassador-report-inner #report-list .report .content .more-btn a {
		width: 100%;
		box-sizing: border-box;
	}
	#ambassador-report-inner #report-list .report .content .more-btn a img {
		width: 84px;
	}

	/* ------- == report == ------- */
	#ambassador-report-inner #report {
		margin: 0 auto;
		padding: 14% 0 25px;
	}
	#ambassador-report-inner #report > h1 {
		font-size: 15px;
		background-position: left 5px top 13px;
		background-size: 17px;
	}
	#ambassador-report-inner #report > ul.report-info {
		margin-top: 10px;
	}
	#ambassador-report-inner #report > ul.report-info li {
		margin-left: 15px;
	}
	#ambassador-report-inner #report > ul.report-info li.reporter {
		padding-left: 18px;
		background-size: 10px;
	}
	#ambassador-report-inner #report > ul.report-info li.inn {
		padding-left: 24px;
		background-size: 16px;
	}
	#ambassador-report-inner #report > h2 {
		margin-top: 70px;
		padding: 0 0 5px 0;
		font-size: 15px;
	}
	#ambassador-report-inner #report .reporter {
		margin-top: 7px;
	}
	#ambassador-report-inner #report .reporter span {
		padding: 2px 0 2px 14px;
		font-size: 12px;
		background-size: 8px;
	}
	#ambassador-report-inner #report > p {
		margin-top: 30px;
		font-size: 14px;
	}
	#ambassador-report-inner #report > p.notes {
		font-size:12px;
		line-height:1.5;
	}
	#ambassador-report-inner #report > p > .img {
		margin: 0;
		font-size: 10px;
		width: 100%;
	}
	#ambassador-report-inner #report > p > .img img {
		width: auto;
		max-width: 100%;
	}
	#ambassador-report-inner #report > p > .img_in img {
		width:80%;
	}
	/* ---- sns-share  ---- */
	#ambassador-report-inner #report #sns-share {
		margin-top: 25px;
	}
	#ambassador-report-inner #report #sns-share ul li a img {
		width: 85px;
	}
	
	/* ---- reporter ---- */
	#ambassador-report-inner #report #reporter {
		width: auto;
		margin: 26px auto 0;
		padding: 10px 15px;
	}
	#ambassador-report-inner #report #reporter .profile-img {
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	#ambassador-report-inner #report #reporter .profile-img img {
		width: 80px;
	}
	#ambassador-report-inner #report #reporter h2 {
		font-size: 14px;
		overflow: hidden;
	}
	#ambassador-report-inner #report #reporter #profile {
		clear: both;
	}
	#ambassador-report-inner #report #reporter #profile p {
		font-size: 12px;
		float:none;
		width:auto;
	}
	
	/* ---- report-imgs ---- */
	#ambassador-report-inner #report #report-imgs {
		width: auto;
		margin: 30px auto 0;
		padding: 10px 15px;
	}
	#ambassador-report-inner #report #report-imgs h2 {
		font-size: 14px;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	#ambassador-report-inner #report #report-imgs #img-list ul li {
		width: 32%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	#ambassador-report-inner #report #report-imgs #img-list ul li:nth-child(3n+1){
		margin-left: 0;
	}
	#ambassador-report-inner #report #report-imgs #img-list ul li a img {
		width: auto;
		max-width: 100%;
	}

	/* ------- == report-img-list == ------- */
	#ambassador-report-inner #report-img-list {
		margin: 0 auto;
		padding: 14% 0 25px;
	}
	
	/* ---- report-imgs ---- */
	#ambassador-report-inner #report-img-list #img-thumb {
		width: auto;
		margin: 30px auto 0;
		padding: 10px 15px;
	}
	#ambassador-report-inner #report-img-list #img-thumb h2 {
		font-size: 14px;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	#ambassador-report-inner #report-img-list #img-thumb #img-list ul li {
		width: 32%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	#ambassador-report-inner #report-img-list #img-thumb #img-list ul li:nth-child(3n+1){
		margin-left: 0;
	}
	#ambassador-report-inner #report-img-list #img-thumb #img-list ul li img {
		width: auto;
		max-width: 100%;
	}
	
	/* ---- note ---- */
	#ambassador-report-inner #report #note {
		width: 100%;
		margin: 30px auto 0;
		padding: 15px;
		box-sizing: border-box;
		border: 1px solid #dcdcdc;
		background-color: #fff;
		overflow: hidden;
	}
	#ambassador-report-inner #report #note #note-content {
		overflow: hidden;
	}
	#ambassador-report-inner #report #note #note-content h2 {
		font-size: 14px;
	}
	#ambassador-report-inner #report #note #note-content .onsen-img {
		float: none;
		margin-right: 0;
		margin-top: 10px;
		text-align: center;
	}
	#ambassador-report-inner #report #note #note-content .onsen-img img {
		width: auto;
		max-width: 100%;
	}
	#ambassador-report-inner #report #note #note-content ul {
		margin: 15px 0 25px;
	}
	#ambassador-report-inner #report #note #note-content ul li {
		font-size: 14px;
	}
	#ambassador-report-inner #report #note #note-content .shosai-btn a {
		width: 100%;
		padding: 13px 0 11px 0;
		text-align: center;
		box-sizing: border-box;
	}
	#ambassador-report-inner #report #note #note-content .shosai-btn a img {
		width: 102px;
	}

	/* ------- == report-img-list == ------- */
	#ambassador-report-inner #report-img-list {
		margin: 0 auto;
		padding: 14% 0 25px;
	}
	#ambassador-report-inner #report-img-list > h1 {
		font-size: 15px;
		background-position: left 5px top 13px;
		background-size: 17px;
	}
	#ambassador-report-inner #report-img-list > ul.report-info {
		margin-top: 10px;
	}
	#ambassador-report-inner #report-img-list > ul.report-info li {
		margin-left: 15px;
	}
	#ambassador-report-inner #report-img-list > ul.report-info li.reporter {
		padding-left: 18px;
		background-size: 10px;
	}
	#ambassador-report-inner #report-img-list > ul.report-info li.inn {
		padding-left: 24px;
		background-size: 16px;
	}
	/* ---- report-img ---- */
	#ambassador-report-inner #report-img-list #report-img {
		position: relative;
		width: auto;
		margin: 10px auto 0;
		padding: 10px 30px 0;
	}
	#ambassador-report-inner #report-img-list #report-img ul li {
		width: auto;
	}
	#ambassador-report-inner #report-img-list #report-img ul li span {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 0;
		padding-bottom: 66%;
	}
	#ambassador-report-inner #report-img-list #report-img ul li span.report_img_cap {
		padding-bottom: 0;
		font-size:13px;
	}
	#ambassador-report-inner #report-img-list #report-img ul li img {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#ambassador-report-inner #report-img-list #report-img button {
		width: 20px;
		height: 34px;
	}
	#ambassador-report-inner #report-img-list #report-img button.slick-prev {
		left: -35px;
	}
	#ambassador-report-inner #report-img-list #report-img button.slick-next {
		right: -35px;
	}
	
	/* ---- img-thumb---- */
	#ambassador-report-inner #report-img-list #img-thumb {
		width: auto;
		margin: 30px auto 0;
		padding: 10px 15px;
	}
	#ambassador-report-inner #report-img-list #img-thumb h2 {
		font-size: 14px;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	#ambassador-report-inner #report-img-list #img-thumb #img-list ul li {
		width: 32%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	#ambassador-report-inner #report-img-list #img-thumb #img-list ul li:nth-child(3n+1){
		margin-left: 0;
	}
	#ambassador-report-inner #report-img-list #img-thumb #img-list ul li img {
		width: auto;
		max-width: 100%;
	}

	/* ------- == onsen-list == ------- */
	#ambassador-report-inner #onsen-list {
		width: auto;
		margin: 30px auto 0;
	}
	#ambassador-report-inner #onsen-list h2 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#ambassador-report-inner #onsen-list #onsen-report-list ul li {
		display: block;
		width: 100%;
		margin:0;
		padding:5px 0;
		border-bottom:1px solid #CCCCCC;
		line-height: 1;
		overflow: hidden;
	}
	#ambassador-report-inner #onsen-list #onsen-report-list ul li a {
		display:block;
		width:100%;
		font-size: 14px;
		text-decoration: none;
		line-height: 1.3;
	}
	#ambassador-report-inner #onsen-list #onsen-report-list ul li img {
		float: left;
		width: 70px;
		margin-right: 15px;
		margin-bottom: 0;
	}
	#ambassador-report-inner #onsen-list #onsen-report-list ul li a br {
		display: none;
	}
	
	/* ------- == report-archive == ------- */
	#ambassador-report-inner #report-archive {
		margin: 20px auto;
	}
	#ambassador-report-inner #report-archive p a {
		width: 100%;
		padding: 13px 0 11px 0;
		text-align: center;
		box-sizing: border-box;
	}
	#ambassador-report-inner #report-archive p a img {
		width: 152px;
	}
	#ambassador-report-inner #report-archive p a img.report-modoru {
		width: 116px;
	}
	
	/* bnr
	------------------------------------------------------------ */
	#bnr {
		padding-bottom: 40px;
	}
	#bnr ul {
		margin: 0 10px;
	}
	#bnr ul li img {
		width: auto;
		max-width: 100%;
	}

	/* device 
	------------------------------------------------------------ */
	.device-pc {
		display: none;
	}

}
