﻿@charset "utf-8";
/*======================================
	(期間外)当日機能ページ用 CSS
======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;	
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: linear-gradient(#fffff0, #fff);
	line-height: 1.4;
    font-size: 12px;
	color:#333;
	width:100%;
}
img {
    vertical-align: bottom;
}
dl, dt, dd, ol, ul, li {
	margin:0;
    list-style: none;
}
/*リンク*/
a {
	color: #58d2d8;
}
a:visited {
	color: #58d2d8;
}
/*======================================
	メインコンテンツ
======================================*/
@media screen and (min-width: 1200px) {
.content{
	width:1200px;
    background: linear-gradient(#cefbff, #fff);
	font-size:14px;
	color:#666;
	margin:0 auto;
	padding:40px 225px;
}
.content_head{
	text-align:center;
	margin:0 auto;
}
.cos_content{
	overflow:hidden;
}
.title{
	font-size:20px;
	font-weight:bold;
	margin:10px 0 40px 0;
}
h3{
	text-align: center;
	background: rgba(255,255,255,0.8);
	font-size: 20px;
	color: #056666;
	margin-top:10px;
	padding: 5px;
}
h3:first-child{
	margin-bottom: 20px;
}
/*サンプル画面*/
h4{
	text-align:center;
	font-size:18px;
	color:#056666;
	transform: rotate(3deg);
}
.h4_bk{
	width:300px;	
	position:absolute;
	top:-20px;
	left:30px;
	background:rgba(83,197,202,0.5);
	transform: rotate(-3deg);
	margin:0 auto;
}
.cos_box{
	float:left;
	position:relative;
	width:355px;
	background:#fff;
	border-radius:10px 10px 10px 10px;
	margin:30px 10px;
	padding:20px;
}
.cos_box_mh {
    min-height: 500px;
}
.cos_box .img_box img{
	display: block;
	margin: 0 auto;
}
.todaybanner{
	display:block;
	width:350px;
	margin:10px auto;
}
}
@media screen and (max-width: 1199px) {
img{
	max-width:100%;
}
.content{
	width:100%;
    background: linear-gradient(#cefbff, #fff);
	font-size:14px;
	color:#666;
	margin:0 auto;
	padding:40px 10px;
}
.content_head{
	text-align:center;
	margin:0 auto;
}
.cos_content{
	overflow:hidden;
}
.title{
	font-size:20px;
	font-weight:bold;
	margin:10px 0;
}
h3{
	text-align: center;
	background: rgba(255,255,255,0.8);
	font-size: 20px;
	color: #056666;
	margin-top:10px;
	padding: 5px;
}
h3:first-child{
	margin-bottom: 20px;
}
/*サンプル画面*/
h4{
	text-align:center;
	font-size:18px;
	color:#056666;
	transform: rotate(3deg);
}
.h4_bk{
	width:100%;
	max-width: 350px;
	position:absolute;
	top:-20px;
	left:0;
	right: 0;
	background:rgba(83,197,202,0.5);
	transform: rotate(-3deg);
	margin:0 auto;
}
.cos_box{
	float:left;
	position:relative;
	width: 48%;
	height: 470px;
	background:#fff;
	border-radius:10px 10px 10px 10px;
	margin:30px 1%;
	padding:20px;
}
.cos_box .img_box img{
	display: block;
	margin: 0 auto;
}
.todaybanner{
	display:block;
	width:100%;
	max-width: 350px;
	margin:10px auto;
}
}
@media screen and (max-width: 767px) {
img{
	max-width:100%;
}
.content{
	width:100%;
    background: linear-gradient(#cefbff, #fff);
	font-size:14px;
	color:#666;
	padding:20px 10px;
}
.content_head{
	width: 90%;
	text-align:center;
	margin:0 auto;
}
.cos_content{
	width: 90%;
	margin:0 auto;
	overflow:hidden;
}
.title{
	font-size:16px;
	font-weight:bold;
	margin:10px 0 40px 0;
}
h3{
	text-align: center;
	background: rgba(255,255,255,0.8);
	font-size: 20px;
	color: #056666;
	margin-top:10px;
	padding: 5px;
}
/*サンプル画面*/
h4{
	text-align:center;
	font-size:16px;
	color:#056666;
	transform: rotate(3deg);
}
.h4_bk{
	width:100%;
	max-width: 350px;
	position:absolute;
	top:-20px;
	left:0;
	right: 0;
	background:rgba(83,197,202,0.5);
	transform: rotate(-3deg);
	margin:0 auto;
}
.cos_box{
	float: none;
	position:relative;
	width:100%;
	height: auto;
	background:#fff;
	border-radius:10px 10px 10px 10px;
	margin:40px auto;
	padding:10px;
}
.cos_box .img_box img{
	display: block;
	margin: 0 auto;
}
.todaybanner{
	display:block;
	width:100%;
	max-width: 350px;
	margin:10px auto;
}
}
/*ボタン*/
.btn {
    display: block;
    /*width: 700px;*/
    vertical-align: middle;
    text-align: center;
	text-decoration:none !important;
    line-height: 1;
    padding: 10px;
    margin: 40px auto;
    border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
    -o-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
    -moz-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
    -ms-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
    -webkit-border-radius: 2px 3px 3px 2px/2px 2px 1px 1px;
	background-color: #c2c2c2;
	border: solid 1px gray;
	color:#fff !important;
    background-image: linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
    background-image: -moz-linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
    background-image: -webkit-linear-gradient(bottom, rgba(3,0,0,.17), rgba(255,255,255,.17));
}	