@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							共通項目用CSS									*/
/****************************************************************************/
/* ----------------------------------------------------
					初期化
---------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite,
del, dfn, img, ins, kbd, q, samp,
strong, sub, sup, var, area,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4b2a2a;
	font-size: 16px;
	font-size: 1.6rem;
	background: url(../img/common/bg.png);
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #6f4b37;
}

img {
	vertical-align: bottom;
}

label{
	white-space:nowrap;
}

address {
	font-style: normal;
}

button {
	cursor: pointer;
}

a:hover, button:hover {
	opacity:0.8;
}

@font-face {
	font-family: "genjyuugothic";
	src: url("../font/genjyuugothic/GenJyuuGothic-P-Regular.eot?") format('eot');
	src: url('../font/genjyuugothic/GenJyuuGothic-P-Regular.eot?#iefix') format('embedded-opentype'),
		url("../font/genjyuugothic/GenJyuuGothic-P-Regular.woff") format('woff'),
		url("../font/genjyuugothic/GenJyuuGothic-P-Regular.ttf")  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "genjyuugothic";
	src: url("../font/genjyuugothic/GenJyuuGothic-P-Medium.eot?") format('eot');
	src: url('../font/genjyuugothic/GenJyuuGothic-P-Medium.eot?#iefix') format('embedded-opentype'),
		url("../font/genjyuugothic/GenJyuuGothic-P-Medium.woff") format('woff'),
		url("../font/genjyuugothic/GenJyuuGothic-P-Medium.ttf")  format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'bdp_gelly';
	src: url('../font/BDP_GeLLY/bdp_GeLLY.eot');
	src: url('../font/BDP_GeLLY/bdp_GeLLY.eot?#iefix') format('embedded-opentype'),
		url('../font/BDP_GeLLY/bdp_GeLLY.woff2') format('woff2'),
		url('../font/BDP_GeLLY/bdp_GeLLY.woff') format('woff'),
		url('../font/BDP_GeLLY/bdp_GeLLY.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}


/* ----------------------------------------------------
					段組
---------------------------------------------------- */
#wrapper{
	min-width: 1100px;
}

#wrapper.drawer {
	transform: translateX(-76%);
	transition: transform 200ms ease-in-out 0ms;
}

.container{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.container:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

#sub_box {
	width: 250px;
	float: right;
}

#main_box {
	float:left;
	width: 825px;
}

#main_box2 {
	float:left;
	width: 100%;
}

#main_box3 {
	float:left;
	width: 80%;
	margin: 20px;
}


/* ----------------------------------------------------
		ヘッダー
---------------------------------------------------- */
#header {
	margin: 0 auto;
	position: relative;
}

#head_left {
	float: left;
	width: 320px;
	padding: 65px 20px 0;
	box-sizing: border-box;
	
}

#head_right {
	float: right;
	width: 780px;
	height: 440px;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

#head_search_form {
	width: 260px;
}

#head_search_form input.gsc-search-button-v2 {
	padding: 6px;
}

#head_search_form .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0px;
}

#head_search_form input.gsc-search-button, #head_search_form input.gsc-search-button:hover, #head_search_form input.gsc-search-button:focus {
	background-color: #4b2a2a;
}

#font_change {
	float: left;
}

#font_change dt {
	float: left;
	line-height: 32px;
}

#font_change dd {
	float: left;
	margin-left: 5px;
}

#font_change dd img {
	cursor: pointer;
}

#font_change dd img:hover {
	opacity:0.8;
}

.head_sns_list {
	float: left;
	margin-left: 7px;
}

#head_sns_list li{
	float: left;
	margin-left: 7px;
}

#head_login_list {
	padding-top: 5px;
	clear: both;
}

#head_login_list li {
	margin-top: 8px;
	line-height: 20px;
}

#aichi_logo {
	text-align: right;
	margin-top: 15px;
	
}

#head_link_list {
	background-color: #ffffff;
	display: inline-block;
	border-radius: 0 0 5px 5px;
	padding: 12px 30px 12px 30px;
	margin-left: 10px;
}

#head_link_list li {
	float: left;
	margin-left: 13px;
}

#head_link_list li:first-chilld {
	margin-left: 0;
}

#head_link_list li a{
	display: inline-block;
	font-family: "genjyuugothic";
	font-weight: bold;
	font-size: 1.35rem;
	line-height: 1;
	text-decoration: none;
}

#head_link_list li a:before {
	background: url(../img/common/arrow_red.png) no-repeat;
	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}

#page_title {
	position: absolute;
	bottom: 0;
	height: 70px;
	width: 100%;
	font-size: 3.2rem;
	color: #ffffff;
	font-family: "genjyuugothic";
	text-align: right;
	line-height: 70px;
	padding-right: 30px;
	box-sizing: border-box;
}

#page_title span {
	font-family: "bdp_gelly";
	font-size: 1.8rem;
	font-weight: normal;
	margin-left: 15px;
}

#page_title2 {
	position: absolute;
	bottom: 0;
	height: 70px;
	width: 100%;
	font-size: 2.6rem;
	color: #ffffff;
	font-family: "genjyuugothic";
	text-align: right;
	line-height: 70px;
	padding-right: 30px;
	box-sizing: border-box;
}

#page_title2 span {
	font-family: "bdp_gelly";
	font-size: 1.6rem;
	font-weight: normal;
	margin-left: 15px;
}

/***** グローバルナビゲーション *****/
#navi {
	height: 120px;
	border-top: 1px solid #dad8d1;
	border-bottom: 1px solid #dad8d1;
	background-color: #ffffff;
}

#navi ul {
	background: url(../img/common/navi.png);
	width: 1100px;
	height: 120px;
	margin: 0 auto;
}

#navi li {
	float: left;
	position: relative;
}

#navi li a {
	display: block;
	width: 122px;
	height: 120px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#navi li:last-child a {
	width: 124px;
}

#navi li:before {
	content: "";
  display: none;
	height: 80px;
	width: 1px;
	display: block;
	background-color: #dad8d1;
	position: absolute;
	top: 20px;
	left: -1px;
}

#navi li:first-child:before {
	background: none;
}

#navi li a:hover {
	opacity: 0.3;
	background-color: #ffffff;
}

#sp_header {
	display: none;
}


/* ----------------------------------------------------
		フッター
---------------------------------------------------- */
footer {
	width: 100%;
	padding: 30px 0 40px;
	margin-top: 70px;
	position: relative;
	background: url(../img/common/foot_bg.png);
}

#foot_banner {
	background-color: #ffffff;
	padding: 30px 59px;
	border: 1px solid #dad8d1;
	box-sizing:border-box;
	border-radius: 10px;
}

#foot_banner .bx-wrapper{
	position: relative;
}

#foot_banner .bx-prev {
	background: url(../img/common/slider_l.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	content: "";
	position: absolute;
	top: 27px;
	left: -37px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#foot_banner .bx-next {
	background: url(../img/common/slider_r.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	content: "";
	position: absolute;
	top: 27px;
	right: -37px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#foot_link_list {
	margin: 25px 0;
}

#foot_link_list li {
	display: inline-block;
	font-family: "genjyuugothic";
	font-weight: bold;
	background: url(../img/common/arrow_red_l.png) no-repeat left center;
	height: 21px;
	line-height: 21px;
	padding-left: 25px;
}

#foot_link_list li:first-child {
	margin-right: 20px;
}

#foot_link_list li a {
	text-decoration: none;
}

#foot_address h1 {
	line-height: 1.2;
	font-size: 2.0rem;
	color: #704639;
}

#foot_address address {
	line-height: 1.5;
	margin-top: 10px;
	color: #533434;
}

#copyright {
	margin-top: 30px;
	font-size: 1.4rem;
}

#foot_aichi_link {
	text-align: right;
	margin-top: 10px;
}

#to_top {
	background: url(../img/common/top_arrow.png) no-repeat;
	width: 91px;
	height: 91px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 999;
}


/* ----------------------------------------------------
		パンくずリスト
---------------------------------------------------- */
#topic_path{
	margin: 20px 0 35px;
	font-size: 1.3rem;
	line-height: 1.5;
}

#topic_path ul, #topic_path li{
	display: inline;
}

#topic_path li:before {
	display: inline-block;
	content: "＞";
	margin: 0 12px;
}

#topic_path li:first-child:before{
	background: url(../img/common/ico_home.png);
	content: "";
	width: 16px;
	height: 14px;
	margin: 0 6px 0 0;
	vertical-align: top;
}


/* ----------------------------------------------------
		右メニュー
---------------------------------------------------- */
#side_menu {
	margin-bottom: 10px;
}

#side_menu h1 {
	text-align: center;
	margin-bottom: 20px;
}

#side_menu li {
	border-top: 1px solid #e7e7e7;
	padding: 15px 20px 15px 40px;
	background-repeat: no-repeat;
	background-position: 20px 21px;
	font-size: 1.6rem;
	font-family: "genjyuugothic";
	line-height: 1.5;
}

#side_menu li ul {
	margin-top: 7px;
}

#side_menu li li {
	border-top: none;
	padding: 7px 0px 7px 18px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 1.4rem;
}

#side_menu li a {
	text-decoration: none;
}

#side_calendar {
	background-color: #fff1a6;
	border-radius: 5px;
	width: 250px;
	margin: 0px auto 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
	font-size: 1.3rem;
}

#sub_box .ui-datepicker {
	padding: 0;
}

#sub_box .ui-widget-header {
	margin-top: 0;
}

#sub_box .ui-datepicker-calendar {
	margin-bottom: 10px
}

#side_calendar h1 {
	margin: 0 -20px;
}

#side_event_calendar {
	border-bottom: 1px solid #ded7b8;
	margin: 0 0 10px;
}

#side_event_calendar_explain p {
	font-size: 1.3rem;
}

#side_guide {
	background: url(../img/common/side_guide_bg.png) no-repeat;
	width: 250px;
	height: 280px;
	margin: 10px auto 0;
	position: relative;
}

#side_guide h1, #side_guide h2 {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#side_guide p {
	position: absolute;
	bottom: 15px;
	left: 21px;
}

#side_report {
	background-color: #b5eaed;
	border-radius: 5px;
	width: 250px;
	margin: 35px auto 0;
	padding: 0 10px 20px;
	box-sizing: border-box;
}

#side_report h1 {
	margin: -22px 0 5px -22px;
}

#side_report h2 {
	color: #ce5873;
	font-size: 1.3rem;
	font-weight: normal;
}

#side_report_box {
	display: table;
	width: 100%;
	margin: 8px 0 15px;
}

#side_report_photo {
	display: table-cell;
	vertical-align: top;
	padding-right: 8px;
}

#side_report_txt {
	display: table-cell;
	vertical-align: top;
	line-height: 1.38;
	font-size: 1.3rem;
}

#side_jirei {
	background: url(../img/common/side_jirei_bg.png) no-repeat;
	width: 250px;
	height: 248px;
	margin: 10px auto 0;
	position: relative;
}

#side_jirei h1, #side_jirei h2 {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#side_jirei p {
	position: absolute;
	bottom: 15px;
	left: 21px;
}

#sub_box a.btn_link {
	width: 208px !important;
}

#sub_box a.btn_link:hover {
	/*opacity: 1;*/
}


/* ----------------------------------------------------
		ブロック要素
---------------------------------------------------- */
.f_left {
	float: left !important;
}

.f_right {
	float: right !important;
}

.table_box {
	display: table;
}

.table_box_cell {
	display: table-cell;
	vertical-align: top;
}

.content2_1 {
	width: 48%;
	float: left;
}

.content2_2 {
	width: 48%;
	float: right;
}

.content3_1 , .content3_2 , .content3_3 , .content3_2_1 , .content3_3_1{
	width: 32%;
	float: left;
}

.content3_2 {
	margin-right: 2%;
	margin-left: 2%;
}

.content4_1 , .content4_2 , .content4_3 , .content4_4 {
	width: 22%;
	float: left;
}

.content4_2 {
	margin-left: 4%;
	margin-right: 4%;
}

.content4_3 {
	margin-right: 4%;
}

.three_col_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.three_col_list li {
	float: left;
	width: 30%;
	margin-left: 5px;
}

.three_col_list li:first-child {
	margin-left: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.box_center {
	margin-left: auto;
	margin-right: auto;
}

.inline_block {
	display: inline-block;
}

.vertical_top {
	vertical-align: top;
}

.width_max {
	width: 100% !important;
}

.width_25_per {
	width: 25% !important;
}

.width_35_per {
	width: 35% !important;
}

.width_40_per {
	width: 40% !important;
}

.width_45_per {
	width: 45% !important;
}

.width_50_per {
	width: 50% !important;
}

.width_55_per {
	width: 55% !important;
}

.width_60_per {
	width: 60% !important;
}

.width_65_per {
	width: 65% !important;
}

.width_70_per {
	width: 70% !important;
}

.width_75_per {
	width: 75% !important;
}

.box_hide {
	display: none;
}


/* ----------------------------------------------------
		余白
---------------------------------------------------- */
.no_margin {
	margin: 0 !important;
}

.top_margin_5 {
	margin-top: 5px !important;
}

.top_margin_10 {
	margin-top: 10px !important;
}

.top_margin_15 {
	margin-top: 15px !important;
}

.top_margin_20 {
	margin-top: 20px !important;
}

.top_margin_30 {
	margin-top: 30px !important;
}

.top_margin_40 {
	margin-top: 40px !important;
}

.top_margin_50 {
	margin-top: 50px !important;
}

.top_margin_100 {
	margin-top: 100px !important;
}

.left_margin_5 {
	margin-left: 5px !important;
}

.left_margin_10 {
	margin-left: 10px !important;
}

.left_margin_20 {
	margin-left: 20px !important;
}

.left_margin_30 {
	margin-left: 30px !important;
}

.right_margin_5 {
	margin-right: 5px !important;
}

.right_margin_10 {
	margin-right: 10px !important;
}

.right_margin_20 {
	margin-right: 20px !important;
}

.right_margin_30 {
	margin-right: 30px !important;
}

.left_padding_10 {
	padding-left: 10px !important;
}

.left_padding_20 {
	padding-left: 20px !important;
}

.left_padding_30 {
	padding-left: 30px !important;
}

.right_padding_10 {
	padding-right: 10px !important;
}

.right_padding_20 {
	padding-right: 20px !important;
}

.right_padding_30 {
	padding-right: 30px !important;
}


/* ----------------------------------------------------
		文字列・インライン要素
---------------------------------------------------- */
.font_s {
	font-size: 55%;
}

.font_m {
	font-size: 62.5%;
}

.font_l {
	font-size: 80%;
}

.txt_font_s {
	font-size: 1.2rem !important;
}

.txt_font_l {
	font-size: 1.8rem !important;
}

.txt_font_2l {
	font-size: 2.0rem !important;
}

.font_bold {
	font-weight: bold !important;
}

.txt {
	line-height: 1.42 !important;
}

.txt_s {
	line-height: 1.28 !important;
}

.txt_l {
	line-height: 1.62 !important;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.vertical_middle {
	vertical-align: middle !important;
}

.link_underline {
	text-decoration: underline;
}

.txt_hide {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.round_img {
	border-radius: 10px;
}

.pointer {
	cursor: pointer;
}

.clr_gray {
	color: #424242 !important;
}

.required {
	background-color: #d95080;
	font-size: 14px;
	font-family: "genjyuugothic";
	font-weight: bold;
	color: #ffffff;
	width: 50px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
}

.btn_link, .btn_link_l, .btn_link_2l,.btn_link_3l {
	background-color: #704639;
	border: 1px solid #dddddd;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: "genjyuugothic";
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}

.btn_link {
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	width: 300px;
}

.btn_link_l {
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	width: 400px;
}

.btn_link_2l {
	font-size: 28px;
	height: 90px;
	line-height: 90px;
	width: 600px;
}

.btn_link_3l {
	font-size: 16px;
	height: 180px;
	line-height: 25px;
	width: 190px;
	padding: 40px 0 0;
	
}


.btn_link:after, .btn_link_l:after, .btn_link_2l, .btn_link_3l:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

.btn_link:after {
	background: url(../img/common/arrow_r_s.png) no-repeat;
	width: 6px;
	height: 10px;
}

.btn_link_l:after {
	background: url(../img/common/arrow_r.png) no-repeat;
	width: 9px;
	height: 13px;
}

.btn_link_2l:after {
	background: url(../img/common/arrow_r_l.png) no-repeat;
	width: 13px;
	height: 19px;
}

.btn_link_3l:after {
	background: url(../img/common/arrow_b_s.png) no-repeat;
	width: 12px;
	height: 8px;
	top: 90px;
	right: 0;
	left: 0;
}

.txt_red{
	color: #F00;
}

/* ----------------------------------------------------
		リスト
---------------------------------------------------- */
.decimal_list {
	list-style-type: decimal;
	margin-left: 20px;
	line-height: 1.5;
}

.check_list li {
	font-size: 1.6rem;
	font-family: "genjyuugothic";
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	color: #704639;
}

.check_list li:first-child {
	margin-top: 0;
}

.check_list li:before {
	background: url(../img/common/ico_check.png) no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	content: "";
	margin-right: 7px;
}

.arrow_list li {
	text-indent: -23px;
	padding-left: 20px;
	line-height: 1.5;
	margin-top: 5px;
}

.arrow_list li:before {
	background: url(../img/common/arrow.png) no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	content: "";
	margin-right: 10px;
}

.bracket_decimal_list {
	list-style-position:inside;
	line-height: 1.6;
}

.bracket_decimal_list li{
	counter-increment: cnt;
	text-indent: -2.7em;
	padding-left: 2em;
}

.bracket_decimal_list li:before {
	display: marker;
	content: "【" counter(cnt) "】";
}

.page_link_list {
	margin-top: 30px;
	text-align: center;
}

.page_link_list li {
	max-width: 180px;
	width: 21%;
	height: 115px;
	border: 4px solid #e1e0db;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 2%;
	text-align: center;
	font-family: "genjyuugothic";
	font-weight: bold;
	font-size: 20px;
	background: #e53935 url(../img/common/ico_megaphone_l.png) no-repeat center 12px;
}

.page_link_list li:first-child {
	margin-left: 0;
}

.page_link_list li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 70px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.inline_list li {
	display: inline;
}

.list_margin_none li {
	margin-top: 0 !important;
}
.list_margin_10 li {
	margin-top: 10px;
}

.list_margin_20 li {
	margin-top: 20px;
}


/* ----------------------------------------------------
		テーブル
---------------------------------------------------- */
.basic_table {
	width: 100%;
	border-top: 1px solid #704639;
	border-left: 1px solid #704639;
	border-right: 1px solid #704639;
	border-collapse: collapse;
	font-size: 1.4rem;
	line-height: 2;
}

.basic_table th {
	width: 200px;
	padding: 15px 15px 15px 25px;
	box-sizing:border-box;
	vertical-align: middle;
	border: 1px solid #704639;
}

.basic_table td {
	padding: 15px 20px;
	word-break: break-all;
	box-sizing:border-box;
	background-color: #ffffff;
	border: 1px solid #704639;
}

.basic_table2 {
	width: 100%;
	border-top: 1px solid #704639;
	border-left: 1px solid #704639;
	border-right: 1px solid #704639;
	border-collapse: collapse;
	font-size: 1.4rem;
	line-height: 2;
}

.basic_table2 th {
	padding: 15px 15px 15px 25px;
	/*box-sizing:border-box;*/
	vertical-align: middle;
	border: 1px solid #704639;
	background-color: #e1f0d8;
}

.basic_table2 td {
	padding: 15px 20px;
	word-break: break-all;
	box-sizing:border-box;
	background-color: #ffffff;
	border: 1px solid #704639;
}

.detail_table {
	width: 100%;
	border-top: 1px solid #101010;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
	border-collapse: collapse;
	font-size: 1.4rem;
	line-height: 1.7;
}

.detail_table th {
	width: 200px;
	text-align: left;
	padding: 15px 15px 15px 15px;
	box-sizing:border-box;
	font-weight: normal;
	vertical-align: middle;
	background-color: #c6f3ff;
	border-bottom: 1px solid #101010;
}

.detail_table td {
	padding: 15px 15px;
	word-break: break-all;
	box-sizing:border-box;
	background-color: #ffffff;
	border-bottom: 1px solid #101010;
}

.detail_table th .required {
	float: right;
}

.detail_table.checkform th {
	width: 600px;
}

.detail_table.checkform td {
	vertical-align: middle;
}

.table_th_center th {
	text-align: center !important;
}

.table_td_center td {
	text-align: center !important;
}


/* ----------------------------------------------------
		フォーム
---------------------------------------------------- */
.detail_table input[type="text"], .detail_table input[type="text"], .detail_table input[type="tel"], .detail_table input[type="email"], .detail_table select {
	background-color: #e8e8e8;
	border: none;
	height: 30px;
	padding: 0 10px;
	margin: 0 5px;
}

.key{
	background-color: #e8e8e8;
	border: none;
	height: 30px;
	padding: 0 10px;
	margin: 0 5px;
}

.detail_table .txt_area {
	background-color: #e8e8e8;
	border: none;
	height: 200px;
	padding: 10px;i
	margin: 0 5px;
	width: 100%;
	box-sizing: border-box;
}

.detail_table input[type="text"].input_txt {
	width: 150px;
}

.detail_table input[type="text"].input_txt_m, .detail_table input[type="password"].input_txt_m{
	width: 300px;
}

.detail_table input[type="text"].input_txt_l {
	width: 400px;
}

form input[type="text"].input_txt_l {
	width: 400px;
}

.detail_table input[type="tel"] {
	width: 4em;
}

.detail_table input[type="email"] {
	width: 260px;
}

.detail_table label {
	display: inline-block;
}

.detail_table textarea {
	width: 90%;
	height: 100px;
	background-color: #efefef;
	border: 1px solid #c7c7c7;
}

.detail_table.checkform label:first-child {
	margin-right: 30px;
}

.input_w100 {
	width: 100%;
	box-sizing: border-box;
}

.input_w80 {
	width: 80%;
	box-sizing: border-box;
}

.input_w60 {
	width: 60%;
}
.input_w20 {
	width: 20%;
}

.input_w_c5 {
	width: 5em;
}
.input_w_c4 {
	width: 4em;
}
.input_w_c3 {
	width: 3em;
}
.input_w_c2 {
	width: 2em;
}

.txtarea {
	width: 90%;
	height: 200px;
}

.checkbox label {
	margin-right: 60px;
}

.checkbox label:last-child {
	margin-right: 0;
}

.file {
	position:relative;
	background:#704639;
	text-align:center;
	padding:8px;
	width: 200px;
	cursor:pointer;
	margin-top: 15px;
}

.file:hover {
	opacity: 0.8;
}

.file input[type=file] {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	opacity:0;
}

.file_val {
	margin-top: 5px;
}

.btn_box {
	margin-top: 35px;
	text-align: center;
}

.attach_box {
	display: table;
	margin-top: 5px;
}

.attach_form {
	display: table-cell;
	vertical-align: top;
}

.attach_txt {
	display: table-cell;
	vertical-align: top;
	padding: 15px 0 0 40px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 15px;
}

form hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #704639;
	margin: 30px 0 40px;
}

/* ----------------------------------------------------
		タイトル
---------------------------------------------------- */
.headline {
	font-size: 2.8rem;
	font-family: "genjyuugothic";
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 20px;
}

.headline:before {
	border-width: 3px;
	border-style: solid;
	height: 30px;
	box-sizing: border-box;
	display: inline-block;
	content: "";
	vertical-align: top;
	margin-right: 15px;
	border-radius: 3px;
}

.subheading {
	font-size: 2.2rem;
	font-family: "genjyuugothic";
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 15px;
}

.caption {
	font-size: 2.2rem;
	font-family: "genjyuugothic";
	font-weight: bold;
	line-height: 1.2;
}

.streamer {
	background-color: #b8ad7f;
	border-radius: 5px;
	padding: 11px 15px;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 20px;
}

.step_title {
	font-size: 2.2rem;
	font-family: "genjyuugothic";
	font-weight: normal;
	line-height: 1.2;
	padding: 20px 0 0 80px;
	position: relative;
	min-height: 70px;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
}

.step_title strong {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	font-family: 'bdp_gelly';
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #b8ad7f;
	color: #ffffff;
}

.step_title strong span {
	display: block;
	font-size: 32px;
	line-height: 1;
}


/* ----------------------------------------------------
		コンンテンツ
---------------------------------------------------- */
.content_box {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 20px 15px;
}

.summary_title_box {
	display: table;
	width: 100%;
}

.summary_title {
	font-size: 2.0rem;
	line-height: 1.5;
	display: table-cell;
	vertical-align: middle;
}

.summary_txt .summary_title {
	padding-bottom: 4.5%;
}

.summary_sp_qr {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	text-align: left;
}

.summary_box {
	margin-top: 15px;
}

.summary_photo {
	float: right;
	width: 300px;
}

.summary_txt {
	float: left;
	width: 490px;
	line-height: 1.6;
}

.summary_box2 {
	margin-top: 40px;
}

.summary_box2  .summary_photo {
	width: 350px;
}

.summary_box2 .summary_txt {
	width: 460px;
}

.summary_txt dl {
	margin-bottom: 20px;
}

.summary_txt dt {
	float: left;
	font-weight: bold;
}

.summary_photo_list {
	margin-top: 30px;
}

.summary_photo_list li {
	width: 265px;
	float: left;
	text-align: center;
	margin-left: 15px;
}

.summary_photo_list li:first-child {
	margin-left: 0;
}

.result_list li {
	display: table;
	width: 100%;
	padding: 30px 0 25px;
	border-bottom: 1px solid #dddddd;
}

.result_img {
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 260px;
}

.result_img span {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: absolute;
	width: 37px;
	height: 109px;
	top: -9px;
	right: 13px;
}

.ribbon_party {
	background: url(../img/common/event/ribbon_party.png) no-repeat;
}

.result_txt {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

.open_date {
	color: #0995ba;
	margin-top: 5px;
}

.result_txt p {
	font-size: 1.3rem;
	line-height: 1.5;
}

.result_txt h2 {
	margin: 7px 0 10px;
	line-height: 1.2;
}

.event_area {
	width:60px;
	padding: 3px 0;
	font-family: "genjyuugothic";
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	background-color: #704639;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	letter-spacing: -0.1em;
}

.ico_party, .ico_seminar, .ico_culture, .ico_experience, .ico_other {
	padding: 0 8px;
	color: #ffffff;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	font-family: "genjyuugothic";
	font-weight: bold;
	font-style: normal;
	margin-left: 5px;
	display: inline-block;
}

.ico_party {
	background-color: #ec5b5b;
}

.ico_seminar {
	background-color: #a770b7;
}

.ico_culture {
	background-color: #87b872;
}

.ico_experience {
	background-color: #ee67aa;
}

.ico_other {
	background-color: #9f7a68;
}


.voice_list {
	margin: 25px 0 25px;
}

.voice_list li {
	display: table;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #dddddd;
}

.voice_list li:first-child {
	border-top: none;
}

.voice_img {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
}

.voice_img img {
	width: 100%;
}

.voice_name {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.voice_txt {
	display: table-cell;
	vertical-align: top;
	padding-left: 55px;
}

.voice_txt dt {
	font-weight: bold;
	font-size: 1.4rem;
	display: inline-block;
	margin-right: 20px;
}

.voice_txt dd {
	display: inline-block;
	width: 45px;
}

.voice_txt dd img {
	width: 100%;
}

.user_voice {
	background-color: #ffeed5;
	border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
	position: relative;
}

.user_voice:before {
	position: absolute;
	top: 40%;
	left: -34px;
	background: url(../img/message/balloon_corner.png) no-repeat;
	width: 34px;
	height: 24px;
	content: "";
}

.user_voice h2 {
	line-height: 1.2;
}

.user_voice p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-top: 10px;
}

.round_box {
	border-radius: 10px;
	background-color: #ffe4e8;
	padding: 25px 30px;
}

#search_form {
	margin-top: 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	margin-bottom: 70px;
	background-color: #ffffff;
}

#search_form h2 {
	background-color: #28bbe2;
	color: #ffffff;
	min-height: 50px;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	font-family: "genjyuugothic";
	font-weight: normal;
	position: relative;
	cursor: pointer;
	padding: 15px 55px 15px 35px;
	box-sizing: border-box;
	line-height: 1.2;
}

#search_form h2:after {
	background: url(../img/event/btn_toggle.png) no-repeat;
	content: "";
	width: 27px;
	height: 27px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#search_form_inner {
	padding: 0 4% 40px;
}

#search_form h3 {
	color: #28bbe2;
	font-size: 20px;
	font-family: "genjyuugothic";
	font-weight: normal;
	margin: 30px 0 10px;
}

.search_box {
	display: table;
	width: 100%;
}

.search_box p {
	font-size: 1.5rem;
	margin-top: 5px;
	line-height: 1.4;
}

.search_box_l {
	float: left;
	width: 360px;
}

.search_box_r {
	float: right;
	width: 360px;
}

#area_map {
	background: url(../img/common/map.png) no-repeat;
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 0;
	padding-top: 77.77%;
	background-size: contain;
}

#area_map li {
	background-color: #ffffff;
	display: inline-block;
	padding: 2px;
	position: absolute;
}

#nagoya {
	left: 26%;
	top: 32%;
}

#owari {
	left: 17.5%;
	top: 13%;
}

#chita {
	left: 9%;
	top: 55%;
}

#nishimikawa {
	left: 44%;
	top: 50%;
}

#higashimikawa {
	left: 60%;
	top: 73%;
}

.syllabary_box{
	width: 125px;
	display: inline-block;
}

.case_box {
	background-color: #ffffff;
	border: 2px solid #d77383;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px 25px 25px;
	line-height: 1.7;
}

.case_box h2 {
	margin: 10px 0 5px;
	font-size: 1.8rem;
}

.case_box h3 {
	font-family: "genjyuugothic";
	font-size: 1.8rem;
	color: #424242;
	margin: 20px 0 5px;
	line-height: 1.3;
}

.case_box dt {
	float: left;
}


/* ----------------------------------------------------
		ページング
---------------------------------------------------- */
.pagination{
	text-align: right;
	font-size: 1.4rem;
}

.pagination li {
	display: inline-block;
	margin: 0 1px;
	vertical-align: bottom;
}

.pagination li a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #28bbe2;
	padding: 6px;
	color: #7b5b34;
}

.pagination li a:hover, .pagination li.page_select {
	background-color: #28bbe2;
	color: #ffffff;
	text-decoration: none;
	padding: 6px;
	border: 2px solid #28bbe2;
}


/* ----------------------------------------------------
		カレンダー
---------------------------------------------------- */
.ui-datepicker {
	width: 210px;
	background-color: #fff1a6;
	padding: 0 20px;
	border-radius: 5px;
}

.ui-widget-header {
	text-align: center;
	position: relative;
	height: 25px;
	margin-top: 20px;
}

.ui-icon-circle-triangle-w {
	background: url(../img/common/btn_calendar_prev.png) no-repeat;
	height: 18px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.ui-icon-circle-triangle-e {
	background: url(../img/common/btn_calendar_next.png) no-repeat;
	height: 18px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.ui-datepicker-year {
	font-size: 1.2rem;
}

.ui-datepicker-month {
	font-weight: bold;
}

table.ui-datepicker-calendar {
	border-collapse: separate;
	border-spacing: 2px 0;
}

.ui-datepicker-calendar {
	width: 100%;
	font-size: 1.3rem;
	margin-bottom: 20px;
}

table.ui-datepicker-calendar thead th {
	background-color: #f4d0ae;
	width: 27px;
	height: 20px;
	font-weight: normal;
	vertical-align: middle;
}

.ui-datepicker-calendar td {
	height: 27px;
	line-height: 27px;
	text-align: center;
	padding: 5px 0 0;
}

table.ui-datepicker-calendar thead th.ui-datepicker-week-end {
	color: #3ca3d8;
	background-color: #c0e4df;
}

table.ui-datepicker-calendar tbody td.ui-datepicker-week-end a.ui-state-default {
	color: #137cb3;
}

table.ui-datepicker-calendar thead th:first-child {
	color: #df3a68;
	background-color: #feb4a5;
}

table.ui-datepicker-calendar tbody td:first-child a.ui-state-default {
	color : #ce334c;
}

#sub_box .ui-datepicker-calendar td a {
	display: inline-block;
	width: 27px;
	height: 100%;
	text-decoration: none;
	opacity: 1;
	cursor: default;
}

.ui-datepicker-today {
	background: url(../img/common/calendar_bg_today.png) no-repeat center;
}

.calendar_event {
	background: url(../img/common/calendar_bg_event.png) no-repeat center;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
}

.calendar_event_plural {
	background: url(../img/common/calendar_bg_plural.png) no-repeat center;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
}

.calendar_event a, .calendar_event_plural a {
	cursor: pointer !important;
	text-decoration: underline !important;
}


/* ----------------------------------------------------
		アイコン
---------------------------------------------------- */
.ico_pdf {
	background: url(../img/common/ico_pdf.png) no-repeat;
	display: inline-block;
	width: 21px;
	height: 20px;
	vertical-align: sub;
}

.ico_pdf2 {
	background: url(../img/common/ico_pdf2.png) no-repeat;
	display: inline-block;
	width: 34px;
	height: 41px;
	vertical-align: sub;
	margin-right: 10px;
}
.ico_word {
	background: url(../img/common/ico_word.png) no-repeat;
	display: inline-block;
	width: 34px;
	height: 40px;
	vertical-align: sub;
	margin-right: 10px;
}

.ico_wing {
	background: url(../img/common/ico_wing.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: sub;
}

.ico_speaker {
	background: url(../img/common/ico_speaker.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 24px;
	vertical-align: sub;
}

.ico_megaphone {
	background: url(../img/common/ico_megaphone.png) no-repeat;
	display: inline-block;
	width: 47px;
	height: 40px;
	vertical-align: sub;
	margin-right: 10px;
}

.ico_handshake {
	background: url(../img/common/ico_handshake.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 36px;
	vertical-align: sub;
	margin-right: 10px;
}

.ico_window {
	background: url(../img/common/ico_window.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 18px;
	vertical-align: sub;
	margin-left: 10px;
}

.ico_glass {
	background: url(../img/common/ico_glass.png) no-repeat;
	display: inline-block;
	width: 32px;
	height: 40px;
	vertical-align: sub;
	margin-right: 15px;
}
