/* ヘッダー
------------------------------------------------*/

#header {
    text-align: center;
}

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

#headerMain img {
    padding-bottom: 5px;
}


/* フッター
------------------------------------------------*/

#footer {
    clear: both;
    padding: 50px 10px 50px 0;
    text-align: center;
    font-size: 12px;
    font: 18px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #421b05;
    background: #ffe3e9;
}


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

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

section {
    clear: both;
    padding-top: 23px;
}

section h2 {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    width: 100%;
    margin: 0 auto 5%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-size: 1px 1px;
    background-color: #fffa78;
    padding: 0.5% 0;
}

section h2 span {
    padding: 0;
}

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

.innerS {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-size: 24px;
}


/* 右側タブバナー*
------------------------------------------------*/

.tab_ban {
    width: 100px;
    /* 最初に表示されるバナーの幅 */
    height: 200px;
    /* バナーの高さ */
    position: fixed !important;
    /* バナーを固定 */
    position: absolute;
    right: 10px;
    /* 右からの位置 */
    z-index: 1;
}

.tab_ban_home {
    width: 100px;
    /* 最初に表示されるバナーの幅 */
    height: 100px;
    /* バナーの高さ */
    position: fixed !important;
    /* バナーを固定 */
    position: absolute;
    right: 10px;
    /* 右からの位置 */
    z-index: 1;
}

.tab_ban a {
    /* リンクするエリアをバナー全体に広げる設定 */
    display: block;
    width: 100%;
    height: 100%;
}

.tab_ban:hover {
    /* カーソルが乗った時の動きを指定 */
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tab_ban_home a {
    /* リンクするエリアをバナー全体に広げる設定 */
    display: block;
    width: 100%;
    height: 100%;
}

.tab_ban_home:hover {
    /* カーソルが乗った時の動きを指定 */
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#tab01 {
    background: url(../images/top/tabbnr_04.png) 0 0 no-repeat;
    bottom: 40px;
}

#tab02 {
    background: url() 0 0 no-repeat;
    bottom: 150px;
}

#tab03 {
    background: url() 0 0 no-repeat;
    bottom: 360px;
}


/* 右側タブバナー／スマホの場合非表示 */

@media screen and (max-width: 768px) {
    .tab_ban {}
    .tab_ban_home {}
}


/* COPUPON
------------------------------------------------*/

.content1 {
    width: 70%;
    border: solid 3px #CC0000;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    background-color: #FFFFFF;
}

.off_price {
    font-size: 60px;
    font-weight: 600;
}

.off_price:before {
    content: '￥';
    font-size: 30px;
}

.off_price:after {
    content: 'OFF';
    font-size: 30px;
}

.button {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #CC0000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;
    /* for Firefox 対応*/
}


/* SEC03 ITEMS
------------------------------------------------*/

.kikan {
    text-align: center;
    font-weight: 600;
    color: #222;
    padding-top: 20px;
    font-size: 16px;
}

.kikan span {
    padding: 10px;
    margin: 20px;
    background-color: #c0c0c0;
    border-radius: 3px;
}


/* SEC03 ITEMS
------------------------------------------------*/

.col3 img {
    display: block;
    margin: 0 auto;
}

.col3 li {
    line-height: 1.4;
    color: #222;
}

.col3 .img {
    padding: 10px 10px;
    margin-bottom: 20px;
    line-height: 0 !important;
    background: #f6f6f6;
}

.col3 p {
    text-align: center;
    font-weight: 500;
    color: #111111;
    -webkit-text-stroke: 1px #000000;
}

.price:before {
    content: '\';
 color: #ffcc00;
}

.price {
    font-size: 32px;
    font-color: #000000;
}

._off {
    font-size: 14px;
    color: #bd2424;
}


/* SEC02 ITEMS
------------------------------------------------*/

.col2 img {
    display: block;
    margin: 0 auto;
}

.col2 li {
    line-height: 1.4;
    color: #222;
}

.col2 .img {
    padding: 10px 10px;
    margin-bottom: 20px;
    background: #f6f6f6;
}


/* フッター
------------------------------------------------*/

.logo {
    margin: 30px auto;
    text-align: center;
}

nav.footer {
    padding: 0 1rem 2rem;
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
    display: table;
    text-align: center;
}

nav.footer a {
    font-size: 0.7rem;
    border-left: 1px solid #222;
    width: 100vw;
    display: table-cell;
    color: #222;
}

nav.footer a:last-child {
    border-right: 1px solid #222;
}

.copyright {
    font-size: 0.8rem;
    padding: 30px;
    color: #c0c0c0;
    text-align: center;
}

nav.footer a.pc {
    display: none;
}

nav.footer a.sp {
    display: table-cell;
}

nav.footer {
    padding: 0 0 1.5rem;
}

.pagetop,
nav.footer a {
    font-size: 1rem;
}

nav.footer a.pc {
    display: table-cell;
}

nav.footer a.sp {
    display: none;
}

nav.footer a:hover {
    text-decoration: underline;
}


/* レスポンシブ設定
------------------------------------------------*/

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

@media only screen and (min-width: 800px) {
    body {
        font-size: 18px;
        font-color: #ffffff
    }
    /* SEC03 PROJECT
	-----------------*/
    .col3 {
        text-align: center;
    }
    .col3 li {
        display: inline-block;
        width: 28%;
        padding: 0 2.5% 50px;
        margin-bottom: 0;
        vertical-align: top;
        text-align: left;
    }
    .footer {
        padding: 30px 10px 70px 0;
        font-size: 70%;
    }
}

@media only screen and (max-width: 640px) {
    .innerS {
        width: 94%;
        padding-bottom: 10px;
        font-size: 90%;
    }
    .col3 li {
        line-height: 1.7;
    }
    .col3 img {
        margin: 0 auto;
    }
    .col3 .img {
        padding: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 799px) {
    /*常にヘッダーに表示
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}

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

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

	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}
*/
    .col3 li {
        margin: 30px auto 0 auto;
        display: block;
        width: 50%;
        float: left;
    }
    section {
        padding-top: 10px;
    }
    section h2 {
        margin: 0 auto 20px;
        font-size: 90%;
    }
    section h2 span {
        padding: 0 30px;
    }
}