@charset "UTF-8";
/* =============================================================
モバイル：骨格	mobframework
============================================================= */
* {
  zoom: 1;
}

html {
  width: 375px;
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body {
  width: 375px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
}

/* =============================================================
モバイル：基本レイアウト	mobframework
============================================================= */
header, nav, main, aside, section, article, footer {
  display: block;
  margin: 0;
  padding: 0;
}

/* =============================================================
モバイル：画像 基本	mobframework
============================================================= */
img {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

figcaption {
  text-align: center;
  white-space: wrap;
}

/* =============================================================
モバイル：テキスト 基本	mobframework
p	{
	display:block;
	max-width: 315px;
	font-size: 16px;
	white-space: wrap;
	line-height: 1.6em;
	margin: 5px auto;
	padding: 0;
	&.center	{
		text-align: center;
		margin: 0 auto;
	}
	&.honbun	{
		width: 90%;
		font-size: 17px;
		font-feature-settings: "palt";
		text-align: justify;
		letter-spacing: 0.1em;
		word-break: break-all;
		margin: 0 auto 10px auto;
		padding: 0;
	}
	&.listed	{
		font-size: 15px;
		text-align: left;
		margin: 5px 0;
	}
	&.itemized	{
		width: 100%;
		font-size: 16px;
		line-height: 1.65em;
		text-align: center;
		margin: 5px auto;
	}
	a.redbelt	{
		display:inline-block;
		color:#fff;
		font-size: 18px;
		font-weight: bold;
		background-color:#ff7f7f;
		margin: 3px auto;
		padding: 3px 5px;
	}	
}
============================================================= */
/* =============================================================
モバイル：リスト 基本	mobframework
============================================================= */
ul {
  width: 100%;
  margin: 5px auto;
  padding: 0;
}
ul li {
  width: 90%;
  list-style-type: none;
  text-decoration: none;
  margin: 5px auto;
  padding: 0;
}
ul li.disc {
  width: 18em;
  margin: 0 auto 0.5em auto;
}
ul li.disc::before {
  content: "・";
  margin: 0 0 0 -1em;
}

/* =============================================================
モバイル：リンク 基本	mobframework
============================================================= */
a {
  color: #444;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

span.new {
  display: inline;
  width: 50px;
  font-size: 100%;
  color: #fff;
  text-align: center;
  list-style-type: none;
  margin: 0 5px 0 5px;
  background-color: #ff7f7f;
  padding: 3px;
}
span.new::before {
  content: none;
}

/*
span.red	{
	color:#ff0000;
	font-size: 14px;
	br	{
		line-height: 1.2em;
	}
}
*/
/* =============================================================
モバイル：ナビ	mobframework
============================================================= */
nav {
  padding: 0 0 5px 0;
  background-color: #fff;
}
nav ul {
  display: flex;
  width: 375px;
  height: 40px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
nav ul li {
  width: 50%;
  margin: 0 auto;
  padding: 0;
}
nav ul li a {
  height: 40px;
  display: block;
  overflow: hidden;
  color: #fff;
  list-style-type: none;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  line-height: 2.5em;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  padding: 0;
}
nav ul li a.cando {
  background: #006a6c;
}
nav ul li a.inquiry {
  background: #006a6c;
}
nav ul li a.profile {
  background: #2cb4ab;
}
nav ul li a.void {
  background: url("/imgMainNavi/footerNaviVoid.png") no-repeat center -7px;
}
nav ul li a:hover {
  background-position: center center;
}
nav ul li a.current, nav ul li a.current:hover, nav ul li a.void {
  cursor: default;
}

/* =============================================================
モバイル：body	トップページ
============================================================= */
body.toppage header {
  position: fixed;
  width: 375px;
  height: 50px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  background-color: #fff;
  /*
  		background: url("/img/p01.jpg") 0 0 no-repeat;
  		background-size: contain;
  */
  /*
  		nav	{
  			padding: 0 0 0 0;
  		}
  */
}
body.toppage header a.toplogo {
  float: left;
  width: 100%;
  height: 40px;
  text-indent: -9999px;
  background: url("/img/toplogo.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #aaa;
}
body.toppage main {
  width: 355px;
  margin: 0 auto 10px auto;
  padding: 30px 0 30px 0;
}
body.toppage main img.topimg {
  display: block;
  width: 100%;
  height: auto;
}

/*	=============================================================
モバイル：body	トップページ以外
============================================================= */
body:not(.toppage) header {
  position: fixed;
  width: 375px;
  height: 50px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  background-color: #fff;
}
body:not(.toppage) header a.toplogo {
  display: block;
  width: 375px;
  height: 40px;
  text-indent: -9999px;
  background: url("/img/toplogo.jpg") no-repeat;
  background-size: cover;
}
body:not(.toppage) header img.mobonly {
  display: none;
}
body:not(.toppage) main {
  width: 355px;
  margin: 0 auto 10px auto;
  padding: 80px 0 30px 0;
  /*
  		display: flex;
  		flex-flow: row wrap;
  		align-items:stretch;
  		justify-content: space-between;
  */
}

/* =============================================================
モバイル：本文	article
============================================================= */
article {
  width: 355px;
  margin: 0 auto 30px auto;
  padding: 0;
}
article div {
  clear: both;
  display: block;
  width: 355px;
  height: auto;
  margin: 5px 0 10px 0;
}
article div.imgcap {
  clear: both;
  display: block;
  width: 355px;
  min-height: 140px;
  margin: 5px 0 10px 0;
}
article div img {
  margin: 5px auto;
}
article div img.max {
  max-width: 350px;
  height: auto;
}
article div img.half {
  max-width: 75%;
  height: auto;
  margin: 0px auto 3px auto;
}
article div p {
  width: 100%;
}
article div p.caption {
  width: 100%;
  font-size: 16px;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  word-break: break-all;
  margin: 0 auto 5px auto;
  padding: 0;
}
article div.eot {
  clear: both;
  width: 100%;
  margin: 20px auto;
}
article div.eot img {
  width: 75%;
}

/* =============================================================
モバイル：サイドメニュー	aside
============================================================= */
aside {
  width: 355px;
  margin: 10px auto 0 auto;
  padding: 0;
}
aside ul {
  width: 355px;
  margin: 0;
  padding: 0;
}
aside ul li {
  margin: 0;
  padding: 0;
}
aside ul li a {
  display: block;
  width: 355px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 10px auto 10px auto;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  /*
  				&.inquiry	{
  					background-color: #00a497;
  				}
  */
}
aside ul li a.sumikae {
  background-color: #e6a243;
}
aside ul li a.sensor {
  background-color: #b94a57;
}
aside ul li a.mimamorisupport {
  background-color: #00a69f;
}
aside ul li a.mimotohosho {
  background-color: #83407d;
}
aside ul li a.seinenkouken {
  background-color: #86763f;
}
aside ul li a.shisetsushoukai {
  background-color: #1d778e;
}
aside ul li a.sougi {
  background-color: #847871;
}
aside ul li a.procedure {
  background-color: #a0b278;
}
aside ul li a.Agency {
  background-color: #ccc;
}
aside ul li a.current {
  cursor: default;
}

/* =============================================================
モバイル：フッタ	mobfooter
============================================================= */
footer {
  clear: both;
  width: 375px;
  /*
  	border-top: 1px solid #aaa;
  */
}
footer div.inquiry {
  /*
  		margin: 30px auto;
  		border-bottom:1px solid #888;
  */
  padding: 30px 0;
  color: #fff;
  background-color: #006a6c;
}
footer div.inquiry h1 {
  font-size: 24px;
  color: #fff;
}
footer div.inquiry p {
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px auto;
}
footer div.inquiry div.button a {
  display: block;
  width: 355px;
  height: 80px;
  border-radius: 5px;
  margin: 10px auto;
  background-color: #fff;
}
footer div.inquiry div.button a.tel {
  text-indent: -9999px;
  overflow: hidden;
  background: url("/img/inquiry-telmob.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
footer div.inquiry div.button a.mail {
  text-indent: -9999px;
  overflow: hidden;
  background: url("/img/inquiry-mail.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
footer ul {
  width: 375px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
footer ul li a {
  display: block;
  width: 79.25px; /*	４列		*/
  height: 44px;
  overflow: hidden;
  list-style-type: none;
  white-space: nowrap;
  text-indent: 100%;
  text-decoration: none;
  cursor: pointer;
  margin: 0 1px 1px 0;
}
footer div.credit {
  clear: both;
  width: 320px;
  font-size: 12px;
  color: #444;
  text-align: center;
  vertical-align: top;
  padding: 10px 0 10px 0;
  width: 100%;
}
footer div.credit span {
  font-size: 16px;
}
footer div.credit p {
  font-size: 12px;
}

/* =============================================================
モバイル：H　基本	mobframework
============================================================= */
h1 {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  line-height: 1.3em;
  overflow: visible;
  margin: 0 0 4px 0;
  padding: 5px 0;
  background-color: #006a6c;
}
h1.withLineBreak {
  font-size: 18px;
  line-height: 1.3em;
}
h1 span {
  display: block;
  font-size: 70%;
  line-height: 1.3em;
}
h1.title {
  display: block;
  width: 355px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 10px auto 10px auto;
  padding: 0;
  border-radius: 5px;
}
h1.title.sumikae {
  color: #e6a243;
  border: 2px solid #e6a243;
  background-color: #fff;
}
h1.title.sensor {
  color: #b94a57;
  border: 2px solid #b94a57;
  background-color: #fff;
}
h1.title.mimamorisupport {
  color: #00a69f;
  border: 2px solid #00a69f;
  background-color: #fff;
}
h1.title.mimotohosho {
  color: #83407d;
  border: 2px solid #83407d;
  background-color: #fff;
}
h1.title.seinenkouken {
  color: #86763f;
  border: 2px solid #86763f;
  background-color: #fff;
}
h1.title.shisetsushoukai {
  color: #1d778e;
  border: 2px solid #1d778e;
  background-color: #fff;
}
h1.title.sougi {
  color: #847871;
  border: 2px solid #847871;
  background-color: #fff;
}
h1.title.procedure {
  color: #a0b278;
  border: 2px solid #a0b278;
  background-color: #fff;
}
h1.title.Agency {
  background-color: #ccc;
}
h1.title.inquiry {
  background-color: #006a6c;
}

h2 {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto 7px auto;
  padding: 3px 0;
  border: none;
  background-color: #ddd;
}

body.korobanu h2 {
  color: #fff;
  background-color: #00b1a9;
}

h3 {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 5px 0;
  padding: 0px 0 5px 0;
  border-bottom: 1px solid #888;
}
h3.noborder {
  border: none;
}

h4 {
  clear: both;
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 0 0 -5px 0;
  padding: 5px 0 0 0;
  border: none;
  border-bottom: 1px solid #888;
}

/* =============================================================
モバイル：テーブル：基本	mobframework
============================================================= */
table {
  border-collapse: collapse;
  width: 97%;
  font-size: 15px;
  margin: 7px auto 10px auto;
  padding: 0;
}
table th, table td {
  margin: 0;
}
table th {
  width: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.5em;
  margin: 0;
  padding: 5px 10px;
}
table th.red {
  color: red;
  font-size: 12px;
}
table th.title {
  font-size: 17px;
}
table th.heading {
  max-width: 100%;
  text-align: right;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
table td {
  min-width: 60px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5em;
  white-space: normal;
  margin: 0;
  padding: 5px 0 5px 5px;
}
table td.prof {
  text-align: center;
  line-height: 1em;
  padding: 0 0 7px 0;
}
table td:last-child {
  width: 316px;
}
table td span {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 5px 5px 10px;
  padding: 0;
}
table td span.red {
  color: red;
  font-size: 14px;
  margin: 0 5px 5px 0px;
}
table td span.bigger {
  font-size: 18px;
  margin: 0;
}
table td span.price {
  display: inline;
  width: 100%;
  text-align: right;
  line-height: 1.5em;
  font-size: 18px;
  margin: 3px 5px 10px 10px;
}
table td span.new {
  display: inline-block;
  width: 50px;
  color: #fff;
  text-align: center;
  list-style-type: none;
  margin: 0 5px 0 5px;
  background-color: #ff7f7f;
  padding: 3px;
}
table td span.new::before {
  content: none;
}
table td.btmNoborder {
  border-bottom: none;
}
table.withborder {
  border: 2px solid #888;
}
table.btmNoborder {
  border-bottom: none;
}
table.showcase td {
  width: 50%;
}
table.showcase td.blue {
  background-color: #eaf6fd;
}
table.showcase td.green {
  background-color: #ebf5ec;
}

/*	テーブル：基本	*/
/* =============================================================
モバイル：テーブル：お問合せフォーム	mob-framework
============================================================= */
table.mailform {
  width: 355px;
  margin: 10px 0;
  padding: 0;
}
table.mailform tr {
  width: 355px;
  margin: 0;
  padding: 0;
}
table.mailform tr th, table.mailform tr td {
  clear: both;
  display: block;
  width: 355px;
  font-size: 14px;
  text-align: left;
}
table.mailform tr th {
  width: 345px;
  max-width: 50%;
  margin: 0 0 10px 0;
  padding: 7px 5px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  min-height: 12px;
}
table.mailform tr th.bdrtopsld888, table.mailform tr th.bdrbtmsld888, table.mailform tr th.bdrbtmdot888 {
  border: none;
}
table.mailform tr th.bgeee {
  background-color: #eee;
}
table.mailform tr th.void {
  display: none;
}
table.mailform tr th span.hissu {
  color: red;
  padding-left: 1em;
}
table.mailform tr th span.red {
  width: 300px;
}
table.mailform tr th span.red br {
  display: none;
}
table.mailform tr th span.gray {
  display: block;
  width: 100%;
  color: #666;
  font-size: 12px;
  line-height: 1.2em;
  white-space: normal;
  margin: 0;
  padding: 0;
}
table.mailform tr td {
  width: 355px;
  min-width: 50%;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}
table.mailform tr td img {
  float: left;
}
table.mailform tr td ul {
  width: 300px;
  margin: 0 auto;
  padding: 0;
}
table.mailform tr td ul li {
  float: left;
  display: block;
}
table.mailform tr td ul li input[type=checkbox] + label span {
  width: 120px;
  margin: -27px 0 20px 30px;
  padding: 0;
}
table.mailform tr td textarea {
  width: 200px;
  font-size: 18px;
  border: solid 1px #ccc;
  margin: 10px 0;
  background-color: #fff;
}
table.mailform tr td input[type=text] {
  width: 355px;
}
table.mailform tr td input[type=submit],
table.mailform tr td input[type=reset] {
  clear: both;
  display: inline;
  width: 150px;
  height: 50px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  margin: 0px 10px;
  padding: 6px 0 4px 0;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #006a6c;
  background-color: #006a6c;
  cursor: pointer;
}
table.mailform tr td input[type=submit]:hover,
table.mailform tr td input[type=reset]:hover {
  font-size: 16px;
  padding: 2px 0 1px 0;
  background-color: #006a6c;
}

input[type=reset] {
  width: 130px;
  height: 50px;
  margin-left: 10px;
}
input[type=reset] table.mailform tr th {
  width: 355px;
  min-height: 12px;
  border-top: solid 1px #aaa;
  border-bottom: none;
}

input[type=submit] {
  width: 130px;
  height: 50px;
  margin-left: 10px;
}

input[type=checkbox] {
  position: relative;
  top: 18px;
}

input[type=checkbox].selectFlower {
  position: relative;
  top: 17px;
}

td.orderItem p.checkboxComment {
  display: block;
  width: 270px;
}

td.orderItem p.checkboxComment img {
  display: block;
  clear: both;
  zoom: 150%;
  margin: 0 auto;
}

input[type=text].beerBrand {
  width: 270px;
}

p.orderType {
  margin: 0;
  padding-left: 7px;
}

h1 + table {
  border-top: none;
}

.pconly {
  display: none;
}

.mobonly {
  display: block;
}

.noborder {
  border: none;
}

a.current {
  display: none;
}

.bdrtopsld888 {
  border-top: 1px solid #888;
}

.bdrbtmsld888 {
  border-bottom: 1px solid #888;
}

.bdrbtmdot888 {
  border-bottom: 1px dotted #888;
}

.bgeee {
  background-color: #eee;
}/*# sourceMappingURL=mob-framework.css.map */