@charset "utf-8";
/* Html =========================== */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto Condensed', "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="confirm"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Body =========================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto Condensed', "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0E4091;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #0066bd;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: none;
    border-top: dotted 1px #CCC;
    height: 1px;
    clear: both;
}

h1 {
    font-size: 140%;
    font-weight: normal;
}

h2 {
    font-size: 120%;
    font-weight: bold;
}

h3 {
    font-size: 110%;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    font-weight: normal;
}

h6 {
    font-size: 100%;
    font-weight: normal;
}

/* Text =========================== */
xsmall,
.xsmall {
    font-size: 80%;
}

small,
.small {
    font-size: 90%;
}

big,
.big {
    font-size: 120%;
    font-weight: bold;
}

mark,
.mark {
    background-color: #ff7518;
    padding: 0.2em;
}

.text_center,
.text_center a {
    text-align: center;
}

.text_right,
.text_right a {
    text-align: right;
}

.red {
    color: #e1545a;
}

.red_icon {
    color: #FFFFFF;
    background-color: #EF7E00;
    padding: 1%;
}

.text_p {
    width: 98%;
    margin: 0 1% 0 1%;
    padding: 2% 0 1% 0;
}

.red_icon a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #EF7E00;
    padding: 1%;
}

.bule_icon {
    color: #FFFFFF;
    background-color: #0E4091;
    margin: 0 1% 0 0;
    padding: 1% 2% 1% 2%;
}

.bule_icon a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #009F45;
    padding: 1% 2% 1% 2%;
}

.darkblue_icon {
    color: #FFFFFF;
    background-color: #4C6CB3;
    margin: 0 1% 0 0;
    padding: 1% 2% 1% 2%;
}

.orange_icon {
    color: #FFFFFF;
    background-color: #e57e00;
    margin: 0 1% 0 0;
    padding: 1% 2% 1% 2%;
}

.orange_icon a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #e57e00;
    padding: 1% 2% 1% 2%;
}

.orange_vr_icon {
    color: #FFFFFF;
    background-color: #720da8;
    margin: 0 1% 0 0;
    padding: 1% 2% 1% 2%;
}

.orange_vr_icon a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #720da8;
    padding: 1% 2% 1% 2%;
}

.green_icon {
    color: #FFFFFF;
    background-color: #07913a;
    margin: 0 1% 0 0;
    padding: 1% 2% 1% 2%;
}

.green_icon a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #07913a;
    padding: 1% 2% 1% 2%;
}

.img_one {
    width: 98%;
    margin: 0 1% 0 1%;
}

.img_one img {
    width: 100%;
    height: auto;
}

.search-form {
    text-align: center;
    margin: auto;
}

.breadcrumb {
    float: left;
    font-size: 80%;
    width: 100%;
    margin: 1%;
}

.breadcrumb_latest {
}

/* page-top */
#page-top {
    position: fixed;
    bottom: 40px;
    right: 5px;
    font-size: 77%;
}

#page-top a {
    background: #d0d0d0;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* pagenavi */
.pagenavi {
    width: 100%;
    margin: auto;
    padding: 10px 0 20px 0;
    text-align: center;
}

.pagenavi a, .pagenavi span {
    margin: 0 2px 0 2px;
    padding: 3px 10px;
    border-radius: 4px; /* CSS3草案 */
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
    -moz-border-radius: 4px; /* Firefox用 */
    border: 1px solid #ccc;
    text-decoration: none;
}

.pagenavi a:hover, .pagenavi span.current {
    border-color: #BFBFBF;
    background-color: #e5e5e5;
}

/* Container =========================== */
#container {
    width: 100%;
    margin: 60px auto auto;
}

/* heade r------ */
header {
    width: 100%;
    background-color: #0E4091;
}

.hed_title {
    font-size: 70%;
    color: #FFFFFF;
    text-align: center;
    background-color: #193262;
}

.logo {
    text-align: center;
    padding: 5px 0 5px 0;
}

/* Content ------ */
article {
}

section {
}

main {
}

.content {
    width: 100%;
    padding: 1%;
}

/* main ------ */
.main_title {
    width: 98%;
    margin: 1% 1% 0 1%;
    padding: 2% 2% 2% 2%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3b74c2;
    position: relative;
    /* background-color:#f2f5f8;*/
    clear: both;
}

.main_title a {
    display: block;
}

.main_title:after {
    content: "";
    background-color: #004098;
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 3px;
    width: 70%;
}

.main_title span {
    float: right;
    padding-top: 7px;
}

.main_title span a {
    font-size: 12px;
    text-decoration: none;
    background-repeat: no-repeat;
}

.main_subtitle {
    float: left;
    width: 98%;
    margin: 3% 1% 3% 1%;
    padding: 1% 2% 1% 2%;
    border-left: 4px solid #DDDDDC;
    clear: both;
}

.title_image {
    float: left;
    width: 98%;
    margin: 3% 1% 3% 1%;
}

.title_image img {
    width: 100%;
    height: auto;
    text-align: center;
}

.details_title {
    float: left;
    width: 98%;
    margin: 3% 1% 3% 1%;
    padding: 1% 2% 1% 2%;
    /*background-color:#e1eeff;*/
    background-color: #e1eeff;
    clear: both;
}

.details_title span {
    float: right;
    padding-top: 3px;
}

.details_title span a {
    font-size: 12px;
    text-decoration: none;
    background-repeat: no-repeat;
}

.acco_bt .open_title {
    float: left;
    width: 98%;
    margin: 1% 1% 0 1%;
    padding: 2% 2% 2% 2%;
    display: block;
    cursor: pointer;
    background: url(../../img/sp/close.png) no-repeat right 12px center;
    background-color: #DDDDDC;
}

.acco_bt .open_title.active {
    background: url(../../img/sp/open.png) no-repeat right 12px center;
    background-color: #DDDDDC;
}

.info_title {
    float: left;
    width: 98%;
    margin: 1% 1% 0 1%;
    padding: 2% 2% 2% 2%;
    display: block;
    background-color: #DDDDDC;
}

.location_title {
    width: 98%;
    margin: 1% 1% 0 1%;
    padding: 2% 2% 2% 2%;
    position: relative;
    /* background-color:#f2f5f8; */
    clear: both;
}

.location_title a {
    display: block;
}

.location_title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 3px;
    width: 76%;
}

.location_title span {
    float: right;
    padding-top: 5px;
    padding-right: 8px;
}

.location_title span a {
    font-size: 12px;
    text-decoration: none;
    background-repeat: no-repeat;
}

/* news_list ------ */
.news_list {
    width: 98%;
    margin: 0 1% 0 1%;
}

.news_list ul {
    margin: 2% 0 2% 0;
}

.news_list ul li {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
}

.news_list ul li p {
    margin: 0;
    padding: 0;
}

.news_list ul li a {
    padding: 2% 6% 2% 2%;
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
}

.news_list ul li a::before,
.news_list ul li a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #004098;
    border-radius: 4px;
}

.news_list ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_list ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* eria_search ------ */
.eria_search {
    width: 98%;
    margin: 0 1% 2% 1%;
}

.eria_search_2c ul {
    margin: 2% 1% 0 1%;
}

.eria_search_2c ul li {
    float: left;
    width: 50%;
    text-align: center;
    display: inline-table;
    vertical-align: middle;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.eria_search_2c ul li a {
    color: #000000;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 5% 2% 5% 2%;
}

.eria_search_2c ul li:last-child {
    border-right: 1px solid #CCC;
}

.eria_search_3c ul {
    margin: 0 1% 2% 1%;
}

.eria_search_3c ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    display: inline-table;
    vertical-align: middle;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.eria_search_3c ul li a {
    color: #000000;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 5% 2% 5% 2%;
}

.eria_search_3c ul li:last-child {
    border-right: 1px solid #CCC;
}

.eria_search_2c ul li p,
.eria_search_3c ul li p {
    margin: 0;
}

/* search_inner ------ */
.search_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    text-align: center;
}

.ohs-search__textbox {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 40px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(bottom, #FFF 0, #FFF 87%, #eee 91%, #e2e2e2 95%, #c5c5c7 100%);
    background-image: linear-gradient(to top, #FFF 0, #FFF 87%, #eee 91%, #e2e2e2 95%, #c5c5c7 100%);
    border: 1px solid #7a8091;
    border-radius: 6px;
    font-size: 16px
}

.ohs-search:before, .ohs-search__button {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -13px
}

.ohs-search__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    z-index: 11;
    color: transparent;
    background-color: transparent;
    border: 0
}

.ohs-search:before {
    content: "";
    color: #A0A0A0;
    font-size: 26px;
    line-height: 1;
    z-index: 10
}

/* history ------ */
.history_inner {
    width: 98%;
    margin: 2% 1% 2% 1%;
    padding: 2%;
    background-color: #f3f3f3;
    clear: both;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.history_list {
    margin: 1% 0 0 0;
    padding: 2%;
    background-color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.history_list p {
    margin: 0;
    padding: 0;
}

.history_list a {
    text-decoration: none;
}

/* new_list ------ */
.new_list {
    width: 98%;
    margin: 0 1% 0 1%;
}

.new_list ul li .new_left {
    width: 30%;
    display: inline-table;
    vertical-align: middle;
}

.new_list ul li .new_left img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.new_list ul li .new_right {
    width: 66%;
    display: inline-table;
    vertical-align: middle;
    padding: 0 2% 0 2%;
}

.new_list ul li a {
    position: relative;
    color: #000000;
    display: block;
    border-bottom: 1px solid #ccc;
}

.new_list ul li a::before,
.new_list ul li a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #004098;
    border-radius: 4px;
}

.new_list ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.new_list ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* banner_list ------ */
.banner_list {
    width: 100%;
}

.banner_list ul li {
    width: 48%;
    display: inline-table;
    vertical-align: middle;
    margin: 1% 0 1% 1%;
}

.banner_list ul li img {
    width: 100%;
    height: auto;
}

/* way_list ------ */
.way_list_search {
    width: 100%;
}

.way_list_search ul li {
    width: 98%;
    display: inline-table;
    vertical-align: middle;
    margin: 1% 1% 0 1%;
    padding: 2%;
    border: 1px solid #CCC;
}

.way_list_search ul li a {
    color: #000000;
    position: relative;
    display: block;
    text-decoration: none;
}

.way_list_search ul li a::before,
.way_list_search ul li a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #004098;
    border-radius: 4px;
}

.way_list_search ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.way_list_search ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.way_list {
    width: 100%;
}

.way_list ul li {
    width: 48%;
    display: inline-table;
    vertical-align: middle;
    margin: 1% 0 0 1%;
    padding: 2%;
    border: 1px solid #cedcef;
    background-color: #e9eff7;
}

.way_list ul li a {
    color: #000000;
    position: relative;
    display: block;
    text-decoration: none;
}

.way_list ul li a::before,
.way_list ul li a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #004098;
    border-radius: 4px;
}

.way_list ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.way_list ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* icon_list ------ */
.icon_list {
    width: 98%;
    margin: 0 1% 2% 1%;
}

.icon_list ul li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 1% 0 0 1%;
}

.icon_list ul li p {
    display: inline-block;
    margin: 0;
}

.icon_img {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
}

.icon_text {
    width: 72%;
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

/* blooming_list ------ */
.blooming_list {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.blooming_box {
    width: 49.2%;
    font-size: 80%;
    overflow: hidden;
    display: inline-block;
    margin: 2% 0 2% 0;
    padding: 1%;
    vertical-align: top;
    border: 1px solid #e0e0e0;
}

.blooming_box a {
    color: #000;
}

.blooming_photo {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    /*overflow: hidden;
    min-height: 140px;*/
}

.blooming_photo figure {
    width: 100%;
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
}

.blooming_photo figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.blooming_photo figure img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin: 0 0 2% 0;
}

.blooming_photo figure figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blooming_photo figure p {
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 2% 1% 2% 1%;
}

.blooming_box dl {
    width: 100%;
    margin: 1% 0 1% 0;
}

.blooming_box dl dt {
    width: 30%;
    padding: 0 1% 0 1%;
    display: inline-block;
    vertical-align: top;
    background-color: #ededed;
}

.blooming_box dl dd {
    width: 70%;
    padding: 0 1% 0 1%;
    display: inline-block;
    vertical-align: top;
}

/*.blooming_list{
    width: 98%;
	margin:0 1% 0 1%;
}
.blooming_list ul li .blooming_left{
    width: 30%;
	display:inline-table;
	vertical-align:middle;
}
.blooming_list ul li .blooming_left img{
    width: 100%;
	height:auto;
}
.blooming_list ul li .blooming_right{
    width: 66%;
	display:inline-table;
	vertical-align:middle;
	padding:0 2% 0 2%;
}
.blooming_list ul li .blooming_right h3{
	color:#004098;
}
.blooming_list ul li .blooming_right p{
	margin:0;
	padding:0;
}
.blooming_list ul li a {
	position: relative;
	color:#000000;
	display: block;
	padding:2% 0 2% 0;
	border-bottom: 1px solid #ccc;
}
.blooming_list ul li a::before,
.blooming_list ul li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #004098;
	border-radius: 4px;
}
.blooming_list ul li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blooming_list ul li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
/* List =========================== */
/* btn ------ */
.btn {
    text-align: center;
}

.btn ul {
    margin: 1% 0 1% 0;
}

.btn ul li {
    width: 46%;
    margin: 1%;
}

.ui-btn {
    font-size: 110%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.ui-btn.disabled {
    opacity: 0.7;
    color: #FFFFFF;
    background: #d2d2d2;
}

.ui-btn a {
    text-decoration: none;
}

.ui-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ui-btn-s {
    font-size: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.ui-btn-s a {
    text-decoration: none;
}

.ui-btn-s:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ui-btn-base {
    width: 100%;
    padding: 2% 0 2% 0;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
    background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: -o-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: linear-gradient(#f5f5f5, #ffffff 30%);
    background-color: #FFFFFF;
    border: 1px solid #CAD0C6;
}

.ui-btn-base.disabled {
    opacity: 0.7;
    color: #FFFFFF;
    background: #d2d2d2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn_tx {
    text-align: center;
    margin: 0;
    padding: 0 0 2% 0;
}

/* btn_blue ------ */
.ui-btn-blue {
    padding: 2% 0 2% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #0E4091;
}

.ui-btn-blue a {
    color: #fff;
}

.ui-btn-blue:link, .ui-btn--blue:hover, .ui-btn--blue:active, .ui-btn--blue:visited {
    color: #fff;
}

.ui-btn-blue.ui-btn--default {
    color: #004CCA;
    text-decoration: underline;
}

/* btn_enji ------ */
.ui-btn-enji {
    padding: 2% 0 2% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #e1545a;
}

.ui-btn-enji a {
    color: #fff;
}

.ui-btn-enji:link, .ui-btn--enji:hover, .ui-btn--enji:active, .ui-btn--enji:visited {
    color: #fff;
}

.ui-btn-enji.ui-btn--default {
    color: #e1545a;
    text-decoration: underline;
}

/* btn_daidai ------ */
.ui-btn-daidai {
    padding: 2% 0 2% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #F5A500;
}

.ui-btn-daidai a {
    color: #fff;
}

.ui-btn-daidai:link, .ui-btn--blue:hover, .ui-btn--blue:active, .ui-btn--blue:visited {
    color: #fff;
}

.ui-btn-daidai.ui-btn--default {
    color: #ffbc32;
    text-decoration: underline;
}

/* btn_red ------ */
.ui-btn-red {
    width: 100%;
    display: block;
    color: #fff;
    padding: 4% 0 4% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #e1545a;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 0 0 inset, rgba(208, 3, 15, 0.7) 0 -2px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 0 0 inset, rgba(208, 3, 15, 0.7) 0 -2px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 0 0 inset, rgba(208, 3, 15, 0.7) 0 -2px 0 inset;
    border: 1px solid #dc3941;
}

.ui-btn-red a {
    color: #fff;
}

.ui-btn-red:link, .ui-btn--green:hover, .ui-btn--green:active, .ui-btn--green:visited {
    color: #fff;
}

/* btn_green ------ */
.ui-btn-green {
    width: 100%;
    display: block;
    color: #4ecd00;
    padding: 4% 0 4% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
    background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: -o-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: linear-gradient(#f5f5f5, #ffffff 30%);
    background-color: #FFFFFF;
    border: 1px solid #CAD0C6;
}

.ui-btn-green a {
    color: #4ecd00;
}

.ui-btn-green:link, .ui-btn--green:hover, .ui-btn--green:active, .ui-btn--green:visited {
    color: #4ecd00;
}

/* btn_hada ------ */
.ui-btn-hada {
    width: 100%;
    display: block;
    color: #F5A500;
    padding: 4% 0 4% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(30%, #ffffff));
    background-image: -webkit-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: -moz-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: -o-linear-gradient(#f5f5f5, #ffffff 30%);
    background-image: linear-gradient(#f5f5f5, #ffffff 30%);
    background-color: #FFFFFF;
    border: 1px solid #CAD0C6;
}

.ui-btn-hada a {
    color: #F5A500;
}

.ui-btn-hada:link, .ui-btn--orange:hover, .ui-btn--orange:active, .ui-btn--orange:visited {
    color: #F5A500;
}

/* btn_orange ------ */
.ui-btn-orange {
    width: 100%;
    display: block;
    color: #fff;
    padding: 2% 0 2% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 0 0 inset, rgba(255, 184, 48, 0.1) 0 -3px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 0 0 inset, rgba(255, 184, 48, 0.1) 0 -3px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, rgba(255, 184, 48, 0.1) 0 -3px 0 inset;
    background-color: #F5A500;
    border: 1px solid #e29800;
}

.ui-btn-orange a {
    color: #fff;
}

.ui-btn-orange:link, .ui-btn--orange:hover, .ui-btn--orange:active, .ui-btn--orange:visited {
    color: #fff;
}

/* btn_gray ------ */
.ui-btn-gray {
    color: #FFFFFF;
    padding: 2% 0 2% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #cecece;
}

.ui-btn-gray a {
    color: #fff;
}

/* btn_one ------ */
.btn_one ul li {
    width: 95%;
    margin: 2% 2.5% 2% 2.5%;
}

/* namber_search ------ */
.namber_search {
    width: 98%;
    margin: 2% 1% 5% 1%;
    padding: 2% 0 2% 0;
    position: relative;
    display: block;
}

.namber_list {
    position: absolute;
    left: 0;
}

.search_list {
    position: absolute;
    right: 0;
}

/* property_list ------ */
.property_list {
    width: 98%;
    margin: 0 1% 0 1%;
}

.property_list a {
    color: #000;
    text-decoration: none;
}

.property_list dl {
    border: 1px solid #e0e0e0;
    background-color: #fffae4;
    margin: 0 0 2% 0;
}

.property_list dl dt {
    width: 7%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.check_btn {
    width: 22px;
    height: 22px;
    text-align: center;
}

.property_list dl dd {
    width: 93%;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #e0e0e0;
    background-color: #fff;
}

.property_list dl dd h3 {
    padding: 2%;
    background-color: #f4f4f4;
    border-bottom: 1px dotted #CCC;
}

.property_list dl dd .pro_left {
    width: 53%;
    padding: 2%;
    display: inline-table;
    vertical-align: middle;
}

.property_list dl dd .pro_left img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.property_list dl dd .pro_right {
    width: 45%;
    display: inline-table;
    vertical-align: middle;
}

.property_list dl dd .pro_right p {
    margin: 0;
    padding: 0;
}

.property_info {
    width: 96%;
    font-size: 90%;
    margin: 1% 2% 1% 2%;
}

.property_info p {
    margin: 0;
    padding: 0;
}

.property_info_box {
    float: left;
    width: 100%;
    margin: 1% 0 1% 0;
    background-color: #ededed;
}

.property_info_left {
    float: left;
    width: 25%;
    padding: 0 1% 0 1%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.property_info_right {
    float: left;
    width: 75%;
    padding: 0 1% 0 1%;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

.property_list table.property_item {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin: 0 0 2% 0;
    border-spacing: 0;
}

.property_list table.property_item td.property_star {
    width: 7%;
    background-color: #fffae4;
    border-right: 1px solid #e0e0e0;
}

.property_list table.property_item td.property_message {
    width: auto;
    vertical-align: middle;
    background-color: #dce6f2;
}

.property_list td.property_message h3 {
    padding: 2%;
    background-color: #f4f4f4;
    border-bottom: 1px dotted #ccc;
}

.property_list div.sold_out {
    height: 100%;
}

/* Details =========================== */
.more {
    margin: 20px 0 0 0;
}

.more input {
    display: none;
}

.more label {
    width: 50%;
    font-size: 90%;
    line-height: 1.2;
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 4px;
    background: #e6e6e6;
    color: #FFF;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.more label:hover {
    background: #d6d6d6;
}

/* catchCopyLabel ----------------*/
.more btn {
    background: #ffd700;
}

#catchCopyLabel {
    width: 50%;
    font-size: 90%;
    line-height: 1.2;
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 4px;
    background: #ffd700;
    color: #696969;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#catchCopyLabel:hover {
    background: #ffd700;
}
/* catchCopyLabel ----------------*/
.more .panel {
    width: 98%;
    margin: 0 1% 1% 1%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    height: 0;
    overflow: hidden;
    background: #fbf9e6;
    margin-top: 10px;
    padding: 0;
    border-radius: 5px;
}

.more input:checked + .panel {
    height: auto;
    padding: 15px;
}

.more .full_icons {
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.more input:checked + .full_icons {
    height: auto;
}

.details_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.details_inner p {
    margin: 1% 0 1% 0;
    padding: 0;
}

.cate {
    display: inline-block;
    width: 15%;
    text-align: center;
    color: #FFF;
    padding: 1%;
    background-color: #004098;
}

.cate_t {
    display: inline-block;
    width: 81%;
    padding: 1%;
}

.details_photo {
    margin: auto;
}

.details_photo img {
    width: 100%;
    height: auto;
}

.map_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    padding: 2%;
    background-color: #DDDDDC;
    clear: both;
}

.map_list {
    padding: 2%;
    background-color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #CCC;
}

/* descriptions_inner ------ */
.descriptions_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    padding: 2%;
    background-color: #DDDDDC;
    clear: both;
}

.descriptions_list {
    padding: 2%;
    background-color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #CCC;
}

.descriptions_list dl {
    width: 100%;
    margin: 0 0 2% 0;
    border-bottom: 1px dotted #CCC;
}

.descriptions_list dl dt {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.descriptions_list dl dd {
    width: 73%;
    display: inline-block;
    vertical-align: top;
}

.simulation_box {
    width: 100%;
    height: auto;
    margin: 0 0 1% 0;
}

.simulation_box table {
    width: 100%;
    font-size: 90%;
    border-spacing: 0;
    border: 1px solid #c3deb9;
}

.simulation_box table tr th {
    float: left;
    width: 100%;
    font-weight: normal;
    text-align: left;
    padding: 1% 2% 1% 2%;
    background-color: #cef3c0;
}

.simulation_box table th:first-child {
}

.simulation_box table th:last-child {
}

.simulation_box table tr td {
    float: left;
    width: 100%;
    padding: 1% 2% 1% 2%;
}

.result_box p {
    margin: 0;
    padding: 2%;
}

.result_t {
    display: inline-block;
    width: 50%;
    background-color: #e9f7e4;
}

.result_p {
    font-size: 120%;
    font-weight: bold;
    display: inline-block;
    width: 48%;
}

.tagrifa
.tagrifa ul {
}

.tagrifa ul li {
    margin: 1%;
    padding: 1%;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ececec;
}

.tagrifa ul li a {
    font-size: 90%;
    text-decoration: none;
}

.progress_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    padding: 2% 2% 0 2%;
    border: 3px solid #55B552;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    clear: both;
}

.progress_title {
    font-size: 90%;
    padding: 0.5% 3% 1% 3%;
}

.progress-31 {
    background-color: #e1f7de;
}

.progress-32 {
    background-color: #c8efc3;
}

.progress-33 {
    background-color: #afe5a8;
}

.progress-34 {
    background-color: #9bdf91;
}

.progress-35 {
    background-color: #79d36d;
}

.progress_inner dl {
    width: 29.4%;
    margin: 1% 1.5% 1% 1.5%;
    display: inline-table;
    vertical-align: middle;
}

.progress_inner dl dt {

}

.progress_inner dl dt img {
    width: 100%;
    height: auto;
}

.progress_inner dl dd {
    font-size: 80%;
    text-align: center;
}

/* 三角形 */
.triangle {
    margin: -20px auto 50px;
    width: 100%;
    padding: 10px;
    position: relative;
    border-bottom: 1px dotted #d8f2d5;
}

.triangle:after {
    border-top: 25px solid #d8f2d5;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%; /* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}

/* 矢印 */
.arrow {
    margin: -70px auto 110px;
    padding-top: 15px; /* 要素の上の余白調整 */
    position: relative;
    z-index: -1;
}

.arrow:before {
    width: 100%; /* 四角形の幅 */
    height: 80px; /* 四角形の高さ */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#e6f5e5));
    background-image: -webkit-linear-gradient(#FFFFFF, #e6f5e5);
    background-image: linear-gradient(#FFFFFF, #e6f5e5);
    content: "";
    position: absolute;
    top: 0;
    left: 0; /* 中央寄せに使用 */
    margin-left: 0; /* 中央寄せに使用 */
}

.arrow:after {
    border-top: 35px solid #e6f5e5; /* 角度を緩やかなものに指定 */
    border-left: 70px solid transparent; /* 左のボーダーを透過に指定 */
    border-right: 70px solid transparent; /*右のボーダーを透過に指定*/
    content: "";
    position: absolute;
    top: 80px; /* 四角形の高さと同じ物を指定 */
    left: 49%; /* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}

/* テキストの指定 */
.arrow span {
    position: relative;
    z-index: 3;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 2px 2px 1px rgb(255, 255, 255);
}

.store_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    padding: 2% 2% 0 2%;
    border: 3px solid #0E4091;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    clear: both;
}

.store_map_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    padding: 2% 2% 0 2%;
    border: 3px solid #e1e1e1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    clear: both;
}

.store_list {

}

.store_list p {
    margin: 0;
    padding: 0;
}

.store_left {
    width: 30%;
    padding: 2%;
    display: inline-table;
    vertical-align: middle;
}

.store_left img {
    width: 100%;
    height: auto;
}

.store_right {
    width: 68%;
    display: inline-table;
    vertical-align: middle;
}

.store_list dl {
    width: 100%;
    margin: 0 0 2% 0;
    border-bottom: 1px dotted #CCC;
}

.store_list dl dt {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.store_list dl dd {
    width: 73%;
    display: inline-block;
    vertical-align: top;
}

/* recommend ------ */
.recommend_list {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.recommend_box {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin: 0 0 2% 0;
    padding: 2%;
}

.recommend_box a {
    color: #000000;
}

.recommend_photo {
    width: 100%;
    display: block;
    clear: both;
}

.recommend_photo figure {
    width: 100%;
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
}

.recommend_photo figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.recommend_photo figure img {
    width: 80%;
    margin: 0 10% 2% 10%;
}

.recommend_photo figure figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recommend_photo figure p {
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 2% 0 2% 0;
}

.recommend_box dl {
    width: 100%;
    font-size: 80%;
    margin: 1% 0 1% 0;
}

.recommend_box dl dt {
    width: 30%;
    padding: 0 1% 0 1%;
    display: inline-block;
    vertical-align: top;
    background-color: #ededed;
    overflow: auto;
}

.recommend_box dl dd {
    width: 70%;
    padding: 0 1% 0 1%;
    display: inline-block;
    vertical-align: top;
}

/* point ------ */
.point_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.col1 {
    width: 100%;
    display: block;
    clear: both;
}

.col1 figure {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    color: #000000;
}

.col1 figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.col1 figure img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

.col1 figure figcaption {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.col1 figure h2,
.col1 figure p {
    width: 100%;
    margin: 0;
    padding: 1% 5% 1% 5%;
}

.col1 figure h2 {
    color: #ffffff;
    font-size: 130%;
    position: absolute;
    bottom: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.col1 figure p {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    font-weight: 500;
}

.col1 figure a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.col1 figure:hover img,
.col1 figure.hover img {
    opacity: 0.4;
}

.col1 figure:hover figcaption,
.col1 figure.hover figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.point01 {
    padding: 3px 10px 3px 10px;
    background-color: #005f00;
}

.point02 {
    padding: 3px 10px 3px 10px;
    background-color: #c53f7d;
}

.point03 {
    padding: 3px 10px 3px 10px;
    background-color: #922400;
}

.point04 {
    padding: 3px 10px 3px 10px;
    background-color: #005491;
}

.point05 {
    padding: 3px 10px 3px 10px;
    background-color: #b96c00;
}

/* Location Details =========================== */
/* Location List------ */
.location_list {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.location_list table {
    width: 100%;
}

.location_list table tr th {
    text-align: left;
    min-height: 100%;
    vertical-align: middle;
    padding: 1%;
    background-color: #f1f1f1;

}

.location_list table th:first-child {
}

.location_list table th:last-child {
}

.location_list table tr td {
    padding: 0 1% 0 1%;
}

.location_line {
    border-bottom: 1px solid #f1f1f1;
}

/* Location ------ */
.location_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.location_inner p {
    margin: 1% 0 1% 0;
    padding: 0;
}

.location_photo {
    margin: 0 0 0 0;
}

.location_photo img {
    width: 100%;
    height: auto;
}

.slider_box {
    margin: 0 0 0 0;
    clear: both;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.visit_list {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.visit_list ul li {
    margin: 2% 0 2% 0;
}

.visit_list ul li p {
    font-size: 110%;
    margin: 0;
    padding: 1% 0 1% 0;
}

.visit_list ul li a {
    color: #000000;
    text-decoration: none;
}

.visit_list ul li img {
    width: 100%;
    height: auto;
}

.free_inner {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.free_space {
    width: 100%;
    margin: 0 0 2% 0;
}

.free_space img {
    width: 92%;
    height: auto;
    margin: 1% 4% 0 4%;
}

.free_date {
    width: 100%;
    margin: 1% 0 1% 0;
    padding: 2%;
    background-color: #e6e6e6;
}

/* feature_list ------ */
.chief_list {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.chief_list dl {
    border-top: 1px solid #d4e8f3;
    border-bottom: 1px solid #d4e8f3;
    background-color: #f1f7fb;
    margin: 0 0 2% 0;
}

.chief_list dl dt {
    width: 30%;
    padding: 2% 1% 2% 1%;
    display: inline-block;
    vertical-align: top;
}

.chief_list dl dt img {
    width: 100%;
    height: auto;
    border: 3px solid #FFF;
}

.chief_list dl dd {
    width: 68%;
    padding: 2% 1% 2% 1%;
    display: inline-block;
    vertical-align: top;
}

.chief_list dl dd h3 {
    color: #004098;
}

.chief_list dl dd p {
    margin: 0;
    padding: 1% 0 0 0;
}

.handling_list {
    width: 98%;
    margin: 0 1% 2% 1%;
    clear: both;
}

.handling_list ul li.two_bt {
    width: 48%;
    display: inline-block;
    margin: 0 0.5% 0 0.5%;
    padding: 5% 0 5% 0;
}

.handling_list ul li.one_bt {
    width: 99%;
    display: inline-block;
    margin: 0 0.5% 0 0.5%;
    padding: 0;
}

.handling_list ul li a {
    width: 100%;
    display: inline-block;
    color: #e46b00;
    text-align: center;
    padding: 5% 0 5% 0;
    vertical-align: top;
    background-color: #ffefe0;
    text-decoration: none;
}

.handling_list ul li a:hover {
    background-color: #fed5ae;
}

/* chief_new_list ------ */
.chief_new_list {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.chief_new_list ul li .chief_new_left {
    width: 30%;
    display: inline-table;
    vertical-align: middle;
}

.chief_new_list ul li .chief_new_left img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.chief_new_list ul li .chief_new_right {
    width: 66%;
    display: inline-table;
    vertical-align: middle;
    padding: 0 2% 0 2%;
}

.chief_new_list ul li .chief_new_right h4 a {
    color: #0E4091;
}

.chief_new_list ul li .chief_new_right p {
    margin: 0;
    padding: 0;
}

.chief_new_list ul li a {
    position: relative;
    color: #000000;
    display: block;
    border-bottom: 1px solid #ccc;
}

.chief_new_list ul li a::before,
.chief_new_list ul li a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #004098;
    border-radius: 4px;
}

.chief_new_list ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chief_new_list ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* mapform =========================== */
.search_maps {
    width: 92%;
    margin: 0 4% 3% 4%;
}

.search_maps select {
    border: 3px solid #dbdbdb;
    padding: 5px;
    background-color: #fafafa;
}

/* search =========================== */
/* search_country ------ */
.search_country {
    width: 98%;
    margin: 0 1% 0 1%;
    clear: both;
}

.search_country ul li {
    font-size: 110%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.search_country ul li:first-child {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.search_country ul li a {
    padding: 2% 6% 2% 2%;
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
}

.search_country ul li a::before,
.search_country ul li a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #004098;
    border-radius: 4px;
}

.search_country ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_country ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* searchline_list ------ */
.acco_search {
    width: 100%;
}

.acco_search .searcheria_title {
    cursor: pointer;
    background: url(../../img/sp/close.png) no-repeat right 12px center;
    background-color: #EEEEEE;
    width: 98%;
    margin: 1% 1% 0 1%;
    padding: 5% 2% 5% 2%;
}

.acco_search .searcheria_title.active {
    background: url(../../img/sp/open.png) no-repeat right 12px center;
    background-color: #EEEEEE;
}

.acco_search .searcheria_title.over {
    background-color: #EEEEEE;
}

.searcheria_subtitle {
    width: 98%;
    margin: 1% 1% 1% 1%;
    padding: 3% 2% 3% 2%;
    border-left: 3px solid #CCC;
}

.searchline_list {
    width: 100%;
    display: none;
}

.searchline_list ul {
    width: 98%;
    margin: 0 1% 0 1%;
    border-top: 1px solid #CCC;
    overflow: hidden;
}

.searchline_list ul li {
    border-bottom: 1px solid #CCC;
    background: #f8f8f8;
}

.searchline_list ul li label {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 20px 10px 20px 30px;
    cursor: pointer;
}

.searchline_list ul li input[type="checkbox"] {
    display: none;
}

.searchline_list ul li input[type=checkbox] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 44%;
    left: 1%;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    border: 2px solid #ccc;
}

.searchline_list ul li input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    left: 2%;
    width: 14px;
    height: 6px;
    margin-top: -16px;
    border-left: 3px solid #4b7ec4;
    border-bottom: 3px solid #4b7ec4;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchline_list ul li input[type="checkbox"]:checked + label {
    background: #FFC;
}

/* search_terms ------ */
.search_terms {
    width: 92%;
    margin: 0 4% 1% 4%;
}

.search_terms select {
    border: 3px solid #dbdbdb;
    padding: 10px;
    background-color: #fafafa;
}

.search_terms_list {
    width: 92%;
    margin: 0 4% 2% 4%;
}

.search_terms_list label {
    width: 48%;
    display: inline-block;
}

.search_terms input,
.search_terms_list input {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.search_terms .t_label,
.search_terms_list .t_label {
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}

div.search_terms div.checkbox {
    margin-bottom: 1%;
}

div.search_terms div.checkbox label input {
    margin-right: 8px;
}

.terms_subtitle {
    float: left;
    width: 100%;
    margin: 2% 0 1% 0;
    padding: 1% 2% 1% 2%;
    background-color: #e1eeff;
    clear: both;
}

/* feature_list ------ */
.feature_list {
    width: 98%;
    margin: 0 1% 0 1%;
}

.feature_list a {
    color: #000;
    text-decoration: none;
}

.feature_list dl {
    border-top: 1px solid #d4e8f3;
    border-bottom: 1px solid #d4e8f3;
    background-color: #f1f7fb;
    margin: 0 0 2% 0;
}

.feature_list dl dt {
    width: 30%;
    padding: 2% 1% 2% 1%;
    display: inline-block;
    vertical-align: top;
}

.feature_list dl dt img {
    width: 100%;
    height: auto;
    border: 3px solid #FFF;
}

.feature_list dl dd {
    width: 68%;
    padding: 2% 1% 2% 1%;
    display: inline-block;
    vertical-align: top;
}

.feature_list dl dd h3 {
    color: #004098;
}

.feature_list dl dd p {
    margin: 0;
    padding: 1% 0 0 0;
}

/* Footer =========================== */
#footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #9d9d9d;
    background-color: rgba(157, 157, 157, 0.8);
    width: 100%;
}

.f-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 5px;
}

.f-menu ul {
    text-align: center;
    margin: auto;
}

.f-menu li {
    margin: auto;
}

.f-menu li a {
    color: #fff;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
}

.f-menu li.shiro a {
    font-size: 130%;
    font-weight: bold;
    background: none;
    display: block;
}

.f-menu li.shiro a#allCount.animation {
    color: #f08300;
}

.f-menu li.ao a {
    background: #0E4091;
    display: block;
    border-radius: 4px; /* CSS3草案 */
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
    -moz-border-radius: 4px; /* Firefox用 */
}

.f-menu li.aka a {
    background: #e1545a;
    display: block;
    border-radius: 4px; /* CSS3草案 */
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
    -moz-border-radius: 4px; /* Firefox用 */
}

/* ---------------------------------------- */
footer {
    width: 98%;
    font-size: 90%;
    margin: 2% 1% 0 1%;
    padding: 1% 0 0 0;
    border-top: 1px solid #CCC;
}

.copy {
    width: 100%;
    margin: 2% 0 0 0;
    padding: 0 0 14% 0;
    text-align: center;
    background-color: #e2e2e2;
}

/* flipsnap */
.viewport {
    width: 320px;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-transform: translateZ(0);
}

.flipsnap {
    width: 1195px;
    /* 230px(item) * 5 + 45px(padding) */
    padding-left: 45px;
}

.flipsnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.item {
    width: 200px;
    margin: 0 10px;
    font-size: 50px;
    text-align: center;
    padding: 50px 0;
    background: #EFEFEF;
    border: 5px solid #999;
    float: left;
    color: #666;
}

.item img {
    width: 100%;
    height: auto;

}

/* wrapper (thumbnail) */
#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto; /*全体の中央寄せ*/
}

#wrapper_inner {
    width: 100%;
    margin: 40px auto; /*中央寄せ*/
    position: relative;
}

#wrapper_inner ul li {
    width: 32.6%;
    height: auto;
    margin-bottom: 2px;
}

#wrapper_inner ul li img {
    width: 100%;
    height: auto;
}

/* Location Detail Featuring */
.branch_featuring .figure_card {
    width: 98%;
    margin: 0 auto;
}

.figure_card img {
    width: 100%;
    margin: 2% auto;
}

.figure_card p {
    margin-top: 0;
}

.figure_card a {
    text-decoration: none;
    color: #000;
}

/* Aigent Recommendation Tag Block */

.dv_recommend {
    max-width: 98%;
    margin: 1%;
}

.dv_rc_items {
    margin-top: 2%;
    margin-bottom: 2%;
}

.dv_rc_img img {
    max-width: 100%;
}
