@charset "UTF-8";
/* COMMON
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
}

.pc {
  display: inline;
}
@media only screen and (max-width:766px) {
  .pc {
    display: none;
  }
}

.sm {
  display: none;
}
@media only screen and (max-width:766px) {
  .sm {
    display: inline;
  }
}

br.sm_br {
  display: none;
}
@media only screen and (max-width:766px) {
  br.sm_br {
    display: inline;
  }
}

@media only screen and (max-width:766px) {
  br.pc_br {
    display: none;
  }
}

a {
  text-decoration: none;
  outline: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #333333;
  opacity: 0.6;
}

a img:hover {
  opacity: 0.6;
}

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

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

input {
  outline: 0;
}

.list01 li {
  position: relative;
  padding-left: 1.5em;
}
.list01 li:before {
  content: "◉";
  display: block;
  position: absolute;
  left: 0;
}

.list01 li {
  position: relative;
  padding-left: 1.5em;
}
.list01 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

p.bt a {
  display: block;
  background: #594e09;
  color: #fff;
  width: 240px;
  text-align: center;
  line-height: 1em;
  padding: 10px;
  font-size: 14px;
  font-size: 0.9333333333em;
  font-weight: bold;
  font-family: "Helvetica", Meiryo, "游ゴシック", YuGothic, sans-serif;
  border-radius: 5px;
}
p.bt a i {
  margin-left: 0.5em;
}
@media only screen and (max-width:766px) {
  p.bt a {
    width: 100%;
  }
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
}

.tel {
  font-size: 36px;
  font-size: 2.4em;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}
.tel a {
  color: #930505;
}
.tel a span {
  display: block;
  font-size: 0.5em;
  color: #333333;
  margin-bottom: 0.2em;
  font-weight: normal;
}

.fax a {
  background: #594e09;
  display: block;
  color: #fff;
  padding: 10px;
  line-height: 1em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fax a i.fa-fax {
  font-size: 1.3em;
  margin-right: 10px;
}
.fax a i.fa-caret-right {
  margin-left: 5px;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 1em;
}
.scroll table.price_list {
  margin-bottom: 0;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.online_link {
  text-align: center;
  margin-top: 2em;
}
.online_link a {
  display: inline-block;
  background: #e9b747;
  line-height: 0em;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
}
.online_link a i.fa-shopping-cart {
  font-size: 1.5em;
  margin-right: 5px;
}
.online_link a i.fa-caret-right {
  margin-left: 5px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* LAYOUT
-------------------------------------------------------------- */
body {
  font-size: 15px;
  line-height: 1.8em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
  background: #fff;
  color: #333333;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
}

div#wrapper {
  min-height: 100%;
}

/* HEDDER
-------------------------------------------------------------- */
header {
  width: 100%;
  box-sizing: border-box;
}
header h1 {
  padding: 15px 0;
}
@media only screen and (max-width:766px) {
  header h1 {
    padding: 10px 0 5px 0;
  }
}
header h1 a {
  display: block;
  background: url(../images/logo.png) no-repeat;
  background-size: 250px auto;
  width: 250px;
  height: 87px;
  text-indent: -999999px;
  margin: 0 auto;
}
@media only screen and (max-width:766px) {
  header h1 a {
    background-size: 117px auto;
    width: 126px;
    height: 44px;
  }
}
header .g_nav {
  width: 100%;
  background: url(../images/back_r.png);
  background-size: 30px auto;
}
@media only screen and (max-width:766px) {
  header .g_nav {
    width: 100%;
  }
}
header .g_nav ul {
  width: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width:1200px) {
  header .g_nav ul {
    width: 1200px;
  }
}
header .g_nav ul li {
  display: table-cell;
  width: 25%;
  line-height: 1em;
  border-right: 1px solid #fff;
}
header .g_nav ul li:last-child {
  border-right: none;
}
header .g_nav ul li a {
  display: block;
  width: 100%;
  font-size: 17px;
  font-size: 1.1333333333em;
  text-align: center;
  color: #fff;
  padding: 12px 0;
}
header .g_nav ul li a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width:766px) {
  header .g_nav ul li a {
    height: 80px;
    padding: 55px 0 0 0;
    font-size: 12px;
    font-size: 0.8em;
    white-space: nowrap;
  }
  header .g_nav ul li:nth-child(1) a {
    background: url(../images/menu01.png) no-repeat center top 12px;
    background-size: 37px auto;
  }
  header .g_nav ul li:nth-child(2) a {
    background: url(../images/menu02.png) no-repeat center top 17px;
    background-size: 35px auto;
  }
  header .g_nav ul li:nth-child(3) a {
    background: url(../images/menu03.png) no-repeat center top 17px;
    background-size: 20px auto;
  }
  header .g_nav ul li:nth-child(4) a {
    background: url(../images/menu04.png) no-repeat center top 17px;
    background-size: 20px auto;
  }
}
header div#bt_home {
  position: absolute;
  right: 40px;
  top: 20px;
}
header div#bt_home a {
  display: block;
  width: 78px;
  height: 78px;
  background: url(../images/bt_home.png) no-repeat;
  background-size: 78px auto;
  text-indent: -999999px;
}
@media only screen and (max-width:766px) {
  header div#bt_home {
    right: 10px;
    top: 10px;
  }
  header div#bt_home a {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
}

/* INDEX
-------------------------------------------------------------- */
main {
  display: block;
}

/*
div#index_mv{
	height: 100vh;
	position: relative;
	&:before{
		position: absolute;
		top:0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		z-index: 200;
		height: 7px;
		background: url(../images/back_g.png);
		background-size: 30px auto;
		}
	h1{
		position: absolute;
		top:50%;
		right: 70px;
		padding: 30px 15px 10px 15px;
		margin-top: -225px;
		background: rgba(255,255,255,0.9);
		border-radius: 20px;
		z-index: 100;
		img{
			width: 247px;
		}
		@media only screen and (max-width:766px){
			@media screen and (orientation: portrait) {	
				width: 200px;
				right: auto;
				left: 50%;
				margin-left: -100px;
			}
			@media screen and (orientation: landscape){	
				width: 150px;
				margin-top: -120px;
				right: 30px;
			}
			img{
				width: 100%;
			}
		}
	}
	p#bt_scroll{
		position: absolute;
		bottom: 30px;
		text-align: center;
		width: 100%;
		animation: sc .5s ease infinite alternate;
		@keyframes sc{
		  0% {transform: translateY(0px);}
		  100% {transform: translateY(-10px);}
		}
		@media only screen and (max-width:766px){
			bottom: 15px;
		}
		img{
			width: 80px;
		}
	}

	.item_text{

}


	ul{
		li{
			height: 100vh;
			width: 100%;
			&:nth-child(1){
				background: url(../images/index_mv01.jpg) no-repeat center center;
				background-size: cover;
			}
			&:nth-child(2){
				background: url(../images/index_mv02.jpg) no-repeat center center;
				background-size: cover;
			}
			&:nth-child(3){
				background: url(../images/index_mv03.jpg) no-repeat center center;
				background-size: cover;
			}
			&:nth-child(4){
				background: url(../images/index_mv04.jpg) no-repeat center center;
				background-size: cover;
			}
			&:nth-child(5){
				background: url(../images/index_mv05.jpg) no-repeat center center;
				background-size: cover;
			}
		}
	}
}
*/
div#index_mv {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
div#index_mv:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  z-index: 200;
  height: 7px;
  background: url(../images/back_g.png);
  background-size: 30px auto;
}
div#index_mv h1 {
  position: absolute;
  top: 50%;
  right: 70px;
  padding: 30px 15px 10px 15px;
  margin-top: -225px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  z-index: 100;
}
div#index_mv h1 img {
  width: 247px;
}
@media only screen and (max-width:766px) and (orientation: portrait) {
  div#index_mv h1 {
    width: 200px;
    right: auto;
    left: 50%;
    margin-left: -100px;
  }
}
@media only screen and (max-width:766px) and (orientation: landscape) {
  div#index_mv h1 {
    width: 150px;
    margin-top: -120px;
    right: 30px;
  }
}
@media only screen and (max-width:766px) {
  div#index_mv h1 img {
    width: 100%;
  }
}
div#index_mv p#bt_scroll {
  z-index: 100;
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  animation: sc 0.5s ease infinite alternate;
}
@keyframes sc {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media only screen and (max-width:766px) {
  div#index_mv p#bt_scroll {
    bottom: 15px;
  }
}
div#index_mv p#bt_scroll img {
  width: 80px;
}
div#index_mv video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
div#index_mv div#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/overlay_b.png);
  background-position: center center;
}

div#mv {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
div#mv:before {
  content: "";
  display: block;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}
@media only screen and (max-width:766px) {
  div#mv:before {
    height: 55px;
  }
}
div#mv video#bgvid {
  z-index: -2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  background: #ffffff;
}
div#mv div#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: url(../images/overlay.png);
  background-position: center center;
}
@media only screen and (max-width:766px) {
  div#mv div#overlay {
    height: calc(100% - 55px);
  }
}

.news_container {
  text-align: center;
  padding: 40px 15px;
  max-width: 440px;
  margin: 0 auto;
}
.news_container h2 {
  background: url(../images/icon01.png) no-repeat;
  background-size: 30px auto;
  color: #930505;
  font-size: 18px;
  font-size: 1.2em;
  display: inline-block;
  width: 8em;
  height: 30px;
  padding-top: 2px;
  margin-bottom: 25px;
}
.news_container ul {
  margin: 0 auto;
  max-width: 440px;
  text-align: left;
}
.news_container ul li {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-bottom: 1px dotted #808080;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.news_container ul li a {
  display: block;
}
.news_container ul li a span {
  font-size: 12px;
  font-size: 0.8em;
  margin-right: 2em;
}
@media only screen and (max-width:766px) {
  .news_container ul li a span {
    display: block;
  }
}
.news_container p#bt_news {
  margin: 0 auto;
  text-align: right;
}
.news_container p#bt_news a {
  display: inline-block;
  background: url(../images/arrow01.png) right center no-repeat;
  background-size: 4px auto;
  padding-right: 1em;
  font-size: 13px;
  font-size: 0.8666666667em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
  color: #5a1a00;
}

section#index02 {
  background: #f5ebd7;
  padding: 55px 15px;
}
section#index02 .sec_inner {
  max-width: 1200px;
  margin: 0px auto;
  background: url(../images/line01.png) repeat-x left top 30px, url(../images/line01.png) repeat-x bottom;
  background-size: 2px auto, 2px auto;
}
section#index02 .sec_inner h2 {
  background: url(../images/icon02.png) no-repeat center top, #f5ebd7;
  background-size: 38px auto;
  color: #5a1a00;
  text-align: center;
  width: 105px;
  height: 80px;
  margin: 0px auto 2em auto;
  padding-top: 45px;
  font-size: 18px;
  font-size: 1.2em;
}
section#index02 .sec_inner > ul {
  max-width: 900px;
  margin: 0 auto;
}
section#index02 .sec_inner > ul#index02_01 {
  display: table;
  table-layout: fixed;
  margin-bottom: 5em;
  width: 100%;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  section#index02 .sec_inner > ul#index02_01 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:766px) {
  section#index02 .sec_inner > ul#index02_01 {
    display: block;
    margin-bottom: 2em;
  }
}
section#index02 .sec_inner > ul#index02_01 li {
  display: table-cell;
}
@media only screen and (max-width:766px) {
  section#index02 .sec_inner > ul#index02_01 li {
    display: block;
  }
}
section#index02 .sec_inner > ul#index02_01 li:first-child {
  text-align: center;
  vertical-align: top;
  width: 400px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  section#index02 .sec_inner > ul#index02_01 li:first-child {
    width: 300px;
    text-align: left;
  }
}
@media only screen and (max-width:766px) {
  section#index02 .sec_inner > ul#index02_01 li:first-child {
    width: 100%;
    text-align: center;
  }
}
section#index02 .sec_inner > ul#index02_01 li:first-child img {
  width: 260px;
}
section#index02 .sec_inner > ul#index02_01 li:last-child {
  text-align: left;
  color: #5a1a00;
  vertical-align: middle;
  line-height: 2em;
}
section#index02 .sec_inner > ul#index02_01 li:last-child p:first-child {
  margin-bottom: 2em;
}
section#index02 .sec_inner > ul#index02_02 {
  zoom: 1;
  padding-bottom: 5em;
}
section#index02 .sec_inner > ul#index02_02:before, section#index02 .sec_inner > ul#index02_02:after {
  content: "";
  display: table;
}
section#index02 .sec_inner > ul#index02_02:after {
  clear: both;
}
section#index02 .sec_inner > ul#index02_02 > li:first-child {
  float: right;
  width: 450px;
  color: #5a1a00;
}
@media only screen and (max-width:1023px) {
  section#index02 .sec_inner > ul#index02_02 > li:first-child {
    float: none;
    width: 100%;
  }
}
section#index02 .sec_inner > ul#index02_02 > li:first-child table {
  line-height: 1.5em;
}
section#index02 .sec_inner > ul#index02_02 > li:first-child table th {
  padding-right: 2em;
  padding-bottom: 0.5em;
  text-align: left;
  vertical-align: top;
}
section#index02 .sec_inner > ul#index02_02 > li:first-child table td {
  padding-bottom: 0.5em;
  text-align: left;
  vertical-align: top;
}
section#index02 .sec_inner > ul#index02_02 > li:last-child {
  float: left;
  width: 390px;
}
@media only screen and (max-width:1023px) {
  section#index02 .sec_inner > ul#index02_02 > li:last-child {
    float: none;
    margin: 0 auto;
    width: 450px;
    margin-top: 5em;
  }
}
@media only screen and (max-width:766px) {
  section#index02 .sec_inner > ul#index02_02 > li:last-child {
    width: 100%;
    margin-top: 2em;
  }
}
section#index02 .sec_inner > ul#index02_02 > li:last-child ul {
  color: #5a1a00;
  font-size: 13px;
  font-size: 0.8666666667em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
section#index02 .sec_inner #index_youtube {
  max-width: 980px;
  margin: 0 auto 5em auto;
}
@media only screen and (max-width:766px) {
  section#index02 .sec_inner #index_youtube {
    margin-bottom: 1em;
  }
}

/* ITEM
-------------------------------------------------------------- */
h2#page_title {
  background: url(../images/icon03.png) no-repeat center top 23px, url(../images/back_g.png);
  background-size: 44px auto, 30px auto;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-size: 1.8666666667em;
  padding: 80px 15px 25px 15px;
}
@media only screen and (max-width:766px) {
  h2#page_title {
    font-size: 20px;
    font-size: 1.3333333333em;
    background-size: 40px auto, 30px auto;
  }
}

div.container {
  max-width: 1200px;
  margin: 0 auto;
  zoom: 1;
  padding-top: 30px;
}
div.container:before, div.container:after {
  content: "";
  display: table;
}
div.container:after {
  clear: both;
}
div.container article {
  float: none;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width:1200px) {
  div.container article {
    max-width: 860px;
    float: left;
    padding: 0;
  }
}
div.container #aside {
  float: none;
  margin: 0px 15px 3em 15px;
  border: 1px solid #930505;
}
@media only screen and (min-width:1200px) {
  div.container #aside {
    float: right;
    max-width: 295px;
  }
}
div.container #aside h4 {
  color: #fff;
  font-size: 17px;
  font-size: 1.1333333333em;
  text-align: center;
  background: url(../images/back_r.png);
  background-size: 30px auto;
  padding: 10px 0;
}
div.container #aside ul#ite_menu {
  border-bottom: 1px solid #930505;
  padding: 0px 18px;
}
div.container #aside ul#ite_menu li {
  text-align: center;
  border-bottom: 1px dotted #930505;
  padding: 15px 0;
}
div.container #aside ul#ite_menu li:last-child {
  border-bottom: none;
}
div.container #aside ul#ite_menu li a:hover {
  color: #930505;
}
div.container #aside ul#ite_menu li a.current {
  color: #930505;
  font-weight: bold;
}
div.container #aside div#item_order {
  padding: 150px 10px 20px 10px;
  background: url(../images/icon_order.png) no-repeat center top 20px;
  background-size: 114px auto;
  text-align: center;
}
div.container #aside div#item_order p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8666666667em;
  line-height: 1.3em;
}
div.container #aside div#item_order p i {
  font-size: 1.5em;
}
div.container #aside div#item_order ul li {
  margin-bottom: 10px;
}
div.container #aside div#item_order ul li:last-child {
  margin-bottom: 0;
}
div.container #aside div#item_order ul li:last-child a {
  border-bottom: 1px solid #930505;
  color: #930505;
  display: inline-block;
  background: url(../images/arrow02.png) no-repeat right center;
  background-size: 6px auto;
  font-size: 13px;
  font-size: 0.8666666667em;
  font-weight: bold;
  padding-right: 0.6em;
}

.item_list {
  border-bottom: 1px solid #930505;
  display: table;
  table-layout: fixed;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width:766px) {
  .item_list {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.item_list li {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  padding: 5px 12px;
  border-right: 1px dotted #930505;
}
@media only screen and (max-width:766px) {
  .item_list li {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #930505;
    margin-bottom: 1em;
    padding: 0 0 1em 0;
  }
}
.item_list li.blank {
  border-right: none;
}
@media only screen and (max-width:766px) {
  .item_list li.blank {
    display: none;
  }
}
.item_list li:nth-child(4) {
  border-right: none;
}
.item_list li div.item_img {
  text-align: center;
  height: 170px;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  .item_list li div.item_img {
    height: 260px;
    margin-bottom: 0.5em;
  }
}
.item_list li div.item_img img {
  max-width: 170px;
  max-height: 170px;
}
@media only screen and (max-width:766px) {
  .item_list li div.item_img img {
    max-width: 260px;
    max-height: 100%;
  }
}
.item_list li div.item_info h3 {
  font-size: 18px;
  font-size: 1.2em;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  .item_list li div.item_info h3 {
    font-size: 20px;
    font-size: 1.3333333333em;
  }
}
.item_list li div.item_info h3 span {
  font-size: 0.8em;
}
.item_list li div.item_info p.item_price {
  color: #930505;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.9333333333em;
}
.item_list li div.item_info p.item_text {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  font-size: 14px;
  font-size: 0.9333333333em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6em;
  padding-top: 0.5em;
}

.item_list01 li {
  width: 100%;
  border-right: none;
  padding-top: 0;
}
.item_list01 li div.item_img {
  text-align: left;
  float: left;
  padding-right: 40px;
  height: auto;
}
@media only screen and (max-width:766px) {
  .item_list01 li div.item_img {
    float: none;
    padding-right: 0;
    text-align: center;
    height: 260px;
  }
}
.item_list01 li div.item_img img {
  max-width: 360px;
  max-height: 360px;
}
@media only screen and (max-width:766px) {
  .item_list01 li div.item_img img {
    max-width: 260px;
    max-height: 100%;
  }
}
.item_list01 li div.item_info {
  padding-top: 1em;
}
.item_list01 li div.item_info h3 {
  font-size: 22px;
  font-size: 1.4666666667em;
}
@media only screen and (max-width:766px) {
  .item_list01 li div.item_info h3 {
    font-size: 20px;
    font-size: 1.3333333333em;
  }
}

.item_list03 li {
  width: calc(100% / 3);
}
@media only screen and (max-width:766px) {
  .item_list03 li {
    width: 100%;
  }
}
.item_list03 li:nth-child(3) {
  border-right: none;
}
.item_list03 li div.item_img {
  height: auto;
}
@media only screen and (max-width:766px) {
  .item_list03 li div.item_img {
    height: 260px;
  }
}
.item_list03 li div.item_img img {
  max-width: 220px;
  max-height: 220px;
}
@media only screen and (max-width:766px) {
  .item_list03 li div.item_img img {
    max-width: 260px;
    max-height: 100%;
  }
}

.item_list_last {
  border-bottom: none;
}

/* ABOUT
-------------------------------------------------------------- */
section#about01 {
  max-width: 630px;
  padding: 25px 15px 80px 15px;
  margin: 0 auto;
}
section#about01 figure {
  text-align: right;
  font-size: 0.7em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 0.8em;
}
section#about01 p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-top: 2em;
}
section#about02 {
  background: #f5ebd7;
  padding: 60px 15px 80px 15px;
}
@media only screen and (max-width:766px) {
  section#about02 {
    padding: 30px 15px 80px 15px;
  }
}
section#about02 .sec_inner {
  max-width: 700px;
  margin: 0 auto;
}
section#about02 .sec_inner h3 {
  text-align: center;
  margin-bottom: 1em;
}
section#about02 .sec_inner h3 img {
  width: 150px;
}
section#about02 .sec_inner p {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4em auto;
}
@media only screen and (max-width:766px) {
  section#about02 .sec_inner p {
    text-align: left;
  }
}
section#about02 .sec_inner ul li {
  border: 1px solid #930505;
  border-radius: 10px;
  margin-bottom: 55px;
  padding: 25px;
  position: relative;
}
@media only screen and (max-width:766px) {
  section#about02 .sec_inner ul li {
    padding: 50px 10px 10px 10px;
  }
  section#about02 .sec_inner ul li:last-child {
    padding: 25px 10px 10px 10px;
  }
}
section#about02 .sec_inner ul li h4 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
}
@media only screen and (max-width:766px) {
  section#about02 .sec_inner ul li h4 {
    padding: 0 15px;
  }
}
section#about02 .sec_inner ul li h4 span {
  display: inline-block;
  padding: 0 15px;
  background: #f5ebd7;
  font-size: 18px;
  font-size: 1.2em;
  color: #930505;
  font-weight: bold;
}
section#about02 .sec_inner ul li dl {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
section#about02 .sec_inner ul li dl dd {
  margin-bottom: 1em;
}
section#about02 .sec_inner ul li dl dd:last-child {
  margin-bottom: 0;
}

/* MAP
-------------------------------------------------------------- */
article#map {
  max-width: 480px;
  margin: 0 auto;
  padding: 45px 15px 100px 15px;
  color: #930505;
}
article#map h2 {
  text-align: center;
  margin-bottom: 2em;
}
article#map h2 img {
  width: 114px;
  height: auto;
}
article#map ul {
  margin-top: 2em;
  margin-bottom: 2em;
}
article#map table {
  margin-bottom: 1em;
}
article#map table tr th {
  text-align: left;
  padding-right: 2em;
  white-space: nowrap;
  vertical-align: top;
}
article#map table tr td {
  text-align: left;
  vertical-align: top;
}

/* Order
-------------------------------------------------------------- */
article#order {
  max-width: 760px;
  margin: 0 auto;
  padding: 45px 15px 100px 15px;
}
article#order h2 {
  text-align: center;
  margin-bottom: 2em;
}
article#order h2 img {
  width: 114px;
  height: auto;
}
article#order section {
  margin-bottom: 6em;
}
article#order section h3 {
  font-size: 24px;
  font-size: 1.6em;
  color: #930505;
  text-align: center;
  margin-bottom: 0.5em;
}
article#order section h3 span {
  font-size: 0.8em;
}
article#order section#order01 p#order_text {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2.5em;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  article#order section#order01 p#order_text {
    text-align: left;
    line-height: 1.5em;
  }
}
article#order section#order01 p#order_text span {
  font-size: 24px;
  font-size: 1.6em;
  border-bottom: 1px solid #930505;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}
@media only screen and (max-width:766px) {
  article#order section#order01 p#order_text span {
    display: block;
    border: 2px solid #930505;
    color: #930505;
    padding: 10px;
    font-size: 19px;
    font-size: 1.2666666667em;
    text-align: center;
    margin-top: 0.5em;
  }
}
article#order section#order01 p.tel {
  text-align: center;
  font-size: 50px;
  font-size: 3.3333333333em;
  margin-bottom: 0.3em;
  line-height: 0.8em;
}
article#order section#order01 p.fax {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
article#order section#order02 table {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  width: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
article#order section#order02 table th {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background: #f5ebd7;
  text-align: center;
  padding: 10px;
  vertical-align: top;
}
article#order section#order02 table td {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  padding: 10px;
  vertical-align: top;
}
article#order section#order02 table tr th:first-child {
  text-align: left;
}
article#order section#order02 table tr td:first-child {
  text-align: left;
}
article#order section#order02 .cation {
  font-size: 0.9em;
}
article#order section#order03 {
  text-align: center;
}
article#order section#order03 p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
article#order section#order03 div {
  margin-top: 0.5em;
  border: 1px solid #333333;
  font-size: 31px;
  font-size: 2.0666666667em;
  padding: 0 10px 10px 10px;
  line-height: 1.1em;
}
article#order section#order03 div span.span01 {
  font-size: 0.5em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
article#order section#order03 div span.span02 {
  font-size: 0.8em;
}
article#order section#order03 p.cation {
  font-size: 0.8em;
  margin-top: 0.5em;
}
article#order section#order04 table {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.9333333333em;
}
article#order section#order04 table tr th {
  white-space: nowrap;
  border-right: 1px dotted #333333;
  border-bottom: 1px solid #333333;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
}
article#order section#order04 table tr td {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 10px;
  vertical-align: top;
}

/* プライバシーポリシー
-------------------------------------------------------------- */
article#privacy {
  max-width: 640px;
  margin: 0 auto;
  padding: 65px 15px;
  font-size: 14px;
  font-size: 0.9333333333em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  line-height: 1.6em;
}
article#privacy h2 {
  text-align: center;
  color: #930505;
  font-size: 24px;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}
article#privacy section {
  margin: 3em 0;
}
article#privacy section h3 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.0666666667em;
  margin-bottom: 0.5em;
}
article#privacy section ol.list02 {
  padding-left: 2em;
}
article#privacy section ol.list02 > li {
  list-style: decimal;
  list-style-position: outside;
  margin-bottom: 1em;
}
article#privacy section ol.list02 > li:last-child {
  margin-bottom: 0;
}
article#privacy section ol.list03 {
  padding-top: 1em;
}
article#privacy section ol.list03 > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  position: relative;
  padding-left: 1.5em;
}
article#privacy section ol.list03 > li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
  top: 0;
}

/* NEWS
-------------------------------------------------------------- */
main#news {
  padding: 40px 0px 0 0;
}
main#news h2 {
  text-align: center;
  margin-bottom: 3em;
}
main#news h2 img {
  width: 114px;
}
main#news article {
  max-width: 700px;
  margin: 0 auto 7em auto;
  padding: 0 15px;
}
main#news article p.day {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8666666667em;
}
main#news article h3 {
  color: #930505;
  font-size: 19px;
  font-size: 1.2666666667em;
  text-align: center;
  border-bottom: 1px solid #930505;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
main#news article h3 a {
  color: #930505;
}
main#news article div.news_body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 0 2em;
}
main#news article div.news_body p {
  margin-bottom: 1.5em;
}
main#news article div.news_body p:last-child {
  margin-bottom: 0;
}
main#news div#news_footer {
  background: #f5ebd7;
  padding: 0 15px;
}
main#news div#news_footer h2 {
  margin-bottom: 2em;
}

/* FOOTER
-------------------------------------------------------------- */
footer div#footer_wrapper {
  background: #5a1a00;
  padding: 25px 15px;
}
footer div#footer_wrapper div#footer_inner {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
}
footer div#footer_wrapper div#footer_inner h3 {
  float: left;
  margin-right: 3em;
}
@media only screen and (max-width:1023px) {
  footer div#footer_wrapper div#footer_inner h3 {
    float: none;
    margin: 0;
    margin-bottom: 0.5em;
  }
}
footer div#footer_wrapper div#footer_inner h3 a {
  display: block;
  background: url(../images/footer_logo_new.png) no-repeat;
  background-size: 146px auto;
  width: 146px;
  height: 35px;
  text-indent: -99999px;
}
@media only screen and (max-width:1023px) {
  footer div#footer_wrapper div#footer_inner h3 a {
    margin: 0 auto;
  }
}
footer div#footer_wrapper div#footer_inner p#footer_tel {
  float: right;
  line-height: 1em;
}
@media only screen and (max-width:1023px) {
  footer div#footer_wrapper div#footer_inner p#footer_tel {
    float: none;
    margin-bottom: 1em;
  }
}
footer div#footer_wrapper div#footer_inner p#footer_tel a {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 10px 50px;
}
@media only screen and (max-width:1023px) {
  footer div#footer_wrapper div#footer_inner p#footer_tel a {
    max-width: 290px;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
footer div#footer_wrapper div#footer_inner p#footer_tel a.tel {
  background: #fff;
  color: #930505;
  font-size: 30px;
  font-size: 2em;
  font-weight: bold;
}
footer div#footer_wrapper div#footer_inner p#footer_tel a.tel span {
  color: #5a1a00;
  display: block;
  font-size: 0.5em;
  margin-bottom: 0.3em;
}
footer div#footer_wrapper div#footer_inner p#footer_tel a.tel i {
  margin-right: 0.3em;
}
footer div#footer_wrapper div#footer_inner p#footer_tel a.online {
  background: #fff;
  color: #930505;
  font-size: 15px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.5em;
}
footer div#footer_wrapper div#footer_inner p#footer_tel a.online span {
  color: #5a1a00;
  display: block;
  font-size: 0.5em;
  margin-bottom: 0.3em;
}
footer div#footer_wrapper div#footer_inner p#footer_tel a.online i {
  margin-right: 0.3em;
}
footer div#footer_wrapper div#footer_inner table {
  font-size: 14px;
  font-size: 0.9333333333em;
}
@media only screen and (max-width:1023px) {
  footer div#footer_wrapper div#footer_inner table {
    max-width: 290px;
    margin: 0 auto;
  }
}
footer div#footer_wrapper div#footer_inner table th {
  padding-right: 1.5em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
footer div#footer_wrapper div#footer_inner table td {
  vertical-align: top;
  text-align: left;
}
footer div#footer_wrapper div#footer_inner table td a {
  color: #fff;
  text-decoration: underline;
}
footer div#footer_info {
  text-align: center;
  line-height: 1.3em;
  padding: 1em 15px 1em 15px;
  font-family: "Helvetica", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #5a1a00;
}
footer div#footer_info a {
  font-size: 12px;
  font-size: 0.8em;
  color: #5a1a00;
}
footer div#footer_info copy {
  font-size: 11px;
  font-size: 0.7333333333em;
}

/* SLLICK
-------------------------------------------------------------- */
ul.slick-dots {
  text-align: right;
}
ul.slick-dots li {
  margin: 0;
}