@media screen and (max-width: 960px) {
.large-img{
    width:960px;
}
#footer {
    width:960px;
}
}
/************** スマホ画面 **************/
@media screen and (max-width: 480px) {
/*------------------------------------*\
    レイアウトルール
\*------------------------------------*/
.large-img{
    width:100%;
}
#footer {
    width:100%;
}
.wrap {
    width: 100%;
	overflow: hidden;
}

/***** ナビ *****/
.nav ul { display: none; }
/***** ナビここまで *****/

/***** フッター *****/
#footer ul li {
    width: 50%;
    padding-bottom: 10px;
}

#footer .first li { width: 50%; }

#footer .second li { width: 33.3%; }
/***** フッターここまで *****/


/*-----------------------------------------------------------------*\
    モジュールルール（コンテンツごとのカラム・デザインを決める場所）
\*-----------------------------------------------------------------*/

st-col1, .st-col2 .col, .st-col3 .col, .st-col4 .col, .st-col5 .col, .st-col6 .col, .st-img-txt .col-img, .st-img-txt .col-txt, .st-txt-img .col-txt, .st-txt-img .col-img { padding-bottom: 10px; }

/***** ＰＣ画面時のカラム設定をどのカラム数にしても、スマホ画面のとき１カラムになるよう初期設定 *****/
.st-col2 .col, .st-col3 .col, .st-col4 .col, .st-col5 .col, .st-col6 .col, .st-img-txt .col-img, .st-img-txt .col-txt, .st-txt-img .col-txt, .st-txt-img .col-img {
    float: none;
    width: 100%;
    padding-right: 0;
}

/***** .st-col(1～6)や.st-img-txt、.st-txt-imgの後に.sp-st-col2を追加することでスマホ画面のとき２カラムに変更 *****/
.sp-st-col2 .col, .sp-st-col2 .col-img, .sp-st-col2 .col-txt {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/***** スマホ用でも両方の幅に空白を入れる場合は、空白を入れる要素に.sp-spaceを挿入 *****/
.sp-space {
    width: 98%;
    padding-right: 1%;
    padding-left: 1%;
}

/***** スマホ画面のとき#mainの中の画像を全て横幅いっぱいのサイズにする *****/
.wrap img { width: 100%; }


/***** 追加分 *****/
.sp-top25 {
    top: 25%;
    position: absolute;
}

.sp-st-img-txt { position: relative; }

.sp-st-img-txt .sp-col-img {
    float: left;
    width: 30%;
}

.sp-st-img-txt .sp-col-txt {
    float: right;
    width: 70%;
}

/***** スマホ画面のとき#mainの中の画像を画面いっぱいではなく元のサイズで表示する *****/
.wrap .sp-imgsize { width: auto; }

.word img {
    width: auto;
}

/** 追記 **/
.logo {
    float: none;
    display: none;
}

.nav-position {
    padding-top: 45px;
}

.nav {
    height: 45px;
}

#menu {
    display: none;
    width: 100%;
}

#menu li {
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    padding-top: 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #444;
}

#menu li a {
    text-decoration: none;
    font-weight: bolder;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
}

#toggle {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #444;
}

#toggle a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    height: 45px;
}

#toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
}

#toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 4px;
    background: rgba(0,0,0,0.7);
}

#toggle a:before {
    margin-top: -6px;
}

#toggle a:after {
    margin-top: 2px;
}

.u-tel {
    height: 45px;
}

/** リンク半透明化を解除 **/
a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* IE8以前 */
    -ms-filter: "alpha(opacity=100)"; /* IE8 */
    -moz-opacity: 1.0; /* Firefox */
}

}
