@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - FROM CSS
	URL: http://kaneyamaen.sbs/
	Date: 2016-12-21
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body.form : フォーム
===============================================================*/
body.form #headline h1:after{
	display:none;
}
body.form main h2{
	font-size:190%;
}
body.form main h3{
	font-size:140%;
	font-family:"Mykokoro" , serif;
	font-weight:normal;
	margin:6% 0;
}
body.thanks #headline p.pan,
body.form #headline p.pan{
	width:60%;
	margin:0 auto 4%;
}
body.form .lead{
	font-size:100%;
	margin-bottom:4%;
}
body.form .linkNavi{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	padding:4% 0;
}
body.form .linkNavi li{
	width:49%;
}
body.form .linkNavi li .color-btn{
	padding:15px 0;
	display:block;
	text-align:center;
	position:relative;
}
body.form .color-btn:hover,
body.form .linkNavi li .color-btn:hover{
	text-decoration:none;
}
body.form .formBox{
	margin:0 0 13%;
}
body.form .groupBox{
	padding:3%;
	background:#f6f5f5;
	margin-bottom:2%;
}
body.form .pointBox{
	padding:3%;
	background:#f6f5f5;
	margin-bottom:2%;
	text-align:center;
}
body.form .pointBox ul{
	text-align:left;
	-webkit-text-orientation: upright;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	font-size:110%;
	font-family:"Mykokoro" , serif;
	display:inline;
}
body.form .pointBox li{
	padding:20px 2% 0;
}
body.form main a:hover{
	text-decoration:underline;
}
body.form #main{
	width:60%;
	margin:0 auto;
}
body.form main {
	margin-bottom:6.4%;
}
body.form form table{
	margin-bottom:4%;
	width: 100%;
	border-top:1px solid #dfdbc7;
}
body.form form th,
body.form form td{
	border-bottom:1px solid #dfdbc7;
	padding:14px;
}
body.form form th{
	width:35%;
	text-align:left;
	font-weight:normal;
	font-size:120%;
	font-family:"Mykokoro" , serif;
	letter-spacing: -2px;
	padding-left: 0;
}
body.form form th .nessesary{
	background:#f85b6a;
	color:#fff;
	font-size:80%;
	font-weight:normal;
	border-radius:3px;
	padding:3px 6px 4px;
	margin-left:4px;
	display:inline-block;
	float: right;
}

body.form input[type="radio"],
body.form input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0;
}
body.form input[type="radio"]+label:before{
	content:" ";
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:5px;
	border-radius:50%;
	background:#dedede;
	vertical-align:middle;
}
body.form input[type="radio"]:checked+label:before{
	background:#dedede url(../img/ico/ico_radio.png) no-repeat center center;
}
body.form input[type="checkbox"]+label:before{
	content:" ";
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:10px;
	border-radius:5px;
	background:#dedede;
	vertical-align:middle;
}
body.form input[type="checkbox"]:checked+label:before{
	background:#dedede url(../img/ico/ico_checked.png) no-repeat center center;
}
body.form form td .radioelement{
	display:inline-block;
	margin-right:10px;
	line-height:24px;
}
body.form input[type="text"],
body.form textarea{
	width:100%;
	border:1px solid #dfdbc7;
	border-radius:3px;
	padding:5px;
	outline:none;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
}
body.form input[type="text"]:focus,
body.form textarea:focus{
	background:#f6f5f5;
}
body.form form td .kome{
	font-size:85%;
	display:block;
	margin-bottom:1.6%;
}
body.form form input[type="submit"]{
	cursor:pointer;
}
body.form form input#zip{
	width:40%;
	display:inline-block;
	margin-left:2%;
	margin-bottom:12px;
}
body.form form #add001{
	margin-bottom:12px;
}
body.form form select{
	border:1px solid #dfdbc7;
	border-radius:3px;
	padding:5px;
	padding-right:30px;
	background:url(../img/ico/ico_down_arrow.png) no-repeat 95% center;
	outline:none;
}
body.form .errs{
	color:#f85b6a;
	background:#ffedef;
	padding:20px;
	margin-bottom:20px;
}

body.form .time_type_area{
    margin-block: 12px;
    display: none;
    input[readonly]{
        border: none;
        background: #f6f5f5;
        box-shadow: none;
    }
}
/* #formStep
----------------------------------------------------*/
#formStep{
	display: -webkit-flex;
	display: flex;justify-content: center;
align-items: center;
margin-bottom:6.4%;
}
#formStep li{
	width:30%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
align-items: center;
	font-family:"Mykokoro" , serif;
	font-size:180%;
	padding:20px 4px;
	margin:0 2%;
	line-height:40px;
	position:relative;
}
#formStep li:last-of-type{
	background:none;
}
#formStep li:nth-child(1):after,
#formStep li:nth-child(2):after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:-10%;
	margin:auto;
	display:block;
	width:10px;
	height:22px;
	background:url(../img/ico/ico_arrow_nrw_blk_rgt.png) no-repeat;
}
#formStep .num{
	background:url(../img/bg_black_paper02.png) ;
	width:40px;
	height:40px;
	line-height: 30px;
	border-radius:50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	color:#fff;
	margin-right:12px;
}
#formStep .num em{
	font-weight:normal;
	font-family:"Mykokoro" , serif;
}
#formStep li.crr{
	background:rgba(0,0,0,0.1);
}

/* mailForm : メルマガ登録
----------------------------------------------------*/
body#mailForm .formBox .color-btn{
    margin-top: 20px;
}
body#mailForm #main .list001 li{
	padding-left:23px;
	background:url(../img/ico/ico_arrow_blk_rgt-thn.png) no-repeat left 0.5em;
}
body#mailForm #main ol.flow {
	margin:4% 0;
	margin-left:1.8em;
}
body#mailForm #main ol.flow li{
	list-style-type:decimal;
}
/* メルマガ登録　紹介コンテンツ */
body#mailForm .point_area{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
}
body#mailForm .point_area .point_box{
    border-radius: 50%;
    width: 400px;
    height: 400px;
    text-align: center;
    font-family: "Mykokoro" , serif;
    box-sizing: border-box;
    padding-top: 8%;
    margin: 0 20px;
}
body#mailForm .point_area .point_box .title img{
    width: 47%;
    height: auto;
    display: block;
    margin: 0 auto;
}
body#mailForm .point_area .point_box.merit1{
    background-color: #e1e7c1;
}
body#mailForm .point_area .point_box.merit2{
    background-color: #fdeddb;
}
body#mailForm .point_area .point_box .text{
    font-size: 130%;
    margin-top: 30px;
}
body#mailForm .point_area .point_box .small_text{
    font-size: 90%;
    margin-top: 15px;
}
@media screen and (max-width:1000px) {
    body#mailForm .point_area .point_box {
        width: 320px;
        height: 320px;
    }
    body#mailForm .point_area .point_box .text{
        font-size: 110%;
    }
}
body#mailForm #pageTitle{
    padding-bottom: 0;
}
body#mailForm #main{
    width: 100%;
}
body#mailForm .innerWidth{
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
}
body#mailForm .mainvisual{
    position: relative;
    overflow: hidden;
    position: relative;
    height: 43vw;
}
body#mailForm .mainvisual img{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body#mailForm .mainvisual .mainvisual_image{
    width: 100%;
    height: auto;
}
body#mailForm .mainvisual .copy{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 270%;
	font-family: 'MyKokoro';
    text-shadow: 0 0 4px rgba(0,0,0,1);
    width: 100%;
    text-align: center;
}
body#mailForm .touroku_box {
    margin: 80px 0 0;
}
body#mailForm .touroku_box h3{
    text-align: center;
    margin:0 0 30px;
    font-size: 160%;
}
body#mailForm .touroku_box .lead_text{
	font-family: 'MyKokoro';
    font-size: 116%;
    text-align: center;
}
body#mailForm .touroku_box .list001{
    margin: 20px auto 0;
    max-width: 800px;
}
body#mailForm .flow_area{
    margin-top: 80px;
}
body#mailForm .flow_box{
    background-color: #f5f2e9;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
body#mailForm .flow_box + .flow_box{
    margin-top: 40px;
}
body#mailForm .flow_box::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%,100%);
    border: 10px solid transparent;
    border-top: 12px solid #595757;
    border-bottom: none;
}
body#mailForm .flow_box.step_complete{
    background-color: #c30d23;
    color: #fff;
    text-align: center;
    font-size: 160%;
    padding: 30px 0 46px;
    display: block;
}
body#mailForm .end_text{
    text-align: center;
}
body#mailForm .flow_box.step_complete::after{
    display: none;
}
body#mailForm .flow_box .num{
    color: #eae4d1;
	font-family: 'MyKokoro';
    font-size: 99px;
    position: absolute;
    left: 20px;
    top: 40%;
    transform: translateY(-50%);
    line-height: 60px;
}
body#mailForm .flow_box .text_box{
    position: relative;
    padding: 18px;
    padding-left: 80px;
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
body#mailForm .flow_box .text_lg{
    font-size: 130%;
	font-family: 'MyKokoro';
    line-height: 1.3;
}
body#mailForm .flow_box .kome{
    margin-top: 20px;
}
body#mailForm .flow_box .thumb{
    width: 270px;
}
body#mailForm .flow_box .thumb img{
    display: block;
    width: 100%;
    height:auto;
}
body#mailForm .end_text{
    font-size: 130%;
	font-family: 'MyKokoro';
    margin-top: 20px;
}
body#mailForm .touroku_guide_text{
    text-align: center;
    font-size: 160%;
	font-family: 'MyKokoro';
    margin-top: 90px;
}
body#mailForm .touroku_guide_text span{
    display: inline-block;
}
body#mailForm .touroku_guide_text span::after{
    content: "";
    display: block;
    background-color: #544f49;
    width: 100%;
    height: 1px;
    margin-top: 3px;
}
body#mailForm .present_area{
    background-color: #feecd2;
    margin: 80px 0;
    padding: 50px 0;
    text-align: center;
}
body#mailForm .present_area .inner{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
body#mailForm .present_area .ticket_image{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-80px);
}
body#mailForm .present_area .title{
    color: #c30d23;
    background-image: none;
    padding-top: 0;
    margin-bottom: 20px;
}
body#mailForm .present_area .title .text_lg{
    font-size: 150%;
    display: block;
}
body#mailForm .present_area .dsc_text{
    font-size: 160%;
	font-family: 'MyKokoro';
}
body#mailForm .present_area .kome_list{
    display: inline-block;
    margin-top: 20px;
}
@media screen and (min-width:1200px) {
    body#mailForm .mainvisual{
        height: 550px;
    }
}
@media screen and (max-width:1200px) {
    body#mailForm .mainvisual .copy{
        font-size: 4vw;
    }
    body#mailForm .present_area .inner{
        padding-left: 3%;
        padding-right: 3%;
    }
    body#mailForm .flow_box .kome br,
    body#mailForm .present_area .dsc_text br{
        display: none;
    }
}
@media screen and (max-width:768px) {
    body#mailForm .mainvisual .copy{
        font-size: 5vw;
    }
    body#mailForm .point_area{
        flex-direction: column;
        align-items: center;
    }
    body#mailForm .point_area .point_box .text{
        font-size: 1.8rem;
    }
    body#mailForm .point_area .point_box {
        margin: 6% 0;
        padding-top: 16%;
    }
    body#mailForm .touroku_box,
    body#mailForm .flow_area{
        margin-top: 40px;
    }
    body#mailForm .flow_box .text_box,
    body#mailForm .flow_box .thumb{
        width: 100%;
    }
    body#mailForm .flow_box .text_box{
        position: relative;
    }

    body#mailForm .flow_box .num{
        font-size: 40px;
        top: 50%;
        left: 15px;
        transform: none;
        line-height: inherit;
        transform: translateY(-50%);
    }
    body#mailForm .flow_box .text_box{
        padding-left: 52px;
    }
    body#mailForm .flow_box .text_box{
        text-align: left;
    }
    body#mailForm .flow_box br{
        display: none;
    }
    body#mailForm .present_area{
        padding-top: 120px;
    }
    body#mailForm .present_area .ticket_image{
        left: 50%;
        transform: translate(-50%, -100%);
    }
    body#mailForm .present_area .title .text_lg{
        font-size: 100%;
    }
    body#mailForm .present_area .dsc_text{
        font-size: 120%;
    }
}
/* thanks : 完了ページ
----------------------------------------------------*/
body.thanks #main{
	width:60%;
	margin:0 auto 4%;
}
body.thanks #main p{
	margin:0 0 4%;
}
body.thanks #main .dialBox p{
	margin:0;
}
body.thanks #headline h1:after{
	display:none;
}
body.thanks #headline #pageTitle{
	margin-bottom:4%;
}

/* 団体予約　20171019　追加分
----------------------------------------------------*/
body.form.group main input#sei,
body.form.group main input#mei,
body.form.group main input#kana_sei,
body.form.group main input#kana_mei{
}
body.form.group main .radioelement{
	margin-bottom: 10px;
}
body.form.group main .elmWd4 .radioelement{
	width: 20%;
}
body.form.group main .checkelement,
body.form.group main .selectlement{
	display: block;
	margin-bottom: 10px;
}
body.form.group main .contactInfoBox{
	margin: 10px 0;
	margin-right: 0;
	width: 100%;
	border-radius: 3px;
	padding: 4%;
	background: #f6f5f5;
	display: block;
}
body.form.group main .tiTime{
	display: block;
	padding-bottom: 5px;
	margin: 15px 0 7px;
    border-bottom: 1px solid #dfdbc7;
}
body.form.group main .fullWd{
	display: block;
	width: 100%;
	margin: 5px 0;
}
body.form.group main .ssl{
	padding: 4%;
    border-radius: 3px;
	margin: 5vw 0;
    background: #f6f5f5;
}
body.form .agreement_area{
    border: 1px solid #dfdbc7;
    margin-bottom: 20px;
    padding: 24px;
    .check_item{
        &:not(:first-child){
            margin-top: 12px;
        }
    }
}
body.group .formBox strong{
	color: #f85b6a;
}
body#contactForm .linkNavi{
	justify-content: center;
}
@media screen and (max-width: 1200px) {
	body.form #main,
	body.thanks #main {
		width: 100%;
}
}

/*コロナ対応 */
body#contactForm #main > div:nth-child(2),
body#contactForm main .dialBox{display: none;}