/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		ベース用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/******************************************************************************************
		共通
******************************************************************************************/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight:300;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.1em;
	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;
	position: relative;
	background-color: #fff;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
	display: flex;
  flex-direction: column;
	line-height: 1.9em;
}

*{
	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;
	word-break: break-all;
}

img{
	max-width: 100%;
	height: auto;
}

p{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	color: #03a9f4;
	text-decoration: none;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}

a:hover{
	color: #84d9ff;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}

h1{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 25px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
}

h2{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 25px;
	line-height: 1.5em;
	color: #000;
	font-weight: normal;
}

input,textarea{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w900{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

span.space{
	display: block;
	height: 15px;
}

@media screen and (max-width: 1220px){
	.w1200{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 920px){
	.w900{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

}
@media screen and (max-width: 640px){
	h1{
		font-size: 20px;
	}
	h2{
		font-size: 20px;
	}
}

::selection {
  background-color: #ffed56;
}

.tag_red{
	color: #ff0000;
}

main{
	width: 100%;
	flex: 1;
}

/******************************************************************************************
		ヘッダー
******************************************************************************************/
header{
}

header .in_head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 280px;
}

header .logo a{
	display: block;
	width: 280px;
	height: 52px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

header nav.head_nav{
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header nav.head_nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header nav.head_nav ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-left: 25px;
}

header nav.head_nav ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

header nav.head_nav .lang-switcher{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 25px;
}

/* トリガー */
header .trg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
	height: 100%;
	margin-top: 4px;
	margin-left: 20px;
}

header .trigger{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
	height: 44px;
	position: relative;
	cursor:pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .trigger span{
	display: block;
	width: 26px;
	height: 2px;
	background-color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .trigger span:before{
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	position: absolute;
	top:12px;
	left: 0;
	right:0;
	bottom:auto;
	margin: auto;
	background-color: #333;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .trigger span:after{
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	position: absolute;
	top:auto;
	left: 0;
	right:0;
	bottom:12px;
	margin: auto;
	background-color: #333;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width: 1220px){
	header .logo a{
		width: 250px;
		height: 46px;
	}
	header nav.head_nav ul li{
		margin-left: 15px;
	}
	header .trg{
		margin-left: 10px;
	}
}
@media screen and (max-width: 920px){
	header nav.head_nav ul{
		display: none;
	}
	header nav.head_nav .lang-switcher{
		margin-left: 10px;
	}
  header .trg {
		margin-top: 0px;
	}
}
@media screen and (max-width: 500px){
	header .logo a{
		width: 200px;
		height: 37px;
	}
	header .trg {
		margin-left: 0px;
	}
	.lang-switcher .prisna-wp-translate-body .prisna-wp-translate-current-language{
		padding: 0 20px 0 2px !important;
	}
}


/******************************************************************************************
		フッター
******************************************************************************************/
footer{
	display: block;
	width: 100%;
	background-repeat: repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer .in_foot{
}

/*----------------------------------
foot_top
----------------------------------*/
footer .in_foot .foot_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .in_foot .foot_top .logo{
	width: 300px;
	padding-bottom: 20px;
}

footer .in_foot .foot_top .logo a{
	display: block;
	width: 300px;
	height: 56px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 16px;
}

footer .in_foot .foot_top nav.foot_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex: 1;
}

footer .in_foot .foot_top nav.foot_nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .in_foot .foot_top nav.foot_nav li{
	display: block;
	margin-left: 20px;
}

footer .in_foot .foot_top nav.foot_nav li a{
	display: inline-block;
	color: #000;
	font-weight: bold;
}

/*----------------------------------
infoArea
----------------------------------*/
footer .in_foot .infoArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

footer .in_foot .infoArea .addressArea{
	flex: 1;
}

footer .in_foot .infoArea .addressArea address{
	display: block;
	font-style: normal;
	line-height: 1.5em;
}

footer .in_foot .infoArea .copyright{
	flex: 1;
	text-align: right;
}

footer .in_foot .infoArea .copyright a{
	color: #000;
	font-size: 13px;
}


footer.float{
	position: fixed;
	top:auto;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
	z-index: 1;
}

@media screen and (max-width: 920px){
	footer{
		padding-top: 50px;
		padding-bottom: 0px;
	}
	footer .in_foot .foot_top{
		display: block;
	}
	footer .in_foot .foot_top .logo{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	footer .in_foot .foot_top nav.foot_nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding-bottom: 30px;
	}
	footer .in_foot .foot_top nav.foot_nav ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .in_foot .foot_top nav.foot_nav li{
		margin-left: 10px;
		margin-right: 10px;
	}
	footer .in_foot .infoArea{
		display: block;
	}
	footer .in_foot .infoArea .addressArea{
		text-align: center;
	}
	footer .in_foot .infoArea .copyright{
		text-align: center;
		padding: 30px 0px 15px;
	}
	footer .in_foot .infoArea .copyright a{
		display: inline-block;
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	footer{
		padding-top: 30px;
	}
	footer .in_foot .foot_top .logo a{
		width: 250px;
    height: 46px;
	}
	footer .in_foot .foot_top nav.foot_nav{
		display: none;
	}
	footer .in_foot .infoArea .addressArea address{
		font-size: 13px;
	}
	footer .in_foot .infoArea .copyright{
		padding: 20px 0px 15px;
	}
	footer .in_foot .infoArea .copyright a {
		font-size: 12px;
		letter-spacing: 0em;
	}
}


/****************************************************************************************************************************
  ページトップ
****************************************************************************************************************************/
#page-top{
	display: block;
  position: fixed;
	top:auto;
	left:auto;
	right: 20px;
  bottom: 20px;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

#page-top.on{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

#page-top a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #282828;
	border: solid 1px rgba(255,255,255,0.3);
	color: #fff;
	letter-spacing: 0!important;
	font-size: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#page-top a i{
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
}

@media screen and (min-width: 919px){
	#page-top a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}

@media screen and (max-width: 640px){
	#page-top{
		right: 10px;
	  bottom: 10px;
	}
}

/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/
.sideNavi{
	display: block;
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: auto;
	right:0;
	/*z-index: 10000;*/
	z-index: 9999999 !important;
	overflow: hidden;
	-moz-transform: translate(317px, 0);
	-webkit-transform: translate(317px, 0);
	-o-transform: translate(317px, 0);
	-ms-transform: translate(317px, 0);
	transform: translate(317px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi.on{
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
	width: 317px;
	height: 100%;
	overflow-y: scroll;
	background-repeat: repeat;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0 0 15px;
	background-color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title p{
	flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
	width: 60px;
	height: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
	width: 31px;
	height: 31px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
	content: '';
	display: block;
	width: 31px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
	content: '';
	display: block;
	width: 1px;
	height: 31px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .menu{
	border-top: solid 1px #ddd;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li{
	display: block;
	background-color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-bottom: dashed 1px #ddd;
	padding: 0 15px 0 15px;
	color: #333;
	position: relative;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sideNavi .sideNavi_in .sideNavi_box .underBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sideNavi .sideNavi_in .sideNavi_box .underBox .underBox_in{
	padding: 30px 15px;
}

.sideNavi .sideNavi_in .sideNavi_box .underBox .underBox_in p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.sideNavi .sideNavi_in .sideNavi_box .underBox .underBox_in span{
	display: block;
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
}

.sideNavi .sideNavi_in .sideNavi_box .underBox .underBox_in .logoArea{
	display: block;
	width: 100%;
}

.sideNavi .sideNavi_in .sideNavi_box .underBox .underBox_in .logoArea a{
	display: block;
	width: 200px;
	height: 37px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.sideNavi_bg{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	/*z-index: 9999;*/
	z-index: 9999998 !important;
	background-color: rgba(0,0,0,0.4);
	cursor:pointer;
}

@media screen and (min-width: 920px){
	.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


@media screen and (max-width: 920px){
	.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
		right: 30px;
	}
	.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
		/*margin-right: 15px;*/
	}
}

/******************************************************************************************
		共通パーツ
******************************************************************************************/





/******************************************************************************************
		コンテンツ
******************************************************************************************/






/******************************************************************************************

******************************************************************************************/
