@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 {
display: flex;
justify-content: space-between;
}
header > div {
padding: 1.8rem 0 1.8rem 4rem;
}
header nav {
font-weight: bold;
}
header nav ul {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
header nav li {
text-align: center;
font-size: 1.6rem;
padding: 0 1.4rem;
}
header nav li span {
display: block;
font-size: 1rem;
color: #28a5df;
}
header nav li a {
display: block;
line-height: 2rem;
transition: 0.3s;
}
header nav li:last-child {
background: #3ca1ef url("../img/icon_mail.png") no-repeat;
background-position: center 1.6rem;
font-size: 1.2rem;
padding: 0;
height: 100%;
}
header nav li:last-child:hover {
background: #6cb9f5 url("../img/icon_mail.png") no-repeat;
background-position: center 1.6rem;
transition: 0.3s;
}
header nav > ul li:last-child a {
color: #fff;
display: block;
padding: 5rem 2rem 0 2rem;
height: 100%;
}
header nav > ul li:last-child a:hover {
opacity: 1;
}
header nav li a:link {
color: #000;
}
header nav li a:visited {
color: #000;
}
header nav li a:hover {
color: #000;
opacity: 0.7;
text-decoration: none;
}
header nav li a:active {
color: #000;
}

#toi {
width: 50rem;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi h2 {
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
margin-bottom: 2rem;
}
#toi h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi > a {
display: block;
background: #000;
color: #fff;
width: 21.4rem;
font-size: 1.4rem;
margin: 0 auto;
transition: 0.3s;
}
#toi > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

footer {
margin-top: 4rem;
background: #292929;
text-align: center;
color: #fff;
padding: 2rem 0 1rem 0;
font-size: 1.4rem;
}
footer p {
line-height: 2.4rem;
margin-bottom: 3rem;
}
footer small {
display: block;
color: #6a6a6a;
font-size: 1.4rem;
font-weight: bold;
}

#hdr_wr {
position: relative;
background: #a6d6fa;
color: #fff;
text-align: center;
margin-bottom: 5rem;
z-index: 0;
}
#hdr_wr h1 {
position: relative;
font-weight: bold;
font-size: 3.6rem;
background: #0767b1;
padding: 2.2rem 0 1.6rem 0;
width: 37.2rem;
height: 9rem;
margin: 0 auto;
z-index: 1;
}
#hdr_wr h1::before {
content: "";
position: absolute;
top: 0;
left: -3rem;
border-right: 3rem solid transparent;
border-bottom: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1::after {
content: "";
position: absolute;
top: 0;
right: -3rem;
border-right: 3rem solid transparent;
border-top: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1 span {
display: block;
font-weight: bold;
font-size: 1.6rem;
margin-top: 1rem;
}
.read1 {
text-align: center;
font-weight: bold;
font-size: 3rem;
border-bottom: 1.4rem solid #0767b1;
padding-bottom: 1rem;
margin-bottom: 5rem;
}
.read2 {
text-align: center;
font-weight: bold;
font-size: 3rem;
border-bottom: 0.2rem dashed #aaa;
padding-bottom: 1rem;
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 {
display: none;
}

#toi {
width: 50rem;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi h2 {
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
margin-bottom: 2rem;
}
#toi h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi > a {
display: block;
background: #000;
color: #fff;
width: 21.4rem;
font-size: 1.4rem;
margin: 0 auto;
transition: 0.3s;
}
#toi > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

footer {
margin-top: 4rem;
background: #292929;
text-align: center;
color: #fff;
padding: 2rem 0 1rem 0;
font-size: 1.4rem;
}
footer p {
line-height: 2.4rem;
margin-bottom: 3rem;
}
footer small {
display: block;
color: #6a6a6a;
font-size: 1.4rem;
font-weight: bold;
}

#hdr_wr {
position: relative;
background: #a6d6fa;
color: #fff;
text-align: center;
margin-bottom: 5rem;
z-index: 0;
}
#hdr_wr h1 {
position: relative;
font-weight: bold;
font-size: 3.6rem;
background: #0767b1;
padding: 2.2rem 0 1.6rem 0;
width: 37.2rem;
height: 9rem;
margin: 0 auto;
z-index: 1;
}
#hdr_wr h1::before {
content: "";
position: absolute;
top: 0;
left: -3rem;
border-right: 3rem solid transparent;
border-bottom: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1::after {
content: "";
position: absolute;
top: 0;
right: -3rem;
border-right: 3rem solid transparent;
border-top: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1 span {
display: block;
font-weight: bold;
font-size: 1.6rem;
margin-top: 1rem;
}
.read1 {
text-align: center;
font-weight: bold;
font-size: 3rem;
border-bottom: 1.4rem solid #0767b1;
padding-bottom: 1rem;
margin-bottom: 5rem;
}
.read2 {
text-align: center;
font-weight: bold;
font-size: 3rem;
border-bottom: 0.2rem dashed #aaa;
padding-bottom: 1rem;
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;
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.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 {
display: none;
}

#toi {
width: 50rem;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi h2 {
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
margin-bottom: 2rem;
}
#toi h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi > a {
display: block;
background: #000;
color: #fff;
width: 21.4rem;
font-size: 1.4rem;
margin: 0 auto;
transition: 0.3s;
}
#toi > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

footer {
margin-top: 4rem;
background: #292929;
text-align: center;
color: #fff;
padding: 2rem 0 1rem 0;
font-size: 1.4rem;
}
footer p {
line-height: 2.4rem;
margin-bottom: 3rem;
}
footer small {
display: block;
color: #6a6a6a;
font-size: 1.4rem;
font-weight: bold;
}

#hdr_wr {
position: relative;
background: #a6d6fa;
color: #fff;
text-align: center;
margin-bottom: 5rem;
z-index: 0;
}
#hdr_wr h1 {
position: relative;
font-weight: bold;
font-size: 3.6rem;
background: #0767b1;
padding: 2.2rem 0 1.6rem 0;
width: 37.2rem;
height: 9rem;
margin: 0 auto;
z-index: 1;
}
#hdr_wr h1::before {
content: "";
position: absolute;
top: 0;
left: -3rem;
border-right: 3rem solid transparent;
border-bottom: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1::after {
content: "";
position: absolute;
top: 0;
right: -3rem;
border-right: 3rem solid transparent;
border-top: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1 span {
display: block;
font-weight: bold;
font-size: 1.6rem;
margin-top: 1rem;
}
.read1 {
text-align: center;
font-weight: bold;
font-size: 3rem;
border-bottom: 1.4rem solid #0767b1;
padding-bottom: 1rem;
margin-bottom: 5rem;
}
.read2 {
text-align: center;
font-weight: bold;
font-size: 3rem;
border-bottom: 0.2rem dashed #aaa;
padding-bottom: 1rem;
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.5rem;
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 {
display: none;
}

#toi {
width: 90%;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi h2 {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
margin-bottom: 2rem;
}
#toi h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi > a {
display: block;
background: #000;
color: #fff;
width: 21.4rem;
font-size: 1.4rem;
margin: 0 auto;
transition: 0.3s;
}
#toi > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

footer {
margin-top: 4rem;
background: #292929;
text-align: center;
color: #fff;
padding: 2rem 0 1rem 0;
font-size: 1.4rem;
}
footer p {
line-height: 2.4rem;
margin-bottom: 3rem;
}
footer small {
display: block;
color: #6a6a6a;
font-size: 1.4rem;
font-weight: bold;
}

#hdr_wr {
position: relative;
background: #a6d6fa;
color: #fff;
text-align: center;
margin-bottom: 5rem;
z-index: 0;
}
#hdr_wr h1 {
position: relative;
font-weight: bold;
font-size: 3.6rem;
background: #0767b1;
padding: 2.2rem 0 1.6rem 0;
width: 37.2rem;
height: 9rem;
margin: 0 auto;
z-index: 1;
}
#hdr_wr h1::before {
content: "";
position: absolute;
top: 0;
left: -3rem;
border-right: 3rem solid transparent;
border-bottom: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1::after {
content: "";
position: absolute;
top: 0;
right: -3rem;
border-right: 3rem solid transparent;
border-top: 9rem solid #3ca1ef;
border-left: 3rem solid transparent; 
z-index: 2;
}
#hdr_wr h1 span {
display: block;
font-weight: bold;
font-size: 1.6rem;
margin-top: 1rem;
}
.read1 {
text-align: center;
font-weight: bold;
font-size: 2.4rem;
border-bottom: 1.4rem solid #0767b1;
padding-bottom: 1rem;
margin-bottom: 5rem;
}
.read2 {
text-align: center;
font-weight: bold;
font-size: 2rem;
border-bottom: 0.2rem dashed #aaa;
padding-bottom: 1rem;
margin-bottom: 5rem;
}


}