/*
	Theme Name: orien
	Theme URI: http://articnet.jp
	Description: Orien Theme
	Version: 1.0.0
	Author: ArticNet
	Author URI: http://articnet.jp
*/

/*------------------------------------*\
	MAIN
\*------------------------------------*/

/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@charset "utf-8";


.genesis-skip-link{
	display: none;
}

.footer-widgets h2.genesis-sidebar-title{
	display: none;
}

footer.site-footer{
	width: 100%;
	background: #062b4c;
	padding: 5px;
	box-sizing: border-box;
}

footer.site-footer p{
	margin: 0;
	padding: 0;
}

footer.entry-footer{
	display: none;
}


/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	body {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 85%;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		line-height: 150%;
		color: #323232;
		font-feature-settings : "palt";
		letter-spacing: 1px;
	}

	h1.front-page{
		width: 96%;
		margin: 0 auto;
		font-size: 8pt;
		font-weight: normal;
		text-align: center;
	}

}


@media print, screen and (max-width: 480px) {

	h1.front-page{
		width: 96%;
		margin: 0 auto;
		font-size: 6pt;
		font-weight: normal;
		text-align: center;
	}

}

/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	body {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		line-height: 160%;
		color: #323232;
		font-feature-settings : "palt";
		letter-spacing: 1px;
	}

	body.home {
		background: url(img/top/bk.jpg) center 0 repeat-x;
	}

	#index-header{
		padding-bottom: 50px;
	}

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

@media print, screen and (min-width: 741px) and (max-width: 960px) {


	h1.front-page{
		width: 92%;
		margin: 0 auto -40px auto;
		font-size: 7pt;
		font-weight: normal;
		position: relative;
		top: -40px;
	}

}


@media print, screen and (min-width: 961px) and (max-width: 1040px) {

	h1.front-page{
		width: 92%;
		margin: 0 auto -30px auto;
		font-size: 8pt;
		font-weight: normal;
		position: relative;
		top: -30px;
	}

}

@media print, screen and (min-width: 1041px) {

	h1.front-page{
		max-width: 1300px;
		width: 92%;
		margin: 0 auto -15px auto;
		font-size: 9pt;
		font-weight: normal;
		position: relative;
		top: -15px;
	}

}


/*　リンク　*/

a {
	text-decoration: none;
}

a:link {
	color: #1e72ba;
}

a:visited {
	color: #1e72ba;
}

a:hover {
	color: #00A6CA;
	text-decoration: underline;
}

a:active {
	color: #1e72ba;
	text-decoration: underline;
}

a img {
	border: none;
}

.opac a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a:hover img.opac {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.en {
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
}

strong{
	font-weight: normal;
}

/*　配置　*/

.img-center {
	text-align: center;
}

.img-right {
	padding: 5px 0 10px 20px;
	float: right;
}

.img-left {
	padding: 5px 20px 10px 0;
	float: left;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.small {
	font-size: 80%;
}

.red {
	color: #ff0000;
}

span.bar{
	letter-spacing: -3px;
	margin-right: 0.3em;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

img {
	width: 100%;
	height: auto;
}

img.wp-post-image{
	width: 100%;
	height: auto;
}

div.image90 {
	max-width: 580px;
	width: 90%;
/*
	margin: 0 auto;
*/
}

div.image80 {
	max-width: 520px;
	width: 80%;
/*
	margin: 0 auto;
*/
}

div.image60 {
	max-width: 390px;
	width: 60%;
/*
	margin: 0 auto;
*/
}

div.image50 {
	max-width: 320px;
	width: 50%;
/*
	margin: 0 auto;
*/
}

div.image40 {
	max-width: 260px;
	width: 40%;
/*
	margin: 0 auto;
*/
}

div.image30 {
	max-width: 190px;
	width: 30%;
/*
	margin: 0 auto;
*/
}

div.image20 {
	max-width: 120px;
	width: 20%;
/*
	margin: 0 auto;
*/
}

.i_block{
	display: inline-block;
}


.flex-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}



/* --------------------------------------

ヘッダー

 ----------------------------------------*/

/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	header{
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #ccc;
		background: rgba(255, 255, 255, 0.9)
	}

	#header{
		padding: 0;
		position: relative;
	}

	header .wrap .title-area, #title-logo{
		width: 200px;
		height: 50px;
	}

	header .wrap .title-area .site-title{
		width: 98%;
		margin: 0 0 0 2%;
	}

	header .wrap .title-area .site-title a, #title-logo a{
		background-size: contain !important;
		display: block;
		max-width: 160px;
		width: 100%;
		height: 40px;
		padding-top: 5px;
		padding-left: 5px;
/*
		text-indent: -9999px;
*/
	}

	header .wrap .title-area p, #title-logo p{
		display: none;
	}


	header .wrap .right, #header-right{
		position: absolute;
		right: 55px;
		top: 5px;
	}

	.header-right-box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}

	.header-pdf{
		display: none;
	}

	.header-sns{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.header-sns a{
		width: 40px;
	}

	.header_search_btn{
		width: 40px;
	}

	div.search_body {
		max-width: 300px;
		width: 100%;
		text-align: center;
		position: relative;
		top: 3px;
	}

	.header-sub-link{
		display: none;
	}

	form#searchform {
		width: 100%;
		height: 30px;
		padding: 0px 0px;
		background: #fafafa;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}

	form#searchform p {
		margin: 0;
		padding: 0;
	}

	input.search {
		position: absolute;
		margin: 0;
		padding: 0 3px;
		left: 5px;
		width: 85%;
		font-size: 10pt;
		color: #333;
		background: #fafafa;
		height: 30px;
		border-style: none;
	}

	.searchsubmit {
		position: absolute;
		border: 0;
		top: 0;
		right: 5px;
		padding: 0;
		width: 30px;
		height: 30px;
		background-color: #fff;
		background-image: url(images/top/search.png);
		background-repeat: no-repeat;
		background-position:  center center;
	}

	header .searchsubmit {
		border: 1px solid #ccc;
		box-sizing: border-box;
	}


	div.header_menu {
		width: 100%;
	}

	.header_menu_btn {
		width: 20%;
		float: right;
		margin-left: 1px;
	}

	div.header_close_btn {
		width: 20%;
		float: right;
		display: none;
	}

	div.header_contact {
		width: 20%;
		float: right;
	}

	header .wrap .right ul {
/*
		display: none;
		opacity:0;
*/
		display:block;
		opacity:1;
		transition:all 0.8s;
/*		top:50px;*/
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
		z-index: 9999;
		list-style-type: none;
	}

	header .wrap .right ul li {
		width: 100%;
		margin: 0;
		padding: 25px 0;
		border-bottom: 1px dotted #fff;
		background: rgba(227, 227, 227, .95);
		text-align: center;
	}

	header .wrap .right ul li a{
		color: #4a4a4a;
	}

	header .wrap .right ul li.title {
		width: 100%;
		margin: 0;
		background: rgba(74, 74, 74, .95);
	}

	header .wrap .right ul li.title a{
		color: #fff;
	}

	header .wrap .right ul li.sub {
		width: 100%;
		margin: 0;
		background: rgba(255, 255, 255, .95);
	}

	header .wrap .right .header_menu.menu_open ul{
		display:block;
		opacity:1;
		transition:all 0.8s;
		top:50px;
	}
	.header_search {
		display: none;
	}
	
	#ham-menu {
		background-color: rgba(255, 255, 255, 0.9); /*メニュー背景色*/
		box-sizing: border-box;
		height: 100%;
	/*	padding: 10px 40px; メニュー内左右上下余白*/
		position: fixed;
		right: -300px; /*メニュー横幅 width と合わせる*/
		top: 0;
		transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		width: 300px; /*メニュー横幅*/
		z-index: 1000;
		overflow-y: scroll;
	}

	#menu-background {
		background-color: #333; /*黒背景*/
		display: block;
		height: 100%;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		width: 100%;
		z-index: -1;
	}

	#menu-icon {
		background-color: #fff; /*アイコン部分背景色*/
		border-radius: 0 0 0 10px; /*左下角丸*/
		color: #333; /*アイコン（フォント）色*/
		cursor: pointer;
		display: block;
		font-size: 50px; /*アイコン（フォント）サイズ*/
		height: 50px; /*アイコン縦高さ*/
		line-height: 50px; /*縦位置中央化*/
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 50px; /*アイコン横幅*/
		transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		z-index: 1000;
	}
	
	#menu-icon img:last-child {
		display:none;
	}

	#menu-cb {
		display: none; /*チェックボックス本体は消しておく*/
	}

	#menu-cb:checked ~ #ham-menu,
	#menu-cb:checked ~ #menu-icon {
		transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
	}
	
	#menu-cb:checked ~ #menu-icon img:first-child {
		display:none;
	}
	#menu-cb:checked ~ #menu-icon img:last-child {
		display:block;
	}
	

	#menu-cb:checked ~ #menu-background {
		opacity: 0.5;
		z-index: 999;
	}

	#ham-menu ul.navi{
		margin: 0;
		padding: 0;
	}

	#ham-menu ul.navi li{
		margin: 0;
		padding: 0;
		border-bottom: 1px dotted #ccc;
	}

	#ham-menu ul.navi li a{
		display: block;
		margin: 0;
		padding: 10px 15px;
		color: #333;
		text-decoration: none;
	}

	#ham-menu ul.navi li a:hover{
		background-color: rgba(220, 220, 220, 0.9); /*メニュー背景色*/
	}

}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	header {
		width: 100%;
		margin: 0;
		padding: 25px 0 10px 0;
	}

	header .wrap, #header{
		max-width: 1400px;
		width: 96%;
		margin: 0 auto;
	}

	header .wrap:after, #header:after{
		content: "";
		clear: both;
		display: block;
	}

	header .wrap .title-area, #title-logo{
		width: 32%;
		float: left;
		padding: 30px 0 20px 0;
		position: relative;
	}

	header .wrap .title-area .site-title{
		width: 98%;
		margin: 0 0 0 2%;
	}

	header .wrap .title-area .site-title a, #title-logo a{
		background-size: contain !important;
		display: block;
		max-width: 360px;
		width: 100%;
		height: 90px;
/*
		text-indent: -9999px;
*/
	}

	header .wrap .title-area p, #title-logo p{
		position: absolute;
		top: 3px;
		font-size: 8pt;
		margin: 0;
		padding: 0;
	}


	header .wrap .right, #header-right{
		width: 60%;
		float: right;
		padding: 10px 0 20px 0;
	}

	.header-right-box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	.header-pdf{
		width: 38%;
	}

	.header-pdf a{
		display: block;
		max-width: 300px;
	}

	.header_search {
		width: 40%;
		text-align: center;
		position: relative;
		top: -10px;
	}

	.header-sns{
		width: 18%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.header-sns a{
		width: 49%;
		max-width: 70px;
	}

	div.search_body {
		max-width: 300px;
		width: 100%;
		text-align: center;
		position: relative;
		top: 3px;
	}

	.header-sub-link{
		width: 100%;
		text-align: center;
	}

	.header-sub-link a{
		display: inline-block;
		margin: 15px 1% 0 1%;
		padding-bottom: 1px;
		border-bottom: 1px dotted #666;
		color: #000;
	}

	form#searchform {
		width: 100%;
		height: 30px;
		padding: 0px 0px;
		background: #fafafa;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
	}

	form#searchform p {
		margin: 0;
		padding: 0;
	}

	input.search {
		position: absolute;
		margin: 0;
		padding: 0 3px;
		left: 5px;
		width: 85%;
		font-size: 10pt;
		color: #333;
		background: #fafafa;
		height: 30px;
		border-style: none;
	}

	.searchsubmit {
		position: absolute;
		border: 0;
		top: 0;
		right: 5px;
		padding: 0;
		width: 30px;
		height: 30px;
		background-color: #fafafa;
		background-image: url(images/top/search.png);
		background-repeat: no-repeat;
		background-position:  center center;
	}

	header .searchsubmit {
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	.header_menu {
		text-align: center;
	}

	.header_menu ul{
		max-width: 1400px;
		width: 96%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0;
	}

	.header_menu ul li{
		border-right: 1px solid #ccc;
		line-height: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		list-style: none;
		width: 14.2%;
		text-align: center;
	}

	.header_menu ul li:last-child {
		border-right: 0;
	}

	.header_menu ul li a {
		display: block;
		width: 100%;
		color: #000;
		padding: 20px 0;
		position: relative;
		top: 1px;
		border-bottom: 3px solid #666;
		font-family: "DNPShueiMGoStd-B";
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.header_menu ul li a span{
		line-height: 0;
	}

	.header_menu ul li:nth-child(1) a{
		border-bottom: 3px solid #7da7c0;
	}

	.header_menu ul li:nth-child(2) a{
		border-bottom: 3px solid #81ae92;
	}

	.header_menu ul li:nth-child(3) a{
		border-bottom: 3px solid #bbac73;
	}

	.header_menu ul li:nth-child(4) a{
		border-bottom: 3px solid #a5d9da;
	}

	.header_menu ul li:nth-child(5) a{
		border-bottom: 3px solid #c2c97e;
	}

	.header_menu ul li:nth-child(6) a{
		border-bottom: 3px solid #d98a92;
	}

	.header_menu ul li:nth-child(7) a{
		border-bottom: 3px solid #7479a0;
	}

	.header_menu ul li a:hover, .header_menu ul li.on a{
		text-decoration: none;
		background: #666;
		color: #fff;
	}

	.header_menu ul li:nth-child(1) a:hover, .header_menu ul li:nth-child(1).on a{
		background: #7da7c0;
	}

	.header_menu ul li:nth-child(2) a:hover, .header_menu ul li:nth-child(2).on a{
		background: #81ae92;
	}

	.header_menu ul li:nth-child(3) a:hover, .header_menu ul li:nth-child(3).on a{
		background: #bbac73;
	}

	.header_menu ul li:nth-child(4) a:hover, .header_menu ul li:nth-child(4).on a{
		background: #a5d9da;
	}

	.header_menu ul li:nth-child(5) a:hover, .header_menu ul li:nth-child(5).on a{
		background: #c2c97e;
	}

	.header_menu ul li:nth-child(6) a:hover, .header_menu ul li:nth-child(6).on a{
		background: #d98a92;
	}

	.header_menu ul li:nth-child(7) a:hover, .header_menu ul li:nth-child(7).on a{
		background: #7479a0;
	}

	.home .header_menu ul li.on a {
		border-bottom: 0;
	}

}


@media print, screen and (min-width: 741px) and (max-width: 945px) {

	div.search_body {
		display: none;
	}

	header .wrap .title-area, #title-logo{
		width: 28%;
	}

	header .wrap .title-area p, #title-logo p{
		display: none;
	}

	header .wrap .right, #header-right{
		width: 70%;
	}

	.header-sub-link a{
		font-size: 65%;
	}

	.header_menu ul li a {
		font-size: 70%;
	}

}


@media print, screen and (min-width: 946px) and (max-width: 1160px) {

	header .wrap .title-area, #title-logo{
		width: 28%;
	}

	header .wrap .title-area p, #title-logo p{
		font-size: 6.5pt;
	}

	header .wrap .right, #header-right{
		width: 70%;
	}

	.header-sub-link a{
		font-size: 65%;
	}

	.header_menu ul li a {
		font-size: 80%;
	}

}

@media print, screen and (min-width: 1161px) and (max-width: 1300px) {

	.header-sub-link a{
		font-size: 70%;
	}

}

@media print, screen and (min-width: 1301px){

	.header-sub-link a{
		font-size: 80%;
	}

}

/*　メイン　*/

/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	.pc-contents {
		display: none !important;
	}

	div#header_submenu {
		display: none;
	}
	div#main {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	div.pankuzu {
		width: 98%;
		margin: 0 auto;
		padding: 5px 0;
	}
	div.pankuzu a {
		color: #666;
	}
	div.main_body {
		width: 98%;
		margin: 0 auto;
		padding: 15px 0;
	}
	div.main_title_pic {
		overflow: hidden;
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
	}
	div.main_title_pic p {
		width: 90%;
		margin: 0 auto;
		color: #fff;
		letter-spacing: 1px;
		font-size: 100%;
	}

	div.main_title_pic .ccopy {
		font-size: 140%;
		line-height: 1.4;
		margin-bottom: 10px;
		font-weight: normal;
	}

	div.main_title_pic h1 {
		font-size: 22pt;
		color: #fff;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 10px 0;
	}

	div.main_title_pic h2 {
		font-size: 22pt;
		color: #fff;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 10px 0;
	}

	div#sidebtn {
		/*
		width: 40px;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: fixed;
		bottom: 20%;
		right: 1px;
*/
		display: none;
	}


	div.btn01{
		width: 100%;
		margin: 5px auto;
		border: 1px solid #666;
	}

	div.btn01 a{
		display: block;
		text-align: center;
		color: #333;
		padding: 15px 0;
		font-size: 80%;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn01 a:hover {
		color: #fff;
		background: #000;
		text-decoration: none;
		opacity: 0.75 ;
	}

	div.btn02{
		width: 100%;
		margin: 5px auto;
		border: 1px solid #bbac73;
		box-sizing: border-box;
		background: #fff;
	}

	div.btn02 a{
		display: block;
		text-align: center;
		color: #bbac73;
		padding: 15px 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn02 a:hover {
		color: #fff;
		background: #bbac73;
		text-decoration: none;
	}

	div.btn03{
		width: 100%;
		margin: 5px auto;
		border: 1px solid #d98a92;
		box-sizing: border-box;
		background: #fff;
	}

	div.btn03 a{
		display: block;
		text-align: center;
		color: #d98a92;
		padding: 15px 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn03 a:hover {
		color: #fff;
		background: #d98a92;
		text-decoration: none;
	}

	div.btn04{
		width: 100%;
		margin: 5px auto;
		border: 1px solid #7da7c0;
		box-sizing: border-box;
		background: #fff;
	}

	div.btn04 a{
		display: block;
		text-align: center;
		color: #7da7c0;
		padding: 15px 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn04 a:hover {
		color: #fff;
		background: #7da7c0;
		text-decoration: none;
	}

}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	.sp-contents {
		display: none !important;
	}

	div#header_submenu {
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	div.header_submenu_body {
		max-width: 1300px;
		width: 90%;
		margin: 0 auto;
	}

	div.header_submenu_title {
		font-size: 14pt;
		padding-right: 20px;
		border-right: 1px solid #666;
		display: inline-block;
		letter-spacing: 1px;
	}

	div.header_submenu_title span {
		position: relative;
		top: 2px;
	}

	div.header_submenu_detail {
		padding-left: 15px;
		display: inline-block;
	}

	div.header_submenu_detail ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	div.header_submenu_detail ul li.main {
		display: inline-block;
		font-size: 14pt;
		padding-left: 5px;
		position: relative;
		top: 2px;
		letter-spacing: 1px;
	}

	div.header_submenu_detail ul li.main a {
		color: #666;
		padding: 2px 20px 0 20px;
		text-decoration: none;
	}

	div.header_submenu_detail ul li.main > a:hover {
		color: #334961;
	}

	div.header_submenu_detail ul li.main.on a {
		color: #fff;
		background: #003463;
	}

	div.header_submenu_detail ul li.main div.sub {
		position: absolute;
		width: 14em;
		background: #003463;
		opacity:0;
		z-index: 1000;
		height:0;
	}

	div.header_submenu_detail ul li.main div.sub ul li{
		height:0;
		overflow:hidden;
	}

	div.header_submenu_detail ul li.main div.sub ul li a{
		display: block;
		background: #003463;
		color: #fff;
		padding: 8px 1em 3px 1em;
		border-bottom: 1px dotted #fff;
		height:0;
	}

	div.header_submenu_detail ul li.main div.sub ul li:last-child a {
		border-bottom: none;
	}
	
	div.header_submenu_detail ul li.main:hover div.sub {
		opacity:1;
		transition:all 0.8s;
	}

	div.header_submenu_detail ul li.main:hover div.sub ul li {
		height:auto;
	}
	div.header_submenu_detail ul li.main:hover div.sub ul li a {
		height:auto;
	}
	div.header_submenu_detail ul li.main:hover div.sub ul li:hover a {
		opacity:0.6;
	}

	div#sidebtn {
		width: 60px;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: fixed;
		top: 20%;
		right: 0;
	}
	div#sidebtn a {
		width: 60px;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	div#main {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	div.pankuzu {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 10px;
		font-size: 9pt;
		box-sizing: border-box;
	}

	div.pankuzu a {
		color: #666;
	}

	div.main_body {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 50px 0;
	}

	div.style02 div.main_body {
		padding: 0;
		background: rgba(248, 248, 248, .95);
		position: relative;
		top: -200px;
		margin-bottom: -130px;
	}

	div.style02 div.main_body_wrap {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 50px 0;
	}
	div.main_title_pic {
		overflow: hidden;
		padding-top: 250px;
		padding-bottom: 250px;
	}
	div.main_title_pic p {
		width: 55%;
		margin-left: 10%;
		color: #fff;
		font-size: 120%;
		letter-spacing:1px;
		margin-top: 30px;
		line-height:1.8;
	}
	div.main_title_pic .ccopy {
		font-size: 180%;
		line-height: 1.7;
		letter-spacing:1px;
		font-weight: normal;

	}

	div.main_title_pic h1 {
		font-size: 35pt;
		color: #fff;
		margin-left: 10%;
		letter-spacing: 3px;
	}

	div.main_title_pic h2 {
		font-size: 35pt;
		color: #fff;
		margin-left: 10%;
		letter-spacing: 3px;
	}

	div.title_pic {
		overflow: hidden;
		padding-top: 200px;
		padding-bottom: 200px;
	}

	div.btn01{
		width: 100%;
		margin: 15px auto;
		border: 1px solid #666;
	}

	div.btn01 a{
		display: block;
		text-align: center;
		color: #333;
		padding: 15px 0;
		font-size: 80%;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn01 a:hover {
		color: #fff;
		background: #000;
		text-decoration: none;
		opacity: 0.75 ;
	}

	div.btn02{
		width: 100%;
		margin: 15px auto;
		border: 1px solid #bbac73;
		box-sizing: border-box;
		background: #fff;
	}

	div.btn02 a{
		display: block;
		text-align: center;
		color: #bbac73;
		padding: 15px 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn02 a:hover {
		color: #fff;
		background: #bbac73;
		text-decoration: none;
	}

	div.btn03{
		width: 100%;
		margin: 15px auto;
		border: 1px solid #d98a92;
		box-sizing: border-box;
		background: #fff;
	}

	div.btn03 a{
		display: block;
		text-align: center;
		color: #d98a92;
		padding: 15px 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn03 a:hover {
		color: #fff;
		background: #d98a92;
		text-decoration: none;
	}

	div.btn04{
		width: 100%;
		margin: 15px auto;
		border: 1px solid #7da7c0;
		box-sizing: border-box;
		background: #fff;
	}

	div.btn04 a{
		display: block;
		text-align: center;
		color: #7da7c0;
		padding: 15px 0;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn04 a:hover {
		color: #fff;
		background: #7da7c0;
		text-decoration: none;
	}


	div.btn_box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center; /* Safari */
		justify-content: center;
	}

	div.btn_box div.btn01{
		width: 48%;
		max-width: 450px;
	}
}


/*　フッター　*/


/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	div#footer {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 0 0;
		background: #f1f4f3;
		line-height: 150%;
	}

	div.footer-body{
		width: 96%;
		margin: 0 auto;
	}

	div.footer-body.flex-box{
	}

	div.footer-author{
		width: 100%;
	}

	div.footer-author p{
		font-size: 90%;
	}

	div.footer-author p.author{
		font-size: 120%;
		font-family: "DNPShueiMGoStd-B";
	}

	div.footer-address-wrap{
		width: 100%;
	}

	div.footer-address-wrap p{
		font-size: 90%;
	}

	div.footer-address-wrap a{
		color: #000;
	}

	div.footer-faq{
		width: 100%;
	}

	div.footer-faq .btn01.half{
		width: 48%;
	}

	div.footer-faq .btn01 a{
		text-align: center;
		font-size: 90%;
		font-family: "DNPShueiMGoStd-B";
	}

	div.footer-faq p.comnet{
		display: none;
	}

	div.copyright {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		padding: 10px 0;
		background: #e5e4dc;
	}

	div.footer-link p{
		font-family: "DNPShueiMGoStd-B";
		display: none;
	}

	copyright{
		font-size: 80%;
	}

}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	div#footer {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0 0;
		background: #f1f4f3;
		line-height: 150%;
	}

	div.footer-body{
		max-width: 1400px;
		width: 96%;
		margin: 0 auto;
	}

	div.footer-body.flex-box{
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	div.footer-author{
		width: 50%;
	}

	div.footer-author p.author{
		font-size: 200%;
		font-family: "DNPShueiMGoStd-B";
	}

	div.footer-address-wrap{
		width: 48%;
	}

	div.footer-address-wrap p{
		font-size: 90%;
	}

	div.footer-address-wrap a{
		color: #000;
	}

	div.footer-faq{
		width: 48%;
	}

	div.footer-faq .btn01.half{
		width: 48%;
	}

	div.footer-faq .btn01 a{
		text-align: center;
		font-size: 110%;
		font-family: "DNPShueiMGoStd-B";
	}

	div.footer-faq p.comnet{
		text-align: right;
	}

	div.copyright {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		padding: 10px 0 20px 0;
		background: #e5e4dc;
	}

	div.footer-link p{
		font-family: "DNPShueiMGoStd-B";
	}

	div.footer-link p a{
		color: #000;
		padding: 0 15px;
	}

	copyright{
		font-size: 80%;
	}

}

@media print, screen and (min-width: 741px)  and (max-width: 980px) {

	div.footer-author{
		width: 100%;
	}

	div.footer-faq{
		width: 100%;
		margin-top: 25px;
	}

}

@media print, screen and (min-width: 981px)  and (max-width: 1260px) {

	div.footer-author{
		width: 42%;
	}

	div.footer-faq{
		width: 56%;
		margin-top: 0;
	}

	div.footer-address-wrap{
		width: 100%;
	}

}


/** SP用 メニュー表示時BODYクラス */

.pg_body_fixed {
	overflow: hidden;
	height: 100%;
}


/** メニュー用フェードインアニメーション */

@keyframes keyframe-fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-moz-keyframes keyframe-fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes keyframe-fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}


/*　ブログのデザイン　*/

.single-post .content .entry-footer{
	display: none;
}

.previous-entry-pagination{
	display: none;
}

aside.sidebar-primary h2{
	display: none;
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.single div.content-sidebar-wrap, .archive div.content-sidebar-wrap, .blog div.content-sidebar-wrap{
		width: 96%;
		margin: 0 auto;
	}

	.single div.content-sidebar-wrap h1, .archive div.content-sidebar-wrap h1{
		letter-spacing: 2px;
		line-height: 1.6;
		font-size: 120%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}

	.single div.content-sidebar-wrap h2, .archive div.content-sidebar-wrap h2{
		padding: 20px 0;
		border-top: 1px  solid #ededed;
		border-bottom: 1px  solid #ededed;
		margin-top: 40px;
	}

	.single div.content-sidebar-wrap header.entry-header p.entry-meta, .archive div.content-sidebar-wrap header.entry-header p.entry-meta{
		display: block;
		font-size: 90%;
		text-align: right;
		margin-bottom: 10px;
	}

	.single div.content-sidebar-wrap main.content, .archive div.content-sidebar-wrap main.content{
	}

	.single div.content-sidebar-wrap main.content .entry-content, .archive div.content-sidebar-wrap main.content .entry-content{
		margin-top: 15px;
	}

	.single div.content-sidebar-wrap aside.sidebar, .archive div.content-sidebar-wrap aside.sidebar{
		width: 96%;
		margin: 10px auto;
	}

	.archive div.content-sidebar-wrap h2, .blog div.content-sidebar-wrap h2{
		font-weight: normal;
	}

	.archive div.content-sidebar-wrap h2 a, .blog div.content-sidebar-wrap h2 a{
		color: #000;
	}

	.archive div.content-sidebar-wrap main.content .entry-content a.entry-image-link, .blog div.content-sidebar-wrap main.content .entry-content a.entry-image-link{
		display: block;
		max-width: 240px;
		margin: 0 auto;
		text-align: center;
	}

	.archive div.content-sidebar-wrap main.content .entry-content a img, .blog div.content-sidebar-wrap main.content .entry-content a img{
	}

	.archive div.content-sidebar-wrap main.content article, .blog div.content-sidebar-wrap main.content article{
		position: relative;
		margin-bottom: 15px;
	}

	.archive div.content-sidebar-wrap main.content article:after, .blog div.content-sidebar-wrap main.content article:after{
		content: "";
		clear: both;
		display: block;
	}

	aside.sidebar-primary .widget-wrap{
		width: 100%;
		margin-top: 25px;
		border: 1px solid #ccc;
		padding: 0;
		box-sizing: border-box;
	}

	aside.sidebar-primary .widget-wrap h3.widget-title{
		margin: 0;
		padding: 10px 1em;
		background: #ccc;
		font-size: 100%;
		position: relative;
	}

	aside.sidebar-primary .widget-wrap article.post{
		width: 96%;
		margin: 10px auto;
		border-bottom: 1px dotted #ccc;
		padding: 0 0 10px 0;
	}

	aside.sidebar-primary .widget-wrap article.post:after{
		content: "";
		clear: both;
		display: block;
	}

	aside.sidebar-primary .widget-wrap article.post:last-child{
		border-bottom: 0;
	}

	aside.sidebar-primary .widget-wrap article.post a img{
		width: 30%;
		float: left;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header{
		width: 68%;
		float: right;
		padding: 0;
		position: relative;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4{
		font-size: 80%;
		margin: 1.4em 0 0 0;
		line-height: 130%;
		font-weight: normal;
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4 a{
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header p.entry-meta{
		font-size: 70%;
		margin: 0;
		line-height: 130%;
		position: absolute;
		top: 0;
		right: 5px;
		text-align: right;
	}

	aside.sidebar-primary p.more-from-category{
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-align: center;
	}

	aside.sidebar-primary p.more-from-category a{
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #fff;
		background: #333;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		text-decoration: none;
	}

	aside.sidebar-primary p.more-from-category a:hover{
		background: #666;
	}


	.archive-pagination ul{
		text-align: center;
		background: #fff;
		width: 100%;
		margin: 25px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
		list-style: none;
	}

	.archive-pagination ul li{
		margin: 0 2px;
		text-decoration: none;
		color: #000;
		list-style: none;
	}

	.archive-pagination ul li span.screen-reader-text{
		display: none;
	}

	.archive-pagination ul li a{
		display: block;
		vertical-align: middle;
		padding: 6px 10px;
		color: #000;
		border:1px solid #020202;
	}

	.archive-pagination ul li a:hover{
		background-color: #000;
		color:#fff;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.single div.content-sidebar-wrap, .archive div.content-sidebar-wrap, .blog div.content-sidebar-wrap{
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 50px 0;
	}

	.single div.content-sidebar-wrap:after{
		content: "";
		clear: both;
		display: block;
	}

	.single div.content-sidebar-wrap h1, .archive div.content-sidebar-wrap h1{
		letter-spacing: 2px;
		line-height: 1.7;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		font-size: 160%;
	}

	.single div.content-sidebar-wrap h2{
		padding: 20px 0;
		border-top: 1px  solid #ededed;
		border-bottom: 1px  solid #ededed;
		margin-top: 40px;
	}

	.archive div.content-sidebar-wrap h2, .blog div.content-sidebar-wrap h2{
		font-weight: normal;
	}

	.archive div.content-sidebar-wrap h2 a, .blog div.content-sidebar-wrap h2 a{
		color: #000;
	}

	.archive div.content-sidebar-wrap main.content .entry-content a, .blog div.content-sidebar-wrap main.content .entry-content a{
		display: block;
		margin: 0;
		margin-right: 30px;
		width: 20%;
		float: left;
		line-height: 0;
		padding: 0;
		border: 1px solid #b9b9b9;
		box-sizing: border-box;
	}

	.archive div.content-sidebar-wrap main.content .entry-content a img, .blog div.content-sidebar-wrap main.content .entry-content a img{
		max-width: 240px;
	}

	.archive div.content-sidebar-wrap main.content article, .blog div.content-sidebar-wrap main.content article{
		position: relative;
		margin-bottom: 30px;
		border-bottom: 1px solid #ededed;
		padding-bottom: 50px;
	}

	.archive div.content-sidebar-wrap main.content article:after, .blog div.content-sidebar-wrap main.content article:after{
		content: "";
		clear: both;
		display: block;
	}


	.single div.content-sidebar-wrap header.entry-header p.entry-meta, .archive div.content-sidebar-wrap header.entry-header p.entry-meta, .blog div.content-sidebar-wrap header.entry-header p.entry-meta{
		display: block;
		font-size: 90%;
		text-align: right;
		margin-bottom: 10px;
	}

	.archive div.content-sidebar-wrap header.entry-header p.entry-meta, .blog div.content-sidebar-wrap header.entry-header p.entry-meta{
		position: absolute;
		right: 0;
		bottom: 50px;
		margin-bottom: 0;
	}

	.single div.content-sidebar-wrap main.content{
		width: 70%;
		float:left;
	}

	.single div.content-sidebar-wrap main.content .entry-content{
		margin-top: 25px;
	}

	.single div.content-sidebar-wrap aside.sidebar{
		width: 25%;
		float: right;
	}

	aside.sidebar-primary .widget-wrap{
		width: 100%;
		margin-top: 25px;
		border: 1px solid #ccc;
		padding: 0;
		box-sizing: border-box;
	}

	aside.sidebar-primary .widget-wrap h3.widget-title{
		margin: 0;
		padding: 10px 1em;
		background: #ccc;
		font-size: 100%;
		position: relative;
	}

	aside.sidebar-primary .widget-wrap article.post{
		width: 96%;
		margin: 10px auto;
		border-bottom: 1px dotted #ccc;
		padding: 0 0 20px 0;
	}

	aside.sidebar-primary .widget-wrap article.post:after{
		content: "";
		clear: both;
		display: block;
	}

	aside.sidebar-primary .widget-wrap article.post:last-child{
		border-bottom: 0;
	}

	aside.sidebar-primary .widget-wrap article.post a img{
		width: 38%;
		float: left;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header{
		width: 60%;
		float: right;
		padding: 0;
		position: relative;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4{
		font-size: 80%;
		margin: 1.4em 0 0 0;
		line-height: 130%;
		font-weight: normal;
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4 a{
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header p.entry-meta{
		font-size: 70%;
		margin: 0;
		line-height: 130%;
		position: absolute;
		top: 0;
		right: 5px;
		text-align: right;
	}

	aside.sidebar-primary p.more-from-category{
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-align: center;
	}

	aside.sidebar-primary p.more-from-category a{
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #fff;
		background: #333;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		text-decoration: none;
	}

	aside.sidebar-primary p.more-from-category a:hover{
		background: #666;
	}


	.archive-pagination ul{
		text-align: center;
		background: #fff;
		width: 100%;
		margin: 25px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
		list-style: none;
	}

	.archive-pagination ul li{
		margin: 0 2px;
		text-decoration: none;
		color: #000;
		list-style: none;
	}

	.archive-pagination ul li span.screen-reader-text{
		display: none;
	}

	.archive-pagination ul li a{
		display: block;
		vertical-align: middle;
		padding: 6px 10px;
		color: #000;
		border:1px solid #020202;
	}

	.archive-pagination ul li a:hover{
		background-color: #000;
		color:#fff;
	}

}
