@charset "utf-8";

/* CSSファイルの先頭に記述 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

/* 3. ExtraBold (特太字) の定義 */

@font-face {
font-family: "noto-sans", sans-serif;
font-weight: 400;
font-style: normal;
}

/* すべてのテキストの標準フォントとして設定 */
.era_nomal {
  font-family: "Poppins", sans-serif;
  font-weight: 400; /* -> ModernEra-Regular.otf が適用される */
}

/* h1タグを太字に設定 */
.era_bold {
  font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
}

.era_extrabold {
  font-family: "Poppins", sans-serif; /* font-familyは省略可（親要素から継承されるため） */
  font-weight: 800; /* -> ModernEra-ExtraBold.otf が適用される */
}

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: 'Noto Sans JP', "noto-sans", sans-serif;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

.body{
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
font-weight: 400; /* -> ModernEra-Regular.otf が適用される */
font-style: normal;
}

.en_fonts{
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
font-size:100%;
}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font-size:90%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
line-height:1.4;
color:#252525;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
background:#ffffff;
}

#pc_only {display:block;}
#sp_only {display:none;}
@media screen and (max-width: 796px) {
#pc_only {display:none;}
#sp_only {display:block;}
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#271610;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#CCCCCC;
}


/**** Clearfix ****/
nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}
	
#dot {
	width:98%;
	height:2px;
	margin:15px auto;
	padding-top:5px;
	border-bottom:#ECD8D2 dotted 1px;
	clear:both;
}

sup { font-size:70%; vertical-align:top;}


/* レイアウト
------------------------------------------------------------*/
#wrapper{
width:1200px;
margin:0 auto;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

.table{
width:1200px;
margin:0 auto;
}

.inner{
margin:0 auto;
width:1200px;
}

#pankuzu{
width:100%;
margin:5px auto 15px;
padding:10px 0 10px;
}

#pankuzu a{
color:#BA78ED;
text-decoration:underline;
font-size:13px;
}

/* 2面記事
------------------------------------------------------------*/
.thumbWrap{
width:100%;
margin:20px 0;
}

.thumbWrap li{
float:none;
width:50%;
margin:0 auto;
padding:2px 0 40px;
background:none;
text-align:center;
}

.thumbWrap li img{
margin:0 auto;
width:94%;
height:auto;
}

@media only screen and (max-width:760px){
.thumbWrap li{
float:none;
width:96%;
margin:10px auto 35px auto;
padding:2px 0 40px;
background:none;
text-align:center;
}
}

/* 2面記事
------------------------------------------------------------*/
.thumbWrap2{
width:100%;
margin:20px 0;
}

.thumbWrap2 li{
float:left;
width:50%;
margin:0 auto;
padding:2px 0 40px;
background:none;
}

.thumbWrap2 li img{
margin:0 auto;
width:94%;
height:auto;
}

@media only screen and (max-width:760px){
.thumbWrap2 li{
float:none;
width:96%;
margin:10px auto 35px auto;
padding:2px 0 40px;
background:none;
text-align:center;
}
}

/* 3面記事
------------------------------------------------------------*/
.thumbWrap3{
width:100%;
margin:20px 0;
}

.thumbWrap3 li{
float:left;
width:33%;
margin:0;
padding:2px 0 40px;
background:none;
text-align:center;
}

.thumbWrap3 li img{
margin:0 auto;
width:94%;
height:auto;
}

@media only screen and (max-width:760px){
.thumbWrap li{
float:none;
width:96%;
margin:10px auto 35px auto;
padding:2px 0 40px;
background:none;
text-align:center;
}
}

/* 3面記事
------------------------------------------------------------*/
.thumbWrap33{
width:100%;
margin:20px 0;
}

.thumbWrap33 li{
float:left;
width:33%;
margin:0;
padding:2px 0 40px;
background:none;
text-align:center;
}

.thumbWrap33 li img{
margin:0 auto;
width:94%;
height:auto;
}

@media only screen and (max-width:760px){
.thumbWrap33 li{
float:none;
width:96%;
margin:10px auto 35px auto;
padding:2px 0 40px;
background:none;
text-align:center;
}
}

@media only screen and (max-width:1200px){
#wrapper{
width:98%;
margin:0 auto;
}
.inner{
width:100%;
}
.table{
width:96%;
margin:0 auto;
}
.table img{
width:100%;
}
}

.spec_all{
width:100%;
margin:0;
background:#E1E5EC;
padding:20px 0 80px;
}

#header{
overflow:hidden;
margin:0 auto 5px;
width:100%;
background:#FFFFFF;
}

.seo_sub{
width:1200px;
margin:0 auto 0 auto;
height:30px;
}

@media only screen and (max-width:1200px){
.seo_sub{
width:100%;
}
}


.seo_text{
font-size:12px;
padding-top:5px;
width:530px;
float:left;
padding-left:5px;
}

.s_menu{
float:right;
font-size:12px;
padding-top:5px;
text-align:right;
padding-right:5px;
}

#header .h_logo{
display:none;
}

#header .h_text{
float:right;
padding-top:30px;
}

#header #right_hd{
float:right;
margin-top:-25px;
padding-bottom:5px;
clear:both;
}

#header #right_hd ul{
font-size:90%;
padding-top:3px;
float:right;
padding-bottom:3px;
}

#header #right_hd ul li{
display:inline;
padding:0;
margin-left:-5px;
}

#header #right_hd ul li.over a{
background:#000000;
color:#FFFFFF;
}

#header #right_hd ul li a{
padding:5px 25px;
color: #271610;
border:1px solid #000000;
}

#header #right_hd ul li a:hover{
background-color:#000000;
color:#FFFFFF;
}

#header #right_hd ul li a:hover{background-position:3px 50%;}

@media only screen and (max-width:957px){
#header .h_logo{
float:left;
}

#header .h_logo img{
float:left;
width:50%;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}

#header .h_text{
float:right;
padding-top:0;
width:98%;
}
#header #right_hd{
float:left;
width:98%;
}
#header #right_hd ul li{
margin-left:-5px;
padding-bottom:3px;
}
}

#content{
width:1200px;
margin:0 auto;
padding:20px 0 10px;
}

.main_box{
width:820px;
float:left;
}

#news_area{
width:100%;
margin:0 auto;
padding-top:0;
}

#news_list .list {
width:100%;
margin-top: 5px;
padding: 7px 0 0 0;
border-top: 1px rgba(0, 0, 0, 0.2) solid;
  }
#news_list .list li {
border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
line-height: 20px;
padding: 14px 0 12px 100px;
background:url(../images/news_logo02.png) no-repeat 0 35%;
height:auto;
clear:both;
  }
#news_list.list li .date {
    width: 100%;
    float: left;
	text-align:left;
	color:#CCCCCC;
	font-size:19px;
  }
#news_list .list li .txt {
    width: 100%;
    float: left;
	text-align:left;
	font-size:13px;
  }

h3.ttl_arrow{
font-size:22px;
font-weight:bold;
color:#000;
line-height:1.4;
margin-bottom:10px;
padding:3px 0 3px 20px;
background:url(../images/arrowSub2.png) no-repeat 0 35%;
}

.purpose_eb{
background:#E0F0F0;
border-radius: 5px;
border:#B2E0F0 solid 2px;
margin:5px auto;
width:90%;
padding:15px 14px 0 14px;
color:#1C728E;
}

.top_img{
width:98%;
margin:5px auto;
}

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

.purpose_ez{
background:#F4E4F2;
border-radius: 5px;
border:#EDD2E9 solid 2px;
margin:5px auto;
width:90%;
padding:15px 14px 0 14px;
color:#FF3399;
}

.red{
color:#FF0000;
}

.clear{
clear:both;
}

.side_bar{
width:250px;
float:right;
}

#news{
width:98%;
margin:10px auto;
}

p.banners {width:100%;height:auto; margin:0 0 15px 0; float:left;}

p.banners img{width:100%;height:auto; float:right;}

.go_page{
padding:6px 10px;
background:#0E362A;
margin-top:7px;
width:140px;
float:right;
color:#FFFFFF;
text-align:center;
font-size:90%;
}

@media only screen and (max-width:1200px){
.main_box{
width:96%;
margin:10px auto;
float:none;
}
.side_bar{
width:96%;
margin:10px auto;
float:none;
}
p.banners {width:24%;height:auto; margin:3px 5px 0 2px; float:left;}
}

@media only screen and (max-width:800px){
#left_box{
width:96%;
float:none;
margin:15px auto;
}

#right_box{
width:96%;
float:none;
margin:15px auto;
}
}

@media only screen and (max-width:600px){
p.banners {width:48%;height:auto; margin:3px 2px 0 2px; float:left;}
}


#footer{
clear:both;
padding-top:20px;
padding-bottom:20px;
background:#BA78ED;
color:#FFFFFF;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

#clear{
clear:both;
height:0;
}

#space{
clear:both;
height:20px;
}

#space_l{
clear:both;
height:80px;
}

#ft_space{
clear:both;
height:30px;
margin-bottom:10px;
}

#serch{
width:100%;
height:60px;
text-align:center;
padding:25px 0 15px 0;
}

@media screen and (max-width:748px) {
#serch{
width:100%;
height:auto;
border-top:10px solid #254AA5;
text-align:center;
padding:20px 0 10px 0;
}
#serch img{
width:90%;
margin:0 auto;
}
}

#blue_line{
width:100%;
background:#254AA5;
color:#FFFFFF;
padding:20px 0 30px;
text-align:center;
margin-bottom:30px;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
width:100%;
clear:both;
margin:0;
line-height:0;
text-align:center;
z-index:0;
}

#mainImg a:hover img{opacity:.9; width:100%;}

/* メインスライダー
*****************************************************/
.wideslider {
width: 100%;
text-align: left;
position: relative;
overflow: hidden;
margin-top:0;
border-bottom:5px solid #BA78ED;
background:#BA78ED;
padding-bottom:80px;
margin-bottom:50px;
}

.wideslider p.fesbnr {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	right: 0;
	left: 0;
	margin-top: 15px;
	width:1200px;
	
}
.wideslider p.fesbnr img {
	max-width: 280px;
}

.wideslider ul,
.wideslider ul li {
float: left;
display: inline;
overflow: hidden;
}

.wideslider ul li img {
width: 100%;
display: none;
}

.wideslider_base {
top: 0;
position: absolute;
}
.wideslider_wrap {
top: 0;
position: absolute;
overflow: hidden;
}
.slider_prev,
.slider_next {
top: 0;
overflow: hidden;
position: absolute;
z-index: 100;
cursor: pointer;
}
.slider_prev {background: #fff url(../images/slide/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../images/slide/next.png) no-repeat left center;}

.pagination {
width:100%;
bottom: -30px;
left: 0;
width: 100%;
height: 100px;
text-align: center;
position: absolute;
z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 86px;
	height: 64px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.pn1 {background: transparent url(../images/top/slide/GS-22JW_s.jpg) no-repeat left top;}
.pagination a.pn2 {background: transparent url(../images/top/slide/image00_s.jpg) no-repeat left top;}
.pagination a.pn3 {background: transparent url(../images/top/slide/image01_s02.jpg) no-repeat left top;}
.pagination a.pn5 {background: transparent url(../images/top/slide/image02_s02.jpg) no-repeat left top;}
.pagination a.pn6 {background: transparent url(../img/pn4.jpg) no-repeat left top;}
.pagination a.pn7 {background: transparent url(../img/pn5.jpg) no-repeat left top;}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
content: ".";
height: 0;
clear: both;
display: block;
visibility: hidden;
}

.wideslider ul {
display: inline-block;
overflow: hidden;
}

/* ===========================================
	デスクトップ系 769 - 1024
=========================================== */
@media screen and (max-width: 1024px) {
	.wideslider {
	}
}


/* ===========================================
	タブレット系 749 - 768
=========================================== */
@media screen and (max-width: 796px) {
.wideslider {
border-top:5px solid #BA78ED;
border-bottom:5px solid #BA78ED;
background:#BA78ED;
padding-bottom:0;
margin-bottom:0;
}
.pagination {
display:none;
}
}


/* ===========================================
	タブレット系 749 - 768
=========================================== */
@media screen and (max-width: 768px) {
	.wideslider {
	}
.wideslider p.fesbnr {
display:none;
}
}
/* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 748px) {
	.wideslider {
	}
}

/* .viewer
------------------------- */

.postWrap{
margin:0 0 5px 0;
padding:3px;
border:4px solid #DDCAA6;
}

#topBox{
margin:0;
padding:3px;
}

.post{
padding:10px;
border:1px solid #f1f1f1;
background: #fff;
}

article.archive span{padding-left:10px;}

/* ------------------------------
   .slideWrap
------------------------------ */
.slideWrap {
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slideWrap .btnPrev,
.slideWrap .btnNext {
	bottom: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #000;
	border-radius: 30px;
	transition: all 0.2s ease-in-out;
}

.slideWrap .btnPrev {
	left: 10px;
}

.slideWrap .btnPrev:after {
	content: '<';
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-sizet: 1.6em;
	font-weight: bold;
	text-align: center;
	display: block;
}

.slideWrap .btnNext {
	right: 10px;
}

.slideWrap .btnNext:after {
	content: '>';
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}



/* タイポグラフィ
*****************************************************/
h2.title{
font-size:25px;
line-height:1.2;
text-align:center;
display: inline-block;
position: relative;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h2.title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #BA78ED; /*下線の色*/
}

h3.title{
font-size:22px;
line-height:1.2;
text-align:center;
position: relative;
margin-bottom:30px;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h3.title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #BA78ED; /*下線の色*/
}

h3.title span{
font-size:16px;
font-weight:nomal;
color: #666666;
line-height:1.4;
text-align:center;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h4.title{
font-size:28px;
line-height:1.4;
text-align:left;
position: relative;
margin-bottom:10px;
font-style: normal;

color:#BA78ED;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h4.title span{
font-size:18px;
font-weight:nomal;
color: #BA78ED;
line-height:1.4;
text-align:left;
}

h4.title span.red_p{
font-size:28px;
line-height:1.4;
text-align:left;
position: relative;
margin-bottom:10px;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
color:#FF0000;
}



h5.title{
font-size:36px;
line-height:0.5;
text-align:left;
margin-bottom:20px;
color: #BA78ED;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h5.title span{
font-size:18px;
font-weight:nomal;
color:#BA78ED;
line-height:1;
text-align:left;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h5.title02{
font-size:26px;
line-height:1.2;
text-align:left;
margin-bottom:20px;
color: #BA78ED;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h5.title02 span{
font-size:18px;
font-weight:nomal;
color:#BA78ED;
line-height:1;
text-align:left;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

h6.title{
font-size:28px;
line-height:1.4;
text-align:center;
position: relative;
margin-bottom:30px;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
color:#BA78ED;
}

h6.title span{
font-size:18px;
font-weight:nomal;
color: #BA78ED;
line-height:1.4;
text-align:center;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

.ttl07{
font-size:31px;
line-height:1.4;
text-align:left;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
font-style: normal;
font-weight:bold;
color:#000;
}

.ttl08{
font-size:31px;
line-height:1.4;
text-align:left;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
font-style: normal;
font-weight:bold;
color:#000;
padding-bottom:15px;
}

.sp25ft{font-size:32px !important;}

.sp25ft02{font-size:29px !important;}

p.text{
float:left;
padding:0 0 10px 20px;
}

@media screen and (max-width: 800px) {
p.text{
padding:0 5px;
font-size:13px;
}
p.ex{
padding:0 2px;
font-size:13px;
}
h4.title{
font-size:18px;
line-height:1.4;
text-align:left;
position: relative;
margin-bottom:30px;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
color:#BA78ED;
}

h4.title span{
font-size:15px;
font-weight:nomal;
color: #BA78ED;
line-height:1.4;
text-align:left;
}

h4.title span.red_p{
font-size:18px;
line-height:1.4;
text-align:left;
position: relative;
margin-bottom:30px;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
color:#FF0000;
}
.ttl07{
font-size:24px !important;
}

.ttl08{
font-size:24px !important;
}

.sp25ft{font-size:26px !important;}
.sp25ft02{font-size:22px !important;}
}


span.en{
font-size:40%;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
color:#C5AC9E;
text-align:center;
}

h2.first{margin-top:0;}

.post p{padding-bottom:5px;}

.st_text{padding:10px 0 0; line-height:2.2;}

.btn_office {
padding:6px 10px;
background:#0066CC;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:90%;
color:#fff;
margin:5px 0;
}

.aligncenter {
display: block;
margin:5px auto;
width:70%;
}

img.alignright, img.alignleft{
padding:0;
margin:0;
display:inline;
}

img.alignleft{margin: 0 7px 0 0;}

.alignright{float:right;}
.alignleft{float: left;}

/*----------------------------------------------------------------------------------------------------------------------------
イメージナビ
----------------------------------------------------------------------------------------------------------------------------*/

#recommend {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.nav_img {
	display: table;
	table-layout: fixed;
	width: 100%;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav_img li {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	text-align: center;
}

.nav_img a {
	display: block;
	position: relative;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	text-align: center;
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.nav_img a:hover {
	background: rgba(204, 204, 204, 0.7);
	color: rgba(255, 255, 255, 1);
}

.nav_img a img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0.8;
}

.nav_img a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 1;
}

.nav_img a .item_comment {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0;
	margin: -30px 0 0 0;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-family: 'Noto Sans JP', "noto-sans", sans-serif;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 1;
}

.nav_img a:hover .item_comment {
	opacity: 1;
}

.nav_img a .item_comment span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 0 0 0;
	padding: 0;
	font-family: 'Amiri', serif;
	font-weight: normal;
	font-style: italic;
	color: #e8ddbf;
}

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

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

@media screen and (max-width:680px) {
	.nav_img {
		display: block;
		width: 100%;
		vertical-align: middle;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.nav_img li {
		display: block;
		vertical-align: middle;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.nav_img a .item_comment {
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		width: 100%;
		padding: 0;
		margin: -20px 0 0 0;
		font-size: 20px;
		letter-spacing: 0.2em;
		line-height: 2;
		text-align: center;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		opacity: 1;
	}
	.nav_img a:hover .item_comment {
		opacity: 1;
	}
	.nav_img a .item_comment span {
		display: block;
		padding: 0;
		margin: 0;
		font-size: 12px;
		letter-spacing: 0;
		line-height: 1;
		font-weight: 900;
	}
}

/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
margin: 0 0 20px;
padding: 3px;
}

.widget img{
width:60%;
padding-left:30px;
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
}

#banners a:hover img{box-shadow:0 0 4px rgba(255,255,255,0.7);}

.widget h3{
clear:both;
margin:0 0 10px;
font-size:110%;
font-weight:normal;
color: #FFFFFF;
padding:3px 0 3px 0;
}

.widget a{
display:block;
padding:3px 0 3px 13px;
background:url(../images/arrow.png) no-repeat 0 50%;
}

.widget ul.sub-menu{margin-left:10px;}

.widget a:hover{background-position: 3px 50%;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}



/* フッター
*****************************************************/
#footerWrapper{
width:1200px;
}

#footer aside{
float:left;
width:33%;
}

ul.ft{
padding-bottom:5px;
margin-bottom:0;
}

ul.ft li a{
color:#FFFFFF;
}

.widget ul.ft_sub{margin-left:15px;}

#copyright{
clear:both;
padding:10px 5px;
text-align:center;
font-size:90%;
zoom:1;
color:#000;
background: #C2EBFF;
}

#to_top {
width: 47px;
height: 45px;
position: fixed;
right: 20px;
bottom: 20px;
z-index: 999;
opacity: 0.8;
}

@media only screen and (max-width:1200px){
#footerWrapper{
width:98%;
margin:0 auto;
}

#footer aside{
width:33%;
margin:0 auto;
padding:2px 0;
background:none;
display:inline-block;
/display:inline;
/zoom:1;
vertical-align:top;
float:left;
 font-size:13px;
}

#footer aside img{
width:85%;
margin:0 auto;
height:auto;
}
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1200px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}

#mainNav{
width:100%;
z-index:9999;
background: #FFFFFF;
border-bottom:5px solid #BA78ED;
}

.fixed {
position: fixed;
top: 0;
}

.inner{
width:1200px;
margin:0 auto;
}

.panel{
width:100%;
}

#mainNav li{
float: left;
position: relative;
width:25%;
padding:15px 0 5px;
height:40px;
}

#mainNav li.mn_text{
padding-top:15px;
}

#mainNav li img{
width:140px;
height:auto;
float:left;
margin-top:-10px;
padding-left:20px;
padding-right:20px;
margin-bottom:20px;
}

#mainNav li.On a{
width:100%;
position: relative;
display: inline-block;
margin-bottom: 5px;
}

#mainNav li.On a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color:#BA78ED;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}


#mainNav li:first-child{}

#mainNav li a{
display: block;
text-align: center;
_float:left;
color:#BA78ED;
font-weight:bold;
font-size:16px;
}

#mainNav li.mn_text a:hover{
width:100%;
position: relative;
display: inline-block;
margin-bottom: 5px;
}

#mainNav li.mn_text a:hover:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color:#BA78ED;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

#mainNav li.s_menu a:hover:before {
display:none;
}

#mainNav li.On a:hover{
color:#BA78ED;
}

#mainNav ul ul{width:97%;}

#mainNav ul ul{display: none;}

#mainNav li:hover ul{
display: block;
position: absolute;
top:53px;
left:25px;
z-index:500;
}

#mainNav li.On:hover ul{
display: block;
position: absolute;
top:53px;
left:25px;
z-index:500;
}

#mainNav li li{
padding:3px 40px;
width:160px;
margin:0;
float: none;
height:40px;
border:0;
background:#FFFFFF url(../images/arrow.png) no-repeat 10% 50%;
border-bottom:1px solid #BA78ED;
border-right:1px dotted #BA78ED;
border-left:1px dotted #BA78ED;
}

#mainNav li.On li{
padding:3px 40px;
width:160px;
margin:0;
float: none;
height:40px;
border:0;
background:#FFFFFF url(../images/arrow.png) no-repeat 10% 50%;
border-bottom:1px solid #BA78ED;
border-right:1px dotted #BA78ED;
border-left:1px dotted #BA78ED;
}

#mainNav li li:first-child{border-left:0; border-top:1px solid #BA78ED;padding:3px 40px;border-right:1px dotted #BA78ED;
border-left:1px dotted #BA78ED;}

#mainNav li.On li:first-child{border-left:0; border-top:1px solid #BA78ED;padding:3px 40px;border-right:1px dotted #BA78ED;
border-left:1px dotted #BA78ED;}

#mainNav li li a{
height:40px;
padding:0;
line-height:40px;
font-size:14px;
text-align:left;
color:#000000;
}

#mainNav li.On li a{
color:#000000;
background:none;
}

#mainNav li li:hover{ background:#EEDDFB;}

#mainNav li li a:hover{ color:#0E362A; font-weight:bold; background:none;}

#mainNav li.On li a:hover{ color:#0E362A; font-weight:bold; background:none;}

#mainNav li li.current-menu-item a{font-weight:bold;}

#mainNav li.On li.current-menu-item a{font-weight:bold;}

#orver{
display:none;
}
}

/* メインメニュー iPadサイズ以下まで
------------------------------------------------------------*/
@media only screen and (max-width:1200px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}

#mainNav{
width:100%;
z-index:9999;
background: #FFFFFF;
border-bottom:5px solid #BA78ED;
}

.fixed {
position: fixed;
top: 0;
}

.inner{
width:100%;
}

.panel{
width:100%;
}

#mainNav li{
float: left;
position: relative;
width:25%;
padding:5px 0 5px;
height:35px;
}

#mainNav li.mn_text a:hover{
width:100%;
position: relative;
display: inline-block;
margin-bottom: 5px;
color: #000000;
}

#mainNav li.mn_text a:hover:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color:#BA78ED;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

#mainNav li img{
width:140px;
height:auto;
float:left;
margin-top:-10px;
padding-left:20px;
padding-right:20px;
margin-bottom:20px;
}

#mainNav li a{
display: block;
text-align: center;
color:#BA78ED;
font-weight:bold;
}

#mainNav li a span{
display:block;
font-size:60%;
line-height:1.3;
color:#C5AC9E;
}

#mainNav ul ul{width:97%;}

#mainNav ul ul{display: none;}

#mainNav li:hover ul{
display: block;
position: absolute;
top:47px;
left:0;
z-index:500;
}

#mainNav li li{
padding:3px 40px;
width:110px;
margin:0;
float: none;
height:40px;
border:0;

background:#FFFFFF url(../images/arrow.png) no-repeat 10% 50%;
border-bottom:1px solid #BA78ED;
border-right:1px dotted #BA78ED;
border-left:1px dotted #BA78ED;
}

#mainNav li li:first-child{border-left:0; border-top:1px solid #ECD8D2;padding:3px 40px;border-right:1px dotted #ECD8D2;
border-left:1px dotted #ECD8D2;}

#mainNav li li a{
height:40px;
padding:0;
line-height:40px;
font-size:14px;
text-align:left;
color:#000000;
}

#mainNav li li a:hover{ color:#0E362A; font-weight:bold; background:none;}

#mainNav li li.current-menu-item a{font-weight:bold;}



#mainNav li:hover li:last-child{border:0;border-bottom:1px solid #ECD8D2;
border-right:1px dotted #ECD8D2;
border-left:1px dotted #ECD8D2;}


#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:31%;height:auto;}

#orver{
display:none;
}
}

@media only screen and (max-width:1000px){
#mainNav li.mn_text{
padding-top:11px;
}
#mainNav li:hover ul{
top:32px;
}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:715px){
body{
font-size:100%;
line-height:1.5;
}

#orver{
display:block;
width:104px;
float:right;
}

#mainNav{
display:none;
}

.pagination {
display:none;
}

.seo_text{
display:none;
}

#header .h_logo{
width:240px;
float:left;
padding-top:10px;
display:block;
}

.s_menu{
display:none;
}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
body{
font-size:100%;
line-height:1.5;
}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
#footer aside{float:none;width:100%; margin-bottom:-45px;}
#footer aside img{
width:240px;
margin:0 auto;
height:auto;
}
#ft_space{ display:none;}
}

/* Sメニュー
------------------------------------------------------------*/

#s_menu{
margin:55px auto 40px auto;
text-align:center;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

#s_menu_ttl{
font-size:18px;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}


.s_menu_a{
font-size:18px;
border:#CCCCCC 1px solid;
margin:3px;
padding:10px 20px 10px 25px;
background:url(../images/arrow3.png) no-repeat 8% 50%;
font-family: 'Noto Sans JP', "noto-sans", sans-serif;
}

.s_menu_a:hover{
color:#FFFFFF;
background:url(../images/arrow4.png) #BA78ED no-repeat 8% 50%;
}

.bg_On{
color:#FFFFFF;
background:url(../images/arrow4.png) #BA78ED no-repeat 8% 50%;
}

@media only screen and (max-width: 644px){
.s_menu_a{
font-size:13px;
}
}