@charset "utf-8";
/* 共通 */
@import "html5-doctor.css";



/* clearfix */
.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;}

.sp_none{
	display: none;
}
/*----------------------------------------------
			▼リンク
----------------------------------------------*/
a{
	text-decoration:underline;
	color: #545454;
}

a:visited{
	text-decoration:underline;
	color: #545454;
}

a:hover{
	text-decoration:underline;
	color: #888888;
}
#shop01,#shop02,#shop03,#shop04{
	padding-top: 50px;
	margin-top: -50px;
}
/*----------------------------------------------
			▼全ページ共通
----------------------------------------------*/
body {
    margin: 0 0 50px;
	line-height: 150%;
	padding: 0;
	color: #444;
	font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;

}
img{
	max-width: 100%;
	height: auto;
}
#wrap{
	position: relative;
	padding: 50px 0 40px;
}

.nowrap {
    display: inline-block;
    text-decoration: inherit;
}

/*----------------------------------------------
			▼糖尿ページ
----------------------------------------------*/

body#subback{
}

/*----------------------------------------------
			▼スマホヘッダー
----------------------------------------------*/
nav{
	display: none;
}
header {
	top: 0;
	box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
}
header h1 {
	width: 190px;
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	z-index: 2;
}
/*-スライドメニュー-*/
#sp_slide{
    display: block;
}
/*header*/
#header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 49px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.button {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/menu.png);
    background-position: center;
    background-size: cover;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
	top: 5px;
    right: 5px;
    border-left: 1px solid #ddd;
}

/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*main*/
#main {
    background: #FFFFFF;
}
#contents {
    padding: 20px;
}
#contents h1 {
    font-size: 18px;
}
#contents p {
    margin-top: 15px;
}

/*plugin*/
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}
/*float*/
.fltl {
 float: left;

}
.fltr {
	float: right;
}

/*----------------------------------------------
			▼スマホフッターメニュー
----------------------------------------------*/
#footer-m {
	position: fixed;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #e85197;
	color: #fff;
}
#footer-m a{
	color: #fff;
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 20px auto;
	border-right: 1px solid #ad175d;
	border-left: 1px solid #ed80b3;
}
#footer-m a:nth-child(1){
	background-image: url(../images/footer_m01.png);
	border-left: 0;
}
#footer-m a:nth-child(2){
	background-image: url(../images/footer_m02.png);

}
#footer-m a:nth-child(3){
	background-image: url(../images/footer_m03.png);

}
#footer-m a:nth-child(4){
	background-image: url(../images/footer_m04.png);
	border-right: 0;
}
#footer-m ul{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
	font-size: 10px;

}
#footer-m ul li{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#footer-m a{
	padding: 32px 19px 10px;
	display: inline-block;
	width: 25%;
}
/*----------------------------------------------
			▼ボタン
----------------------------------------------*/
.botan {
	background-color:#9c4673;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	padding:7px 25px;
	text-decoration:none;
	margin:10px;
}
.botan:hover {
	background-color:#c65e94;
	text-decoration:none;
}
.botan:active {
	position:relative;
	top:1px;
}
a.botan{
	color: #fff;
}


.clearfix{
	clear:both;
}
/*----------------------------------------------
			▼ブログ
----------------------------------------------*/
#feed ul{
	list-style:none;
}
#feed span{
	padding-right:10px;
}
#blog ul{
	list-style:none;
}
#blog span{
	padding-right:10px;
}
.kiji{
	color: #444;
	padding-bottom: 10px;
}
.kiji a{
	color: #d2458f;
}

span{
	display:inline-block;
}
/**************************** section 1 ****************************/

section.s1{
	padding:0;
	}
section.s1 h1{
	font-size:20px;
	text-align:center;
	}
section.s1 .mail_box{
	width:100%;
	margin: 0 auto;
}
section.s1 img{
	width:100%;
	margin:0 auto;
	vertical-align: bottom;
}

section.s1 ul{
	margin:0;
	padding:0 5px;
}

section.s1 div.mm{position: relative;}
	section.s1 div p.txt_s{font-size: 13px; margin: 10px;}
/**************************** section 2 ****************************/

section.s2{
	background: #f2b9c2;
	margin-top: -6px;
	}
section.s2 div.mm{
	padding: 20px 5px 0;
}
section.s2 ul.box_list{
	list-style: none;
	text-align: center;
}
section.s2 ul.box_list li{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
section.s2 ul.box_list li a{
	text-decoration: none;
}
section.s2 ul.box_list li p{
	color: #fff;
	padding-bottom: 10px;
	font-size: 80%;
}

section.s2 ul.box_list li img{
	padding-bottom: 10px;
}

/**************************** section 3 ****************************/

section.s3{
	width:100%;
	}
section.s3 div.mm{padding: 20px 5px;}
section.s3 div.inui{text-align: center;}
section.s3 div.inui p{
	color: #b18a46;
	padding: 15px;
	line-height: 1.3em;
	text-align: left;
}

/**************************** section 4 ****************************/

section.s4{
	width:100%;
	background: url(../../images/back01.jpg);
	}
section.s4 div.mm{padding: 20px 5px;}
section.s4 h2{
	color: #444;
	font-size: 20px;
	font-weight: 100;
	border-left: 5px solid #444;
	padding: 8px 4px;
	margin: 0 0 15px 20px;
}
section.s4 ul.box_list{
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
section.s4 ul.box_list li{
	display: inline-block;
	padding: 0 5px 10px;
}
section.s4 ul.box_list li img{
	box-shadow: 5px 5px 15px #f5c4b4;
}
section.s4 .top_ribon{
	display: none;
}

/**************************** section 5 ****************************/

section.s5{
	width:100%;
	background: url(../../images/back02.jpg);
	}
section.s5 div.mm{position: relative; padding: 20px 0 0; overflow: hidden;}
section.s5 .blogs{
	overflow: hidden;
	padding: 0 5px 50px;
}
section.s5 .atopy{
	padding: 15px;
}
section.s5 .atopy h3{
	color: #9c4673;
	border-bottom: 3px solid #9c4673;
	margin: 30px 0;
	font-size: 121%;
	line-height: 1.2em;
}
section.s5 .atopy img{
display: none;
}
section.s5 .funin h3{
	color: #9c4673;
	border-bottom: 3px solid #9c4673;
	margin: 30px 0;
	font-size: 121%;
	line-height: 1.2em;
}
section.s5 .funin img{
display: none;
}
section.s5 .ribon{
	background: #fff;
	padding: 20px;
	margin: 0 auto;
}
section.s5 .fb{
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
}
section.s5 .sns{
	color: #444;
	font-size: 14px;
	border-top: 1px dotted pink;
	padding-top: 10px;
}
section.s5 .sns img{
display: none;
}
section.s5 .sns p img{
	display: inherit;
}

section.s5 .sns .pc_none p img{
	width: 100%;
	margin-bottom: 10px;
}

#feed{
	padding-top: 10px;
}
.kiji a{
	text-decoration: none;
}
.kiji a:hover{
	color: #fa6db7;
	text-decoration: inherit;
}

span.kiji_title{
	width: 100%;
}
.funin{
	padding: 15px;
}

/**************************** section 6 ****************************/

section.s6{
    width: 100%;
    background: #ff7b97;
    position: relative;
    color: #fff;
    margin-top: 20px;
    /*top: -50px;*/
    padding-bottom: 5px;
    display: none;
	}
section.s6 a{
	color: #fff;
	text-decoration: none;
}
section.s6 ul{
	list-style: none;
	text-align: center;
}
section.s6 li{
	border-right: 1px solid #fff;
	display: inline-table;
	padding: 0 15px;
	margin: 5px 0;
}
section.s6 li:last-child{
	border-right: none;
}
/**************************** サブページ ****************************/

section.s7{
    margin: 0 auto;
	}
section.s7 div.mm{padding: 20px 5px;}
section.s7 div.mm p{
	line-height: 1.7em;
}
section.s7 h2{
	background-color: #ff7b97;
	padding: 10px 0;
	margin-bottom: 15px;
	font-size: 138.5%;
	color: #fff;
	font-weight: 100;
	border-left: 8px solid #ffbac9;
}
section.s7 h3{
	color: #9c4673;
	border-bottom: 1px dotted #bbb;
	font-size: 130%;
	margin: 15px 0;
	padding-bottom: 5px;
	text-decoration: none;
}
section.s7 h3 a{
	color: #e4278a;
	text-decoration: none;
	background: url(../images/arrow.png) top left no-repeat;
	padding-left: 20px;
}
section.s7 .red{
	color: red;
	font-weight: 600;
}
section.s7 .blue{
	color: #0066ff;
}
section.s7 .green{
	color: #009966;
}
section.s7 .com{
	padding-bottom: 30px;
}
section.s7 .com table{
	width: 100%;
	text-align: left;
	border-spacing: 10px;
	border-collapse: separate;
}
section.s7 .com th{
	border-left: 8px solid #4ca9ff;
	padding: 5px;
	color: #0066ff;
}
section.s7 .com td{
	padding: 5px;
}
section.s7 .shop table{
	width: 100%;
	text-align: left;
	border-spacing: 5px;
	border-collapse: separate;
}
section.s7 .shop th{
	padding: 5px;
	line-height: 1.4em;
}
section.s7 .shop td{
	padding: 5px;
	line-height: 2em;
	vertical-align: top;
}
section.s7 .shop td span{
	width: 55px;
}
section.s7 .shop td a{
	display: block;
	line-height: 1em;
	font-size: 90%;
}

/**************************** section 8 ****************************/

section.s8{
	width:100%;
	background-color: #fff6f8;
	height: 100%;
	}

section.s8 ul.book li a img{
	    /*max-width: 40%;
    margin: 0 14px 0 14px;*/
}

section.s8 ul.book li{
	list-style-type: none;
	display:inline;

}


section.s8 ul.book {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding:20px 0 0px 0px;
}

section.s8 h2 {
    color: #444;
    font-size: 121%;
    font-weight: 150;
    padding: 8px 4px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 40px;
    line-height: 1.2em;
}

.s8center{
	width:1024px;
	margin:0 auto;
}
section.s8 ul.book li.leftlist{
	/*margin-right: 80px;*/
}
section.s8 .pc_none .event{
	text-align: center;
	padding-bottom: 40px;
}
section.s8 .pc_none .event h2{
	padding-top: 0;
}

/**************************** subpage ****************************/
#sub_main{}
#sub_main .main{
	padding: 0 15px;
	line-height: 1.7em;
	font-size: 95%;
}
#sub_main .kv{
	padding-bottom: 16px;
}
#sub_main .main section{
	padding-bottom: 40px;
}
#sub_main .main h2{
	color: #e95098;
	background: url(../images/icon_heart.png) no-repeat left;
	border-bottom: 1px dotted #bbbbbb;
	font-size: 120%;
	padding: 0 0 0 30px;
	margin-bottom: 16px;
}
#sub_main .main h3{
	color: #6bc7bf;
	border-bottom: 2px solid #c1f3ef;
	font-size: 110%;
	margin-bottom: 8px;
}
.pb40{
	padding-bottom:24px;
}
.pb32 {
    padding-bottom: 30px;
    /*margin-top: -20px;*/
}
.diet_first{
	padding: 8px 0;
	overflow: hidden;
}
.diet_first img{
	float: left;
}
.diet_first p{
	font-weight: bold;
	overflow: hidden;
}
.diet01 img{
	vertical-align: bottom;
}
#sub_main .main .diet01 h3{
	background: #e95098;
	border-bottom: none;
	padding: 5px;
}
.diet01 h4{
	background: #f4a7cb;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 8px;
}
#sub_main .main dl{}
#sub_main .main dt{
	background: #6bc7bf;
	color: #fff;
	padding: 0 5px;
}
#sub_main .main dd{
	padding: 0 0 8px;
}
.diet02 img{
	vertical-align: bottom;
}
#sub_main .main .diet02 h3{
	background: #ff9224;
	border-bottom: none;
	padding: 5px;
}
.diet02 h4{
	background: #ffc891;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 8px;
}
.diet03 img{
	vertical-align: bottom;
}
#sub_main .main .diet03 h3{
	background: #e44429;
	border-bottom: none;
	padding: 5px;
}
.diet03 h4{
	background: #f1a194;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 8px;
}
.diet04 img{
	vertical-align: bottom;
}
#sub_main .main .diet04 h3{
	background: #39ae86;
	border-bottom: none;
	padding: 5px;
}
.diet04 h4{
	background: #9cd6c2;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 8px;
}
.list{
	padding-left: 20px;
}
.con_list{
	color: #9c4673;
	border-bottom: 1px dotted #bbb;
	font-size: 130%;
	margin: 15px 0;
	padding-bottom: 5px;
	text-decoration: none;
}
.con_list a{
	color: #e4278a;
	text-decoration: none;
	background: url(../images/arrow.png) top left no-repeat;
	padding-left: 20px;
}
#sub_main .flr_box{
	text-align: center;
}
#sub_main .flr_box img{}
#sub_main .flr_box p{
	text-align: left;
}

/*----------------------------------------------
			▼クラス指定
----------------------------------------------*/

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.text27 { font-size:207.7%; }
.text28 { font-size:215.4%; }
.text29 { font-size:223.1%; }
.text30 { font-size:230.8%; }
.text36 { font-size:273%; }
.text48 { font-size:369.2%; }

.m0{ margin:0 }
.mb_5{ margin-bottom:5px;}
.mb_10{ margin-bottom:10px;}
.mb_15{ margin-bottom:15px;}
.mb_20{ margin-bottom:20px;}

.mt_10{ margin-top:10px; }
.mt_15{ margin-top:15px; }

.mtb_5{ margin:5px 0; }
.mtb_10{ margin:10px 0; }
.mtb_15{ margin:15px 0; }
.mtb_20{ margin:20px 0; }

.mlr_10{ margin:0 10px; }

.ml_10{ margin-left:10px; }
.ml_15{ margin-left:15px; }

.pd_5{ padding:5px; }

.center{ text-align:center; }
.right{ text-align:right; }
.red{ color:#F00; }
.bold{ font-weight:600; }
.pink{
	color: #e95098;
	font-size: 110%;
	font-weight: bold;
}

.v_btm{ vertical-align:bottom; }
.noBorder{ text-decoration:none; }
.noBorderBox{ border:none; }
.noBorder:hover{ text-decoration:none; }
.chirashi{
	background: #ff7b97;
	margin: 10px 0 0;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}

/* ----------これからPC向けの変更を行います！------------------------------------------ */
@media screen and (min-width: 651px) {
/* ------------------------------------------------------------------------------- */
body {
    margin: 44px 0 0 0;
	line-height: 100%;
	min-width: 1030px;

}
br.clear{display: none;}
#sp_slide{
	display: none;
}
a img:hover{
	opacity: 0.7;
}
#footer-m{
	display: none;
}
.pc_none{
	display: none;
	padding-top:10px;
}
.sp_none{
	display: inherit;
}
#wrap{
	overflow: hidden;
	padding: 105px 0 0;
}
#shop01,#shop02,#shop03,#shop04,#shop00,#link01,#link02,#link03{
	padding-top: 150px;
	margin-top: -150px;
}

/*----------------------------------------------
			▼ヘッダー
----------------------------------------------*/
.pc_nav{
	overflow: hidden;
	box-shadow: 0px 5px 5px #eee;
}
nav{
	display: inherit;
}
.back {
      position: fixed;
      top: 0;
      left: 0;
      display: block;
      padding: 0;
      width: 100%;
      height:150px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: #fbe6ea;
      font-weight: bold;
      font-size: 12px;
      color: #252525;
      z-index:10;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
	  box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.7);
	  -webkit-box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.7);
	  -moz-box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.7);
    }

    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }


    .reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 13px;
      font-family: open sans;
      font-weight: bold;
	  	  text-align: center;
    }
    .reload:hover{
      background: #444;
    }
    .btn {
      width: 200px;
      color: rgb(255, 255, 255);
      border: 4px solid rgb(0, 0, 0);
      background: rgba(3, 3, 3, 0.75);

    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
      background: #444;
    }
    .btns {
      width: 250px;
      margin: 20px auto;
      text-align: center;
    }
.top_logo{
	display: none;
}
.head_c{
	display:inherit;
}
.head_i{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}
.head_i p{
	float:left;
	margin-bottom:0;
}
.head_i p a{
	padding: 0;
}
.head_i a{
	float:right;
}
.navi {
	width:1024px;
	margin: -50px auto;
    }
.logo{
	display: none;
}
.menu{
	/*width: 1024px;
	margin: 0 auto;
	display:inline-block;*/
	text-align: center;
	margin-top: 35px;
}
.menu ul{
	margin: 0;
	text-align: center;
	margin-top: -100px;
}
.menu li{
	max-width: 200px;
	min-width: 40px;
	display:inline-block;
	padding:0 15px;
	text-align:center;
}
.top_box{
	margin-top:80px;
}
.back_box{
	width:100%;
	background:#fff;
}
.contents{
	width:1024px;
	margin: 0 auto;
}

/**************************** section 1 ****************************/

section.s1{
	width:100%;
	padding: 0;
	}
section.s1 h1{
	font-size:40px;
	text-align:center;
	margin: 0;
	}
section.s1 .mail_box{
	width:460px;
}
section.s1 span.block_s1{
	display:block;
}
section.s1 span.none_s1{
	display:inline-block;
}
section.s1 div.mm{position: relative; width: 1024px; margin: 0 auto;}
section.s1 div.mm img{
	width: inherit;
	margin: 0;
	text-align: center;
}
/**************************** section 2 ****************************/

section.s2{
	width:100%;
	background: #f2b9c2;
	margin-top: -2px;
	padding: 10px 0;
	}
section.s2 div.mm{position: relative; width: 1024px; margin: 0 auto; padding: 0;}
section.s2 ul.box_list{
	width: 1024px;
	margin: 0 auto;
}
section.s2 ul.box_list li{
	display: inline-block;
	padding: 0 5px;
	width: initial;
}
section.s2 ul.box_list li p{
	padding-top: 3px;
	padding-bottom: 0;
	font-size: 100%;
	line-height: 1.3em;
}
/**************************** section 3 ****************************/

section.s3{
	width:100%;
	padding: 10px 0;
	}
section.s3 div.mm{position: relative; width: 1024px; margin: 0 auto;padding: 30px 0;}
section.s3 div.inui{overflow: hidden;padding-bottom: 30px;}
section.s3 div.inui img{
	float: left;
	padding-right: 30px;
}
section.s3 div.inui p{
	padding: 15px;
}
/**************************** section 4 ****************************/

section.s4{
	padding: 10px 0;
	background: url(../../images/back01.jpg);
	}
section.s4 div.mm{position: relative; width: 1024px; margin: 0 auto;padding: 30px 0;}
section.s4 ul.box_list{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
section.s4 ul.box_list li{
	padding: 15px 18px;
}
section.s4 div.pc_none ul.ulprob li p img {
    box-shadow: 5px 5px 15px #f5c4b4;
}
/**************************** section 5 ****************************/

section.s5{
	padding: 10px 0;
	width: 1024px;
	margin:0 auto;
	}
section.s5 div.mm{position: relative; width: 1024px; margin: 0 auto;padding: 30px 0;}
section.s5 .blogs{
	float: left;
	overflow: hidden;
	width: 560px;
	padding-bottom: 0;
}
section.s5 .atopy{
}
section.s5 .atopy h3{
}
section.s5 .atopy img{
	float: right;
	margin-top: -50px;
	display: inherit;
}
section.s5 .funin h3{
}
section.s5 .funin img{
	float: right;
	margin-top: -55px;
	display: inherit;
}
section.s5 .ribon{
	background: url(../../images/img_ribon.png) top center no-repeat;
	float: right;
	width: 300px;
	height: 600px;
	margin: -35px 0 0 0;
	padding: 40px;
}
section.s5 .fb{
	padding-bottom: 10px;
}
section.s5 .sns{
	color: #444;
	font-size: 14px;
	border-top: 1px dotted pink;
	padding-top: 10px;
}
section.s5 .sns img{
	float: left;
	padding-bottom: 10px;
	display: inherit;
}

section.s5 .sns .sp_none p span{
	width: 50%;
}

.s5backcolor{
	width:100%;
	height: auto;
	background: url(../../images/back02.jpg);
}
#feed{
	padding-top: 10px;
}
.kiji a{
	text-decoration: none;
}
.kiji a:hover{
	color: #fa6db7;
	text-decoration: inherit;
}
span.kiji_title{
	width:440px;
}
/**************************** section 6 ****************************/

section.s6{
	    width: 100%;
    background: #ff7b97;
    position: relative;
    color: #fff;
    margin-top: 0px;
    top: 0px;
    display: block;
	}
section.s6 a{
}
section.s6 ul{
}

/**************************** サブページ ****************************/

section.s7{
    width: 100%;
    background: url(../../images/back02.jpg);
    height: 100%;
    margin-bottom: 0px;
	}
section.s7 div.mm{position: relative; width: 1024px; margin: 0 auto;padding: 30px;background: #fff;height: 93%;}
section.s7 h3{
	color: #9c4673;
	border-bottom: 1px dotted #bbb;
	font-size: 130%;
	margin: 15px 0;
	padding-bottom: 5px;
	text-decoration: none;
}
section.s7 h3 a{
	text-decoration: none;
}
section.s7 h3 a:hover{
	color: #fa6db7;
}
section.s7 p{
	padding-bottom: 30px;
}
section.s7 .com th{
	width: 200px;
}
section.s7 .shop th{
	width: 200px;
}
section.s7 .shop td div{
	overflow: hidden;
    height: 150px;
    width: 300px;
}
section.s7 .shop td a.botan{
	display: inline-block;
	font-size: 16px;
	padding: 15px 25px;
}

/**************************** section 8 ****************************/

section.s8{
	width:100%;
	background-color: #fff6f8;
	height: 100%;
	}
section.s8 .books{
	width: 600px;
	float: left;
	padding-bottom: 20px;
}
section.s8 .event{
	text-align: center;
	float: right;
	width: 400px;
}
section.s8 ul.book li a img{
	height: 150px;
	/*padding:0 20px 20px 20px;*/
}

section.s8 ul.book li{
	list-style-type: none;
    /* display: inline; */
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}


section.s8 ul.book {
    /*width: 1024px;*/
    margin: 0 auto;
    text-align: center;
    padding:0px 0 0px 0px;
}

section.s8 h2 {
    color: #444;
    font-size: 26px;
    font-weight: 150;
    padding: 8px 4px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 40px;
}
section.s8 .top_ribon {
    float: right;
    margin-top: -24px;
    margin-bottom: -3px;
    margin-right: -3px;
    display: inherit;
}
.s8center{
	width:1024px;
	margin:0 auto;
}
section.s8 ul.book li.leftlist {
    /*margin-right: 0px;*/
}


/*大丸店*/
ul.book2 li {
    list-style-type: none;
    width: 50%;
    float: left;
}
ul.book2 li img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
ul.book2 li p {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

/**************************** サイドバナー ****************************/
.subback{
	background: url(../../images/back02.jpg);
}
#sub_main .side{
	width: 250px;
	float: right;
	margin-top: 20px;
}
#sub_main .side section{
	padding-bottom: 30px;
}
#sub_main .side section h1{
	background: #6bc7bf;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 22px;
}
#sub_main .side section .side_menu{
	background: #fff;
}
#sub_main .side section .side_menu li{
	background: url(../images/icon_arrow.png) no-repeat 5px;
	list-style: none;
	border-bottom: 2px dotted #6bc7bf;
	padding: 10px 0 10px 30px;
}
#sub_main .side section .side_menu li:hover{
	background: url(../images/icon_arrow.png) no-repeat 5px,#e5faf8;
}
#sub_main .side section .side_menu a{
	color: #444;
	text-decoration: none;
}
#sub_main .book_list li{
	list-style: none;
	display: inline-block;
	width: 112px;
	padding: 10px 5px 0;
}
/**************************** サブページ ****************************/
#sub_main{
	overflow: hidden;
	width: 1024px;
	margin: 0 auto 20px;
}
#sub_main .main{
	width: 710px;
	padding: 20px;
	background: #fff;
	float: left;
}
#sub_main .kv{
	padding-bottom: 32px;
}
#sub_main .main section{
	padding-bottom: 64px;
}
#sub_main .main h2{
	font-size: 150%;
	margin-bottom: 24px;
}
#sub_main .main h3{
	font-size: 123%;
}
#sub_main .main dl{}
#sub_main .main dt{
	float: left;
	clear: left;
	text-align: center;
	margin-right: 8px;
	width: 100px;
}
#sub_main .main dd{
	margin-left: 118px;
}
.pb40{
	padding-bottom: 40px;
}
.pb32{
	padding-bottom: 60px;
	/*margin-top: -40px;*/
}
.diet_first{
	padding: 16px 0;
}
.diet_first img{
	margin-right: 10px;
}
.diet_first p{
	font-size: 113%;
	padding-top: 16px;
}
.diet01 h4{
	font-size: 18px;
}
.diet02 h4{
	font-size: 18px;
}
.diet03 h4{
	font-size: 18px;
}
.diet04 h4{
	font-size: 18px;
}
.fl_l{
	float: left;
	margin-right: 16px;
}
#sub_main .main .hiesho_box dt{
	width: 120px;
}
#sub_main .main .hiesho_box dd{
	margin-left: 138px;
}
.con_list{
	color: #9c4673;
	border-bottom: 1px dotted #bbb;
	font-size: 130%;
	margin: 15px 0;
	padding-bottom: 5px;
	text-decoration: none;
}
.con_list a{
	text-decoration: none;
}
.con_list a:hover{
	color: #fa6db7;
}
#sub_main .flr_box{}
#sub_main .flr_box img{
	float: right;
}
#sub_main .flr_box p{
	width: 480px;
}
#sub_main #feed{
    overflow: hidden;
    padding: 0;
}
#sub_main #feed span{
    display: inline;
    float: left;
}
#sub_main #feed span.kiji_title{
    width: 580px;
}
#sub_main #feed .kiji_body{
    overflow: hidden;
}

}
/* ----------これからSP向けの変更を行います！------------------------------------------ */
@media screen and (max-width: 650px) {
/* ------------------------------------------------------------------------------- */
tr,th,td{
	display: block;
}
section.s7 .shop tr{
	margin-bottom: 30px;
}
section.s7 .shop tr:last-child{
	margin-bottom: 00px;
}
section.s7 .shop th{
	background: #ffbac9;
}
section.s7 .shop td{
	overflow: hidden;
}
section.s7 .shop td a.map{
	background: #6bc7bf;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}
#sub_main .side{
	display: none;
}
.side{
	display: none;
}
.chirashi{
	margin: 0;
}

/*大丸店*/
ul.book2 li {
    list-style-type: none;
    width: 100%;
		    border-bottom: 1px solid #ccc;
				margin:  0 auto;
}
ul.book2 li img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
ul.book2 li p {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}


}

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

	section.s8 ul.book li {
    /* list-style-type: none; */
    /* display: inline; */
    list-style-type: none;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
section.s8 ul.book li a img {
    display: block;
    margin: 0 auto;
    /* width: 90%; */
    text-align: center;
    max-height: 234px;
}
}
