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

html {
 font-size: 100%;
	font-family:	"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1rem;
}

/* ==================================================
   団体予約フォーム 上部案内
================================================== */

/* 案内エリア全体 */
.dantai-yoyaku-info {
    margin: 12px 0 20px;
    padding: 20px 25px;
    background: #fff7f9;
    border: 2px solid #ffd1de;
    border-radius: 15px;
    text-align: left;
    box-sizing: border-box;
}


/* 見出し */
.dantai-yoyaku-info-title {
    margin: 12px 0 10px;
    padding: 15px 18px;
    background: #ff4d79;
    border-radius: 12px;
    text-align: center;
				font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
				letter-spacing: 0.1rem;
}



/* 2つ目の見出し */
.dantai-yoyaku-info-title-second {
    margin-top: 20px;
}


/* 通常の案内文 */
.dantai-yoyaku-info-text {
    display: block;
				margin: 0 0 20px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
    color: #333;
}


/* 赤い注意書き */
.dantai-yoyaku-info-text span {
    display: block;
    margin-top: 6px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.7;
    color: #d63333;
}

/* ==================================================
   団体予約フォーム 本文
================================================== */

.formbox {
	width: 100% !important;
 max-width: none !important;
	height: auto;
	border: 2px solid #ffffff;
	background-color: #f9f4e9;
	padding: 26px;
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 100px;
	box-sizing: border-box;
}

.formbox input[type="text"], 
.formbox input[type="email"], 
.formbox input[type="tel"], 
.formbox input[type="date"] {
	max-width: 100%;
	height: 2em;
	padding: 2px 10px;
	border: none;
	background-color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 8px;
	color: #000000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* ==================================================
   セレクトボックス
================================================== */

.formbox .shiryou_form select {
    width: auto !important;
    max-width: 100% !important;
    height: 2em !important;

    padding: 2px 35px 2px 12px !important;

    border: none !important;
    border-radius: 6px !important;

    background-color: #ffffff !important;

    font-size: 16px !important;
    font-family: inherit !important;
    color: #000000 !important;

    margin-top: 0 !important;
    margin-bottom: 8px !important;

    box-sizing: border-box;
}

/* ==================================================
   テキストエリア
================================================== */

.formbox .shiryou_form textarea {
    width: 500px !important;
    max-width: 100% !important;
    min-height: 120px !important;

    padding: 10px 12px !important;

    border: none !important;
    border-radius: 6px !important;

    background-color: #ffffff !important;

    font-size: 16px !important;
    font-family: inherit !important;
    line-height: 1.6 !important;
    color: #000000 !important;

    box-sizing: border-box !important;
}

/* ==================================================
   Numberフィールド
================================================== */

.formbox .shiryou_form input[type="number"] {
    width: 150px !important;
    height: 2em !important;
    padding: 2px 10px !important;

    border: none !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;

    font-size: 16px !important;
    font-family: inherit !important;
    color: #000000 !important;

    margin: 0 !important;
    box-sizing: border-box !important;

    vertical-align: middle;
}

/* =========================================
   チェックボックス
========================================= */

.shiryou_form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;

    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;

    border: 1px solid #888;
    border-radius: 3px;
    background-color: #fff;

    vertical-align: middle;
    position: relative;
}

/* チェックされたとき */
.shiryou_form input[type="checkbox"]:checked {
    background-color: #1683f3;
    border-color: #1683f3;
}

/* 白いチェックマーク */
.shiryou_form input[type="checkbox"]:checked::after {
    content: "";

    position: absolute;
    left: 5px;
    top: 2px;

    width: 5px;
    height: 9px;

    border: solid #fff;
    border-width: 0 2px 2px 0;

    transform: rotate(45deg);
}

.shiryou_form {
	width: 100%;
}

/* placeholderの文字色 */
.shiryou_form input::placeholder,
.shiryou_form textarea::placeholder {
    color: #aaa;
    opacity: 1;
}

.shiryou_form h3 {
	margin: 12px 0 30px; 
	background: #94705c; 
	border: 1px solid #f0e6da; 
	border-radius: 6px;
	background-color: #a58980;
	color: #fff;
	padding: 12px 20px; 
	font-size: 1.25rem;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	letter-spacing: 0.1rem;
}

.shiryou_form dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px dashed #966957;
}

.shiryou_form dl dt {
	font-weight: bold; color: #333; line-height: 1.4;
    width: 30%;
    float: left;
/*    border-top: 1px dotted #cccccc;*/
    padding: 15px 0 2px 10px;
    text-align: left;
    overflow: hidden;
    font-size: 0.9375rem;
    padding-bottom: 2px;
}

.shiryou_form dl dt span.required {
	background: #ff4d79; 
	color: #fff; 
	font-size: 0.75rem; 
	font-weight: bold; 
	padding: 4px 10px; 
	border-radius: 4px; 
	margin-left: 4px; 
	line-height: 1; 
	display: inline-block;
}

.shiryou_form dl dd {
	padding: 15px 0;
}

.shiryou_form dl dd a {
	text-decoration: underline;
}

/* 確認画面へ・郵便番号検索 */
.shiryou_form input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0;

    background-color: #94705c;
    color: #fff;
				border: 0;
    font-size: 0.9375rem;
    font-family: inherit;
    line-height: 1.4;
border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
}

.shiryou_form #zip-search {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 0;
				height: 36px;
    background-color: #94705c;
    color: #fff;
				border: 0;
	border-radius: 6px;
    font-size: 0.9375rem;
    font-family: inherit;
    line-height: 1.4;

    cursor: pointer;
    box-sizing: border-box;
}

/* マウスを乗せたとき */
.shiryou_form input[type="submit"]:hover,
.shiryou_form #zip-search:hover {
    opacity: 0.6;
}




/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 768px) {

    /* ------------------------------------------
       全体
    ------------------------------------------ */

    html {
        font-size: 100%;
    }

    .dantai-yoyaku-info {
        margin: 10px 0 20px;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .dantai-yoyaku-info-title {
        margin: 10px 0;
        padding: 12px 10px;
        border-radius: 8px;
        font-size: 1rem;
        letter-spacing: 0.05rem;
    }

    .dantai-yoyaku-info-title-second {
        margin-top: 18px;
    }

    .dantai-yoyaku-info-text {
        margin: 0 0 15px;
        font-size: 0.875rem;
        line-height: 1.8;
    }

    .dantai-yoyaku-info-text span {
        margin-top: 5px;
        font-size: 0.875rem;
        line-height: 1.7;
    }


    /* ------------------------------------------
       フォーム全体
    ------------------------------------------ */

    .formbox {
        width: 100% !important;
        max-width: none !important;
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 60px;
        border-radius: 10px;
    }

    .shiryou_form {
        width: 100%;
    }


    /* ------------------------------------------
       セクション見出し
    ------------------------------------------ */

    .shiryou_form h3 {
        margin: 10px 0 20px;
        padding: 10px 12px;
        font-size: 1rem;
        border-radius: 8px;
        letter-spacing: 0.05rem;
    }


    /* ------------------------------------------
       dl / dt / dd
    ------------------------------------------ */

    .shiryou_form dl {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    .shiryou_form dl dt {
        width: 100%;
        float: none;
        padding: 12px 0 5px;
        font-size: 0.9375rem;
        line-height: 1.5;
        box-sizing: border-box;
    }

    .shiryou_form dl dd {
        width: 100%;
        padding: 5px 0 15px;
        box-sizing: border-box;
    }

    .shiryou_form dl dt span.required {
        font-size: 0.6875rem;
        padding: 3px 7px;
        margin-left: 4px;
    }


    /* ------------------------------------------
       テキスト系入力欄
    ------------------------------------------ */

    .formbox input[type="text"],
    .formbox input[type="email"],
    .formbox input[type="tel"],
    .formbox input[type="date"] {
        width: 100%;
        max-width: 100%;
        height: 40px;
        padding: 5px 10px;
        font-size: 16px;
        box-sizing: border-box;
    }


    /* ------------------------------------------
       セレクトボックス
    ------------------------------------------ */

    .formbox .shiryou_form select {
        width: 100% !important;
        max-width: 100% !important;
        height: 40px !important;
        padding: 5px 35px 5px 10px !important;
        font-size: 16px !important;
        box-sizing: border-box;
    }


    /* ------------------------------------------
       テキストエリア
    ------------------------------------------ */

    .formbox .shiryou_form textarea {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 120px !important;
        padding: 10px !important;
        font-size: 16px !important;
        box-sizing: border-box !important;
    }


    /* ------------------------------------------
       Numberフィールド
    ------------------------------------------ */

    .formbox .shiryou_form input[type="number"] {
        width: 100px !important;
        height: 36px !important;
        padding: 2px 8px !important;
        font-size: 16px !important;
    }


    /* ------------------------------------------
       チェックボックス
    ------------------------------------------ */

    .shiryou_form input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 7px;
        vertical-align: middle;
    }

    .shiryou_form input[type="checkbox"]:checked::after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
    }


    /* ------------------------------------------
       ボタン
    ------------------------------------------ */

    .shiryou_form input[type="submit"] {
        width: 100%;
        max-width: 320px;
        padding: 12px 15px;
        font-size: 1rem;
    }

    .shiryou_form #zip-search {
        height: 40px;
        padding: 4px 10px;
        font-size: 0.875rem;
        vertical-align: middle;
    }


    /* ------------------------------------------
       リンク
    ------------------------------------------ */

    .shiryou_form dl dd a {
        word-break: break-word;
    }

}