@charset "utf-8";

/**=====================================
* html5-doctor-reset-stylesheet.min.css
======================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;vertical-align:baseline;background:transparent;-webkit-user-drag:none;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul li{list-style:none}
img{vertical-align:bottom;;-webkit-user-drag:none;}

input, textarea{
	line-height: 120%;
}
html{
	font-size: 62.5%;
}
body{
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #111;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: inherit;
}

a{
	color: #3e3a39;
	text-decoration: none;
}
a:hover{
	opacity: 0.6;
}

img{
	max-width: 100%;
}

html, body{
	height: 100%;
}
.wrapper{
	min-height: 100%;
	overflow: hidden;
}
.contents{
	padding-bottom: 6rem;
	padding-top: 4rem;
}
.mode-staff{
	color: #fff;
	background-color: #505050;
}
.mode-staff a{
	color: #fff;
}

*,
:after, :before{
	box-sizing: content-box;
}

dt, dd{
	line-height: inherit;
}
dt{
	font-weight: normal;
}

label{
	max-width: none;
	font-weight: normal;
}

.small, small{
	font-size: inherit;
}

button, input, optgroup, select, textarea{
	color: #111;
}

/*-------------------------------------------------*/
/* header */

.header{
	color: #000;
	background-color: #fff;
	padding: 1rem 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 4rem;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.mode-user .header{
	color: #fff;
	background-color: #0093be;
}
.header h1{
	width: 60%;
	font-size: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header .return{
	position: absolute;
	left: 1rem;
}
.header .return a{
	background: url(../img/arrow_return.png) no-repeat left center;
	background-size: 1rem auto;
	padding-left: 2rem;
}
.mode-staff .header .return a{
	color: #000;
}
.mode-user .header .return a{
	color: #fff;
}

.header .close{
	position: absolute;
	left: 1rem;
}
.header .close a{
	background: url(../img/arrow_return.png) no-repeat left center;
	background-size: 1rem auto;
	padding-left: 2rem;
}

/* footer */

.footer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	border-top: 1px solid #adacac;
	height: 6rem;
	box-sizing: border-box;
}
.mode-user .footer{
	background-color: #0093be;
}
.footer ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer li{
	flex: 1;
	text-align: center;
}
.footer li a{
	display: inline-block;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.75rem auto;
	padding: 1.5rem 1rem 1.5rem 2.25rem;
}
.footer li.active a{
	color: #000;
}
.mode-user .footer li.active a{
	color: #fff;
}
.footer li.top a{
	background-image: url(../img/nav_top_g.png);
}
.footer li.menu a{
	background-image: url(../img/nav_menu_g.png);
}
.footer li.staff a{
	background-image: url(../img/nav_staff_g.png);
}
.footer li.active.top a{
	background-image: url(../img/icon_home_w.png);
}
.footer li.active.menu a{
	background-image: url(../img/nav_menu_w.png);
}
.footer li.active.staff a{
	background-image: url(../img/nav_staff_w.png);
}
.mode-user .footer li.active.top a{
	background-image: url(../img/nav_top_b.png);
}
.mode-user .footer li.active.menu a{
	background-image: url(../img/nav_menu_b.png);
}
.mode-user .footer li.active.staff a{
	background-image: url(../img/nav_staff_b.png);
}

/*-------------------------------------------------*/
/* common */

.inner{
	width: 90%;
	max-width: 1000px;
	margin: 4rem auto;
}
.inner._wide{
	max-width: initial;
}

.page-header{
	padding-bottom: 1rem;
	margin: 4rem 2rem 1rem;
	border-bottom: 1px solid #aaa;
}
.inner .page-header{
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}
.page-header h2{
	flex: 1;
	font-size: 1.8rem;
}
.page-header._down{
	background: url(../img/arrow_double_down.png) no-repeat right center;
	background-size: 2rem auto;
}

/* .meter{
	margin: 1rem;
}
.meter div{
	width: 60%;
	height: 1rem;
	background-color: #d4d2d2;
	position: relative;
	margin: .5rem 0;
}
.meter span{
	display: block;
	height: 100%;
	background-color: #235480;
}
.meter p{
	font-size: 1.2rem;
} */

/* tag */

.tag{
	color: #fff;
	font-size: 1.2rem;
	padding: .1rem .25rem;
}
.tag-red{
	background-color: #cc2c2c;
}
.tag-blue{
	background-color: #235480;
}
.tag-glay{
	color: #5d5d5d;
	background-color: #d4d4d4;
	border-radius: .25rem;
}

/* form */

input,
textarea,
button,
select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
.form-select,
textarea{
	border: 1px solid #505050;
	padding: 1rem 2rem;
	background-color: #fff;
	border-radius: .5rem;
}
.mode-user input[type="text"],
.mode-user input[type="email"],
.mode-user input[type="tel"],
.mode-user input[type="url"],
.mode-user input[type="password"],
.mode-user .form-select,
.mode-user textarea{
	border-color: #aaa;
}
input[type="checkbox"]{
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"]{
	-moz-appearance: radio;
	-webkit-appearance: radio;
	appearance: radio;
}
input[type="file"]{
	-moz-appearance: file;
	-webkit-appearance: file;
	appearance: file;
}
.form-select,
.dataTables_length select{
	display: inline-block;
	position: relative;
	background-color: #fff;
	padding: 0;
}
.dataTables_wrapper .dataTables_length{
	float: right;
}
.dataTables_length{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	margin-top: -1rem;
}
.dataTables_length label{
	display: flex;
	align-items: center;
	color: #fff;
}
.mode-user .dataTables_length label{
	color: #666;
}
.form-select select{
	width: 100%;
	padding: 1rem 3rem 1rem 2rem;
}
.dataTables_length:before{
	content: '検索結果表示件数';
	color: #fff;
	margin-right: 1rem;
}
.mode-user .dataTables_length:before{
	color: #666;
}
.dataTables_length select{
	padding: 1rem 4rem 1rem 2rem;
	background: url(../img/arrow_down_b.png) no-repeat calc(100% - 1rem) center #fff;
	background-size: 1.75rem auto;
	border-radius: .5rem;
	margin-right: 1rem;
}
.form-select:after{
	content: '';
	display: block;
	width: 1.75rem;
	height: 1rem;
	background: url(../img/arrow_down_b.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -.5rem;
	z-index: 2;
}

input.xsmall,
.form-select.xsmall{
	width: 10vw;
}
input.small,
.form-select.small{
	width: 20vw;
}
input.middle,
.form-select.middle{
	width: 60vmin;
}
input.large,
.form-select.large{
	width: 100%;
}
textarea.large{
	width: 100%;
	height: 10rem;
}

.form-stack input{
	border: none;
	background-color: transparent;
    padding: 1rem 2rem;
    width: 100%;
}
.form-stack{
	background-color: #fff;
	border: 1px solid #505050;
	overflow: hidden;
	border-radius: .5rem;
	margin: 3vmin 0;
}
.form-stack .item{
	border-bottom: 1px solid #505050;
}
.form-inline{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #aaa;
	padding: 1.5rem 1rem;
}
.form-inline .form-label{
	display: block;
	width: 10vw;
	min-width: 9rem;
	text-align: right;
	margin-right: 2rem;
	white-space: nowrap;
}
.form-inline .form-input{
    position: relative;
	flex: 1;
}
.form-inline .form-textarea{
	flex: 1;
}
.form-inline._top{
	align-items: flex-start;
}

.form-radio input,
.form-checkbox input{
	display: none;
}
.form-radio label,
.form-checkbox label{
	display: flex;
	align-items: center;
}
.form-radio label:before,
.form-checkbox label:before{
	content: '';
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	border: .25rem solid #fff;
	box-shadow: 0 0 0 1px #aaa;
	margin-right: .75rem;
	border-radius: 1rem;
	background-color: #fff;
}
.form-checkbox label:before{
	border-radius: .25rem;
}
.form-radio input:checked + label:before,
.form-checkbox input:checked + label:before{
	background-color: #245681;
}

.form-date label.button{
	color: #333;
	border-radius: .5rem;
	margin-left: .5rem;
	padding: .5rem;
	white-space: nowrap;
}
.form-img input[type="file"],
.form-date input[type="file"]{
	display: none;
}
.form-img{
	text-align: center;
	width: 40vw;
	height: 40vw;
	max-height: 400px;
	max-width: 400px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .5rem;
	overflow: hidden;
}
.form-img > label{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url(../img/form_img.png) no-repeat center center #f0f0f0;
	background-size: 40% auto;
	cursor: pointer;
}
.form-img + .form-caption{
	text-align: center;
	margin-top: 1rem;
}
.form-img span:not(:empty){
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-date > div{
	display: flex;
	align-items: center;
}

.form-group{
	flex: 1;
}
.form-group:not(:last-of-type){
	margin-right: 2rem;
}
.form-group h4{
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding: 1rem 0;
}
.form-group li{
	padding: 1.5rem 1rem;
	border-bottom: 1px solid #aaa;
	box-sizing: border-box;
}

.form-horizontal{
	display: flex;
	align-items: center;
}
.form-horizontal._wrap{
	flex-wrap: wrap;
	width: 100%;
}
.form-horizontal > li{
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.form-horizontal > li:not(:last-child){
	margin-right: 2rem;
}
.form-vertical li:not(:last-child){
	margin-bottom: 1rem;
}
.form-horizontal > p{
	display: flex;
	align-items: center;
	margin: 0 .5rem;
}
.form-horizontal{}
.form-horizontal._top{
	align-items: flex-start;
}

.form-wrap:not(:first-child){
	margin-top: 4rem;
}
.form-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #aaa;
	padding-bottom: 1rem;
}
.form-header h3{
	font-size: 1.6rem;
}
.form-header + p{
	border-bottom: 1px solid #aaa;
	padding-bottom: 1rem;
	margin-top: 2rem;
}
.form-body{
	margin-bottom: 2rem;
}

.form-confirm{
	border-top: 1px solid #aaa;
}
.form-confirm .form-label{
	font-size: 1.2rem;
}
.form-confirm ._top .form-label{
	padding-top: 0;
}

/* .button */

.wrapper .button{
	display: inline-block;
	color: #245681;
	background-color: #d6d6d6;
	box-sizing: border-box;
	padding: 1rem 2rem;
	border: 1px solid #d6d6d6;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.mode-user .button{
	color: #333;
	background-color: #fff;
	border-color: #aaa;
}
.button span{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.75rem auto;
	padding: .5rem 0 .5rem 2.25rem;
}
.button.edit span{
	background-image: url(../img/list_edit.png);
}
.mode-user .button.edit span{
	background-image: url(../img/icon_edit_bk.png);
}
.button.btn-blue.edit span{
	background-image: url(../img/list_edit_w.png);
}
.button.btn-yellow.edit span{
	background-image: url(../img/icon_edit_bk.png);
}
.button.delete span{
	background-image: url(../img/list_delete.png);
}
.button.download span{
	background-image: url(../img/list_download.png);
}
.button.pdf span{
	background-image: url(../img/list_pdf.png);
}
.button.photo span{
	background-image: url(../img/list_photo.png);
}
.button.picture span{
	background-image: url(../img/icon_picture.png);
}
.button.batsu span{
	background-image: url(../img/icon_close.png);
	background-size: 1.5rem auto;
	padding-left: 2rem;
}

.button.block{
	width: 100%;
}
#btn-uncheck.button.block{
	min-width: 50%;
}

.button.inline{
	display: block;
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
}

.button.small{
	font-size: 1.2rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.button.large{
	font-size: 1.8rem;
}

.button.btn-red{
	color: #fff;
	background-color: #b31515;
	border-color: #b31515;
}
.button.btn-blue{
	color: #fff;
	background-color: #305daf;
	border-color: #305daf;
}
.button.btn-white{
	color: #333;
	background-color: #fff;
	border-color: #fff;
}
.mode-user .button.btn-white{
	border-color: #aaa;
}
.button.btn-yellow{
	color: #000;
	background-color: #f2d800;
	border-color: #f2d800;
}
.button.btn-green{
	color: #fff;
	background-color: #22a63b;
	border-color: #22a63b;
}

.button.btn-radius{
	border-radius: .5rem;
}

/* picker */

.form-picker{
	width: 20vw;
    display: flex;
    position: relative;
}
.form-picker input{
	width: calc(20vw - 4rem);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}
.form-picker .button{
	width: 4rem;
	border-radius: 0 .5rem .5rem 0;
	text-indent: -9999px;
	background: url(../img/form_calendar.png) no-repeat center center #d6d6d6;
	background-size: 2rem auto;
	padding: 0;
	border-left: 0;
}
.mode-staff .form-picker .button{
	border-color: #666;
}
.tp_btn{
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.tp_btn div.text{
	display: none;
}
.btn-vertical{
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-vertical .button{
	margin: .5rem;
}
.btn-vertical .button:first-child{
	margin-left: 0;
}
.btn-vertical .button:last-child{
	margin-right: 0;
}
.btn-vertical .inline{
	flex: 1;
	max-width: 400px;
}
.btn-horizontal .button:not(:last-child){
	margin-bottom: 2rem;
}
.form-horizontal + .tp_btn,
.form-inline + .tp_btn{
	margin-top: 2rem;
}
.button.btn-outline{
	border: 1px solid #aaa;
	background-color: transparent;
	border-radius: .75rem;
}
.mode-staff .button.btn-outline{
	color: #fff;
}

.all-select{
	display: flex;
	align-items: center;
	line-height: 1;
	margin: 1.25rem 0;
	padding-left: 2rem;
	background: url(../img/list_check.png) no-repeat left center;
	background-size: 1.5rem auto;
}
.mode-user .all-select{
	background-image: url(../img/list_check_g.png);
}
.all-select li{
	cursor: pointer;
}
.all-select li:first-child{
	margin-right: 2rem;
	border-bottom: 1px solid #fff;
}
.accordion .accordion-header .all-select{
	margin: 0 0 0 2rem;
}
.accordion .accordion-header small{
	color: #fff;
	white-space: nowrap;
}

.overflow{
	overflow-x: auto;
}
.overflow::-webkit-scrollbar{
	width: 3px;
	height: 3px;
}
.overflow::-webkit-scrollbar-track{
}
.overflow::-webkit-scrollbar-thumb{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.tab{
	display: flex;
	justify-content: center;
}
.tab > div{
	margin: 0 1rem;
}
.tab a{
	display: block;
	padding: 1rem 4rem;
	margin-bottom: -1px;
	box-sizing: border-box;
}
.tab .active a{
	background-color: #505050;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 5px solid #fff;
}
.mode-user .tab .active a{
	background-color: #fff;
	border-top-color: #aaa;
}
.tab .active a:hover{
	border-top-color: #999;
	opacity: 1;
}

/*-------------------------------------------------*/
/* photo */

.photo-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	border-top: 1px solid #aaa;
}
.photo-header > div{
	display: flex;
}
.photo-header .actions .button:not(:last-child){
	margin-right: 1rem;
}
.photo-header .actions .button.edit span{
	color: #245681;
}
.sort-select{
	display: flex;
	align-items: center;
	line-height: 1;
	/* margin-right: 3rem; */
}
.sort-select dt{
	padding-right: 2rem;
	margin-right: 2rem;
	border-right: 1px solid #aaa;
}
.sort-select dd{
	cursor: pointer;
	/* background: url(../img/sort.png) no-repeat right center; */
	background-size: 1.5rem auto;
	padding-right: 2rem;
}
.photo-header .actions > div:not(:last-child){
	margin-right: 1rem;
}

.photo-body ul{
	display: flex;
	flex-wrap: wrap;
}
.photo-body li{
	width: 33.3%;
	box-sizing: border-box;
	padding: 1px;
	position: relative;
}
.photo-checkbox{
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 2;
}
.photo-checkbox label{
	display: block;
	width: 3vw;
	height: 3vw;
	background-color: #fff;
	text-indent: -9999px;
	border: 1px solid #aaa;
	cursor: pointer;
}
.photo-checkbox input{
	display: none;
}
.photo-checkbox input:checked + label{
	background: url(../img/check.png) no-repeat center center #fff;
	background-size: 80% auto;
}
.photo-body li a{
	display: block;
}
.photo-body img{
	width: 100%;
	height: 33vw;
	object-fit: cover;
}
.photo-body span.before,
.photo-body span.after{
	position: absolute;
	top: 1.75rem;
	left: 1.5rem;
	border: 1px solid #333;
	padding: .25rem 1rem;
	font-size: 1.2rem;
}
.photo-body span.before{
	color: #fff;
	background-color: #505050;
}
.photo-body span.after{
	color: #333;
	background-color: #fff;
}

.photo-info-header{
	cursor: pointer;
}
.photo-info-wrap{
	background-color: #fff;
}
.photo-info-wrap.active{
	min-height: 100%;
}
.photo-info{
	color: #000;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
}
.photo-info-note{
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: .5rem;
}
.photo-info-name{
	font-size: 1.4rem;
	font-weight: bold;
	padding-right: 2.5rem;
	background: url(../img/accordion_down_gl.png) no-repeat right center;
	background-size: 1.5rem auto;
	line-height: 1.3;
}
.photo-info-body{
	display: none;
}
.active .photo-info-body{
	display: block;
}
.photo-info-body p{
	margin-top: 1.75rem;
	margin-bottom: .75rem;
}
.photo-info-body dl{
	font-size: 1.1rem;
}
.photo-info-body dl:after{
	content: '';
	display: block;
	clear: both;
}
.photo-info-body dl dt{
	width: 8rem;
	padding: 0;
}
.photo-info-body dl dt:not(:last-of-type),
.photo-info-body dl dd:not(:last-of-type){
	border-bottom: 0;
}
.photo-info-body dl dd{
	padding: 0;
	text-align: right;
	margin-bottom: .75rem;
	margin-left: 8rem;
}
.photo-info-body dt.photo-info-inline,
.photo-info-body dl.photo-info-inline dt{
	float: none;
}
.photo-info-body dd.photo-info-inline,
.photo-info-body dl.photo-info-inline dd{
	margin-left: 0;
	margin-top: .5rem;
	text-align: left;
}

.page-photo-single{
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}
.page-photo-single .contents{
	flex: 1;
	display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.photo-single{
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mode-user .photo-single{
	background-color: #fff;
}
.photo-contents {
	width: 100%;
}
.photo-single .photo-item{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.photo-single img{
    max-width: 100%;
	max-height: calc(100vh - 10rem);
}
.photo-single .actions{
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 10vw;
	height: 10vw;
	max-width: 35px;
	max-height: 35px;
	z-index: 2;
}
.photo-single .photo{
	position: relative;
}
.page-photo .contents .text{
	/* position: absolute; */
	bottom: 10vw;
	margin: 0;
	/* padding: 0; */
	padding:10px 20px 10px 20px;
}
.page-photo .contents .text .catch-copy{
	font-size: 1.8rem;
}
.photo-single .animate{
	-moz-transition: transform .75s ease;
	-webkit-transition: transform .75s ease;
	transition: transform .75s ease;
}
@media screen and (max-width: 640px) {
	.photo-single .animate{
		-moz-transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
		transition: transform .5s ease;
	}
}
.photo-arrows > div{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.photo-arrows .arrow-prev{
	left: 10vw;
	background-image: url(../img/arrow_prev.png);
}
.photo-arrows .arrow-next{
	right: 10vw;
	background-image: url(../img/arrow_next.png);
}

.photo-detail{
	display: flex;
	height: calc( 100vh - 10rem );
}
.photo-detail .photo{
	width: 52%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #aaaaaa;
}
.mode-user .photo-detail .photo{
	background-color: #fff;
}
.photo-detail .photo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.building-detail{
	display: flex;
}
.building-detail .photo{
	width: 45vw;
	max-width: 500px;
}
.building-detail .photo-wrap{
	/* height: 40vw; */
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f0;
	border-radius: .5rem;
	margin-bottom: 3rem;
}
.building-detail .photo dl{
	font-size: 1.2rem;
}
.building-detail .photo dd{
	margin-top: 1rem;
	border: 1px solid #aaa;
	border-radius: .5rem;
	padding: 1rem;
}
.building-info{
	color: #414141;
	background-color: #fff;
	padding: 2rem 2rem 1rem;
}
.mode-user .building-info{
	border: 1px solid #ddd;
}
.building-info div{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.building-info p:nth-of-type(1){
	width: 8rem;
	margin-right: 2rem;
	border: 1px solid #414141;
	text-align: center;
}
.building-info p:nth-of-type(2){
	flex: 1;
}

.details{
	flex: 1;
}
.photo-detail .details{
	padding: 2rem;
}
.building-detail .details{
	padding-left: 3rem;
}
.details > h2{
	color: #fff;
	background-color: #000;
	padding: .5rem .75rem;
	margin-top: .5rem;
	font-size: 1.6rem;
	font-weight: normal;
}
.mode-user .details h2{
	color: #000;
	background-color: #f0f0f0;
}
.photo-detail .details dl:first-of-type{
	border-top: 1px solid #aaa;
	margin-top: 2rem;
}
.details dl:after{
	content: '';
	display: block;
	clear: both;
}
.details dt{
	clear: both;
	float: left;
	width: 10rem;
	padding: 1.25rem 0 1.25rem 2.5rem;
}
.details dd{
	margin-left: 10rem;
	padding: 1.25rem 2.5rem 1.25rem 0;
}
.details > p{
	padding: 1.25rem 3rem;
}
.details dt:not(:last-of-type),
.details dd:not(:last-of-type){
	border-bottom: 1px solid #aaa;
}
.details .close{
    float: none;
	opacity: 1;
	margin-left: auto;
	width: 3rem;
	height: 3rem;
	background: url(../img/close_w.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.mode-user .details .close{
	background-image: url(../img/close_g.png);
}
.details ._caption{
	float: none;
	font-size: 1.2rem;
	padding-bottom: .75rem;
}
.details ._caption + dd{
	border: 1px solid #aaa;
	border-radius: .5rem;
	margin: 0 2rem 2rem;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
}

/*-------------------------------------------------*/
/* menu */

.accordion .accordion-header{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 1rem 1.5rem;
	background: url(../img/accordion_down.png) no-repeat calc( 100% - 1.5rem ) center #000;
	background-size: 1.5rem auto;
	cursor: pointer;
}
.mode-user .accordion .accordion-header{
	color: #000;
	background-color: #f0f0f0;
	background-image: url(../img/accordion_down_bk.png);
}
.accordion .accordion-header h2,
.accordion .accordion-header h3{
	font-size: 1.6rem;
	font-weight: bold;
}
.accordion .accordion-header.active{
	background-image: url(../img/accordion_up.png);
}
.mode-user .accordion .accordion-header.active{
	background-image: url(../img/accordion_up_bk.png);
}
/* .accordion .accordion-header:not(:first-of-type){ */
.accordion .accordion-header{
	margin-top: 1rem;
}
.accordion .accordion-header.link{
	background-image: url(../img/arrow_right_w.png);
	background-size: 1rem auto;
}
.accordion .accordion-header a{
	display: block;
	color: #fff;
	font-weight: bold;
}
.mode-user .accordion .accordion-header a{
	color: #000;
}
.accordion .accordion-body{
	display: none;
	padding: .5rem 1rem;
}
.accordion .accordion-header.active + .accordion-body{
	display: block;
}
.accordion .accordion-body a{
	display: block;
	padding: 1.5rem 2.5rem 1.5rem .5rem;
	background: url(../img/arrow_right_w.png) no-repeat calc( 100% - .75rem ) center;
	background-size: .75rem auto;
}
.mode-user .accordion .accordion-body a{
	background-image: url(../img/arrow_right_g.png);
}
.accordion .accordion-body .child{
	padding: 1.5rem .5rem 0;
}
.accordion .accordion-body > ul > li:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.mode-user .accordion .accordion-body > ul > li:not(:last-child){
	color: #245681;
	border-color: #245681;
}
.accordion li ul{
	display: flex;
	margin-left: 3rem;
	flex-wrap: wrap;
}
.accordion li ul li:not(:last-child){
	margin-right: 2.5rem;
}
.accordion li ul a{
	background-position: left center;
	padding-left: 1.5rem;
}

.accordion .form-header{
	border-bottom: none;
}

/*-------------------------------------------------*/
/* top */

.page-top .inner{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.page-top section:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.page-top .section-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}
.page-top .section-header h2{
	font-size: 2rem;
	font-weight: bold;
}
.page-top .section-header div a{
	background: url(../img/arrow_right_w.png) no-repeat right center;
	background-size: .75rem auto;
	padding-right: 1.5rem;
}
.page-top .mode-user .section-header div a{
	color: #235480;
	background-image: url(../img/arrow_right_b.png);
}
.section-new li,
.news-list li{
	padding: 1rem 0 1rem 7rem;
	background-position: 1rem center;
	background-repeat: no-repeat;
	background-size: 4rem;
	min-height: 4rem;
}
.section-new li{
	border-top: 1px solid #ccc;
}
.news-list{
	margin-top: -1rem;
}
.news-list li{
	border-bottom: 1px solid #ccc;
}
.section-new li:last-child{
	margin-bottom: -1rem;
}
.mode-staff .section-new li.home,
.mode-staff .news-list li.home{
	background-image: url(../img/icon_home_s.png);
}
.mode-staff .section-new li.user,
.mode-staff .news-list li.user{
	background-image: url(../img/icon_user_s.png);
}
.mode-staff .section-new li.note,
.mode-staff .news-list li.note{
	background-image: url(../img/icon_note_s.png);
}
.mode-user .section-new li.home,
.mode-user .news-list li.home{
	background-image: url(../img/icon_home_u.png);
}
.mode-user .section-new li.user,
.mode-user .news-list li.user{
	background-image: url(../img/icon_user_u.png);
}
.mode-user .section-new li.note,
.mode-user .news-list li.note{
	background-image: url(../img/icon_note_u.png);
}

.section-doc h2,
.section-photo h2{
	background: url(../img/title_photo_s.png) no-repeat left center;
	background-size: 3rem auto;
	padding-left: 4rem;
}
.mode-user .section-photo h2{
	background-image: url(../img/title_photo_u.png);
}
.mode-staff .section-doc h2{
	background-image: url(../img/title_doc_s.png);
}
.mode-user .section-doc h2{
	background-image: url(../img/title_doc_u.png);
}
.document-list,
.section-photo ul{
	display: flex;
	padding-bottom: 2rem;
}
.section-doc li,
.section-photo li{
	margin-right: 2rem;
}
.section-photo .photo{
	width: 29vw;
	height: 29vw;
	max-width: 300px;
	max-height: 300px;
	border-radius: .5rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.section-photo .photo img{
	width: 29vw;
	height: 29vw;
	max-width: 300px;
	max-height: 300px;
	object-fit: cover;
}
.section-doc .photo{
	width: 29vw;
	max-width: 300px;
}
.document-list .photo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 23vw;
	max-height: 250px;
	border: 1px solid #414141;
	background-color: #fff;
	border-radius: .5rem;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.mode-user .document-list .photo{
	border-color: #ddd;
}
.document-list .photo img{
	height: 50%;
}

/*-------------------------------------------------*/
/* document */

.document-search .document-list{
	width: 95vw;
	max-width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.document-search .document-list li{
	width: 33.3%;
	padding: 1rem;
	box-sizing: border-box;
}

/*-------------------------------------------------*/
/* login */

.page-login{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.login-wrap{
	width: 70vmin;
	margin: 0 auto;
}
.login-wrap h1{
	text-align: center;
	margin-bottom: 4vmin;
}

/*-------------------------------------------------*/
/* staff */

.staff-search{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 4rem;
	text-align: center;
}
.staff-search input{
	font-size: 2rem;
	width: 100%;
}
.staff-search button{
	font-size: 2rem;
	text-indent: -9999px;
	background: url(../img/search_icon.png) no-repeat center center transparent;
	background-size: 2rem auto;
	border: none;
	padding: 0 1rem;
}
.staff-search > div{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	border: 1px solid #505050;
	overflow: hidden;
	border-radius: .5rem;
	margin: 3vmin 0;
}
.staff-search > div input{
	border: none;
	background-color: transparent;
	padding: 1rem 2rem;
}
.staff-search > div .button{
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border: none;
	width: 2rem;
	padding: 1rem 2rem;
}

.form-wrap + .list-wrap{
	margin-top: 6rem;
}
.list-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 3rem;
}
.list-header .button{
	width: 20%;
	min-width: 200px;
	margin: 1.25rem 0;
}
.page-header + .list-wrap .list-header{
	border-top: 0;
	margin-top: -1rem;
}

table.dataTable{
	border: none;
	border-collapse: collapse;
	width: 100%;
}
table.dataTable tbody td
{
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #aaa;
	box-sizing: border-box;
	vertical-align: middle;
}
table.dataTable tbody tr{
	background-color: transparent;
}
table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even{
	background-color: #444;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd{
	background-color: transparent;
}
.list-body table td .tp_btn{
	margin: 0 -1rem;
}
table.dataTable thead th,
table.dataTable thead td{
	text-align: left;
	background-color: #000;
	border: none;
	padding: .75rem 1.5rem;
	box-sizing: border-box;
}
.list-body thead th:not(:last-of-type){
	border-right: 4px solid #505050;
}
.list-body thead th.large{
	width: 30%;
	min-width: 200px;
}
.list-body thead th.flex{
	width: 100%;
	min-width: 300px;
}
.list-body thead th.check{
	width: 5% !important;
	min-width: 40px;
}
.list-body thead th.short{
	width: 15% !important;
	min-width: 100px;
}
.list-body thead th.middle{
	width: 20% !important;
	min-width: 200px;
}
.list-body thead th:last-of-type{
	padding: 2px 0 2px 2px;
	text-align: center;
}
.list-body thead th span:not(.sort){
	display: block;
	background-color: #000;
	padding: 1rem 1.5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background: url(none) #d6d6d6;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar{
	width: 3px;
	height: 3px;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc{
	background-size: 2.25rem auto;
	background-position: calc(100% - .5rem) center;
}
table.dataTable thead .sorting{
	background-image: url(../img/list_sort.png);
}
table.dataTable thead .sorting_asc{
	background-image: url(../img/list_sort_top.png);
}
table.dataTable thead .sorting_desc{
	background-image: url(../img/list_sort_down.png);
}

table.dataTable td .button{
	padding-left: .5rem;
	padding-right: .5rem;
}

.dataTables_wrapper .dataTables_paginate{
	margin-top: 4rem;
	margin-bottom: 4rem;
	text-align: center;
	float: none;
	padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #245681 !important;
	border: none;
	border-radius: 0;
}

/*-------------------------------------------------*/
/* reform */

.before-after{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.before-after > div{
	width: 37vw;
	max-width: 420px;
	font-weight: bold;
}
.before-after .form-img{
	margin-top: .5rem;
	width: 37vw;
	height: 37vw;
	max-width: 420px;
	max-height: 420px;
}
.before-after > img{
	width: 7vw;
	max-width: 200px;
	margin-top: 1.5rem;
}

/* category */

.category-content{
	display: flex;
	justify-content: space-between;
	height: calc( 100vh - 10rem );
}
.category-wrap .page-header .tp_btn{
	width: 36vw;
}
.category-content .forms{
	width: 38vw;
	padding-right: 2rem;
	padding-bottom: 3rem;
	box-sizing: border-box;
}
.category-content .page-header{
	display: flex;
	align-items: center;
	margin: 4rem 0 1rem;
	height: 5rem;
}
.category-content .forms .page-header{
	margin-bottom: 3rem;
}
.category-content .forms > .tp_btn{
	width: 16vw;
	margin: -2rem 1.5rem 1rem auto;
}
.category-content .forms .form-body{
	background-color: #3f3f3f;
	padding: 1rem 1.5rem;
}
.category-content .forms .accordion{
	margin: 1rem -1.5rem;
}
.category-content .forms .accordion .accordion-body{
	padding: 0;
}
.category-content .forms .form-wrap:not(:first-child){
	margin: 0;
}
.category-content .forms h3{
	background-color: #000;
	padding: .5rem 1.5rem;
	font-size: 1.2rem;
	font-weight: normal;
}
.category-content .forms .category-price{
	padding: 2rem;
	border-bottom: 1px solid #aaa;
	font-size: 1.7rem;
}
.category-content .forms dt{
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 1rem 1.5rem;
	margin: .5rem 0;
}
.category-content .forms dd{
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
}
.category-content .forms dd ul{
	flex: 1;
	padding: 1rem;
}
.category-content .forms dd li{
	margin-bottom: 1.5rem;
}
.category-content .forms .form-wrap .form-inline:last-child{
	border-bottom: 0;
}
.category-content .forms .btn-vertical .button:not(.btn-red,.btn-green){
	color: #000;
}
.category-content .forms .btn-vertical .photo span{
	background-image: url(../img/icon_photo_bk.png);
}
.category-content .forms .form-body .btn:last-child{
	/* border-top: 1px solid #aaa;
	margin: 0 -1.5rem;
	padding: 1rem 1.5rem; */
}
.category-content input.small,
.category-content .form-select.small,
.category-content .form-picker{
	width: 70%;
}
.category-content .form-picker input{
	width: calc(100% - 4rem)
}
.category-content .details{
	padding-left: 3rem;
	padding-bottom: 3rem;
	flex: 1;
}
.category-content .details .detail-body{
	padding-right: 3rem;
}
.category-content .details .img li{
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.category-content .before-after > div{
	width: 25vw;
	max-width: 340px;
}
.category-content .before-after .form-img{
	width: 23vw;
	height: 23vw;
	max-width: 300px;
	max-height: 300px;
	position: relative;
	border-radius: 0;
}
.category-content .before-after{
	margin-bottom: 2rem;
}
.category-content .before-after > img{
	width: 4vw;
	max-width: 40px;
	-webkit-touch-callout: none;
}
.category-content .details .form-body{
	border-top: 1px solid #aaa;
}
.category-content .details .form-header + .form-img{
	margin: 4rem auto;
}
.category-content .detail-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.category-content .detail-header .actions{
	display: flex;
	align-items: center;
}
.category-content .detail-header .actions li:not(:last-child) {
	margin-right: 1rem;
}
.category-content .photo-list .photo-body li{
	width: 50%;
}
.category-content .photo-list .photo-body img{
	height: 25vw;
}


.DaD li{
	border: 1px solid transparent;
}
.DaD .hover{
	border-color: #f00;
}

/* photo-list */

.reform-photo-list li{
	width: 25%;
}
.reform-photo-list li a{
	display: block;
}
.reform-photo-list img{
	height: 25vw;
}

/*-------------------------------------------------*/
/* company */

.form-option .form-inline{
	align-items: flex-start;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.form-option .form-input > div{
	display: flex;
}
.form-option .form-input .present{
	margin-bottom: 1rem;
}
.form-option .form-input .present .meter{
	flex: 1;
	/* margin: 0 0 0 1rem; */
}
.form-option .form-input li:not(:last-child){
	margin-bottom: .75rem;
}
.form-option .form-input > div > p{
	width: 5vw;
	min-width: 55px;
	box-sizing: border-box;
}
.form-option .form-inline.option .form-input{
	margin-left: 5vw;
	min-width: 55px;
}
.form-option .form-inline.logo .form-img{
	width: 15vw;
	height: 15vw;
	min-width: 150px;
	min-height: 150px;
	margin-left: 5vw;
}

/*-------------------------------------------------*/
/* 写真登録編集 */

.photo-edit h3{
	text-align: center;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.photo-edit > div{
	display: flex;
	justify-content: space-between;
}
.photo-edit > div > div{
	flex: 1;
}
.photo-edit > div > div:nth-child(1){
	margin-right: 3rem;
}
.photo-edit > div > div > div{
	justify-content: space-between;
	display: flex;
}
.photo-edit h4{
	color: #fff;
	background-color: #000;
	padding: 1rem;
	text-align: center;
	margin-bottom: 1rem;
}
.photo-edit h4 span{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2rem auto;
	padding-left: 2.5rem;
}
.photo-edit .building h4 span{
	background-image: url(../img/icon_home_w.png);
}
.photo-edit .site h4 span{
	background-image: url(../img/icon_photo_w.png);
}
.photo-edit div > div div a:nth-of-type(1){
	margin-right: 1rem;

}
.photo-edit div a{
	flex: 1;
	height: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #245681;
	background-color: #d6d6d6;
	text-align: center;
	font-weight: bold;
}
.photo-edit a span{
	font-size: 1rem;
	display: block;
	font-weight: normal;
}

/*-------------------------------------------------*/
/* 加盟店管理 */

.company-name{
	color: #fff;
	background-color: #000;
	padding: .5rem;
	margin: 2rem 0 1rem;
	font-size: 1.8rem;
	text-align: center;
}

.company-status{
	margin: 0 -3rem;
}
.company-status h3{
	padding: 0 .5rem 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #aaa;
}
.company-status > div{
	display: flex;
	justify-content: space-between;
}
.company-status > div > div{
	flex: 1;
	padding: 2rem 3rem 0;
}
.company-status > div:first-child > div:first-child p{
	text-align: right;
	font-size: 5rem;
}
.company-status .status-body{
	padding: 1rem 1.5rem 0;
}
.company-status > div:last-child .status-body{
	padding-top: 3rem;
}
.company-status .status-item{
	margin-bottom: 3rem;
}
.company-status > div:last-child .status-item{
	margin-bottom: 7rem;
}

/*-------------------------------------------------*/
/* 新着 */

.text .qr{
	display: flex;
	align-items: center;
}
.text .qr div{
	width: 10vw;
	margin-right: 2rem;
}

.balloon{
	border: 1px solid #aaaaaa;
	background-color: #d7e5e8;
	padding: 1rem 1.5rem;
	margin-top: 2rem;
	position: relative;
	color: #333;
	border-radius: .3rem;
}
.balloon:before,
.balloon:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	border: 10px solid transparent;
}
.balloon:before{
	left: calc(5vw - 5px);
	border-bottom-color: #aaaaaa;
}
.balloon:after{
	left: calc(5vw - 4px);
	border-bottom-color: #d7e5e8;
	border-top-width: 12px;
}

.balloon + .form-textarea{
	margin-top: 2rem;
}

/*-------------------------------------------------*/
/* policy */

.policy .page-header{
	margin-bottom: 3rem;
}
.policy ol,
.policy ul{
	margin-left: 3rem;
}
.policy li ol,
.policy li ul{
	margin-top: 1rem;
}
.policy ul li{
	list-style: disc;
}
.policy ol + p,
.policy ul + p{
	margin-top: 1rem;
}
.policy li:not(:last-child),
.policy p:not(:last-child){
	margin-bottom: 1rem;
}
.policy h3{
	font-size: 1.8rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

/*-------------------------------------------------*/
/* newsdetail */

.news-body .date{
	margin-top: 1rem;
	color: #ccc;
}
.mode-user .news-body .date{
	color: #999;
}
.news-body .category{
	font-size: 1.2rem;
}
.news-body .category a{
	text-decoration: underline;
}
.news-body h3{
	font-size: 2rem;
	margin-bottom: 3rem;
}
.news-body .text img{
	display: block;
	margin: 2rem auto;
}

/*-------------------------------------------------*/
/* pdf */

.page-pdf{
	padding: 30px;
}
.page-pdf .contents{
	padding: 10px;
}
.pdf-header{
	display: flex;
	justify-content: space-between;
	border: 1px solid #111;
	padding: 15px 20px;
}
.pdf-header-item{
	flex: 1;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	padding: 5px 15px;
	margin: 0 20px 0 15px;
}
.pdf-header-title{
	font-size: 1.2rem;
}
.pdf-header-title,
.pdf-header-page{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}
.pdf-contents{
	display: flex;
}
.pdf-item{
	flex: 1;
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.pdf-name{
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.pdf-img{
	border: 1px solid #ddd;
	height: 30vw;
	display: flex;
	align-items: center;
}
.pdf-detail{
	font-size: 1.2rem;
	padding: 10px 0;
}
.pdf-foot{
	flex: 1;
	border: 1px solid #333;
	padding: 10px 15px;
}
.pdf-foot-title{
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.pdf-contents + p{
	text-align: right;
	font-size: 1.1rem;
}

.pdf-footer{
	display: flex;
	padding: 15px 20px;
	border-top: 2px solid #111;
}
.pdf-shop{
	width: 60%;
	display: flex;
	align-items: center;
}
.pdf-shop-name{
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 10px;
}
.pdf-shop-name + p{
	font-size: 1.2rem;
}
.pdf-shop-logo{
	width: 100px;
	margin-right: 15px;
}
.pdf-address{
	flex: 1;
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 1px solid #111;
}
.pdf-logo{
	display: flex;
	align-items: flex-end;
	font-size: 1rem;
}
.pdf-logo > div{
	width: 100px;
}

@media screen and (max-width: 640px) {
	.page-pdf{
		padding: 10px 15px;
	}
	.pdf-contents{
		flex-direction: column;
	}
	.pdf-item{
		padding: 5px;
	}
	.pdf-img{
		height: auto;
	}
	.pdf-img img{
		width: 100%;
	}
	.pdf-contents + p{
		margin-top: 10px;
	}
	.pdf-footer{
		flex-direction: column;
		padding: 15px;
	}
	.pdf-shop{
		width: auto;
	}
	.pdf-shop-name{
		font-size: 2rem;
	}
	.pdf-address{
		margin-top: 15px;
	}
	.pdf-logo{
		width: 100%;
		text-align: center;
		justify-content: center;
		margin-top: 15px;
	}
}

/*-------------------------------------------------*/
/* ___ */

._15vw .form-label{
	width: 15vw;
}
.mt3{
	margin-top: 3rem;
}
.align-center{
	text-align: center;
}

/*-------------------------------------------------*/
/* sp */

._sp{
	display: none;
}

@media screen and (max-width: 1024px) {

	.inner{
		margin: 2rem auto;
	}

	input.xsmall,
	.form-select.xsmall{
		width: 15vw;
	}
	input.small,
	.form-select.small,
	input.middle,
	.form-select.middle{
		width: 28vw;
	}
	.form-picker{
		width: 25vw;
	}
	.form-picker input{
		width: calc(25vw - 4rem);
	}

	.btn-vertical .button{
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.btn-vertical .form-button{
		padding-left: .5rem;
	}

	.form-group:not(:last-of-type){
		margin-right: 0;
	}
	.form-group{
		flex: initial;
		width: 100%;
	}
	.form-group li{
		width: 100%;
	}

	.page-header .inner{
		flex-direction: column;
	}

	.photo-body .photo-checkbox label{
		width: 5vw;
		height: 5vw;
	}

	.accordion li ul li{
		min-width: 150px;
	}

	.page-header{
		margin-top: 2rem;
	}

	.category-content .before-after > div{
		width: 20vw;
	}
	.category-content .before-after .form-img{
		width: 18vw;
		height: 18vw;
	}
	.category-content .btn-vertical{
		flex-direction: column;
	}
	.category-content .btn-vertical .button{
		margin-left: 0;
		margin-right: 0;
	}
	.category-wrap .page-header .inner{
		flex-direction: row;
	}
	.category-content .form-horizontal{
		flex-direction: column;
		align-items: flex-start;
	}
	.category-content .forms > .tp_btn{
		width: 100%;
		margin: -2rem 0 0;
		padding: 1.5rem;
		box-sizing: border-box;
	}

	._sp{
		display: block;
	}
	._clm{
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 640px) {
	.photo-header{
		flex-direction: column;
	}
	.category-content{
		flex-direction: column;
		height: auto;
	}
	.category-content .forms{
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
	}
	.category-content .details{
		padding-bottom: 0;
	}
	.category-content .before-after > div{
		width: 35vw;
	}
	.category-content .before-after .form-img{
		width: 33vw;
		height: 33vw;
	}
	.category-content .photo-list img{
		height: 40vw;
	}
}

@media screen and (max-width: 480px) {

	.meter div{
		width: 100%;
	}
	input.xsmall,
	.form-select.xsmall,
	input.small,
	.form-select.small,
	input.middle,
	.form-select.middle,
	.form-picker{
		width: 80%;
	}
	.form-picker input{
		width: calc(80% - 4rem);
	}
	.form-horizontal{
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.form-horizontal > li{
		width: 100%;
	}
	.form-horizontal > li:not(:last-child){
		margin-right: 0;
	}
	.form-wrap + .list-wrap{
		margin-top: 3rem;
	}
	.list-header{
		flex-direction: column;
	}
	.list-header .all-select{
		margin-bottom: .5rem;
	}
	.list-header .button{
		margin-top: .5rem;
	}
	.form-option .form-input > div{
		flex-direction: column;
	}
	.form-option .form-inline.option .form-input,
	.form-option .form-inline.logo .form-img,
	.form-option .form-input .present .meter{
		margin-left: 0;
	}
	.form-option .form-input > div > p{
		margin-bottom: .75rem;
	}
	.form-date > div{
		flex-direction: column;
		align-items: flex-start;
	}
	.form-date label.button{
		margin-left: 0;
		margin-top: .5rem;
	}
	.sorts{
		flex-direction: column;
	}
	.photo-header{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.sort-select{
		margin-right: 0;
	}
	.sorts .all-select:only-child{
		margin-top: 0;
	}

	.building-detail,
	.photo-detail{
		flex-direction: column;
	}
	.photo-detail{
		height: auto;
	}
	.photo-detail .photo{
		width: 100%;
	}
	.photo-detail .overflow{
		overflow: initial;
	}
	.building-detail .photo{
		width: 100%;
		max-width: 100%;
	}
	.building-detail .photo-wrap{
		height: 100vw;
	}
	.building-detail .details{
		width: 100%;
		padding-left: 0;
		margin-top: 2rem;
	}

	.photo-edit > div{
		flex-direction: column;
	}
	.photo-edit > div > div:nth-child(1){
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.company-status > div{
		flex-direction: column;
	}

	.category-wrap .page-header .inner{
		flex-direction: column;
	}
	.category-wrap .page-header .tp_btn{
		width: auto;
	}

	.category-content .detail-header{
		flex-direction: column;
	}
	.category-content .photo-list .photo-body li{
		width: 100%;
	}
	.category-content .photo-list .photo-body img{
		height: 70vw;
	}

	.accordion li ul{
		flex-direction: column;
	}
	.accordion li ul li{
		width: 100%;
	}

	.wrapper .button{
		padding: 1rem 0.6rem;
	}

	.tp_btn span.text{
		display: none;
	}
	.tp_btn div.text{
		display: block;
		font-size: 80%;
		word-wrap: break-word;
	}
}

/* add */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: #01c853;
}

.bootstrap-datetimepicker-widget table td.day {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget {
    z-index: 100 !important;
    color: #000;
}

.bootstrap-datetimepicker-widget a[data-action] {
    color: gray;
}

.alert {
    border-radius: 0;
}

.btn-vertical .form-button{
	margin: .5rem;
}
.btn-vertical .form-button:first-child{
	margin-left: 0;
}
.btn-vertical .form-button:last-child{
	margin-right: 0;
}
.form-button {
    width: 100%;
	min-width: 50%;
}
.form-button.new {
    width: 49%;
}
.form-file {
	width: 100%;
	/* margin: 0 6.1rem 0 0; */
}
.form-file label.button {
    width: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: #245681;
    background-color: #d6d6d6;
    text-align: center;
    font-weight: bold;

    /* margin: .5rem; */
}
.form-file.new label.button {
    height: 10rem;
    display: flex;
}
.form-file input[type="file"] {
    display: none;
}
.form-file p {
    font-size: 1rem;
    display: contents;
    font-weight: normal;
}

.cus-sat-stat {
    font-size: 5rem;
}

.mt-10 {
    margin-top: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mlr-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

blockquote {
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 4px solid #2879ff;
    background: #f7f7f9;
    color: #212121;
}

.form-input .form-img {
    margin: 0;
}
.form-input .form-img + .form-caption {
    text-align: left;
}

.result-pager{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
    margin-top: 40px;
    margin-bottom: 40px;
}
.result-pager li{
	margin: 0 5px;
}
.result-pager a{
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #ddd;
	color: #666;
}

.pills-struct {
    overflow:auto;
    height: 100px;
}
.pills-struct .tab-pane {
  padding-top: 15px; }
.pills-struct.vertical-pills .tab-pane {
  padding-top: 0;
  padding-left: 15px; }
.pills-struct.vertical-pills-reverse .tab-pane {
  padding-left: 0;
  padding-right: 15px; }

.daterangepicker .calendar {
	max-width: 311px;
}

.jscroll-inner {
	width: 100%;
}
.jscroll-added {
	display: flex;
	flex-wrap: wrap;
}

.li_category {
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding: 1rem 0;
}
div#jscroll-loading {
    width: 100%;
}
.photo-body a.next {
    width: 100%;
}
.photo-body .loading {
	/* width: 100%; */
	/* width: 100%;
	text-align: center;
	padding: 10px; */
	/* height: 10em;
  display: flex; */
  /* width: 100%; */
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.photo-body .loading img {
	/* width: 100%; */
	/* margin: 0; */
	width: 50px;
	height: 50px;
	/* position: relative; */
}
/* add */
