@charset "utf-8";
/* CSS Document */
article, aside, figure, figcaption, footer, header, nav, section {
    display: block;
    }

body{
    background: #fff;
    font-size: 100%;
    font-family: "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0;
    padding: 0;

}

.sp-only{
    display: none;
}
.pc-only{
    display: block ;
}
.tb-only {
    display: none;
}



p {
    font-size:100%;
	line-height:1.9em;
	margin:0;
}

strong {
    font-weight:bold;
}

/* a{
    width: 100%;
    height: 100%;
} */
figure{
    margin: 0;
    padding: 0;
}

img{
    vertical-align: bottom;
    max-width: 100%;
}

.inner{
    width: 1200px;
    margin: 0 auto;
}
*{
    box-sizing: border-box;
}


/*　clearfix--------------------------------　*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*　flex--------------------------------　*/
.flex{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.flex-jcc{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-jcsb{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-wrap{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.ali-center{
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ali-start{
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.tac{
    text-align: center !important;
}
.tal{
    text-align: left !important;
}

.mb-0{
    margin-bottom: 0 !important;
}
.mb-1em{
    margin-bottom: 1em !important;
}
.mb-2em{
    margin-bottom: 2em !important;
}
.mb-3em{
    margin-bottom: 3em !important;
}
.mb-4em{
    margin-bottom: 4em !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mt-3em{
    margin-top: 3em !important;
}






/*　ヘッダー--------------------------------　*/
#head {
    width:100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    position: relative;
}

#head h1{
    width: 25%;
    max-width:310px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

#head h1 a{
    display: block;
}

#head h1 span{
    display: none;
}


/*　ナビ表示--------------------------------　*/

/*　スマホ用ナビ非表示　*/

#navi-box-sp {
    display:none;
}
/*　ビジュアル--------------------------------　*/
#visual{
    width: 100%;
    background: url(../img/top_visual_01.jpg) no-repeat top center;
    background-size: cover;
    height: 100vh;
}

#visual img{
    vertical-align: top;
}
#visual h2{
    padding-top: 11.5%;
    width:32%;
}
#visual h2 span{
    display: none;
}
#visual .catch {
    position: absolute;
    bottom:11.45%;
    right:0;
    width: 26.5%;
}

#visual .catch span{
    display: none;
}

/*　コンテンツ外枠--------------------------------　*/

#contents {
	width:100%;
    margin:0 auto;
}
#contents:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}
/*　コンテンツメイン--------------------------------　*/

#contents-main{
    width: 100%;
    position: relative;
}
/*幅1200px　内枠*/
#contents-main .contents_inner{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
/*floatした時の右端のマージン0*/
#contents-main .last{
    margin-right: 0 !important;
}

/*　背景設定　--------------------------------　*/

/*背景大枠*/

/*PC用背景*/

.special{
    background: #E4E3D8;
}
.recipestory{
    background: #fff;
}

.osusume{
    background: url(../img/contents_osusume_bg.jpg) no-repeat center;
    background-size: cover;
}
.nagare{
    background: #fff;
}


/*　本文　--------------------------------　*/

/*　文字色・サイズ　共通　*/
#contents-main p,
#contents-main table,
#contents-main ul ,
#contents-main ol {
	color:#333;
	font-size:100%;
	line-height:1.8;
	}

#contents-main ul.indent li{
    text-indent: -1em;
    padding-left: 1em;
}
/*　段落　*/
#contents-main p {
	margin:0 0 1em 0 ;
}

/* リンク文字色 */
a {
	color: #FF7F00;
    opacity: 1;
    text-decoration:none ;
    transition: 0.3s ease ;
}

a:hover {
	color:#788E1E;
    text-decoration:none ;
    opacity: 0.7;
}


#contents-main a {
	color: #FF7F00;
    opacity: 1;
    text-decoration:none ;
    transition: 0.3s ease ;
}

#contents-main a:hover {
    text-decoration:none ;
    opacity: 0.7;
}

#contents-main h2,
#footer h2{
    margin: 0 0 30px;
    line-height: 1.6;
    text-align: center;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    color: #E0532C;
    font-size: 225%;
    letter-spacing: 0.1em;
}

#contents-main h3{
    font-size: 125%;
    line-height: 1.5;
    margin: 10px 0 30px;
    text-align: left;
    font-family: "游明朝", YuMincho,"YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    color: #E0532C;
}
#contents-main h3 span{
    display: none;
}
#contents-main h3.kuro{
    font-size: 175%;
    line-height: 1.5;
    margin: 30px auto;
    text-align: center;
    font-family: "游明朝", YuMincho,"YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    color: #000;
}
#contents-main .about h3.fs-ls{
    font-size: 137.5%;
}
#contents-main h4{
    font-size: 175%;
    line-height: 1.6;
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    margin-bottom: 1em;
}
#contents-main .fs-s,
#footer .fs-s {
    font-size: 80%;
    display: inline-block;
}

#contents-main .fs-l,
#footer .fs-l {
    font-size: 140%;
}
#contents-main .fc-o{
    color:#FF7F00;
}
#contents-main .serif{
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}




/*　講座について　申し込み　about　--------------------------------　*/


#contents-main .about{
    background: url(../img/common_first_bg_left.png) no-repeat top 7% left, url(../img/common_first_bg_right.png) no-repeat top 7% right;
    background-size: 14% auto, 14% auto;
}
#contents-main .center-text{
    max-width: 800px;
    text-align: left;
    margin: 0 auto;
}
#contents-main .w60{
    width: 60%;
}
/* 
#contents-main .application .br {
    background: #dd423d;
}
#contents-main .application .bg {
    background: #a0bb35;
} */
#contents-main .about .toblog {
    position: absolute;
    top: 102%;
    line-height: 1.4;
}
#contents-main .pay table,
#footer .pay table {
    margin: 0 auto 10px;
}
#contents-main .pay table .fc-w,
#footer .pay table .fc-w{
    color: #fff;
    padding: 0 10px;
}
#contents-main .flex .pt{
    padding-top: 4.4%;
}
/*動画*/
.movie{
    padding: 3em 0 0;
}
.movie iframe{
    max-width: 1000px;
    width: 100%;
}

/*ポイント*/
#contents-main .point-box{
    display:-ms-flexbox;
  	display:flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

#contents-main .point-box li{
    max-width: 420px;
    width: 36.5%;
    padding: 3px;
    border: 1px solid #83968D;
    margin: 20px;
}
#contents-main .point-box li.point01{
    background: url(../img/about_point_01.png) no-repeat top left;
    background-size: contain;
}
#contents-main .point-box li.point02{
    background: url(../img/about_point_02.png) no-repeat top left;
    background-size: contain;
}
#contents-main .point-box li.point03{
    background: url(../img/about_point_03.png) no-repeat top left;
    background-size: contain;
}


/*講座の特徴*/
#contents-main .feature{
    background-color: #FFFFC7;
}
#contents-main .feature_box{
    padding-top: 1em;
}
#contents-main .feature_item{
    background-color: #fff;
    padding: 10px;
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    width: 18%;
    min-height: 196px;
    margin: 0 1%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#contents-main .feature_item:before{
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    border: 1px solid #FCF688;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
#contents-main .feature_item:after{
    content: "";
    width: 30%;
    height: 28.4%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    background: url(../img/top_feature_e01.png) no-repeat top center;
    background-size: contain;
}
#contents-main .feature_item:nth-child(2):after{
    background: url(../img/top_feature_e02.png) no-repeat top center;
    background-size: contain;
    top: 70%;
    right: -10px;
}
#contents-main .feature_item:nth-child(3):after{
    background: url(../img/top_feature_e03.png) no-repeat top center;
    width: 33.3%;
}
#contents-main .feature_item:nth-child(4):after{
    background: url(../img/top_feature_e04.png) no-repeat top center;
    width: 33.3%;
    top: 75%;
    right: -20px;
}

#contents-main .feature_item .num{
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 312.5%;
    color: #E26F29;
    opacity: 0.5;
    letter-spacing: 0.05em;
}
#contents-main .in-text{
    font-size: 112.5%;
    font-weight: 600;
    padding: 10% 4%;
    text-align: center;
}

/*どういう人に向いてる*/
#contents-main .person{
    background-color: #eaf7ce;
}

#contents-main .person .ct-img{
    width: 46.66%;
    max-width: 560px;
}
#contents-main .person .ct-text{
    width: 47.08%;
}


/*おすすめ*/
#contents-main .koji-list .ct-text{
    margin-right: 10%;
}
#contents-main .koji-list li{
    font-size: 125%;
    text-indent: -1.6em;
    padding-left: 1.6em;
    font-family: "游明朝"
    , YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}
#contents-main .koji-list li:before{
    content: "";
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    background: url(../img/top_list_icon.png) no-repeat center center;
    background-size: contain;
    margin-right: 0.4em;
    vertical-align: middle;
    margin-bottom: 0.3em;
}
#contents-main .recommend .ct-img{
    margin-left: 5%;
}

/*受講スケジュール・カリキュラム*/
.curriculum .ct-img{
    width: 100%;
    text-align: center;
    margin-bottom: 5em;
}
#contents-main .curriculum_detail{
    margin-bottom: 4em;
}
#contents-main .curriculum_ct{
    width: 43.5%;
    margin-right: 4%;
}
#contents-main .curriculum_ct_text{
    padding: 0 0 20px 20px;
}

#contents-main .curriculum_img{
    width: 52.5%;
}
#contents-main .cooking {
    background-color: #FFFFE3;
    padding: 20px 40px;
}
#contents-main .cooking h3{
    margin: 0 3em 0 0;
}
#contents-main .schedule_item{
    margin: 0 0;
}
#contents-main .schedule_item .curriculum_ct_text{
    margin-left: 15px;
}
#contents-main .schedule_item .curriculum_ct_text .serif{
    font-size: 120%;
    font-weight: 600;

}

#contents-main .schedule_item .curriculum_ct_ttl{
    margin: 13px 0 4px;
}
#contents-main .dia{
    color: #FF7F00;
    margin-right: 4px;
    display: inline-block;
}

/* #contents-main .curriculum .price{
    background-color: #fefaa9;
    padding: 10px;
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 125%;
    font-weight: bold;
}
#contents-main .curriculum .price p{
    padding: 1em;
}
#contents-main .curriculum .price:before{
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
} */

/*受講料*/
#contents-main .fee-box {
    background-color: #FEFAA9;
}
#contents-main .fee-box .shiori{
    background: url(../img/fee_ct_ttl_bg.png) no-repeat center left;
    background-size: contain;
    width: 19.25%;
}
#contents-main .fee-box .shiori h3{
    text-align: center;
    margin: 0 0 0 -1em;
    padding: 15px 0;
    font-size: 150%;
    font-size: min(1.8vw,24px);
}
#contents-main .fee-box .price-list li{
    font-size: 150%;
    line-height: 1.5;
    margin: 8px 10px;
    text-align: left;
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.05em;
}
#contents-main .fee-box .price-list li::before{
    content: "◆";
    display: inline-block;
    color: #FF7F00;
    font-size: 80%;
    margin-right: 5px;
}
#contents-main .fee-box .fc-r{
    color: #E0532C;
}
#contents-main .fee-box .change-p{
    margin-left: 19.25%;
    padding-left: 35px;
    width: 100%;
}
#contents-main .fee-box .change-ul{
    padding-left: 35px;
}

#contents-main .fee {
    margin-bottom: 3em;
}
#contents-main .fee .ct-text{
    margin-left: 19.25%;
}
#contents-main .fee .ct-text p{
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 80%;
}
#contents-main .gentei {
    margin-left: 19.25%;
    margin-bottom: 3em;
}
#contents-main .hasen {
    border-radius: 30px;
    background-color: #fff;
    background-image: linear-gradient(to right, #999 6px, transparent 6px), linear-gradient(to left, #999 6px, transparent 6px);
    background-size: 14px 1px, 14px 1px;
    background-repeat: repeat-x, repeat-x;
    background-position: left top, right bottom;
    position: relative;
}

#contents-main .hasen::before {
    content: "";
    width: 19px;
    height: 100%;
    background: url(../img/gentei_box_bg_left.png) no-repeat top left;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 2;
}
#contents-main .hasen::after {
    content: "";
    width: 19px;
    height: 100%;
    background: url(../img/gentei_box_bg_right.png) no-repeat top right;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 2;
}
#contents-main .gentei_inner {
    padding: 30px 10% 30px 30px;
    position: relative;
}
#contents-main .gentei_inner::before{
    content: "";
    display: inline-block;
    width: 10.94%;
    max-width: 105px;
    height: 47%;
    max-height: 42px;
    background: url(../img/fee_ct_gentei.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
}
#contents-main .gentei_inner::after{
    content: "";
    display: inline-block;
    width: 10.5%;
    max-width: 101px;
    height: 227%;
    max-height: 205px;
    background: url(../img/fee_ct_genteibag.png) no-repeat bottom right;
    background-size: contain;
    position: absolute;
    right: 2%;
    bottom: 10px;
    z-index: 3;
}
#contents-main .gentei_inner_text {
    margin-left: 10%;
}
#contents-main .nowrap{
    white-space: nowrap;
}
#contents-main .gentei_inner_text .bg_color{
    font-size: 125%;
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    color: #000;
    background: url(../img/fee_ct_gentei_logo_bg.png) no-repeat center;
    background-size: 100%;
    padding: 8px 1em;
    line-height: 1;
}
#contents-main .gentei_inner_text .serif{
    font-size: 150%;
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    color: #000;
}
/*特典*/
#contents-main .tokuten {
    padding-top: 40px;
}
#contents-main .tokuten-ct {
    width: 80%;
}
#contents-main .tokuten section{
    width: 31.25%;
    max-width: 300px;
    background-color: #fff;
    position: relative;
    margin-right: 3%;
}
#contents-main .tokuten section:last-of-type{
    margin-right: 0;
}
#contents-main .tokuten h4{
    font-size: 125%;
    text-align: center;
    margin-bottom: 0;
    padding: 1em;
    position: relative;
    margin-top: -36px;
}
#contents-main .tokuten h4::before{
    content: "";
    width: 80px;
    height: 80px;
    background-color: #FDF457;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
#contents-main .tokuten h4 span{
    position: relative;
}
#contents-main .tokuten section p{
    margin: 0;
    padding: 1em;
}
#contents-main .tokuten .inner-img{
    width: 45%;
}
#contents-main .tokuten .inner-text{
    width: 50%;
}

/*最後に（毎日甘酒を飲むとすごいことが起きるんです！）*/
#contents-main .atlast{
    background: url(../img/top_atlast_bg.jpg) no-repeat top center;
    background-size: cover;
}
#contents-main .w-small{
    max-width: 620px;
    margin: 0 auto;
}

#contents-main .atlast .inner-img{
    margin: 3em 0;
}



/*バナー*/

#contents-main .banner{
    text-align: center;
    /* background-color: #F4F2F1; */
}

#contents-main .banner .hasen{
    width: 67%;
    max-width: 804px;
    margin: 0 auto 3em;
}
#contents-main .bg_c{
    display: inline-block;
    background-color: #FFDE59;
    border-radius: 10px;
    padding: 0 1em;
    letter-spacing: 0.1em;
}



/*講師プロフィール*/
#contents-main .profile {
    overflow: hidden;
}
#contents-main .profile .ct-img{
    width: 45%;
    position: relative;
    z-index: 1;
}
#contents-main .profile .ct-text{
    width: 49%;
}
#contents-main .profile .ct-img:before{
    content: "";
    width: 200%;
    height: 68%;
    background-color: #fefaa9;
    position: absolute;
    top: 22%;
    right: 15%;
    z-index: -1;
}
#contents-main .profile .ct-img:after{
    content: "Books";
    width: 100%;
    height: 54px;
    color: rgba(119,119,119,0.4);
    font-family: "游明朝", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 300%;
    position: absolute;
    bottom: 22%;
    left: 0;
    z-index: 0;
}
#contents-main .profile .books{
    display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 8%;
}
#contents-main .profile .books_item{
    width: 34%;
    padding: 0 4%;
}
#contents-main .profile .text-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 5px;
    max-width: 16px;
    width: 1em;
}


/*受講生の声*/
#contents-main .voice{
    background: url(../img/top_voice_bg.jpg) no-repeat center center;
    background-size: cover;
}
#contents-main .voice_box{
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 52px;
}
#contents-main .voice_item{
    background-color: #fff;
    width: 46.666%;
    max-width: 560px;
    padding: 30px;
    padding: 2%;
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-bottom: 3em;
    border-radius: 20px;
}
#contents-main .voice_item .vioce-text{
    width: 75%;
    margin-left: 4%;
}
#contents-main .voice_item .vioce-text p{
    margin-bottom: 0;
}






/* フッター--------------------------------　*/
#footer {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #E4E3D8;
    text-align: center;
}
#footer .btn {
    display: inline-block;
    max-width: 440px;
    width: 45%;
    margin: 20px 2.5% 70px;
}
#footer .btn img{
    width: 100%;
}

#footer  .btn .text-btn{
    /* background: #a0bb35; */
    color: #fff;
}
#footer .bg{
    background: #a0bb35;
}
#footer .br {
    background: #dd423d;
}
#footer .flex .pt {
    padding-top: 17%;
}
#footer .banner{
    display: none;
}



footer .copyright{
    background: #76706c;
    color: #fff;
    padding: 10px;
}

footer address{
    text-align: center;
    font-size: 12px;
}
    /* ページトップ */
p.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
    z-index: 10;
}
p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
	filter: alpha(opacity=85); /* 透過設定 */
	  -moz-opacity:0.85;
	opacity:0.85;
    border-radius: 50%;
}
p.pagetop a:hover {
	background-color: #333;
}

@media screen and (min-width:801px) and ( max-width:1000px) {
    #contents-main .gentei_inner_text .bg_color {
        font-size: 110%;
        line-height: 1.2;
    }
    #contents-main .feature_item{
        min-width: 216px;
        margin: 0 1% 2em;
    }    
    .tb-only {
        display: block;
    }
}

