    @charset "utf-8";
    /* reset */

    * {
        margin: 0;
        padding: 0
    }

    body {
        background: #FFF;
    }

    #contents {
        background-color: rgba(255, 255, 255, 1.0);
    }

    a {
        text-decoration: none
    }

    ul {
        list-style: none
    }

    img {
        vertical-align: middle
    }

    img,
    video,
    object {
        max-width: 100%;
        height: auto;
        width: 100%\9;
    }

    img {
        border: 0px;
        \9;
        width: inherit\9;
        max-width: 100%\9;
        height: auto\9;
    }

    html {
        font-family: verdana, sans-serif;
        line-height: 1.5;
        color: #202020;
    }

    a:link {
        color: #202841;
    }

    a:visited {
        color: #0E1F54;
    }

    a:hover {
        color: #7798FB;
    }

    a:active {
        color: #0E1F54;
    }

    nav a:link {
        color: #ffffff;
    }

    nav a:visited {
        color: #ffffff;
    }

    nav a:hover {
        color: #ffffff;
    }

    nav a:active {
        color: #ffffff;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 12px;
    }

    h1 {
        font-size: 16px;
        line-height: 1.5;
    }

    /* 18px */

    h2 {
        font-size: 16px;
        line-height: 1.5;
    }

    /* 18px */

    h3 {
        font-size: 18px;
        line-height: 1
    }

    /* 18px */

    hgroup h2,
    h4,
    h5,
    h6 {
        font-size: 16px;
        line-height: 1.5
    }

    input {
        line-height: 1.5
    }

    header {
        padding-top: 0px;
        padding-bottom: 0px;
        background: #07255f;
    }

    #logo {
        background: url(../img/201101_head.jpg) 50% 0px no-repeat;
        background-size: cover;
    }

    #logo h1 {
        text-align: right;
        padding-top: 15px;
        font-size: 13px;
        margin-right: 20px;
        margin-bottom: 80px;
        color: #fff;
    }

    #logo h1 a {
        color: #fff;
    }

    #logo h2 {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 20px;
        color: #fff;
        text-align: left;
    }

    #logo h2 a {
        color: #fff;
    }

    #logo h2 a:link {
        color: #fff;
    }

    #logo h2 a:visited {
        color: #fff;
    }

    #logo h2 a:hover {
        color: #7798FB;
    }

    #logo h2 a:active {
        color: #fff;
    }

    header nav {
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #newitem {
        margin-top: 10px;
    }

    footer nav ul li {
        width: 33.3%;
        float: left;
        height: 56px;
        border-bottom: thin #4F5981 dotted;
    }

    nav ul li a {
        display: block;
        color: #ffffff;
        margin-top: 10px;
        padding: 12px 0;
        line-height: 100%;
    }

    nav li {
        margin-bottom: 0px;
        background: #000000;
    }

    nav ul {
        overflow: hidden;
        background: #000000;
    }

    nav ul li a:hover {
        color: white;
        background-color: #5D81A6;
    }

    #contents {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    #contents p {
        margin-bottom: 15px;
        text-align: left;
    }

    #contents img {
        margin-top: 20px;
        margin-bottom: 20px;
        /* box-shadow : 0 0 6px #565D74; */
    }

    .box {
        padding-top: 0px;
    }

    #c ul {
        margin-bottom: 24px;
        text-align: left;
    }


    #navi_side {
        display: none;
    }

    section p,
    section h4 {
        padding-left: 10px;
    }

    section h5 {
        padding-left: 5px;
        margin-bottom: 0px;
    }

    hr {
        display: none;
    }

    footer {
        color: white;
        text-align: center;
        padding: 24px 0;
        background: #07255f;
    }

    .switchBtn {
        padding: 20px 0;
    }

    #swPc {
        background: #fff;
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
        border-radius: 2px;
        color: #000;
        padding: 10px 30px;
        margin-left: 1px;
    }

    #swSp {
        background: #fff;
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
        border-radius: 2px;
        color: #000;
        padding: 10px 30px;
        margin-left: 1px;
    }

    /* トップへ戻るスクロールボタン */

    #pageTop {
        background: #333;
        border-radius: 5px;
        color: #FFF;
        padding: 10px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1000;
    }

    #pageTop:hover {
        background: #2241a8;
        z-index: 1000;
    }

    /* コンテンツ見出し背景  */

    section {
        width: 100%;
        padding-top: 0px;
    }

    section h3 {
        background: url(../img/back_107.png) no-repeat;
        /*	background-size:contain; */
        border-top: solid #344377 thin;
        border-bottom: solid #344377 thin;
        padding: 10px 0 10px 70px;
        margin-top: 20px;
    }

    .box a {
        padding-top: 30px;
    }

    body#home #shop ul {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    body#home #shop ul img {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    body#recruit #shop ul,
    body#recruit #shop div.Staff_Wanted {
        padding: 10px;
        margin: 0px 10px 20px 10px;
        background-color: #edeeef;
    }

    h4.stopped_accepting_job {
        margin: 10%;
        border-bottom: #b91e1e thin dotted;
        text-align: center;
        font-size: 20px;
    }

    body#recruit #shop div.Staff_Wanted li {
        padding-bottom: 10px;
    }

    #image {
        /*   background: url(../img/recruit_s.png) no-repeat; */
        background-size: 100%;
    }

    #image img {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        margin-bottom: 15%;
    }

    #link_recruit {
        background: #8e0a14;
        width: 100%;
        border-radius: 8px;
        margin: 0 auto;
        font-size: 18px;
    }

    #link_recruit p {
        margin-bottom: 30px;
        padding: 8px;
        text-align: center;
    }

    #link_recruit a {
        color: #ffffff;
        font-weight: bold;
    }

    /* ---------  お知らせ  ------------*/
.notice{

    margin-bottom: 30px;
    background: #faf7e0;
    padding: 10px;
		font-size:12px;
}
.notice p{
	    margin-bottom: 0;
}
.notice h4 {
    margin-bottom: 0;
		font-size:13px;
    
}
.n-border{
    border:#000 thin solid;
    border-radius: 8px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.p-10{
    padding:10px;
}
    /* ---------  philosophy カット専門店　Azure  ------------*/

    .philosophy {
        padding: 10px;
        margin-bottom: 10px;
        border: #ccc thin solid;
        border-radius: 4px;
    }

    .philosophy h5,
    .specially_info h5,
    .coupon_campaign h5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* ---------  Specially_info 普段は「美容室・理容室」を、お使いのお客様へ  ------------*/

    .specially_info {
        padding: 10px;
        margin-bottom: 10px;
        border: #ccc thin solid;
        border-radius: 4px;
    }

    .voice_box {}

    .voiceback_01 {
        margin: 0 auto;
        width: 80%;
        /*    width: 80%;
    margin: 0 auto;
    background: url(../img/fukidashi.png) 0 0% no-repeat;
    background-size: 290px;
    padding: 50px 60px 60px 0px;  
 */
    }

    .voiceback_01 .voice_01 {
        padding: 20px;
    }

    .voiceback_02 {
        margin: 0 auto;
        width: 80%;
        /*    width: 80%;
    margin: 0 auto;
    background: url(../img/fukidashi2.png) 100% 0% no-repeat;
    background-size: 300px;
    padding: 50px 60px 60px 0px;     
    text-align: right!important;
    line-height: 1.3;
 */
    }

    .voiceback_02 .voice_02 {}

    /* ---------  coupon_campaign  ------------*/

    .coupon_campaign {
        padding: 10px;
        margin-bottom: 10px;
        border: #ccc thin solid;
        border-radius: 4px;
    }

    /* ---------  初めての方・店長挨拶  ------------*/

    .info_f {
        text-align: center;
    }

    .staff_img {
        background: url(../img/info_img5.png) 50% 0% no-repeat;
        background-size: contain;
        max-width: 400px;
        margin: 0 auto;
    }

    .indexz {}

    .info_f .ri_box {}

    .staff_img p {
        margin: 0 auto;
        text-align: left;
        width: 75%;
        max-width: 280px;
        line-height: 1.3;
        /*    padding: 3% 2% 3% 2%;*/
        text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
        padding-top: 30%;
        padding-bottom: 24%;
    }

    .staff_img p.s1020 {
        margin: 0 auto;
        text-align: left;
        width: 75%;
        max-width: 280px;
        line-height: 1.3;
        /*    padding: 3% 2% 3% 2%;*/
        text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
        padding-top: 40%;
        padding-bottom: 24%;
    }

    .staff_img p span {}

    iframe {
        width: 80%;
        max-width: 550px;
    }

    address {
        font-style: normal;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    iframe {
        display: block;
        margin: 0px auto;
    }

    div.tweeter {
        text-align: center;
        margin-bottom: 50px;
    }

    #thanks_p {
        margin: 30px 10px;
        padding-bottom: 300px;
        background: url(../img/back_10.png) 170% 0% no-repeat;
    }

    #thanks_p p {
        margin: 30px 10px;
    }

    /* side_menu  */

    div #sub {
        display: none;
    }

    /* text  */

    #recommend .text_bold1 {
        text-align: right;
    }

    .text_bold1 span {
        font-weight: bold;
        color: #2A3370;
    }

    .text_bold2 {
        font-weight: bold;
    }

    .text_bold3 {
        font-weight: bold;
    }

    #af {
        padding: 20px 0;
    }

    .text_right {
        text-align: right !important;
    }

    .text_right a {
        background: #c1dfdd;
        border-radius: 5px;
        padding: 5px;
    }

    .text_bgblue {
        background: #c1dfdd;
        border-radius: 5px;
        padding: 5px;
    }

    .d_center {
        text-align: center;
    }

    .color_red {
        color: #ba3a3a;
        font-weight: 800;
    }

    .border_bottom_red {
        border-bottom: #ad3535 2px dotted;
        font-weight: 500;
    }

    /* coupon_campaign  */

    .specially_button {
        text-align: center;
        margin: 10px;
    }

    .specially_button li {
        border: #ccc thin solid;
        padding: 8px;
        width: 200px;
        display: inline-block;
        background: #c1dfdd;
    }

    .coupon_campaign_box dl {
        margin-top: 20px;
        padding: 10px;
        margin-bottom: 10px;
        border: #ccc thin solid;
        border-radius: 4px;
    }

    .coupon_campaign_box dt {
        margin: 10px;
        padding: 5px 10px;
        font-weight: bold;
    }

    .coupon_campaign_box dd {
        margin: 0px 10px 10px 10px;
        padding: 0px 10px 5px 10px;
    }

    /* howto  */

    .nortice {
        padding: 10px 30px;
        border: #8e0a14 thin dotted;
        border-radius: 10px;
        text-align: left;
    }

    .nortice h4 {
        text-align: left;
        border-bottom: #8e0a14 thin dotted;
    }

    .system {
        padding: 20px 0px;
    }

    .system ol {
        list-style-position: inside;
    }

    li.s_info {
        border: #ccc thin solid;
        padding: 20px 5px;
        background: #fff;
        border-radius: 10px;
        text-align: center;
        background: url(../img/systemimg_04.png) 70% 10% no-repeat;
        text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
        color: #8e0a14;
        background-size: 100%;
    }

    li.s_marker {
        text-align: center;
        padding: 20px;
    }

    .system p {
        padding: 20px;
    }

    /* transfer */

    div.transfer {
        border: #0212fd thin dotted;
        padding: 10px;
    }

    div.transfer h4 {
        background: #c2c8e8;
        font-size: 18px;
    }

    div.transfer dl dd {
        padding-left: 10px;
    }

    section .background_01 {
        background: none;
        margin-bottom: 20px;
    }

    body#recruit #shop div.Staff_Wanted span {
        color: #d41010;
    }

    /* recomend  */
    li.knowing {
        border: #ccc thin solid;
        padding: 20px 5px;
        background: #fff;
        border-radius: 10px;

        background: url(../img/systemimg_04.png) 100% 10% no-repeat;
        text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
        margin-bottom: 20px;
        background-size: 30%;
    }

    /* recomend_02  */
    li.knowing_02 {
        border: #ccc thin solid;
        padding: 20px 10px;
        background: #fff;
        border-radius: 10px;

        background: url(../img/systemimg_05.png) 100% 10% no-repeat;
        text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
        margin-bottom: 20px;
        background-size: 30%;
    }

    li.knowing_03 {
        border: #ccc thin solid;
        padding: 20px 5px;
        background: #fff;
        border-radius: 10px;

        background: url(../img/systemimg_06.png) 100% 10% no-repeat;
        text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
        margin-bottom: 20px;
        background-size: 30%;
    }

    /* crearfix  */

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

    .cf:after {
        clear: both
    }

    .cf {
        zoom: 1
    }

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

        /* ---------  Specially_info 普段は「美容室・理容室」を、お使いのお客様へ  ------------*/
        .voice_01,
        .voice_02 {
            width: 70%;
        }
    }

    /* For IE 6/7 */

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

        /* ここに600px以上のCSSを記述*/
        header {
            padding-top: 20px;
            padding-bottom: 10px;
        }

        #logo h1 {
            text-align: right;
            padding-right: 20px;
        }

        #logo h1 {
            padding-top: 20px;
            font-size: 16px;
            margin-left: 40px;
            margin-bottom: 130px;
            color: #fff;
        }

        #logo h2 {
            padding-top: 30px;
            padding-bottom: 20px;
            margin-right: 40px;
        }

        #image {
            background: none;
        }

        #image img {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
            margin-bottom: 20px;
        }

        body#recruit #shop div.Staff_Wanted {
            margin: 0px 10px 20px 10px;
        }

        /* ---------  Specially_info 普段は「美容室・理容室」を、お使いのお客様へ  ------------*/
        .voice_01,
        voice_02 {}

        /* ---------  初めての方・店長挨拶  ------------*/
        .info_f .staff_img {
            max-width: 500px;
        }

        .staff_img p {
            padding-top: 20%;
            padding-bottom: 20%;
        }

        #access iframe {
            width: 500px;
            height: 550px;
        }
    }

    /* 768px 以上*/

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

        #pagetitle p {
            display: block;
        }

		#pagetitle h2 a span {
            font-size:12px!important;
        }
		
        #logo h2,
        #pagetitle p {
            padding-top: 20px;
            margin-right: 40px;
            color: #fff;
            text-align: right;
        }

        section {
            padding: 0;
            background: none;
        }

        section .background_01 {
            background: none;
        }

        section h3 {
            background: url(../img/back_107.png) no-repeat;
            /*	background-size:contain; */
            border-top: solid #344377 thin;
            border-bottom: solid #344377 thin;
            padding: 10px 0 10px 70px;
            margin-top: 20px;
        }

        header p {
            display: inherit;
        }

        header p span {
            color: #2B5FFA;
        }

        /*   .top_shopimage {
        width:100%;
    }
    
*/
        .direction .box .le_box {
            float: left;
            width: 48%;
            padding-left: 10px;
        }

        .direction .box .ri_box {
            float: right;
            width: 48%;
            padding-left: 10px;
        }

        #shop .box h5,
        #shop .box p,
        #shop .box h4 {
            text-align: left;
        }

        .service_info img {
            display: none;
        }

        .service_info {
            margin-top: 100px;
            padding-bottom: 0px;
            background: url(../img/topimg_17_12_02.jpg) 100% 0% no-repeat;
            background-size: contain;
            text-align: left;
        }

        .service_info p {
            padding-left: 3%;
            padding-top: 40px;
            color: #000;
            font-weight: bold;
            text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
        }

        /* ---------  Specially_info 普段は「美容室・理容室」を、お使いのお客様へ  ------------*/
        .voice_01,
        voice_02 {
            font-size: 13px;
        }

        /* ---------  初めての方・店長挨拶  ------------*/
        .staff_img {
            width: 325px;
            background-size: 325px;
            height: 310px;
        }

        .indexz {}

        .le_box img {
            padding-top: 4%;
            width: 325px;
        }

        .staff_img p {
            line-height: 1.3;
            padding-top: 120px;
            padding-bottom: 10px;
        }

        .staff_img p span {
            padding-left: 0;
        }

        address {
            padding-left: 20px;
            padding-bottom: 10px;
        }

        .voiceback_01 {
            float: left;
            width: 39%;
            overflow: hidden;
        }

        .voiceback_02 {
            float: right;
            width: 42%;
            overflow: hidden;
        }

        /* howto  */
        .system {
            padding: 20px;
        }

        li.s_info {
            padding: 10px 0px;
        }

        li.s_info img {
            width: 60%;
        }

        li.s_info span img {
            width: 150px;
        }
    }

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

        /* ここに1024px以上のCSSを記述*/
        body {
            background: #ffffff;
        }

        header {
            width: 100%;
            margin: 0 auto;
        }

        #logo {
            width: 960px;
            margin: 0 auto;
        }

        header p {
            display: inherit;
        }

        header p span {
            color: #2B5FFA;
        }

        #contents {
            overflow: hidden;
            width: 960px;
            text-align: left;
        }

        /* 960/1024 */
        #contents #main,
        #contents #sub {
            float: right;
            margin: 0 1.0416667%;
        }

        /*10/960*/
        #contents #main {
            width: 75%;
        }

        /*720/960*/
        table.sample1 td,
        table.sample1 th {
            display: table-cell;
        }

        #gallery table.sample1 {
            width: 90%;
            margin: 0 auto;
            text-align: left;
        }

        #gallery table.sample1 td {
            width: 20%;
        }

        #gallery table.sample1 td img {
            margin: 0 auto;
        }

        #contents #sub {
            width: 20.83333%;
        }

        /*200/960*/
        /* コンテンツ見出し背景  */
        section {
            width: 98%;
            padding-left: 20px;
            background: none;
        }

        section h3 {
            width: 95%;
            background: url(../img/back_107.png) no-repeat;
            /*	background-size:contain; */
            border-top: solid #344377 thin;
            border-bottom: solid #344377 thin;
            padding: 10px 0 10px 70px;
            margin-left: 0;
            margin-top: 20px;
        }

        #access iframe {
            width: 80%;
        }

        /* side_menu  */
        div #sub {
            display: block;
        }

        #sub {
            background: url(../img/back_103.png) 0 20px no-repeat;
        }

        .section-lv1 {
            margin-top: 1px;
        }

        .section-lv1 img {
            margin-left: 10px;
            margin-right: 30px;
        }

        .section-lv1:first-child {
            margin-top: 20px;
        }

        .section-lv1:first-child img {
            margin-right: 0px;
        }

        #sub .link a {
            background-color: rgba(255, 255, 255, 0.7);
        }

        #sub p.title_line {
            border-top: solid #344377 thin;
            /* border-bottom: solid #344377 thin; */
            padding: 15px 3px;
            margin-bottom: 0px;
        }

        .section-lv1:last-child {
            border-bottom: solid #344377 thin;
        }

        #sub p.title_line {
            border-top: solid #344377 thin;
            padding: 0px 3px;
            background-color: rgba(204, 204, 204, 0.7);
            text-shadow: 2px 2px 0.5px rgba(4, 28, 60, 0.4);
            display: block;
        }

        aside p {
            width: 85%;
        }

        #feed_blog {
            width: 75%;
        }

        footer {
            width: 100%;
            /*940/1024*/
            margin: 0 auto;
        }

        #nav_footer {
            width: 960px;
            padding: 24px 0;
            margin: 0 auto;
        }

        #footer {
            margin-left: 20px;
            margin-right: 20px;
        }

        .direction {
            padding-left: 10px;
            padding-right: 10px;
            border: #ccc thin solid;
            margin-bottom: 10px;
            border-radius: 4px;
        }

        .direction img {}

        .direction .box .le_box {
            float: left;
            width: 48%;
            padding-left: 10px;
        }

        .direction .box .ri_box {
            float: right;
            width: 48%;
            padding-left: 10px;
        }

        body#home #shop ul {
            margin-top: 100px;
            padding-bottom: 0px;
            background: url(../img/topimg_17_12_02.jpg) 50% 100% no-repeat;
            background-size: 100%;
            height: 300px;
        }

        body#home #shop ul li {
            padding-left: 3%;
            padding-right: 8px;
            padding-top: 40px;
            color: #000;
            font-weight: bold;
            text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
        }

        img.ap {
            display: none;
        }

        /* ---------  初めての方・店長挨拶  ------------*/
        .info_f .le_box {
            padding-top: 0px;
        }

        .staff_img p {
            padding: 40% 5% 10%;
        }

        .text_bold2 {
            text-align: right !important;
        }

        hr {
            display: inherit;
            margin: 24px 0;
        }

        footer nav ul li {
            width: 14%;
            border-bottom: none;
        }

        footer nav ul li a {
            padding: 10px 0;
        }
    }

    @media screen and (min-width: 1280px) {
        /* ここに1280px以上のCSSを記述*/
    }

    /* end */




    #pagetitle h2 a {
        border: #fff thin solid;
        border-radius: 30px;
        padding: 5px 5px;
        display: inline-block;

    }

    #pagetitle p {
        color: #fff;
        padding-top: 50px;
        padding-left: 20px;
    }

		#pagetitle h2 a span {
            font-size:12px!important;
        }
    .anime-text1 {
        font-size: 20px;
        font-weight: bold;
        animation-name: fadein;
        animation-duration: 5s;
        animation-iteration-count: 1;
    }

    @keyframes fadein {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

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

        /* 767px以下*/
        #pagetitle p {
            color: red;
        }
		#pagetitle h2 a span {
            font-size:12px!important;
        }

        .anime-text1 {
            font-size: 20px;
            font-weight: bold;
            animation-name: fadein;
            animation-duration: 5s;
            animation-iteration-count: 1;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;

        }

        @keyframes fadein {

            0% {
                opacity: 0;

            }


            50% {
                opacity: 1;
                transform: translateY(10px);
            }

            100% {
                opacity: 0;
                transform: translateY(0);
            }
        }

    }
