@charset "utf-8";
/**初期設定**/
*{
	margin:0;
	padding:0;
	font:1em "メイリオ", Meiryo, Verdana, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",sans-serif;
	/*font:1em "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
}
html{
	height:100%;
	-webkit-text-size-adjust:100%;
}
body {
	height:100%;
	text-align: center;
}
#jsng{
	margin:0 auto;
	text-align: center;
}
ul,
ol {
	list-style:none;
}
a{
	text-decoration: none;
}
input {vertical-align: middle;}
textarea,
select,
input[type="tel"],
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"]{
	outline: none; /* Chromeでフォーカス時の枠線をリセット */
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	/*角丸*/
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	/*内側の影*/
	-webkit-box-shadow:0 0 1px 3px #fafafa inset;
	-moz-box-shadow:0 0 1px 3px #fafafa inset;
	box-shadow:0 0 1px 3px #fafafa inset;
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select {
	padding: 5px;
	height: 46px;
}
input.datepicker {
	width:135px !important;
	border:solid 1px #ccc !important;
}
/*フォーカス時*/
textarea:focus,
select:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus{
	border-color:#C1EB89;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05),0 0 3px rgba(193,235,137,0.75);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05),0 0 3px rgba(193,235,137,0.75);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05),0 0 3px rgba(193,235,137,0.75);
}
/*readonly属性*/
input[readonly],
input[readonly]:focus,
textarea[readonly],
textarea[readonly]:focus{
	background-color: #fff !important;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	resize: none;
	min-height:auto !important;
	min-width:auto !important;
}
/*ckediter（HTMLエディター用）*/
.cke_reset{
	width: 100% !important;
}
/*プレスホルダー処理*/
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder{
	color:#999;
	opacity:1
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder{
	color:#999
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder{
	color:#999
}
[type="button"][disabled],
[type="submit"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="tel"] {
	cursor:not-allowed;
	background-color:#eee;
	opacity:1;
	color: #a9a9a9 !important;
	border: 1px solid #eee;
}
input[type="tel"][readonly],
input[type="text"][readonly] {
	cursor:not-allowed;
	border: none !important;
	padding: 11px 10px;
}
input[type="tel"],
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	padding: 10px;
}
textarea {
	min-height: 100px;
	resize: vertical;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
label input[type="radio"],
label input[type="checkbox"]{
	margin-right: 5px;
	margin-bottom: 2px;
}
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #07e3f7;
	z-index: 1000;
}
header div{
	margin: 10px;
}
header div a{
	color: #000;
}
header div:first-child {
	margin: 5px 5px 0 5px;
}
header div:last-child {
	padding-top:2px;
	padding-bottom:1px;
}
header div:last-child span {
	margin-right: 10px;
}
header div:last-child a {
	font-size: 80%;
}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
header div:last-child a {
	margin-right: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
#wrap{
	display: flex;
	margin:0 auto;
	height:calc(100% - 48px);
}
/*ハンバーガーメニュー*/
#hm_menu-icon {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 40px; /*アイコン横幅*/
	height: 40px;
	text-align: center;
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	z-index: 1000;
}
a#hm_menu-icon{
	display: block;
}
#hm_menu-icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}
#hm_menu-icon span:nth-of-type(1){
	top: 16px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: transform 0.3s linear 0s;
}
#hm_menu-icon span:nth-of-type(2){
	top: 16px;
	opacity: 0;
	transition: transform 0.3s linear 0s;
}
#hm_menu-icon span:nth-of-type(3){
	top: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform 0.3s linear 0s;
}
#hm_menu-icon.inActive span:nth-of-type(1) {
	-webkit-transform: translateY(-10px) rotate(0deg);
	transform: translateY(-10px) rotate(0deg);
}
#hm_menu-icon.inActive span:nth-of-type(2) {
	opacity: 1;
}
#hm_menu-icon.inActive span:nth-of-type(3) {
	-webkit-transform: translateY(10px) rotate(0deg);
	transform: translateY(10px) rotate(0deg);
}
.sidebar{
	display: block;
	height: auto;
	min-width: 200px;
	position: relative;
	left: 0;
	top: 0;
	padding: 10px;
	text-align: left;
	background-color: #adedf7;
	transition: transform 0.3s linear 0s;
	z-index: 1000;
}
.sidebar nav.menu h2{
	margin-bottom: 10px;
}
.sidebar nav.menu ul li {
	margin-bottom: 10px;
	border-bottom: solid 1px #047076;
}
.sidebar nav.menu ul li a,
.sidebar nav.menu ul li a:visited {
	color: #000;
	display: block;
	padding: 5px 0 10px 0;
}
.sidebar nav.menu ul li span.maru {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: #e82a2a;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-left: 6px;
}
.sidebar.inActive{
	display: none;
}
#contents {
	margin:10px auto;
	padding: 0 10px;
	width:100%;
	overflow-x: hidden;
}
#contents h1{
	margin: 0 auto 10px;
	font-size: 120%;
}
#contents h2{
	margin: 0 auto 10px;
	font-size: 110%;
}
/*ぱんくず*/
.breadcrumb {
	display: flex;
	margin-bottom: 10px;
}
.breadcrumb > li {
	margin-top: 1px;
	margin-right: 3px;
	text-align: left;
}
.breadcrumb > li.active {
	font-weight: bold;
}
.breadcrumb > li:first-child {
	padding-left: 25px;
	background: url(../img/ico_menu.svg) no-repeat top -1px left 0;
}
.breadcrumb > li + li:before {
	content: "> ";
}
/* ページトップボタン */
#page-top {
	position: fixed;
	bottom: 60px;
	right: 0;
	font-size: 80%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 6px 0 0 6px;
}
#page-top a:link,
#page-top a:hover,
#page-top a:active,
#page-top a:visited {
	background: #999;
}
.opeTop{
	display: flex;
	margin-bottom: 10px;
	font-size: 80%;
}
.opeTop label,
.opeTop span{
	margin:10px;
	white-space: nowrap;
}
.opeTop a {
	padding: 13px;
	min-width: 54px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.opeTop a:first-child {
	border-top-left-radius : 6px;
	border-bottom-left-radius : 6px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.opeTop a:last-child {
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.opeTop button {
	border-left: none;
	border-right: none;
	border-radius:0;
	min-width: 50px;
}
.opeTop input {
	border-left: none;
	border-right: none;
	border-radius: 6px 0 0 6px;
}
.opeTop input:not(:first-child),
.opeTop input:not(:last-child),
.opeTop select:not(:first-child),
.opeTop select:not(:last-child) {
	border-right: none;
	border-radius: 0;
}
.opeTop input:first-child {
	border-top-left-radius : 6px;
	border-bottom-left-radius : 6px;
	border-left: solid 1px #ccc;
}
.opeTop input[type="search"]{
	max-width: 200px;
}
.opeTop input.datepicker {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.opeMid{
	display: flex;
	font-size: 70%;
	text-align: left;
	margin:5px 0;
}

.opeBottom {
	/*
	margin:50px auto;
	padding: 0;
	*/
	margin:0 auto;
	padding: 20px 0;
	text-align: center;
}
.opeBottom a {
	margin:0 auto;
	padding: 12px;
	color: #000;
	border-radius: 6px;
	border: solid 1px #ccc;
}
.opeBottom a:not(:first-child),
.opeBottom a:not(:last-child) {
	margin-top: 10px;
}
.opeBottom button {
	margin:5px;
}
.opeBottom button[name="delete"] {
	margin-left:100px;
}
.tile .opeBottom{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.opeBottom .exposition {
	margin:50px auto 30px auto;
	padding: 0;
}
.opeBottom .exposition a {
	border:none;
	color: #337ab7;
}

.opeMiddole {
	margin:50px auto;
	padding: 0;
}
.opeMiddole a {
	margin:0 auto;
	padding: 12px;
	color: #000;
	border-radius: 6px;
	border: solid 1px #ccc;
}
.opeMiddole a:not(:first-child),
.opeMiddole a:not(:last-child) {
	margin-top: 10px;
}
.opeMiddole button {
	margin:5px;
}
.opeMiddole button[name="delete"] {
	margin-left:100px;
}

.opePopUpTop {
	width: 100%;
}
.opePopUpTop div:first-child {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
.opePopUpTop div:last-child {
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

.addButtonArea a {
	display: block;
	width:240px;
	padding: 12px;
	border-radius : 6px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.addButtonArea button {
	width:265px;
	padding: 12px;
	text-align: center;
}

.formArea {
	text-align: center;
}

.checkboxs {
	word-wrap: break-word;
	white-space: nowrap;
	white-space: normal;
	display: block;
	text-align: left;
}
.infoBottom{
	margin:100px auto 0;
	padding: 0;
	text-align: center;
	border-top: solid 1px #ffe4e1;
}
.infoBottom a {
	display: block;
	margin:50px auto;
	padding: 12px;
	color: #000;
	border-radius: 6px;
	border: solid 1px #ccc;
}

/*入力共通*/
.active {ime-mode:active;}
.inactive {ime-mode:inactive;}
.has-error{border: solid 2px #EECACA;}

/*タブ*/
ul.nav-tabs{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 10px;
	height: 70px;
}
ul.nav-tabs li{
	width: 100%;
	padding:10px 0;
	border-bottom: solid 1px #ccc;
}
ul.nav-tabs li.active{
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color:#666;
}
ul.nav-tabs li:not(.active):hover{
	background-color: #ccc;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
}
.single-info {
	text-align: left;
	margin:10px auto;
	padding:10px;
}
.single-info h2 {
	padding-top:20px;
}
.single-center {
	text-align: center;
	margin:10px auto;
	width:500px;
}
/*完了画面*/
.finish {
	margin:10px auto;
	width:500px;
}
.finish .icon-outer {
	margin: 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
}
.finish .icon-outer .icon {
	width: 150px;
	height: 150px;
	background: url(../img/ico_finish.svg) no-repeat top 0 left 0;
}
.finish .lottery {
	margin:0 auto;
	width:180px;
}
.finish .lottery img {
	width:100%;
}
/*エラー*/
.err-sec {
	margin:10px auto !important;
	padding:10px !important;
	border-radius:8px;
	color:#B20000;
	background-color:#F9EBEB;
	border:solid 2px #EECACA;
	text-align: left;
}
div.err-sec {
	width: calc(100% - 23px) !important;
}
/*メッセージ*/
.message-sec {
	margin:10px auto !important;
	padding:10px !important;
	border-radius:8px;
	color:#200579;
	background-color:#F9EBEB;
	border:solid 2px #eb0be0;
	text-align: left;
	line-height: 160%;
}

/*注意*/
.notice {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.gray {
	color: #666;
}
p.notice-colection {
	margin-bottom: 15px;
	color: #ff0000;
}
/*必須*/
.must:before {
	content: "*";
	color: #ff0000;
}
label.must {
	font-size: 90%;
}
/*ボタン*/
button,
.button {
	padding: 10px;
	cursor: pointer;
	border-radius: 6px;
	border: solid 1px #ccc;
	font-weight: 500;
	letter-spacing: .2em;
}
.blueBtn {
	color: #fff !important;
	/*border: 1px solid #337ab7;*/
	background-color: #337ab7;
}
.greenBtn {
	color: #fff !important;
	/*border: 1px solid #3cb371;*/
	background-color: #3cb371;
}
.grayBtn {
	color: #000 !important;
	/*border: 1px solid #f5f5f5;*/
	background-color: #f5f5f5;
}
.orangeBtn {
	color: #fff !important;
	/*border: 1px solid #f0ad4e;*/
	background-color: #f0ad4e;
}
.redBtn {
	color: #B20000 !important;
	/*border: solid 1px #EECACA;*/
	background-color: #F9EBEB;
}
.playBtn {
	color: #fff !important;
	/*border: solid 1px #EECACA;*/
	font-weight: bold;
	background-color: #ff1493;
}
/*評価*/
.starArea01 {
  text-indent: 0;
}
.starArea01 input {
  float: left;
  display: block;
}
.starArea01 {
	font-size: 0;
	text-indent: 100%;
	width: 76px;
	height: 14px;
	margin-right: 5px;
	background: url("../img/ico_star01.svg") repeat-x 0 0/15px 34px;
	line-height: 0;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.starArea01 .starList01 {
	height: 14px;
	background: url("../img/ico_star01.svg") repeat-x 0 100%/15px 34px;
	display: inline-block;
	float: left;
}
.starArea01 input {
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
}
.starArea01 input:hover + i,
.starArea01 input:checked + i {
	opacity: 1;
}
.starArea01 i {
	width: 20%;
	height: 100%;
	background: url("../img/ico_star01.svg") repeat-x 0 100%/15px 34px;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.starArea01 i ~ i {
	width: 40%;
}
.starArea01 i ~ i ~ i {
	width: 60%;
}
.starArea01 i ~ i ~ i ~ i {
	width: 80%;
}
.starArea01 i ~ i ~ i ~ i ~ i {
	width: 100%;
}
/*ローディングアイコン*/
#loading {
	background: url("../img/circles.svg") no-repeat;
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	z-index: 1000;
	width: 180px;
	height: 180px;
	margin-top:-90px;
	margin-left:-90px;
}
/*プログレスバー*/
#progress {
	display: none;
	position: fixed;
	bottom:20%;
	left:50%;
	z-index: 1000;
	width: 200px;
	margin-left:-100px;
}
/*カバー*/
#cover {
	background-color: #333; /*黒背景部分背景色*/
	display: block;
	height: 100%;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
	width: 100%;
	z-index: -1;
}
#cover.active {
	opacity: 0.5;
	z-index: 999;
}
div.banner {
	margin: 20px auto;
}
div.banner img {
	width:320px;
}
@media screen and (min-width: 768px) {
	.br-sp {display: none; }
}
@media screen and (max-width:480px) {
	/*
	#wrap{
		display: block;
		width: 100%;
	}
	*/
	#hm_menu-icon span:nth-of-type(1) {
		top: 15px;
		-webkit-transform: translateY(-10px) rotate(0deg);
		transform: translateY(-10px) rotate(0deg);
		transition: transform 0.3s linear 0s;
	}
	#hm_menu-icon span:nth-of-type(2) {
		top: 15px;
		opacity: 1;
		transition: transform 0.3s linear 0s;
	}
	#hm_menu-icon span:nth-of-type(3) {
		top: 15px;
		-webkit-transform: translateY(10px) rotate(0deg);
		transform: translateY(10px) rotate(0deg);
		transition: transform 0.3s linear 0s;
	}
	#hm_menu-icon.active span:nth-of-type(1){
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px)  rotate(-45deg);
	}
	#hm_menu-icon.active span:nth-of-type(2){
		opacity: 0;
	}
	#hm_menu-icon.active span:nth-of-type(3){
		-webkit-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}
	.sidebar{
		position: absolute;
		top:46px;
		transform:translateX(-300px);
	}
	.sidebar.active{
		transform:translateX(0px);
	}
	#contents {
		width:calc(100% - 25px) !important;
	}
	/*ぱんくず*/
	.breadcrumb {
		margin-left: 5px;
		background: url(../img/ico_menu.svg) no-repeat top -1px left 0;
	}
	.opeBottom a {
		display: block;
	}
	.opeBottom a:first-child {
		margin-bottom: 20px;
	}
	.notice {
		text-align: left;
	}
	.single-center {
		width:380px;
	}
	/*完了画面*/
	.finish {
		width:340px;
	}
	label.must {
		font-size: 80%;
	}
}
@media print {
	header{
		display: none;
	}
	ul.nav-tabs{
		display: none;
	}
	.sidebar{
		display: none;
	}
	.breadcrumb{
		display: none;
	}
}
