@charset "utf-8";

/*
Theme Name: hohgehoge
Theme URL: http://hogehoge.com/
Version: 1.0
Author: hoge
*/

/*
要素のリセット
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li, ol {
	margin-top: 0mm;
	margin-right: 0mm;
	margin-left: 0mm;
	margin-bottom: 0mm;
	padding: 0;
	border: 0;
	color: #010101;
}

ul, li, ol {
  list-style: none;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*
共通設定
*/

html {
  font-size: 62.5%;
}

body {
  color: #4D4D4D;
  background-color: #fefefe;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  text-align: left;
  line-height: 1.8em;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: inherit;
}

a:hover, a:active {
  color: #AF2841;
}

h1, h2, h3 {
  padding-bottom: .5em;
}

h2.headline {
  color: #B3B3B3;
  font-size: 1.3em;
}

hr.ruled-line {
  border-top: 1px dotted #B3B3B3;
  border-bottom: 1px dotted #FEFEFE;
  margin: 0 20px 20px 20px;
}

img.e-hover:hover, ul.navbar > li:hover, ul.shop-info > li > a:hover {
  opacity: 0.7;
}


.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.f-clearfix {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.w-margin {
  margin-bottom: 1em;
}

.no-blank {
  padding: 0 !important;
  margin: 0 !important;
}

.s-font {
  font-size: .9em;
}

.l-font {
  font-size: 1.1em;
  font-weight: bold;
}

.f-left {
  float: left;
}

.w-mt {
  margin-top: 1em;
}
.t-mt {
  margin-top: 2em;
}

br.w-br {
  line-height: 2.5em;
}

span.l-space {
  letter-spacing: 3em;
}

img.radius {
  border-radius: 10px;
}

img.cart {
  margin: 5px 0 10px 0;
}

/*
Debug
*/
.box-r {
  border: 1px solid red;
}

.box-b {
  border: 1px solid blue;
}

/*
ヘッダー、フッター
*/
#container {
  position: relative;
  width: 100%;
  border-top: 15px solid #AF2841;
  background-image: url("../image/background.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
}

#header, #contents, #bottom-navbar {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#header {
  position: relative;
  margin-top: 10px;
  padding: 10px 0;
  background-image: url("../image/top-kazariwaku.png");
  background-repeat: no-repeat;
  background-position: top left;
}

#bottom-navbar {
  margin-bottom: 5px;
  letter-spacing: -.40em;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
}

#copyright {
  width: 100%;
  background-color: #AF2841;
  color: #fafafa;
}

#contents {
  padding: 10px 0 80px 0;
}

/*
コンテンツ
*/
div.left-contents, div.right-contents {
  float: left;
}

div.left-contents {
  width: 220px;
  padding: 0 30px;
}

div.right-contents {
  width: 650px;
  padding: 0 30px;
}

div.menu-contents {
  width: 900px;
  padding: 0 30px;
  text-align: left;
}

/*
パーツ
*/
ul.navbar {
  margin: 10px 30px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.navbar > li {
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  border-right: 1px dotted #B3B3B3;
  border-bottom: 3px solid #fff;
}

ul.navbar > li:hover:not(.current) {
  border-bottom: 3px solid #AF2841 !important;
}

ul.navbar > li.current {
  border-bottom: 3px solid #AF2841;
  opacity: 0.7;
}

ul.navbar > li:last-child, ul.b-navbar > li:last-child {
  border-right: none;
}

ul.b-navbar {
  text-align: right
}

ul.b-navbar > li {
  display: inline;
  letter-spacing: normal;
  font-size: 0.9em;
  padding: 5px 10px;
  border-right: 1px dotted #B3B3B3;
}

ul.cake-list > li > a > img {
  padding: 5px;
  border: 1px solid #E6E6E6;
}

ul.cake-list > li > a > img.current {
  border: 1px solid #AF2841;
}

ul.cake-list > li > a > img:hover:not(.current) {
  border: 1px solid #AF2841;
}

ul.shop-info > li {
  text-align: right;
}

div.backbtn {
  text-align: right;
  color: #B3B3B3;
  font-size: 0.8em;
  padding-top: 50px;
}

div.main-box {
  padding: 0 20px 20px 20px;
  text-align: left;
}

div.main-box > p:first-child ~ p {
	margin-top: 1em;
	color: #F90004;
}

div.main-box > p.indent {
  text-indent: 1em;
}

div.hte-box {
  padding: 0 20px;
}

div.hte-box.img-wbox {
  padding-left: 230px;
  padding-top: 20px;
}

div.hte-box > div.hte {
  padding-top: 10px;
  text-align: left;
}

div.hte-box > div.hte:first-child {
  padding-top: 0 !important;
}


div.hte-box > div.hte > img {
  margin-right: 10px;
}

div.copy {
  width: 940px;
  margin: 0 auto;
  font-size: 0.9em;
}

iframe.new-frame {
  border: none;
  width: 650px;
  height: 130px;
}

div.new-box {
  padding: 5px;
}

table.data-table > tbody > tr > td:first-child {
  white-space: nowrap;
  vertical-align: top;
}
