@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information

File name:      /css/style.css
Created:        2017-01-24 by
Last update:    2017-01-24 by
------------------------------------------------ */
/* -----------------------------
Table of Contents
* base
	-- reset
	-- base
* layout
* header
	-- header
* footer
	-- footer
* modules
	-- headings
	-- paragraphs
	-- section
	-- column
	-- link
	-- list
	-- box
	-- button
* utility
	-- Display Control
	-- Overflow Control
	-- Align Control
	-- Float Control
	-- Font-size Control
	-- Font-wight Control
	-- Width Control
	-- Height Control
	-- Margin and Padding Control
----------------------------- */
html {
  -webkit-text-size-adjust: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav, ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

select, input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"], input[type="reset"] {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

th {
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  font-size: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* base
-------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
}

body, input, select, textarea, button {
  color: #333;
  font-size: 13px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Tahoma", "ＭＳ Ｐゴシック", "sans-serif";
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  opacity: .7;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  font-style: normal;
  font-weight: bold;
  color: #f34;
}

label, select, button, input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"] {
  cursor: pointer;
}

input[type="submit"], input[type="button"], button {
  line-height: 1.5;
}

input[type="search"] {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="search"]::-ms-clear, input[type="text"]::-ms-clear, input[type="tel"]::-ms-clear, input[type="url"]::-ms-clear, input[type="email"]::-ms-clear {
  display: none;
}

input[type="search"]:invalid, input[type="text"]:invalid, input[type="tel"]:invalid, input[type="url"]:invalid, input[type="email"]:invalid {
  box-shadow: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  height: 0.01px;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 1020px;
}

/* layout
-------------------------------------------- */
.yc_cont_inr {
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
  color: #544531;
}

.row {
  position: relative;
  margin: 60px 0 0 0;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.row .col-right {
  position: relative;
  width: 282px;
  float: right;
}

.row .col-left {
  position: relative;
  width: 648px;
  float: left;
}

/* ---------------------------------------------------------------
	header
--------------------------------------------------------------- */
/* header
-------------------------------------------- */
header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 174px;
  padding-top: 10px;
  background: url("../images/nav_bg.jpg") repeat-x 50% 0;
}

header.header_min {
  background: none;
  background-color: #fff;
  padding-top: 0;
  height: 61px;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: all 0.3s ease;
}

header.header_min.is-fixed {
  top: 0;
  transition: all 0.3s ease;
}

/* header-wrap
-------------------------------------------- */
.header-wrap {
  position: relative;
  width: 962px;
  margin: 0 auto;
  background: url("../images/nav_line.png") no-repeat 100% 0;
}

.header_min .header-wrap {
  background: url("../images/nav_min_line.png") no-repeat 100% 45%;
}

/* header-logo
-------------------------------------------- */
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 238px;
  background: url("../images/nav_line.png") no-repeat 0 0;
}

.header_min .header-logo {
  background: url("../images/nav_min_line.png") no-repeat 0 45%;
}

/* header-nav
-------------------------------------------- */
.header-nav {
  overflow: hidden;
}

.header-nav li {
  float: left;
  width: 180px;
  background: url("../images/nav_line.png") no-repeat 0 0;
}

.header_min .header-nav li {
  background: url("../images/nav_min_line.png") no-repeat 0 45%;
}

.header-nav li a {
  display: block;
  text-align: center;
}

.header-nav li.header-nav--sched {
  margin-right: 240px;
}

.header-link {
  margin-top: 26px;
  text-align: center;
}

.header-link a {
  display: inline-block;
  vertical-align: middle;
  color: #F08C00;
  font-size: 15px;
  text-align: center;
}

.header-link a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: url(../images/ico_link.png) no-repeat 0 0;
  background-size: contain;
  margin: 5px;
}

/* ---------------------------------------------------------------
	footer
--------------------------------------------------------------- */
/* footer
-------------------------------------------- */
footer {
  padding-top: 238px;
  background: url("../images/footer_bg.png") repeat-x 50% 0, url("../images/form_bg.png") repeat 50% 0;
}

/* ---------------------------------------------------------------
	pagetop
--------------------------------------------------------------- */
#pageTop {
  position: relative;
}

#goTop {
  position: fixed;
  width: 114px;
  height: 125px;
  margin: 0 auto;
  bottom: 30px;
  right: 0;
  left: 80%;
  z-index: 4;
}

#goTop.is-fixed {
  position: absolute;
  bottom: 225px;
  right: 0;
}

/* Title
-------------------------------------------- */
.yc_cont-ttl--main {
  position: relative;
  text-align: center;
}

.yc_cont-ttl--main:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.yc_cont-ttl--main:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.yc_cont-ttl--sub {
  position: relative;
  margin: 0 0 30px 0;
}

.yc_cont-ttl--sub:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* TimePlace
-------------------------------------------- */
.time_place--wrap {
  margin-bottom: 12px;
  font-size: 19px;
}

.time_place--wrap .comments {
  position: relative;
  top: -6px;
  display: inline-block;
  font-size: 12px;
  color: #544531;
}

.time_place--cont {
  display: table;
  line-height: 1.6;
}

.time_place--time {
  display: table-cell;
  padding-right: 15px;
}

.time_place--place {
  display: table-cell;
  padding-bottom: 6px;
  color: #F58200;
}

/* Btn
-------------------------------------------- */
.btn {
  text-align: center;
}

/* LinkText
-------------------------------------------- */
.link--txt {
  position: relative;
  margin-top: 8px;
  text-align: center;
}

.link--txt a {
  color: #E11C24;
}

.icon--pdf {
  position: relative;
}

.icon--pdf:before {
  content: " ";
  width: 34px;
  height: 35px;
  margin-right: 10px;
  display: inline-block;
  background: url("../images/icon_pdf.png") no-repeat;
  position: relative;
  top: 8px;
}

/* Element
-------------------------------------------- */
.elem_flag_left {
  position: absolute;
  width: 169px;
  height: 105px;
}

.elem_balloon_01 {
  position: absolute;
  width: 47px;
  height: 111px;
}

.elem_balloon_02 {
  position: absolute;
  width: 71px;
  height: 131px;
}

.elem_balloon_03 {
  position: absolute;
  width: 71px;
  height: 119px;
}

/* ---------------------------------------------------------------
	form
--------------------------------------------------------------- */
#form_wrap {
  position: relative;
  padding: 20px 0 70px;
  background: url("../images/form_bg.png") repeat 50% 0;
}

.breadcrumb {
  width: 960px;
  margin: 0 auto 60px;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  color: #f48100;
}

.breadcrumb li + li {
  padding-left: 1.5em;
}

.breadcrumb li + li:before {
  position: absolute;
  top: 0;
  left: 0.5em;
  content: ">";
  display: inline-block;
  color: #333;
}

.breadcrumb li a {
  color: #333;
}

.contents_ttl__text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
}

.contents_ttl__text span {
  color: #b3272c;
}

.form_table {
  width: 100%;
  margin: 50px auto;
  background: url("../images/form_line.png") no-repeat 0 100%;
}

.form_table tr {
  background: url("../images/form_line.png") no-repeat 0 0;
}

.form_table th, td {
  padding: 30px;
}

.form_table th {
  width: 180px;
  background: #ffbd5a;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.form_table th.required:after {
  content: "*";
  display: inline-block;
  color: #b3272c;
}

.error_text {
  display: none;
  margin-top: 8px;
  color: #ff0000;
}

.form_table input {
  border: 0;
  padding: 10px;
  color: #333;
  border: solid 1px #f48100;
}

.form_table input:focus {
  border: solid 1px #f48100;
}

.button_area {
  margin-top: 30px;
  text-align: center;
}

.button_submit {
  display: inline-block;
}

.button_submit + .button_submit {
  margin-left: 20px;
}

#goTop {
  position: fixed;
  width: 114px;
  height: 125px;
  margin: 0 auto;
  bottom: 30px;
  right: 0;
  left: 80%;
  z-index: 4;
}

.copyright {
  padding: 14px 0;
  text-align: center;
  background: url(../images/copyright_bg.png) repeat-x 50% 0;
}
