@charset "utf-8";

body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #333333;
	font-size:100%;
}
form#mail_form{
	width : 100%;
	padding : 10px 0;
	background : #ffffff;
}

form#mail_form section {
margin-left:15px;
padding:5px;
border-top:1px solid #cccccc;
width:95%;
}
form#mail_form section.header {
margin-left:15px;
padding:2px;
border:none;
}

form#mail_form p{
	font-size : 100%;
}

form#mail_form p.title{
	font-size : 120%;
	font-weight : bold;
	margin-bottom : 15px;
}

form#mail_form p.detail{
	font-size : 100%;
	line-height: 150%;
	margin-bottom : 20px;
}

a {
text-decoration:none;
font-weight:bold;
}
form#mail_form div.sub{
	padding:5px;
	font-size:1.2em;
	color : #333333;
	background:#dbedff;
	border-radius:8px;

}
div.att_b {
padding:4px;
}
form#mail_form p.info{
	font-size : 100%;
	font-weight : bold;
	color : red;
}
form#mail_form div.info{
	font-size : 90%;
	font-weight : bold;
	color : red;
}
form#mail_form span.infostrong {
	font-size : 90%;
	font-weight : bold;
	color : red;
}
form#mail_form span.inforte {
	font-size : 90%;
	font-weight : bold;
	color : blue;
}
form#mail_form span.infosmlr {
	font-size : 90%;
	color : red;
}
span.confitem {
color:#cc6633;
font-size:80%;
}
form#mail_form div.att {
	font-size : 1.1em;
	color:#ff0000;
	font-weight:bold;
}
form#mail_form div.privacy-title {
	font-size : 90%;
	background:#eaf4ff;
	color:#797979;
	font-weight:bold;
	text-align:center;
	border-radius:8px;
}
form#mail_form div.privacy {
	font-size : 75%;
	color : #a0a0a0;
}
form#mail_form div.copyright {
	font-size : 70%;
	color : #ffffff;
	text-align:center;
	background:#61C1BF;
	line-height:50px;
}
form#mail_form div.detail {
	font-size : 90%;
		color : #666666;
}
form#mail_form div.detail2 {
	font-size : 85%;
		color : #0066cc;
}
form#mail_form div.detail3 {
	font-size : 80%;
	font-weight:bold;
	color : #ff6666;
}
form#mail_form span.d_items {
	font-size : 85%;
	font-weight:bold;
	color : #336699;
}
form#mail_form span.return_date {
	font-size : 100%;
	font-weight:bold;
	color : #cc0033;
}

div.infomation {
font-size:85%;
}
form#mail_form div.infoadd {
	font-size : 90%;
		color : #ffffff;
		background:#ff6666;
		border-radius:10px;
		padding:5px;
}
form#mail_form div.fast {
	font-size : 110%;
	color : #ff0000;
	font-weight:bold;
}
form#mail_form .expand {
	font-size : 70%;
	color : #996600;
}
form#mail_form div.place {
margin-top:5px;
margin-bottom:5px;
}
form#mail_form div.vari {
font-size:0.9em;
color:red;
margin:10px;
}

form#mail_form div.required {
	
	
}
form#mail_form div.attention {
font-size:0.8em;
color:#660099;
background:#f5f5f5;	
border-radius:5px;
padding:3px;
}
form#mail_form div.attention2 {
font-size:0.8em;
color:#660099;
background:#f5f5f5;	
border-radius:5px;
padding:3px;
text-align:center;
}

form#mail_form span.required {
font-size:0.9em;
color:#ffffff;
background:#ff6666;	
border-radius:5px;
text-align:center;
padding:2px;
}
form#mail_form span.unrequired {
font-size:0.9em;
color:#ffffff;
background:#9999ff;	
border-radius:5px;
text-align:center;
padding:2px;
}
div.conf {
padding:3px;
}
div.confmida {
font-size:0.9em;
color:#666666;
padding:3px;
background:#eaeaea;
border-radius:5px;
}
form#mail_form span.lead {
margin-left:7px;
}
form#mail_form div.caption {
font-size:0.8em;
color:#0066cc;
}


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width : 100%;
	height : 2.5em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 5px;
	background : #fafffc;
	-webkit-appearance : none;
	font-size : 110%;
	font-family : inherit;
	margin-top : 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right : 10px;
	margin-top : 7px;
transform:scale(1.5);
}
form#mail_form select {
	max-width : 90%;
	height : 2.5em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 5px;
	background : #fafffc;
	font-size : 110%;
	font-family : inherit;
	margin-top : 7px;
}

form#mail_form textarea{
	display : block;
	width : 90%;
	max-width : 90%;
	height : 100px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafffc;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}


form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form input#name_1,
form#mail_form input#phone_1,
form#mail_form input#pickdate {
width:40%;
}

form#mail_form input#postal {
	width : 35%;
}
form#mail_form input#address,
form#mail_form input#address2,
form#mail_form input#otheritem {
	width : 100%;
}
form#mail_form input#mail_address,
form#mail_form input#other {
	width : 70%;
}

form#mail_form button#postal{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #3690a6;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 15px 0;
	text-align:center;
}


.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
    border: 1px solid #CCC;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 80px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #ffcc99;
    border-radius: 10px;
    color: #6b6b6b;
}
.readmore-label:before{
    content: '読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: 'Ⅹ';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
span.text-tiny {
font-size:0.6em;
}
span.text-tiny_r {
font-size:0.6em;
color:#ff0000;
}

span.text-small {
font-size:0.8em;
}
span.text-big {
font-size:1.2em;
}
span.text-huge {
font-size:1.4em;
}
span.ita {
font-style:italic;
}
/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}
.baloon {
width:200px;
height:34px;
background:#ffe0c1;
border-radius:12px;
position:relative;
opacity:0;
padding:5px auto;
text-align:center;
}
.day {
background:#3399ff;
border-radius:50%;
padding:3px;
margin:3px;
color:#fffcfc;
font-size:1.2em;
}
::placeholder {
color:#a7a7a7;
}
.hold {
width:170px;
text-align:center;
margin:-10px auto;
display:none;
position:relative;
}
.hold_text {
position:absolute;
top:15px;
left:45px;
font-size:1.4em;
color:#666666;
}


/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

form#mail_form{
	width : 95%;
}


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	margin-top : 0px;
}

form#mail_form input#form_submit_button{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #3690a6;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form select{
	margin-top : 0;
}
form#mail_form input#name_1 {
	width: 60%;
}
form#mail_form input#phone_1 {
	width: 70%;
}
form#mail_form input#mail_address {
	width: 95%;
}
form#mail_form input#zip {
	width: 35%;
	}
form#mail_form input#datepicker {
	width: 45%;
	}
}
/* 640pixel end */
/* 1000pixel start */
@media screen and ( min-width : 1000px ){
form#mail_form{
	width : 70%;
}
form#mail_form input#name_1 {
	width: 40%;
}
form#mail_form input#phone_1 {
	width: 50%;
}
form#mail_form input#mail_address {
	width: 65%;
}
form#mail_form input#zip {
	width: 25%;
	}
form#mail_form input#datepicker {
	width: 30%;
	}

}
/* 1000pixel end */
