@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* header */
.header_top_wrap{
    width: 100%;
    height: 600px;
    background: url(../images/img_main_01.jpg) center center no-repeat;
    background-color: #1a1a1a;
    background-size: cover;
}
.header_top{
    width: 100%;
    height: 600px;
    background: url(../images/bg_main_01.png);
    background-size: 3px 3px;
    display: table;
    text-align: center;
}
.header_top_inner{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    display: table-cell;
    vertical-align: middle;
}
.header_top_title{
    color: #fff;
    font-family: daniel, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 8.2rem;
    letter-spacing: 16px;
}

/* title_top */
.title_top{
    text-align: center;
    padding: 30px 0 40px;
}
.title_top h2{
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.2;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: italic;
    font-weight: 900;
}
.title_top h2 span{
    font-size: 2rem;
}
.title_top p{
    font-family: source-han-sans-japanese, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.6;
    font-size: 1.4rem;
    padding-top: 10px;
}

/* news */
.news_box{
    text-align: center;
    padding: 60px 30px;
}
.news_box h2{
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 2.8rem;
    color: #e00;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.news_box p{
    font-size: 1.6rem;
}

/* box */
.common_box{
    padding: 30px 0 60px;
}
.box_gray{
    background-color: #f8f8f8;
}

@media print, screen and (max-width: 760px){
    .common_box{
        padding: 0 30px 30px;
    }
}

/* photobox */
.photobox{
    text-align: center;
}
.photobox a{
    color: #0000ff;
}

/* video */
.video_box{
    width: 560px;
    margin: 0 auto 60px;
}
.video_box span{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video_box iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media print, screen and (max-width: 630px){
    /* video */
    .video_box{
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 40px;
    }
}

/* entry */
.button_entry_01{
    padding: 40px 0 0;
}

@media print, screen and (max-width: 760px){
    /* header */
    .header_top_wrap{
        height: 300px;
    }
    .header_top{
        height: 300px;
    }
    .header_top_title{
        font-size: 3.6rem;
        letter-spacing: 12px;
    }
    
    /* title_top */
    .title_top{
        padding: 25px 0 30px;
    }
    .title_top h2{
        font-size: 2.2rem;
        letter-spacing: 3px;
        line-height: 1.3;
    }
    .title_top h2 span{
        font-size: 1.5rem;
    }
    .title_top p{
        font-size: 1.3rem;
    }
    
    /* news */
    .news_box{
        padding: 30px 15px;
    }
    .news_box h2{
        font-size: 1.8rem;
        margin-bottom: 8px;
    }
    .news_box p{
        font-size: 1.3rem;
    }
    
    /* entry */
    .button_entry_01{
        padding: 30px 15px 0 
    }
}

/* *****************************************************************************

  entry style

***************************************************************************** */
/* entry_title */
.entry_title{
    text-align: center;
    padding: 50px;
    line-height: 1.2;
}
.entry_title div{
    font-size: 2.1rem;
    letter-spacing: 2px;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: italic;
    font-weight: 900;
}
.entry_title h2{
    font-size: 3.2rem;
    letter-spacing: 2px;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: italic;
    font-weight: 900;
}

/* entry_table */
.entry_table_01{
    width: 100%;
    background-color: #f6f6f6;
    padding: 40px 0;
    margin-bottom: 40px;
}
.entry_table_01_inner{
    width: 1120px;
    margin: 0 auto;
}
.entry_table_01 table{
    width: 100%;
    font-size: 1.6rem;
}
.entry_table_01 th,
.entry_table_01 td{
    padding: 20px;
}
.entry_table_01 th{
    width: 90px;
    border-bottom: 1px solid #9a9a9a;
}
.entry_table_01 td{
    border-bottom: 1px solid #dfdfdf;
}
.entry_table_01 tr:first-child th,
.entry_table_01 tr:first-child td{
    padding-top: 0;
}
.entry_table_01 tr:last-child th,
.entry_table_01 tr:last-child td{
    padding: 20px 20px 0 20px;
    border-bottom: none;
}

/* contact_box*/
.contact_box{
    width: 1120px;
    margin: 0 auto;
}
.contact_box_intro{
    margin-bottom: 40px;
    font-size: 1.6rem;
}
.contact_table{
    width: 100%;
    margin: 0 auto 40px;
    border-top: 1px solid #dfdfdf;
}
.contact_table th,
.contact_table td{
	border-bottom: 1px solid #dfdfdf;
    font-size: 1.6rem;
}
.contact_table th{
    width: 240px;
	padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}
.contact_table th.sentence_area{
    vertical-align: top;
    padding-top: 22px;
}
.contact_table th span.required{
    display: inline-block;
    width: 40px;
    text-align: center;
	background-color: #c00;
	font-size: 1.1rem;
	color: #fff;
    border-radius: 3px;
    line-height: 21px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-left: 19px;
}
.contact_table th span.contact_table_mail{
    display: inline-block;
    vertical-align: middle;
}
.contact_table td{
	padding: 20px 20px 20px 0;
}
.contact_table table{
    width: 100%;
    margin: 0;
}
.contact_table table th,
.contact_table table td{
	border-bottom: none;
}
.contact_table table th{
    width: 160px;
	padding: 0 20px 20px 0;
}
.contact_table table td{
	padding: 0 0 20px 0;
}
.form_text{
    background-color:#e6e6e6;
    border: none;
    font-family: Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	padding: 12px;
	-webkit-appearance: none;
	appearance: none;
    font-size: 1.5rem;
    border-radius: 4px;
}
.form_sentence{
	background-color:#e6e6e6;
    border: none;
    font-family: Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	padding: 12px;
	-webkit-appearance: none;
	appearance: none;
    font-size: 1.5rem;
    border-radius: 4px;
    width: 90%;
    height: 200px;
}
.form_short{
    width: 180px;
}
.form_middle{
    width: 320px;
}
.form_long{
    width: 90%;
}
.select_box{
    border: 1px solid #e6e6e6;
    padding: 14px 12px;    
    font-family: Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.5rem;
    border-radius: 4px;
    cursor: pointer;
}
.radio_list span{
    vertical-align: middle;

}
.contact_point{
    margin-bottom: 10px;
}
.contact_note{
    padding-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
}
.sign_area > div{
	padding: 20px;
	border: 4px solid #e2e2e2;
}
.sign_area p{
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.sentence{
	text-indent: 1em;
}
.contact_table .sign_table{
	margin-top: 20px;
}
.contact_table .sign_table th{
    width: 125px;
}
.contact_button_area{
    text-align: center;
}
.contact_button_area button{
    font-family:Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
    display: inline-block;
    background-color: #343434;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
    line-height: 56px;
    padding: 0 42px;
    border-radius: 4px;
    letter-spacing: 3px;
    border: none;
    cursor:pointer;
}
.contact_button_area button:hover{
    background-color: #c00;
    text-decoration: none;
}
.contact_button_area button span{
    background-size: 12px 11px;
}

@media print, screen and (max-width: 1120px){
    /* entry_table */
    .entry_table_01{
        padding: 40px 20px;
    }
    .entry_table_01_inner{
        width: 100%;
    }
    
    /* contact_box*/
    .contact_box{
        width: 100%;
        padding: 0 20px;
    }
}

@media print, screen and (max-width: 760px){
    /* entry_title */
    .entry_title{
        padding: 30px 15px;
        line-height: 1.3;
    }
    .entry_title div{
        font-size: 1.4rem;
    }
    .entry_title h2{
        font-size: 2.1rem;
    }
    
    /* entry_table */
    .entry_table_01{
        padding: 30px 15px;
        margin-bottom: 30px;

    }
    .entry_table_01 table{
        font-size: 1.3rem;
    }
	.entry_table_01 table tr{
		width: 100%;
	}
    .entry_table_01 th,
    .entry_table_01 td{
		width: 100%;
		display: block;
    }
    .entry_table_01 th,
    .entry_table_01 tr:first-child th,
    .entry_table_01 tr:last-child th{
        padding: 0;
        width: 100%;
        text-align: left;
        border-bottom: none;
    }
    .entry_table_01 td,
    .entry_table_01 tr:first-child td{
        padding: 0;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .entry_table_01 tr:last-child td{
        padding: 0;
        margin: 0;
        border-bottom: none;
    } 

    /* contact_box */
    .contact_box{
        padding: 0 15px;
    }
    .contact_box_intro{
        margin-bottom: 30px;
        font-size: 1.3rem;
    }
    .contact_table{
        margin: 0 auto 20px;
    }
    .contact_table th,
    .contact_table td{
        font-size: 1.3rem;
        display: block;
    }
    .contact_table th{
        width: 100%;
    	padding: 15px 5px 8px 5px;
        border-bottom: none;
    }
    .contact_table th.sentence_area{
        padding-top: 15px;
    }
    .contact_table th span.required{
        width: 40px;
    	font-size: 1rem;
        line-height: 20px;
        margin-left: 10px;
    }
    .contact_table th span.contact_table_mail br{
        display: none;
    }
    .contact_table th.contact_table_none{
        display: none;
    }
    .contact_table td{
	    padding: 0 5px 15px 5px;
    }
    .contact_table td.contact_table_address{
        padding: 0;
    }
    .contact_table table th{
        width: 100%;
    	padding: 15px 0 8px 0;
    }
    .contact_table table td{
    	padding: 0 5px 15px 5px;
        border-bottom: 1px solid #dfdfdf;
    }
    .contact_table table tr:last-child td{
        border-bottom: none;
    }
    .form_text{
    	padding: 8px;
        font-size: 1.3rem;
    }
    .form_sentence{
    	padding: 8px;
        font-size: 1.3rem;
        width: 100%;
        height: 80px;
    }
    .form_short,
    .form_middle,
    .form_long{
        width: 100%;
    }
    .select_box{
        padding: 8px;
        font-size: 1.3rem;
    }
	.contact_table .sign_table{
		margin-top: 0;
	}
	.sign_area > div{
		padding: 15px;
		border: 3px solid #e2e2e2;
	}
    .contact_button_area button{
        font-size: 1.3rem;
        line-height: 46px;
        padding: 0;
        width: 100%;
    }
}


.contact_button_area button{
    font-family:Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
    display: inline-block;
    background-color: #343434;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
    line-height: 56px;
    padding: 0 42px;
    border-radius: 4px;
    letter-spacing: 3px;
    border: none;
    cursor:pointer;
}
.contact_button_area button:hover{
    background-color: #c00;
    text-decoration: none;
}
.contact_button_area button span{
    background-size: 12px 11px;
}


/* form-button */
.form-button{
    text-align: center;
    letter-spacing: -.4em;
    white-space: nowrap;
}
.form-button input{
    font-family:Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
    background-color: #343434;
    color: #ffffff;
    font-size: 1.5rem;
    display: inline-block;
    -webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
    line-height: 56px;
    border: none;
    padding-top: 1px;
    outline: none;
    cursor: pointer;
    letter-spacing: 3px;
    -webkit-appearance: none;
    border-radius: 4px;
    text-align: center;
}
.form-button input.form-button-main{
    background-color: #343434;
    color: #ffffff;
    width: 420px;
}
.form-button input.form-button-main:hover{
    background-color: #cc0000;
    color: #ffffff;
}
.form-button input.form-button-back{
    background-color: #ededed;
    width: 100px;
    color: #333333;
    margin-right: 12px;
}
.form-button input.form-button-back:hover{
    background-color: #e4e4e4;
}

@media print, screen and (max-width: 760px){
    /* form-button */
    .form-button input.form-button-main{
        width: 68%;
        font-size: 1.3rem;
        line-height: 46px;
    }
    .form-button input.form-button-back{
        width: 25%;
        margin-right: 2%;
        font-size: 1.3rem;
        line-height: 46px;
    }
    .form-button input.form-button-main:hover{
        background-color: #343434;
    }
    .form-button input.form-button-back:hover{
        background-color: #ededed;
    }
}
