@charset "utf-8";

/* CSS Document */


/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/


html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    font-size: 14px;
    line-height: 1.8;
    color: #545454;
    -webkit-font-smoothing: antialiased;
}

/*Uikit listスタイル復活*/
.uk-list-disc {
    list-style-type: disc;
}

.uk-list-disc li {
    list-style-type: disc;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 52px;
}

@media screen and (max-width: 959px) {
    body {
        /*padding-top: 45px;*/
    }
}

body>.contents {
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
}

img {
    -webkit-backface-visibility: hidden;
}

#header,
#main,
#footer {
    width: 100%;
}

a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

a:hover {
    opacity: 0.7;
}


/* ------------------------------------------------------------------------------
    Button
-------------------------------------------------------------------------------*/

.uk-button {
    transition: .3s ease-in-out;
    box-sizing: border-box;
    font-size: 14px;
}

@media (max-width: 959px) {
    .uk-button {
        font-size: 12px;
    }
}

.uk-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: 0.75rem;
}


/* ------------------------------------------------------------------------------
    余白
-------------------------------------------------------------------------------*/

.apc-mt60 {margin-top: 60px!important;}
.apc-mt50 {margin-top: 50px!important;}
.apc-mt40 {margin-top: 40px!important;}
.apc-mt30 {margin-top: 30px!important;}
.apc-mt20 {margin-top: 20px!important;}
.apc-mt15 {margin-top: 15px!important;}
.apc-mt10 {margin-top: 10px!important;}
.apc-mt5 {margin-top: 5px!important;}
.apc-mt0 {margin-top: 0!important;}
.apc-mb60 {margin-bottom: 60px!important;}
.apc-mb50 {margin-bottom: 50px!important;}
.apc-mb40 {margin-bottom: 40px!important;}
.apc-mb30 {margin-bottom: 30px!important;}
.apc-mb20 {margin-bottom: 20px!important;}
.apc-mb15 {margin-bottom: 15px!important;}
.apc-mb10 {margin-bottom: 10px!important;}
.apc-mb5 {margin-bottom: 5px!important;}
.apc-mb0 {margin-bottom: 0!important;}
.apc-ml20 {margin-left: 20px!important;}
.apc-ml15 {margin-left: 15px!important;}
.apc-ml10 {margin-left: 10px!important;}
.apc-ml5 {margin-left: 5px!important;}
.apc-ml0 {margin-left: 0!important;}
.apc-mr20 {margin-right: 20px!important;}
.apc-mr15 {margin-right: 15px!important;}
.apc-mr10 {margin-right: 10px!important;}
.apc-mr5 {margin-right: 5px!important;}
.apc-mr0 {margin-right: 0!important;}
.apc-pt60 {padding-top: 60px!important;}
.apc-pt50 {padding-top: 50px!important;}
.apc-pt40 {padding-top: 40px!important;}
.apc-pt30 {padding-top: 30px!important;}
.apc-pt20 {padding-top: 20px!important;}
.apc-pt15 {padding-top: 15px!important;}
.apc-pt10 {padding-top: 10px!important;}
.apc-pt5 {padding-top: 5px!important;}
.apc-pt0 {padding-top: 0!important;}
.apc-pb20 {padding-bottom: 20px!important;}
.apc-pb10 {padding-bottom: 10px!important;}
.apc-pb3 {padding-bottom: 3px!important;}
.apc-pb30 {padding-bottom: 30px!important;}
.apc-pb0 {padding-bottom: 0!important;}
.apc-pl0 {padding-left: 0!important;}

.p5 {padding: 0.5%;}
.p10 {padding: 1% !important;}
.p15 {padding: 1.5%;}
.p20 {padding: 2%;}
.p30 {padding: 3%;}
.p40 {padding: 4%;}
.p2010 {padding: 2% 1%;}
.p1020 {padding: 1% 2%;}
.p10-0 {padding: 1% 0%;}
.p5px {padding: 5px;}
.p6px {padding: 6px;}
.p7px {padding: 7px;}
.pl10 {padding-left: 1%;}
.pl20 {padding-left: 2%;}
.pl30 {padding-left: 3%;}
.pl10px {padding-left: 10px;}
.pl20px {padding-left: 20px;}
.pr10 {padding-right: 1%;}
.pr20 {padding-right: 2%;}
.pr30 {padding-right: 3%;}
.pr10px {padding-right: 10px;}
.p5px {padding: 5px;}
.p10px {padding: 10px;}
.p20px {padding: 20px;}
.p1020px {padding: 10px 20px;}
.p3020px {padding: 30px 20px;}
.p1510px {padding: 15px 10px;}
.p1510px {padding: 15px 10px;}
.ptb60px {padding: 60px 0;}
.pb10px {padding-bottom: 10px;}
.pb20px {padding-bottom: 20px;}
.mb5px {margin-bottom: 5px;}
.mb10 {margin-bottom: 1% !important;}
.mb20 {margin-bottom: 2% !important;}
.mb10px {margin-bottom: 10px !important;}
.mb20px {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 8% !important;}
.mb40px {margin-bottom: 40px !important;}
.mb60px {margin-bottom: 60px !important;}
.mt10 {margin-top: 1%;}
.mt20 {margin-top: 2%;}
.mt30 {margin-top: 3%;}
.mt40 {margin-top: 4%;}
.mt10px {margin-top: 10px;}
.mr10 {margin-right: 1%;}
.mr10px {margin-right: 10px;}
.mr20 {margin-right: 2%;}
.mr20px {margin-right: 20px;}



/* ------------------------------------------------------------------------------
    フォント
-------------------------------------------------------------------------------*/

.apc-fs20 {font-size: 20px;font-size: 2rem;}
.apc-fs18 {font-size: 18px;font-size: 1.8rem;}
.apc-fs16 {font-size: 16px;font-size: 1.6rem;}
.apc-fs14 {font-size: 14px;font-size: 1.4rem;}
.apc-fs13 {font-size: 13px;font-size: 1.3rem;}
.apc-fs12 {font-size: 12px;font-size: 1.2rem;}
.apc-fs10 {font-size: 10px;font-size: 1rem;}
.apc-fs9 {font-size: 9px;font-size: .9rem;}
.apc-fs8 {font-size: 8px;font-size: .8rem;}
.apc-fw-b {font-weight: bold !important;}
.apc-fw-n {font-weight: normal !important;}
.apc-c-red {color: red !important;}
.apc-ta-l {text-align: left !important;}
.apc-ta-c {text-align: center !important;}
.apc-ta-r {text-align: right !important;}
.apc-td-u {text-decoration: underline !important;}
.fwB {font-weight: bold !important;}
.fs10 {font-size: 10px !important;line-height: 1.8em;}
.fs11 {font-size: 11px !important;line-height: 1.8em;}
.fs12 {font-size: 12px !important;line-height: 1.8em;}
.fs14 {font-size: 14px !important;line-height: 1.8em;}
.fs15 {font-size: 15px !important;line-height: 1.8em;}
.fs16 {font-size: 16px !important;line-height: 1.8em;}
.fs18 {font-size: 18px !important;line-height: 1.8em;}
.fs20 {font-size: 20px !important;line-height: 1.8em;}
.fs26 {font-size: 26px !important;line-height: 1.8em;}
.fs26 {font-size: 26px !important;line-height: 1.8em;}
.fs30 {font-size: 30px !important;line-height: 1.5em;}
.fsS {font-size: 80% !important;line-height: 1.8em;}
.fsL {font-size: 120% !important;line-height: 1.8em;}
.fs09rem {font-size: 0.9rem !important;line-height: 1.8em;}
.fs10rem {font-size: 1.0rem !important;line-height: 1.8em;}
.fs11rem {font-size: 1.1rem !important;line-height: 1.8em;}
.fs12rem {font-size: 1.2rem !important;line-height: 1.8em;}
.fs14rem {font-size: 1.4rem !important;line-height: 1.8em;}
.fs16rem {font-size: 1.6rem !important;line-height: 1.8em;}
.fs18rem {font-size: 1.8rem !important;line-height: 1.8em;}
.fs20rem {font-size: 2.0rem !important;line-height: 1.8em;}
.fs10em {font-size: 1.0em !important;line-height: 1.8em;}
.fs11em {font-size: 1.1em !important;line-height: 1.8em;}
.fs12em {font-size: 1.2em !important;line-height: 1.8em;}
.fs13em {font-size: 1.3em !important;line-height: 1.8em;}
.fs14em {font-size: 1.4em !important;line-height: 1.8em;}
.fs15em {font-size: 1.5em !important;line-height: 1.8em;}
.fs16em {font-size: 1.6em !important;line-height: 1.8em;}
.fs18em {font-size: 1.8em !important;line-height: 1.8em;}
.fs20em {font-size: 2.0em !important;line-height: 1.8em;}

.text-green {color: #8ab12a;}
.text-navy {color: #233d61;}
.text-grey {color: gray;}
.text-grey2 {color: #a3afb2;}
.text-pink {color: #f06570;}
.text-blue {color: #41bad0;}
.text-yellow {color: #FC0}
.text-white {color: #fff !important;}
.text-default {color: #545454 !important;}

.underline{text-decoration:underline !important;}

.lineHeightWide-small {line-height: 1.8em !important;}
.lineHeightWide-medium {line-height: 2.0em !important;}
.lineHeightWide-large {line-height: 2.2em !important;}


.lineHeightWide-large {line-height: 2.2em !important;}

/* ------------------------------------------------------------------------------
    main
-------------------------------------------------------------------------------*/
main {
    position: relative;
}



/* ------------------------------------------------------------------------------
    section
-------------------------------------------------------------------------------*/
.section {
    width: 100%;
    padding: 60px 0;
}



/* ------------------------------------------------------------------------------
    form
-------------------------------------------------------------------------------*/

/* form-reset */

.contents input[type="submit"],
.contents input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

.contents input[type="submit"]::-webkit-search-decoration,
.contents input[type="button"]::-webkit-search-decoration {
    display: none;
}

.contents input[type="submit"]::focus,
.contents input[type="button"]::focus {
    outline-offset: -2px;
}

/* checkbox */

/* checkbox & radio */

.contents .uk-radio,
.contents .uk-checkbox {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
}

.contents .uk-checkbox {
    border-radius: 3px;
}

.contents .uk-radio:checked,
.contents .uk-checkbox:checked {
    background-color: #FFF;
}

.contents .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ij48L3BhdGg+PC9zdmc+")
}

.contents .uk-radio:checked {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2IDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgY3g9IjMiIGN5PSIzIiByPSIwLjk4Ii8+DQo8L3N2Zz4NCg==");
}

.contents label + label {
    margin-left: 1em;
}

/* select */

.contents select {
    background: #FFF;
    border-radius: 5px;
    padding-left: 20px;
    color: #8f8d8d;
    line-height: 1.1em;
}

.contents select:focus {
    border: 1px solid #f2cbcb;
}

/* label */

.contents label {
    cursor: pointer;
}

/* textarea */

.contents textarea {
    resize: vertical;
}

/* datepicker */

.ui-widget-header {
    background: #FFF;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #e6e6e6;
}

/* 必須ラベル */

.info {
    display: inline-block;
    margin-left: 1em;
    background: #fe9595;
    color: #FFF;
    padding: 0 3px 2px 3px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: normal;
}

/* table */

.uk-table th,
.uk-table th {
    font-size: 14px;
    font-size: 1.4rem;
}

/* error message ------------------- */

.message-box,
.error-box ,
.header_msg_info,
.header_msg_error {
    /* margin: 30px auto; */
    padding: 0.5em 2em;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 1.4rem;
    font-size: 14px;
}

.message-box,
.error-box {
    background: none;
    border: 2px solid #f7f5ed;
    /* padding: 1.5em 2em; */
}

.message-box {
    background: #f7f5ed;
}

.error-box {
    background: #ffb8b8;
}

.message-box p,
.error-box p {
    text-align: left;
    line-height: 1.4;
    font-size: 1.4rem;
    font-size: 14px;
}

.error-box p + p{
    margin-top: 0.5em;
}

.header_msg_info {
    background: #b2e0f8;
    color: #1c8ac3;
}

.header_msg_error {
    background: #ffb8b8;
    color: #f12c2c;
}

/*ページ送り*/

.uk-pagination {
    border-radius: .25rem;
}

.uk-pagination>li {
    padding-left: 0;
}

.uk-pagination li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.uk-pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.uk-pagination li:first-child span {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.uk-pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.uk-pagination li a {
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
    font-size: 14px;
    color: #333;
    margin-left: -1px;
}

.uk-pagination li>span {
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
    font-size: 14px;
    color: #333;
    margin-left: -1px;
}

.uk-pagination li.uk-active>span {
    background: #8ab12a;
    color: #fff;
}


/* contents -------------------------------------- */

.uk-container {
	margin: 0 auto;
	box-sizing: border-box;
}


/* pankuzu -----------------------------*/

.pankuzu {
	margin: 0 auto 2em;
    padding: 5px 0;
}
.pankuzu li{
	display: inline-block;
}
.pankuzu li , .pankuzu li a {
	font-size: 1.2rem;
	font-size: 12px;
	color: #333333;
}
.pankuzu li a {
	text-decoration: underline;
}
.pankuzu li + li {
	padding-left: 0.5em;
}
.pankuzu li + li:before {
	content:'>';
	padding-right: 0.5em;
}


/* form-set ------------------------------------*/

.form-set {
	background: #FFF;
	padding: 3%;
	margin: 60px auto;
	border: 1px solid #ededed;
    width: 100%;
    box-sizing: border-box;
}


/* form-set error*/

.form-set p.error {
	color: #EB636C;
    line-height: 1.4;
	font-size: 1.4rem;
	font-size: 14px;
}


/* form-set table */

.form-set table:not(.uk-table) {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.form-set table:not(.uk-table) tr.error {
	background: #ffb8b8;
}
.form-set table:not(.uk-table) tr.error p.error {
	margin-bottom: 5px;
}
.form-set table:not(.uk-table) th, .form-set table:not(.uk-table) td {
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
    border-bottom: 1px dashed #ededed;
}
.form-set table:not(.uk-table) th {
	padding: 1.5em 3em;
    width: 35%;
    font-weight: bold;
}
.form-set table:not(.uk-table) th label > * {
	vertical-align: middle;
}
.form-set table:not(.uk-table) th label > i {
	margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}
.form-set table:not(.uk-table) td {
	padding: 1.5em 1.5em 1.5em 0;
}
.form-set table:not(.uk-table) th .info {
	display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
    background: #EB636C;
    color: #FFF;
    padding: 1px 3px 0;
    border-radius: 3px;
    font-size: 10px;
    font-weight: normal;
}
.form-set .uk-input, .form-set .uk-select, .form-set .uk-textarea {
	border: 1px solid #ededed;
	border-radius: 5px;
}
.form-set .uk-textarea {
	padding: 1em 10px;
    resize: vertical;
}
.form-set .uk-checkbox {
	border-radius: 3px;
}
.form-set .btn-set {
	margin: 0 50px;
}
.form-set .uk-margin-small-top {
    margin-top: 0!important;
}
.form-set .kiyaku {
    text-align: center;
    margin: 3em auto 1.5em;
}
.fini p {
    line-height: 1.6;
}
.fini * + p {
    margin-top: 1.5em;
}
.fini p.last {
    margin-top: 3em;
}
.square {
	background: #000;
	font-weight: bold;
	padding: 1px 8px;
	color: #FFF;
}
.marker {
	color: #FFF;
	padding: 0 8px;
	font-weight: bold;
	background: #F90;
}
.uk-select.uk-form-small {
    padding-right: 20px !important;
}

/* outline-box ------------------- */

.outline-box + .outline-box {
    margin-top: 25px;
}
.outline-box .box-img-set {
    width: 20%;
}
.outline-box .box-img-set h3 {
    height: 100%;
}
.outline-box .box-img-set img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.outline-box .box-img-set + div {
    border: 1px solid #ededed;
    width: 80%;
    box-sizing: border-box;
    padding: 15px;
    background: #FFF;
}


/* box-head-set */

.outline-box .pc p {
    font-size: 13px;
    font-size: 1.3rem;
}
.outline-box h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 3px auto 14px;
}
.outline-box p.set-left .annotation {
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
    background: #7eaf51;
    line-height: 18px;
    padding: 0 0.3em;
    display: inline-block;
    margin-left: 0.5em;
}
.outline-box .box-head-set .date ,
.outline-box .box-head-set .date a {
    color: #73a842;
}
.outline-box .box-head-set .date i {
    padding-right: 0.5em;
    cursor: pointer;
}
.outline-box .box-head-set .date a {
    text-decoration: underline;
}
.outline-box .box-head-set p.date a.other {
    color: #333;
    border: 1px solid #333;
    background: #FFF;
    height: 18px;
    line-height: 18px;
    padding: 0 0.3em;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.5em;
}


/* item */

.outline-box .item {
    margin: 1em auto;
}
.outline-box .item dt ,
.outline-box .item dd {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
}
.outline-box .item dd + dt {
    margin-left: 3em;
}
.outline-box .item img {
    width: 1em;
    height: 1em;
}


/* box-foot-set */

.outline-box .btn a {
    width: 172px;
}
.outline-box .box-foot-set .img {
    margin-right: 1.2em;
}
.outline-box .box-foot-set .name i {
    padding-left: 0.5em;
}


/* thumbnail-box ------------------- */

.thumbnail-box {
    width: 25%;
    margin: 0 auto;
}
.thumbnail-box a {
    display: block;
}
.thumbnail-box .img-set {
    position: relative;
}
.thumbnail-box .img-set p.img img {
    width: 100%;
    height: 144px;
    -o-object-fit: cover;
    object-fit: cover;
}
.thumbnail-box .img-set p.price {
    position: absolute;
    right: 17px;
    top: 14px;
    color: #FFF;
    background: rgba(51,51,51,0.7);
    height: 22px;
    line-height: 22px;
    padding: 0 0.3em;
}
.thumbnail-box .img-set p.favorite {
    position: absolute;
    left: 15px;
    top: 14px;
}
.thumbnail-box .img-set .price img {
    width: 33px;
    height: 33px;
}
.thumbnail-box h3.title ,
.thumbnail-box p.date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1em 0.5em 0.5em;;
    box-sizing: border-box;
}
.thumbnail-box h3.title {
    background: #eee;
}
.thumbnail-box p.date {
    background: #333;
    color: #FFF;
}
.thumbnail-box p.date > span {
    display: inline-block;
}
.thumbnail-box p.date i {
    padding-left: 16px;
    font-size: 1.0rem;
    font-size: 10px;
}


/* gototop -------------------------------------------------------------- */

#pageTop {
	position: fixed;
	right: 15px;
	width: 35px;
	bottom: 0;
    z-index: 10;
}

#pageTop a {
	display: block;
	z-index: 10;
	padding: 8px 0 0 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #676767;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
    border: 1px solid #FFF;
}

#pageTop a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/* footer -------------------------------------------------------------- */

.al-footer {
    height: 34px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 13px;
    color: #666;
    transition: padding-left .5s ease;
    padding-left: 220px;
}

@media (max-width: 959px) {
    .al-footer {
        height: auto;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 10px;
        height: auto;
        /*position: relative;*/
        box-sizing: border-box;
    }
}

.al-footer ul {
    list-style-type: none;
}

@media (max-width: 959px) {
    .al-footer ul li {
        /*padding-left: 0;*/
        padding-top: 8px;
        font-size: 10px;
    }
}

.al-footer ul li a {
    color: #656565;
}

.fixPagetop {
    position: fixed;
    bottom: 15px;
    margin: 0;
    width: 70px;
    z-index: 10;
    right: 15px;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}


/* table-general ------------------- */

.table-general th ,
.table-general td {
    text-align: center;
    vertical-align: middle;
    padding: 26px 1em;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
}
.table-general th {
    font-weight: bold;
    background: #f5f5f5;
}
.table-general th + th ,
.table-general td+ td {
    border-left: 1px solid #a8a8a8;
}
.table-general td {
    border-top: 1px dashed #a8a8a8;
}
.table-general tr:last-child > * {
    border-bottom: 1px dashed #a8a8a8;
}
.table-general td a {
    text-decoration: underline;
}


/* footer -------------------------------------------------------------- */

#footer {
    padding: 60px 0;
	background: #2e3e4f;
}
#footer h3 {
    color: #2190c1;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    font-size: 1.8rem;
}
#footer h3 + ul ,
#footer .child ul {
    padding: 1.5em 0 1.5em;
}
#footer h3 + ul li ,
#footer .child ul li {
    padding: 0 0 0.8em;
}
#footer h3 + ul li a ,
#footer .child ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #a3afb2;
}


/* category ------------ */

#footer .category {
	background: #d1d0d0;
}
#footer .category .uk-container {
    padding: 55px 40px 23px 54px;
}
#footer .category h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}
#footer .category h2 span {
    font-size: 30px;
    font-size: 3.0rem;
    padding-right: 1em;
}
#footer .category .uk-container > ul > li {
    width: 210px;
    margin-right: 45px;
}
#footer .category .uk-container > ul > li:nth-child(4n) {
    margin-right: 0;
}


/* footer-main ------------ */

#footer .footer-main .uk-container {
    padding: 55px 40px;
}
#footer .footer-main .uk-container + .uk-container {
    padding-top: 0;
}
#footer .footer-main h3 {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}
#footer .footer-main .uk-container > ul > li {
    width: 30%;
    margin-right: 45px;
}
#footer .footer-main li a {
    color: #FFF;
}
#footer .footer-main .uk-container > ul > li:last-child {
    margin-right: 0;
}

/* footer gl */
#footer .footer-main .uk-container > ul.f-gl > li {
    margin: 0 auto;
    width: auto;
}
#footer .f-gl li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
}
#footer .f-gl li.sns-icon a {
    color: #676767;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    font-size: 13px;
}
#footer .f-gl li.sns-icon a + a {
    margin-left: 9px;
}
#footer .f_logo {
    margin-top: 60px;
}
#footer .copyright {
    /*border-top: 1px solid #FFF;*/
    /*padding-top: 40px;*/
    margin-top: 20px;
    color: #a3afb2;
}
#footer .copyright small {
    font-size: 120%;
}

/* ------------------------------------------------------------------------------
    IE11対策
-------------------------------------------------------------------------------*/

@media all and (-ms-high-contrast:none) {
    html {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        background: #00bcd4;
    }
    body {
        display: block;
        flex-direction: column;
        min-height: 100vh;
    }
    .main {
        flex: 1 1 auto;
    }
}


/* ------------------------------------------------------------------------------
    レスポンシブ
-------------------------------------------------------------------------------*/

@media screen and (min-width:960px) {
    .sp {
        display: none!important;
    }
    .sp-inline {
        display: none!important;
    }
    .sp-flex {
        display: none!important;
    }
}
@media screen and (max-width:959px) {
    .pc {
        display: none!important;
    }
    .sp {
        display: block;
    }
    .sp-inline {
        display: inline;
    }
    .sp-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 959px) {
    
    /* header -------------------------------------- */
    
    .sp-top-header {
        padding: 10px;
        border-bottom: 2px solid #41bad0;
    }
    .sp-top-header h1 {
        margin: -5px 0 0 0;
    }
    .sp-top-header .sp_logo {
        width: 120px;
    }
    #header {
        /* box-shadow:0px 3px 5px 1px rgba(0,0,0,0.35); */
        box-shadow: none;
    }
    #header h1 {
        margin: 8px 0;
    }
    #header p i {
        display: inline-block;
        font-size: 19px;
        font-size: 1.9rem;
        margin-left: 1em;
    }
    #header .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .btn-sp {
        width: 20px;
        height: 20px;
        margin-right: 0;
        margin-left: 10px;
        margin-bottom: 0;
        position: relative;
    }
    .btn-sp .new_notice {
        display: block;
        position: absolute;
        left: -8px;
        top: -7px;
        width: 15px;
        height: 15px;
        background-color: #e173a4;
        border-radius: 50%;
        z-index: 9991;
    }
    .btn-sp a.menu-trigger {
        position: relative;
        width: 20px;
        height: 20px;
        z-index: 9990;
        padding: 0;
        margin: 0;
    }
    
    /*ハンバーガー*/
    .menu-trigger, .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        box-sizing: border-box;
        cursor: pointer;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #1c1814;
        border-radius: 2px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 1px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 1px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(8.3px) rotate(-315deg);
        -ms-transform: translateY(8.3px) rotate(-315deg);
        transform: translateY(8.3px) rotate(-315deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-8.3px) rotate(315deg);
        -ms-transform: translateY(-8.3px) rotate(315deg);
        transform: translateY(-8.3px) rotate(315deg);
    }
    
    /* gl -----------------------*/
    
    #top-header .gl {
        display: none;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #333;
        padding: 58px 0 0 0;
    }
    #top-header .gl.active {
        display: block;
    }
    #top-header .gl > li {
        border-bottom: 1px solid #FFF;
    }
    #top-header .gl > li + li {
        margin-left: 0;
    }
    #top-header .gl li .child,
    #top-header .gl li .child2{
        position: relative;
         background: #333;
        padding: 0 ;
        width: 100%;
        left: 0;
        top: 0;
    }
    #top-header .gl li > a,
    #top-header .gl li > span {
        padding: 1em;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    #top-header .gl li a{
        text-align: center;
        border-radius: 0;
        line-height: 1;
    }
    #top-header .gl > li span.active:after {
        content: "\f106";
    }
    
    /* ドロップダウンリスト時背景固定 */
    
    .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    
    /* main -------------------------------------- */
    
    #main {
        padding-bottom: 5%;
    }
    
    /* error message ------------------- */

    .message-box,
    .error-box ,
    .header_msg_info,
    .header_msg_error {
        margin: 0 auto 5%;
        padding: 3%;
        font-size: 1.3rem;
        font-size: 13px;
    }
    .message-box p,
    .error-box p {
        font-size: 1.3rem;
        font-size: 13px;
    }
    
    /* form-set */
    
	.form-set {
		padding: 5% 2%;
		width: 100%;
		box-sizing: border-box;
	}
	.form-set .error-box {
		margin-bottom: 0;
	}
	.form-set h4 {
		text-align: left;
		font-size: 1.4rem;
		font-size: 14px;
		line-height: 1.6;
		padding: 0 0.8em;
	}
	.form-set table:not(.uk-table) {
		margin: 0 auto 1em;
	}
	.form-set table:not(.uk-table) th,  .form-set table:not(.uk-table) td {
		/*text-align: center;*/
		display: block;
	}
	.form-set table:not(.uk-table) tr:first-child td {
		border-top: none;
	}
	.form-set table:not(.uk-table) th {
		padding: 3% 3% 0;
		border: none;
		font-size: 14px;
		font-size: 1.4rem;
        width: 100%;
	}
	.form-set table:not(.uk-table) td {
		padding: 0 1em 1em;
	}
	.form-set table:not(.uk-table) td .uk-child-width-auto {
		min-height: 18px;
	}
	.form-set .btn-set li:last-child {
		margin-top: 2%;
	}
	.form-set .btn-set {
		display: block;
		margin: 0 3%;
	}
	.form-set .btn-set li .uk-button {
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		height: 45px;
	}
	.form-set table:not(.uk-table) td {
		padding: 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;*/
        flex-wrap: wrap;
	}    
    /* thumbnail-box ------------------- */
    
    .thumbnail-box {
        width: 50%;
    }
    .thumbnail-box h3.title ,
    .thumbnail-box p.date{
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    /* list-general ------------------- */
    
    .list-general {
        border-top: 1px dashed #a8a8a8;
    }
    .list-general li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 3%;
    }
    .list-general li h3, .list-general li .title {
         font-size: 14px;
        font-size: 1.4rem;
    }
    .review-list .list-general li a > div ,
    .list-general li a .date {
        margin-left: 0;
        width: 100%;
    }
    .list-general li a .date {
        text-align: right;
        margin-top: 10px;
        font-size: 10px;
        font-size: 1.0rem;
    }
    .list-general li .title {
        margin-left: 0;
    }
    
    /* table-general ------------------- */
    
    .table-general ,
    .table-general tbody ,
    .table-general tr ,
    .table-general th ,
    .table-general td {
        display: block;
        font-size: 12px;
       font-size: 1.2rem;
        width: 100%;
        box-sizing: border-box;
    }
    .table-general td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 0;
    }
    .table-general td:nth-child(odd) {
        background: #f5f5f5;
    }
    .table-general td > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.5em 1em;
        line-height: 1.4em;
    }
    .table-general td > span.sp {
        border-right: 1px solid #e5e5e5;
        width: 80px;
        font-weight: bold;
    }
    .table-general td > *:last-child {
        text-align: left;
        width: 67%;
    }
    .table-general th + th, .table-general td+ td {
        border-left: 0;
    }
    .table-general td + td {
        border-left: 0;
    }
    .table-general tr + tr {
        margin-top: 25px;
    }
    .table-general tr {
        border-bottom: 1px dashed #a8a8a8;
    }
    .table-general tr:last-child > * {
        border-bottom: none;
    }
    
    /* gototop -------------------------------------- */
    
	#pageTop a {
		padding: 0 0 0 10px;
		width: 28px;
		height: 38px;
        box-sizing: content-box;
	}
	.iphone #pageTop a {
		padding: 0 0 0 12px;
		width: 26px;
		line-height: 38px;
	}
    #pageTop a::before {
		height: 40px;
	}
    
    /* footer --------------------------------------------------------------------- */
    
    #footer {
        background: #2e3e4f;
    }
    #footer h3 {
        font-weight: bold;
        padding: 1.5em 1em;
        border-bottom: 1px solid #ffffff;
    }
    #footer h3 + ul {
        padding: 1.5em 0 1.5em 1em;
    }
    #footer h3 + ul li {
        padding: 0 0 0.8em;
    }
    #footer h3 + ul li a {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    /* footer-main ------------ */
    
    #footer .footer-main .uk-container {
        padding: 0;
    }
    #footer .footer-main h3 ,
    #footer .footer-main .child ul ,
    #footer .footer-main .child ul li {
        text-align: center;
        padding: 0;
    }
    #footer .footer-main ul li.sp > a ,
    #footer .footer-main .child ul li > a ,
    #footer .footer-main h3 a {
        font-size: 11px;
        font-size: 1.1rem;
        display: block;
        padding: 1.5em 3%;
        text-align: center;
    }
    #footer .footer-main ul li.sp > a ,
    #footer .footer-main h3 + ul li > a {
        border-bottom: 1px solid #FFF;
    }
    #footer .footer-main .uk-container > ul.uk-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer .footer-main .uk-container > ul > li {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }
    #footer .footer-main .uk-container > ul > li:last-child h3 a {
        font-weight: normal;
    }
    #footer .footer-main .uk-container > ul > li:last-child h3 a:after {
        display: none;
    }
    #footer .footer-main .uk-container > ul > li > h3 > a {
        position: relative;
    }
    #footer .footer-main .uk-container > ul > li > h3 > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 3%;
    }
    #footer .footer-main .uk-container > ul > li > h3.active > a:after {
        content: "\f106";
    }
    
    /* アコーディオン以下 */
    #footer .footer-main .child {
        display: none;
    }
    #footer .footer-main .child ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #d1d0d0;
    }
    #footer .footer-main .child ul li {
        width: 50%;
        border-bottom: 1px solid #676767;
        box-sizing: border-box;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .footer-main .child ul li:nth-child(odd) {
        border-right: 1px solid #676767;
    }
    #footer .footer-main .child ul li:nth-last-child(-n + 2) {
        border-bottom: none;
    }
    #footer .footer-main .child ul li a {
        border: none;
        color: #333;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .footer-main .child ul li a span span {
        display: inline-block;
    }
    
    /* footer gl */
    
    #footer .footer-main .uk-container > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1em 3% 30px 3%;
        position: relative;
    }
    #footer .footer-main .uk-container > div > p.link {
        width: 100%;
        margin-bottom: 1.5em;
    }
    #footer .footer-main .uk-container > div > p.link a {
        display: block;
        text-align: center;
        border: 1px solid #FFF;
        color: #FFF;
        padding: 1em 3%;
        box-sizing: border-box;
        font-size: 11px;
        font-size: 1.1rem;
    }
    #footer .footer-main .uk-container > div ul.f-gl {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 1em;
        box-sizing: border-box;
    }
    #footer .f-gl li {
        width: 100%;
        text-align: left;
        margin-bottom: 1em;
    }
    #footer .f-gl li a {
        font-size: 10px;
        font-size: 1.0rem;
    }
    #footer .f-gl li.sns-icon {
        position: absolute;
        right: 3%;
        bottom: 0;
        width: auto;
    }

    /* copyright */
    #footer {
        padding: 60px 0 20px;
    }
    #footer .copyright {
        background: none;
        border: none;
        padding: 0;
        margin-top: 0;
        font-size: 1.5em;
        text-align: center;
    }
    #footer .copyright {
        font-size: 80%;
    }
    
}





