@charset "utf-8";
/* CSS Document */

/*--------------全体の幅リセット---------------*/
	.container_ {
		padding: 0!important;
		margin: 0!important;
		width: 100%!important;
	}	
	.single_mainframe_ {
    width: 100%!important;
	}
		
	
	/*--------------トップテキスト--------------*/
  .oseiboTop {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 10px;
  }
  .topTextBox {
    border-right: 1px solid #dadada;
    padding-right: 10px;
  }
  .topTextBox h1 {
    font-weight: 500;
  }
	.topTextBox a {
    display: inline-block;
    padding: 15px 10px 12px 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
  }
	.topTextBox a:hover {
			text-decoration: none;
			background: #f2f2f2;
	}
	.topTextBox .topTextsb {
		font-size: 13px;
		margin-top: 7px;
		font-weight: normal;
	}
    
    /*--------------注意事項　クイック注文--------------*/
    .attentionBox{
      display: flex;
    }
    .oseiboTop .attentionLink {
      width: 280px;
      margin-left: 20px;
      font-size: 14px;
  }
		.oseiboTop .attentionLink a {
    font-size: 13px;
    display: block;
    border: 1px solid #b81c22;
    color: #b81c22;
    padding: 4px 10px;
    border-radius: 5px;
    padding-left: 50px;
    position: relative;
}
		.oseiboTop .catalogLink {
    width: 260px;
    margin-left: 20px;
}
    .oseiboTop .attentionLink a::after {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: url(/img/usr/oseibo2020/index_ic03.png) no-repeat top center/ 30px 30px;
      top: 50%;
      left: 12px;
      margin-top: -15px;
  }
		.oseiboTop .catalogLink a {
    display: block;
    text-align: center;
    padding: 4px 16px;
    background-color: #b81c22;
    color: #ffffff;
    border-radius: 5px;
    line-height: 1.3;
  }
		.oseiboTop .catalogLink a span {
			font-size: 16px;
	}
		.triangleIcon01 a {
			background-image: url(/img/usr/oseibo2020/index_ic01.png);
			background-repeat: no-repeat;
			background-position: right 5px bottom 5px;
		}
		.triangleIcon02 a {
			background-image: url(/img/usr/oseibo2020/index_ic02.png);
			background-repeat: no-repeat;
			background-position: right 5px bottom 5px;
		}
    .attentionBox a:hover {
      text-decoration: underline;
      opacity: 0.7;
  }

	/*--------------パンくずリスト---------------*/
    ol.breadcrumb {
      box-sizing: border-box;
      width: 1000px;
      display: contents;
      margin: 0 auto;
      display: table;
      font-size: 12px;
      padding: 10px 10px;
      border-top: 1px solid #dadada;
  }
    ol.breadcrumb li {
      margin: 0 10px 0 0;
      font-size: 13px;
      float: left;
      list-style-type: none;
    }
    ol.breadcrumb li:first-child::before {
      display: none;
    }
    ol.breadcrumb li::before {
      padding: 0 7px 0 1px;
      content: ">";
      font-size: 14px;
      font-weight: bold;
    }
    ol.breadcrumb li a:hover {
      text-decoration: underline;
    }
		.topBox {
			position: relative;
		}
		.topImages {
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 70px;
		}
		.topImages img {
			position: absolute;
			left: 50%;
			width: 2000px;
			height: 100px;
			margin-left: -1000px;
		}
		.topBox .mameText {
			position: absolute;
			top: 50%;
			left: 50%;
			color: #ffffff;
			font-size: 25px;
			margin-left: -87px;
			margin-top: -13px;
			font-weight: bold;
			text-align: center;
			line-height: 1.1;
		}
		p.pageTop a {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			color: #b81c22;
			font-size: 14px;
			margin-left: 206px;
			margin-top: -23px;
			font-weight: bold;
			background: #ffffff;
			padding: 16px;
			text-align: center;
			line-height: 1.1;
		}

		
	/*------------ ナビ -------------*/
	.navBg {
			height: 70px;
	}
	.navBg .gNav {
		display: block;
		background: #333333;
		width: 100%;
	}
	.navBg .gNav .navBtn {
			display: flex;
			width: 1000px;
			margin: 0 auto;
	}	
	.navBg .gNav .navBtn > li {
    width: calc(100% / 6);
		font-size: 16px;
}
	.navBg .gNav .navBtn > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-top: 82px;
    height: 100px;
    position: relative;
}
	.navBg .gNav .navBtn > li > a .navText {
    font-size: 12px;
}
	.navBtn > li > a:hover {
    text-decoration: none;
	}
	
	/*nav固定した際のcss*/
	.navBg .gNav.navfixed {
		position: fixed;
		display: block;
		top: 0;
		z-index: 210;
	}
	
	/*------メガメニュー-------*/
	
	.megaMenu {
		display: none;
	}
	.navBg .gNav.navfixed .navBtn > li:hover .megaMenu {
		display: block;
	}
	.navBg .gNav.navfixed .navBtn > li:hover:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 50px;
    background: #444444;
    top: 68px;
    transform: rotate(45deg);
	}
	.navBg .gNav.navfixed .navBtn > li.nav03:hover:after {
		display: none;
	}
	.megaMenu {
		position: absolute;
		width: 100%;
		padding-top: 15px;
		top: 60px;
		left: 0;
	}
	.megaBg {
		width: 100%;
		background: #444444;
	}
	.megaMenu ul {
		box-sizing: border-box;
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding: 20px 0;
	}	
	.megaMenu ul li {
    margin-right: 10px;
    margin-top: 10px;
	}
	.megaMenu ul li:nth-of-type(4n) {
    margin-right: 0;
	}
	.megaMenu ul li:nth-of-type(-n+4) {
    margin-top: 0;
	}
	.megaMenu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 242px;
    height: 50px;
    background: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    color: #444444;
	}
	
	/*----------　共通　------------*/
	.w1000 {
    width: 1000px;
		padding: 60px 0;
    margin: 0 auto;
	}
	figure {
		margin: 0;
	}
	/*---------豆知識-----------*/
	
	div#contentBox08 {
    background-image: url(/img/usr/oseibo2019/index_bg01.jpg);
    background-position: 55% -50px;
	}	
	div#contentBox08 .mameBox h3 {
    display: block;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 22px;
    padding: 0 10px 10px;
    margin-bottom: 10px;
	}
	div#contentBox08 .mameBox h3::after,
	div#contentBox08 .mameBox h3::before {
		display: none;
	}
	
	/*豆知識一覧*/
	.mameList {
    display: flex;
    flex-wrap: wrap;
	}
		.mameList li {
			width: 190px;
			margin-right: 12px;
			margin-top: 20px;
		}
		.mameList li:nth-of-type(-n+5) {
    margin-top: 0;
    }
		.mameList li:nth-of-type(5n) {
    margin-right: 0;
    }
		.mameList li dt a {
    display: block;
    padding: 0px 24px 0 10px;
    height: 70px;
    color: #b81c22;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #ffffff;
    background: url(/img/usr/oseibo2019/index_ic02.png) no-repeat #ffffff right 5px bottom 5px;
    transition: ease 0.2s;
    display: flex;
    align-items: center;
  }
		.mameList li dt a:hover {
			color: #ffffff;
			font-weight: 500;
			background: url(/img/usr/oseibo2019/index_ic01.png) no-repeat right 5px bottom 5px;
			text-decoration: none;
		}
		.mameList li dd {
			color: #ffffff;
			margin-top: 6px;
		}
		
	/*------------　プロモーション　----------------*/
	.promotion {
		display: none;
		position: fixed;
		left: 10px;
		top: 50%;
		margin-top: -65px;
		z-index: 10;
	}
	
	/*---------豆知識本文----------*/
	#mameBox .w1000 {
		padding-top: 0;
	}
	.h1Box h1{
		padding: 10px 0 15px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    background: #f2f2f2;
		margin-top: 17px;
	}
	.h1Box h1:first-letter {
    font-size: 40px;
		color: #b81c22;
	}
	.h1Box figure img {
		width: 430px;
		display: block;
		margin: 0 auto;
		margin-top: 17px;
	}
	.h1Box p {
		width: 600px;
		display: block;
		margin: 17px auto 0;
		font-size: 15px;
		line-height: 1.3;
	}
	.honbun {
		margin-top: 40px;
	}
	.honbun h2 {
		font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding: 21px 0 15px 52px;
    background: url(/img/usr/oseibo2019/index_ic09.png) no-repeat 0 center / 40px 40px;
	}
	.honbun p {
    margin-top: 12px;
    font-size: 13px;
		line-height: 1.5;
	}
	.topBack a {
		width: 350px;
    margin: 20px auto;
    display: block;
    padding: 15px;
    text-align: center;
    background: #b81c22;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
		transition: ease 0.2s;
	}
	.topBack a:hover {
		box-shadow: 2px 2px 5px #999999;
    text-decoration: none;
	}

  section.honbun_h3List {
    margin: 20px 25px;
  }
  section.honbun_h3List h3 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
  }
  section.honbun_h3List h3:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #000000;
    left: 0;
    top: 4px;
    border-radius: 15px;
  }





/*-----oseibo_time-----*/
	
	.honbun table {
		width: 70%;
		margin: 30px auto;
	}
	.honbun table th,
	.honbun table td {
		border: 1px solid #eee;
		padding: 10px;
		text-align: center;
		font-weight: normal;
	}
	.honbun table th {
		background: #f6f6f6;
	}
	
	/*-----oseibo_choise-----*/
	.honbun dl {
		border: 1px solid #dadada;
		padding: 15px;
		margin: 10px;
	}
	.honbun dl dt {
		padding: 10px;
		background: #dadada;
		width: 150px;
		text-align: center;
		margin: 10px 0 5px;
	}
	.honbun dl dt:first-of-type {
		margin-top: 0;
	}
	.honbun dl.dl_only {
		border: none;
	}

	
	/*-----oseibo_thanks-----*/
	.honbun ol,
	.honbun .example {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #dadada;
    width: 600px;
	}
	.honbun ol li,
	.honbun .example p {
    margin-top: 8px;
    font-size: 13px;
	}
	.honbun ol li:first-of-type,
	.honbun .example p:first-of-type {
    margin-top: 0;
	}
	.honbun .example .example_right {
    text-align: right;
	}
	
	
/*-----oseibo_kakegami-----*/
	section.kakegamiBox {
    margin-top: 30px;
    padding: 20px;
	}
	section.kakegamiBox h3 {
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		margin: 0 auto;
		padding: 10px;
		background: #b81c22;
		color: #ffffff;
		width: 742px;
	}
	section.kakegamiBox .kake {
		display: flex;
		justify-content: center;
		width: 720px;
		margin: 0 auto;
		border: 1px solid #dadada;
		padding: 20px;
	}
	section.kakegamiBox .kake p {
		display: flex;
		align-items: center;
		margin-top: 0;
	}	
	section.kakegamiBox .kake figure img {
		width: 300px;
	}	
	p.note {
    width: 680px;
    display: block;
    margin: -20px auto 0;
    text-align: right;
    color: #777777;
}
	.nosiBox {
		display: flex;
		align-items: center;
		border-top: 2px solid #dadada;
		padding: 30px 0 0 0;
	}
	.nosiBox p {
		margin-top: 0;
		margin-right: 20px;
	}
	.nosiBox p img {
		width: 230px;
	}

