
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#tablet {
	display: none;
}

/* レイアウト
-------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body#home,
body#menu,
body#access,
body#send {
	background: url("../img/common/bg.png") top left repeat;
}


#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1060px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 230%;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-family:"ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 30px;
	border: 1px solid #FFF;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-family:"ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	box-sizing: border-box;
}

h1 + h2,
ul + h2,
ul + h3,
p + h2,
p + h3 {
	margin-top: 40px;
}

h2 + h3 {
	margin-top: 30px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
	margin-top: 20px;
	margin-bottom: 30px;
}

#header_left {
	float: left;
}

#header_left p {
	font-size: 80%;
}

#header_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 212px;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 150%;
	font-size: 110%;
	font-family:"ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	border-right: 1px dashed #AAA;
	transition:all 0.5s ease;
	background: url("../img/nav/navi.svg") center bottom no-repeat;
}

#navi ul li:nth-child(1) {
	border-left: 1px dashed #AAA;
	box-sizing: border-box;
}

#navi ul li span {
	display: block;
	font-size: 50%;
	text-transform: uppercase;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 10px 0 20px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a span {
	color: #B05938;
	transition:all 0.5s ease;
}

#navi ul li a:hover,
#navi ul li a:hover span {
	transition:all 0.5s ease;
	color: #DC000C;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	padding-top: 15px;
}

section {
	padding-bottom: 60px;
}

.column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left70 {
	float: left;
	width: 65%;
}

.right30 {
	float: right;
	width: 30%;
}


/* フッター
--------------------------------------------------------------------------*/

#footer {
	background: #550F24;
	padding: 40px 0 0px;
}

.footer_left {
	float: left;
}

.footer_left p {
	color: #FFF;
}

.footer_right {
	float: right;
}

.footer_right p {
	color: #FFF;
	text-align: right;
}

#footer_bottom {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255, 0.2);
}

address {
	font-style: normal;
	text-align: center;
	font-size: 80%;
	color: #FFF;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg_white {
	background: #FFF;
	padding: 60px 0 0px;
}

#concept_box {
	text-align: center;
	margin: 0 auto;
}

#concept_main {
	position: relative;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 420px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#concept_main p {
	margin-left: 20px;
	letter-spacing: 0.1em;
	line-height: 220%;
}

#concept_main p:nth-child(1) {
	margin-left: 40px;
}

#concept_main p:nth-child(2) {
	font-size: 120%;
	margin-left: 40px;
}

.title01 {
	background: url("../img/content/top/title01_bg.svg") center center no-repeat;
	background-size: cover;
	padding: 20px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bg_black {
	background: #000;
	padding-bottom: 0;
}

.bg_black_pic {
	padding: 80px 0 50px;
	background: url("../img/content/top/bg_pic01.png") top right no-repeat, url("../img/content/top/bg_pic02.png") bottom left no-repeat;
}

.bg_black_pic h1 {
	color: #FFF;
	text-align: left;
}

.bg_black_pic p {
	color: #FFF;
}

.bg_tare {
	padding: 80px 0 50px;
	background: url("../img/content/top/bg_pic03.png") bottom left no-repeat;
	background-size: 40%;
}

.border {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #590E25;
}

.bg_shop {
	background: url("../img/content/top/bg_shop.png") bottom right no-repeat;
	background-size: 50%;
	padding-bottom: 20px;
}

.bg_logo {
	background: url("../img/content/top/bg_logo.png") center top no-repeat;
}

.bg_shop .column2 {
	margin-bottom: 0;
}

.box {
	position: relative;
}

.box div {
	position: absolute;
	top: 0;
	right: 0;
}

#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
	/*
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
	*/
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	/*
  top: -30px;
	*/
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}

/* 下階層
--------------------------------------------------------------------------*/

/* コンテンツ
--------------------------------------------------------------------------*/

/* 焼き方
------------------------------------------------*/

body#yaku {
	background: #000;
	padding-bottom: 0;
}

body#yaku #content {
	padding: 80px 0 50px;
	background: url("../img/content/yaku/bg_pic01.png") top left no-repeat;
}

body#yaku #content p,
body#yaku #content h1 {
	color: #FFF;
}

.border_center {
	background: url("../img/content/yaku/border.png") center top repeat-y;
}

/* アクセス
------------------------------------------------*/

#content {
	padding: 50px;
}



/* サイドバー
--------------------------------------------------------------------------*/

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #590E25;
	color: #FFF;
	font-size: 100%;
	line-height: 100%;
	transition: 0.3s;
	text-align: center;
	border-radius: 4px;
}

.btn span {
	background: url("../img/content/top/cart.svg") center center no-repeat;
	padding: 20px 25px;
}

.btn a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 20px 0px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 4px;
}

.btn a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #DC000C;
	transition: 0.3s;
	border-radius: 4px;
}

.btn2 {
	background: #000;
	color: #FFF;
	font-size: 120%;
	line-height: 100%;
	transition: 0.3s;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 0;
}

.btn2 a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 20px 0px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 4px;
}

.btn2 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #DC000C;
	transition: 0.3s;
	border-radius: 4px;
}

#menu_btn {
	display: none;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 80%;
	z-index: 1000;
}

#page-top a {
    background: #111;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #d8b448;
}

#link_btn {
    position: fixed;
    bottom: 40%;
    right: 15px;
	z-index: 1000;
}


@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1060px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}




}



/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 770px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
	margin-top: 10px;
	margin-bottom: 30px;
}

#header_left {
	float: none;
}

#header_left p {
	font-size: 80%;
	margin-bottom: 20px;
}

#header_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 150%;
	font-size: 100%;
	font-family:"ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	border-right: 1px dashed #AAA;
	transition:all 0.5s ease;
	background: url("../img/nav/navi.svg") center bottom no-repeat;
}

#navi ul li:nth-child(1) {
	border-left: 1px dashed #AAA;
	box-sizing: border-box;
}

#navi ul li:nth-child(3) {
	border-left: 1px dashed #AAA;
	box-sizing: border-box;
}

#navi ul li:nth-child(4) {
	box-sizing: border-box;
}

#navi ul li span {
	display: block;
	font-size: 50%;
	text-transform: uppercase;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 10px 0 20px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a span {
	color: #B05938;
	transition:all 0.5s ease;
}

#navi ul li a:hover,
#navi ul li a:hover span {
	transition:all 0.5s ease;
	color: #DC000C;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	padding-top: 15px;
}

section {
	padding-bottom: 60px;
}

.column2 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

.left70 {
	float: none;
	width: 100%;
}

.right30 {
	float: none;
	width: 100%;
}


/* フッター
--------------------------------------------------------------------------*/

#footer {
	background: #550F24;
	padding: 40px 0 0px;
}

.footer_left {
	float: none;
}

.footer_left p {
	color: #FFF;
	text-align: center;
}

.footer_right {
	float: none;
}

.footer_right p {
	color: #FFF;
	text-align: center;
}

#footer_bottom {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255, 0.2);
}

address {
	font-style: normal;
	text-align: center;
	font-size: 80%;
	color: #FFF;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg_white {
	background: #FFF;
	padding: 60px 0 0px;
}

#concept_box {
	text-align: center;
	margin: 0 auto;
}

#concept_main {
	position: relative;
	-ms-writing-mode: auto;
	writing-mode: horizontal-tb;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#concept_main p {
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	line-height: 180%;
}

#concept_main p:nth-child(1) {
	margin-left: 0px;
	text-align: center;
}

#concept_main p:nth-child(2) {
	font-size: 120%;
	margin-left: 0px;
}

.title01 {
	background: url("../img/content/top/title01_bg.svg") center center no-repeat;
	background-size: cover;
	padding: 20px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bg_black {
	background: #000;
	padding-bottom: 0;
}

.bg_black_pic {
	padding: 80px 0 50px;
	background: url("../img/content/top/bg_pic01.png") top right no-repeat, url("../img/content/top/bg_pic02.png") bottom left no-repeat;
	background-size: 100%;
}

.bg_black_pic h1 {
	color: #FFF;
	text-align: left;
}

.bg_black_pic p {
	color: #FFF;
}

.bg_tare {
	padding: 80px 0 50px;
	background: url("../img/content/top/bg_pic03.png") bottom left no-repeat;
	background-size: 40%;
}

.border {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #590E25;
}

.bg_shop {
	background: url("../img/content/top/bg_shop.png") bottom right no-repeat;
	background-size: 50%;
	padding-bottom: 50px;
}

.bg_logo {
	background: url("../img/content/top/bg_logo.png") center top no-repeat;
}

.bg_shop .column2 {
	margin-bottom: 0;
}

.left {
    width: 60%;
    margin-top: 40px;
    margin-left: -20px;
}

.box {
	position: relative;
}

.box div {
	position: absolute;
	top: 0;
	right: 0;
}

#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
	/*
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
	*/
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	/*
  top: -30px;
	*/
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}

/* 下階層
--------------------------------------------------------------------------*/

/* コンテンツ
--------------------------------------------------------------------------*/

/* 焼き方
------------------------------------------------*/

body#yaku {
	background: #000;
	padding-bottom: 0;
}

body#yaku #content {
	padding: 80px 0 50px;
	background: url("../img/content/yaku/bg_pic01.png") top left no-repeat;
}

body#yaku #content p,
body#yaku #content h1 {
	color: #FFF;
}

.border_center {
	background: none;
}
	
	.alignC {
		text-align: left;
	}

/* アクセス
------------------------------------------------*/

#content {
	padding: 20px 0;
}

.fontLLL {
	font-size:190%;
	line-height:130%;
}


#link_btn {
    position: fixed;
    bottom: auto;
    top: 30px;
    right: 15px;
	z-index: 1000;
}

}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {


} /* /@media */
