@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
strong {
	font-weight:bold;
}
img {
max-width: 100%;
vertical-align: bottom;
}

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}
.cl {
	clear:both;
}
.ct {
text-align: center;
}
.yu {
font-family:"游明朝","YuMincho";
font-weight: bold;
}
.yu2 {
font-family:"游明朝","YuMincho";
font-weight: normal;
}
.red {
color:#fd0000;
}
.bk {
color: #000;
}
.white {
color:#fff;
}
.up20 {
	margin-top:2rem;
}
.up30 {
	margin-top:3rem;
}
.up40 {
	margin-top:4rem;
}
.up50 {
	margin-top:5rem;
}
.up60 {
	margin-bottom:6rem;
}
.d20 {
	margin-bottom:2rem;
}
.d30 {
	margin-bottom:3rem;
}
.d40 {
	margin-bottom:4rem;
}
.d50 {
	margin-bottom:5rem;
}
.ud20 {
	margin:2rem 0;
}
.ud30 {
	margin:3rem 0;
}
.ud40 {
	margin:4rem 0;
}
.ud50 {
	margin:5rem 0;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#1299df;
	text-decoration:none;
}
a:visited {
	color:#1299df;
	text-decoration:none;
}
a:hover {
	color:#1299df;
	text-decoration:underline;
}
a:active {
	color:#1299df;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
/*scroll-behavior: smooth;*/
}
body {
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
position: relative;
 -webkit-transition: all 0.6s;
transition: all 0.6s;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

.spbr {
display: none !important;
}
.menu {
display: none !important;
}
#nav-tgl {
display: none;
}
#hdr_sp {
display: none;
}
body{
font-size: 1.6rem;
line-height: 3rem;
}
#nav-tgl, .nav-tgl-btn {
display: none;
}

header article {
width: 100rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 3rem 0;
}
header article h1 {
width: 30rem;
}
header article p {
font-size: 1.6rem;
padding-top: 0.6rem;
}
header article p span {
font-weight: bold;
margin-right: 2rem;
font-size: 1.8rem;
}
header nav {
position: relative;
background: #fcf000;
}
header nav::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 15rem;
height: 100%;
background: #ec6c00;
}
header nav ul {
width: 80rem;
margin: 0 auto;
}
header nav ul {
display: flex;
justify-content: space-between;
font-size: 2rem;
font-weight: bold;
}
header nav ul li {
width: 25%;
text-align: center;
}
header nav ul li a {
display: block;
padding: 2rem 0;
}
header nav ul li a:link {
color: #000;
}
header nav ul li a:visited {
color: #000;
}
header nav ul li a:hover {
color: #000;
text-decoration: none;
background: rgba(255,255,255,0.6);
}
header nav ul li a:active {
color: #000;
}
.read {
font-size: 3rem;
font-weight: bold;
text-align: center;
padding-bottom: 1rem;
border-bottom: 0.3rem solid #fcf000;
margin: 8rem 0 5rem 0;
}
footer {
margin-top: 10rem;
padding-bottom: 1rem;
}
footer nav {
position: relative;
background: #fcf000;
}
footer nav::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 15rem;
height: 100%;
background: #205289;
}
footer nav ul {
width: 80rem;
margin: 0 auto;
}
footer nav ul {
display: flex;
justify-content: space-between;
font-size: 2rem;
font-weight: bold;
}
footer nav ul li {
width: 25%;
text-align: center;
}
footer nav ul li a {
display: block;
padding: 1rem 0;
}
footer nav ul li a:link {
color: #000;
}
footer nav ul li a:visited {
color: #000;
}
footer nav ul li a:hover {
color: #000;
text-decoration: none;
background: rgba(255,255,255,0.6);
}
footer nav ul li a:active {
color: #000;
}
footer > div {
width: 100rem;
margin: 5rem auto;
display: flex;
background: url("../img/back_ftr.png") no-repeat right top;
}
footer > div article {
margin-right: 6rem;
}
footer > div article div {
width: 28rem;
margin-bottom: 3rem;
}
footer > div article address {
padding-left: 3.6rem;
}
footer > div > div {
padding-top: 3rem;
}
footer small {
display: block;
text-align: center;
margin-top: 5rem;
}
.hdr {
height: 30rem;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 6rem;
}
.hdr h2 {
font-size: 4.4rem;
text-align: center;
font-weight: bold;
padding: 2rem 8rem;
background: rgba(255,255,255,0.7);
letter-spacing: 1.2rem;
}
.wrap {
width: 100rem;
margin: 0 auto;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
color: #000;
}

header article {
display: flex;
justify-content: space-between;
padding: 3rem 7rem 3rem 3rem;
}
header article h1 {
width: 30rem;
}
header article p {
font-size: 1.6rem;
padding-top: 0.6rem;
}
header article p span {
font-weight: bold;
margin-right: 2rem;
font-size: 1.6rem;
}
header nav {
display: none;
}
.read {
font-size: 3rem;
font-weight: bold;
text-align: center;
padding-bottom: 1rem;
border-bottom: 0.3rem solid #fcf000;
margin: 8rem 0 5rem 0;
}
footer {
margin-top: 10rem;
padding-bottom: 1rem;
}
footer nav {
position: relative;
background: #fcf000;
}
footer nav::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 5rem;
height: 100%;
background: #205289;
}
footer nav ul {
width: 80%;
margin: 0 auto;
}
footer nav ul {
display: flex;
justify-content: space-between;
font-size: 2rem;
font-weight: bold;
}
footer nav ul li {
width: 25%;
text-align: center;
}
footer nav ul li a {
display: block;
padding: 1rem 0;
}
footer nav ul li a:link {
color: #000;
}
footer nav ul li a:visited {
color: #000;
}
footer nav ul li a:hover {
color: #000;
text-decoration: none;
background: rgba(255,255,255,0.6);
}
footer nav ul li a:active {
color: #000;
}
footer > div {
padding: 0 2rem;
margin: 5rem auto;
display: flex;
background: url("../img/back_ftr.png") no-repeat right top;
background-size: 50%;
}
footer > div article {
margin-right: 3rem;
}
footer > div article div {
width: 28rem;
margin-bottom: 3rem;
}
footer > div article address {
padding-left: 2rem;
}
footer > div > div {
padding-top: 2rem;
}
footer small {
display: block;
text-align: center;
margin-top: 5rem;
}
.hdr {
height: 30rem;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 6rem;
}
.hdr h2 {
font-size: 4.4rem;
text-align: center;
font-weight: bold;
padding: 2rem 8rem;
background: rgba(255,255,255,0.7);
letter-spacing: 1.2rem;
}
.wrap {
padding: 0 2rem;
}


}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
body{
font-size: 1.4rem;
line-height:2.0rem;
color: #000;
width: 100%;
}

header article {
padding: 2rem 2rem 1.8rem 2rem;
}
header article h1 {
width: 20rem;
margin-bottom: 0.4rem;
}
header article p {
display: none;
}
header article p span {
margin-right: 2rem;
font-size: 1.2rem;
}
header nav {
display: none;
}
.read {
font-size: 2.4rem;
font-weight: bold;
text-align: center;
padding-bottom: 1rem;
border-bottom: 0.3rem solid #fcf000;
margin: 6rem 0 3rem 0;
}
footer {
margin-top: 6rem;
padding-bottom: 1rem;
border-top: 0.1rem solid #ddd;
}
footer nav {
display: none;
}
footer > div {
margin: 2rem auto;
display: flex;
justify-content: space-between;
background: url("../img/back_ftr.png") no-repeat center bottom;
padding: 0 2rem;
height: 22rem;
}
footer > div article {

}
footer > div article div {
width: 20rem;
margin-bottom: 1rem;
}
footer > div article address {
padding-left: 2.6rem;
}
footer > div > div {
padding-top: 1rem;
}
footer small {
display: block;
text-align: center;
margin-top: 1rem;
}
.hdr {
height: 20rem;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 6rem;
}
.hdr h2 {
font-size: 2.4rem;
text-align: center;
font-weight: bold;
padding: 2rem 8rem;
background: rgba(255,255,255,0.7);
letter-spacing: 0.6rem;
}
.wrap {
padding: 0 2rem;
}

}