﻿@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules
	
bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;
	
	
----------------------------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    line-height: 100%;
    min-width: 320px;
}

.gosi {
    /*font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;*/
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.min {
    font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;
}

.en {}

.en1 {
    font-family: 'Oswald', "Times New Roman", Times, sans-serif;
    letter-spacing: 0.1em;
}

.en2 {
    font-family: 'Lato', "Times New Roman", Times, sans-serif;
}

a {
    /*text-decoration: underline;*/
    cursor: pointer;
    outline: none;
}

a:link {
    /*	text-decoration: underline;*/
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

#contents p {
    line-height: 1.7;
}

ul,
ol {
    list-style-type: none;
}

ul li,
ol li,
dl {
    /*line-height: 1.7;*/
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.7;
}

::selection {
    background-color: #888;
    color: #FFFFF3;
    /* Safari */
}

::-moz-selection {
    background-color: #888;
    color: #FFFFF3;
    /* Firefox */
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
li,
dt,
dd,
th,
td,
p {
    font-size: 100%;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* for IE 6/7 only */
}

/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
    display: inline !important;
    display: none;
    clear: both;
    line-height: 0px;
}

br.clear_all {
    clear: both;
    line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    br.clear_noie {
        display: block !important;
        content: " ";
    }
}

div.clear_noie {
    clear: both;
    line-height: 0px;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
    z-index: 100;
}

#topcontrol a {
    background: url(../images/scrollup.png) center center no-repeat;
    background: url(../images/scrollup.gif) center center no-repeat\9;
    /* IE8 and below */
    *background: url(../images/scrollup.gif) center center no-repeat;
    /* IE7 and below */
    _background: url(../images/scrollup.gif) center center no-repeat;
    /* IE6 */
    font-size: 0;
    display: block;
    height: 60px;
    width: 60px;
    background-size: 50px 50px;
    opacity: 0.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#topcontrol a:hover {
    background-size: 60px 60px;
    opacity: 1;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
not supported by any browser */
}

/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/



figure {
    line-height: 0;
}

img {
    max-width: 100%;
}

.spEle {
    display: none;
}

.inrBox {
    max-width: 1010px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
}

.kanda:hover {
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.mdSpan {
    position: relative;
}

.mdSpan i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    line-height: 0 !important;
    margin-top: -110px;
    padding-top: 110px;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #efefef;
    z-index: 10;
    box-sizing: border-box;
}

.header-inr {
    position: relative;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.header-ul {
    float: right;
}

.header-ul li {
    float: left;
}

.header-ul li a {
    display: block;
    padding: 20px 15px;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.header-mark {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    line-height: 0 !important;
}
#menu-btn {
    display: none !important;
}


.menu-p01 a{
	display: block;
	line-height: 0 !important;
	padding: 10px 20px;
}
.menu-ul01 li a{
	display:block;
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding: 10px 10px;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
}

.menu-ul01 li a:after{
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
}





/*-- FOOTER --*/

footer {
    text-align: center;
    padding: 40px 10px 20px;
    box-sizing: border-box;
    background-color: #000000;
}

.footer-p01 {
    margin: 0 auto 40px;
}

.copy-right {
    text-align: center;
    font-size: 13px;
    color: #fff;
}




/*-- 各ボタン --*/

.btn-s01 {
    display: block;
    text-align: center;
}

.btn-s01 a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
    width: 100%;
    max-width: 280px;
    font-weight: bold;
    text-align: center !important;

}


/*-- 各タイトル --*/

.head01 {
    margin: 0 auto 60px;
    text-align: center;
    font-weight: normal;
}

.head01 .span01 {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.head01 .span02 {
    display: block;
    font-size: 13px;
}






/*================================================== 
      pager-wrapper
===================================================*/

.pager-wrapper {
    font-family: "Times New Roman", Times, serif;
    margin: 20px 0 30px;
    text-align: center;
}

.pager-wrapper>p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.pager-wrapper .pager-box {
    display: inline-block;
    padding: 0 60px;
    position: relative;
}

.pager-wrapper .pager-box a {
    font-weight: bold;
}

.pager-wrapper .pager-box .pager-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.pager-wrapper .pager-box .pager-arrow.arrow-prev {
    left: 0px;
}

.pager-wrapper .pager-box .pager-arrow.arrow-next {
    right: 0px;
}

.pager-wrapper .pager-box .pager-arrow a {
    background-color: #9cbca2;
    border: 1px solid #9cbca2;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 30px;
    padding-top: 4px;
    text-decoration: none;
    width: 55px;
}

.pager-wrapper .pager-box .pager-arrow a:hover {
    background-color: #3a7a46;
    border: 1px solid #3a7a46;
}

.pager-wrapper .pager-box .pager-arrow.disable::after {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pager-wrapper .pager-box .pager-arrow.disable a {
    background-color: #ddd;
    border: 1px solid #ddd;
}

.pager-wrapper .pager-box .pager-arrow i {
    display: block;
    margin-top: 3px;
}

.pager-wrapper .pager-box .pager-ul {
    font-size: 0;
    min-width: 300px;
    text-align: center;
}

.pager-wrapper .pager-box .pager-num {
    display: inline-block;
    font-size: 13px;
    margin: 2px 1px;
    text-align: center;
}

.pager-wrapper .pager-box .pager-num a {
    background-color: #9cbca2;
    border: 1px solid #9cbca2;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 30px;
    padding-top: 4px;
    text-decoration: none;
    width: 30px;
}

.pager-wrapper .pager-box .pager-num a:hover {
    background-color: #3a7a46;
    border: 1px solid #3a7a46;
}

.pager-wrapper .pager-box .pager-num.current a {
    background-color: #3a7a46;
    border: 1px solid #3a7a46;
    color: #fff;
}

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

.header-ul li a{
	font-size: 12px;
}


}

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

    /*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/
    .spEle {
        display: block;
    }

    br.spEle {
        display: inline-block;
    }

    .pcEle {
        display: none !important;
    }

    .mdSpan i {
        margin-top: 0px;
        padding-top: 0px;
    }

 /*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

    /*-- HEADER --*/
.header-inr{
	height: 50px;
}

    .header-mark {
        width: 160px;
    }

.header-ul{
	display: none;
}

    .header-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        width: auto;
    }

    .header-btn a {
        display: block;
        width: 100px;
        font-size: 12px;
        line-height: 1.5 !important;
        padding: 3px 0;
    }

    #menu-btn {
        display: block !important;
    }

    /*-- FOOTER --*/
footer{
	padding:20px 10px;
}
.copy-right{
	font-size: 9px;
}
.footer-p01{
	max-width: 200px;
	margin: 0 auto 20px;
}
    /*-- 各ボタン --*/



    /*-- 各タイトル --*/
.head01{margin: 0 auto 30px;}
    .head02 {
        margin: 0 auto 30px;
    }

    .head02 .en1 {
        font-size: 13px;
    }

    .head02 .jp {
        font-size: 20px;
    }

/*================================================== 
      pager-wrapper
===================================================*/
    .pager-wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .pager-wrapper .pager-box .pager-ul {
        min-width: 0;
    }

    .pager-wrapper .pager-box {
        margin: 0 auto;
        max-width: 600px;
        min-width: 280px;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .pager-wrapper .pager-box .pager-arrow {}

    .pager-wrapper .pager-box .pager-arrow a {
        width: 39px;
    }
}