@charset "utf-8";

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

	#header-logo,
    .page-logo {
		background-image: url('../images/mobile.jpg');
        background-blend-mode: normal;
        background-position: center;
		background-size: cover;
        background-color: rgba(0, 0, 0, 0.3);
        background-blend-mode: darken;
        height: 60vh;
	}

    .page-logo p {
        font-size: 20px;
        color: #fff;
    }

	

	.name {
		display: flex;
		width: 90%;
		justify-content: center;
		margin: auto
	}

	.circle {
		width: 100px;
		height: 100px;
		line-height: 100px;
		border: solid 5px #fff;
	}

	.circle p {
		font-size: 30px;
		color: #fff;
	}

	.logo-name {
		font-size: 25px;
		color: #fff;
	}

    #global-nav  {
        position: absolute;
        position: fixed;
        /* 開いてないときは画面外に配置 */
        top: -555px;
        height: auto;
        background: #00552e;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 10;
    }
    #global-nav ul {
    	display: block;
        font-size: 14px;
    }
   
    #top-head #global-nav ul li a{
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    } 
   
    #nav-toggle {
        display: block;
        position: fixed;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

    article {
    	display: block;
        width: 90%;
    }

    .side,
    .main,
    .main-area {
    	width: 100%;
    }

    .main {
    	margin: 0 auto;
    }

    .profile p {
        font-size: 15px;
    }



    .icon {
    	margin: auto;
    	display: block;
    	padding: 20px 0;
    }

    .archive-area img {
        width: 100%;
    }

    .gallery {
    	width: 90%;
    }

    .gallery img {
    	width: 100%;
    }

    section p{
    	font-size: 10px;
    }

    .new-year {
        width: 40%;
        font-size: 11px;
    }

    .new-title {
        width: 60%;
        font-size: 12px;
    }

    .duties-area h1 {
        font-size: 18px;
    }

    .duties-area h3,
    .duties-area p,
    .duties-area h2 {
        font-size: 15px;
        padding-left: 0;
    }

    .word-wrap {
        word-wrap: break-word;
    }

    .label {
        width: 100%;
        text-align: center;
    }

    .items {
        display: block;
    }

    .item-area,
    .text-area {
        width: 100%;
    }

    .label-icon {
        display: none;
    }

    .page-contact {
        font-size: 15px;
    }

    input[type="submit"],
    input[type="reset"] {
        margin: 15px 0;
    }


















}