
/* ヘッダ */
header {
	background: #fff url("../images/2026/head_flag.png") no-repeat center top;
	background-size: 100%;
}
header div.top_header {
    padding: 30px 15px 50px;
    margin: 30px auto 0;
}
header div.top_header .top_header_title {
    text-align: center;
    position: relative;
}
header div.top_header .top_header_title img {
    width: 85%;
}
header div.top_header .top_header_title img.season2 {
    width: 35%;
    position: absolute;
    top: 75%;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* 案内 */
.iformation .iformation_detail {
}
.iformation .iformation_detail .iformation_intro {
	font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.iformation .iformation_detail .iformation_intro p {
    margin-bottom: 40px;
}

.iformation .iformation_detail .program {
    margin-bottom: 20px;
}
.iformation .iformation_detail .program h2 {
    height: 25px;
    text-align: center;
    background: url("../images/2026/program_back.png") center center;
    background-size: auto 100%;
    margin-bottom: 10px;
}
.iformation .iformation_detail .program h2 img {
    height: 25px;
    vertical-align: top;
}
.iformation .iformation_detail .program h3 {
    font-size: 1.8rem;
    color: #359972;
    margin-bottom: 0.5em;
}
.iformation .iformation_detail .program table {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: dotted 2px #359972;
    margin-bottom: 10px;
}
.iformation .iformation_detail .program table th {
    width: 3em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}
.iformation .iformation_detail .program table td {
	padding-bottom: 0.5em;
    position: relative;
}
.iformation .iformation_detail .program table td p {
    text-shadow: 0px 3px 0px #eff7f0;
    position: relative;
    z-index: 3;
}
.iformation .iformation_detail .program table td p.image_flower {
    width: 100px;
    position: absolute;
    right: 0px;
    bottom: -50px;
    z-index: 2;
    opacity: 0.7;
}
.iformation .iformation_detail .program h4 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #359972;
    margin-bottom: 0.5em;
}
.iformation .iformation_detail .program ul {
    list-style: none;
    margin-top: 20px;
    font-size: 1.3rem;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.iformation .iformation_detail .program ul li {
    width: 100px;
    text-align: center;
    margin: 0 15px 15px 0;
}
.iformation .iformation_detail .program ul li:nth-child(3n) {
    margin-right: 0;
}

.iformation .iformation_detail table.tokuten {
	margin: auto;
    margin-bottom: 20px;
}
.iformation .iformation_detail table.tokuten th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
    width: 7em;
    padding: 0 1em 0.5em 0;
}
.iformation .iformation_detail table.tokuten th p {
    color: #fff;
    background: #359972;
    padding: 0.5em 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    
}
.iformation .iformation_detail table.tokuten td {
	padding-bottom: 0.5em;
}
.iformation .iformation_detail table.tokuten td .logo_jaha {
    width: 150px;
    margin-top: 10px;
}
.iformation .iformation_detail table.tokuten td .logo_jsfm {
    width: 130px;
    margin-top: 5px;
}
.iformation .iformation_detail table.tokuten td .logo_royalcanin {
    width: 150px;
    margin-top: 10px;
}
.iformation .iformation_detail table.tokuten td .logo_ceva {
    width: 70px;
    margin-top: 10px;
}
.iformation .iformation_detail .kome_list li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
.iformation .iformation_detail dl {
    display: table;
	margin: 0 auto 20px;
}
.iformation .iformation_detail .ondemand th {
    font-weight: 500;
    display: block;
    text-align: left;
}
.iformation .iformation_detail .ondemand td {
    display: block;
}
.iformation .iformation_detail .link_bt {
	margin-top: 30px;
	text-align: center;
}
.iformation .iformation_detail .link_bt span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #ccc;
	display: block;
	max-width: 17em;
	margin: 0.5em auto;
	padding: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.iformation .iformation_detail .link_bt a {
	font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: inherit;
  text-decoration: none;
  text-align: center;
    vertical-align: middle;
  display: block;
	max-width: 17em;
	margin: 0.5em auto;
	padding: 0.8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  background: linear-gradient(to right, #c84767, #e799ac);
  position: relative;
}
.iformation .iformation_detail .link_bt img {
    position: absolute;
    right: 15px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (min-width: 360px) {
}

@media (min-width: 414px) {
header div.top_header {
}
}

@media (min-width: 768px) {
/* ヘッダ */
header div.top_header {
    padding: 80px 15px 60px;
}
header div.top_header .top_header_title {
    text-align: center;
}
header div.top_header .top_header_title img {
    width: 85%;
	max-width: 700px;
}
header div.top_header .top_header_title img.season2 {
    width: 200px;
    top: 70%;
}

/* 案内 */
.iformation .iformation_detail {
}
.iformation .iformation_detail .iformation_intro {
	font-size: 2rem;
    margin-bottom: 60px;
}
.iformation .iformation_detail .iformation_intro p {
    margin-bottom: 60px;
}

.iformation .iformation_detail .program {
    margin-bottom: 50px;
}
.iformation .iformation_detail .program h2 {
    height: 35px;
    margin-bottom: 20px;
}
.iformation .iformation_detail .program h2 img {
    height: 35px;
}
.iformation .iformation_detail .program h3 {
    font-size: 2.2rem;
    margin-bottom: 5px;
}
.iformation .iformation_detail .program table {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.iformation .iformation_detail .program table td {
	padding-bottom: 10px;
}
.iformation .iformation_detail .program table td p.image_flower {
    width: 200px;
    bottom: -100px;
}
.iformation .iformation_detail .program h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.iformation .iformation_detail .program ul {
    margin-top: 30px;
    font-size: 1.5rem;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.iformation .iformation_detail .program ul li {
    width: 15%;
    margin: 0;
}
.iformation .iformation_detail .program ul li:nth-child(3n) {
    margin-right: 0;
}

.iformation .iformation_detail table.tokuten {
    margin-bottom: 60px;
}
.iformation .iformation_detail table.tokuten th {
    padding-bottom: 30px;
}
.iformation .iformation_detail table.tokuten td {
    padding-bottom: 30px;
}
.iformation .iformation_detail table.tokuten .organized {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.iformation .iformation_detail table.tokuten .organized .jaha {
    margin: 0 15px 0 0;
}
.iformation .iformation_detail table.tokuten .organized .jsfm {
    padding-left: 15px;
    position: relative;
}
.iformation .iformation_detail table.tokuten .organized .jsfm:before {
    content: '/';
    position: absolute;
    top: 0px;
    left: -0.5ex;
}
.iformation .iformation_detail dl {
//    margin-bottom: 60px;
}
.iformation .iformation_detail dl dt {
	font-size: 2rem;
}
.iformation .iformation_detail .ondemand th,
.iformation .iformation_detail .ondemand td {
    display: table-cell;
}
.iformation .iformation_detail .link_bt {
	margin-top: 50px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.iformation .iformation_detail .link_bt span {
	font-size: 1.8rem;
	width: 20em;
	max-width: auto;
	margin: 0 1em;
	padding: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.iformation .iformation_detail .link_bt a {
	font-size: 2rem;
	width: 450px;
	max-width: none;
	margin: 0 auto;
	padding: 0.8em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.iformation .iformation_detail .link_bt img {
    position: absolute;
    right: 15px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
}

@media (min-width: 1200px) {
/* ヘッダ */
header div.top_header {
    padding: 100px 15px 80px;
}

.iformation .iformation_detail .iformation_intro {
    margin-bottom: 80px;
}

.iformation .iformation_detail .program {
    margin-bottom: 80px;
}

.iformation .iformation_detail table.tokuten th {
    width: 9em;
    padding: 0 1.5em 40px 0;
}
.iformation .iformation_detail table.tokuten th p {
    padding: 0.5em 1.5em;
    
}
.iformation .iformation_detail table.tokuten td {
    padding-bottom: 40px;
}

.iformation .iformation_detail .link_bt a {
	font-size: 2.4rem;
}
}


