/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  /* -webkit-appearance: none;
  appearance: none; */
  vertical-align: middle;
  color: inherit;
  /* font: inherit; */
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
  cursor: pointer;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* -------------ここまでreset--------------- */

/* 共通css */
body {
  font-family: sans-serif;
  font-size: 16px;
  background: #e6e5e4;
}

img {
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.w100 {
  width: 100%;
}

.w75 {
  width: 75%;
}

.w50 {
  width: 50%;
}

.w25 {
  width: 25%;
}

.w10 {
  width: 10%;
}


.clr_red{
	color: red;
}


#contents {
  padding-left: 70px;
  padding-bottom: 100px;
}

.contents_main {
  padding: 20px;
  margin: 20px;
  background: #fff;
  overflow: auto;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="password"],
select,
textarea {
  border: 1px solid #206fa2;
  padding: 5px;
  margin-right: 5px;
  background: #fff;
  font-family: sans-serif;
  font-size: 16px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: 1px solid blue;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

.short {
  width: 60px !important;
}

.middle {
  width:140px;
}

.long {
  width:260px;
}

.longlong {
  width:380px;
}

.submit {
  width: 180px;
  padding: 5px 0;
  background: #206fa2;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.submit:hover {
  background: #154768;
}

.back{
  width: 180px;
  padding: 5px 0;
  background: #d36b86;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.back:hover {
  background: #b95e76;
}

.validation-error{ margin-top: 10px; color: #ff3366; }


.card_clr_0{
	background: #D47AE8;
}

.card_clr_1{
	background: #5a94f2;
}

.card_clr_2{
	background: #ffa500;
}

.card_clr_3{
	background: #57a8a3;
}

.card_clr_4{
	background: #f90716;
}

.card_clr_5{
	background: #71DFE7;
}

.card_clr_6{
	background: #add8e6;
}

.card_clr_7{
	background: #cc9900;
}

.worktime0{
	background: #ffffe0;
}

.worktime1{
	background: #767475;
}


/* 共通css */


/* PC版メニュー */
.nav__cont {
  position: fixed;
  width: 70px;
  top: 0;
  height: 100vh;
  padding-bottom: 100px;
  z-index: 100;
  background-color: #206fa2;
  overflow: hidden;
  transition: width .3s ease;
  cursor: pointer;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.nav__cont:hover {
  width: 290px;
}

.nav {
  list-style-type: none;
  color: white;
}

.nav__items {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}

.nav__items:hover {
  background-color: #19547c;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
}

.nav__items.click {
  background-color: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
}

.nav__items__icon {
  margin-left: 15px;
}

.nav__items img {
  width: 40px;
  height: auto;
}

.nav__items img.icon2 {
  display: none;
}

.nav__items.click img.icon1 {
  display: none;
}

.nav__items.click img.icon2 {
  display: block;
}

.nav__items__wrap.click .nav__items__sub {
  background: #fff;
}

.nav__items__wrap.click .nav__items__sub,
.nav__items__wrap.click .nav__items__sub a  {
  color: #206fa2;
}

.nav__items p {
  display: block;
  transition: all .3s ease;
  margin-left: 25px;
  margin-right: 10px;
  text-decoration: none;
  color: white;
  font-family: 'roboto';
  font-weight: 100;
  font-size: 1.15em;
  white-space: nowrap
}

.nav__items__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav__items.click .nav__items__text img.arrow1 {
  display: none;
}

.nav__items .nav__items__text img.arrow2 {
  display: none;
}

.nav__items.click .nav__items__text img.arrow2 {
  display: block;
}

.nav__items__sub {
  display: none;
}

.nav__items__sub .sub_menu {
  list-style: disc;
}

.nav__items__sub .sub_menu:hover {
  background: #e6e5e4;
}

.nav__items__sub .sub_menu a {
  padding-bottom: 15px;
  padding-top: 20px;
  padding-left: 50px;
  display: block;
}

.nav__items__sub .sub_menu a::before {
  margin-right: 7px;
	content: '\0b7';
}

.click,
.click + .nav__items__sub {
  background: #fff;
}

.click p,
.click + .nav__items__sub,
.click + .nav__items__sub a  {
  color: #206fa2;
}
/* PC版メニュー */


/* ページタイトル */
.page_title {
  padding: 10px 20px;
  margin: 20px;
  background: #206fa2;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
/* ページタイトル */


/* ボタンまとめ */
/* 詳細ボタン */
.detail {
  width:100px;
  padding:5px 0;
  background:#e8af19;
  color:#fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  cursor:pointer;
  text-align: center;
}

.detail:hover {
  background:#be8e13;
}

/* 履歴ボタン */
.record {
  width:100px;
  padding:5px 0;
  background:#8fce67;
  color:#fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  cursor:pointer;
  text-align: center;
}

.record:hover {
  background:#76aa55;
}

/* 削除ボタン */
.delete {
  width:100px;
  padding:5px 0;
  background:#d36b86;
  color:#fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  cursor:pointer;
  text-align: center;
}

.delete:hover {
  background:#b95e76;
}

/* その他のボタン */
.lightBlueBtn{
  width:100px;
  padding:5px 0;
  background:#54bee6;
  color:#fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  cursor:pointer;
  text-align: center;
}

.BlueBtn{
  width:100px;
  padding:5px 0;
  background:#206fa2;
  color:#fff;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  cursor:pointer;
  text-align: center;
}
/* ボタンまとめ */


/* ヘッダー */
.contents_header {
  padding: 20px;
  border-bottom: 2px solid #fff;
}

.contents_header .flex {
  justify-content: space-between;
}

.contents_header .logo {
  width: 200px;
}

.contents_header .shop_select {
  width: 100%;
  position: relative;
}

.contents_header .shop_select::after {
  content: '';
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../img/header/shopselect.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none; 
}

.contents_header .shop select {
  height: 33px;
  padding: 5px 90px 4px 7px;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  appearance: none; 
}

.contents_header .logout {
  margin-left: 15px;
}

.contents_header .logout a {
  color: #e8af19;
}

.contents_header .logout a:hover {
  text-decoration: underline;
}

.contents_header .menu_setting {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contents_header .menu_toggle {
	color: #206fa2;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.contents_header .menu_toggle_input {
  opacity: 0;
  display: none;
}

.contents_header .menu_toggle_input:checked + .menu_toggle_label {
  background-color: #4BD865;
}

.contents_header .menu_toggle_input:checked + .menu_toggle_label:after {
  left: 25px;
}

.contents_header .menu_toggle_label {
  width: 50px;
  height: 25px;
  margin-left: 5px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.2s;
  box-sizing: border-box;
}

.contents_header .menu_toggle_label:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.contents_header #windowStatus {
  color: #206fa2;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.contents_header #windowStatus .active {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: #0ae764;
  display: inline-block;
  border-radius: 100%;
}

.contents_header #windowStatus .inactive {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: #e70a0a;
  display: inline-block;
  border-radius: 100%;
}

.contents_header .phone_link {
  width: 100px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 998;
}

.contents_header .phone_link a:hover {
  opacity: 0.8;
}


/* ヘッダー */


/* 検索フォーム */
.search ul {
  flex-wrap: wrap;
}

.search ul li {
  margin: 10px 10px 10px 0;
}

.search ul li label {
  margin-right: 15px;
}

.search input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.output {
  margin-top: 15px;
}

.output .submit_output {
  width: 180px;
  padding: 5px 0;
  margin-right: 15px;
  background: #8fce67;;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.output .submit_output:hover {
  background:#76aa55;
}
/* 検索フォーム */


/* 一覧のテーブル */
.table {
  border-collapse: collapse;
}

.table tr {
  background: #f4f4f4;
}

.table tr:nth-of-type(2n) {
  background: #fff;
}

.table tr.hidden-item {
  color: #ddd;
}

.table tr.hidden-item2 {
  opacity: 0.3;
}

.table th {
  padding: 8px 12px;
  background: #206fa2;
  color: #fff;
  text-align: center;
  border: 1px solid #f4f4f4;
  vertical-align: middle;
}

.table td {
  padding: 8px 12px;
  text-align: center;
  border: 1px solid #d4d4d4;
  vertical-align: middle;
}

.table td.drag {
  cursor: grab;
}
/* 一覧表示のテーブル */


/* 登録フォーム */
.register .register_title {
  width: 230px;
  padding: 15px 30px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.register .register_title .must {
  color: red;
  font-size: .75rem;
}

.register label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.register .table td {
  text-align: left;
}

.register .table td textarea {
  width: 450px;
  height: 200px;
}

.register .submit_btn {
  margin-top: 20px;
}

.register .submit {
  background: #8fce67;
}

.register .submit:hover {
  background:#76aa55;
}



/* 登録フォーム */


/* ページング */
.paging {
  margin-top: 20px;
}

.paging ul {
  justify-content: center;
  flex-wrap: wrap;
}

.paging ul li {
  text-align: center;
  width: 40px;
  margin: 0 10px 10px 0;
  font-weight: bold;
}

.paging ul li.present {
  display: block;
  padding: 10px 0;
  background: #206fa2;
  color: #fff;
}

.paging ul li a {
  display: block;
  padding: 10px 0;
  background: #f4f4f4;
  color: #206fa2;
  font-weight: bold;
}

.paging ul li a:hover {
  background: #d4d4d4;
}
/* ページング */





@media screen and (max-width: 1024px) {
  /* 1024pxpx以下で適用させたいcssを記述していく */
  .register .register_title {
    padding: 15px 15px;
  }

  .register label {
    display: block;
  }
}


/* 画像アップロード */

.img_box{
	display: flex;
	align-items: flex-start;
}

.img_box img{
	width: 24%;
	margin-right: 1%;
}

.upload-area{
    margin: 5px;
    width: 150px;
    height: 150px;
    position: relative;
	border: 1px solid #206fa2;
	background: url('../img/upload.png') center 30% / 50% no-repeat;
	text-align: center;
}

.upload-area.active{
	border: 3px solid #00008b;
}

.upload-area.hidden{
	display: none;
}

.upload-area span{
    top: 70%;
    left: 0;
    right: 0;
    position: absolute;
	font-size: 0.7rem;
}

.upload-area input{
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	cursor: pointer;
}

.upload-area img{
    top: 0;
    left: 0;
	width: 100%;
    position: absolute;
	z-index: 10;
}
.image_area{
    margin: 5px;
    width: 150px;
    min-height: 150px;
	display: none;
}
.image_area.active{
	display: block;
}
.image_area img{
	width: 100%;
}
.image_area div.img_del{
	text-align: right;
	font-size: 0.9rem;
	padding: 2px;
	cursor: pointer;
}
.image_area div.img_del:hover{
	color: red;
}

/**************************\
  Basic Modal Styles
**************************/
.modal{
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-container {
  background-color: #fff;
  padding: 30px;
  min-width: 500px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-container-discount{
  min-width: 600px;
  max-width: 600px;
}

.modal-container-discount .table td{
	text-align: left;
}

.modal-container-discount .table td textarea{
  width: 350px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal-header .modal-close:before { 
  content: "\2715"; 
}

.modal-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.modal-btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal-btn:focus, .modal-btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal-btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal-content .allCheck {
  display: block;
  margin-bottom: 15px;
}

.modal-content .selectItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-content .selectItem::after{
  content:"";
  display: block;
  width:28%;
}

.modal-content .selectItem label {
  width: 28%;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

.modal-content .selectReflection {
  width: 180px;
  padding: 5px 0;
  margin: 15px auto 0;
  background: #206fa2;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.modal-content .selectReflection:hover {
  background: #154768;
}

.modal-open {
  padding: 7px 15px;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #bbb6a8;
  min-width: 100px;
  min-height: 34px;
  color: #206fa2;
  background-color: #fff;
  border-color: #206fa2;
}

.modal-open:hover {
  background-color: #ddd;
}

.selectTxt {
  padding-left: 15px;
}
.selectTxt span {
  margin: 5px 10px 5px 0px;
  display: inline-block;
}

.selectTxt > span::before {
  margin-right: 3px;
	content: "\0b7";
}


/**************************\
  Demo Animation Style
**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

/* .micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
} */



input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="date"]{
 
  position: relative;
}



@media screen and (max-width: 768px) {
  /* 768px以下で適用させたいcssを記述していく */
  #contents {
    padding-left: 0;
    padding-bottom: 100px;
  }

  .contents_header .flex {
    flex-wrap: wrap;
  }

  .contents_header .logo {
    width: 100%;
  }

  .contents_header .logo img {
    width: 200px;
  }

  .contents_header .shop {
    margin-top: 15px;
  }

  .contents_main {
    padding: 10px;
  }

  .menu_tab {
    overflow: auto;
  }
  
  /* sp用メニュー */
  .nav__cont {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -120%;
    width: 80%;
    height: 100vh;
    background: #999;
    transition: all 0.6s;
    overflow: auto;
  }

  .nav__cont:hover {
    width: 80%;
  }

  .nav__cont.panelactive{
    right: 0;
  }

  .nav__cont.panelactive .nav__cont-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav__cont ul {
    width: 100%;
  }

  .nav__cont li {
    list-style: none;
    text-align: center;
  }

  .openbtn {
    position:absolute;
    z-index: 9999;
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
    background: #fff;
    transition: all 0.6s;
  }

  .openbtn.active {
    right: 85%;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top:15px;	
  }

  .openbtn span:nth-of-type(2) {
    top:23px;
  }

  .openbtn span:nth-of-type(3) {
    top:31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .nav__cont .nav__items:hover {
    background-color: #999;
    box-shadow: none;
  }

  .nav__cont .nav__items.click {
    background-color: #999;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
  }

  .nav__items__sub .sub_menu a {
    padding-left: 20px;
  }

  .contents_header #windowStatus {
    justify-content: flex-start;
  }

  /* modal */
  .modal-container {
    min-width: 85%;
    max-width: 85%;
    max-height: 90vh;
  }

  .contents_header .phone_link {
    width: 80px;
    bottom: 20px;
    right: 20px;
    z-index: 998;
	}

  .register .submit_btn .back {
		margin-top: 20px;
	}

	.img_box {
		flex-wrap: wrap;
	}

	.img_box img {
		width: 100%;
	}

	.img_box img:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.search ul li label {
    display: block;
	}
	.search ul li label:not(:last-of-type) {
		margin-bottom: 15px;
	}
}