﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	
	box-sizing: border-box;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	/*color: #221814;*/
	color: #000000;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif !important;*/
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14.5px;
	line-height: 1.3;
	font-weight: 300;
}

/*p{
	text-align: justify;
    text-justify: inter-ideograph;
}*/

input,
button,
textarea,
select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	-webkit-border-radius : 0;
	box-shadow: none;
	outline: none;
	line-height: normal;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration:none;
}

.relative{
	position: relative;
}

.pointer, input[type='button']{
	cursor : pointer;
}

input::-webkit-input-placeholder { padding-top: 0.2em; }

.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}

.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-top: 60px;
}

.ml{
	margin-left: 50px;
}

.tab_show{
	display: none;
}
.smart_show{
	display: none;
}

/* *** ヘッダー *** */
header {
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.header_max {
    padding: 25px 20px;
}
header .header_padding{
    display: inline-block;
}

header .header_padding .header_contents{
	height: 36px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

	.header_contents .title_contents{
	    margin-right: 15px;
	}

		.header_contents .jp_title p{
			font-size: 28px;
			font-family: "游明朝", YuMincho, YuGo-Medium, 'YuGothic', "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
			color: #000000;
			font-weight: 500;
			letter-spacing: 2px;
		}
		
		.header_contents .en_title p{
			font-size:16px;
		    font-family: "游明朝", YuMincho, YuGo-Medium, 'YuGothic', "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
		    color: #000000;
		    font-weight: 500;
			letter-spacing: 5.5px;
		}
		.header_contents .en_title p span{
			font-size: 12px;
		}
	
		.header_contents .title_contents .flour_small{
			display: inline-block;
		    width: 30px;
			vertical-align: middle;
			position: relative;
		}
			.header_contents .title_contents .flour_small img{
				width: 100%
			}
			.header_contents .title_contents .flour_small p{
				/*font-family: HiraMinPro-W3,'Hiragino Mincho Pro',sans-serif;*/
				font-family: HiraMinPro-W3,'Hiragino Mincho Pro', YuMin_36pKn-Demibold,'游明朝体+36ポかな','Noto Serif JP',sans-serif;
			    font-size: 13.6px;
			    color: #ffffff;
			    position: absolute;
			    top: 15px;
			    left: 50%;
			    transform: translate(-50%,-50%);
			    line-height: normal;
			}
			
		.header_contents .title_contents p.red_color{
			/*font-family: YuGo-Medium,'YuGothic',serif;*/
			font-family: "游明朝", YuMincho, YuGo-Medium, 'YuGothic', "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
			display: inline-block;
			vertical-align: middle;
			font-size: 16px;
			font-weight: 500;
			color: #c83c28;
		}
		
		.header_contents .guide_title p{
			font-size: 20px;
			letter-spacing: 2px;
			font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
			line-height: normal;
		}

header .menu_padding{
    display: inline-block;
    float: right;
}
header .menu_padding .menu_contents {
	height: 36px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .menu_padding .menu_contents a{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-left:30px;
}

/* *** メイン *** */
.main {
	width: 100%;
}

.max_width{
	max-width: 1280px;
    width: 100%;
    margin: 0px auto;
}
.nav_mobile {
	display: none;
}
/* *** フッター *** */
footer {
	
}
.footer_div{
	display: inline-block;
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-top: 30px;
}
	.footer_div .f_left{
		float: left;
	}
	.footer_div .f_left a{
		color: #000000;
	}
	.footer_div .f_right{
		float: right;
	}
	.footer_div .smart_show{
		display: none;
	}


/* **** jconfirm pop style **** */

	/*contents box size*/
	.jconfirm .jconfirm-box{
		max-width: 430px;
		width: 100%;
	}

	/*text*/
	.jconfirm .jconfirm-box div.jconfirm-content-pane{
		font-size: 18px;
		margin-top: 35px;
		margin-bottom: 30px;
	}

	/*button*/
	.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{
		max-width: 100px;
		width: 100%;
		font-size: 16px;
	}

	/*contents box bottom padding*/
	.jconfirm .jconfirm-box .jconfirm-buttons {
		padding-bottom: 20px;
	}



/*埋め込み動画*/
.sec2 .haiku_instance_box .instance_r .video_box .warp_if{
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.sec2 .haiku_instance_box .instance_r .video_box .warp_if iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


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

@media screen and (max-width: 825px) {
	.footer_div .f_left,
	.footer_div .f_right{
		float: none;
		margin-bottom: 10px;
		line-height: normal;
	}
	
}
@media screen and (max-width: 480px) {
	.nav_mobile {
		display:block;
	}
	.smart_show{
		display: block;
	}
	.smart_hide{
		display: none;
	}

	.header_max {
	    padding: 20px 5vw;
	}
	header .header_padding .header_contents {
		display:block;
	}
	.header_contents .jp_title p {
	    font-size: 23px;
	    font-size: 6.3vw;
	}
	.header_contents .en_title p {
	    font-size: 14px;
        font-size: 3.8vw;
	}
	.header_contents .title_contents p.red_color {
	    font-size: 14px;
        font-size: 3.8vw;
	}
	header .menu_padding {
	    position: absolute;
	}
	header .menu_padding .menu_contents {
		display: none;
	}
	/*スマホメニュー*/
	.menu_button {
	    float: right;
	    margin-right: 15px;
	    width: 60px;
	    height: 40px;
	    text-align: center;
	    border-radius: 10px;
	    display: block;
	    position: absolute;
	    top: 25%;
	    right: 0;
	    
	}
	.menu_button span{
        display: block;
	    height: 3px;
	    width: 45px;
	    margin: 12px auto;
	    background: #000000;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	    line-height: 2px;
	}
/*	.menu_button span:nth-of-type(2),
	.menu_button span:nth-of-type(3) {
	}
	.menu_button.navOpen span:nth-of-type(1){
	    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	    -ms-transform: translateY(10px) translateX(0) rotate(45deg);
	    transform: translateY(10px) translateX(0) rotate(45deg);
	}
	.menu_button.navOpen span:nth-of-type(2) {
	    opacity: 0;
	}
	.menu_button.navOpen span:nth-of-type(3) {
	    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	    -ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
	    transform: translateY(-12px) translateX(0) rotate(-45deg);
	}*/
	.nav {
	    width: 100%;
	    position: absolute;
	    z-index: 9999;
        background-color: #520000;
	}
	
	.nav ul{
	    list-style-type: none;
        padding: 0;
        margin: 0;
	}
	
	.nav li {
	    border-bottom: solid 1px white;
	    text-align: left;
	}
	.nav li a{
	    color: #ffffff;
        padding: 1.5em 3em;
		display: block;
	    font-size: 16px;
	}
	.nav li a span{ 
		float: right;
		font-size: 14px;
	}
	.nav li a img{
		position: absolute;
	    left: 140px;
	    width: 20px;
	}
	/*スマホメニュー終わり*/
	.footer_div {
		padding-bottom: 0;
	}
		.footer_div .f_right{
			font-size: 13px;
		}
		

		.footer_div .smart_show{
			display: block;
		}
		.footer_div .smart_hide{
			display: none;
		}
	.jconfirm .jconfirm-box{
		max-width: 320px;
	}
	.jconfirm .jconfirm-box div.jconfirm-content-pane{
		font-size: 15px;
	}
}

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

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

@media screen and (max-width: 320px) {
	.jconfirm .jconfirm-box{
		max-width: 300px;
	}
	.jconfirm .jconfirm-box div.jconfirm-content-pane{
		font-size: 13px;
	}
}

