@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;text-align: left;width: 100%}
td{padding: 1em;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}




h2 span{
    color: #003366;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6em;
    font-weight: bold;
}

h3{
    color: #000000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5em;
    font-weight: bold;
}

body{
    font: 20px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    font: 18px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

a{
    color: #0066ff;
    text-decoration: none;
}

a:hover, .active{
    text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
    text-align: center;
    height: 250px;

}

#header h1{
    padding-top: 60px;
}

#mainnav a{
    color: #003366;
    font-size: 1.4em;
    font-weight: bold;
}

#mainImg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 740px;
}

#mainImg img{
    position: absolute;
    left: 50%;
    max-width: 1280px;
    width: 1280px;
    height: 740px;
    margin-left: -640px;
}


span#f-no{
    font-size: 3em;
    color: #000000;
    font-weight: bold;
    text-shadow: 2px 2px 1px #FFF,
        -2px 2px 1px #FFF,
        2px -2px 1px #FFF,
        -2px -2px 1px #FFF;  
}

span#f-no1{
    font-size: 2.5em;
    color: #FFF;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000,
        -2px 2px 5px #000,
        2px -2px 5px #000,
        -2px -2px 5px #000;  
    line-height: 1em;
    position: relative;
    top:50px;
}




/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
    width: 100%;
    margin: 0 auto 20px;
    color: #135089;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
    border: 1px solid #947953;	/*テーブルの枠線の幅、線種、色*/
    padding: 10px 15px;	/*ボックス内の余白*/
    word-break: break-all;
}
/*背景色付きタイプの場合の追加設定*/
#contents.bg .ta1 {
    color: #fff;
}
#contents.bg .ta1 a {
    color: #fff;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
    width: auto;
    text-align: left;	/*左よせ*/
    background: #111;	/*背景色*/
    color: #cea573;	/*文字色*/
}
/*ta1の左側ボックス*/
.ta1 th {
    width: 140px;	/*幅*/
    text-align: center;	/*センタリング*/
    font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
    width: 100%;
}




a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
a:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity:0.8;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4) inset;
}

/* フッター
------------------------------------------------------------*/
#footer{
    clear: both;
    padding: 50px 10px 50px 0;
    text-align: center;
    font-size: 14px;
}


/* 共通
------------------------------------------------------------*/

img{
    max-width: 100%;
    height: auto;
}

section{
    clear:both;
    padding-top: 70px;
    font-size: 1.3em;
}

section h2{
    font-family: 'Pacifico', cursive;
    width: 80%;
    margin: 0 auto 40px;
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    background: url(../images/borderBlack.png) repeat-x 0 50%;
    background-size: 1px 1px;
}

section h2 span {
    background: #fff;
    padding: 0 80px;
}

.inner{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.inner1{
    width: 65%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.innerS{
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background: rgb(187,220,251);
    background: linear-gradient(180deg, rgba(187,220,251,1) 0%, rgba(255,255,255,1) 100%);
}

.inner2{
    width: 75%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.15, #fefdf6), color-stop(0.99, #e2e2c5));
    background: -webkit-linear-gradient(top, #fefdf6 15%, #e2e2c5 99%);
    background: -moz-linear-gradient(top, #fefdf6 15%, #e2e2c5 99%);
    background: -o-linear-gradient(top, #fefdf6 15%, #e2e2c5 99%);
    background: -ms-linear-gradient(top, #fefdf6 15%, #e2e2c5 99%);
}

.inner3{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.inner4{
    width: 50%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fefdf6), color-stop(0.00, #e2e2c5));
    background: -webkit-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
    background: -moz-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
    background: -o-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
    background: -ms-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
    text-align: center;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
    padding: 0 !important;
}

#sec02 header{
    display: none;
}

.gallery li{
    float: left;
    width: calc(99%/3);
    line-height: 0;
}

.gallery img{
    width: 100%;
    height: auto;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
    clear: both;
    width: 100%;

}

.bg{
    line-height: 0;
}

.txt h2{
    padding: 0 0 20px !important;
}

.height-30 li{
    padding-bottom: 30px;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
    width: 100%;
    margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
    display: block;
    margin: 0 auto 5px;
}

.col3 li{
    line-height: 2.0;
    text-align: left;
}

.col3 li p{
    display: block;
    text-align: left;
}



.col3 .img{
    padding: 80px 50px;
    margin-bottom: 40px;
    line-height: 0 !important;
    background: #000000;
}

#sec04_01 {
    position: relative;
    text-align: center;
    padding: 500px 20px;
    overflow: hidden; /* 動画ははみ出してもOK */
}

#sec04_01 video#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画面全体にフィット */
    z-index: -1; /* コンテンツの後ろに表示 */
}

#sec04_01 span#f-no {
    position: relative;
    z-index: 1; /* テキストを動画の上に表示 */
    color: white;
}

#sec04_01 img{
    width: auto;
}



#sec04_02{
    background: url(../images/top1.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_02 img{
    width: auto;
}



#sec04_03{
    background: url(../images/top5.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_03 img{
    width: auto;
}



#sec04_04{
    background: url(../images/kan00.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;

}

#sec04_04 img{
    width: auto;
}

#sec04_05{
    background: url(../images/photo01.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_05 img{
    width: auto;
}

#sec04_06{
    background: url(../images/kan003.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_06 img{
    width: auto;
}

#sec04_07{
    background: url(../images/m01.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_07 img{
    width: auto;
}

#sec04_08{
    background: url(../images/gen01.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_08 img{
    width: auto;
}

#sec04_09{
    background: url(../images/kinoie01.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_09 img{
    width: auto;
}

#sec04_010{
    background: url(../images/pro01.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_010 img{
    width: auto;
}

#sec04_011{
    background: url(../images/form01.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 200px 20px;
}

#sec04_011 img{
    width: auto;
}






/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
    margin-bottom: 5px;
}

.col2 li{
    display: inline-block;
    width: 30%;
    margin: 20px 0;
}

.plan2 li{
    display: inline-block;
    width: 100%;
    margin: 20px 0;

}

#sns img{
    padding: 35px 10px 5px 0;
}

#sns a:hover img{
    opacity: .8;
}

#map{
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

#map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #000000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 

}
#page-top a:hover {
    text-decoration: none;
    color: #000000;
    background: #bbdcfb;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4); 
    filter:alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.yoyaku{
    font-size:1.3em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color:#ffffff;
    background: #000000;
    border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:5px;   /* Firefox用 */  
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
    padding: 8px;
    animation: flashing 1.0s ease-out;
    animation-iteration-count: infinite;    /* 繰り返し回数 または infinite */
    display: block;
    width: auto;
    text-align: center;

}
@keyframes flashing {
    0%   { opacity: 0.5; }
    50%  { opacity: 1;}
    100% { opacity: 0.5; }
}


.yoyaku:hover{
    background: #bbdcfb;
    color: #000000;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4); 
    text-decoration: none;
}



.yoyaku01{
    font-size:0.8em;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-weight: bold;
    color:#ffffff;
    background: red;
    border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:5px;   /* Firefox用 */  
    /*box-shadow: 5px 5px 5px rgba(0,0,0,0.4); */
    padding: 8px;
    text-decoration: none;
    margin: 10px;
    line-height: 1em;
    display: inline-block;
}
.yoyaku01:hover{
    color: red;
    text-decoration: none;
    background: #ffdfdf;
}



.effect i {
    height: 120px;
    padding: 20px;
    font-size: 100px;
    transition: .8s;
} 
.effect div {
    margin: auto;
    transition: .8s;
    transition-delay: .8s;
}

/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
    width: 250px;	/*ボタン幅*/
    padding: 10px;	/*ボタン内の余白*/
    margin-bottom: 20px;
    border-radius: 30px;	/*角丸のサイズ*/
    background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
    background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
    font-size: 16px;	/*文字サイズ*/
    letter-spacing: 0.1em;
    border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFF));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#eaeaea, #FFF);	/*同上*/
    background-image: linear-gradient(#eaeaea, #FFF);			/*同上*/
}


li.blogshinchan a{
    text-decoration: none;
    font-size: 1.3em;
    margin: 0.8em;
    display: block;
    color: #135089;
}

p.price-5350{
    font-weight: bold;
    font-size:1.5em;
}

table.caryo{
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
    border: 2px solid #ffffff;	/*枠線の幅、線種、色*/
}



table.caryo td{
    width: 100%;
    text-align: left;
    border: 2px solid #ffffff;	/*枠線の幅、線種、色*/
}

table.caryo td#shuku{
    color: white;
    font-weight: bold;
    background-color: #400080;
    width: 100%;
    text-align: center;
    border: 2px solid #ffffff;	/*枠線の幅、線種、色*/
}






table#yoyaku{
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
    border: 2px solid #ffffff;	/*枠線の幅、線種、色*/
}

table#yoyaku th{
    color: white;
    font-weight: bold;
    background-color: #003366;
    width: 30%;
    text-align: center;
    border: 2px solid #ffffff;	/*枠線の幅、線種、色*/
}

table#yoyaku td{
    width: 70%;
    text-align: left;
    border: 2px solid #ffffff;	/*枠線の幅、線種、色*/
}


p.yoyaku1{
    color: red;font-weight: bold;font-size: 1.5em
}

div.yoyaku2{
    font-size: 1.3em;padding: 20px;
}
p.yoyaku3{
    background: #ffffcc;text-align: left;font-size: 1.3em;padding: 20px;margin-bottom: 20px;border-radius: 5px;
}







#header {
    height: 500px;
    overflow: hidden;
}
.header_area{
    position: relative;
    margin: 0 auto;
    width: 1280px;
    z-index: 1000;
}


textarea,
select,
input[type=text],
input[type=date],
input[type=submit],
input[type=reset]
{
    padding: 0.5em;
    font-size: 1.3em;
    width: 50%;
}


input[type=radio]
{
    transform:scale(1.5);
    margin-right: 10px;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
    .inner{
        width: 1024px;
    }


}

@media only screen and (min-width: 800px){
    body{
        font-size:14px;
    }

    a#menu{
        display:none;
    }	

    .panel{
        display:block !important;
    }

    #mainnav li{
        display: inline-block;
        padding: 50px 25px;
        font-size: 15px;
    }


    /* SEC02 MESSAGE
        -----------------*/
    .txt, .bg{
        width: 50%;
        float: left;
        display: table;
        background: #ffffff;
    }

    #sec02_02 .txt, #sec02_02 .bg{
        float: right;
    }





    .vMid{
        display: table-cell;
        padding: 0 100px;
        vertical-align: middle;
        font-size: 1.3em;
        background: #ffffff;
        padding-top: 50px;
        background: rgb(187,220,251);
        background: linear-gradient(180deg, rgba(187,220,251,1) 0%, rgba(255,255,255,1) 100%);


    }


    /* SEC03 PROJECT
    -----------------*/
    .col3{

        text-align: center;
    }



    .col3 li{
        display: inline-block;
        width: 25%;
        padding: 0 2.5% 50px;
        margin-bottom: 0;
        vertical-align: top;
        text-align: center;
    }



    #footer{
        padding: 30px 10px 70px 0;
    }


}


@media only screen and (min-width: 641px){
    .col2 li{
        width: 60%;
        vertical-align: top;
    }
    .col2 li:first-child{
        width: 35%;
        padding-right: 4%;
    }
}


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


    #header {
        height: 230px;
        overflow: hidden;
    }


    #header{
        /*position: fixed;*/
        width: 100%;
        z-index: 500;
    }

    #headerWrap{
        /*position: relative;*/
        width: 100%;
        height: 230px;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    #header h1{
        padding-top: 10px;
    }

    #header h1 img{
        margin-top: 3px;
        max-height: 120px;
        width: auto !important;
    }

    a#menu{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 90px;
        margin: 10px;
    }

    #menuBtn{
        display: block;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #000;
        transition: .2s;
    }

    #menuBtn:before, #menuBtn:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #000;
        transition: .3s;
    }

    #menuBtn:before{
        margin-top: -7px;
    }

    #menuBtn:after{
        margin-top: 5px;
    }

    a#menu .close{
        background: transparent;
    }

    a#menu .close:before, a#menu .close:after{
        margin-top: 0;
    }

    a#menu .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    a#menu .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .panel{
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }

    #mainnav{
        position: absolute;
        top: 0;
        width: 100%;
        text-align: right;
        z-index:500;
    }

    #mainnav ul{
        border-bottom: 1px solid #ccc;
        background: #fff;
        text-align: left;
    }

    #mainnav li a{
        position: relative;
        display:block;
        padding:15px 25px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: 400;
    }

    #mainnav li a:before{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #mainImg{
        padding-top: 60px;
        z-index: -100;
    }

    #mainImg{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 740px;
    }



    .col3 li{
        margin: 50px auto 0 auto;
        display: block;
    }
    section{
        padding-top: 50px;
    }

    section h2{
        font-family: 'Pacifico', cursive;
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        font-weight:normal;
        text-align: center;
        background: none;

    }

    section h2 span {
        background: #fff;
        padding: 0px;
    }


    .innerS-t{
        position: relative;
        top:100px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 50px;
    }

    .innerS{
        width: auto;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgb(187,220,251);
        background: linear-gradient(180deg, rgba(187,220,251,1) 0%, rgba(255,255,255,1) 100%);
    }

    .inner1{
        width:auto;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    .inner2{
        width: auto;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    .inner3{
        width: auto;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    .height-smrt{
        height: 50px;
    }

    span#f-no{
        font-size: 0.8em;
        color: #000000;
        font-weight: bold;
        text-shadow: 2px 2px 1px #FFF,
            -2px 2px 1px #FFF,
            2px -2px 1px #FFF,
            -2px -2px 1px #FFF;  
        position: relative;
        top:20px;
    }
    span#f-no1{
        font-size: 1.5em;
        color: #FFF;
        font-weight: bold;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;  
        line-height: 1em;
        position: relative;
        top:50px;
    }

    .inner4{
        width: auto;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fefdf6), color-stop(0.00, #e2e2c5));
        background: -webkit-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
        background: -moz-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
        background: -o-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
        background: -ms-linear-gradient(top, #e2e2c5 0%, #fefdf6 88%);
        text-align: center;
    }


    /*テーブル（ta1）
    ---------------------------------------------------------------------------*/
    /*ta1設定*/
    .ta1, .ta1 td, .ta1 th {
        padding: 5px;	/*ボックス内の余白*/
    }
    /*ta1の左側ボックス*/
    .ta1 th {
        width: 100px;
    }


    a img {
        width: auto;
        height: auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
    }
    a:hover img {
        display: block;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:1.0;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4) inset;
    }

    #top{
        margin-left: 10px;
    }



    .gallery li{
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }


    #sec04_01 {
        position: relative;
        text-align: center;
        padding: 250px 20px;
        overflow: hidden; /* 動画ははみ出してもOK */
    }

    #sec04_02{
        background: url(../images/top1.jpg) no-repeat center center;
        background-size:cover;
    }

    #sec04_03{
        background: url(../images/top5.jpg) no-repeat center center;
        background-size:cover;
    }

    #sec04_04{
        background: url(../images/kan00.jpg) no-repeat center center;
        background-size:cover;
    }

    #sec04_05{
        background: url(../images/photo01.jpg) no-repeat center center;
        background-size:cover;
    }

    #sec04_06{
        background: url(../images/kan003.jpg) no-repeat center center;
        background-size:cover;
    }
    #sec04_07{
        background: url(../images/m01.jpg) no-repeat center center;
        background-size:cover;
    }

    #sec04_08{
        background: url(../images/gen01.jpg) no-repeat center center;
        background-size:cover;
    }

    #sec04_09{
        background: url(../images/kinoie01.jpg) no-repeat center center;
        background-size:cover;
    }
    #sec04_010{
        background: url(../images/pro01.jpg) no-repeat center center;
        background-size:cover;
    }
    #sec04_011{
        background: url(../images/form01.jpg) no-repeat center center;
        background-size:cover;
    }

    .col2 li{
        width: 100%;
        vertical-align: top;
    }
    .col2 li:first-child{
        width: 100%;
        padding-right: 4%;
    }

    table {
        width: 100%;
    }


    table td.t004 {
        display: block;
        width: 100%;
        padding: 5px;
    }

    table td.t-left {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    table#yoyaku{
        width: 100%;
    }

    table#yoyaku th{
        display: block;
        width: 100%;
        padding: 5px;
    }

    table#yoyaku td{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    p.yoyaku1{
        color: red;font-weight: bold;font-size: 1em
    }

    div.yoyaku2{
        font-size: 1em;padding: 20px;
    }
    p.yoyaku3{
        background: #ffffcc;text-align: left;font-size: 1em;padding: 20px;margin-bottom: 20px;border-radius: 5px;
    }

    textarea,
    select,
    input[type=text],
    input[type=date],
    input[type=submit],
    input[type=reset]
    {
        padding: 0.5em;
        font-size: 1.3em;
        width: 90%;
    }


    input[type=radio]
    {
        transform:scale(1.5);
        margin-right: 10px;
    }



}