@charset "UTF-8";
.ttl_h1 {
  display: table;
  width: 100%;
  background: #464245;
  color: #fff;
}

.ttl_h1 h1 {
  display: table-cell;
  height: 148px;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  font-weight: normal;
}

#main .ttl_h2,
.contents .ttl_h2 {
  padding: 0 0 25px;
  text-align: center;
  font-size: 38px;
  max-width: 700px;
  margin: 0 auto 50px;
  background: none;
  color: #1f1f1f;
}

#main .ttl_h2::before,
.contents .ttl_h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #d2d2d2;
}

#main .ttl_h2::after,
.contents .ttl_h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 160px;
  height: 4px;
  margin: auto;
  background: #deb200;
}

#main .ttl_h3,
.contents .ttl_h3 {
  background: url(../img/common/bg_ttl_h3.png) center bottom no-repeat;
  font-size: 28px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  color: #61475d;
}

.ttl_sub {
  font-size: 20px;
  font-weight: bold;
  color: #6880d8;
  margin-bottom: 10px;
}

@media only screen and (max-width: 798px) {
  .ttl_h1 h1 {
    height: 90px;
    font-size: 26px;
  }
  #main .ttl_h2,
  .contents .ttl_h2 {
    padding: 0 0 15px;
    text-align: center;
    font-size: 25px;
    max-width: 700px;
    margin: 0 auto 30px;
  }
  #main .ttl_h2::after,
  .contents .ttl_h2::after {
    width: 100px;
  }
  #main .ttl_h3,
  .contents .ttl_h3 {
    background: url(../img/common/bg_ttl_h3.png) center bottom no-repeat;
    background-size: 150% 3px;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .ttl_sub {
    font-size: 18px;
  }
}

/*テキスト
------------------------------------------------------------------------------------- */

.txt {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

/* search_block
------------------------------------------------------------------------------------- */

.search_block {
  border-radius: 5px;
  padding: 35px 50px 40px;
  margin-bottom: 50px;
}

.search_block h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 13px;
  font-weight: normal;
}

.search_block h2:not(:first-child) {
  margin-top: 0.5em;
}

@media only screen and (max-width: 798px) {
  .search_block {
    border-radius: 5px;
    padding: 16px 15px 55px;
    margin-bottom: 25px;
  }
  .search_block h2 {
    font-size: 16px;
  }
}

/* 各カテゴリ一覧--------------------------- */

.search_block {
  background: url(../img/food_drink/bg_search_by_category.jpg) no-repeat;
  background-size: cover;
}

.food .search_block {
  background: url(../img/common/bg_search_by_category_food.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 799px) {
  .food .search_block {
    display: flex;
    justify-content: center;
  }
  .food .search_block_inner + .search_block_inner {
    margin-left: 6.5rem;
  }
  .food .search_block .search_form_box {
    width: auto;
    max-width: 350px;
  }
  .food .search_block .search_form_box .select_box {
    width: 200px;
    margin-right: 0;
  }
}

.thingstodo .search_block {
  background: url(../img/common/bg_search_by_category_thingstodo.jpg) no-repeat;
  background-size: cover;
}

.shopping .search_block {
  background: url(../img/common/bg_search_by_category_shopping.jpg) no-repeat;
  background-size: cover;
}

.places .search_block {
  background: url(../img/common/bg_search_by_category_places.jpg) no-repeat;
  background-size: cover;
}

.news .search_block {
  background: url(../img/common/bg_search_by_category_news.jpg) no-repeat;
  background-size: cover;
}

.art .search_block {
  background: url(../img/common/bg_search_by_category_art.jpg) no-repeat;
  background-size: cover;
}

.beauty .search_block {
  background: url(../img/common/bg_search_by_category_beauty.jpg) no-repeat;
  background-size: cover;
}

.search_block .search_form_box {
  width: 515px;
  margin: 0 auto;
  background: rgba(85, 126, 220, 0.4);
  border-radius: 5px;
  padding: 8px;
}

.post-type-archive-places .search_block .search_form_box {
  width: 264px;
}

.search_block .search_form_box .select_box {
  width: 245px;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

.search_block .search_form_box .select_box.l_category {
  float: left;
}

.search_block .search_keyword {
  text-align: center;
}

.search_block .search_keyword .search_form_box {
  display: inline-block;
  width: auto;
}

.search_block .search_keyword .search_form_box input {
  border-radius: 3px;
  margin-bottom: 0;
}

/*.search_block .search_form_box .select_box.l_category::after {
	content: "";
	display: block;
	position: absolute;
	right: -51px;
	top: 0;
	width: 51px;
	height: 36px;
	background: url(../img/food_drink/icon_search_category_arrow.png) no-repeat center center;
}*/

.search_block .search_form_box::after {
  content: "";
  clear: both;
  display: block;
}

.nochoice {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 100;
}

.nochoice .-bc-pseudo-select__selected-display {
  opacity: 0.15;
  line-height: 35px;
}

.search_block .btn_go {
  position: absolute;
  display: block;
  top: 0;
  right: -60px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #4462d3;
  border: none;
  font-family: "Oswald", sans-serif;
  cursor: pointer;
}

.search_block .btn_go:focus {
  outline: none;
}

@media only screen and (max-width: 798px) {
  .search_block .search_form_box {
    width: 100%;
    padding: 10px;
  }
  .search_block .search_form_box .select_box {
    width: 100%;
    float: none;
  }
  .search_block .search_form_box .select_box.l_category {
    float: none;
    margin-bottom: 10px;
  }
  .search_block_inner + .search_block_inner {
    margin-top: 3.5rem;
  }
  /*
	.search_block .search_form_box .select_box.l_category::after {
		content: "";
		display: block;
		bottom: -27px;
		top: auto;
		left: 0;
		right: 0;
		width: 27px;
		height: 27px;
		margin: 0 auto;
		background: url(../img/food_drink/icon_search_category_arrow_sp.png) no-repeat center center;
		background-size: 12px;
	}*/
  .search_block .search_form_box::after {
    content: "";
    clear: both;
    display: block;
  }
  .nochoice {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto !important;
    z-index: 100;
  }
  .nochoice .-bc-pseudo-select__selected-display {
    opacity: 0.15;
    line-height: 35px;
  }
  .search_block .btn_go {
    top: auto;
    bottom: -35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 25px;
    width: 100px;
    line-height: 25px;
    font-size: 13px;
  }
  .search_block .btn_go:focus {
    outline: none;
  }
}

/* フォーム　select---- */

.-bc-pseudo-select__selected-display {
  box-sizing: border-box;
  height: 35px;
  overflow: hidden;
}

.-bc-form-select {
  display: block;
  /* 必須 */
  position: absolute;
  /* 必須 */
  top: 0;
  /* 必須 */
  left: 0;
  /* 必須 */
  z-index: -1;
  /* 必須 */
  width: 1px;
  /* 必須 */
  height: 1px;
  /* 必須 */
  appearance: none;
  /* 必須 */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  opacity: 0;
  /* 必須 */
  filter: alpha(opacity=0);
  /* 必須 */
  -ms-filter: "alpha(opacity=0)";
  /* 必須 */
}

.-bc-use-default-option-list .-bc-form-select {
  width: 100%;
  /* 必須 */
  height: 100%;
  /* 必須 */
  z-index: 50;
  /* 推奨 他のz-indexにあわせて調整 */
}

.-bc-pseudo-select {
  position: relative;
  display: block;
  padding: 0;
  box-sizing: border-box;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  vertical-align: middle;
  -webkit-appearance: none;
  text-decoration: none !important;
}

.-bc-pseudo-select:link,
.-bc-pseudo-select:visited {
  color: #4a4649;
}

.-bc-form-element__label--disabled .-bc-pseudo-select {
  pointer-events: none;
  /* 必須 for タッチデバイス */
}

.-bc-pseudo-select__selected-display {
  display: block;
  padding: 0 50px 0 12px;
  position: relative;
  background: #ffffff;
  color: #4a4649;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.-bc-pseudo-select__selected-display:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 36px;
  background: url(../img/common/icon_select_arrow.png) no-repeat left center;
  top: 0;
  right: 0;
}

.-bc-pseudo-select__option-list {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  border: solid 1px #cccccc;
  z-index: 1000;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}

.-bc-pseudo-select--focus .-bc-pseudo-select__option-list {
  display: block;
  overflow: auto;
}

.-bc-pseudo-select__option-list li {
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 12px;
  background-color: #ffffff;
  border-top: dotted 1px #cccccc;
  margin: 0;
}

.-bc-pseudo-select__option-list li:first-child {
  border-top: none;
}

.-bc-pseudo-select__option-list li:hover {
  background: #eeeeee;
}

.-bc-pseudo-select:hover {
  text-decoration: none;
}

/* events--------------------------- */

.events .search_block {
  background: url(../img/events/bg_search_by_category.jpg) no-repeat 50% 0 /
    cover;
  padding: 40px 50px;
}

.events .search_block h2 {
  display: none;
  font-size: 34px;
  margin-bottom: 0;
  line-height: 1;
}

/*.events .search_block .events_box_wrapper::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 20px auto;
    overflow: hidden;
}*/

.events .search_block h3 {
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
}

.events .search_block[data-sp-state="close"] .events_box_wrapper {
  display: block !important;
}

.events .search_block .events_box {
  width: 420px;
}

.events .search_block .events_box:nth-child(odd) {
  float: left;
}

.events .search_block .events_box:nth-child(even) {
  float: right;
}

.events .events_box .btn_category {
  overflow: hidden;
}

.events .events_box .btn_category li {
  float: left;
  width: 132px;
}

.events .events_box .btn_category li:not(:nth-child(3n)) {
  margin-right: 12px;
}

.events .events_box .btn_category li:nth-child(n + 4) {
  margin-top: 10px;
}

.events .events_box .btn_category li a {
  display: block;
  padding: 13px 0;
  border-radius: 3px;
  background: #ef9f86;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}

.events .events_box .btn_date {
  overflow: hidden;
}

.events .events_box .btn_date li {
  float: left;
  width: 205px;
  margin-bottom: 10px;
}

.events .events_box .btn_date li:not(:nth-child(2n)) {
  margin-right: 10px;
}

.events .events_box .btn_date li a {
  display: block;
  padding: 11px 0;
  border: 2px solid #ec8b6d;
  border-radius: 3px;
  background: #fff;
  color: #e57d5d;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.events .events_box .input_date + span {
  color: #ec8b6d;
  font-size: 28px;
  font-weight: bold;
  margin: 0 11px;
  vertical-align: -4px;
}

.events .events_box .input_date {
  position: relative;
  display: inline-block;
  width: 152px;
  height: 46px;
  background: #fff;
  border: 2px solid #ec8b6d;
  border-radius: 3px;
}

.events .events_box input[type="text"] {
  position: relative;
  padding: 0 40px 0 10px;
  width: 153px;
  height: 46px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-family: inherit;
  color: #808080;
  font-size: 19px;
}

.events .events_box .input_date::before {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(../img/index/icon_calendar.png) no-repeat;
}

.events .events_box button[type="submit"] {
  border: none;
  background: none;
  padding: 0;
  vertical-align: top;
  margin-left: 6px;
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.events .events_box button[type="submit"]:focus {
  outline: none;
}

.events_box .select_category_sp {
  display: none;
}

.events .events_box .btn_category li a:hover,
.events .events_box .btn_date li a:hover,
.events .events_box button[type="submit"]:hover {
  opacity: 0.6;
}

@media screen and (max-width: 798px) {
  .events .search_block {
    position: relative;
    padding: 0 10px;
  }
  .events .search_block h2 {
    display: block;
    position: static;
    padding: 20px 0;
    font-size: 19px;
  }
  .events .search_block .events_sp_btn {
    display: block;
    position: absolute;
    top: 21px;
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .events .search_block .events_sp_btn span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #fff;
  }
  .events .search_block .events_sp_btn span::before,
  .events .search_block .events_sp_btn span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  .events .search_block .events_sp_btn span::before {
    width: 9px;
    height: 1px;
  }
  .events .search_block .events_sp_btn span::after {
    width: 1px;
    height: 9px;
    transition: transform 0.3s;
  }
  .events .search_block[data-sp-state="open"] .events_sp_btn span::after {
    transform: rotate(90deg);
  }
  .events .search_block .events_box_wrapper {
    display: none;
  }
  .events .search_block[data-sp-state="close"] .events_box_wrapper {
    display: none !important;
  }
  .events .search_block .events_box_wrapper::before {
    width: 23px;
    height: 1px;
    margin: 0 auto 25px;
  }
  .events .search_block h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .events .search_block .events_box:nth-child(odd),
  .events .search_block .events_box:nth-child(even) {
    float: none;
    width: auto;
  }
  .events .search_block .events_box:nth-child(odd) {
    margin-bottom: 30px;
  }
  .events .search_block .events_box:nth-child(even) {
    padding-bottom: 20px;
  }
  .events .events_box .btn_category {
    margin: 0 -3px;
  }
  .events .events_box .btn_category li {
    width: 33.33333%;
    padding: 0 3px;
  }
  .events .events_box .btn_category li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .events .events_box .btn_category li:nth-child(n + 4) {
    margin-top: 7px;
  }
  .events .events_box .btn_category li a {
    padding: 16px 0;
    font-size: 12px;
  }
  .events .events_box .btn_date {
    margin: 0 0 5px;
  }
  .events .events_box .btn_date li {
    width: 50%;
    margin: 0 0 10px;
  }
  .events .events_box .btn_date li:not(:nth-child(2n)) {
    margin-right: 0;
    padding-right: 4px;
  }
  .events .events_box .btn_date li:nth-child(2n) {
    padding-left: 4px;
  }
  .events .events_box .btn_date li a {
    padding: 8px 0;
    border-width: 1px;
    font-size: 13px;
  }
  .events .events_box .input_date + span {
    display: inline-block;
    vertical-align: -1px;
    width: 27px;
    margin: 0;
    font-size: 15px;
    text-align: center;
  }
  .events .events_box form {
    text-align: center;
  }
  .events .events_box .input_date {
    width: calc(50% - 35px);
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #ec8b6d;
  }
  .events .events_box input[type="text"] {
    padding: 0 30px 0 5px;
    width: 100%;
    height: 38px;
    font-size: 16px;
    -webkit-appearance: none;
  }
  .events .events_box .input_date::before {
    top: 9px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/index/icon_calendar_sp.png) no-repeat;
    background-size: 20px auto;
  }
  .events .events_box button[type="submit"] {
    border: none;
    background: none;
    padding: 0;
    vertical-align: top;
    margin-left: 6px;
    width: 37px;
  }
}

/* イベント詳細ページ */

.single-event .event_data {
  color: #1f1f1f;
  font-size: 20px;
  /*font-family: Arial, sans-serif;*/
  margin-bottom: 20px;
}

.single-event .event_data .time .start {
  color: #cfb154;
}

.single-event .event_data .time .end {
  color: #4761c1;
  margin-left: 10px;
}

@media screen and (max-width: 798px) {
  .single-event .event_data {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .single-event .event_data .time .end {
    margin-left: 5px;
  }
  .events .img_float_block .txtbox .data .time .end {
    margin-left: 6px;
  }
}

/* img_float_block
------------------------------------------------------------------------------------- */

/* イメージフロート */

.img_float_block {
  margin-bottom: 30px;
  padding: 0 20px 30px;
}

.img_float_block {
  border-bottom: 1px dotted #6880d8;
}

.events .img_float_block {
  border-bottom: 1px dotted #ec8b6d;
}

.img_float_block:last-child {
  margin-bottom: 0;
}

.img_float_block .img_r {
  float: right;
  width: 320px;
  margin: 0 0 0 20px;
  text-align: center;
}

.img_float_block .img_l {
  float: left;
  width: 320px;
  margin: 0 20px 0 0;
  text-align: center;
}

.img_float_block .txtbox {
  overflow: hidden;
}

.txtbox_link {
  cursor: pointer;
}

.img_float_block .txtbox .data {
  padding: 2px 10px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  /*font-family: Arial, sans-serif;*/
  margin-bottom: 10px;
}

.img_float_block .txtbox .cate_name {
  display: inline-block;
  margin-left: 0.6em;
}

.img_float_block .txtbox .data {
  background: #6880d8;
}

.events .img_float_block .txtbox .data {
  background: none;
  border: 1px solid #ec8b6d;
  padding: 0;
  color: #1f1f1f;
}

.events .img_float_block .txtbox .data .time {
  padding: 2px 7px;
}

.events .img_float_block .txtbox .data .time .start {
  color: #cfb154;
}

.events .img_float_block .txtbox .data .time .end {
  color: #4761c1;
  margin-left: 10px;
}

.events .img_float_block .txtbox .data .cate_name {
  background: #ec8b6d;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  margin-right: -1px;
}

.img_float_block .txtbox h2 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: normal;
}

.img_float_block .txtbox .ttl_l {
  font-size: 30px;
}

.img_float_block .txtbox h2 a {
  color: #1f1f1f;
  text-decoration: none;
  transition: 0.3s;
}

.img_float_block .txtbox h2 a:visited {
  color: #7d4976 !important;
}

.img_float_block .txtbox h2 a:hover {
  opacity: 0.6;
}

.img_float_block .txtbox .txt {
  font-family: Arial, serif;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8;
  margin-bottom: 5px;
}

.img_float_block .txtbox .tags,
.img_float_block .txtbox .locations {
  display: inline;
}

.img_float_block .txtbox .tags li,
.img_float_block .txtbox .locations li {
  display: inline-block;
}

.img_float_block .txtbox .tags li::after,
.img_float_block .txtbox .locations li:not(:last-child)::after {
  content: "/";
  margin: 0 12px;
  vertical-align: 1px;
  color: #6880d8;
}

.img_float_block::after {
  content: "";
  clear: both;
  display: block;
}

.img_float_block a img {
  transition: 0.3s;
}

.img_float_block a:hover img {
  opacity: 0.6;
}

@media only screen and (max-width: 798px) {
  /* イメージフロートブロック */
  .img_float_block {
    margin-bottom: 25px;
    padding: 0 3% 25px;
    border-bottom: 1px dotted #6880d8;
  }
  .events .img_float_block {
    padding: 0 3% 20px;
  }
  .img_float_block .img_r {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .img_float_block .img_l {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .img_float_block .txtbox .data {
    padding: 2px 8px;
    font-size: 12px;
  }
  .events .img_float_block .txtbox .data {
    padding: 0;
    font-size: 11px;
  }
  .events .img_float_block .txtbox .data .time {
    padding: 2px 4px;
  }
  .events .img_float_block .txtbox .data .time .end {
    margin-left: 6px;
  }
  .events .img_float_block .txtbox .data .cate_name {
    padding: 2px 6px;
  }
  .img_float_block .txtbox h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .img_float_block .txtbox .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .img_float_block .txtbox .tags li,
  .img_float_block .txtbox .locations li {
    font-size: 13px;
    z-index: 100;
  }
  .img_float_block .txtbox .tags li::after,
  .img_float_block .txtbox .locations li:not(:last-child)::after {
    margin: 0 9px;
  }
}

/*img_float_block
------------------------------------------------------------------------------------- */

/* イメージフロート */

.cont_float_block {
  margin-bottom: 30px;
  padding: 0 0 30px;
}

.cont_float_block::after {
  content: "";
  clear: both;
  display: block;
}

.cont_float_block:last-child {
  margin-bottom: 0;
}

.cont_float_block .img_r {
  float: right;
  max-width: 50%;
  margin: 0 0 0 20px;
  text-align: center;
}

.cont_float_block .img_l {
  float: left;
  width: 320px;
  margin: 0 20px 0 0;
  text-align: center;
}

.cont_float_block .txtbox {
  overflow: hidden;
}

.cont_float_block .txtbox .ttl_l {
  font-size: 30px;
}

.cont_float_block .txtbox .txt {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8;
  margin-bottom: 5px;
}

@media only screen and (max-width: 798px) {
  /* イメージフロートブロック */
  .cont_float_block {
    margin-bottom: 25px;
    padding: 0;
  }
  .cont_float_block .img_r {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .cont_float_block .img_l {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .cont_float_block.data {
    padding: 2px 8px;
    font-size: 12px;
  }
  .cont_float_block .txtbox .ttl_l {
    font-size: 24px;
  }
  .cont_float_block .txtbox .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .cont_float_block .txtbox .tags li {
    font-size: 13px;
    z-index: 100;
  }
  .cont_float_block .txtbox .tags li + li::before {
    margin: 0 9px 0;
  }
}

/* ページャー
----------------------------------------*/

.contents ul.page-numbers {
  clear: both;
  list-style: none;
  text-align: center;
  margin: 80px 0 0;
  border: 0;
  font-family: "Oswald", sans-serif;
}

.contents .page-numbers li {
  display: inline;
  margin: 0 8px;
  padding: 0;
  background: none;
  font-size: 20px;
}

.contents .page-numbers li .current {
  display: inline-block;
  width: 22px;
  height: 47px;
  line-height: 47px;
  color: #5c77dc;
  vertical-align: middle;
  border-bottom: 1px solid #5c77dc;
  box-sizing: border-box;
}

.contents .page-numbers li a {
  display: inline-block;
  width: 22px;
  height: 47px;
  line-height: 47px;
  color: #404040;
  vertical-align: middle;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.contents .page-numbers li a:hover {
  color: #5c77dc;
  border-bottom: 1px solid #5c77dc;
}

.contents .page-numbers li a.prev,
.contents .page-numbers li a.next {
  width: 115px;
  margin: 0 32px 0 0;
  border: 2px solid #404040;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.contents .page-numbers li a.next {
  margin: 0 0 0 32px;
}

.contents .page-numbers li a.prev:hover,
.contents .page-numbers li a.next:hover {
  border: 2px solid #5c77dc;
  color: #5c77dc;
}

@media only screen and (max-width: 798px) {
  .contents ul.page-numbers {
    margin: 40px 0 0;
  }
  .contents .page-numbers li {
    margin: 0 3px;
    font-size: 15px;
  }
  .contents .page-numbers li span {
    width: 15px;
    height: 34px;
    line-height: 34px;
  }
  .contents .page-numbers li a {
    width: 15px;
    height: 34px;
    line-height: 34px;
  }
  .contents .page-numbers li a.prev,
  .contents .page-numbers li a.next {
    width: 65px;
    margin: 0 0 0 0;
    font-size: 12px;
  }
  .contents .page-numbers li.prev {
    display: block;
    float: left;
    margin: 0;
  }
  .contents .page-numbers li.next {
    display: block;
    float: right;
    margin: 0;
  }
}

/* 詳細ページ
------------------------------------------------------------------------------------- */

.textcont {
  padding: 0 20px 20px;
  margin: 0 auto 20px;
  border-bottom: solid 1px #1f1f1f;
}

.textcont p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 2;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 798px) {
  .textcont {
    padding: 0 0 15px;
    margin: 0 auto 15px;
  }
  .textcont p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}

.ul li {
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #6880d8;
  position: absolute;
  left: 0;
  top: 8px;
}

@media only screen and (max-width: 798px) {
  .ul li {
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 15px;
  }
  .ul li::before {
    top: 7px;
  }
}

.dl + .dl {
  margin-top: 6px;
}

.dl dt {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #3e273b;
  letter-spacing: 1px;
  font-weight: bold;
}

.dl dt::after {
  content: ":";
}

.dl dd {
  display: inline-block;
  font-size: 16px;
}

.dl.tags {
  /*padding-left: 52px;*/
}

.dl.tags dt {
  /*position: absolute;
	top: 0;
	left: 0;*/
}

.dl.tags dd {
  min-width: 106px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.dl.tags dd a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  background: #c4a444;
  padding: 5px 10px;
  border-radius: 4px;
}

.dl.tags dd a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 798px) {
  .dl + .dl {
    margin-top: 5px;
  }
  .dl dt {
    margin-right: 10px;
    font-size: 16px;
  }
  .dl dd {
    font-size: 14px;
  }
  .dl.tags {
    /*padding-left: 47px;*/
  }
  .dl.tags dt {
    /*position: absolute;
		top: 0;
		left: 0;*/
  }
  .dl.tags dd {
    min-width: 70px;
    margin-bottom: 4px;
  }
  .dl.tags dd a {
    padding: 3px 5px;
  }
}

.mediabox {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .mediabox {
    margin-bottom: 20px;
  }
}

.color_blue_block {
  padding: 18px 20px;
  background: #f2f4fc;
  margin-bottom: 40px;
}

@media only screen and (max-width: 798px) {
  .color_blue_block {
    padding: 10px;
    margin-bottom: 25px;
  }
}

.information {
  padding: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  background: #f2f4fc;
}

.information > div {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.information > div:not(.name):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #6880d8;
  border-radius: 6px;
}

.information .name {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #6880d8;
}

@media only screen and (max-width: 798px) {
  .information {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .information .name {
    font-size: 18px;
  }
  .information > div {
    margin-bottom: 5px;
  }
  .information > div:not(.name):before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    margin-top: 0;
  }
}

/*
.sns_block {
	padding: 18px 20px;
	background: #ebebeb;
	margin-bottom: 50px;
}
.sns_block dl {
	padding-left: 100px;
}
.sns_block dt {
	position: absolute;
	top: 2px;
	left: 0;
}
.sns_block dd img {
	vertical-align: middle;
	transition: 0.3s;
}
.sns_block dd img:hover {
	opacity: 0.6;
}
.sns_block dd + dd {
	margin-left: 16px;
}
@media only screen and (max-width: 798px) {
	.sns_block {
		padding: 10px;
		margin-bottom: 30px;
	}
	.sns_block dl {
		padding-left: 83px;
	}
	.sns_block dt {
		top: 0;
	}
	.sns_block dd img {
		width: 76px;
	}
	.sns_block dd + dd {
		margin-left: 5px;
	}
}*/

#container .sharedaddy {
  margin-bottom: 50px;
  padding: 18px 20px;
  background: #ebebeb;
  overflow: hidden;
}

#container .sharedaddy .sd-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 0 !important;
  line-height: 20px;
  color: #3e273b;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}

#container .sharedaddy .sd-title::before {
  content: none;
}

#container .sharedaddy .sd-content {
  display: inline;
}

#container .sharedaddy .sd-content ul {
  display: inline;
  margin: 0 !important;
  font-size: 0;
  line-height: 1 !important;
}

#container .sharedaddy .sd-content ul > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  height: auto;
  margin: 0 10px 0 0 !important;
  padding: 0;
  line-height: 1 !important;
}
#container .sharedaddy .sd-content ul > li.share-end {
  margin: 0 !important;
}

#container .sharedaddy .sd-content ul > li .twitter-share-button {
  vertical-align: middle;
}

#container .sharedaddy .sd-content ul > li .fb-share-button {
  vertical-align: top;
}

#container .sharedaddy .sd-content ul > li .fb-share-button > span {
  vertical-align: middle !important;
}

#container .sharedaddy dd img {
  vertical-align: middle;
  transition: 0.3s;
}

#container .sharedaddy dd img:hover {
  opacity: 0.6;
}

#container .sharedaddy dd + dd {
  margin-left: 16px;
}

@media only screen and (max-width: 798px) {
  #container .sharedaddy {
    padding: 10px;
    margin-bottom: 30px;
  }
  #container .sharedaddy .sd-title {
    font-size: 14px;
  }
  #container .sharedaddy dd img {
    width: 76px;
  }
  #container .sharedaddy dd + dd {
    margin-left: 5px;
  }
}

.comment_block {
  margin-bottom: 50px;
}

@media only screen and (max-width: 798px) {
  .comment_block {
    margin-bottom: 30px;
  }
}

.index_col3_block {
  margin: 0 0 40px -20px;
}

.index_col3_block::after {
  content: "";
  clear: both;
  display: block;
}

.index_col3_block .col_box {
  width: 320px;
  float: left;
  margin: 0 0 20px 20px;
  border: 1px solid #d4d4d4;
  min-height: 370px;
}

.index_col3_block .col_box > a {
  display: block;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: #1f1f1f;
}

.index_col3_block .col_box > a:hover {
  color: #fff;
  background: #4761c1 url(../img/index/bg_blue.png);
}

.index_col3_block .col_box .text {
  display: block;
  font-size: 25px;
  letter-spacing: 0.4px;
  line-height: 1.55;
  padding: 11px 20px;
  margin-bottom: 34px;
}

.index_col3_block .col_box .date {
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 20px;
  letter-spacing: -0.3px;
}

.index_col3_block .col_box .date a {
  letter-spacing: 0.2px;
  text-decoration: none;
}

.index_col3_block .col_box > a:hover + .date,
.index_col3_block .col_box > a:hover + .date a {
  color: #fff;
}

@media screen and (max-width: 798px) {
  .index_col3_block {
    margin: 0 0 19px;
  }
  .index_col3_block .col_box {
    width: auto;
    float: none;
    margin: 0 0 16px;
    min-height: 0;
  }
  .index_col3_block .col_box .text {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 1.4;
    padding: 9px 12px 9px 19px;
    margin-bottom: 25px;
    min-height: 62px;
  }
  .index_col3_block .col_box .date {
    font-size: 11px;
    bottom: 10px;
    left: 19px;
    right: 12px;
    letter-spacing: -0.3px;
  }
}

.contents #jp-relatedposts {
  padding-top: 0;
  margin: 0;
}

.contents #jp-relatedposts h3.jp-relatedposts-headline {
  display: block;
  float: none;
  margin-bottom: 20px;
  padding-bottom: 16px;
  background: url(../img/common/bg_ttl_h3.png) center bottom no-repeat;
  color: #61475d;
  font-size: 28px;
}

.contents #jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}

.contents #jp-relatedposts .jp-relatedposts-items {
  margin: 0 0 40px -20px;
}

.contents #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: left;
  width: 320px;
  box-sizing: border-box;
  margin: 0 0 20px 20px;
  border: 1px solid #d4d4d4;
}

.contents #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
  display: block;
  max-width: 100%;
  overflow: visible;
  text-overflow: inherit;
}

.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 136px;
  box-sizing: border-box;
  margin-bottom: -45px;
  padding: 11px 20px 45px;
  line-height: 1.55;
  color: #1f1f1f;
  font-size: 25px;
  letter-spacing: 0.4px;
  text-decoration: none !important;
}

.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post:hover
  .jp-relatedposts-post-title
  a {
  color: #fff;
  background: #4761c1 url(../img/index/bg_blue.png);
}

.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-date,
.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-context {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 11px;
  line-height: 34px;
  font-family: Arial, sans-serif;
}

.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post:hover
  .jp-relatedposts-post-date,
.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post:hover
  .jp-relatedposts-post-context {
  color: #fff;
}

.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-date {
  margin-left: 20px;
}

.contents
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-context {
  margin-left: 10px;
}

@media screen and (max-width: 798px) {
  .contents #jp-relatedposts .jp-relatedposts-items {
    margin: 0 0 20px;
  }
  .contents #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }
  .contents
    #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    .jp-relatedposts-post-title
    a {
    min-height: 90px;
    margin-bottom: -33px;
    padding: 11px 10px 33px;
  }
  .contents
    #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    .jp-relatedposts-post-title
    a {
    font-size: 16px;
  }
  .contents
    #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    .jp-relatedposts-post-date,
  .contents
    #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    .jp-relatedposts-post-context {
    font-size: 11px;
    line-height: 22px;
  }
  .contents
    #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    .jp-relatedposts-post-date {
    margin-left: 10px;
  }
}

/*contact
--------------------------------------------------------------------*/

.maps {
  width: 425px;
  height: 265px;
  position: relative;
  overflow: hidden;
}

.maps iframe {
  position: absolute;
  width: 425px;
  height: 315px;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 798px) {
  .maps {
    width: 100%;
  }
  .maps iframe {
    width: 100%;
  }
}

/*テーブル
----------------------------------------*/

.table01_block {
  overflow: auto;
  margin: 0 auto 60px;
}

.table01_block:last-child {
  margin-bottom: 0;
}

.table01_block table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  table-layout: fixed;
}

.table01_block table.tl_auto {
  table-layout: auto;
}

.table01_block table th {
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 20px 30px;
  background: #494949;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  word-break: break-all;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.table01_block table td {
  font-family: Arial, sans-serif;
  font-size: 15px;
  padding: 20px 45px;
  vertical-align: middle;
  word-break: break-all;
  border-bottom: 1px solid #494949;
  background: #fff;
}

.table01_block table .bg_gray {
  background: #f9f9f9;
}

.table01_block table tr:last-child th,
.table01_block table tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 798px) {
  .table01_block {
    margin: 0 auto 30px;
  }
  .table01_block table th {
    padding: 5px 10px;
    font-size: 14px;
  }
  .table01_block table td {
    padding: 5px 10px;
    font-size: 14px;
  }
  .table01_block table .bg_gray {
    background: #fff;
  }
  .sp_table_single > table tr,
  .sp_table_single > table th,
  .sp_table_single > table td {
    display: block;
    width: 100% !important;
  }
  .sp_table_single > table th,
  .sp_table_single > table td {
    display: block;
    float: left\9;
    padding: 7px 15px;
  }
  .sp_table_scroll {
    overflow: auto;
  }
  .table01_block .sp_table_scroll > table {
    min-width: 730px;
    width: auto;
  }
  .sp_table_scroll + * {
    margin-top: 10px;
  }
  .sp_table_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .sp_table_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .sp_table_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  td {
    height: auto;
  }
}

/*ボタン
----------------------------------------*/

.btn_wrap {
  text-align: center;
}

.btn_normal {
  display: inline-block;
  width: 300px;
  margin: 0 5px;
  padding: 7px 10px;
  border: 3px solid #404040;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  font-family: "Oswald", sans-serif;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.btn_normal:link,
.btn_normal:visited {
  color: #404040;
  text-decoration: none;
}

.btn_normal:hover {
  border: 3px solid #5c77dc;
  color: #5c77dc;
}

.btn_normal.return {
  background: #404040;
  color: #fff;
}

.btn_normal.return:hover {
  border: 3px solid #404040;
  color: #fff;
  opacity: 0.6;
}

@media only screen and (max-width: 798px) {
  .btn_normal {
    width: 100%;
    max-width: 280px;
    padding: 5px 10px;
    margin: 0 0 10px;
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------
Classifieds ページ
----------------------------------------------------------------------*/
/* archive */
.classified_archives {
  margin-bottom: 60px;
}

.classified_archives a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.classified_archives .icon {
  position: relative;
}

.classified_archives .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.classified_archives .title {
  white-space: nowrap;
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.classified_archives_more {
  text-align: center;
  margin-bottom: 80px;
}

.classified_archives_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  max-width: 300px;
  height: 65px;
  color: #fff;
  background: #4761c1;
  border: 2px solid #4761c1;
  transition: 300ms ease-in-out;
  margin: 0 auto;
  border-radius: 4px;
  text-decoration: none;
}

@media screen and (min-width: 799px) {
  .classified_archives > li,
  .classified_archives a,
  .classified_archives .icon-normal,
  .classified_archives .icon-hover {
    transition: 300ms ease-in-out;
  }

  .classified_archives a:hover {
    background: rgba(71, 97, 193, 0.5);
    color: #fff;
  }

  .classified_archives_more a:hover {
    color: #4761c1;
    background: #fff;
  }

  .classified_archives a:hover .icon-normal {
    opacity: 0;
  }

  .classified_archives a:hover .icon-hover {
    opacity: 1;
  }
}

@media screen and (max-width: 798px) {
  .classified_archives {
    margin-bottom: 30px;
  }

  .classified_archives .icon-hover {
    display: none;
  }

  .classified_archives_more {
    margin-bottom: 40px;
  }

  .classified_archives_more a {
    height: 45px;
    font-size: 16px;
  }
}

/* category */
.post-type-archive-classified #main {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 135px;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main {
    width: auto;
    margin: 0 3.125%;
    padding: 20px 0 135px;
  }
}

.post-type-archive-classified #main:after {
  content: "";
  clear: both;
  display: block;
}

.post-type-archive-classified #main .ttl-classifieds {
  padding: 12px 20px;
  background: #4057bb;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  clear: both;
  font-weight: normal;
}

.post-type-archive-classified .index #main {
  margin-top: 60px;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main .ttl-classifieds {
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .post-type-archive-classified .index #main {
    margin-top: 0;
  }
}

.post-type-archive-classified #main .message {
  margin-bottom: 30px;
}

.post-type-archive-classified #main .message ul {
  float: right;
  width: 340px;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main .message ul {
    float: none;
    width: 100%;
  }
}

.post-type-archive-classified #main .message ul li a {
  display: block;
  line-height: 30px;
  height: 30px;
  /*font-family: Arial, sans-serif;*/
  text-align: center;
  color: #fff;
  background: #5cb3dc;
  border-radius: 4px;
  vertical-align: middle;
}

.post-type-archive-classified #main .message ul .new-message {
  float: left;
  width: 190px;
}

.post-type-archive-classified #main .message ul .new-message a {
  background: #5cb3dc;
}

.post-type-archive-classified #main .message ul .new-message a::before {
  content: "";
  width: 14px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../img/classifieds/icon_new-message.png) no-repeat;
}

.post-type-archive-classified #main .message ul .postingpolicy {
  width: 140px;
  float: right;
}

.post-type-archive-classified #main .message ul .postingpolicy a {
  background: #4a4449;
}

.post-type-archive-classified #main .message ul .postingpolicy a::before {
  content: "";
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../img/classifieds/icon_postingpolicy.png) no-repeat;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main .message {
    margin-bottom: 20px;
  }
  .post-type-archive-classified #main .message ul li a {
    font-size: 12px;
  }
  .post-type-archive-classified #main .message ul .new-message {
    width: 160px;
  }
  .post-type-archive-classified #main .message ul .postingpolicy {
    width: 120px;
  }
}

.post-type-archive-classified #main .section_post_block .section.post {
  width: 480px;
  float: left;
  margin-bottom: 30px;
}

.post-type-archive-classified #main .section_post_block:after {
  content: "";
  clear: both;
  display: block;
}

.post-type-archive-classified
  #main
  .section_post_block
  .section.post:nth-child(even) {
  float: right;
}

.post-type-archive-classified #main .section.post.viewLatestMessages {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}

.post-type-archive-classified
  #main
  .section_post_block
  .section.post:last-child {
  margin-bottom: 70px;
}

.post-type-archive-classified #main .section.post button {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  border: 2px solid #4761c1;
  border-radius: 3px;
  background: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

.post-type-archive-classified #main .section.post button:hover {
  opacity: 0.6;
}

.post-type-archive-classified #main .section.post button:active {
  color: #1f1f1f;
}

.post-type-archive-classified #main .section.post button .inner {
  position: relative;
  text-align: left;
}

.post-type-archive-classified #main .section.post button .inner img {
  float: left;
  margin-right: 20px;
}

.post-type-archive-classified #main .section.post button .inner h3 {
  float: left;
  max-width: 270px;
  margin-bottom: 10px;
  font-size: 20px;
}

.post-type-archive-classified
  #main
  .section.post:nth-child(3)
  button
  .inner
  h3 {
  margin-bottom: 0;
}

.post-type-archive-classified
  #main
  .section.post:nth-child(3)
  button
  .inner
  h3::before {
  content: "";
  width: 34px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../img/classifieds/new.png) no-repeat;
}

.post-type-archive-classified #main .section.post button .inner .description {
  clear: both;
  line-height: 1.8;
}

.post-type-archive-classified #main .section.post button .inner .items {
  position: absolute;
  top: 0;
  right: 0;
  color: #4761c1;
  font-size: 16px;
}

.post-type-archive-classified #main .section.post button .inner .items span {
  font-size: 20px;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main .section_post_block .section.post {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    height: auto !important;
  }
  .post-type-archive-classified #main .section.post:nth-child(8) {
    margin-bottom: 50px;
  }
  .post-type-archive-classified #main .section.post button {
    padding: 10px;
  }
  .post-type-archive-classified #main .section.post button .inner img {
    float: left;
    margin-right: 10px;
    width: 20px;
  }
  .post-type-archive-classified #main .section.post button .inner h3 {
    font-size: 16px;
    max-width: 190px;
  }
  .post-type-archive-classified
    #main
    .section.post:nth-child(3)
    button
    .inner
    h3::before {
    width: 25px;
    height: 13px;
    margin-right: 10px;
    background: url(../img/classifieds/new.png) no-repeat;
    background-size: 100%;
  }
  .post-type-archive-classified #main .section.post button .inner .description {
    line-height: 1.5;
    font-size: 13px;
  }
  .post-type-archive-classified #main .section.post button .inner .items {
    font-size: 13px;
  }
  .post-type-archive-classified #main .section.post button .inner .items span {
    font-size: 16px;
  }
}
.classified_archives .classifiedBody {
  padding: 0;
}
/* classified lower */

.ttl-classifieds_cat {
  color: #61475d;
  background: url(../img/classifieds/bg_ttl_line.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0 15px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
}

.ttl-classifieds_cat::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  vertical-align: -3px;
}

.ttl-classifieds_cat.marketplace::before {
  width: 30px;
  height: 27px;
  background: url(../img/classifieds/marketplace_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.connections::before {
  width: 26px;
  height: 28px;
  background: url(../img/classifieds/connections_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.language::before {
  width: 30px;
  height: 28px;
  background: url(../img/classifieds/language_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.other-jobs::before {
  width: 31px;
  height: 27px;
  background: url(../img/classifieds/other-jobs_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.other-resumes::before {
  width: 32px;
  height: 27px;
  background: url(../img/classifieds/other-resumes_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.rooms::before {
  width: 29px;
  height: 27px;
  background: url(../img/classifieds/rooms_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.teacher-resumes::before {
  width: 31px;
  height: 26px;
  background: url(../img/classifieds/teacher-resumes_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.teaching-jobs::before {
  width: 29px;
  height: 24px;
  background: url(../img/classifieds/teaching-jobs_50px.jpg) no-repeat;
  background-size: 100%;
}

.ttl-classifieds_cat.announcements::before {
  width: 29px;
  height: 26px;
  background: url(../img/classifieds/announcements_50px.jpg) no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 798px) {
  .ttl-classifieds_cat {
    padding: 0 0 8px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .ttl-classifieds_cat::before {
    margin-right: 10px;
    vertical-align: -1px;
  }
  .ttl-classifieds_cat.marketplace::before {
    width: 20px;
    height: 18px;
  }
  .ttl-classifieds_cat.connections::before {
    width: 17px;
    height: 18px;
  }
  .ttl-classifieds_cat.language::before {
    width: 20px;
    height: 18px;
  }
  .ttl-classifieds_cat.other-jobs::before {
    width: 20px;
    height: 18px;
  }
  .ttl-classifieds_cat.other-resumes::before {
    width: 20px;
    height: 18px;
  }
  .ttl-classifieds_cat.rooms::before {
    width: 20px;
    height: 18px;
  }
  .ttl-classifieds_cat.teacher-resumes::before {
    width: 20px;
    height: 18px;
  }
  .ttl-classifieds_cat.teaching-jobs::before {
    width: 21px;
    height: 18px;
  }
  .ttl-classifieds_cat.announcements::before {
    width: 20px;
    height: 18px;
  }
}

.post-type-archive-classified #main .section_post_block02 .classifiedPost {
  margin-bottom: 30px;
  border: 2px solid #4761c1;
  border-radius: 3px;
  overflow: hidden;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main .section_post_block02 .classifiedPost {
    margin-bottom: 15px;
    border: 1px solid #4761c1;
    border-radius: 2px;
  }
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedBody {
  padding: 17px 30px;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedBody
  .classifiedMain:after {
  content: "";
  clear: both;
  display: block;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedBody
  .classifiedMain
  .icon {
  float: left;
  margin-right: 10px;
  width: 40px;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedBody
  .classifiedMain
  h3 {
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedBody
  .classifiedMain
  h3
  a {
  color: #333;
  text-decoration: none;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedBody
  .classifiedMain
  h3
  a:hover {
  text-decoration: underline;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedBody
  .classifiedMain
  + p {
  font-size: 14px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedBody {
    padding: 10px;
  }
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedBody
    .classifiedMain
    .icon {
    float: left;
    margin-right: 5px;
    width: 25px;
  }
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedBody
    .classifiedMain
    h3 {
    font-size: 16px;
  }
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedBody
    .classifiedMain
    + p {
    font-size: 13px;
  }
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedMeta {
  background: #f2f5fc;
  padding: 10px 188px 10px 35px;
  position: relative;
  height: 40px;
  box-sizing: border-box;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedMeta:after {
  content: "";
  clear: both;
  display: block;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedMeta
  .class {
  font-size: 14px;
  color: #4761c1;
  float: left;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedMeta
  .posted {
  font-size: 12px;
  color: #4761c1;
  float: right;
  /*font-family: Arial, sans-serif;*/
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedMeta
  a {
  position: absolute;
  display: block;
  width: 167px;
  height: 40px;
  box-sizing: border-box;
  top: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  background: #4761c1;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.post-type-archive-classified
  #main
  .section_post_block02
  .classifiedPost
  .classifiedMeta
  a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedMeta {
    background: #f2f5fc;
    padding: 10px 10px 45px;
    position: relative;
    height: auto;
    box-sizing: border-box;
  }
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedMeta
    .class {
    font-size: 13px;
    float: none;
    margin-bottom: 5px;
  }
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedMeta
    .posted {
    font-size: 10px;
    float: none;
  }
  .post-type-archive-classified
    #main
    .section_post_block02
    .classifiedPost
    .classifiedMeta
    a {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
    font-size: 14px;
  }
}

.post-type-archive-classified #main .section_post_block02 .bnrArea {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main .section_post_block02 .bnrArea {
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------------------------
hentry ページ
----------------------------------------------------------------------*/

#main .hentry {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

#main .hentry .entry {
  width: 900px;
  margin: 0 auto;
}

#main .hentry .entry::after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 798px) {
  #main .hentry {
    width: auto;
    margin: 0 3.125%;
    padding: 20px 0 50px;
  }
  #main .hentry .entry {
    width: auto;
  }
}

.hentry .postTitle {
  padding: 0 0 25px;
  text-align: center;
  font-size: 38px;
  max-width: 700px;
  margin: 0 auto 50px;
}

.hentry .postTitle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #d2d2d2;
}

.hentry .postTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 160px;
  height: 4px;
  margin: auto;
  background: #deb200;
}

@media only screen and (max-width: 798px) {
  .hentry .postTitle {
    padding: 0 0 15px;
    text-align: center;
    font-size: 25px;
    max-width: 700px;
    margin: 0 auto 30px;
  }
  .hentry .postTitle::after {
    width: 100px;
  }
}

.hentry .meta {
  width: 900px;
  margin: 0 auto 20px;
  font-size: 16px;
  text-align: right;
}

.hentry .meta .date {
  margin-right: 10px;
}

@media only screen and (max-width: 798px) {
  .hentry .meta {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  .hentry .meta .date {
    margin-right: 5px;
  }
}

.innerblock .entry {
  font-family: Arial, sans-serif;
}

.hentry .entry p,
.innerblock .entry p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.hentry .entry p:not([data-meaningful="true"]),
.innerblock .entry p:not([data-meaningful="true"]) {
  margin-bottom: 30px;
}

.hentry .entry p:not([data-meaningful="true"]) img,
.innerblock .entry p:not([data-meaningful="true"]) img {
  display: block;
  margin: 0 auto;
}

.hentry .entry .issuuembed {
  margin: 0 auto;
}

.hentry .entry .wp-caption,
.innerblock .entry .wp-caption {
  max-width: 100%;
}

@media only screen and (max-width: 798px) {
  .hentry .entry p,
  .innerblock .entry p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .hentry .entry p:not([data-meaningful="true"]),
  .innerblock .entry p:not([data-meaningful="true"]) {
    margin-bottom: 20px;
  }
}

#main .tags {
  width: 900px;
  margin: 0 auto;
}

.innerblock .entry p strong,
#main .tags h2 {
  /*font-size: 20px;*/
  font-weight: bold;
  /*color: #6880d8;*/
  margin-bottom: 10px;
}

#main .tags dl + dl {
  margin-top: 6px;
}

#main .tags dl dt {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #3e273b;
  letter-spacing: 1px;
  font-weight: bold;
}

#main .tags dl dd {
  display: inline-block;
  font-size: 16px;
  min-width: 106px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

#main .tags dl dd a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  background: #c4a444;
  padding: 5px 10px;
  border-radius: 4px;
}

#main .tags dl dd a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 798px) {
  #main .tags {
    width: auto;
  }
  .innerblock .entry p strong,
  #main .tags h2 {
    font-size: 18px;
  }
  #main .tags dl + dl {
    margin-top: 5px;
  }
  #main .tags dl dt {
    margin-right: 10px;
    font-size: 16px;
  }
  #main .tags dl dd {
    font-size: 14px;
    min-width: 70px;
    margin-bottom: 4px;
  }
  #main .tags dl dd a {
    padding: 3px 5px;
  }
}

#disqus_thread {
  width: 900px;
  margin: 0 auto 135px;
}

@media only screen and (max-width: 798px) {
  #disqus_thread {
    width: auto;
    margin: 0 3.125%;
    padding: 20px 0 135px;
  }
}

/* ------------------------------------------------------------------
WYSIWYGスタイル
----------------------------------------------------------------------*/

.entry h2 {
  padding: 12px 20px;
  background: url(../img/common/bg_h2.png) repeat left top;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  clear: both;
  font-weight: normal;
}

.entry h3 {
  color: #61475d;
  background: url(../img/common/bg_h3.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0 15px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  display: block;
  font-family: "Oswald", sans-serif;
}

.entry iframe,
.entry .issuuembed {
  width: 100% !important;
}

@media only screen and (max-width: 798px) {
  .post-type-archive-classified #main .ttl-classifieds {
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .entry h3 {
    padding: 0 0 8px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .entry a {
    word-wrap: break-word;
  }
}

/* ------------------------------------------------------------------
hentry select-category ページ
----------------------------------------------------------------------*/

#main .hentry .entry .ClassifiedsCategory {
  margin: 30px -50px 0;
  font-family: Arial, sans-serif;
}

#main .hentry .entry .ClassifiedsCategory + .ClassifiedsCategory {
  margin-top: 30px;
}

#main .hentry .entry .ClassifiedsCategory > li {
  padding: 0 30px 17px;
  border: 2px solid #4761c1;
  border-radius: 3px;
  overflow: hidden;
}

#main .hentry .entry .ClassifiedsCategory > li:not(:first-child) {
  margin-top: 30px;
}

#main .hentry .entry .ClassifiedsCategory > li p:not([data-meaningful="true"]) {
  margin: 0;
}

#main .hentry .entry .ClassifiedsCategory > li p.Desc {
  margin: 0 -30px 17px;
  padding: 12px 30px;
  background: #f2f5fc;
  color: #4761c1;
}

#main .hentry .entry .ClassifiedsCategory .ClassifiedsCategoryTtl {
  margin-bottom: 10px;
  font-size: 0;
}

#main .hentry .entry .ClassifiedsCategory .ClassifiedsCategoryTtl img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#main .hentry .entry .ClassifiedsCategory .ClassifiedsCategoryTtl h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  background: none;
  padding: 0;
  margin: 0;
  color: #1f1f1f;
}

@media only screen and (max-width: 798px) {
  #main .hentry .entry .ClassifiedsCategory {
    margin: 15px 0 0;
  }
  #main .hentry .entry .ClassifiedsCategory + .ClassifiedsCategory {
    margin-top: 15px;
  }
  #main .hentry .entry .ClassifiedsCategory > li {
    padding: 0 10px 10px;
  }
  #main .hentry .entry .ClassifiedsCategory > li:not(:first-child) {
    margin-top: 15px;
  }
  #main .hentry .entry .ClassifiedsCategory > li p.Desc {
    margin: 0 -10px 10px;
    padding: 5px 10px;
  }
  #main .hentry .entry .ClassifiedsCategory .ClassifiedsCategoryTtl {
    margin-bottom: 5px;
  }
  #main .hentry .entry .ClassifiedsCategory .ClassifiedsCategoryTtl img {
    width: 25px;
    margin-right: 10px;
  }
  #main .hentry .entry .ClassifiedsCategory .ClassifiedsCategoryTtl h3 {
    font-size: 16px;
  }
}

/* ********************************************************************************

	▼フォームパーツ▼

******************************************************************************** */

/* form
----------------------------------------*/

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"],
.form_block input[type="text"],
.form_block input[type="password"],
.form_block select {
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: inherit;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"],
.form_block input[type="password"] {
  ime-mode: disabled;
}

.form_block textarea {
  -webkit-appearance: none;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  line-height: 1.428571429;
  color: #333;
  vertical-align: top;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"]:focus,
.form_block input[type="number"]:focus,
.form_block input[type="email"]:focus,
.form_block input[type="tel"]:focus,
.form_block input[type="text"]:focus,
.form_block input[type="password"]:focus,
.form_block select:focus {
  border-color: #fcb621;
  outline: 0;
}

.form_block input[type="date"].error,
.form_block input[type="number"].error,
.form_block input[type="email"].error,
.form_block input[type="tel"].error,
.form_block input[type="text"].error,
.form_block input[type="password"].error,
.form_block select.error {
  border-color: #fc4777;
  outline: 0;
}

.form_block input[type="date"].success,
.form_block input[type="number"].success,
.form_block input[type="email"].success,
.form_block input[type="tel"].success,
.form_block input[type="text"].success,
.form_block input[type="password"].success,
.form_block select.success {
  border-color: #29abe2;
  outline: 0;
}

.form_block input[type="text"] + input[type="text"] {
  margin-left: 10px;
}

.form_block td label {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
  line-height: 1.5;
  font-size: 15px;
  box-sizing: border-box;
}

.form_block input[type="checkbox"]:focus {
  outline: 0;
}

.form_block input[type="checkbox"] {
  margin: 0 10px 0 0;
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  cursor: pointer;
}

.form_block input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  top: -4px;
  left: 2px;
  content: "\002714";
  color: #fe6b01;
  font-size: 20px;
}

.form_block input[type="radio"]:focus {
  outline: 0;
}

.form_block input[type="radio"] {
  margin: 0 10px 0 0;
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  vertical-align: middle;
  cursor: pointer;
}

.form_block input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background: #fe6b01;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.form_block button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  vertical-align: middle;
}

.form_block .file_choice {
  display: inline-block;
  margin: 8px 5px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 798px) {
  .form_block td label {
    font-size: 13px;
  }
}

.form_block td label {
  cursor: pointer;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

.text_input_s {
  width: 70px;
}

.text_input_date,
.text_input_m {
  width: 300px;
}

.text_input_l {
  width: 500px;
}

.text_area_l {
  width: 100%;
  height: 150px;
}

.txt_required {
  display: inline-block;
  color: #b91e1e;
  margin-left: 5px;
  font-weight: bold;
}

.txt_error {
  color: #d80c18 !important;
  font-weight: 400 !important;
  margin: 5px 0 0 !important;
}

.form_inline_txt {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}

.form_block .description {
  margin-left: 5px;
}

.form_block .policy_check {
  margin: 30px 0;
}

@media screen and (max-width: 798px) {
  .form_block input[type="text"] + input[type="text"] {
    margin-left: 3%;
  }
  .form_block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .text_input_s {
    width: 70px;
  }
  .text_input_date {
    width: 60%;
  }
  .text_input_m {
    width: 100%;
  }
  .text_input_l {
    width: 100%;
  }
  .text_area_l {
    width: 100%;
    height: 120px;
  }
  .form_block td label {
    cursor: pointer;
    vertical-align: middle;
  }
  .txt_required {
    display: inline-block;
    color: #d80c18;
    margin-left: 5px;
    font-weight: bold;
  }
  .txt_error {
    color: #d80c18 !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }
  .form_inline_txt {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
  }
  .form_block .description {
    display: block;
    margin-bottom: 10px;
  }
}

/*　ime-mode 設定　*/

input.ime1 {
  ime-mode: auto;
}

input.ime2 {
  ime-mode: active;
}

input.ime3 {
  ime-mode: disabled;
}

textarea.ime4 {
  ime-mode: inactive;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) { */

_::content,
_:future,
body:not(*:root) {
  .form_block input[type="checkbox"],
  .form_block input[type="radio"] {
    width: 13px;
    height: 13px;
    margin-top: 5px;
    -webkit-transform-origin: right bottom;
    -webkit-transform: scale(1.5, 1.5);
  }
}

@-moz-document url-prefix() {
  .form_block input[type="checkbox"],
  .form_block input[type="radio"] {
    width: 13px;
    height: 13px;
    margin-top: 5px;
    -moz-transform-origin: right bottom;
    -moz-transform: scale(1.5, 1.5);
  }
}

/* contact */

.wpcf7-form > p,
.wpcf7-form .form_box {
  display: table;
  width: 100%;
  margin-bottom: 0 !important;
}

.wpcf7-form .form_ttl {
  display: table-cell;
  width: 30%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 20px 30px;
  background: #494949;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  word-break: break-all;
  text-align: left;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.wpcf7-form .form_ttl + .wpcf7-form-control-wrap {
  display: table-cell;
  background: #fff;
  display: block;
  border-bottom: 1px solid #494949;
  font-family: Arial, sans-serif;
  font-size: 15px;
  padding: 20px 45px;
  box-sizing: border-box;
}

.wpcf7-form > div + p span,
.wpcf7-form .form_box:first-child {
  border-top: 1px solid #494949;
}

@media screen and (max-width: 798px) {
  .wpcf7-form > p,
  .wpcf7-form .form_box {
    display: block;
  }
  .wpcf7-form .form_ttl {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 7px 15px;
  }
  .wpcf7-form .form_ttl + .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 7px 15px;
  }
  .wpcf7-form .form_ttl + .wpcf7-form-control-wrap input {
    width: 100%;
  }
  .wpcf7-form > div + p span,
  .wpcf7-form .form_box:first-child {
    border-top: none;
  }
}

.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form select {
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: inherit;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"] {
  ime-mode: disabled;
}

.wpcf7-form textarea {
  -webkit-appearance: none;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  line-height: 1.428571429;
  color: #333;
  vertical-align: top;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-form .wpcf7-textarea {
  width: 100%;
}

.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form select:focus {
  border-color: #fcb621;
  outline: 0;
}

.wpcf7-form input[type="date"].error,
.wpcf7-form input[type="number"].error,
.wpcf7-form input[type="email"].error,
.wpcf7-form input[type="tel"].error,
.wpcf7-form input[type="text"].error,
.wpcf7-form input[type="password"].error,
.wpcf7-form select.error {
  border-color: #fc4777;
  outline: 0;
}

.wpcf7-form input[type="date"].success,
.wpcf7-form input[type="number"].success,
.wpcf7-form input[type="email"].success,
.wpcf7-form input[type="tel"].success,
.wpcf7-form input[type="text"].success,
.wpcf7-form input[type="password"].success,
.wpcf7-form select.success {
  border-color: #29abe2;
  outline: 0;
}

.wpcf7-form input[type="text"] + input[type="text"] {
  margin-left: 10px;
}

.wpcf7-form td label {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
  line-height: 1.5;
  font-size: 15px;
  box-sizing: border-box;
}

.wpcf7-form input[type="checkbox"]:focus {
  outline: 0;
}

.wpcf7-form input[type="checkbox"] {
  margin: 0 10px 0 0;
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  cursor: pointer;
}

.wpcf7-form input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  top: -4px;
  left: 2px;
  content: "\002714";
  color: #fe6b01;
  font-size: 20px;
}

.wpcf7-form input[type="radio"]:focus {
  outline: 0;
}

.wpcf7-form input[type="radio"] {
  margin: 0 10px 0 0;
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  vertical-align: middle;
  cursor: pointer;
}

.wpcf7-form input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background: #fe6b01;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.wpcf7-form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  vertical-align: middle;
}

.wpcf7-form .file_choice {
  display: inline-block;
  margin: 8px 5px 0 0;
  vertical-align: middle;
}

.wpcf7-submit {
  display: block;
  margin: 60px auto !important;
  width: 300px;
  margin: 0 5px;
  padding: 7px 10px;
  border: 3px solid #404040;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  font-family: "Oswald", sans-serif;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.wpcf7-submit:hover {
  border: 3px solid #5c77dc;
  color: #5c77dc;
}

.wpcf7 + p {
  float: left;
  width: 50%;
}

.wpcf7 + p strong {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}

.wpcf7 + p + p {
  float: right;
  width: 425px;
}

@media screen and (max-width: 798px) {
  .wpcf7-submit {
    width: 100%;
    max-width: 280px;
    padding: 5px 10px;
    margin: 30px auto !important;
    font-size: 16px;
  }
  .wpcf7 + p {
    float: none;
    width: 100%;
  }
  .wpcf7 + p strong {
    font-size: 24px;
    font-family: "Oswald", sans-serif;
  }
  .wpcf7 + p + p {
    float: none;
    width: 100%;
  }
  .wpcf7 + p + p iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

/* Mail Magazine */

.page-id-72979 p strong {
  color: #61475d;
  background: url(../img/classifieds/bg_ttl_line.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0 15px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  display: block;
  font-family: "Oswald", sans-serif;
}

.page-id-72979 p strong + br {
  display: none;
}

.page-id-72979 .entry > strong {
  padding: 10px 20px;
  background: #494949;
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  margin: 60px 0 35px;
  font-family: "Oswald", sans-serif;
  display: block;
}

.page-id-72979 entry > strong + br {
  display: none;
}

@media only screen and (max-width: 798px) {
  .page-id-72979 p strong {
    padding: 0 0 8px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .page-id-72979 .entry > strong {
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/* form */

#mc_signup #mc_signup_form {
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  color: #333;
  background-color: #fff;
}

#mc_signup #mc_subheader {
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 2;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 798px) {
  #mc_signup #mc_subheader {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}

#mc_signup .mc_form_inside {
  border-top: 1px solid #494949;
}

#mc_signup .mc_merge_var,
#mc_signup .mergeRow {
  background: #f9f9f9;
  margin-bottom: 0;
  border-bottom: 1px solid #494949;
  padding: 18px 20px 0 325px;
  position: relative;
  height: 72px;
}

#mc_signup .mc_merge_var:nth-of-type(odd),
#mc_signup .mergeRow {
  background: #fff;
}

@media only screen and (max-width: 798px) {
  #mc_signup .mc_merge_var,
  #mc_signup .mergeRow {
    padding: 52px 15px 7px;
    position: relative;
    height: auto;
  }
}

#mc_signup .mc_merge_var .mc_var_label,
#mc_signup .mergeRow .mc_email_format {
  line-height: 72px;
  height: 72px;
  width: 270px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 0 30px;
  background: #494949;
  color: #fff;
  font-weight: normal;
  word-break: break-all;
  text-align: left;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  margin: 0;
}

#mc_signup .mc_input {
  width: 300px;
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: inherit;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media only screen and (max-width: 798px) {
  #mc_signup .mc_merge_var .mc_var_label,
  #mc_signup .mergeRow .mc_email_format {
    line-height: 1.5;
    height: 38px;
    width: 100%;
    font-size: 14px;
    padding: 7px 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #mc_signup .mc_input {
    width: 100%;
  }
}

#mc_signup #mc-indicates-required {
  display: none;
}

#mc_signup .mc_email_options {
  margin-top: 0;
}

#mc_signup ul.mc_list li {
  display: inline-block;
  margin-right: 100px;
}

@media only screen and (max-width: 798px) {
  #mc_signup ul.mc_list li {
    margin-right: 20px;
  }
}

#mc_signup ul.mc_list li input[type="radio"]:focus {
  outline: 0;
}

#mc_signup ul.mc_list li input[type="radio"] {
  margin: 0 10px 0 0;
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  vertical-align: -5px;
  cursor: pointer;
}

#mc_signup ul.mc_list li input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background: #494949;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

#mc_signup .mc_email_type {
  padding-left: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 798px) {
  #mc_signup .mc_email_type {
    font-size: 14px;
  }
}

#mc_signup .mc_signup_submit {
  text-align: center;
  margin: 40px auto 0 !important;
}

#mc_signup #mc_signup_submit {
  display: inline-block;
  width: 300px;
  margin: 0 5px;
  padding: 7px 10px;
  border: 3px solid #404040;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  font-family: "Oswald", sans-serif;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

#mc_signup #mc_signup_submit:hover {
  border: 3px solid #5c77dc;
  color: #5c77dc;
}

@media screen and (max-width: 798px) {
  #mc_signup .mc_signup_submit {
    margin: 20px auto 0 !important;
  }
  #mc_signup #mc_signup_submit {
    width: 100%;
    max-width: 280px;
    padding: 5px 10px;
    margin: 30px auto !important;
    font-size: 16px;
  }
}

/* classified form */

.Message .message_ttl2 {
  padding: 10px 20px;
  background: #494949;
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  margin: 60px 0 35px;
  font-family: "Oswald", sans-serif;
  display: block;
}

@media only screen and (max-width: 798px) {
  .Message .message_ttl2 {
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.Message form > p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 2;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 798px) {
  .Message form > p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}

/* バナーエリア ad_area_a */

.ad_area_a {
  text-align: center;
  margin-bottom: 50px;
  clear: both;
}

@media screen and (max-width: 798px) {
  .ad_area_a {
    margin: 0 3.125% 30px;
    clear: both;
  }
  #home .ad_area_a {
    margin: 0 0 30px;
  }
}

/* バナーエリア ad_area_b */

.ad_area_b {
  clear: both;
  margin: 50px 0;
}

.ad_area_b .g {
  width: 900px;
  margin: 0 auto;
}

.ad_area_b .g-col {
  width: 210px;
}

.ad_area_b .g-col:not(:nth-child(4n)) {
  margin-right: 20px;
}

.ad_area_b .g-col img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 798px) {
  .ad_area_b {
    clear: both;
    margin: 30px 0;
  }
  .ad_area_b .g {
    width: auto;
    margin: 0 3.125%;
  }
  .ad_area_b .g-col {
    width: 48.33333%;
  }
  .ad_area_b .g-col:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ad_area_b .g-col:nth-child(odd) {
    margin-right: 3.33333%;
  }
  .ad_area_b .g-col:nth-child(n + 3) {
    margin-top: 3.33333%;
  }
}

/* Not found */

.notfound_txt {
  margin: 10px 0 30px 0;
  font-size: 30px;
  text-align: center;
}

.notfound_txt b {
  display: inline-block;
  font-size: 50px;
}

.notfound_search {
  position: relative;
  width: 500px;
  margin: 0 auto 50px;
  padding: 30px 20px;
  background: #f3f3f3;
}

.notfound_search input[type="text"] {
  background: none;
  border: none;
  border-bottom: solid 1px #494949;
  font-family: inherit;
  width: 460px;
  padding: 0 32px 0 10px;
  letter-spacing: 1px;
}

.notfound_search input[type="text"]::-webkit-input-placeholder {
  color: #808080;
}

.notfound_search input[type="text"]:-ms-input-placeholder {
  color: #808080;
}

.notfound_search input[type="text"]::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.notfound_search button {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 5px;
  bottom: 4px;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 798px) {
  .notfound_txt {
    font-size: 16px;
  }
  .notfound_txt b {
    margin: 0 0 30px;
    font-size: 30px;
  }
  .notfound_search {
    width: auto;
    margin: 0;
    padding: 15px 0;
    background: rgba(191, 159, 64, 0.94);
  }
  .notfound_search input[type="text"] {
    width: calc(100% - 30px);
    height: 40px;
    margin: 0 15px;
    padding-right: 50px;
    border: 1px solid #f3f3f3;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    letter-spacing: 0;
  }
  .notfound_search input[type="text"]::-webkit-input-placeholder {
    color: #f3f3f3;
  }
  .notfound_search input[type="text"]:-ms-input-placeholder {
    color: #f3f3f3;
  }
  .notfound_search input[type="text"]::-moz-placeholder {
    color: #f3f3f3;
  }
  .notfound_search button {
    width: 39.5px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin-right: 1px;
    padding-left: 8px;
    border-left: solid 1px #f3f3f3;
  }
  .notfound_search button img {
    width: 22.5px;
  }
}

/*TRAVEL GUIDE----------------------------------------------------------------*/

.entry .travel_guide_block {
  width: 900px;
  margin: 0 auto 58px;
}

.entry .travel_guide_block dd {
  float: left;
  width: 50%;
}

.entry .travel_guide_block dd a {
  display: block;
}

.entry .travel_guide_block dd img {
  width: 100%;
}

.entry .travel_guide_block dd span.txt {
  position: absolute;
  top: 50px;
  left: 71px;
  right: 0;
  text-align: center;
  font-size: 34px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  letter-spacing: 0.3px;
  font-family: "Oswald", sans-serif;
}

.entry .travel_guide_block .first_time span.txt {
  left: 50px;
}

.entry .travel_guide_block .stay_hotels span.txt {
  left: 60px;
}

.entry .travel_guide_block .destination span.txt {
  left: 58px;
  letter-spacing: 0.5px;
}

.entry .travel_guide_block::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 799px) {
  .entry .travel_guide_block dd .pc_img {
    display: block;
    position: relative;
  }
  .entry .travel_guide_block dd .pc_img .off_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: 0.3s;
  }
  .entry .travel_guide_block dd a:hover .pc_img .off_img {
    opacity: 0;
  }
}

@media screen and (max-width: 798px) {
  .entry .travel_guide_block {
    width: auto;
    margin: 0 0 39px;
  }
  .entry .travel_guide_block dd {
    float: none;
    width: 100%;
  }
  .entry .travel_guide_block dd span.txt {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
    margin: auto;
    height: 31px;
    line-height: 31px;
    font-size: 19px;
    letter-spacing: 0;
  }
  .entry .travel_guide_block dd span.txt::before {
    content: "";
    width: 33.5px;
    height: 28.5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -3px;
    background: url(../img/index/icon_travel_tips_sp.png) no-repeat;
    background-size: 33.5px auto;
  }
  .entry .travel_guide_block .first_time span.txt::before {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    vertical-align: -5px;
    background: url(../img/index/icon_1st_time_sp.png) no-repeat;
    background-size: 26px auto;
  }
  .entry .travel_guide_block .stay_hotels span.txt::before {
    width: 29.5px;
    height: 22.5px;
    margin-right: 10px;
    vertical-align: -4px;
    background: url(../img/index/icon_stay_hotels_sp.png) no-repeat;
    background-size: 29.5px auto;
  }
  .entry .travel_guide_block .destination span.txt::before {
    width: 27px;
    height: 26.5px;
    margin-right: 9.5px;
    vertical-align: -3px;
    background: url(../img/index/icon_destination_sp.png) no-repeat;
    background-size: 27px auto;
  }
  .entry .travel_guide_block .first_time span.txt {
    letter-spacing: 0.3px;
  }
  .entry .travel_guide_block .stay_hotels span.txt {
    letter-spacing: 0.1px;
  }
  .entry .travel_guide_block .destination span.txt {
    letter-spacing: 0.2px;
  }
}

/*PHOTO GALLERIA----------------------------------------------------------------*/

.photo-galleria {
  margin: 0 0 2em 0;
}

/* フォトギャラリーCSS上書き修正
.galleria-container {
	width: 100% !important;
}
.galleria-stage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	width: 100%;
	height: auto;
}

.galleria-container img {
	width: 100% !important;
	height: auto !important;
	left: 0 !important;
	top: 0 !important;
}
.galleria-thumbnails-container {
	height: 60px;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	background: #000000;
	padding: 10px;
}
.galleria-thumbnails {
	height: auto !important;
	width: auto !important;
}
.galleria-thumbnails {
	height: auto !important;
	min-height: 40px;
}
.galleria-thumbnails .galleria-image {
	height: 40px !important;
	width: 40px !important;
}
.galleria-thumbnails-container img {
	width: 40px !important;
}

@media screen and (min-width: 799px) {

}

@media screen and (max-width: 798px) {
	.galleria-container,
	.galleria-images {
	    position: static;
	}
	.galleria-container img {
		width: 100% !important;
		height: auto !important;
	}
	.galleria-thumbnails-container {
		bottom: -60px;
	}
}
*/
