@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
}

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

.sp-none {display:none;}

#slider-none {
	display: none;
}
/*------ ヘッダー ------*/

header {
	width: 100%;
	margin: 0px auto 0 auto;
	position: relative;
}

#hd a h1 {
	margin: 0 5%;
	padding: 0;
	text-indent: -9999px;
	clear: none;
	width: 90%;
	min-height: 70px;
	background-image: url(../img/sp/logo.png);
	background-attachment: scroll;
	-webkit-background-size: auto;
	background-size: contain;
	display: block;
	background-position: center;
	background-repeat: no-repeat no-repeat;
}

#top_head h2{
	text-indent: -99999px;
    float: right;
    height: auto;
    margin: 0px;
    clear: none;
    max-width: 250px;
	width: 100%;
    min-height: 60px;
    display: block;
    background-image:url(../img/printhouse.png);
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat no-repeat;
}

#fb_logo {
	display: none;
}

/*ハンバーガーメニューデフォルトオープンの場合はここから*/
#menu{
    display: none;
}

#menu li{
    width: 100%;
}

/*ここまでコメントアウト*/

#toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #f9aacd;
}
  
#toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
  
#hdmenu {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f9aacd;
}

#hdmenu ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

#hdmenu li {
	width: 100%;
	float: left;
	overflow: hidden;
	height: auto;
	background: #f9aacd;
	text-align: center;
	line-height: 3;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

#hdmenu li a {
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#menu li:hover {
	background-color: rgba(150,75,76,1.00);
}

/* ここまで　*/

/*　ハンバーガー　*/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 100%;
	height: 44px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 35px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 10px;
	left: 10px;
}

.menu-trigger span:nth-of-type(2) {
	top: 20px;
	left: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 10px;
	left: 10px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/*ここまで　*/


#footer {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 100%;
    background-color: #f9aacd;
	padding: 10px 0;
}

#f_logo{
	display: none;
}

.pr-link img {
	display: block;
	width: 50%;
	margin: 5px auto;
	
}

.add {
	display: none;
}

.mypl {
	display: block;
	width: 50%;
	margin: 30px auto 0 auto;
}

#foot_nav {
	display: none;
}

.cp {
	float: none;
	height: auto;
	margin: 0 auto;
	clear: none;
	max-width: 1200px;
	width: 100%;
	background-color: rgb(89, 87, 87);
	position: absolute;
}

.cp p {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}

#pageTop {
	margin: 20px auto;
	width: 40px;
}

#pageTop img {
	display:block;
	width: 40px;
	margin: 0 auto;
}

#pageTop img a {
	width: 40px;
}

.sp_facebook {
	width: 80%;
	margin: 10px 10%;
}

.sp_facebook img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

/*home_main*/

/*コンテンツ*/

#contents {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    max-width: 680px;
	width: 96%;
    min-height: 50px;
    padding: 2%;
}

#db_month {
	float:left;
	width: 100%;
	margin: 0 0 50px 0;
}

#db_month h2 {
	text-indent:-9999px;
	background-image:url(../img/db_tit.png);
	background-repeat:no-repeat;
	min-height:40px;
	margin-bottom:10px;
}

#db_month img{
	width: 70%;
	margin: 0 15%;
}

#fb {
	display: none;
}


/*デジタルブック記事一覧*/

.db_list {
	width: 90%;
	margin: 0 5%;
}

.db_list img {
	width: 100%;
	margin-bottom: -7px !important;
}

li{
list-style: none;
cursor: pointer;
}
 
ul.acordion_list{
background: none;
border-right: solid 3px #6d0909;
border-left: solid 3px #6d0909;
box-sizing: border-box;
padding: 0;
}
 
ul.acordion_list li {
border-bottom: solid 3px #6d0909;
box-sizing: border-box;
}
 
ul.acordion_list li:first-child {
border-top: solid 3px #6d0909;
box-sizing: border-box;
}
 
ul.acordion_list li ul {
margin: 0;
padding: 0;
border: none;
}
 
ul.acordion_list li ul li {
background: none;
}
 
ul.acordion_list li ul li:last-child{
border-bottom: none;
}
 
ul.acordion_list li ul li a {
color: #696969;
display: block;
padding: 0px;
text-decoration: none;
}
 
ul.acordion_list li .none-submenu {
background: url(../img/trigger-arrow.png) no-repeat 95% 50%;
display: block;
padding: 0 10px 0 15px;
}
 
ul.acordion_list li .active-submenu {
background: url(../img/triggeractive-arrow.png) no-repeat 95% 50%;
display: block;
padding: 0 10px 0 15px;
}

.bn_list li {
	width:40%;
	padding: 0 5% 30px 5%;
	float:left;
}

.add {
	padding: 20px;
	line-height:2;
}

/*企画バナー　調整必要かも　*/

.campaign {
	width: 100%;
	display: block;
}

.camp_img {
	width: 98%;
	margin: 0 1% 10px 1%;
	float: left;
}

.req_img {
	width: 98%;
	margin: 0 1% 10px 1%;
	float: left;
}

/*境界線*/

.hr {
	width: 100%;
}

.hr img {
	width: 100%;
}

/*バナー*/

#section01, #section02, #section03{ 
	width: 90%;
	margin: 0 5%;
}

#section01 img, #section02 img, #section03 img {
	width: 90%;
	margin: 0 5%;
}

#section04{
	float: left;
	height: auto;
	margin: 5px 5%;
	clear: none;
	width: 90%;
	min-height: 120px;
	text-indent:-9999px;
	background-image: url(../img/sp/cm.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#section05 {
	float: left;
	height: auto;
	margin: 5px 5% 20px;
	clear: none;
	width: 90%;
	min-height: 120px;
	text-indent:-9999px;
	background-image: url(../img/sp/data.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


/*ダテパーについて*/

.about_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/ad_title.png);
	height: 100%;
	min-height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.about {
	width:96%;
	margin: 0 2%;
}

.about h3 {
	margin-top: 2%;
	font-size: 100%;
	background-color: #f9aacd;
	text-align:center;
	color: #fff;
}

.about p {
	width:90%;
	margin: 2% 5%;
	line-height: 2;
}

.about dl {
	width:92%;
	margin: 2% 6%;
}

.about dt {
	width: 33%;
	float: left;
}

.about dd {
	width: 67%;
	float: left;
}
	
/* backnumber */

.backnum_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/bn_title.png);
	height: 100%;
	min-height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.bn_list {
	width:96%;
	margin: 0 2%;
}

.bn_list h3 {
	margin-top: 2%;
	font-size: 100%;
	background-color: #f9aacd;
	text-align:center;
	color: #fff;
}

.bn_list ul {
	width: 100%;
}

.bn_list li {
	margin: 20px 0;
	float: left;
	width: 40%;
	text-align: center;
}

.bn_list li img {
	width: 100%;
}

/*　areamap */
.areamap_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/ap_title.png);
	height: 100%;
	min-height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.areamap {
	width:96%;
	margin: 0 2%;
}

.areamap img {
	width: 90%;
}

.areamap h3 {
	margin-top: 2%;
	font-size: 100%;
	background-color: #f9aacd;
	text-align:center;
	color: #fff;
}

.t_cen {
	text-align: center;
}

.stmaplist {
	width:96%;
	margin: 0 2%;
}

.stmaplist ul, .settilist ul{
	width: 90%;
	font-size: 80%;
	padding:0 5%;
}

.stmaplist ul li {
	width: 50%;
	float: left;
}

.settilist {
	width:96%;
	margin: 0 2%;
}

/* 広告掲載について */

.advertising_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/adv_title.png);
	height: 100%;
	min-height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.advertising {
	width:96%;
	margin: 0 2%;
}

.advertising h3{
	margin-top: 2%;
	font-size: 100%;
	background-color: #f9aacd;
	text-align:center;
	color: #fff;
}

.advertising p {
	width:90%;
	margin: 2% 5%;
	line-height: 2;
}

.adv_link {
	width:90%;
	margin: 10px 5%;
	display: block;
}

.adv_link p {
	text-align: center;
}

.advertising dl {
	width:92%;
	margin: 3% 6%;
}

.advertising dt {
	width: 30%;
	float: left;
}

.advertising dd {
	width: 70%;
	float: left;
}

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

.data_illust {
	display: none;
}

/*データ入稿*/

.data_ad_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/data_title.png);
	height: 100%;
	min-height: 100px;
	background-size: 96%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 2%;
}

.data_advertising {
	width:96%;
	margin: 0 2%;
}

.data_advertising h3{
	margin-top: 2%;
	font-size: 100%;
	background-color: #f9aacd;
	text-align:center;
	color: #fff;
}	

.data_advertising p {
	width:94%;
	margin: 0 3%;
}

.data_advertising dl {
	width:92%;
	margin: 0 6%;
}

.data_advertising dt {
	width: 30%;
	float: left;
}

.data_advertising dd {
	width: 70%;
	float: left;
}

.data_sp {
	margin: 20px 5%;
}

.data_illust {
	display: none;
}

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

.data_sheet {
	box-sizing: border-box;
	border: 2px #fc0000 solid;
	padding-top: 10px;
	margin-top: 10px;
}

.data_sheet p{
	margin: 10px auto;
}

#about-date img {
	width: 100%;
}

#about-date {
	width:96%;
	margin: 20px 2%;
	padding-bottom: 30px;
	border: #90c31f 2px solid;
	box-sizing: border-box;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 35%;
	border-radius: 12.5px;
	
}
	
#about-date h3 {
	font-size: 100%;
	font-weight: bold;
	width: 94%;
	margin: 5px auto;
	background-color: transparent;
	color: inherit;
	text-align: left;
}

#about-date h4 {
	color: #90c31f;
	font-size: 100%;
	margin-left: 2%;
	font-weight: bold;
}

#about-date p {
	width: 94%;
	margin: 0 3%;
}

.about-qa {
	width:96%;
	margin: 20px 2%;
	padding-bottom: 30px;
	border: #F6AD3C 2px solid;
	box-sizing: border-box;
	background-size: 35%;
	border-radius: 12px;
	
}

.about-qa h3 {
	background-color: transparent;
}

.about-qa h4 {
	font-size: 100%;
	padding: 12px 0;
	margin-left: 2%;
	font-weight: bold;
	background-image: url(../img/about/about_que.png);
	background-repeat: no-repeat;
	background-position: left left;
	text-indent: 50px;
}

.about-qa p {
	margin-top: 10px;
	padding: 2px 0;
	background-image: url(../img/about/about_ans.png);
	background-repeat: no-repeat;
	background-position: left left;
	text-indent: 50px;
}

.date-none {
	text-indent: 0px !important;
	background-image: none !important;
}

.hikaku {
	display: block;
	margin: 0 auto;
	width: 100%;
}
	
.about-qa p {
	width: 94%;
	margin: 0 3%;
}


/*価格表*/

.advertising img {
	width: 90%;
	margin: 5px 5%;
}


.cupon {
	width: 100%;
}

.chuui ul {
	width: 90%;
	padding: 0 5%;
}

.advertising ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.chuui dl {
	line-height: 2;
}

.chuui dt {
	width: 100%;
}

.chuui img { margin-bottom: 10px;}

#pr-pdf {
	display:block;
	width: 300px;
	margin: 15px auto;
}

/*お問合せ*/

.contact_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/ct_title.png);
	height: 100%;
	min-height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.contact {
	width:96%;
	margin: 0 2%;
}

.contact h3 {
	margin-top: 2%;
	font-size: 100%;
	background-color: #f9aacd;
	text-align:center;
	color: #fff;
}

.contact p {
	width:90%;
	margin: 2% 5%;
	line-height: 2;
}

.contact dl {
	width:92%;
	margin: 2% 6%;
}

.contact dt {
	width: 30%;
	float: left;
}

.contact dd {
	width: 70%;
	float: left;
}

.contact-form {
	width: 90%;
	padding: 20px 5%;
}

/* 五稜郭を探せ */
.subscription_tit h2 { 
	text-align: center;
	font-weight: bold;
	line-height: 3;
}
.subscription_tit h3 {
	margin: 0 5%;
}

.subscription-form {
	width: 100%;
}


/*プライバシーポリシー*/

.privacy_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/pp_title.png);
	height: 100%;
	min-height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px
}

/*サイトマップ*/

.sitemap_tit {
	text-indent: -99999px;
	background-image: url(../img/sp/sitemap_title.png);
	height: 100%;
	min-height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.sitemap {
	width:96%;
	margin: 0 2%;
}

.sitemap ul {
	margin: 0 5%;
}

.sitemap li {
	background-image:url(../img/sitemap/arrow.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 14px;
	text-indent: 35px;
	border-bottom: dotted 3px #ccc;
	line-height: 3;
	margin-top: 20px;
}

.sitemap li a {
	text-decoration: none;
}

/*ラーメンガイド キャンペーンページ*/
/* らーめんガイド用
.stamp {
	text-indent: -99999px;
	background-image: url("../img/ramen/mentitle2019.svg");
	height: 100%;
	min-height: 100px;
	background-size: 96%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 2%;
}
*/
/* スタンプラリー用 */
.stamp {
	width:96%;
	margin: 0 2%;
}
.stamp h2 {
	margin-top: 2%;
	font-size: 100%;
	text-align:center;
}
/* ここまで */

.stamp_erea img {
	display: block;
	width: 90%;
	margin: 0 auto 10px;;
}

.howto {
	width: 100%;
	display: block;
}

.howto ul {
	width: 100%;
	margin: 10px 0;
}

.howto ul li {
	width: 90%;
	float: left;
	margin: 0 5%; 
}

.howto img {
	width: 100%;
}

.stamp_erea p {
	width: 90%;
	margin: 0 5%;
}

.chuui img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
/* さくら　*/
.sakura_tit h2 img {
	display: block;
	margin: 10px auto 50px;
	width: 95%;
}

.sakura_tit h3 img {
	display: block;
	margin: 50px auto;
	width: 90%;
	max-width: 700px;
}

.sakura_link {
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
}

/* PickUPリスト */
.pickup_list img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.mb20 { margin-bottom: 20px!important;}

/* パズルチャレンジフォーム  */
.cross_tit h2 {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem;
}
.cross_tit h3 {	margin: 0 5%; }
/* クリスマスケーキプレゼントフォーム */

.cake_tit h2, .cmain_tit h2, .goods_tit h2, .gr_tit h2 {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem;
}
.cake_tit h3, .cmain_tit h3, .goods_tit h3, .gr_tit h3 {
	margin: 0 5%;
}
.cake-form {
	width: 90%;
	padding: 20px 5%;
}
.bana {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}
.bana li { margin: 20px; }
.bana img {
	width: 100%;
	margin: 0 auto;
}
