@charset "utf-8";


/*		Contents
---------------------------------------------------------------------------

	Reset Styles
	Paging（ページング）
	Widget（共通パーツ）

------------------------------------------------------------------------ */


/* ========================================================================
	Reset Styles
======================================================================== */

/* font-face */

@font-face {
    font-family: makinas;
    src: url("makinas-4-square-webfont.eot?") format('eot'),
		 url('makinas-4-square-webfont.eot?#iefix') format('embedded-opentype');
	src: url(Makinas-4-Square.otf); 
	font-display: swap;
}

@font-face {
    font-family: FLOPDesignFont;
    src: url("FLOPDesignFont.ttf") format('eot'),
		 url('FLOPDesignFont.ttf') format('embedded-opentype');
	src: url(FlopDesignFONT.otf); 
	font-display: swap;
}

/* HTML5 */
article, aside, figcaption, video, footer, header,
main, nav, section, summary{
	display:block;
}

/* Base Styles */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
::-webkit-scrollbar {
    width: 0px;
}
.scroll {
 overflow: -moz-scrollbars-none; /* Firefox対策 */
}
dl{
	display: inline-block;
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, small,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	margin:0;
	padding:0;
	font-weight:normal;
}
.company_table tbody tr td
{
	border-style:solid;
	border-width:1px;
}
html{
	font-size:62.5%; /* 10px */
	-webkit-overflow-scrolling: touch;
}
body{
	font-family:makinas, "游ゴシック Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.5rem; /* 15px */
	line-height:1.5;
    -webkit-text-size-adjust:100%;
	margin:0;
	background: url('img/bk-img.jpg');
	color: white;
	overflow-x: hidden;
    background-size: cover;
	background-attachment: fixed;
    -ms-overflow-style: none;
}
select,input,button,textarea{
	font-family:inherit;
	font-size:100%;
	color:#222222;
}
pre,code,kbd,samp{
	font-family:inherit;
}
img,
iframe{
	border:none;
	vertical-align:bottom;
}
table{
	margin: 0 auto;
	margin-top:14px;
	width: 94%;
	margin-bottom: 27px;
    font-size: 16px;
}
tbody tr{
	height: 71px;
}
tbody tr th{
	text-align: left;
    border-top-style: solid;
    border-width: 1px;
	border-color: #f5c379;
    width: 216px;
}
tbody tr td{
    border-top-style: solid;
    border-width: 1px;
	border-color: #f5c379;	
}
tbody tr td .contact_span{
    padding: 18.5px 0px 18.5px 27px;
    display: block;
}
tbody tr th span{
	padding: 3px 9px;
    background: black;
    color: white;
    text-align: center;
    width: 50px;
    border-radius: 5px;
	font-weight: bold;
	font-size:13px;
	margin-right: 15px;
}
label{
	cursor:pointer;
}
input,
textarea{
	padding:0;
	vertical-align:middle;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea{
    width: 90%;
    height: 25px;
    border: none;
    -webkit-appearance: none;
    background: no-repeat;
    border-style: solid;
    border-color: #0e9092;
	border-width: 2px;
    color: white;
    padding: 5px;
}

textarea{
    height: auto;
    display: block;
}

/* Firefox・IE スピンボタン非表示 */
input[type="number"]{
	-moz-appearance:textfield;
}

/* Chrome・Safari スピンボタン非表示 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	margin:0;
	-webkit-appearance:none;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:baseline;
	cursor:pointer;
}
button,
input[type="image"],
input[type="submit"],
input[type="button"]{
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    z-index: 1;
    background: no-repeat;
    border-style: none;
    color: white;
    width: 90px;
    height: 24px;
}
select,
select option,
select optgroup{
	padding:0 10px;
	font-style:normal;
	cursor:pointer;
}
ol,ul{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,small{
	font-size:100%;
}
address{
	font-style:normal;
} 
a,
input{
	outline:none;
}

/* Basic Text Link */
a{
	color:white; text-decoration:none;
}
a:link{
	color:white; text-decoration:none;
}
a:visited{
	color:white; text-decoration:none;
}
a:hover{
	color: #00fbff; text-decoration:none;
}
a:focus{
	color:white; text-decoration:none;
}
a:active{
	color:white; text-decoration:none;
}

/* Common Styles */
img{
	max-width:100%;
	height:auto;
}
ul,
ol,
.column{
	position:relative;
}

@media print, screen and (max-width:1055px){
.nav-items{
    display: none;    
}
}
@media print, screen and (min-width:1054px){
.plus-btn-pos{
    display: none;
}
}
.mw_wp_form .error {
    color: #ff0b0b !important;
    font-size: 11px !important;
	margin-top: -12px !important;
	background: none;
    padding: 0;
    position: absolute;
    left: 20px;
}
#loader {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('img/bk-img.jpg') black;
    background-size: cover;
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 100000; 
    display: none;
}
#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -15px;
    width: 30px;
}
.actual_photo:hover{
    background-blend-mode: unset !important;
}
.widget-area{
    width: 105px;
    position: absolute;
    top: 160px;
    right: 56px;
    color: darkgrey;
}

/* ハンバーガーメニュー　 ***********************************************************************/

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: black;
}
.content h1 {
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: 300;
}
.content h2 {
    font-size: 42px;
    font-weight: 100;
}
.menu-container {
    z-index: 2;
    position: fixed;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
}
.menu ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 45px;
    color: white;
    min-height: 45px;
    padding: 15px;
    text-align: center;
}
.menu ul li a {
    cursor: pointer;
}
.menu-sliders {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: flex 0.45s;
}
.menu-sliders:nth-child(2) {
    flex: 1 0 100%;
    background: transparent;
}
.menu-sliders:nth-child(odd) {
    background: #989898;
}
.plus-btn-pos {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 5;
}
.plus-btn {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background: white;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
}
.plus-btn div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3px;
    background: #989898;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transition-delay: 0.5s;
}
.plus-btn .r1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.plus-btn .r2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.plus-btn:hover {
    background: #989898;
}
.plus-btn:hover div {
    background: white;
}
.plus-btn:active {
    box-shadow: none;
}
body.menu-open .menu-sliders:nth-child(2) {
    flex: 0 0 0%;
}
body.menu-open .menu {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
}
body.menu-open .plus-btn .r1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.menu-open .plus-btn .r2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
            transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}

/* サークル回転アニメーション　 ***********************************************************************/

.target {
	transform: rotateZ( 0deg ) ;
}
.target_on {
    -webkit-animation-name: circle_run;
    -webkit-animation-duration:.6s;
    animation-name:circle_run;
	animation-duration:.6s;
	transition: 2.1s ;
    transform: rotateZ( 360deg )!important ;
	animation-delay : 0.5s;
}
.target2 {
	transform: rotateZ( 0deg ) ;
}
.target_on2 {
    -webkit-animation-name: circle_run;
    -webkit-animation-duration:.6s;
    animation-name:circle_run;
	animation-duration:.6s;
	transition: 2.1s ;
    transform: rotateZ( 360deg )!important ;
	animation-delay : 0.8s;
}
.target3 {
	transform: rotateZ( 0deg ) ;
}
.target_on3 {
    -webkit-animation-name: circle_run;
    -webkit-animation-duration:.6s;
    animation-name:circle_run;
	animation-duration:.6s;
	transition: 2.1s ;
    transform: rotateZ( 360deg )!important ;
	animation-delay : 0.8s;
}

@-webkit-keyframes circle_run{
    0% {
	transform: rotateZ( 0deg ) ;
    }
    100% {
	transform: rotateZ( 360deg )!important ;
    }
}
@keyframes circle_run{
    0% {
	transform: rotateZ( 0deg ) ;
    }
    100% {
	transform: rotateZ( 360deg )!important ;
    }
}
.weather_info{
    max-width: 520px;
    font-size: 13px;
    text-align: right;
    background: none;
    border-collapse: collapse;
}
.weather_info tr{
    height:auto;
}
.lockon_wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    width: 95%;
}
.lockon{
    width: 10%;
    z-index: 1;
    margin: auto;
}
.archive_wrapper a:hover .lockon_wrapper{
    display:flex !important;
}
.archive_wrapper a:hover .lockon{
    -webkit-animation-name: lockon_scope;
    -webkit-animation-duration:0.3s;
    animation-name:lockon_scope;
    animation-duration:0.3s;
}

@-webkit-keyframes lockon_scope{
    0% {
        width: 20%;
    }
    100% {
        width:10%;
    }
}
@keyframes lockon_scope{
    0% {
        width: 20%;
    }
    100% {
        width:10%;
    }
}
.locked{
    position: absolute;
    width: 100%;
    top: 10px;
    display: none;
    left: 10px;
    color: red;
}
.archive_wrapper a:hover .locked{
    -webkit-animation-name: lockon_text;
    -webkit-animation-duration:2.3s;
    animation-name:lockon_text;
    animation-duration:2.3s;
    animation-fill-mode: forwards;
    display: block;
}
@-webkit-keyframes lockon_text{
    0% {
        opacity: 0;
    }
    9.1% {
        opacity: 1;
    }
    18.2% {
        opacity: 0;
    }
    27.3% {
        opacity: 1;
    }
    36.4% {
        opacity: 0;
    }
    45.5% {
        opacity: 1;
    }
    54.6% {
        opacity: 0;
    }
    63.7% {
        opacity: 1;
    }
    72.8% {
        opacity: 0;
    }
    81.9% {
        opacity: 1;
    }
    91% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lockon_text{
    0% {
        opacity: 0;
    }
    9.1% {
        opacity: 1;
    }
    18.2% {
        opacity: 0;
    }
    27.3% {
        opacity: 1;
    }
    36.4% {
        opacity: 0;
    }
    45.5% {
        opacity: 1;
    }
    54.6% {
        opacity: 0;
    }
    63.7% {
        opacity: 1;
    }
    72.8% {
        opacity: 0;
    }
    81.9% {
        opacity: 1;
    }
    91% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.contact_form{
    display:none;
}
.form_on{
    display: block !important;
    width: 100%;
    max-width: 300px;
    position: fixed;
    background: black;
    z-index: 1;
    padding: 15px;
    right: 0;
    bottom: 0;
    border-style: solid solid none;
    border-color: red; 
    -webkit-animation-name: form_switch;
    -webkit-animation-duration:0.8s;
    animation-name:form_switch;
    animation-duration:0.8s;  
}
@-webkit-keyframes form_switch{
    0% {
        margin-bottom: -400px;
    }
    100% {
        margin-bottom: 0;
    }
}
@keyframes form_switch{
    0% {
        margin-bottom: -400px;
    }
    100% {
        margin-bottom: 0;
    }
}
.contact_submit2{
    color:yellow !important; 
    border-width:1px; 
    border-style:solid !important; 
    padding:5px !important; 
    border-color:yellow !important;
}
.contact_submit2:hover{
    color:black !important; 
    border-width:1px; 
    border-style:solid !important; 
    padding:5px !important; 
    border-color:yellow !important;
    background: yellow !important;
}
.error_text{
    display:none;
}
.error_on{
    display: block;
    color: red;
    position: absolute;
    top: -22px;
    left: 29px;
}
.city_photo{
    width: 85%;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
}
.gifucity2{
    position: absolute;
    display: none;
}
.gifucity{
    position: absolute;
    z-index: 2;
}
.city_open{
    display:block;
}
.city_close{
    display:none;
}
.site_keyword{
    padding: 0px 4px;
    background: yellow;
    color: black;
    border-radius: 4px;
    margin: 2px 0;
    display: inline-block;
    font-weight: normal;
}


/* shop.php　 ***********************************************************************/
ul.jquery-ui-sortable {
    list-style-type: none;
    margin: 0 2px;
    padding: 2px;
    width: 100%;
    float: left;
    min-height: 1.5em;
    border: solid 1px #606060;
}
ul.jquery-ui-sortable li {
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    font-size: 15px;
    font-weight: bold;
    cursor: move;
}
.shop_left{
    margin-top:30px;
    width:38%; 
    float:left;
    margin-left: 5%;
}
.shop_right{
    width:50%;
    float:right;
    margin-top: 30px;
    margin-right: 5%;
}
.shop_right ul.jquery-ui-sortable li {
    margin: 0 3px;
    padding: 0;
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
    cursor: move;
}
.shop_right ul.jquery-ui-sortable li span en {
    display:none;
}
li.border-color-red {
    border-color: red;
}
li.border-color-blue {
    border-color: blue;
}
li.border-color-green {
    border-color: green;
}
.order{
    border-style: solid;
    border-width: 1px;
    margin: 30px 0;
    padding: 5px;
    width: 100px;
    text-align: center;
    background: #0ebae2;
}
.order:hover{
    background: red;
    color: white;
}
.myForm h5{
    margin-top:8px;
    color: #ffe400;
}
.myForm input, .myForm textarea{
    width: 100%;
}
.shop_left h5{
    color: #3bffba;
}

/* テロップ　 ***********************************************************************/

.marqueeRightLeft {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: left;
    color: #1dd87a;
    font-weight: bold;
    font-family: FLOPDesignFont, "游ゴシック Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.marqueeRightLeft p:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:82s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:82s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:82s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:82s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:82s;
		animation-iteration-count:infinite;
}
.marqueeRightLeft a {
    color: #ffd845;
}
.marqueeRightLeft a:hover {
    color: white;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}
.telop{
    position: absolute;
    top: -20px;
    width: 100%;
}
.new{
    padding:3px;
    background: red;
    color:white;
    border-radius: 3px;
}

/* IE用アニメーション　 ***********************************************************************/

@keyframes height_change{
    0% {
        margin-top: -130px;
        opacity:0;
    }
    90%{
        opacity:0;
    }
    100% {
        margin-top:0px !important;
        opacity:0;
    }
}

@keyframes height_change_other{
    0% {
        margin-top: -205px;
        opacity:0;
    }
    90%{
        opacity:0;
    }
    100% {
        margin-top:0px !important;
        opacity:0;
    }
}

@keyframes left_in{
    0% {
        opacity:0;
        margin-right: 140px;
    }
    100% {
        margin-right:0px !important;
    }
}

@keyframes right_slide{
    0% {
        margin-left: -390px;
    }
    100% {
        margin-left:0px !important;
    }
}
@keyframes left_slide{
    0% {
        margin-right: -390px;
    }
    100% {
        margin-right:0px !important;
    }
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-3000px);
    }
}
.fuwafuwa {
	-webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function:ease;
    letter-spacing: 2px;
    line-height: 25px;

}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -3px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -3px);}
	100% {-moz-transform:translate(0, 0);}
}

/* その他共通事項　 ***********************************************************************/

.child_menu{
    display: inline-block;
    font-family: FLOPDesignFont, "游ゴシック Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.gost{
    position: fixed;
    bottom: -500px;
}
.fuwatto_contents{
    margin-bottom: 20px;
    text-align: center;
    color: yellow;
    letter-spacing: 1px;
    padding: 0 10px;
}
.contact_to{
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
}
.news_log, .news_log:visited{
    position: absolute;
    bottom: 7px;
    left: 10px;
    color: #adadad;
}
.news_log:hover{
    color: red;
}
.contact_us_pp{
    float: right;
}
#zip1, #zip2{
    width: 100px;
}
.contact_formbox h6{
    color: grey;
    margin-top: 10px;
}
.contact_formbox b span, .contact_formbox b em{
    font-size: 13px;
    color: white;
}
.log_contents .p1{
    padding: 0 0 0 20px;
}
.top_h1{
    margin-top: -20px;
    text-align: right;
    color: black;
    margin-bottom: -1px;
}
.left h1{
    display: inline-block;
}
.blog .spec_list h2{
    padding: 0 0 0 10px;
    font-size: 14px;
    letter-spacing: unset;
    font-family: FLOPDesignFont, "游ゴシック Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.archive_box .bf-click-counter{
    text-align: right;
    margin-top: -17px;
}
.photo_text{
    display: flow-root;
    padding: 10px;
}
.meetsmore{
    position: absolute;
    right: 0;
    width: 65px;
}

/* jquery.bxslider.css　 ***********************************************************************/

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    margin-top:5px;
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
    border-style: solid;
    border-width: 1px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.bx-controls, .bx-has-controls-direction, .bx-has-pager{
    display: none;
}


/* perfect-scrollbar.css　 ***********************************************************************/

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}
.cpd-l{
    width: 140px;
}
.hidden_box {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
.hidden_box label {
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    min-width: 50%;
    width: 100%;
    display: block;
}
.hidden_box label:hover {
    color: red;
}
.hidden_box label:after {
    content: "のご提案を見る";
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    text-align: left;
    transition: 0.5s;
}
.hidden_box input:checked + label:after {
    content: "を非表示にする";
}
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
    padding: 10px 0;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
#twitter-widget-0{
    margin-left: -5px;
    margin-right: -4px;
}
