@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 {
vertical-align: bottom;
max-width: 100%;
height: auto;
}

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#ffae00;
	text-decoration:none;
}
a:visited {
	color:#ffae00;
	text-decoration:none;
}
a:hover {
	color:#ffce65;
	text-decoration:underline;
}
a:active {
	color:#ffae00;
	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%;
}
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;
}

/* ページャー（一覧） */
.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: 1000px) {

.spbr {
display: none !important;
}
#menu {
display: none;
}
body{
font-size: 1.6rem;
line-height:2.6rem;
}
#mobile {
display: none;
}

header#hdr {
display: flex;
justify-content: space-between;
padding: 4rem 8rem;
}
header#hdr nav {
padding-top: 1rem;
}
header#hdr nav li {
position: relative;
display: inline;
padding: 0 2rem;
font-size: 1.6rem;
border-left: 0.1rem solid #aaa;
font-weight: bold;
}
header#hdr nav li:last-child {
border-right: 0.1rem solid #aaa;
}
header#hdr nav li a {
color: #000;
transition: 0.3s;
}
header#hdr nav li a:hover {
text-decoration: none;
transition: 0.3s;
opacity: 0.7;
}
.eyecatch {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 8rem;
}
.eyecatch > div:first-child {
background: #1f2b61;
color: #fff;
width: 40rem;
display: flex;
align-items: flex-end;
}
.eyecatch > div:first-child h1 {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 2.6rem;
text-align: right;
margin: 0 auto 2rem auto;
height: 33rem;
}
.eyecatch > div:first-child h1 span {
display: block;
border-right: 0.2rem solid #f3e430;
margin: 0 1rem 0 0;
padding: 0 1rem 0 0;
font-weight: bold;
font-size: 3rem;
}
.eyecatch > div:nth-child(2) {
width: calc(100% - 40rem);
height: 35rem;
}
.eyecatch > div:nth-child(2) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.eyecatch > div:last-child {
background: #3e3a39;
border-right: 8rem solid #f3e430;
width: 100%;
height: 3rem;
}

#toi {
position: relative;
width: 100rem;
margin: 10rem auto;
border-radius: 4rem;
box-shadow: 0 0 5rem rgba(0,0,0,0.5);
padding: 4rem 4rem 4rem 36rem;
}
#toi > a {
position: absolute;
display: block;
top: -5rem;
left: 10rem;
width: 20rem;
height: 26rem;
background: #1f2b61 url("../img/icon_toi.png") no-repeat;
background-position: center 5rem;
color: #fff;
border-radius: 4rem;
text-align: center;
padding-top: 18rem;
font-size: 2.4rem;
transition: 0.3s ease;
}
#toi > a:hover {
text-decoration: none;
transition: 0.3s ease;
transform: translateY(0.5rem);
}
#toi p {
font-weight: bold;
}
footer {
position: relative;
padding: 8rem 5rem 2rem 5rem;
background: #1f2b61;
color: #fff;
margin-top: 8rem;
}
footer > div {
display: flex;
justify-content: space-between;
}
footer > div article div {
margin-bottom: 1rem;
}
footer > div:last-child {
position: absolute;
top: 0;
right: 0;
width: 20rem;
height: 100%;
background: #f3e430;
}
footer > div:first-child nav {
margin-right: 20rem;
padding-top: 6rem;
}
footer > div:first-child nav li {
display: inline;
padding: 0 1rem;
border-left: 0.1rem solid rgba(255,255,255,0.5);
}
footer > div:first-child nav li:last-child {
border-right: 0.1rem solid rgba(255,255,255,0.5);
}
footer > div:first-child nav li a {
color: #fff;
}
footer > div:first-child nav li a:hover {
text-decoration: none;
opacity: 0.8;
}
footer small {
display: block;
margin-top: 8rem;
text-align: center;
}

.read {
position: relative;
width: 45rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 3rem;
text-align: center;
padding-bottom: 1rem;
}
.read_small {
position: relative;
width: 35rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 2.4rem;
text-align: center;
padding-bottom: 1rem;
}
.read::after, .read_small::after {
content: "";
position: absolute;
bottom: -0.4rem;
right: 0;
width: 3rem;
height: 0.4rem;
background: #f3e430;
}
.read_under {
font-weight: bold;
font-size: 3rem;
text-align: center;
margin-bottom: 5rem;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

.spbr {
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;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.4rem;
left: 2rem;
width: 17rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}
#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
background: #fff;
color: #000;
}
.close img {
width: 5rem;
height: auto;
}

header#hdr {
display: flex;
justify-content: space-between;
padding: 4rem 8rem;
}
header#hdr nav {
padding-top: 1rem;
}
header#hdr nav li {
position: relative;
display: inline;
padding: 0 2rem;
font-size: 1.6rem;
border-left: 0.1rem solid #aaa;
font-weight: bold;
}
header#hdr nav li:last-child {
border-right: 0.1rem solid #aaa;
}
header#hdr nav li a {
color: #000;
transition: 0.3s;
}
header#hdr nav li a:hover {
text-decoration: none;
transition: 0.3s;
opacity: 0.7;
}
#hdr {
display: none !important;
}
.eyecatch {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 8rem;
}
.eyecatch > div:first-child {
background: #1f2b61;
color: #fff;
width: 40rem;
display: flex;
align-items: flex-end;
}
.eyecatch > div:first-child h1 {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 2.6rem;
text-align: right;
margin: 0 auto 2rem auto;
height: 33rem;
}
.eyecatch > div:first-child h1 span {
display: block;
border-right: 0.2rem solid #f3e430;
margin: 0 1rem 0 0;
padding: 0 1rem 0 0;
font-weight: bold;
font-size: 3rem;
}
.eyecatch > div:nth-child(2) {
width: calc(100% - 40rem);
height: 35rem;
}
.eyecatch > div:nth-child(2) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.eyecatch > div:last-child {
background: #3e3a39;
border-right: 8rem solid #f3e430;
width: 100%;
height: 3rem;
}

#toi {
position: relative;
width: 100rem;
margin: 10rem auto;
border-radius: 4rem;
box-shadow: 0 0 5rem rgba(0,0,0,0.5);
padding: 4rem 4rem 4rem 36rem;
}
#toi > a {
position: absolute;
display: block;
top: -5rem;
left: 10rem;
width: 20rem;
height: 26rem;
background: #1f2b61 url("../img/icon_toi.png") no-repeat;
background-position: center 5rem;
color: #fff;
border-radius: 4rem;
text-align: center;
padding-top: 18rem;
font-size: 2.4rem;
transition: 0.3s ease;
}
#toi > a:hover {
text-decoration: none;
transition: 0.3s ease;
transform: translateY(0.5rem);
}
#toi p {
font-weight: bold;
}
footer {
position: relative;
padding: 8rem 5rem 2rem 5rem;
background: #1f2b61;
color: #fff;
margin-top: 8rem;
}
footer > div {
display: flex;
justify-content: space-between;
}
footer > div article div {
margin-bottom: 1rem;
}
footer > div:last-child {
position: absolute;
top: 0;
right: 0;
width: 20rem;
height: 100%;
background: #f3e430;
}
footer > div:first-child nav {
display: none;
}

footer small {
display: block;
margin-top: 8rem;
text-align: center;
}

.read {
position: relative;
width: 45rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 3rem;
text-align: center;
padding-bottom: 1rem;
}
.read_small {
position: relative;
width: 35rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 2.4rem;
text-align: center;
padding-bottom: 1rem;
}
.read::after, .read_small::after {
content: "";
position: absolute;
bottom: -0.4rem;
right: 0;
width: 3rem;
height: 0.4rem;
background: #f3e430;
}
.read_under {
font-weight: bold;
font-size: 3rem;
text-align: center;
margin-bottom: 5rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

.spbr {
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;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.6rem;
left: 2rem;
width: 28rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}
#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
background: #fff;
color: #000;
}
.close img {
width: 5rem;
height: auto;
}

#hdr {
display: none;
}
.eyecatch {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 8rem;
}
.eyecatch > div:first-child {
background: #1f2b61;
color: #fff;
width: 30rem;
display: flex;
align-items: flex-end;
}
.eyecatch > div:first-child h1 {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 2.6rem;
text-align: right;
margin: 0 auto 2rem auto;
height: 33rem;
}
.eyecatch > div:first-child h1 span {
display: block;
border-right: 0.2rem solid #f3e430;
margin: 0 1rem 0 0;
padding: 0 1rem 0 0;
font-weight: bold;
font-size: 3rem;
}
.eyecatch > div:nth-child(2) {
width: calc(100% - 30rem);
height: 35rem;
}
.eyecatch > div:nth-child(2) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.eyecatch > div:last-child {
background: #3e3a39;
border-right: 8rem solid #f3e430;
width: 100%;
height: 3rem;
}

#toi {
position: relative;
width: 90%;
margin: 10rem auto;
border-radius: 4rem;
box-shadow: 0 0 5rem rgba(0,0,0,0.5);
padding: 4rem 4rem 4rem 33rem;
}
#toi > a {
position: absolute;
display: block;
top: -5rem;
left: 10rem;
width: 20rem;
height: 26rem;
background: #1f2b61 url("../img/icon_toi.png") no-repeat;
background-position: center 5rem;
color: #fff;
border-radius: 4rem;
text-align: center;
padding-top: 18rem;
font-size: 2.4rem;
transition: 0.3s ease;
}
#toi > a:hover {
text-decoration: none;
transition: 0.3s ease;
transform: translateY(0.5rem);
}
#toi p {
font-weight: bold;
}
footer {
position: relative;
padding: 8rem 5rem 2rem 5rem;
background: #1f2b61;
color: #fff;
margin-top: 8rem;
}
footer > div {
display: flex;
justify-content: space-between;
}
footer > div article div {
margin-bottom: 1rem;
}
footer > div:last-child {
position: absolute;
top: 0;
right: 0;
width: 10rem;
height: 100%;
background: #f3e430;
}
footer > div:first-child nav {
display: none;
}
footer small {
display: block;
margin-top: 8rem;
text-align: center;
}

.read {
position: relative;
width: 45rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 3rem;
text-align: center;
padding-bottom: 1rem;
}
.read_small {
position: relative;
width: 35rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 2.4rem;
text-align: center;
padding-bottom: 1rem;
}
.read::after, .read_small::after {
content: "";
position: absolute;
bottom: -0.4rem;
right: 0;
width: 3rem;
height: 0.4rem;
background: #f3e430;
}
.read_under {
font-weight: bold;
font-size: 3rem;
text-align: center;
margin-bottom: 5rem;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.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;
width: 100%;
padding-top: 6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.8rem;
left: 2rem;
width: 20rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}
#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
background: #fff;
color: #000;
}
.close img {
width: 5rem;
height: auto;
}

#hdr {
display: none;
}
.eyecatch {
margin-bottom: 8rem;
}
.eyecatch > div:first-child {
background: #1f2b61;
color: #fff;
width: 40rem;
padding: 2rem 0;
}
.eyecatch > div:first-child h1 {
font-size: 2rem;
text-align: center;
}
.eyecatch > div:first-child h1 span {
display: block;
border-top: 0.2rem solid #f3e430;
margin: 1rem 0 0 0;
padding: 1rem 0 0 0;
font-weight: bold;
font-size: 3rem;
}
.eyecatch > div:nth-child(2) {
}
.eyecatch > div:nth-child(2) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.eyecatch > div:last-child {
background: #3e3a39;
border-right: 4rem solid #f3e430;
width: 100%;
height: 1rem;
}

#toi {
width: 90%;
margin: 10rem auto;
border-radius: 4rem;
box-shadow: 0 0 5rem rgba(0,0,0,0.5);
padding: 2rem;
}
#toi > a {
display: block;
height: 14rem;
background: #1f2b61 url("../img/icon_toi.png") no-repeat;
background-position: center 2rem;
color: #fff;
border-radius: 4rem;
text-align: center;
padding-top: 10rem;
font-size: 2.4rem;
transition: 0.3s ease;
margin-bottom: 2rem;
}
#toi > a:hover {
text-decoration: none;
transition: 0.3s ease;
transform: translateY(0.5rem);
}
#toi p {
font-weight: bold;
line-height: 2.6rem;
padding: 0 2rem;
}
footer {
position: relative;
padding: 4rem 5rem 2rem 5rem;
background: #1f2b61;
color: #fff;
margin-top: 8rem;
}
footer > div article div {
margin-bottom: 1rem;
}
footer > div:last-child {
position: absolute;
top: 0;
right: 0;
width: 1rem;
height: 100%;
background: #f3e430;
}
footer > div:first-child nav {
display: none;
}
footer > div:first-child article p {
font-size: 1.2rem;
}
footer > div:first-child nav li {
display: inline;
padding: 0 1rem;
border-left: 0.1rem solid rgba(255,255,255,0.5);
}
footer > div:first-child nav li:last-child {
border-right: 0.1rem solid rgba(255,255,255,0.5);
}
footer > div:first-child nav li a {
color: #fff;
}
footer > div:first-child nav li a:hover {
text-decoration: none;
opacity: 0.8;
}
footer small {
display: block;
margin-top: 4rem;
text-align: center;
}

.read {
position: relative;
width: 32rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 2rem;
text-align: center;
padding-bottom: 1rem;
}
.read_small {
position: relative;
width: 32rem;
margin: 0 auto 2rem auto;
border-bottom: 0.4rem solid #1f2b61;
font-weight: bold;
font-size: 1.6rem;
text-align: center;
padding-bottom: 1rem;
}
.read::after, .read_small::after {
content: "";
position: absolute;
bottom: -0.4rem;
right: 0;
width: 3rem;
height: 0.4rem;
background: #f3e430;
}
.read_under {
font-weight: bold;
font-size: 1.8rem;
text-align: center;
margin-bottom: 5rem;
}

}