@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_search, .con_sort, .con_list, .con_pager, .con_item_title, .con_item_main, .con_map, .con_link, .con_addition, .btn_list {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_search, .con_sort, .con_list, .con_pager, .con_item_title, .con_item_main, .con_map, .con_link, .con_addition, .btn_list {
    width: 95%;
  }
}

.con_list ul li a:after, .con_list ul li a .txtarea .box_tag:after, .con_pager:after, .con_item_title .box_tag:after, .con_item_main:after, .con_map:after, .con_link:after, .con_addition:after {
  content: "";
  display: table;
  clear: both;
}

/* Animation */
/* Fonts responsive */
/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
/*
.con_sort {
	@extend %bw;
	background: #f1f1f1;
	border: 1px dotted #ccc;
	@include cV(padding, 30px 30px, 25px 15px, 25px 10px);
	@include cV(margin-bottom, 50px, 50px, 50px);
	.box_sort {
		margin-top: 20px;
		&:first-child {
			margin-top: 0;
		}
		.st_sort {
			@include fsz(18);
			color: #F06316;
			font-weight: normal;
			padding-left: 2em;
			position: relative;
			@include mq(sp) {
				@include fsz(14);
				font-weight: bold;
			}
			&:before {
				content: "\f375";
				font-family: "ionicons";
				position: absolute;
				left: 5px;
				top: 50%;
				margin-top: -0.5em;
				color: #F06316;
				line-height: 1;
				@include fsz(35,22);
				@include mq(sp) {
					font-weight: normal;
				}
			}
		}
		.st_category {
			@include fsz(18);
			color: #F06316;
			font-weight: normal;
			padding-left: 2em;
			position: relative;
			@include mq(sp) {
				@include fsz(14);
				font-weight: bold;
			}
			&:before {
				content: "\f375";
				font-family: "ionicons";
				position: absolute;
				left: 5px;
				top: 50%;
				margin-top: -0.5em;
				color: #F06316;
				line-height: 1;
				@include fsz(35,22);
				@include mq(sp) {
					font-weight: normal;
				}
			}
		}
		.tab_area {
			li {
				display: inline-block;
				padding-right: 18px;
				line-height: 2;
				padding: 6px;
				input[type=checkbox] {
					display: inline-block;
					margin-right: 6px;
					+label {
						position: relative;
						display: inline-block;
						margin-right: 12px;
						font-size: 14px;
						line-height: 30px;
						cursor: pointer;
					}
				}
				input[type=checkbox] {
					@media (min-width: 1px) {
						display: none;
						margin: 0;
						+ label {
							padding: 0 0 0 24px;
							&:before {
								content: "";
								position: absolute;
								top: 50%;
								left: 0;
								-moz-box-sizing: border-box;
								box-sizing: border-box;
								display: block;
								width: 18px;
								height: 18px;
								margin-top: -9px;
								background: #fff;
								border: 1px solid #ccc;
							}
							&:after {
								opacity: 0;
							}
						}
						&:checked {
							+ label {
								&:before {
									background: #F06316;
								}
								&:after {
									opacity: 1;
									content: "";
									position: absolute;
									top: 50%;
									-moz-box-sizing: border-box;
									box-sizing: border-box;
									display: block;
									left: 3px;
									width: 12px;
									height: 7px;
									margin-top: -5px;
									border-left: 2px solid #fff;
									border-bottom: 2px solid #fff;
									-webkit-transform: rotate(-45deg);
									-ms-transform: rotate(-45deg);
									transform: rotate(-45deg);
								}
							}
						}
					}
				}
			}
		}
		.tab_category {
			li {
				display: inline-block;
				padding-right: 18px;
				line-height: 2;
				padding: 6px;
				input[type=checkbox] {
					display: none;
					margin-right: 6px;
				}
				input[type="checkbox"]:checked + label {
					color: #ffffff;
					&.col_1 {
						background: #588fe3;
					}
					&.col_2 {
						background: #047e51;
					}
					&.col_3 {
						background: #ba3964;
					}
					&.col_4 {
						background: #f18e00;
					}
					&.col_5 {
						background: #d239ee;
					}
					&.col_6 {
						background: #edd900;
					}
					&.col_7 {
						background: #02b7de;
					}
					&.col_8 {
						background: #306dca;
					}
					&.col_9 {
						background: #3ddd2c;
					}
					&.col_10 {
						background: #8e27c4;
					}
				}
				.label:hover {
					background-color: #E2EDF9;
				}
				.label {
					background: #fff;
					border: 1px solid #ccc;
					padding: 0.8em 1.5em;
					font-size: 14px;
					line-height: 30px;
					cursor: pointer;
					display: block;
					border-radius: 3px;
					&:hover {
						background-color: #E2EDF9;
					}
					&:after {
						opacity: 0;
					}
					@include mq(sp) {
						padding: 0.3em 0.8em;
					}
				}
			}
		}
	}
}
*/
/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search .box_search {
  margin-bottom: 10px;
}
.con_search .box_search h4 {
  cursor: pointer;
  padding: 1.2em;
  font-weight: normal;
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 124%;
  position: relative;
}
.con_search .box_search h4 span {
  position: absolute;
  top: 30%;
  right: 1em;
  font-size: 125%;
}
.con_search .box_search .search {
  background: #f1f1f1;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .search {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .search {
    padding: 20px 10px;
  }
}
.con_search .box_search .search input, .con_search .box_search .search button {
  background: #fff url(../images/common/ic_ca.png) no-repeat 95% center;
  border: 0;
  width: 100%;
  font-size: 124%;
  padding: .85em 1em;
  max-width: 265px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .search input, .con_search .box_search .search button {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .search input, .con_search .box_search .search button {
    max-width: 100%;
  }
}
.con_search .box_search .search button {
  color: #fff;
  background: #f06316;
}
.con_search .box_search .search p {
  display: inline-block;
  vertical-align: middle;
}
.con_search .box_search .search p.start, .con_search .box_search .search p.end {
  width: 265px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .search p.start, .con_search .box_search .search p.end {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .search p.start, .con_search .box_search .search p.end {
    width: 100%;
  }
}
.con_search .box_search .search p.txt {
  font-size: 154%;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .search p.txt {
    margin: .5em 0;
    font-size: 124%;
  }
}

.con_sort {
  background: #f1f1f1;
  border: 1px dotted #ccc;
  padding: 30px 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sort {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sort {
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sort {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sort {
    margin-bottom: 50px;
  }
}
.con_sort .box_sort {
  margin-top: 20px;
}
.con_sort .box_sort:first-child {
  margin-top: 0;
}
.con_sort .box_sort .st_sort {
  font-size: 139%;
  color: #F06316;
  font-weight: normal;
  padding-left: 2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_sort .box_sort .st_sort {
    font-size: 108%;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.con_sort .box_sort .st_sort:before {
  content: "\f375";
  font-family: "ionicons";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
  color: #F06316;
  line-height: 1;
  font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_sort .box_sort .st_sort:before {
    font-weight: normal;
  }
}
.con_sort .box_sort ul li {
  display: inline-block;
  padding-right: 18px;
  line-height: 2;
  padding: 6px;
}
.con_sort .box_sort ul li input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.con_sort .box_sort ul li input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  .con_sort .box_sort ul li input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .con_sort .box_sort ul li input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  .con_sort .box_sort ul li input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .con_sort .box_sort ul li input[type=checkbox] + label:after {
    opacity: 0;
  }
  .con_sort .box_sort ul li input[type=checkbox]:checked + label:before {
    background: #F06316;
  }
  .con_sort .box_sort ul li input[type=checkbox]:checked + label:after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    left: 3px;
    width: 12px;
    height: 7px;
    margin-top: -5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#disp_sightseeing {
  margin-bottom: 60px;
}

/* -----------------------------------------------------------
	.con_list
----------------------------------------------------------- */
.con_list {
  width: 95%;
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list {
    margin-bottom: 40px;
  }
}
.con_list ul li {
  border-bottom: 1px dotted #ccc;
}
.con_list ul li:first-child {
  border-top: 1px dotted #ccc;
}
.con_list ul li a {
  display: block;
  border: 3px solid #fff;
  padding: 30px;
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list ul li a {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list ul li a {
    padding: 10px;
  }
}
.con_list ul li a > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (min-width: 1025px) {
  .con_list ul li a > * {
    vertical-align: middle;
  }
}
@media print {
  .con_list ul li a > * {
    vertical-align: middle;
  }
}
.ie8 .con_list ul li a > * {
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .con_list ul li a > * {
    vertical-align: top;
  }
}
.con_list ul li a .img {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .img {
    width: 20%;
  }
}
.con_list ul li a .txtarea {
  width: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea {
    width: 80%;
    padding-left: 10px;
  }
}
.con_list ul li a .txtarea .box_tag {
  margin-bottom: 1em;
}
.con_list ul li a .txtarea .category {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list ul li a .txtarea .category {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea .category {
    margin-bottom: 5px;
  }
}
.con_list ul li a .txtarea .category span {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 2px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea .category span {
    font-size: 77%;
  }
}
.con_list ul li a .txtarea .category span.kagawa {
  background: #af1a25;
}
.con_list ul li a .txtarea .category span.ehime {
  background: #b78809;
}
.con_list ul li a .txtarea .category span.tokushima {
  background: #1a5d13;
}
.con_list ul li a .txtarea .category span.kochi {
  background: #133e5d;
}
.con_list ul li a .txtarea .category span.col_1 {
  background: #588fe3;
}
.con_list ul li a .txtarea .category span.col_2 {
  background: #047e51;
}
.con_list ul li a .txtarea .category span.col_3 {
  background: #ba3964;
}
.con_list ul li a .txtarea .category span.col_4 {
  background: #f18e00;
}
.con_list ul li a .txtarea .category span.col_5 {
  background: #d239ee;
}
.con_list ul li a .txtarea .category span.col_6 {
  background: #edd900;
}
.con_list ul li a .txtarea .category span.col_7 {
  background: #02b7de;
}
.con_list ul li a .txtarea .category span.col_8 {
  background: #306dca;
}
.con_list ul li a .txtarea .category span.col_9 {
  background: #3ddd2c;
}
.con_list ul li a .txtarea .category span.col_10 {
  background: #8e27c4;
}
.con_list ul li a .txtarea .st {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list ul li a .txtarea .st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea .st {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_list ul li a .txtarea .st {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media print {
  .con_list ul li a .txtarea .st {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.ie8 .con_list ul li a .txtarea .st {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.con_list ul li a .txtarea .st span {
  display: inline-block;
  margin: 0 0.8em 0 0;
  padding: .2em .8em;
  background: #d94d4d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea .st span {
    margin: 0;
  }
}
.con_list ul li a .txtarea .st span.bg_blue {
  background: #025fde;
}
@media only screen and (min-width: 1025px) {
  .con_list ul li a .txtarea .st em {
    font-size: 154%;
  }
}
@media print {
  .con_list ul li a .txtarea .st em {
    font-size: 154%;
  }
}
.ie8 .con_list ul li a .txtarea .st em {
  font-size: 154%;
}
@media only screen and (max-width: 1024px) {
  .con_list ul li a .txtarea .st em {
    display: block;
    margin-top: .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list ul li a .txtarea .st em {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea .st em {
    font-size: 108%;
  }
}
.con_list ul li a .txtarea .txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list ul li a .txtarea .txt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea .txt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list ul li a .txtarea .txt {
    font-size: 100%;
  }
}
.con_list ul li a:hover {
  background: #fafafa;
  border: 3px solid #F06316;
}

/* -----------------------------------------------------------
	.con_pager
----------------------------------------------------------- */
.con_pager {
  width: 95%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_pager {
    margin-top: 40px;
  }
}
.con_pager ul {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_pager ul {
    text-align: center;
  }
}
.con_pager ul li {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
}
.con_pager ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #F06316;
  text-align: center;
}
.touch .con_pager ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pager ul li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pager ul li a:hover, .con_pager ul li a.active {
  background: #F06316;
  color: #fff;
}
.con_pager ul li.prev i {
  margin-right: 0.5em;
}
.con_pager ul li.next i {
  margin-left: 0.5em;
}
.con_pager ul li.back i {
  margin-right: 0.5em;
}
.con_pager ul li.index i {
  margin-right: 0.5em;
}

/* -----------------------------------------------------------
	.wrp_item　▼▼▼▼▼▼ここから下が詳細ページ用▼▼▼▼▼▼
----------------------------------------------------------- */
.wrp_item {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_item {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_item {
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------
	.con_item_title
----------------------------------------------------------- */
.con_item_title {
  width: 95%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F06316;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item_title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item_title {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item_title {
    padding-bottom: 10px;
  }
}
.con_item_title .st_item {
  font-size: 193%;
  margin: 20px 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item_title .st_item {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_item_title .st_item {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_item_title .st_item {
    font-size: 139%;
  }
}

/* -----------------------------------------------------------
	.con_item_main
----------------------------------------------------------- */
.con_item_main {
  width: 95%;
  width: 95%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item_main {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item_main {
    margin-bottom: 20px;
  }
}
.con_item_main .con_item img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_item_main .con_item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.con_item_main .con_item .slick-arrow {
  display: none !important;
}
.con_item_main .con_item .slick-dots {
  margin-top: 10px;
}
.con_item_main .con_item .introduction {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_item_main .con_item .introduction {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_item_main .con_item .introduction {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
.con_map {
  width: 95%;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map {
    margin-bottom: 50px;
  }
}
.con_map .box_map .st_icon {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_map .st_icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_map .st_icon {
    margin-bottom: 10px;
  }
}
.con_map .box_map .st_icon:before {
  content: "\f203";
  font-family: "ionicons";
}
.con_map .box_map #gmap {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .con_map .box_map #gmap {
    height: 300px;
  }
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  width: 95%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_link {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link {
    margin-bottom: 20px;
  }
}
.con_link .btn_orange,
.con_link .btn_basic {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_link .btn_orange,
  .con_link .btn_basic {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .btn_orange a span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a span {
    font-size: 100%;
  }
}
/*----------------------------------------------------
	.con_attention
----------------------------------------------------*/
.con_addition {
  width: 95%;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition {
    margin-top: 50px;
  }
}
.con_addition .main .con_addition_slide {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_slide {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_slide {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_slide {
    width: 100%;
  }
}
.con_addition .main .con_addition_slide .box_slide {
  overflow: hidden;
  position: relative;
}
.con_addition .main .con_addition_slide .box_slide .txt_inn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 15px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
}
.con_addition .main .con_addition_slide .box_slide .txt_inn p {
  font-size: 93%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_slide .box_slide .txt_inn {
    display: none !important;
  }
}
.con_addition .main .con_addition_slide .box_slide .slick-slide img {
  width: 100%;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  margin: 0 auto;
}
.con_addition .main .con_addition_slide .box_slide .slick-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.con_addition .main .con_addition_slide .box_slide .slick-slide .txt_inn {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.con_addition .main .con_addition_slide .box_slide .slick-active .txt_inn {
  bottom: 0;
}
.con_addition .main .con_addition_slide .txt_caption {
  padding-top: 10px;
  text-align: center;
}
.con_addition .main .slick-dots {
  border: 0;
  background: transparent;
  position: absolute;
  display: block;
  text-align: center;
  padding: 5px;
  outline: none;
  width: 100%;
  bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .slick-dots {
    bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .slick-dots {
    bottom: 0;
  }
}
.con_addition .main .slick-dots li {
  height: 14px;
  width: 14px;
  margin: 10px;
  display: inline-block;
  outline: none !important;
  border-radius: 50%;
  background: #fff;
}
.con_addition .main .slick-dots li.slick-active {
  box-shadow: white 0px 0px 1px 3px;
  -webkit-box-shadow: white 0px 0px 1px 3px;
  -moz-box-shadow: white 0px 0px 1px 3px;
  background: transparent;
}
.con_addition .main .slick-dots li button {
  color: transparent;
  padding: 0;
  border: 0;
  height: 14px;
  width: 14px;
  outline: none !important;
  cursor: pointer;
  background: transparent;
  display: block;
  position: relative;
}
.con_addition .main .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  outline: none !important;
}
.con_addition .main .slick-dots li button:hover, .con_addition .main .slick-dots li button:focus {
  outline: none !important;
}
.con_addition .main .con_addition_detail .txt {
  text-align: left;
}
.con_addition .main .con_addition_detail01 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail01 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail01 {
    margin-bottom: 20px;
  }
}
.con_addition .main .con_addition_detail01 .st_l {
  font-size: 185%;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  padding-left: 1.3em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail01 .st_l {
    font-size: 124%;
    font-weight: bold;
  }
}
.con_addition .main .con_addition_detail01 .st_l:before {
  content: "\f26b";
  font-family: "ionicons";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  color: #F06316;
  line-height: 1;
  font-weight: normal;
  font-size: 146%;
}
.con_addition .main .con_addition_detail01 .st_m {
  font-size: 170%;
  font-weight: normal;
  padding-left: 2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail01 .st_m {
    font-size: 108%;
    font-weight: bold;
  }
}
.con_addition .main .con_addition_detail01 .st_m:before {
  content: "\f409";
  font-family: "ionicons";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  color: #F06316;
  line-height: 1;
  font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail01 .st_m:before {
    font-weight: normal;
  }
}
.con_addition .main .con_addition_detail01 .st_s {
  font-size: 139%;
  color: #F06316;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail01 .st_s {
    font-size: 116%;
  }
}
.con_addition .main .con_addition_detail {
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail {
    margin-bottom: 40px;
  }
}
.con_addition .main .con_addition_detail.txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail.txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail.txt {
    margin-bottom: 15px;
  }
}
.con_addition .main .con_addition_detail .wrap_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.con_addition .main .con_addition_detail .wrap_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_addition .main .con_addition_detail .txt_caption {
  padding-top: 10px;
  text-align: center;
}
.con_addition .main .con_addition_detail02 {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail02 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail02 {
    margin-bottom: 40px;
  }
}
.con_addition .main .con_addition_detail02 .con_l {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail02 .con_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_addition .main .con_addition_detail02 .con_l dd {
  margin-top: 5px;
}
.con_addition .main .con_addition_detail02 .con_r {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail02 .con_r {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.con_addition .main .con_addition_detail02 .con_r dd {
  margin-top: 5px;
}
.con_addition .main .con_addition_detail03 {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail03 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail03 {
    margin-bottom: 40px;
  }
}
.con_addition .main .con_addition_detail03 .con_l, .con_addition .main .con_addition_detail03 .con_c {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail03 .con_l, .con_addition .main .con_addition_detail03 .con_c {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_addition .main .con_addition_detail03 .con_l dd, .con_addition .main .con_addition_detail03 .con_c dd {
  margin-top: 5px;
}
.con_addition .main .con_addition_detail03 .con_r {
  float: right;
  width: 31%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail03 .con_r {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.con_addition .main .con_addition_detail03 .con_r dd {
  margin-top: 5px;
}
.con_addition .main .con_addition_detail04 {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail04 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail04 {
    margin-bottom: 40px;
  }
}
.con_addition .main .con_addition_detail04 .box_img {
  float: right;
  width: 56%;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail04 .box_img {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.con_addition .main .con_addition_detail04 .txt {
  margin-top: 35px;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail04 .txt {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail04 .txt {
    margin-top: 5px;
  }
}
.con_addition .main .con_addition_detail05 {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail05 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail05 {
    margin-bottom: 40px;
  }
}
.con_addition .main .con_addition_detail05 .box_img {
  float: left;
  width: 56%;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail05 .box_img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.con_addition .main .con_addition_detail05 .txt {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .con_addition_detail05 .txt {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .con_addition_detail05 .txt {
    margin-top: 5px;
  }
}
.con_addition .main .btn_detail {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .btn_detail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .btn_detail {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .btn_detail {
    width: 100%;
  }
}
.con_addition .main .btn_detail a {
  display: block;
  text-decoration: none !important;
}
.con_addition .main .btn_detail a span {
  display: block;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 124%;
  padding: 1.35em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_addition .main .btn_detail a:hover span {
  color: #000;
  background: #fff;
}
.con_addition .main .btn_pdf {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_addition .main .btn_pdf {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .btn_pdf {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_addition .main .btn_pdf {
    width: 100%;
  }
}
.con_addition .main .btn_pdf a {
  display: block;
  text-decoration: none !important;
}
.con_addition .main .btn_pdf a span {
  display: block;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 124%;
  padding: 1.35em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_addition .main .btn_pdf a span:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.con_addition .main .btn_pdf a:hover span {
  color: #000;
  background: #fff;
}
.con_addition .main .tbl_primary th {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_addition .main .tbl_primary th {
    width: 100%;
  }
}

.btn_list {
  width: 95%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_list {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_list {
    margin-bottom: 40px;
  }
}
.btn_list .btn_basic {
  max-width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  table {
    font-size: 70%;
  }
}
div.pamphlets {
  padding: 0.4rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  background-color: #f06316;
}

.no_pege_ex {
  margin: 5% auto 5%;
  font-size: 120%;
  color: white;
  text-align: center;
  background-color: #f06316;
  padding: 5%;
}

@media only screen and (max-width: 767px) {
  .no_pege_ex {
    margin: 10% auto 10%;
    text-align: center;
    font-size: 80%;
    color: white;
  }
}
.google_ad {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .google_ad {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .google_ad {
    margin-bottom: 50px;
  }
}
p.sponsor {
  margin-bottom: 15px;
  font-size: 100%;
  text-align: center;
  color: gray;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  p.sponsor {
    margin-bottom: 10px;
    font-size: 90%;
    text-align: center;
    color: gray;
  }
}
@media only screen and (max-width: 767px) {
  p.sponsor {
    margin-bottom: 10px;
    font-size: 80%;
    text-align: center;
    color: gray;
  }
}
.google_ad_list {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .google_ad_list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .google_ad_list {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  table#adv {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  table#adv td {
    display: block;
    width: 100% !important;
  }
}
.no_pege_ex {
   margin: 2% auto 5%;
    font-size: 120%;
    color: black;
    text-align: center;
    background-color: #f06316;
    padding: 3%;
    color: white;
}
@media only screen and (max-width: 767px) {
  .no_pege_ex {
       margin: 10% auto 10%;
       text-align: center;
       font-size: 80%;
       color: black;
       background-color: white;
  }
}
.con_addition {
       margin-top: 0;
}
.con_addition .main .con_addition_detail01 .st_l {
     margin-top: 50px;
}
.con_addition .main .btn_pdf {
      max-width: 500px;
      margin-bottom: 50px;
}
.con_addition .main .con_addition_detail01 .st_s{
      margin-top: 50px;
}
@media only screen and (max-width: 767px) {
.con_addition .main .con_addition_detail01 .st_l {
     margin-top: 25px;
}
}
@media only screen and (max-width: 767px) {
.con_addition .main .con_addition_detail01 .st_s {
     margin-top: 25px;
}
}
@media only screen and (max-width: 767px) {
.con_addition .main .btn_pdf a span{
      font-size: 100%;
}
}
@media only screen and (max-width: 767px) {
.con_list ul li a .txtarea .txt {
     display: none;
}
}
@media only screen and (max-width: 767px) {
.con_list ul li a .txtarea .st span {
    font-size: 90%;
}
}
@media only screen and (max-width: 767px) {
.con_list ul li a {
    padding: 25px 20px 10px 20px;
}
}
.btn_list{
    margin-top: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.btn_list{
    margin-top: 8%;
}
}
@media only screen and (max-width: 767px) {
.btn_list{
    margin-top: 15%;
}
}

.con_misc {
	max-width: 1260px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_misc {
		width: 95%;
  }
}

.con_misc:after {
	content: "";
	display: table;
	clear: both;
}
.con_misc {
	margin: 8% auto 8%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_misc {
       margin: 15% auto 15%;
       text-align: center;
       font-size: 80%;
}
}
.con_misc h3 {
	font-size: 139%;
	color: #f06316;
	margin-bottom: 1em;
}

/*Additional by Kakihara*/
.con_addition .main .con_addition_detail .txt {
    font-size: 108%;
}
.hr-line {
    border-bottom: 1px solid #ccc;
    width: 50%;
    left: 25%;
    position: relative;
}