@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

*{ margin:0px; padding: 0px; box-sizing:border-box;}
div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
ul,ol{ list-style:none;}
html,body {
margin:0 auto;
padding:0;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
font-size:110%!important;
text-align:left;
color:#000;
min-width:100%;
}

img { border-style:none; vertical-align:bottom; padding:0px; max-width:100%;}
/*画像ロールオーバー*/
/*a:hover img { filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }*/

figure {margin:20px auto; text-align:center;}

p { line-height:1.5; margin:20px 0!important; padding:0;}
/*p:last-child{margin:0px; }*/
a{ color:#0c6fcc; text-decoration:none;}
a:hover{ text-decoration: underline;}

input[type="text"], input[type="tel"], input[type="email"], textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: solid 1px #bfbfbf;
    background-color: #f5f5f5;
    padding: 10px;
	box-sizing: border-box;
}

select { min-height: 40px; border: solid 1px #bfbfbf; background-color: #f5f5f5; border-radius: 3px; box-sizing: border-box;}

.opa { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.opa:hover { opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)"; -webkit-backface-visibility: hidden; backface-visibility: hidden;}

.left { text-align:left!important;}
.right { text-align:right!important;}
.center { text-align:center!important;}
.middle { vertical-align:middle!important;}

.clear { clear:both;}
/**clearfix**/

.clearfix { display: inline-table; zoom:1; overflow:hidden;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; overflow:visible;}
.clearfix { display: block; }
/* End hide from IE-mac */

@media print, screen and (min-width:769px){
	.smp{ display:none !important;}
	.ml15 { margin-left:15px; }
	.pl65 { padding-left:65px; }
	.pc_center { text-align:center;}	
}

@media screen and (max-width:768px){
.pc{ display:none !important;}
*{ box-sizing:border-box;}
.figure{ text-align:center; margin:10px auto;}
.right { text-align:left;}
	.center_smp { text-align: center;}
img { height:auto;}
	.title_img_smp { width: 100%; text-align: center;}
	.title_img_smp img { width: 50px!important; height:auto;}
	input[type="text"], input[type="tel"], input[type="email"], textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
	box-sizing: border-box;
		width: 100%;
	}
	
	.img_smp img { width: 100%; height: auto; margin: 3% 0;}
	
}

.flex-wrap { display:flex; flex-wrap:wrap; }
.flex-center { display:flex; flex-wrap:wrap; justify-content: center; align-items: center; align-content: center; }
.flex-vcenter { display:flex; flex-wrap:wrap; justify-content: flex-start; align-items: center; }

@media screen and (min-width:769px){
.flex-center_pc { display:flex; flex-wrap:wrap; justify-content: center; align-items: center; align-content: center; }
}

/*ヘッダー*/
header { margin:0; padding:0;}
@media screen and (min-width:1280px){
	#header{
	margin:0 auto;
	width:100%;
	display: flex;
	justify-content: space-around;
	background-color:rgba(255,255,255,0);
	z-index: 10;
}
	#header_inner { width:100%; margin: 0 auto; padding: 1%; }
}
#header_inner { width:100%; margin: 0 auto; padding: 2%; display: flex; justify-content: center; align-items: center;}
.logo_box  { text-align: center; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.logo_box  h1 { font-size: 160%; font-family: 'Noto Serif JP', serif; font-weight: 500; }

#header_sub {
	margin:0 auto;
	width:100%;
	display: flex;
	justify-content: space-around;
	background-color:rgba(255,255,255,1);
	z-index: 10;
}
#header_sub_inner { width:100%; margin: 0 auto; padding: 1% 0; }
#header_sub_inner .logo_box  { text-align: center; width: 200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction: column; }
#header_sub_inner .logo_box  h1 { font-size: 160%; font-family: 'Noto Serif JP', serif; font-weight: 500; }

@media screen and (max-width:768px){
	.logo_box  { text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; }
	.logo_box img { width: 70%; height: auto;}
	.logo_box  h1 { font-size: 18px; font-family: 'Noto Serif JP', serif; font-weight: 500;}
	#header_inner { width: 100%; height: 100%; margin: 0 auto; padding: 2%; display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column; position: relative; z-index: 20;}
	/*.scroll-bg { background-color: rgba(255,255,255,0.9)!important; }*/
}


.nav { width: 100%; z-index: 10; box-sizing: border-box; display: flex; justify-content:  center; align-items: center; font-family: 'Noto Serif JP', serif; }
.nav ul { display:flex; flex-wrap:wrap; justify-content:space-around;align-items: center; width:1200px; height: 100%; margin:15px auto; padding: 15px 0; font-size: 16px; }
.nav li {
	width : calc(100% / 9) ;
	margin:0;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align:center;
	}

.nav li a {
	line-height: 1.5;
	position: relative;
	text-decoration: none;
	color: #000;	
}

.nav li img { vertical-align:text-bottom; margin-right: 10px;}
.nav li a::before,
.nav li a::after {
  border-bottom: solid 1px #000;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.nav li a::before { left: 50%; }
.nav li a::after { right: 50%; }
.nav li a:hover::before,.nav li a:hover::after { width: 50%; }

@media screen and (min-width:1081px){
/*プルダウンメニュー*/
.gnav {
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
	justify-content:center;
	align-items:center;
    font-family: 'Noto Serif JP', serif;
	font-size:16px;
}
.gnav ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    height: 100%;
	margin:0;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width : calc(100% / 8) ;
	height: 40px;
}

/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
	transition: .5s;
	width : calc(100% / 8) ;
	height:50px;
	display: flex;
	justify-content: center;
	 align-items: center;
}
.gnav li a {
    line-height: 1.5;
    position: relative;
    text-decoration: none;
    color: #000;
}

.gnav li a:hover { color: #000; }
.gnav li a::before,
.gnav li a::after {
  border-bottom: solid 1px #000;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.gnav  li a::before { left: 47%; }
.gnav  li a::after { right: 47%; }
.gnav li a:hover::before,
.gnav li a:hover::after {
  width: 47%;
}

/*子階層以降共通*/
.gnav li li {
	width:100%;
    height: 0;
    overflow: hidden;	
    transition: .5s;
	display: flex;
	flex-direction: column;
	z-index: 9999!important;
}
.gnav li ul {
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	position: absolute;
    bottom: -50px;
	left:0;
}

.gnav li li a {
    border-top: 1px solid #000;
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
	width:350px;
	color: #000;
	border-right: 0;
	padding:10px;
	font-size:90%;
}

.gnav li li:last-child a { border-bottom: solid 1px #000; }

.gnav li li a:hover { background-color: #ccc;}

.gnav li li a::before,
.gnav li li a::after {
	border-bottom: solid 0 #000;
}

.gnav li:hover > ul > li {
    height: 50px;
    overflow: visible;	
}

}

@media screen and (max-width:768px){	
	html,body {
		margin:0 auto;
		padding:0;
		font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
		color:#333;
		min-width:100%;
	}	
	header { width:100%; border-top:0 !important; }
	.logo img { max-width:100%; height:auto;}
}

@media screen and (max-width:768px){
	#gnav { position: absolute; top: 100%; left: 0; right: 0; display: none; z-index: 9999; background-color: rgba(255,255,255,1); }
	#gnav ul { padding: 0 4%; }
	#gnav li { border-bottom: 1px solid #000; float: none; position: relative; }
	#gnav li:last-child { border-bottom: none; }
	#gnav li img { vertical-align: middle; height: 90% !important;}
	#gnav li a { color: #000; text-decoration: none; display: block; padding: 3% 0; width: 100%; position: relative; }
	#gnav li a:before { content:" "; position: absolute; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #000; top: 0; right: 3%; height: 6px; bottom: 0; margin: auto; }
	#gnav li a span { display: block; }
	
	#header { width: 100%; }
	#header .h_main { background-color: transparent; padding: 3%; position: fixed; top:0; width: 100%; z-index: 9999; border:0 !important; transition: all .3s ease; -webkit-transition: all .3s ease; }
	#header .h_main .h_logo { width: 80%; margin: 0; }
	#header img { max-width:100%; height:auto;}
	#header .h_main .h_tools { width: 40%;position: relative;}
	#header .h_main .h_tools li { width: 35%; margin-right: 3%; }
	#header .h_main .h_tools li#h_menu { position: relative; margin-right: 0; text-align:left;border:1px solid;background:rgba(255,255,255,.75); }
	#header .h_main .h_tools li#h_menu span { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 33px; height: 5px; background-color: #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; transition: All 0.35s ease; -webkit-transition: All 0.35s ease; -o-transition: All 0.35s ease; }
	#header .h_main .h_tools li#h_menu span:after { content: ''; position: absolute; top: 10px; width: 33px; height: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: #000; transition: All 0.35s ease-in-out; -webkit-transition: All 0.35s ease-in-out; -o-transition: All 0.35s ease-in-out; }
	#header .h_main .h_tools li#h_menu span:before { content: ''; position: absolute; top: -10px; width: 33px; height: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-color: #000; transition: All 0.35s ease-in-out; -webkit-transition: All 0.35s ease-in-out; -o-transition: All 0.35s ease-in-out; }
	#header .h_main .h_tools li#h_menu span.active { background: rgba(255, 255, 255, 0); }
	#header .h_main .h_tools li#h_menu span.active:after { top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
	#header .h_main .h_tools li#h_menu span.active:before { top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
	#header .h_main .h_tools li#h_menu span { width: 20px; height: 2px; }
	#header .h_main .h_tools li#h_menu span:after { top: 7px; width: 20px; height: 2px; }
	#header .h_main .h_tools li#h_menu span:before { top: -7px; height: 2px; width: 20px; }
	
	/*----------------------------------------------------------------------------------------------------
	□ #site_header
	---------------------------------------------------------------------------------------------------- */
	
	.dis_flex { display: -webkit-box; display: -ms-flexbox; display: flex; display: -moz-flex; display: -ms-flex; }
	.flex_wrap { -ms--ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.flex_align_item_start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; }
	.flex_align_item_end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; }
	.flex_align_item_center { -webkit-box-align: center; -ms-flex-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit--webkit-box-align: center; -ms-flex-align: center; align-items: center; -moz--webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms--webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.flex_jus_between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; }
	.flex_jus_center { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.flex_jus_around { -ms-flex-pack: distribute; justify-content: space-around; }
	.flex_jus_start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; }
	.flex_jus_end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
}

@media screen and (min-width:480px) and (max-width:768px){
	#header .h_main .h_logo { width: 30%; margin: 0; }
	#header img { max-width:100%; height:auto;}
	#header .h_main .h_tools { width: 30%; }
}

@media screen and (max-width: 768px) {
/*menu*/
.menu{
    height: 20px;
    width: 30px;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
/*.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}*/
	
/*gnav*/
.gnav{
    background: rgba(255,255,255,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 300;
	top:0;
}
.gnav__wrap{
    height: 100vh;
    position: absolute;
    width: 100%;
	z-index: 300;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
	.gnav__menu{ position: relative; padding: 5%; width: 100%;}
	.gnav__menu__item {  }
	.gnav__menu__item a {
		display: block;
		text-align: center;
		color: #000;
		font-size: 12px;
		padding: 5%;
		text-decoration: none;
		transition: .3s;
		border-bottom: solid 1px #000;
	}
	.gnav__menu__item:first-child a { border-top: solid 1px #000;}
	.gnav__menu__item a:hover{ color: #666; }	
	.btn_gnav { z-index: 9999; }
	
	/*アコーディオンで現れるエリア*/
	.nav_acco { display: none;/*はじめは非表示*/ margin:0;}
	.nav_acco li a { background-color:rgba(0,0,0,0.6); color:#fff;}
	.nav_open { position:relative;}
	.nav_open::before,
.nav_open::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 1px;
    background-color: #333;
    
}
.nav_open::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.nav_open::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.nav_open.close::before{
	transform: rotate(45deg);
}

.nav_open.close::after{
	transform: rotate(-45deg);
}
}

/*フッター*/
footer { margin-top:0 !important; }
#footer { width:100%; margin:0 auto; color:#000; font-size:14px; padding: 10px; background-image: url("../images/foot_bg.jpg"); background-position: bottom; background-repeat: no-repeat; text-align: center; }
#footer ul { display: flex; flex-wrap: wrap; justify-content: space-around; width: 1000px; margin: 35px auto; }
#footer ul a { display: inline-block;color:#000; padding-bottom: 5px;}
@media screen and (min-width:769px){
#footer ul a { position: relative; }
#footer ul a::before,
#footer ul a::after {
  border-bottom: solid 1px #000;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#footer ul a::before { left: 50%; }
#footer ul a::after { right: 50%; }
#footer ul a:hover::before,
#footer ul a:hover::after { width: 50%; }
}

.foot_logo { margin: 35px 0; }

address { font-style:normal; color: #000; text-align: center; }

@media screen and (max-width:768px){
	footer { margin-top:0px !important; }
	#footer { width:100%; margin-top: 5%; background-size: cover;}
	#footer ul { display: flex; flex-wrap: wrap; justify-content: space-around; width: 100%; margin: 10px auto; }
	#footer ul  li { width: 50%; text-align: left; padding:0 10px;}
	#footer ul  li a { display: block; border-bottom: solid 1px #000; padding: 10px 0; }
	#footer p { margin: 3% 0;}
	address { font-style:normal; font-size: 12px !important; }
}
@media screen and (max-width:1080px){
	#footer{ width:100%;}
}

@media screen and (min-width:1281px){
	#footer{ width:100%; margin:0 auto; padding-top:35px; color:#000; font-size:14px!important;}
}

/*ぱんくず*/
#breadcrumb { width: 100%; text-align:left; padding:0px; background-color: #f5f5f5; }
#breadcrumb .inner { width:1100px; margin:0 auto; font-size:90%; padding:1% 0; }
#breadcrumb ul { width:1200px; margin:0 auto; padding:10px; font-size:12px; }
#breadcrumb li { display: inline; margin-right: 5px; margin-left:0; padding:0px; }
#breadcrumb li:after { content:"›"; margin:0 5px; }
#breadcrumb li:last-child:after { display:none;}
#breadcrumb a { color:#000; text-decoration:underline;}

@media screen and (max-width:768px){
	#breadcrumb { width: 100%; text-align:left; padding:0px; }
	#breadcrumb .inner { width:100%; margin:0 auto; font-size:90%; padding:3%; }
	#breadcrumb ul  { width: 100%; margin:0 auto !important; padding:3% !important; font-size: 10px; }
}

@media screen and (max-width:768px){	
	#mainimage { width:100%; height: 100vh; margin:0 auto; top:0; z-index: 0; position: relative; background-repeat: no-repeat; background-position: top !important; background-size: cover!important; display: flex; justify-content: center; flex-direction:column; }
	#mainimage-inner { width: 100%; height: 100%; margin: 0 auto; position: relative; padding:3%; }
}

@media screen and (min-width:1280px){	
	#mainimage { width:100%; height: 100vh; margin:0 auto; top:0; z-index: 0;  position: relative; background-size:cover !important; background-position: top !important; object-fit: cover !important; background-repeat: no-repeat; display: flex; }
	#mainimage-inner { width:1200px; height: 100%; margin:  0 auto; position: relative; display: flex; justify-content:flex-start; align-items: center;}
}

#mainimage_sub { width:100%; height: 400px; background-image: url("../images/mainimage01.jpg"); margin:0 auto; top:0; z-index: 0;  position: relative; background-repeat: no-repeat; background-position: center; background-size: cover!important; display: flex; justify-content: center; align-items: center; }

#mainimage_sub  h1 { font-size: 160%; font-family: 'Noto Serif JP', serif; font-weight: 500; }

.scroll_bt {position:absolute; bottom:20px; left:50%; z-index:100; }
.scroll_bt a { display:inline-block; }

@media screen and (max-width:768px){
	#mainimage_sub { height: 250px; }
	.scroll_bt { position:static; bottom:20px; left:50%; z-index:10; text-align:center; }
}

/*メイン*/
#content{ overflow:hidden; text-align:left; background-repeat:repeat-x; background-position:bottom;}
section { width:100%; margin:0 auto;}
.maincontent { padding:0; margin:0 auto; width:100%; }
.main-content { width:1200px; margin:0 auto; padding: 1% 0; }

@media screen and (max-width:768px){	
	.main-content{ width:100%; margin:0 auto; padding:3%; }
	.main-content h3 { font-size: 160%; margin-bottom: 50px; }
}
@media screen and (min-width:1281px){
	.catch_logo { position: absolute; right: 0; }
	.catch_l { padding-left: 200px; padding-right: 50px; }
	.catch_r { padding-left: 100px; padding-right: 50px;}
	.order01 { order:1;}
	.order02 { order:2;}
}
@media screen and (min-width:1081px){
	.catch_logo { position: absolute; right: 0; }
	.catch_l { padding-left: 50px; padding-right: 50px; }
	.catch_r { padding-left: 50px; padding-right: 50px;}
	.order01 { order:1;}
	.order02 { order:2;}
}

#catch01 .main-content { width: 1200px; margin: 0 auto; }
#catch01 .main-content h2 { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 50px; position: relative; z-index: -100;}

.kakaku_box { padding: 20px; margin: 60px 0; border: 1px solid #000; text-align: center; font-size: 200%; font-weight: 900; font-family: 'Noto Sans JP', sans-serif; }

@media screen and (max-width:768px){
	#catch01 .main-content h2 { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 50px; position: relative; z-index: -100; font-size:160%!important;}
	.kakaku_box { padding: 2%; margin: 0; border: 1px solid #000; text-align: center; font-size: 110%; font-weight: 900; font-family: 'Noto Sans JP', sans-serif; width:100%; background: rgba(255,255,255,0.9); }
}

#catch02 .main-content { width: 100%; margin: 0 auto; font-size: 16px; }
#catch02 .main-content h3 { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 50px; position: relative; z-index: -100; margin-top: 0;}
#catch02 .main-content  p { line-height: 2.2; margin-bottom: 2%; }

.catch_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 220%; position: relative; display: inline-block;}
.catch_title .txt { position: relative; z-index: 10; }

.catch_title .img { position: absolute; right: -80px; bottom: 0; z-index: 0; }

@media screen and (max-width:1280px){
	.catch_title .img { position: absolute; right: -40px; bottom: 0; z-index: 0; }
}

@media screen and (max-width:768px){
	.catch_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: 220%; position: relative; display: inline-block; z-index: -10;}
	.catch_title .img { display: none; position: absolute; right: 0; bottom: 0; z-index: 0; }
}

.top_txt_box { width : calc(100% / 2) ; }
.top_img_box { width : calc(100% / 2) ; }
.top_img_box img { width: 100%; height: auto; }

#catch03 .main-content { width: 1200px; margin: 0 auto; }

#catch03 .main-content h2 {  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;text-align: center; font-size: 200%; margin-top: 5%; margin-bottom:40px; position: relative;}
#catch03 .main-content h2:after { 
    border-bottom: solid 2px #000!important;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100px;
}

#works .main-content { width: 100%; margin: 0 auto; }
#works .main-content h2 {  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;text-align: center; font-size: 200%; margin-top: 5%; margin-bottom:40px; position: relative;}
#works .main-content h2:after { 
    border-bottom: solid 2px #000!important;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100px;
}
.works_box { width : calc(100% / 4) ; }

#works-single .main-content { width: 1200px; margin: 0 auto; font-size:16px; }
#works-single h2 {  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;text-align: center; font-size: 200%; margin-top: 5%; margin-bottom:40px; position: relative;}
#works-single .main-content h2:after { 
    border-bottom: solid 2px #000!important;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100px;
}

.works_list { display:flex; flex-wrap:wrap; margin:3% 0;}
.works_list li { width : calc(100% / 5) ; padding:1%; background-color:#f5f5f5; border-right:2px solid #fff; box-sizing:border-box; }
.works_list li img { width: 100%; height:143px; object-fit: cover; margin-bottom:5px;}
.works_cap { font-size:12px; }

#news .main-content { width: 1200px; margin: 0 auto; }
#news dl { display: flex; flex-wrap: wrap; border-top: dashed 1px #ccc; padding-top: 15px; font-size: 14px; }
#news dt { width: 10%; margin-bottom: 15px; border-bottom: dashed 1px #ccc; padding-bottom: 15px; }
#news dd { width: 90%; margin-bottom: 15px; border-bottom: dashed 1px #ccc; padding-bottom: 15px; }
#news dd a { color: #000; font-weight: 700; font-family: 'Noto Sans JP', sans-serif; position: relative; }
#news dd a:hover { text-decoration: none;}
#news dd a::after {
	border-bottom: solid 1px #000;
	bottom: -3px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	width: 0;
}
#news dd a:hover::after { width: 100%; }

@media screen and (max-width:768px){
	#catch01 .main-content { width: 100%; margin: 0 auto; }
	#catch02 .main-content { width: 100%; margin: 0 auto; }
	
	.top_txt_box { width : calc(100% / 1) ; }
	.top_img_box { width : calc(100% / 1) ; }
	.top_img_box img { width: 100%; height: auto; }
	
	#catch03 .main-content { width: 100%; margin: 0 auto; }
	#catch03 .main-content h2 {  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;text-align: center; font-size: 160%; margin-top: 5%; margin-bottom:40px; position: relative; z-index: -10;}
	#works .main-content { width: 100%; margin: 0 auto; }
	#works .main-content h2 {  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;text-align: center; font-size: 160%; margin-top: 5%; margin-bottom:40px; position: relative; z-index: -10;}
	
	.works_box { width : calc(100% / 2) ; }
	
	#news .main-content { width: 100%; margin: 0 auto; }
	#news dl { display: flex; flex-wrap: wrap; border-top: dashed 1px #ccc; padding-top: 15px; font-size: 14px; }
	#news dt { width: 100%; margin-bottom: 0; border-bottom: dashed 0px #ccc; padding-bottom: 0; }
	#news dd { width: 100%; margin-bottom: 15px; border-bottom: dashed 1px #ccc; padding-bottom: 15px; }
	#news dd a { color: #000; font-weight: 700; font-family: 'Noto Sans JP', sans-serif;  }
}

#subpage dl { display: flex; flex-wrap: wrap; }
#subpage dt { width: 20%; margin-bottom: 15px; border-bottom: solid 1px #000; }
#subpage dd { width: 80%; margin-bottom: 15px; border-bottom: solid 1px #000; }

#subpage .main-content h2 {  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;text-align: center; font-size: 200%; margin-top: 5%; margin-bottom:40px; position: relative;}
#subpage .main-content h2:after { 
    border-bottom: solid 2px #000!important;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100px;
}

#blog-page .main-content h2 {  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;text-align: center; font-size: 200%; margin-top: 5%; margin-bottom:40px; position: relative;}
#blog-page .main-content h2:after { 
    border-bottom: solid 2px #000!important;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100px;
}

.kiji_list_box { width : calc(100% / 3) ; padding:1%; }
.kiji_list_box img { width: 100%; height:250px; object-fit: cover;}
.kiji_txt p { margin:0!important;}
.kiji_ttl a { font-size:16px; color:#000; font-family: 'Noto Sans JP', sans-serif; font-weight: 900; position: relative; }
.kiji_ttl a:hover { text-decoration: none;}
.kiji_ttl a::after {
	border-bottom: solid 1px #000;
	bottom: -3px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	width: 0;
}
.kiji_ttl a:hover::after { width: 100%; }
.date { font-size:12px;}

.kiji_content { overflow-wrap: break-word; word-wrap: break-word;}

.cat_list { margin:0 0 2% 0; display:flex; flex-wrap:wrap; font-size:12px;}
.cat_list li { margin-right:1%; margin-bottom:1%;}
.cat_list a { transition: all .3s ease; -webkit-transition: all .3s ease; }
.cat_list a:hover { opacity: 0.5; }
.cat_list .cat a { display:inline-block; padding:5px 10px; background-color:#f5f5f5; color:#000; border-bottom:solid 1px #000; }

.voice_ttl { background-color:#000; padding:10px; font-family: 'Noto Sans JP', sans-serif; font-weight: 900; color:#fff; margin:0 0 2% 0!important; }

@media screen and (max-width:480px){
	#catch01 .main-content { width: 100%; margin: 0 auto; }
	.catch_logo { width: 100%; text-align: center; display: block;}
	#subpage { margin-top: 50px; }
	#subpage dt { width: 100%; margin-bottom: 3%; border-bottom: solid 0px #000; }
	#subpage dd { width: 100%; margin-bottom: 3%; border-bottom: solid 1px #000; }
	.kiji_list_box { width : calc(100% / 2) ; padding:1%; }
	.kiji_list_box img { width: 100%; height:125px; object-fit: cover;}
	.kiji_content img { width:100%; height:auto;}
}



@media screen and (min-width:480px) and (max-width:768px){	
	.w50p_tab { width: 50%; padding: 1%; }
}

@media screen and (max-width:1080px){
	.pc_only { display: none; }
}

#access .main-content { width:100%; margin:0 auto; padding: 0;}
.gmap iframe { vertical-align:bottom; }

/*list*/
.item_list li { position: relative; padding-left: 40px; margin-bottom: 3%; }
.item_list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f085";/*アイコン種類*/
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #333; /*アイコン色*/
  font-size:130%;  
}

.item_list li a { color: #0a54a3; position: relative; display: inline-block; }
.item_list li a:hover { text-decoration: none;}
.item_list li a::after {
	border-bottom: solid 1px #333;
	bottom: -3px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
.item_list li a:hover::after { width: 100%; }

.arrow_list { margin-bottom:5%;  position: relative; }
.arrow_list li { line-height: 1.5; padding: 0 0 1% 4%; list-style-type: none!important; }
.arrow_list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";/*アイコン種類*/
	display: inline-block;
	margin-right: 10px;
  color: #0a54a3; /*アイコン色*/
  font-size:170%;  
}

.arrow_list li a { color: #0a54a3; position: relative; display: inline-block; }
.arrow_list li a:hover { text-decoration: none;}
.arrow_list li a::after {
	border-bottom: solid 1px #0a54a3;
	bottom: -3px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
.arrow_list li a:hover::after { width: 100%; }

.check_list { padding: 3%;}
.check_list li:before { content: ""; background-image:  url(../images/check_icon.png); display: inline-block; background-size: contain; vertical-align: middle; width: 35px; height: 35px; margin-right: 10px; }
.check_list li { justify-content: center; padding: 1%; font-size: 130%; line-height: 1.5; display: inline-block; width: 45%; box-sizing: border-box; margin-bottom: 3%;}

.no_list { margin-left: 35px;}
.no_list ol {
	counter-reset: li;
}

.no_list ol > li {
	list-style: none;
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 2%;
	padding-top: 5px;
}

.no_list ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #0a54a3 ;
	color: #fff; 
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0em;
	top: 2px;
	line-height: 2;
}

@media screen and (max-width:768px){
	.check_list { padding: 1%;}
	.check_list li:before { content: ""; background-image:  url(../images/check_icon.png); display: inline-block; background-size: contain; vertical-align: middle; width: 20px; height: 20px; margin-right: 10px; }
	.check_list li { justify-content: center; padding: 1%; font-size: 100%; line-height: 1.5; display: inline-block; width: 100%; box-sizing: border-box; margin-bottom: 3%;}
	.no_list { margin-left: 0px;}
}

@media screen and (min-width:1281px){
	.check_list li { justify-content: center; padding: 1%; font-size: 160%; line-height: 1.5; display: inline-block; width: 45%; box-sizing: border-box; margin-bottom: 3%;}
}

/* ページトップへ戻る */
#page-top {
    position: fixed;
    bottom: 0;
    right:0;
    font-size: 90%;
	z-index:999;
	margin: 0!important;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 42px;
	height: 42px;
    display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width:1201px){
	#page-top a:hover { text-decoration: none; background: #ccc; }
}

/*margin,padding,width*/

.w250 { width:250px; }
.w375 { width:375px; }
.w420 { width:420px; }
.w500 { width:500px; }
.w600 { width:600px; }
.w800 { width:800px; }
.w900 { width:900px; }

.w15p { width:15%; }
.w20p { width:20%; }
.w25p { width:25%; }
.w30p { width:30%; }
.w33p { width:33.33%; }
.w33p_smp_pc { width:33.33%; }
.w35p { width:35%; }
.w40p { width:40%; }
.w45p { width:45%; }
.w49p { width:49%; }
.w50p { width:50%; }
.w50p_smp_pc { width:50%; }
.w55p { width:55%; }
.w60p { width:60%; }
.w65p { width:65%; }
.w70p { width:70%; }
.w75p { width:75%; }
.w80p { width:80%; }
.w85p { width:85%; }

.w100p { width:100%!important; }

@media screen and (min-width:901px){
	.w10p { width:10%; }
	.w90p { width:90%; }
	.w20p_pc { width: 20%; }
	.w25p_pc { width: 25%;}
	.w30p_pc { width: 30%;}
	.w70p_pc { width: 70%;}	
}

.fl { float:left; }
.fr { float:right; }

@media screen and (max-width:768px){
	.w250 { width:100%; }
	.w375 { width:100%; }
	.w420 { width:100%; }
	.w500 { width:100%; }
	.w600 { width:100%; }
	.w800 { width:100%; }
	.w20p { width:100%; }
	.w25p { width:100%; }
	.w30p { width:100%; }
	.w33p { width:100%; }
	.w35p { width:100%; }
	.w40p { width:100%; }
	.w40p_smp { width: 40%!important; }
	.w45p { width:100%; }
	.w50p { width:100%; }	
	.w50p_smp { width: 50%!important; }
	.w55p { width:100%; }
	.w60p { width:100%; }
	.w60p_smp { width: 60%!important; }
	.w60p_center_smp { width: 60%!important; margin: 0 auto;}
	.w65p { width:100%; }
	.w70p { width:100%; }
	.w75p { width:100%; }
	.w80p { width:100%; }
	.w60p_smp { width: 60%!important; height: auto;}
	.w90p_smp { width: 90%!important; height: auto;}
	
	.fl { float:none; }
	.fr { float:none; }
}

.p1p { padding:1%; }
.p2p { padding:2%; }
.p3p { padding:3%; }
.pb5p { padding-bottom:5%; }

.pr3p { padding-right: 3%; }
.pr10 { padding-right: 10px; }

.ptb5 { padding: 5px 0;}
.ptb20 { padding:20px 0; }

.m0 { margin:0!important; }

.mt0 { margin-top:0 !important;}
.mt20 { margin-top:20px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt2p { margin-top:2% !important;}
.mt5p { margin-top:5% !important; }
.mt7p { margin-top:7%!important; }
.mt10p { margin-top:10%!important; }

.mb0 { margin-bottom:0!important; }
.mb15 { margin-bottom:15px;}
.mb25 { margin-bottom:25px!important;}
.mb3p { margin-bottom:3%; }
.mb5p { margin-bottom:5%; }

.mlr2p { margin:0 2%; }

.ml30 { margin-left:30px; }

.ml2p { margin-left:2%; }
.ml3p { margin-left:3%; }

.mr10 { margin-right:10px; }
.mr50 { margin-right:50px; }
.mr2p { margin-right:2%; }

.mtb20 { margin:20px 0 !important;}
.mtb35 { margin:35px 0 !important;}
.mtb60 { margin:60px 0 !important;}
.mtb100 { margin: 100px 0!important; }
.m_auto { margin:0 auto; }

@media screen and (min-width:1024px){
	.pl1p { padding-left: 1%; }
	.pl3p { padding-left: 3%; }
	.pr3p_pc { padding-right: 3%; }
	.mt50_pc { margin-top:50px !important;}
	.mt150_pc { margin-top: 150px!important; }
	.mb25_pc { margin-bottom:25px!important;}
	.mtb100_pc { margin-top: 100px 0!important; }
	
}

@media screen and (max-width:768px){
	.mt50_smp { margin-top: 50px; }
	.ml3p { margin-left:0; }
	.mb5p_smp { margin-bottom:5% !important; }
	
	.mr50 { margin-right:0; }
	.m_auto_smp { margin:0 auto; }
	.p2p_smp { padding: 2%; }
	.plr3p_smp { padding: 0 3%; }
}
@media screen and (max-width:480px){
	.mb25_smp { margin-bottom:25px!important;}
}

/*title*/
.title01 { border-left: 5px solid #000; font-family: 'Noto Sans JP', sans-serif; font-style: normal; padding: 10px 20px; font-size: 140%; }
.title02 { border-bottom: 5px solid #000; font-family: 'Noto Sans JP', sans-serif; font-style: normal; padding: 10px 20px; font-size: 140%; }

.sub_title { text-align:center; font-size:14px;}

/*box*/
.box-gray { background-color:#f5f5f5; padding:10px 15px; margin:15px 0; border-radius:10px;}

/*contact*/
.contact_box { background-color:#f5f5f5; padding:3%; text-align:center; margin:50px 0;}
.pdf_form_box { display:flex; flex-wrap:wrap; justify-content: center; }

@media screen and (max-width:480px){
	.pdf_form_box { background-color:#f5f5f5; padding:3%; margin-top:0!important;}
	.pdf_form_box div { width:100%;}
.pdf_form_box input[type="text"], input[type="tel"], input[type="email"], textarea { width:100%!important; display:block; background-color:#fff!important; }
}

/*table*/
.legal_notice {
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
	margin: 3% auto;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 0px solid #000;
}

.legal_notice th {
	color: #000;
	background-color:#f5f5f5;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 2% 3%;
	border-right: 0px solid #000;
	border-bottom: 1px solid #000;
	width:25%;
}

.legal_notice td {
	color: #000;
	padding: 2% 3%;
	border-right: 0px solid #000;
	border-bottom: 1px solid #000;
}

.form {
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
	margin: 3% auto;
	padding: 0;
	border-top: 0px solid #E6E6E7;
	border-left: 0px solid #E6E6E7;
}

.form th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 2% 3%;
	border-right: 0px solid #E6E6E7;
	border-bottom: 0px solid #E6E6E7;
	width:25%;
}

.form td {
	color: #000;
	padding: 2% 3%;
	border-right: 0px solid #e3e3e3;
	border-bottom: 0px solid #e3e3e3;
}

.form li { margin-bottom: 15px;}

.item_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
	margin: 3% auto;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 0px solid #000;
}

.item_table th {
	color: #000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 10px 0;
	border-right: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 9%;
}

.item_table td {
	color: #000;
	padding: 10px 0;
	border-right: 0px solid #000;
	border-bottom: 1px solid #000;
}

@media screen and (max-width:767px){	
	.legal_notice { width:100%; margin:3% auto; }
	.legal_notice th,.legal_notice td { display:block; width:100%; text-align:left; padding:2%; }
	.form th,.form td { display:block; width:100%; text-align:left; border-bottom:0; padding:3%; }
	.legal_notice th,.legal_notice td{ width:100% !important; }

}

/*googlemap*/

.fb_box { width:100%; text-align:center; margin-bottom:15px; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px){
	.fb_box { width:100%; padding-top:10%; margin:3% 0; }
	.fb_box iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	.gmap {
		margin: 0 auto;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	.youtube { z-index:-10;}
	
}

.bt_list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 3% auto;}
.bt_list li { padding:0 2%;}

.bt01 { display: inline-block; background:#fff; color:#000; font-weight:700; font-size:100%; border:solid 2px #000; text-decoration:none; padding:20px; font-family: 'Noto Sans JP', sans-serif; border-radius: 10px; transition: .5s}
.bt01:before { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right:15px; }
.bt01:hover { text-decoration:none; border:solid 2px #000; background:#000; color:#fff;}
.bt01:before:hover { color: #fff;}

.bt02 { display: inline-block; background:#000; color:#fff; padding: 10px 20px;  border-radius: 50px; text-align: center; font-size:100%; border:solid 2px #000; text-decoration:none;  transition: .5s}
.bt02:before { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right:15px; }
.bt02:hover { text-decoration:none; border:solid 2px #000; background:#fff; color:#000;}
.bt02:before:hover { color: #000;}

.bt03 { display: inline-block; min-width:550px; background:#fff; color:#000; font-weight:700; font-size:100%; border:solid 2px #000; text-decoration:none; padding:20px; font-family: 'Noto Sans JP', sans-serif; border-radius: 10px; transition: .5s}
.bt03:before { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right:15px; }
.bt03:hover { text-decoration:none; border:solid 2px #000; background:#000; color:#fff;}
.bt03:before:hover { color: #fff;}

@media screen and (max-width:768px){
	.bt_list li { padding:3%;}
	.bt01 { padding:2% 5%; }
	.bt01:before { display:none; }
	.bt03 { padding:2% 5%; min-width:100%;}
}

/*pagenavi*/
.wp-pagenavi {
clear: both;
text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:50px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #fff;
background-color: #313131;
border: 1px solid #313131;
padding: 8px 15px;
margin: 5px 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
}
.wp-pagenavi a:hover {
	background-color: #fff;
	color:#313131;
	border-color: #313131;
}
.wp-pagenavi span.current{
color: #313131;
background-color: #fff;
border-color: #313131;
font-weight: bold;
}
@media screen and (max-width:480px){
	.wp-pagenavi a, .wp-pagenavi span {
color: #fff;
background-color: #313131;
border: 1px solid #313131;
padding:1% 3%;
margin: 2% 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
		display:inline-block;
}
}

.page-numbers {
clear: both;
text-align:center;
}
.page-numbers li { display:inline-block;}
.page-numbers a, .page-numbers span {
color: #fff;
background-color: #313131;
border: 1px solid #313131;
padding: 8px 15px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
}
.page-numbers a:hover {
	background-color: #fff;
	color:#313131;
	border-color: #313131;
}
.page-numbers span.current{
color: #313131;
background-color: #fff;
border-color: #313131;
font-weight: bold;
}
@media screen and (max-width:480px){
	.page-numbers a, .page-numbers span {
color: #fff;
background-color: #313131;
border: 1px solid #313131;
padding:5px 13px;
margin: 2% 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
		display:inline-block;
}
}

/*iPadPro*/
@media (orientation: portrait) and (min-width:769px) and (max-width:1080px){
	#mainimage { width:100%; height: 900px; margin:0 auto; top:0; z-index: 0;  position: relative; background-size:cover!important; background-position:center  center !important; object-fit: cover !important; }
	#header { width: 100%; height: 100%; }
	#header_inner { width: 100%; height: 100%; }
	#catch01 .main-content,#catch02 .main-content,#catch03 .main-content,#news .main-content { width: 100%!important; margin: 0 auto; padding: 3%; }
	.top_txt_box { width : calc(100% / 1) ; }
.top_img_box { width : calc(100% / 1) ; }
}
