﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*@import url("./customize.css");*/
/*#00adef;*/
body{
	margin: 0;
	padding: 0;
/*	background-color:#E0E5EC;*/
/*	color: #212121;*/
	background-color:#fff;
	color:#333;
	font-size:15px;
	font-family: 'Noto Sans JP', verdana;
	line-height: 140%;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: (0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.wrap {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
#canvas{
	position: absolute;
	left:     0px;
	top:      0px;
	width:100%;
	height:100%;
	z-index: -1;
}
.svgtext {
	font-size:100%;
	font-weight:600;
	font-family: 'Noto Sans JP', sans-serif;
	fill:#fff;
}
.svgtextOn {
	fill:#fff;
}
/*************************/
/* administration system */
/*************************/
.adminHeader {
	background-color: #333;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	-webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	z-index: 11;
}
.tabButton {
	width: 100%;
	height: 32px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: none;
	color: #ffffff;
	background: #333;
	cursor: pointer;
	outline: none;
	font-weight: 500;
}
.tabOff {
	width: 100%;
	height: 32px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: none;
	color: #ffffff;
	background: #333;
	cursor: pointer;
	outline: none;
	font-weight: 500;
}
.buttonOn {
	background-color: #cc3300;
	color: #ffffff;
}
.buttonon {
	background-color: #cc3300;
	color: #fff;
}
.buttonOff {
	background-color: #333;
}
.tabOn {
	width: 100%;
	height: 32px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: none;
	color: #ffffff;
	background: #cc3300;
	cursor: pointer;
	outline: none;
	font-weight: 500;
}
.button_delete {
	overflow: hidden;
	color: #4D4D4D;
	font-weight: bold;
	top: 0px;
	left: 0px;
	background:#eee;
	padding:5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	vertical-align: top;
	position: absolute;
}
/**/
.diamorregular {
	font-family: 'diamorregular';
}
a {
	text-decoration: none;
	color : inherit;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
ul, ol {
  padding-left: 0px;
}
.button {
	width: 100%;
	height: 24px;
	/*font-size: 13px;*/
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-weight: 500;
	padding-top: auto;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: auto;
/*    background-color: #00adef; */
/*    color: #fff; */
	border-style: none;
	border: 0;
/*	letter-spacing: 2px; */
	vertical-align:middle;
	cursor:pointer;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.defult {
	background-color: #2e55a0;
	color: #fff;
}
.button-active {
	background-color: #ff4500;
	color: #fff;
}
.none {
	padding:0px;
    background-color: transparent;
    
}
.question {
	background-color: #ff0000;
	color: #fff;
}
.noneradius {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    
}
.button-border {
	padding:1px;
    background-color: transparent;
	border: 1px solid #ff4500;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}
/*
.button:hover{
    opacity: 0.5;
	filter: alpha(opacity=50);
}
*/
.a:hover{
    opacity: 0.5;
	filter: alpha(opacity=50);
}
.contentsButton {
	width: 100%;
	height: 24px;
    font-size: 100%;
	color:#0096da;
    font-family: 'Noto Sans JP', sans-serif;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 500;
    padding-top: auto;
    padding-left: auto;
    padding-right: auto;
	padding-bottom: auto;
    border-style: none;
	border: 0;
	vertical-align:bottom;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
	cursor:pointer;
	outline: none;
}

/* page-top */
.page-top {
	display: block;
}
.page-top a {
	text-decoration: none;
}
.page-top a:hover {
	text-decoration: none;
}
/*******************
 *                 *
 *******************/
.contents-fixed-top {
    position:absolute;
	width:100%;
	height:70px;
    top: 0;
    left: 0;
    z-index: 1030;
	background-color: rgba(255, 255, 255, 0.65);
    padding: 5px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0;
}
/***************************/
/* GOOGLE MAP              */
/*-------------------------*/        
iframe.googlemap{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.parentPagger {
	position:relative;

}
.pagger {
	/*position:absolute;*/
	
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
}
.paggerButton {
	width: 32px;
	/*height: 32px;*/
    font-size: 130%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color:#0096da;
	background-color:#fff;
	border: 1px solid #0096da;
	vertical-align:middle;
	cursor:pointer;
	outline: none;
}
.bwWrapper {
    position:relative;
    display:block;
}
/***************/
/* #global-nav */
/***************/
.open #global-nav {
  z-index: 1000;
  visibility: visible;
}
#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

/************/
/* nav-list */
/************/
#global-nav ul li {
	margin-bottom:10px;	
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}
.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(8) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
.open #global-nav ul li:nth-child(9) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.open #global-nav ul li:nth-child(10) {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}
.open #global-nav ul li:nth-child(11) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.open #global-nav ul li:nth-child(12) {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}
.open #global-nav ul li:nth-child(13) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 2300px;
  height: 2300px;
  margin-right: -1150px;
  margin-top: -1150px;
  top: 28px;
  right: 28px;
  display: block;
  position: fixed;
  background: #2e55a0;
 -webkit-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(.02);
  transform: scale(.02);
	z-index:1;

}
#nav-base {
	top:10px;
	right:10px;
	width:85px;
	height:67px;
	background: #8b0000;
	position: fixed;
	border-radius:17px;
	z-index:1;

}
.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 6px;
  top: 8px;
  width: 23px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1001;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}


/************
/*
/************/

.l-content {
  position: relative;
  width: 100%;
	top:306px;	
  /*margin-bottom: 50%;*/
}
.nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width:100%;
	height: 49px;
	background: #0096da;
}
.navi .previous  {
	position: absolute;
	left:0;
}
.navi .next  {
	position: absolute;
	right:0;
}
.navi .previous a,
.navi .next a {
  display: inline-block;
  width: 40px;
	left:0;
  margin: 0 5px;
  line-height: 40px;
  text-decoration: none;
  color: #FFFFFF;

}

.navi .previous a:hover,
.navi .next a:hover {
  color: #0096da;
  
}

.pc_contents_button {
	height:49px;
	color:#fff;
	font-size:16px;
	background:#0096da;
}
.pc_contents_button:hover {
	height:49px;
	 color: #26245e;
}
.pc_contents_button_white {
	height:49x;
	background:#fff;
	color:#000;
	font-size:16px;
}
/*******/
/* dot */
/*******/
.dot {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 6px;
	/*top: 6px;*/
	/*z-index: 1;*/
	overflow: hidden;

}
.dot:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: calc(100% + 17px);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 100%;
}
.dot.dot_first:after {
	background-image: url("../_svg/loop_first.svg");
	animation: dotTopAnime 1.2s linear infinite;
	-webkit-animation: dotTopAnime 1.2s linear infinite;
}
.dot.dot_second:after {
	background-image: url("../_svg/loop_second.svg");
	animation: dotTopAnime 1.2s linear infinite;
	-webkit-animation: dotTopAnime 1.2s linear infinite;
}
@keyframes dotTopAnime {
	0% {
		transform: translate3d(-17px, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes dotTopAnime {
	0% {
		-webkit-transform: translate3d(-17px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}
.section {
	position: relative;

}

/* 日付 カレンダー風 */
.hyphen {
	display: none;
}
.date a {
	text-decoration: none;
}
.entry-header .date {
	position: absolute;
	top: 5px;
	left: -90px;
	width: 75px;
	height: 60px;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/syofuso/20170130/20170130143332.png?1485754436) repeat-x;
	color: #47a89c;
	text-align: center;
	line-height: 20px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 12px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	font-weight: normal;
}
.date-year::after {
	content: "-";
}
.date-month::after {
	content: none;
}
.date-year, .date-month {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
 .date-day {
	display: block;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
        color: #47a89c;
}
.en {
	font-size: 16px;
	line-height: 1.3;
	background-color: #000;
	color:#fff;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	text-align: center;
}
.advice-block {
	position: relative;
	display: inline-block;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-position: center;
	background-size:cover;
}
.advice-text {
	position: absolute;
	width: 400px;
	top: 160px;
}
/*********/
/* TABLE */
/*********/
table.type05 {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	font-size:100%;
	line-height: 100%;
	font-weight: 600;

}
table.type05 th {
	padding:1px 0px 2px 0px;
	color:#fff;
	background:#0096da;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table.type05 td {
	background:#d9d9d9;
	padding:1px 0px 2px 0px;
	color:#000;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:right;
}
table.type05 td {
	background:#D7E0E6;
}
table.type05 tr:nth-child(odd) td {
	background:#F3E9E6;
}

table.type06 {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	font-size:100%;
	line-height: 100%;
	font-weight: 600;

}
table.type06 th {
	padding:3px 2px 3px 2px;
	color:#fff;
	background:#0096da;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table.type06 td {
	background:#d9d9d9;
	padding:3px 0px 3px 0px;
	color:#000;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:right;
}
table.type06 td {
	background:#D7E0E6;
}
table.type06 tr:nth-child(odd) td {
	background:#F3E9E6;
}
table.type12 {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	font-size:100%;
	line-height: 100%;
	font-weight: 600;
}
table.type12 td {
	padding:2px 0px 2px 0px;
	color:#000;
	text-align:left;
}

.radius-top-left {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 10px;  
}
.radius-top-right {
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px;  
}
.radius-bottom-left {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px;  
}
.radius-bottom-right {
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px;  
}
.code-left {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;  
}
.code-right {
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px;  
}
/************/
/* パンくず */
/************/
breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
}

/**********
 * loding *
 **********/
.loading{
	align-items: center;
	background: #fff;
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}
.loading p{
	width: 100%;
}

/**********
 * slider *
 **********/

#slider{
    margin: 0 auto;
    width: 100%;
}
#slider img{
	height: auto;
	width: 100%;
}
/*slick setting*/
#slick-prev:before,
#slick-next:before{
    color: #000;
}


/*
/*



*/
.sankou-badge, .link-badge {
	position: absolute;
	content: "";
	top:-10px;
	right:-2px;
	width:24px;
	height:24px;
	background:url('../_svg/info-circle-solid.svg');
	background-size:cover;
}
.svg-area {
	cursor: pointer;
}
.radius-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}
/******


/* --- ERRORS --- */
.error INPUT, .error TEXTAREA, .error SELECT .error RADIO {
	border-width:2px;
	border-style:solid;
	border-color:#ED1C24;
	background:#FFE6E7;
	}


.hint { color:#888; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
    width: 100%;
    height: 30px;
    padding: 9px 5px;
    /*font-size: 16px;*/
	font-weight: normal;
	line-height: 22px;
	color: #000;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	resize: none;

}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	box-sizing: border-box;
    padding: 0 5px;
    min-height: 27px;

-webkit-appearance: none;
background-color: #f5f8fa;

}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
/*
textarea:disabled,
input:disabled {
	font-weight:600;
	font-size:110%;
	color:#000;
	width: 100%;
    height: 46px;
    position: absolute;
    top: -17px;
    left: 6px;
    padding-top: 1.5em;
    padding-bottom: 0.3571428571em;
	background:transparent;

}
*/
input:disabled {
    color: #000;
    background-color: transparent;
    border: none;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: 30px;
    padding: 1px 30px 1px 10px;
    border: 1px solid #cbd6e2;
	/*font-size: 22px;*/
    font-weight: normal;
    line-height: 22px;
    background-image: url(./_svg/arrow-alt-circle-down-solid.svg);
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: right 3px center;
	background-color: #f5f8fa;
}
.hero-info {
	width: 201px;
    height: 201px;
    background-color: #f4dd21;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.4px;
    color: #000;
    border-radius: 50%;
    position: absolute;
    left: 116px;
    bottom: -60px;
    flex-direction: column;
    z-index: 10;
    padding: 0 34px;
}

#openning {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: block;
	z-index: 1002;
}
/*



*/
.gnavi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    /*margin:0 0 50px 0;*/
    list-style: none;
}

.gnavi li a{
	display: block;
	padding:10px 30px;
	text-decoration: none;
	font-size: 110%;
	font-weight: 600;
	color: #2e55a0;
}

.gnavi li{
    /*margin-bottom:20px;*/
}



.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#ff9933;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#2e55a0;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}
.gnavi li .active {
	color:#ff9933;
}
/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
/**** snavi gnavi 小さい版 ***/
.snavi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    list-style: none;
}

.snavi li a{
	display: block;
	padding:5px 15px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 600;
	color: #fff;
}
.snavi li{
    /*margin-bottom:20px;*/
}
.snavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}
.snavi li.current a,
.snavi li a:hover{
	color:#ffff00;
}
.snavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#ffff00;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.snavi li.current a::after,
.snavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}



/*========= 検索窓を開くためのボタン設定 ===========*/

.open-btn{
  cursor: pointer;/*カーソルを指マークに*/
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn.btnactive{
  background:url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_close.svg") no-repeat 15px center;/*閉じるアイコンを背景に表示*/
  background-size: 18px 18px;
}

/*========= 検索窓の設定 ===============*/

/*==検索窓背景のエリア*/

#search-wrap{
	position:absolute;/*絶対配置にして*/
	top:250px;
	right:-25px;
	z-index: 1003;/*最背面に設定*/
	opacity: 0;/*透過を0に*/
	width:0;/*横幅は0に*/
	transition: all 0.4s;/*transitionを使ってスムースに現れる*/
	border-radius: 5px;
}
/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	z-index: 1003;/*全面に出現*/
	width:280px;
	padding:20px;
	top:45px;
	background:#f0f0f0;
}
#search-button {
	width: 28px;
	height: 28px;
	background: url('../_svg/bx-search.svg');
}
#search-button.panelactive{
	width: 28px;
	height: 28px;
	background: url('../_svg/bx-x-circle.svg');


}
/*==検索窓*/
#search-wrap #searchform{
  display: none;/*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform{
  display: block;/*検索窓を表示*/
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
  -webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer;/*カーソルを指マークに*/
  color: #333;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom:2px solid #ccc;
  transition: all 0.5s;
  letter-spacing: 0.05em;
    height:46px;
  padding: 10px;
}

/*テキスト入力inputにフォーカスされたら*/
#search-wrap input[type="text"]:focus {
	border: 1px solid #a21725;
}

/*ボタンinput設定*/
#search-wrap input[type="submit"] {
	position: absolute;
	top:13px;
	right:30px;
	background:url("../_svg/bx-search-black.svg") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	background-size: 26px 26px;
	width:30px;
	height: 60px;
	border:none;
}
/* スマホ用 */
#search-smart {
 position:relative;
	width:200px;
	transition: all 0.4s;
	border-radius: 5px;
}
/*ボタンinput設定*/
#search-smart input[type="submit"] {
	position: absolute;
	top:6px;
	right:6px;
	background:url("../_svg/bx-search-black.svg") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	background-size: 30px 30px;
	width:30px;
	height: 30px;
}
.about-intro {
    margin: 0 auto;
    margin-bottom: 180px;
}
.txt-vertical {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    white-space: pre-line;
}
.base {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    background: #ffff00;
    text-align: center;
    position: relative;
    width: 61px;
    padding-top: 8px;
    margin-right: 13px; }

.base:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid #ffff00;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      position: absolute;
      bottom: -15px;
      left: 0; }


/*アコーディオンタイトル*/
.toggle_fq{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .2s ease;
}
.toggle_fq:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url('../_svg/bx-down-arrow-circle.svg') no-repeat right top;
	background-position: 50%;
	background-size: cover;
	position:absolute;
	top: 50%;
	right: 1%;
	transform: translateY(-50%);
	transition: 0.2s;
}
.toggle_fq.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}
.toggle_fa {
	display: none;/*はじめは非表示*/

}

/*アコーディオンタイトル*/
.toggle_cartHead {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .2s ease;
}
.toggle_cartHead:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url('../_svg/bx-down-arrow-circle.svg') no-repeat right top;
	background-position: 50%;
	background-size: cover;
	position:absolute;
	top: 50%;
	left: 1%;
	transform: translateY(-50%);
	transition: 0.2s;
}
.toggle_cartHead.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}
/*アコーディオンで現れるエリア*/
.toggle_cartDetail {
	display: none;/*はじめは非表示*/

}
.toggle_payContents {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .2s;
}
.toggle_payHead:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url('../_svg/bx-circle.svg') no-repeat right top;
	background-position: 50%;
	background-size: cover;
	position:absolute;
	top: 12px;
	left: 1%;

}
.toggle_payHead.selected:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url('../_svg/bx-circle-selected.svg') no-repeat right top;
	background-position: 50%;
	background-size: cover;


	position:absolute;
	top: 12px;
	left: 1%;

}
.toggle_payDetail {
	display: none;/*はじめは非表示*/

}

.scrollReveal {
	display: inline-block;
	font-family: 'BERNIERDistressed-Regular';
	color:#ffff00;
}
.inviewTitle {
	display: inline-block;
	font-family: 'BERNIERDistressed-Regular';
	font-size:64px;
	color:#ffff00;
	letter-spacing:12.0px;
	font-weight:400;
}

.conceptPcTitle {
	display: inline-block;
	font-family: 'BERNIERDistressed-Regular';
	font-size:64px;
	color:#fff;
	letter-spacing:12.0px;
	font-weight:400;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.conceptSmartTitle {
	display: inline-block;
	font-family: 'BERNIERDistressed-Regular';
	font-size:64px;
	color:#ffff00;
	letter-spacing:12.0px;
	font-weight:400;

}

.productsTag {
	font-size:100%;
	text-align:center;
	border-radius: 3px;
	color:#fff;
	padding:5px;
	font-weight: 400;
}


/* HOME CONCEPT */
.fixed-bg {
	min-height: 913px;
	background-size: cover;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover; 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.5;
	overflow-x: hidden;   
}
.thumbnailProducts {
-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.thumbnailProducts:hover {
	    -moz-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
}

/* home caregory */


.homeCategory {
    background-repeat: no-repeat;
    background-position: center top;
	border: 3px solid;
	border-color: #ffff00;
    border-radius: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.homeCategory:hover {
	    -moz-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
}

/* products */

.productsMain {
	width: 100%;
	vertical-align: bottom;
}

.productsThumbnail {
	display: block;
	cursor: pointer;
}

.productsThumbnail:not(.active) {
	opacity: 0.4;
}
.zoom {
	display:inline-block;
	position: relative;
}
.zoom img {
	display: block;
}
#productsMain img:hover { cursor: url(../_img/grab.cur), default; }

input[type="text"].none {
	margin: 0px;
	padding:0px;
	border: none;
	background-color:transparent;
	font-weight:600;
	font-size:100%;
	color:#000;
	text-align:right;
	width:100%;
}
input[type="text"].fs120pa {
	font-size: 120%;
}
input[type="text"]:focus {
  border: 1px solid #a21725;
  outline: 0;
}
input[type="password"]:focus {
  border: 1px solid #a21725;
  outline: 0;
}
input[type="text"].field_input {
	width:100%;
	height:46px;
	position:absolute;
	top:0px;
	left:0px;
	padding-top: 1.5em;
	padding-bottom: 0.3571428571em;
}
input[type="password"].field_input {
	width:100%;
	height:46px;
	position:absolute;
	top:0px;
	left:0px;
	padding-top: 1.5em;
	padding-bottom: 0.3571428571em;
}
textarea.field_input {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	padding-top: 1.5em;
	padding-bottom: 0.3571428571em;
}
.field_guide {
	position:absolute;
	top:0px;
	left:7px;
	font-size:100%;
	color:#000;
}
.field_error {
	position:absolute;
	top:42px;
	left:7px;
	height:14px;
	color:#a21725;
	font-size:80%;
	
}
.field_frame {

	width:100%;
	height:46px;
position:absolute;
	top:0px;
	left:0px;
	padding: 0 5px;
    -webkit-appearance: none;
	border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

}
.field_answer {
	width:100%;
	height:46px;
	position:absolute;
	top:20px;
	left:8px;
	font-weight: 600;
	font-size: 110%;
}

select:focus {
  border: 1px solid #a21725;
  outline: 0;
}
textarea:focus {
  border: 1px solid #a21725;
  outline: 0;
}
.notice {
	position:absolute;
	top:8px;
	content: '*';
	color: #a21725;
	font-size:200%;
	vertical-align:middle;
}
input[type="hidden"].hidden {
	/*display: block;*/
	visibility: visible;



}
input[type="number"]:focus {
	border: 1px solid #a21725;
	outline: 0;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	-moz-appearance:textfield !important;
}

#badge {
	position: absolute;
	display: block;
	font-weight: bold;
	background-color: #a21725;
	border-radius: 50%;
	font-size: 1em;
	line-height: 1;
	min-width: 1em;
	padding: 3px;
	padding-top:2px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 3px #999;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	color: #fff;
	z-index:+1;

}
.cart_guide {
	display:inline-block;
	width:80px;
	height:80px;
	background:#A21725;
	color:#fff;
	font-weight:600;
	border-radius:50%;

}
.cart_string {
	width:2%;
	display: flex;
      align-items: center;
}
.cart_string:before, .sample:after {
        content: "";
        flex-grow: 1;
        height: 5px; /* 線の太さを変えたいときはここを変える */
        background: #fff; /* 線の色を変えたいときはここを変える */

}

#video-contents {
	position: relative;
	height: 100vh;
} 
#video{
	position: relative;
	height: 100vh;
} 
#video-area{
	/*position: fixed;*/
	position: absolute;
	z-index: -1;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
}

#video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
}

#video-contents .video-cover {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video-contents .video-caption{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color:#fff;
	text-shadow: 0 0 15px #666;
	z-index:1;
}

#video-contents .video-footer {
	position: absolute;
	width: 100%;
	height: 100vh;
	bottom: 0;
	left: 0;
	background-image: url('../../_svg/video_footer.svg');
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.category_bg {
	fill: #ffff00;
}
.footerBorder {
  text-align: center;
  display: inline-block;
  margin: 0;
  border-top: solid 1px #fff;
  position: relative;
}

.footerBorder:after{
  content: "";
  border-top: solid 1px #666;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  
}
.tooltip {
    width:130px;
    padding:10px;
    font-size:12px;
    margin:-30px 0 0;
    background-color:#ffff00;
    color:#fff;
    position:absolute;
    right:-160px;
    top: 50%;
}
.tooltip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #5e5e5e;
  border-width: 8px;
  margin-top: -8px;
}
/* */
#vegas-contents {
	position: relative;
	/*height: 100vh;*/
	width:100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	z-index: -1;

}
#vegas {
	width: 100%;
	height: 300px;
	overflow:hidden;

}
#vegasSliderInner {
	/*position: absolute;*/
	display:inline-block;
	margin: 300px auto 0px auto;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	font-size: 140%;
	font-weight: 600;
	line-height: 150%;
	color: #fff;
	/*overflow:hidden;*/
	transform: translate(-50%,-50%);	
	animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

#vegas-contents .footer {
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
/*    background-image: url(../../_svg/video_footer.svg);*/
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#header {
/*fixedで上部固定*/
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index: 999;
	display: flex;
	justify-content: space-between;

}

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-153px);
  }
}

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-153px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


/*
#footer {
/*	display:block;
	position: absolute;

	width:100%;
/*	background-image: url('../../_svg/footer_bg.svg');
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;

}
*/

h1 {
	font-weight: 600;
	font-size: 80%;
	color: #fff;
	margin: 0px;
}
.newsCategory {
	display: inline-block;
    font-size: 16px;
    color: #231815;
    background-color: #f4dd21;
    border-radius: 4px;
    min-width: 123px;
    text-align: center;
    padding: 3px 0;
}
/************/
/* subtitle */
/************/
.subtitle {

	font-size: 1.5625rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding: 0.6875rem 0.875rem 0.8125rem 1rem;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    
	/*border: #D9DCE0 1px solid;
    background-color: #EDEEF0;
	*/
	background-color: #cccc99;
}

/* form */
.compulsory {
	font-size: 100%;
	font-weight: 400;
	color: red;

}
.iferror {
	font-size: 100%;
	font-weight: 600;
	color: #000;
}


#about .blur {
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 5px;
/*
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

	line-height: 1.5;
	max-width: 100%;
	padding: 1rem;
*/
}

#about .background {
	width: 100%;
	height: 100vh;
	background-image: url('../_img/photo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#greeting .gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
#greeting .none-gray {
	box-shadow: 0 0 8px #333;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

#business {
	

}

.img-block img {
  transition: 0.3s;
  /*拡大されるスピードを設定します*/
}
.img-block img:hover {
  -moz-transform: scale(1.5,1.5);
  -webkit-transform: scale(1.5,1.5);
  -o-transform: scale(1.5,1.5);
  -ms-transform: scale(1.5,1.5);
  /*拡大される比率を設定します*/
}
.contents-Top {
	margin-top:150px;
}
#recruit {


}

#guide .accordion-trigger { /* label */
	/*height:64px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 48px;
	text-align: left;
	font-weight: 600;
	font-size: 120%;
	cursor: pointer;
	display: block;
	background:#f0f0f0;
	border: 1px solid #ccc;
	padding-right: 42px; /* padding + icon width */
	position: relative;
}

/* icon */
#guide .accordion-trigger::before,
#guide .accordion-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: 2px;
  width: 12px;
  background-color: #000;
  transition: all .1s ease-out;
}
#guide .accordion-trigger::after {
  transform: rotate(90deg);
}

#guide .accordion-trigger.is-opened::after {
  opacity: 0;
  transform: rotate(0);
}
/* /icon */
#guide .accordion-target { /* target */
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  text-align: left;
}
/********************************/
/* goto return animetion buttom */
/********************************/
.goto {
	position: relative;
	background:#ffff00;
	/*font-size: 150%;
	font-weight: 600;*/
	border-radius: 8px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit,
.arrow {
	/*display: inline-block;*/
	vertical-align: middle;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.submit {
	text-transform: uppercase;
}
.arrow {
	position: relative;
	opacity: 1.0;
}
.goto:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);

}
/*
.goto.active {
	background: #000;

}
/*
.goto.hover .submit {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;	
}
*/
.goto.hover .arrow {
	-webkit-transform: translateX(+50%);
	-moz-transform: translateX(+50%);
	transform: translateX(+50%);
	opacity: 1;
}

.goto.active .arrow {
	opacity: 1.0;
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	transform: translateX(200px);
}
.goto.active .submit {
	opacity: 1.0;
	color: #000;
}
.return {
	position: relative;
	background:#ffff00;
	/*font-size: 150%;
	font-weight: 600;*/
	border-radius: 8px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.return:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);

}

/*
.return.hover .submit {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;	
}
*/
.return.hover .arrow {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1.0;
}
/* return */
.return.active .arrow {
	opacity: 1.0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	transform: translateX(-100px);
}
.return.active .submit {
	opacity: 1.0;
	color: #000;
}
/*************/
/* tab about */
/*************/
.tab-about {
	display: flex;
	flex-wrap: wrap;
}
.tab-about li a{
	display: block;
	font-weight:600;
	color:#fff;
	background:#666666;
	margin:0px;
	padding:10px 20px;
	border-radius: 5px 5px 0 0;
	
}

/*liにactiveクラスがついた時の形状*/
.tab-about li.active a{
	background: #f0f0f0;
	color:#000;
}


/*エリアの表示非表示と形状*/
.area-about {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area-about.is-active {
	display: block;/*表示*/
	animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
	animation-duration: 2s;
	animation-fill-mode: forwards;
	background: #f0f0f0;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

ul{
	list-style:none;
}

/****************/
/* toggle about */
/****************/
.toggle-about-title {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
}
.toggle-about-content {
	display: none;
}
/* タイトルの背景色 */
.toggle-about-item .toggle-about-title {
	background-color: #0096da;
}

/* 矢印 */
.toggle-about-title {
	position: relative;
}
.toggle-about-title:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../_svg/bx-down-arrow-circle.svg) no-repeat right top;
	background-position: 50%;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translateY(-50%);
	transition: 0.2s;
}
.toggle-about-title.open::after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #ccc;
    /*border-radius: 8px;*/
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 13px;
    background: #FFF;
    color: #ccc;
    /*font-weight: bold;*/
}
.box26 p {
    margin: 0; 
    padding: 0;
}
.off {
	background: #ccc;
	border:1px solid #ccc;
}
.on {
	background: #0096da;
	border:1px solid #0096da;
}
.tab {
    /* width: 100%; */
    height: 32px;
    text-align: center;
    /*border: 1px solid #f0f0f0;*/
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	 color: #fff;
/*    border-bottom: none; */
    cursor: pointer;
    outline: none;
    font-weight: 600;
}





/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
	font-weight:400;
	margin: 0px;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #cbd6e2;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #0096da;
    border-bottom: 3px solid #0096da;
    content: '';
    display: block;
    height: 10px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

/* ラジオボタン01 */
input[type=radio] {
    display: none;
}
.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio01::before {
    background: #f5f8fa;
    border: 1px solid #cbd6e2;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio01::after {
    background: #0096da;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

/*===========
#scroll-box
===========*/
#scroll-box {
	margin: 0 auto;
	width: 1400px;
	height:400px;
	overflow-x: auto;
	overflow-y: auto;

}
.viewTable table {
	width: 100%;
}
.viewTable th {
	background: #666;
	/*width: 300px;*/
	height: 30px;
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #fff;
	color:#fff;
	line-height:1;
}
.viewTable td {
	/*background: #fff;*/
	/*width: 300px;*/
	height: 30px;
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #fff;
	color:#000;
	line-height:1;
}

.viewTable .fixed01,
.viewTable .fixed02,
.viewTable .fixed03,
.viewTable .fixed04 {
  position: sticky;
  top: 0;
  left: 0;

}
.viewTable .fixed01:before,
.viewTable .fixed02:before,
.viewTable .fixed03:before,
.viewTable .fixed04:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.viewTable .fixed01 {
  z-index: 4;

}
.viewTable .fixed02 {
  z-index: 3;
}
.viewTable .fixed03 {
  z-index: 2;
}
/**/
/**/
.weekTable table {
	width: 100%;
}
.weekTable th {
	background: #666;
	width: 300px;
	height: 30px;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ccc;
	color:#fff;
	line-height:1;
}
.weekTable td {
	background: #fff;
	width: 300px;
	height: 30px;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #fff;
	color:#000;
	line-height:1;
}

.weekTable .fixed01 {
	position: sticky;
	top: 0;
}
.weekTable .fixed01:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;

}
/* form */
.formLeft {
	width:120px;
	height:31px;
	background:#666;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;

}
.formRight {

}
select:disabled {
	opacity: 1.0;
}
.disabledClass {
	background: #ccc;
	color:#000;
}
.disabledNone {
	background: #666;
	color:#fff;
}
.footer-fix {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.viewCard {
	width: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background: #E0E5EC;
	border-radius: 5px;
	box-shadow: 
		inset 0 0 5px rgba(55, 84, 170, 0), 
		inset 0 0 10px rgba(255, 255, 255, 0), 
		2px 2px 4px rgba(55, 84, 170, 0.15), 
		-2px -2px 4px white, 
		inset 0px 0px 2px rgba(255, 255, 255, 0.2);
	transition: box-shadow 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
	overflow:hidden;
}
/*パスワードの非表示*/
.mdi-eye:before {
   background: url('./_svg/bx-show.svg');
   background-size: contain;
   content: '';
   display: block;
   width: 24px;
   height: 24px;
   position: absolute;
   top:3px;
   right: 5px;
}
/*パスワードの表示*/
.mdi-eye-off:before {
   background: url('./_svg/bx-hide.svg');
   background-size: contain;
   content: '';
   display: block;
   width: 24px;
   height: 24px;
   position: absolute;
   top:3px;
   right: 5px;
}
.field-icon {
   position: absolute;
}  
.footer-fix {
  position: absolute;
  bottom: 0;
}
/* number spin */
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] { 
  -moz-appearance:textfield; 
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
.massagebox {
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.massagebox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.border-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;


}
