@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Lemon/Milk";
	src: url("http://www.myfontfree.com/data/29/l/lemon_milk/LemonMilk.otf");
}
/* ====================================================
Common
==================================================== */
html {
	font-size: 62.5%;
}
body {
	font-size: 10px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
/* fpont設定 */
header, .subnav, .adminnav, .contents, footer {
	font-size: 14px;
	font-size: 1.4rem;
}
/* width設定 */
header, .contents {
	max-width: 1030px;
}
p {
	line-height: 1.7;
}
a:hover {
	opacity: .8;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
}
/* トップスクロールボタン */
.pagetop a {
	width: 40px;
	height: 40px;
	line-height: 35px;
	display: block;
	background-color: #000000;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
}
/* テキスト */
.txt-center {
	text-align: center !important;
}
.txt-left {
	text-align: left !important;
}
.txt-right {
	text-align: right !important;
}
.txt-p1 {
	font-size: 16px;
	color: #ff0000;
}
.txt-black {
	color: #333 !important;
}
.txt-red {
	color: #ff0000;
}
.txt-blue {
	color: #0061a7;
}
.txt-green {
	color: #4cbbb4;
}
.txt-yellow {
	color: #ffbf00;
}
.txt-bold {
	font-weight: bold;
}
.txt-s16 {
	font-size: 16px !important;
}
.txt-s18 {
	font-size: 18px !important;
}
.txt-s20 {
	font-size: 20px !important;
}
.w40 {
	width: 40% !important;
}
.w60 {
	width: 60% !important;
}
.w80 {
	width: 80% !important;
}
.w100 {
	width: 100% !important;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.rw100 {
	width: 100% !important;
}
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
/* ボタン */
.btn {
	position: relative;
	font-weight: bold;
}
.btn-lg .fa {
	position: absolute;
	right: 10px;
	top: 13px;
}
.btn-sm .fa {
	margin-left: 5px;
}
.btn-info {
	color: #333;
	background-color: #eeeeee;
	border-color: #333;
	font-weight: bold;
	padding: 10px 30px;
}
.btn-info:hover {
	color: #333;
	background-color: #eeeeee;
	border-color: #333;
	opacity: .8;
}
.btn-primary {
	padding: 10px;
}
/* ページャー */
.pager li > a {
	border-radius: 5px;
	color: #333;
}
/* ====================================================
Header
==================================================== */
header {
	text-align: center;
}
header h1 {
	display: inline-block;
	margin: 30px 0;
}
header h1 a {
	font-family: 'Lemon/Milk';
	color: #000;
}
header h1 a:hover {
	color: #000;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
header h1 {
	margin: 10px 0;
}
header h1 a {
	font-size: 25px;
	font-size: 2.5rem;
}
}
/* nav
========================================== */
header nav {
}
header nav ul {
	padding: 0;
	margin-bottom: 15px;
}
header nav ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 15px;
}
header nav ul li:last-of-type {
	margin-right: 0;
}
header nav ul li a {
	color: #333;
	font-weight: bold;
}
header nav ul li i {
	margin-right: 3px;
	color: #eeb301;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
header nav ul {
	margin-bottom: 5px;
}
}
/* ====================================================
Footer
==================================================== */
footer {
	text-align: center;
}
footer ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #333;
}
footer ul li {
	padding: 0 10px;
	margin: 5px 0;
	display: inline-block;
	list-style-type: none;
	border-right: 1px solid #333;
}
footer ul li:last-of-type {
	border-right: none;
}
footer nav ul li a {
	color: #333;
	display: block;
	font-weight: bold;
}
footer .copyright {
	font-size: 12px;
	padding: 5px 0;
	background-color: #eeb301;
	color: #fff;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
footer ul li {
	height: 44px;
	line-height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	border-right: none;
	border-bottom: 1px solid #333;
}
footer ul li:last-of-type {
	border-bottom: none;
}
}
/* ====================================================
contents
==================================================== */
.contents {
	padding-bottom: 60px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.contents {
	padding-bottom: 30px;
}
}
/* title
========================================== */

/* 青いアンダーラインのタイトル */
/*DIVER*/
.diver .h-p1 {
	font-weight: bold;
	padding: 10px 15px;
	border-left: 10px solid #01698c;
	border-bottom: 1px solid #01698c;
}
/*CLIMBER*/
.climber .h-p2 {
	font-weight: bold;
	padding: 10px 15px;
	border-left: 10px solid #b46941;
	border-bottom: 1px solid #b46941;
}
/*TRAVELER*/
.traveler .h-p3 {
	font-weight: bold;
	padding: 10px 15px;
	border-left: 10px solid #336600;
	border-bottom: 1px solid #336600;
}
/* テーブル
========================================== */

/* table1 DIVER*/
.diver .table-p1 {
	width: 100%;
}
.diver .table-p1 tr {width:50%;
}

.diver .prof_comment tr {width:100%;
}
.diver .table-p1 th {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #01698c;
	color: #fff;
	border-bottom: 1px solid #01698c;
}
.diver .table-p1 td {
	display: block;
	float: left;
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #01698c;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.diver .table-p1 th {
	float: none;
	width: 100%;
}
.diver .table-p1 tr {width:100%;
}

.diver .table-p1 td {
	float: none;
	width: 100%;
}
.diver .table-p1 .comment th {
	width: 100%;
}
.diver .table-p1 .comment td {
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #01698c;
}
}


/* table1 CLIMBER*/
.climber .table-p1 {
	width: 100%;
}
.climber .table-p1 tr {width:50%;
}
.climber .prof_comment tr {width:100%;
}
.climber .table-p1 th {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #b46941;
	color: #fff;
	border-bottom: 1px solid #b46941;
}
.climber .table-p1 td {
	display: block;
	float: left;
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b46941;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.climber .table-p1 tr {width:100%;
}
.climber .table-p1 th {
	float: none;
	width: 100%;
}
.climber .table-p1 td {
	float: none;
	width: 100%;
}
.climber .table-p1 .comment th {
	width: 100%;
}
.climber .table-p1 .comment td {
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #b46941;
}
}


/* table1 TRAVELER*/
.traveler .table-p1 {
	width: 100%;
}
.traveler .table-p1 tr {width:50%;
}
.traveler .prof_comment tr {width:100%;
}
.traveler .table-p1 th {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #336600;
	color: #fff;
	border-bottom: 1px solid #336600;
}
.traveler .table-p1 td {
	display: block;
	float: left;
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #336600;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.traveler .table-p1 tr {width:100%;
}
.traveler .table-p1 th {
	float: none;
	width: 100%;
}
.traveler .table-p1 td {
	float: none;
	width: 100%;
}
.traveler .table-p1 .comment th {
	width: 100%;
}
.traveler .table-p1 .comment td {
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #336600;
}
}

/* table2 DIVER*/
.diver .table-p2 {
	border: 1px solid #dddddd;
}
.diver .table-p2 thead th {
	background-color: #01698c;
	color: #fff;
}
/* table2 CLIMBER*/
.climber .table-p2 thead th {
	background-color: #b46941;
	color: #fff;
}
/* table2 TRAVELER*/
.traveler .table-p2 thead th {
	background-color: #336600;
	color: #fff;
}
/* table3 */
.table-p3 {
	width: 100%;
}
.table-p3 tr {
}
.table-p3 th {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}
.table-p3 td {
	display: block;
	float: left;
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.table-p3 th {
	float: none;
	width: 100%;
}
.table-p3 td {
	float: none;
	width: 100%;
}
.table-p3 .comment th {
	width: 100%;
}
.table-p3 .comment td {
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #000;
}
}
/* table4 */
.table-p4 {
	width: 100%;
}
.table-p4 tr {
}
.table-p4 th {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #eeb301;
	color: #fff;
	border-bottom: 1px solid #eeb301;
}
.table-p4 td {
	display: block;
	float: left;
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeb301;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.table-p4 th {
	float: none;
	width: 100%;
}
.table-p4 td {
	float: none;
	width: 100%;
}
.table-p4 .comment th {
	width: 100%;
}
.table-p4 .comment td {
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #eeb301;
}
}
/* table5 */
.table-p5 {
	width: 100%;
}
.table-p5 tr {
}
.table-p5 th {
	display: block;
	float: left;
	width: 300px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #a0a0a0;
	color: #fff;
}
.table-p5 td {
	display: block;
	float: left;
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	padding: 0 0 0 20px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.table-p5 th {
	float: none;
	width: 100%;
}
.table-p5 td {
	float: none;
	width: 100%;
	padding: 0;
}
.table-p5 .comment th {
	width: 100%;
}
.table-p5 .comment td {
	width: 100%;
	border-top: none;
}
}
/* table6 */
.table-p6 {
	border: 1px solid #a0a0a0;
}
.table-p6 thead th {
	background-color: #000000;
	color: #fff;
}
.table-striped-p2 > tbody > tr:nth-of-type(odd) {
	background: #eeeeee;
}
/* table7 */
.table-p7 {
	width: 100%;
}
.table-p7 tr {
}
.table-p7 th {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #959595;
	color: #fff;
	border-bottom: 1px solid #959595;
}
.table-p7 td {
	display: block;
	float: left;
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #959595;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.table-p7 th {
	float: none;
	width: 100%;
}
.table-p7 td {
	float: none;
	width: 100%;
}
.table-p7 .comment th {
	width: 100%;
}
.table-p7 .comment td {
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #000;
}
}
/*リスト*/
.list-box-p1 li {
	width: 100%;
	overflow: hidden;
	font-weight: bold;
}
.list-box-p1 .list-item {
	float: left;
	width: 30%;
}
.list-box-p1 .list-item img {
	margin-left: 30px;
}
.list-box-p1 .list-title {
	float: right;
	width: 70%;
}
.list-box-p1 .list-title a:hover {
	text-decoration: underline;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.list-box-p1 .list-item, .list-box-p1 .list-title {
	float: none;
	width: 100%;
}
}
/* ====================================================
サブナビゲーション
==================================================== */
.subnav {
}
.subnav .row div {
	text-align: center;
	color: #fff;
	padding: 0;
}
.subnav .row div:nth-of-type(1) a {
	background-color: #00698c;
}
.subnav .row div:nth-of-type(2) a {
	background-color: #b46941;
}
.subnav .row div:nth-of-type(3) a {
	background-color: #336600;
}
.subnav .row div a {
	display: block;
	color: #fff;
	padding: 15px 0;
}

/*diver*/
.diver .category-title h2 {
	padding: 10px;
	margin: 0 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #00698c;
	text-align: center;
	border-top: 2px solid #00698c;
	border-bottom: 2px solid #00698c;
}
.diver .category-subtitle h3 {
	padding: 10px;
	margin: 0 0 30px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.diver .category-subtitle h3 {
	background-color: #00698c;
}

/*climber*/
.climber .category-title h2 {
	padding: 10px;
	margin: 0 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #b46941;
	text-align: center;
	border-top: 2px solid #b46941;
	border-bottom: 2px solid #b46941;
}
.climber .category-subtitle h3 {
	padding: 10px;
	margin: 0 0 30px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.climber .category-subtitle h3 {
	background-color: #b46941;
}
/*traveler*/
.traveler .category-title h2 {
	padding: 10px;
	margin: 0 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #336600;
	text-align: center;
	border-top: 2px solid #336600;
	border-bottom: 2px solid #336600;
}
.traveler .category-subtitle h3 {
	padding: 10px;
	margin: 0 0 30px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.traveler .category-subtitle h3 {
	background-color: #336600;
}

/* ====================================================
01. index
==================================================== */

/* トップニューイメージ
========================================== */
.newimg {
	margin-bottom: 60px;
}


.newimg .row ul{
  display: flex;
  flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.newimg .row li{
  position: relative;
  width: 25%;
	list-style: none;

	
}




.newimg .row li .active {
	background: #000;
	color: #fff;
	width: 100%;
	font-size: 20px;
	text-align: center;
	
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	padding: 5px 0;
  opacity: 0;
  transition: 0.5s; 
}


@media print, screen and (max-width: 767px) { /* スマホ表示 */
	.newimg .row li{

  width: 50%;
	
}
	.newimg .row li .active {
			font-size: 16px;
	}
}



.newimg .row li:hover .active {
  opacity: 1;
}



.newimg .row li:before{
  content: "";
  display: block;
  padding-top: 56.25%;/*16:9*/
}



.newimg .row li a{
	display: block;

}

.newimg .row li a img {
cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
	 /*プロパティを追加*/
object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
}

.object-fit{
  object-fit: contain;
  font-family: 'object-fit: contain;'
}




.newimg .row div a:hover {
/*display: flex;
justify-content: center;
align-items: center;
opacity: .5; */
}
.slickhoverWrapper {
	background-size: contain !important;
	background-color: inherit !important;
}



.slickhoverWrapper img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
    .slickhoverWrapper img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}




.index-content, .index-category {
	padding: 60px 0;
}
.h-index {
	text-align: center;
	font-size: 42px;
	font-family: 'Lemon/Milk';
	margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.index-content, .index-category {
	padding: 0px 0;
}
.h-index {
	margin-bottom: 10px;
	font-size: 28px;
}
}
/* content */
.index-btnbox1 {
	padding: 30px 0;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.index-btnbox1 {
	padding: 0px 0;
}
}
.index-btnbox1 a {
	display: block;
}
.index-btnbox1 img {
	margin: 0 auto;
}
.index-txt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.index-txt {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
}
/* category */
.index-category {
}
.index-category .row div a {
	display: block;
}
/* ====================================================
DIVER CLIMBER TRAVELER
==================================================== */

/* ====================================================
02.index
==================================================== */
 @media print, screen and (max-width: 767px) { /* スマホ表示 */
  
.diver .index-news button, .climber .index-news button, .traveler .index-news button{
	font-size:14px;
}
  }
	
	.category	.category-index-main{
		width:100%;
		margin:0 0 40px 0;
	position: relative;}
		.category	.category-index-main .inner{
			text-align:center;
					color:#FFF;
					
position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);}
		
		.category	.category-index-main h3{
			font-size:46px;
			    font-family: 'Lemon/Milk';
		white-space: nowrap;}
		
				.category	.category-index-main p{
					font-weight:bold;
					font-size:16px;
				}
				
				 @media print, screen and (max-width: 767px) { /* スマホ表示 */
  
  		.category	.category-index-main h3{
			font-size:26px;
		    }
		
				.category	.category-index-main p{

					font-size:12px;
				}
}

				 @media print, screen and (max-width: 420px) { /* スマホ表示 */
  
  		.category	.category-index-main h3{
			font-size:16px;
		}
		
				.category	.category-index-main p{

					font-size:8px;
				}
}
	/* traveler index main*/	
	.diver .category-index-main{
		 height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 60%;
		background:url(../images/diver/index_img001.png) center center no-repeat;
		 background-size: contain;
	}

	/* climber index main*/	
	.climber .category-index-main{
		 height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 60%;
		background:url(../images/climber/index_img001.png) center center no-repeat;
		 background-size: contain;
	}
	/* traveler index main*/	
	.traveler .category-index-main{
		 height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 60%;
		background:url(../images/traveler/index_img001.png) center center no-repeat;
		 background-size: contain;
	}
	
	
	.category .index-news h4 {
	text-align: center;
	position: relative;
}
.category .index-news h4 span {
	background-color: #fff;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
	z-index: 999;
	position: relative;
}
.category .index-news h4:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #333;
}
.category .index-news dl {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.category .index-news dt {
	display: block;
	float: left;
	width: 25%;
	margin-bottom: 5px;
}
.category .index-news dd {
	display: block;
	float: left;
	width: 75%;
	margin-bottom: 5px;
	font-weight: bold;
}
.category .index-news dd a:hover {
	text-decoration: underline;
	color: #0093d9;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.category .index-news dt, .category .index-news dd {
	width: 100%;
	float: none;
}
}
.index-news .btn-default {
	border: 3px solid #3c6362;
	box-sizing: border-box;
	color: #3c6362
}
/* ====================================================
03.search
==================================================== */
.search-box {
	margin-bottom: 30px;
	border: 1px solid #898989;
	text-align: center;
}
.search-box h4 {
	background-color: #898989;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 1.6rem;
}
.search-box h4 i {
	margin-right: 5px;
}
.search-box .pager a {
	border-radius: 5px;
	background-color: #0093d9;
	color: #fff;
	margin-bottom: 3px;
	padding: 5px 10px;
}
.search-box .pager a:hover {
	background-color: #0093d9;
	color: #fff;
	opacity: .8;
}
/* ユーザースペース */
.search-user {
	overflow: hidden;
}
.search-user article {
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border: 1px solid #a3a3a3;
	position:relative;
}
.search-user-shop_icon {position:absolute;
top:2px;
left:2px;
width:22px;
z-index:100;
}
.search-user-img {
	width: 80px;
	height: 60px;
	margin: 0 15px 0 0;
	display: block;
	float: left;
	/*border-radius: 50%;
	border: 1px solid #ddd;*/
	overflow: hidden;
	position: relative;
}
.search-user-img img {
	/*height: 100%;*/
	position: absolute;
}
.search-user-data {
	width: calc(100% - 375px);
	width: -webkit-calc(85% - 375px);
	display: block;
	float: left;
}
.search-user-data dl {
	overflow: hidden;
	text-align: center;
}
.search-user-data dl:nth-of-type(2) {
	margin-bottom: 0;
}
.search-user-data dt {
	width: 100px;
	float: left;
}
.search-user-data dd {
	float: left;
	padding: 0 15px;
}
.diver .search-user-data dl:nth-of-type(1) dt {
	background-color: #01698c;
	color: #fff;
}
.climber .search-user-data dl:nth-of-type(1) dt {
	background-color: #b46941;
	color: #fff;
}

.traveler .search-user-data dl:nth-of-type(1) dt {
	background-color: #336600;
	color: #fff;
}
.search-user-data dl:nth-of-type(2) dt {
	background-color: #eeb301;
	color: #fff;
}
.search-user-btn {
	width: 300px;
	display: block;
	float: left;
	text-align: right;
}
.search-user-btn .btn {
	width: 145px;
	box-sizing: border-box;
	font-weight: bold;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.search-user-img {
	float: none;
	margin: 0 auto 15px;
}
.search-user-data {
	float: none;
	width: 100%;
}
.search-user-data dl {
	margin-bottom: 10px !important;
}
.search-user-data dt, .search-user-data dd {
	float: none;
	width: 100%;
}
.search-user-btn {
	float: none;
	width: 100%;
	text-align: center;
}
.search-user-btn .btn {
	width: 100%;
	margin-bottom: 10px;
}
}
/* ====================================================
04.detail
==================================================== */
.detail-box article {
	margin-bottom: 15px;
}
.detail-box article > div {
	padding: 15px;
	border: 1px solid #a3a3a3;
	overflow: hidden;
}
.detail-box .detail-user-img {
	width: 40%;
	padding-right: 15px;
	float: left;
}
.detail-box .detail-user-data {
	width: 60%;
	float: left;
}
.detail-user-data dl {
	overflow: hidden;
	text-align: center;
}
.detail-user-data dt {
	width: 80px;
	padding: 2px 5px;
	float: left;
	font-size: 11px;
}
.detail-user-data dd {
	padding: 0 15px;
	float: left;
}
/*DIVER*/
.diver .detail-user-data dl:nth-of-type(1) dt {
	background-color: #01698c;
	color: #fff;
}
/*CLIMBER*/
.climber .detail-user-data dl:nth-of-type(1) dt {
	background-color: #b46941;
	color: #fff;
}
/*TRAVELER*/
.traveler .detail-user-data dl:nth-of-type(1) dt {
	background-color: #336600;
	color: #fff;
}

.detail-user-data dl:nth-of-type(2) dt {
	background-color: #eeb301;
	color: #fff;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.detail-box .detail-user-img {
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
.detail-box .detail-user-data {
	float: none;
	width: 100%;
}
.detail-user-data dl {
	margin-bottom: 10px !important;
}
.detail-user-data dt, .detail-user-data dd {
	float: none;
	width: 100%;
}
}
/* プロフィール */
.detail-profile-box {
	padding: 15px;
	border: 1px solid #a3a3a3;
}
/* ====================================================
05.area
==================================================== */

/*diver*/
.diver .areamap-box {
	max-width: 1030px;
	margin: 0 auto;
	height: 540px;
	background: url(../images/diver/area/areamap.png) no-repeat center center #01698c;
	background-size: contain;
	position: relative;
}
/*climber*/
.climber .areamap-box {
	max-width: 1030px;
	margin: 0 auto;
	height: 540px;
	background: url(../images/diver/area/areamap.png) no-repeat center center #b46941;
	background-size: contain;
	position: relative;
}
/*traveler*/
.traveler .areamap-box {
	max-width: 1030px;
	margin: 0 auto;
	height: 540px;
	background: url(../images/diver/area/areamap.png) no-repeat center center #336600;
	background-size: contain;
	position: relative;
}




.areamap-box .areamap-btn {
	position: absolute;
}
.areamap-box .areamap-btn button {
	font-size: 16px;
	/* box-shadow */
	box-shadow: 0px 0px 6px 3px #333;
	-moz-box-shadow: 0px 0px 6px 3px #333;
	-webkit-box-shadow: 0px 0px 6px 3px #333;
}
.areamap-box .btn01 {
	top: 30%;
	left: 10%;
}
.areamap-box .btn02 {
	top: 35%;
	left: 45%;
}
.areamap-box .btn03 {
	top: 45%;
	left: 40%;
}
.areamap-box .btn04 {
	top: 40%;
	right: 5%;
}
.areamap-box .btn05 {
	bottom: 35%;
	left: 50%;
}
.areamap-box .btn06 {
	bottom: 40%;
	left: 5%;
}
.areamap-box .btn07 {
	bottom: 20%;
	left: 40%;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.areamap-box {
	width: 100%;
	height: auto;
	background: #01698c;
	background-size: contain;
	padding: 15px;
	box-sizing: border-box;
}
.areamap-box .areamap-btn {
	position: static;
	margin: 0 auto 20px auto;
}
.areamap-box .areamap-btn:last-child {
	margin-bottom: 0;
}
.areamap-box .areamap-btn button {
	width: 100%;
}
}
/* ====================================================
06.area2
==================================================== */
.area-box a {
	display: block;
	padding: 10px 20px;
	margin-bottom: 15px;
	background-color: #eeeeee;
	border: 1px solid #b5b5b5;
	overflow: hidden;
	font-weight: bold;
	color: #333;
}
.area-box a p {
	display: block;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.area-box a p:nth-of-type(1) {
	display: block;
	float: left;
}
.area-box a p:nth-of-type(2) {
	display: block;
	float: right;
}
.area-box a p i {
	margin-right: 10px;
}
/* ====================================================
07.areasearch
==================================================== */
.search-answer {
	margin-bottom: 15px;
}
.search-answer .col-sm-3 {
	overflow: hidden;
}
.search-answer .col-sm-3 p {
	display: block;
	float: left;
	padding: 5px 15px;
}
/*DIVER*/
.diver .search-answer .col-sm-3 p:nth-of-type(1) {
	background-color: #00698c;
	color: #fff;
}
/*CLIMBER*/
.climber .search-answer .col-sm-3 p:nth-of-type(1) {
	background-color: #b46941;
	color: #fff;
}
/*TRAVELER*/
.traveler .search-answer .col-sm-3 p:nth-of-type(1) {
	background-color: #336600;
	color: #fff;
}
.search-area {
	overflow: hidden;
}
.search-area article {
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #a3a3a3;
}
.search-area-img {
	width: 20%;
	padding-right: 15px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.search-area-data {
	width: 60%;
	display: block;
	float: left;
}
.search-area-data dl {
	overflow: hidden;
	text-align: center;
}
.search-area-data dt {
	width: 100px;
	float: left;
}
.search-area-data dd {
	float: left;
	padding: 0 15px;
}
/*DIVER*/
.diver .search-area-data dl:nth-of-type(1) dt {
	background-color: #00698c;
	color: #fff;
}
/*CLIMBER*/
.climber .search-area-data dl:nth-of-type(1) dt {
	background-color: #b46941;
	color: #fff;
}
/*TRAVELER*/
.traveler .search-area-data dl:nth-of-type(1) dt {
	background-color: #336600;
	color: #fff;
}
.search-area-data dl:nth-of-type(2) dt, .search-area-data dl:nth-of-type(3) dt, .search-area-data dl:nth-of-type(4) dt {
	background-color: #eeb301;
	color: #fff;
}
.search-area-btn {
	width: 20%;
	display: block;
	float: left;
	text-align: right;
}
.search-area-btn .btn {
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.search-area-img {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 auto 15px;
}
.search-area-data {
	width: 100%;
	float: none;
	width: 100%;
}
.search-area-data dl {
	margin-bottom: 10px !important;
}
.search-area-data dt, .search-area-data dd {
	float: none;
	width: 100%;
}
.search-area-btn {
	float: none;
	width: 100%;
	text-align: center;
}
.search-area-btn .btn {
	width: 100%;
	margin-bottom: 10px;
}
}
/* ====================================================
08.tour
==================================================== */
.tour-box {
	margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.tour-box button {
	margin: 15px 0;
}
}
/* ====================================================
09.Gallery
==================================================== */
.grid {
	width: 100%;
}
.grid-item {
	width: 20%;
}
.grid-item img {
	width: 100%;
	height: auto;
}

@media print, screen and (max-width: 991px) { /* タブレット以下 */
.grid-item {
	width: 50%;
}
}
.grid-item--width2 {
	width: 468px;
}
/* ====================================================
05.limited
==================================================== */
.limited-item {
}
.limited-item {
	overflow: hidden;
}
.limited-item article {
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #a3a3a3;
}
.limited-item-img {
	width: 20%;
	padding-right: 15px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.limited-item-data {
	width: 60%;
	display: block;
	float: left;
}
.limited-item-data h5 {
	font-weight: bold;
	font-size: 16px;
}
.limited-item-data dl {
	overflow: hidden;
	text-align: center;
}
.limited-item-data dt {
	width: 100px;
	float: left;
}
.limited-item-data dd {
	float: left;
	padding: 0 15px;
}
.diver .limited-item dl:nth-of-type(1) dt {
	background-color: #01698c;
	color: #fff;
}
.climber .limited-item dl:nth-of-type(1) dt {
	background-color: #b46941;
	color: #fff;
}
.limited-item dl:nth-of-type(2) dt, .limited-item dl:nth-of-type(3) dt, .limited-item dl:nth-of-type(4) dt {
	background-color: #eeb301;
	color: #fff;
}
.limited-item-btn {
	width: 20%;
	display: block;
	float: left;
	text-align: right;
}
.limited-item-btn .btn {
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.limited-item-img {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 auto 15px;
}
.limited-item-data {
	width: 100%;
	float: none;
	width: 100%;
}
.limited-item-data dl {
	margin-bottom: 10px !important;
}
.limited-item-data dt, .limited-item-data dd {
	float: none;
	width: 100%;
}
.limited-item-btn {
	float: none;
	width: 100%;
	text-align: center;
}
.limited-item-btn .btn {
	width: 100%;
	margin-bottom: 10px;
}
}
/* ====================================================
contest common
==================================================== */

/*見出し*/
.contest .category-subtitle h2, .admin-signup h2 {
	background: #000;
	margin: 30px 0 60px 0;
	padding: 15px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.contest .category-subtitle h2, .admin-signup h2 {
	margin: 15px 0 30px 0;
}
}
/* ====================================================
12.contest
==================================================== */
.contest-content {
	max-width: 1030px;
}
.contest-content h4 {
	background: #000;
	padding: 10px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
/* ====================================================
13.entry
==================================================== */
.entry-content .entry-photo {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
}
.entry-content .entry-photo img {
	display: inline;
}
.contest-entry-box h4 {
	background: #000;
	margin: 0;
	padding: 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	border-radius: 6px 6px 0 0
}
.contest-entry-box h4 i {
	padding-right: 5px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.contest-entry-box h4 {
	font-size: 16px;
}
}
.contest-entry-box .contest-entry-box-inner {
	background: #eeeeee;
	padding: 15px 90px;
}
.contest-entry-box .contest-entry-box-inner .caution {
	font-size: 12px;
	margin-left: 10px;
	font-weight: bold;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.contest-entry-box .contest-entry-box-inner {
	padding: 15px;
}
}
.contest-entry-box .contest-entry-table {
	width: 100%;
}
.contest-entry-box .contest-entry-table tr {
	margin-bottom: 15px;
}
.contest-entry-box .contest-entry-table th {
	width: 20%;
	text-align: left;
	vertical-align: top;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.contest-entry-box .contest-entry-table th, .contest-entry-box .contest-entry-table td {
	display: block;
	width: 100%;
}
.contest-entry-box .contest-entry-table th {
	margin-bottom: 5px;
}
.contest-entry-box .contest-entry-table td {
	margin-bottom: 15px;
}
.contest-entry-box .contest-entry-table .yymmdd {
	width: 80%;
	display: inline;
	margin-bottom: 10px;
}
}
.file-box {
	background: #FFF;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #666666;
	box-sizing: border-box;
}
.contest-entry-box .contest-entry-table .file-btn {
	border-radius: 10px;
}
.contest-entry-box .file {
	text-align: center;
	margin-bottom: 15px;
}
.contest-entry-box .file img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.contest-entry-box .row {
	margin-left: -5px;
	margin-right: -5px;
}
.contest-entry-box .col-md-4, .contest-entry-box .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.submit-btn button {
	padding: 10px 60px;
}
/* ====================================================
15.contestdetail
==================================================== */
.contestdetail-content .contestdetail-photo {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
}
.contestdetail-content .contestdetail-photo img {
	display: inline;
}
.contestdetail-content h3 {
	font-size: 18px;
	border-left: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	font-weight: bold;
}
.contestdetail-box {
	margin-bottom: 15px;
}
.contestdetail-box h4 {
	padding: 10px;
	margin: 0;
	background: #7e7e7e;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
}
.contestdetail-box-inner {
	background: #eeeeee;
	border: 1px solid #7e7e7e;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 0 0 6px 6px;
}
.contestdetail-box-inner img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.contestdetail-box-inner button, .contestdetail-box-inner button:hover {
	font-size: 16px;
	background: #FFF;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.contestdetail-box-inner button {
	margin-bottom: 30px;
}
}
.contestdetail-box-inner i {
	color: #c70a0a;
}
.contestdetail-box-inner table tr:last-child td {
	margin: 0;
}
/* ====================================================
15.result
==================================================== */
.result-content .result-box {
	background: #eeeeee;
	border: 1px solid #7e7e7e;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	z-index: 1;
}
.result-content .result-box .result-photo {
	background: #a0a0a0;
	padding: 5px;
	margin-bottom: 20px;
}
.result-content .result-box .winner-icon {
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 2;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.result-content .result-box .winner-icon {
	top: -5px;
	left: -5px;
}
.result-content .result-box .winner-icon img {
	width: 50%;
	height: auto;
}
}
.result-box h4 {
	background: #eeb301;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 0;
}
.result-box .result-coment {
	background: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}

@media print, screen and (min-width: 990px) { 
.result-rank {height:240px;
}
}

@media print, screen and (max-width: 989px) { /* スマホ表示 */
.result-rank img {padding-bottom:20px;
}
}
	
	
	
	
	
/* ====================================================
19.signup　※login.htmlと共通
==================================================== */
.signup-content {margin:0 auto;/*SNSログインの表示の際は削除*/
	display: table;
	width: 50%;
}
.signup-content .text, .signup-content .inner-box {
	display: table-cell;
}
.signup-content .inner-box {
	width: 42%;
	background: #eeeeee;
	padding: 15px;
	box-sizing: border-box;
}
.signup-content .inner-box h3 {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
.signup-content .inner-box h3 i {
	margin-right: 5px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.signup-content .inner-box h3 {
	font-size: 12px;
}
}
.signup-content .login-btn {
	font-size: 16px;
	padding: 12px 15px 15px 15px;
	color: #FFF;
}
.signup-content .login-btn i {
	margin-right: 5px;
	position: relative;
	top: 4px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.signup-content .login-btn {
	font-size: 12px;
}
}
.signup-content .facebook-btn {
	background: #004986;
}
.signup-content .twitter-btn {
	background: #00a0e9;
}
.signup-content .text {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.signup-content .input-item {
	font-weight: bold;
	margin-bottom: 5px;
}
.signup-content .terms-box {
	margin-bottom: 10px;
}
.signup-content .terms-box .terms {
	margin-left: 5px;
	font-weight: bold;
}
.signup-content .terms-box .terms a:hover {
	color: #0093d9;
	text-decoration: underline;
}
.signup-content .inner-box form .login-btn {
	background: #eeb301;
	padding: 12px;
	font-size: 18px;
	font-size: 1.8rem;
}
.signup-content .inner-box form .login-btn i {
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.signup-content, .signup-content .text, .signup-content .inner-box {
	width: 100%;
	display: block;
}
}
/* ====================================================
admin common 共通※signup、login以外
==================================================== */

.admin .category-subtitle h2 {
	margin: 30px 0 0 0;
	background: #000;
	padding: 15px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.admin .adminnav {
	background: #626262;
	margin: 0 0 40px 0;
}
.adminnav-inner {
	max-width: 1030px;
	margin: 0 auto;
}
.adminnav-inner ul {
	list-style: none;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-left: 0;
	margin: 0;
}
.adminnav-inner ul li {
	width: 25%;
	float: left;
}
.adminnav-inner ul li a {
	width: 100%;
	display: block;
	padding: 10px;
	color: #FFF;
}
.adminnav-inner ul .active a {
	background: #7d7d7d;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
li:nth-child(odd) {
	border-right: 1px solid #FFF;
}
.adminnav-inner ul li {
	font-size: 12px;
	width: 50%;
	border-bottom: 1px solid #FFF;
}
}
/* ====================================================
19.account
==================================================== */
.admin-news-box, .account-information-box, .shop-account-box {
	margin: 0 0 30px 0;
	padding: 15px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	border-radius: 5px;
}
.admin-news-box h4, .account-information-box h4, .shop-account-box h4 {
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 5px 0;
}
.admin-news-box h4 i, .account-information-box h4 i, .shop-account-box i {
	color: #eeb301;
	margin-right: 5px;
}
.admin-news-box dl {
	display: block;
	overflow: hidden;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.admin-news-box dl {
	margin: 0 0 30px 0;
}
}
.admin-news-box dt {
	display: block;
	float: left;
	width: 16%;
	margin-bottom: 5px;
}
.admin-news-box dd {
	display: block;
	float: left;
	width: 84%;
	margin-bottom: 5px;
	font-weight: bold;
}
.admin-news-box dd a:hover {
	text-decoration: underline;
	color: #0093d9;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.admin-news-box dt, .admin-news-box dd {
	width: 100%;
	float: none;
}
}
.account-information-box .diver {
	color: #01698c;
	border-bottom: 1px solid #01698c;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}
.account-information-box .climber {
	color: #b46941;
	border-bottom: 1px solid #b46941;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}
.account-information-box .traveler {
	color: #336601;
	border-bottom: 1px solid #336601;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}
.account-information-box .caution {
	margin-left: 10px;
}
/* ====================================================
19.password
==================================================== */
.password-box {
	margin: 0 0 30px 0;
	padding: 15px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	border-radius: 5px;
}
.password-box h4 {
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 5px 0;
}
.password-box h4 i {
	color: #eeb301;
	margin-right: 5px;
}
/* ====================================================
23.tourlist
==================================================== */
.tourlist-box {
	width: 100%;
}
.tourlist-box h3 {
	margin-bottom: 30px;
	border-bottom: 2px solid #eeb301;
	padding-bottom: 5px;
	font-weight: bold;
}
.tour-nav ul {
	overflow: hidden;
	border-bottom: 2px solid #01698c;
	padding-left: 15px;
	margin-bottom: 0;
}
.tour-nav ul > li {
	float: left;
	margin-bottom: -1px;
	list-style: none;
}
.tour-nav ul > li > a {
	display: block;
	background: #dadada;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-right: 15px;
	line-height: 1.42857143;
	border: 1px solid #b4b4b4;
	border-radius: 4px 4px 0 0;
	padding: 10px 60px;
}

@media print, screen and (max-width: 991px) { /* タブレット以下 */
.tour-nav ul {
	padding-left: 0;
}
.tour-nav ul > li > a {
	font-size: 14px;
	margin-right: 5px;
	padding: 10px;
}
}
.tour-nav ul > li > a:hover {
	border-color: #b4b4b4;
}
.tour-nav ul > li.active > a, .tour-nav ul > li.active > a:hover, .tour-nav ul > li.active > a:focus {
	color: #FFF;
	background-color: #01698c;
	border: 1px solid #01698c;
	border-bottom-color: transparent;
	cursor: default;
	text-decoration: none;
}
.tourlist-inner-box {
	overflow: hidden;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 15px;
}
.tourlist-box h4 {
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 5px 0;
}
.tourlist-box h4 i {
	color: #eeb301;
	margin-right: 5px;
}
.tourlist-inner-box article {
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
}
.tourlist-inner-box-img {
	width: 20%;
	padding-right: 15px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.tourlist-inner-box-data {
	width: 80%;
	display: block;
	float: left;
}
.tourlist-inner-box-data dl {
	overflow: hidden;
	text-align: center;
}
.tourlist-inner-box-data dt {
	width: 100px;
	float: left;
	background-color: #eeb301;
	color: #fff;
}
.tourlist-inner-box-data dd {
	float: left;
	padding: 0 15px;
}
.tourlist-inner-box-btn {
	display: inline;
}
.tourlist-inner-box-btn .btn {
	box-sizing: border-box;
	font-weight: bold;
	margin-right: 15px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.tourlist-inner-box-img {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 auto 15px;
}
.tourlist-inner-box-data {
	width: 100%;
	float: none;
	width: 100%;
}
.tourlist-inner-box-data dl {
	margin-bottom: 10px !important;
}
.tourlist-inner-box-data dt, .tourlist-inner-box-data dd {
	float: none;
	width: 100%;
}
.tourlist-inner-box-btn {
	float: none;
	width: 100%;
	text-align: center;
}
.tourlist-inner-box-btn .btn {
	width: 100%;
	margin-bottom: 10px;
}
}
.tourlist-inner-box h5 {
	font-size: 18px;
	font-weight: bold;
}
.tourlist-inner-box table tr td:last-child {
	text-align: right;
}
.tourlist-inner-box table tr td:last-child button {
	margin-left: 15px;
}
/* ====================================================
24.tourcreat 25.touredit
==================================================== */

.admin-edit {
	margin: 0 0 30px 0;
	border: 1px solid #c9c9c9;
	padding: 15px;
	border-radius: 5px;
}
.admin-edit h4 {
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 5px 0;
}
.admin-edit h4 i {
	color: #eeb301;
	margin-right: 5px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.form-table .radio-inline {
	display: block;
	margin: 0 0 15px 0;
}
}

@media print, screen and (max-width: 767px) {
.form-table .yymmdd {
	width: 80%;
	display: inline;
	margin-bottom: 15px;
}
}
.tourcreat-tour-day span {
	padding: 0 10px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.tourcreat-tour-day span {
	display: block;
	padding: 0;
}
}
.tourcreat-erea2 .form-control {
	margin-right: 15px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.tourcreat-erea2 .form-control {
	margin-bottom: 10px;
}
}
.tourcreat-file .caution {
	margin-left: 15px;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.tourcreat-file .caution {
	margin: 10px 0 0 0;
	display: block;
}
}
.tourcreat-box .file {
	text-align: center;
	margin-bottom: 15px;
}
.tourcreat-box .file img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.tourcreat-box .row {
	margin-left: -5px;
	margin-right: -5px;
}
.tourcreat-box .col-md-4, .tourcreat-box .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
/* ====================================================
26.divelogcreat
==================================================== */
.divelogcreat-box h3 {
	margin-bottom: 30px;
	border-bottom: 2px solid #eeb301;
	padding-bottom: 5px;
	font-weight: bold;
}
.divelogcreat-box .divelogcreat-box-inner {

	border: 1px solid #c9c9c9;
	margin: 0 0 30px 0;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}
.divelogcreat-box .divelogcreat-box-inner h4 {
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 5px 0;
}
.divelogcreat-box .divelogcreat-box-inner h4 i {
	color: #eeb301;
	margin-right: 5px;
}
.divelogcreat-box-inner .uploaded-btn-box {
	padding-bottom: 30px;
}
.uploaded-btn-box .uploaded-btn {
	padding: 3px 0 10px 0;
	color: #FFF;
	fill: #FFF;
	vertical-align: middle;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.uploaded-btn-box .uploaded-btn {
	margin: 0 0 15px 0;
}
}
.uploaded-btn-box .uploaded-btn svg {
	position: relative;
	top: 6px;
	height: 28px;
	width: auto;
	display: inline;
	margin-right: 5px;
}
.uploaded-btn-box .csv-btn {
	background: #22ac38;
}
.uploaded-btn-box .pdf-btn {
	background: #ec6941;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.divelogcreat-box-inner .tourcreat-erea2-tex {
	display: block;
	margin-bottom: 15px;
}
}
.input-width-s {
	width: 30%;
}
/*無理やりインライン*/
.form-group .inline, .form-inline .inline {
	display: inline;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.form-inline .inline {
	margin-bottom: 10px;
}
}
/* ====================================================
27.divelogedit
==================================================== */
.divelogcreat-box-inner .file-box .file {
	text-align: center;
	margin-bottom: 15px;
}
.divelogcreat-box-inner .file-box .file img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.divelogcreat-box-inner .file-box.row {
	margin-left: -5px;
	margin-right: -5px;
}
.divelogcreat-box-inner .file-box .col-md-4, .divelogcreat-box-inner .file-box .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
/* ====================================================
28.photo
==================================================== */
.photo-box {
	border: 1px solid #c9c9c9;
	margin: 0 0 30px 0;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}
.photo-box h4 {
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 5px 0;
}
.photo-box h4 i {
	color: #eeb301;
	margin-right: 5px;
}
.photo-btn-box {
	text-align: right;
}
.photo-btn-box .btn-sm {
	background: #FFF;
	border: 1px solid #7e7e7e;
}
.contest-title a {
	color: #0093d9;
}
.contest-title a:hover {
	text-decoration: underline;
}
/* ====================================================
29.photocreat
==================================================== */
.form-btn .btn {
	width: 30%;
	margin: 0 10px;
}

@media screen and (max-width: 768px) {
.form-btn .btn {
	margin: 0 0 15px 0;
}
}
.form-btn .btn-save {
	padding: 10px;
	background: #e5e5e5;
	border: 1px solid #a0a0a0;
}
/* ====================================================
29.review
==================================================== */
.review-contsnts h3 {
	margin-bottom: 30px;
	border-bottom: 2px solid #eeb301;
	padding-bottom: 5px;
	font-weight: bold;
}
.review-contsnts .review-box {
	margin: 0 0 15px 0;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	padding: 15px;
}
.review-box h4 {
	padding: 0 15px;
	font-weight: bold;
}
.review-box h4 i {
	color: #eeb301;
	margin-right: 5px;
}
.grandprix-choice-box {
	background: #eeb301;
	padding: 8px 15px 4px 15px;
	color: #FFF;
}
.review-box img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.review-coment-table {
	width: 100%;
}
.review-coment-table th {
	width: 20%;
}

@media screen and (max-width: 768px) {
.review-coment-table th, .review-coment-table td {
	display: block;
	margin: 0 0 10px;
}
}
/* ====================================================
policy
contact
company
link
==================================================== */

.info h2 {
	background: #000;
	margin: 30px 0 60px 0;
	padding: 15px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
/* ====================================================
contact
==================================================== */
.contact-box {
	margin: 0 0 30px 0;
}
/* ====================================================
link-box
==================================================== */
.link-box h4 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 10px;
	font-weight: bold;
	border-left: 6px solid #eeb301;
	border-bottom: 1px solid #eeb301;
}
.link-box .table-p7 {
	margin: 0 0 30px 0;
}
.link-box .table-p7 th {
	display: block;
	float: left;
	width: 340px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #959595;
	color: #fff;
	border-bottom: 1px solid #959595;
}
.link-box .table-p7 td {
	display: block;
	float: left;
	width: calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #959595;
}
.link-box .table-p7 td a:hover {
	text-decoration: underline;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.link-box .table-p7 th {
	float: none;
	width: 100%;
}
.link-box .table-p7 td {
	float: none;
	width: 100%;
}
}
/* ====================================================
help 追加ページ
==================================================== */
.help-navi {
	border: 1px solid #000;
	padding: 10px;
	margin: 0 0 40px 0;
}
.help-navi ul {
	margin: 0 0 20px 0;
	list-style: none;
	padding: 0;
}
.help-navi ul li {
	margin: 0 0 10px 10px;
}
.help-navi h5 {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.help-navi ul li a {
	font-weight: bold;
}
.help-navi ul li a i {
	margin: 0 5px 0 0;
}
.help-navi ul li a:hover {
	text-decoration: underline;
}
.help-box {
		margin: 0 0 40px 0;
padding: 0 0 20px 0;
	border-bottom: 1px solid #000;
}
.help-box h3 {
	font-size: 20px;
	font-weight: bold;
}

@media print, screen and (max-width: 767px) { /* スマホ表示 */
.help-box .capture {
	margin: 0 0 10px 0;
}
}
.help-tex a {
	font-weight: bold;
}

/* ====================================================
170712 news 追加ページ
==================================================== */
.news dt {margin-top:15px;
}


.search-btn a {display:block;
margin:0 auto;
width:75%;
text-align:center;
color:#333;
font-size:160%;
background:#F1F1F1;
border:solid 1px #7F7E7E;
border-radius:5px;
padding:10px;
}

.youtube_icon a img {width:25%;
margin-top:-5px;
}

@media print, screen and (max-width: 767px) { 
.youtube_icon a img {width:20%;
}

}

.detail-profile-box tr {float:left;
}/**/

/* -- */
ul.error_message {
	margin-bottom: 25px;
	color: red;
}

div.pagination {
	text-align: center;
	margin: 15px auto 0 auto;
	width: 100%;
}
div.pagination ul {
	text-align: center;
	margin: 0 auto;
	list-style: none;
}
div.pagination ul li {
	display:inline-block
}
div.pagination ul li a {
	border: 1px solid #999;
	padding: 7px 15px;
	margin: 0 2px;
	border-radius: 5px;
	color: #333;
}
