@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Satisfy|Dosis');


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

    .top{
        background: #fff;/* #a1be95 */
        padding:20px;
    }

    .mini{
        border:solid 1px #fff;
        padding:20px 20px 80px;
}

    .st{
        display: flex;
        position: absolute;
        width: 100%;
        margin: 0;
        z-index: 1;
        left:0;
    }

    .st.fixed{
        position: fixed;
        top: 0;
    }

    .menu {
        display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
    }


    .menu li {
        background:rgba(255,255,255,.5);
        width:80px;
        display: inline-block;
        margin:5px;
        padding:3px 0;
    }

    .main{
        margin:0 20px;
        padding: 70px 0 0;
    }

    .title {
        z-index: 0;
    }

    h1 {
        margin:20px auto 30px;
}

    h4 {
        margin: 30px auto 20px;
    }
}

@media screen and (min-width: 1001px) {

    .wrp {
        max-width: 1500px;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
    }

    .top{
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        width: 25%;
        height: 400px;
        border:solid 1px #555555;/* #fff */
        background: #fff; /* #a1be95 */
        box-shadow:0 0 0 20px #fff; /* #a1be95 */
    }

    .st{
        margin: 30px;
    }

    .main{
        margin: 0;
        padding: 50px 30px 20px;
        right: 0;
        width: 60%;
        height:auto;
    }

    .menu {
        width:120px;
    }

    .menu li {
        background: #f9f9f9;/* rgba(255,255,255,.5) */
        margin: 5px 0;
        list-style-type: none!important;
    }

    .nov {
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
    }

    .sec {
        width: 48%;
	}
	
	.sec1 {
		width: 88%;
	}

h1{
margin:  20px auto 40px;
}

    h4 {
        margin: 0 auto 20px;
    }
}

body {
    background: #fff;
    color: #363237;
    font-size: 12px;
    font-family: 'Dosis', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    margin:0;
}

a {
    color: #363237;
    background:#f8f8ff;/* #e2dfa2 */
    text-decoration: none;
    padding:  0 5px;
    margin: 2px;
}

a:hover, active {
    background: none;
    position: relative;
    top: 0;
}

h1 {
    color: #e5e5e5;
    font-size: 26px;
    font-family: 'Satisfy', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-weight:200;
    line-height: 100%;
}

h2 {
    color: #c0c0c0;/* #ed5752 */
    font-family: 'Satisfy', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-weight:200;
    text-align: center;
font-size: 24px;
    margin: 10px 0 60px;
    letter-spacing: 0;
    position: relative;
}

h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #c0c0c0;/* #ed5752 */
    border-radius: 2px;
}


h3 {
    color: #363237;
    font-family: 'Satisfy', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 14px;
    margin: 50px 20px 20px;
    font-weight: 200;
    line-height: 200%;
    position: relative;
}

h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-top: solid 1px #92aac7;
    border-bottom: solid 1px #92aac7;
}

h3 span {
position: relative;
  padding: 0 20px 0 0;
    background: #fff;
}

h4 {
    font-size: 13px;
    padding: 3px 15px;
    display: inline-block;
    color: #363237;
    border: solid 1px #92aac7;
}

h5 {
    display: inline-block;
    color: #fff;
    background: #92aac7;
    margin: 0 10px 5px;
    padding: 0 5px;
}

b {
    font-weight: 700;
    text-decoration: underline;
}

input[type], textarea {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'Dosis', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #363237;
    background: #eee;
    border: solid 1px #eee;
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=text ]{
    height: auto;
    width: 200px;
}

input[type=submit]{
    height: auto;
    width: 100px;
    cursor: pointer;
    text-shadow: none;
    background: #a1be95;
    border: solid 1px #a1be95;
    color: #fff;
    font-weight: 200;
}

.wrp {
    margin:0 auto;
    padding: 0;
}

.top {
    z-index: 99;
    text-align:center;
}

.top img {
    opacity: .9;
    height: 120px;
    margin-top:40px;
}

.main {
    text-align: center;
}

.menu {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.menu li a {
    color: #363237;
    background:none;
    display: block;
    text-decoration: none;
    padding: 5px 0;
    text-transform: uppercase;
}

.menu li a:hover, active {
    color: #d0576b;
    display: block;
    padding: 5px 0;
}

.log{
    border-left: double 3px #eee;
    margin: 0 0 20px 10px;
    padding: 5px 20px;
    text-align: left;
}

.text,.nov,.mail {
    text-align: left;
    margin: 10px;
}

.text label,.nov label {
    background: #fff5ee;/* #a1be95 */
    color: #faebd;/* #fff */
    padding: 1px 10px;
    border:solid 1px #fff5ee;/* #a1be95 */
    cursor :pointer;
}

.text label:hover,.nov label:hover {
    border:solid 1px #fff5ee;/* #a1be95 */
    background: #fff;
    color: #363237;
}

.text input,.nov input {
    display: none;
}

.text .more,.nov .more {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.text input:checked ~ .more,.nov input:checked ~ .more {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.title {
    position: relative;
    display: inline-block;
}

.title p {
    font-weight: 200;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0 10px;
    background: rgba(0,0,0,.7);
}

.title img {
    width: 200px;
    height: 40px;
    border: solid 1px #ccc;
    padding: 3px;
}

.title a {
    background: none;
}

.title a:hover {
    opacity: .5;
}

.mr {
    color: #555;
    margin: 0 10px 20px;
    padding: 5px 10px;
    border-left: dashed 1px #ccc;
}

.box {
    color: #555;
    margin: 10px;
    border:solid 2px #eee;
    padding: 8px;
}

.box p {
    display: inline-block;
    color: #fff;
    background: #92aac7;
    padding: 0 5px;
    margin: 2px 15px 2px 0;
}

.ft {
    margin: 30px 0 20px;
    padding-top: 20px;
    border-top: solid 1px #ccc;
}