@charset "utf-8";
/* CSS Document */


body{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #E1DBC6;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: line-through;
  color: gray !important;
}

ul {	margin: 0px;	padding: 0px;}

li {	margin: 0px;	padding: 0px;	list-style-type: none;}

table.main {
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F9FF;
}

td.main {	margin: 0px;	padding: 5px;	border-bottom-width: 2px;	border-left-style: solid;	border-left-color: #033;
	    border-left-width: 2px;	border-bottom-style: solid;	border-bottom-color: #003;}

table.riset {
	padding: 0px;
	width: 100%;
}

.center_color {	background-color: #FFFFFF;}

.other_color {
	background-color: #FFE3E3;
}
.kichikaku_color {
	background-color: #FFFFBB;
}
.font_12 {	font-size: 0.88em;	line-height: 1.2em;	}

.font_height {	line-height: 1.6em;	}

strong {	font-size: 1.1em;	color: #006;	}

.red      {	color: #FF0000;}
.blue     {	color: #0000CC;}
.yellow   {	color: #FC0;}
.d_yellow {	color: #755E00;}



button[type='submit']:hover {
  color: #FFF;
  background: #4682B4;
}
.bt_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

.bt_in_main{
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

.bt_in_left{
	padding: 0px;
	float: left;
	height: auto;
	width: calc(25% - 3px);
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.bt_in_rig{
	padding: 0px;
	float: left;
	height: auto;
	width: 25%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

.bt_in_left2{
	padding: 0px;
	float: left;
	height: auto;
	width: calc(50% - 0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bt_in_rig2{
	padding: 0px;
	float: right;
	height: auto;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

/* 大枠 */
.ui-widget-content {
    border: 1px solid #dddddd;
    background-color: #e6e6ff;
	width: auto;
	padding: 0.5em;
	width: 75% !important;
	}
/* 年月選択ヘッダー */
.ui-widget-header {
	border: 1px solid #dddddd;
	background-color: #e6e6ff;
	color: #333333;
	font-weight: bold;
	width: 100% !important;
	text-align: center;
}
/* 矢印 */

.ui-datepicker-prev:hover {
	cursor: pointer;
	font-weight: normal;
	background-color: #e6e6ff;
}
.ui-datepicker-next:hover {
	cursor: pointer;
	font-weight: normal;
	background-color: #e6e6ff;
}
/* 年と月のプルダウンの配置を微調整 */
.ui-datepicker-title{
	width: 100% !important;
	text-align: center;
}
.ui-datepicker select.ui-datepicker-year{
	width: auto !important;
	padding: 0.2em !important;
	float: left !important;
	margin-left: 0.0em !important;
	font-size: 0.9em !important;
}
.ui-datepicker select.ui-datepicker-month{
	width: auto !important;
	padding: 0.1em !important;
	float: right !important;
	margin-right: 4.3em !important;
	font-size: 0.9em !important;
}
.ui-datepicker{
	font-size: 1.4em !important;
}

/* 日付テーブル */
.ui-datepicker table {
	background-color: #ffffff;
	border:1px solid #000;
	width: 100% !important;
	padding: 0.2em;
}
/* カレンダーテーブル設定 */
.ui-datepicker-calendar thead th, .ui-datepicker td {
	border:1px solid #000;
	padding: 0.1em;
	font-size: 1.2em;
}
/* 曜日ヘッダー */
.ui-datepicker-calendar thead th {
    padding: 0.0em 0.0em;
}
/* 日曜日 */
.ui-datepicker-calendar thead th.ui-datepicker-week-end:first-child span {
	display: block;
	border: 1px solid #ffe6ff;
	background-color: #ffe6ff;
}
/* 土曜日 */
.ui-datepicker-calendar thead th.ui-datepicker-week-end:last-child span {
	display: block;
	border: 1px solid #cce6ff;
	background-color: #cce6ff;
}
/* 平日 */
.ui-datepicker-calendar thead th span {
	display: block;
	background-color: #ffffff;
/*	border: 1px solid #c5c5c5;
	background-color: #f6f6f6; */
	padding: 2px 1px;
}



p.font_14 {
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
}

h2.font_h2 {
	font-size: 1.6em;
	line-height: 1.4em;	
	border-style: none;
	text-align: center;
}

.main_wrapper {
	width: 100%;
	margin-bottom: 1.0em;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.select_wrapper {
	width: 100%;
	margin-bottom: 0.5em;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.coco-images img {
	height: auto;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #CCC;
	border: 1px solid #FFF;
}

/*　buttonC　*/
.buttonC {
  border:3px solid #DAA520;
  background-color: transparent;
  color: #fff;
  transition: .6s all;
  position: relative;
	height: auto;
	width: 97%;
	padding: 0.3em 0.0em 0.3em 0.3em;
	margin: 0.0em 0px 0.8em 0px;
	font-size: 2.4em;
	color: #000;
}
.buttonC::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFCC00;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 50%;
  z-index:-1;
}
.buttonC::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform: scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  z-index:-1;
}
.buttonC:hover {
  color: #000
  ;
}
.buttonC:hover::after {
  transform: scale(1);
  opacity: 1;
}

p.link-bt {
}
p.link-bt a {
	width: 96%;
	text-align: center;
	font-size: 1.2em !important;
	color: #009;
	background-color: #FFF;
	display: block !important;
	margin-bottom: 0em !important;
	border-radius: 100px;
	text-decoration: none;
	border: 1px solid #009;
	box-shadow: 1px 5px 0px #666;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
p.link-bt a:hover {
	background-color: orange;
	text-decoration: none;
}


select[name ="ji"] {
	font-size: 2.0em;
	padding: 0.3em;
	width: 100%;
	float: left;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0em;
}

button[type="submit"] {
	margin: 0px 0px 0px 0px;
	padding: 0.3em 0.3em 0.3em 0.3em;
	width: 97%;
	font-size: 2.4em;
	color: #000;
	background-color:#FFCC00;
}

input[id="date"]{
	padding: 0.3em 0.0em 0.3em 0.3em;
	margin: 0.0em 0px 0.8em 0px;
	font-size: 2em;
	width:96%;
}


.window {
	padding: 0.3em 0.7em 0.2em 0.7em;
	margin: 0.2em 0px 0.2em 0px;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background: #660000;
	width:auto;
}

button[class="next"],
button[type="button"] {
	display: inline-block;
	width: 100%;
	color: #FFF;
	border: 1px solid #FFF;
	background: #660000;
	padding: 0.5em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	font-size: 1.2em;
}


button[class="next"]:hover,
button[type="button"]:hover {
  color: #FFF;
  background: #4682B4;
}

input[type="submit"]{
	display: inline-block;
	width: 100%;
	color: #FFF;
	border: 1px solid #FFF;
	background: #660000;
	padding: 0.5em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	font-size: 1.2em;
}


