@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : bbq.css
 author     : Ability Consultant
 style info : 海鮮BBQのおすすめ
=================================================================== */
/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
@-webkit-keyframes scroll_down {
  0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
  50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
  }
  100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
}
@-moz-keyframes scroll_down {
  0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
  50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
  }
  100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
}
@-ms-keyframes scroll_down {
  0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
  50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
  }
  100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
}
@keyframes scroll_down {
  0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
  50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
  }
  100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	body .container {
		width: 95%;
	}
}
@media print {
	body .container {
		width: 95%;
	}
}
.ie8 body .container {
	width: 95%;
}
body .txt {
	margin-bottom: 1.5em;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	body .txt {
		margin-bottom: 1em;
	}
}
@media only screen and (max-width: 767px) {
	body .txt {
		line-height: 1.5;
	}
}
body .txt_orange {
	color: #c9823d;
	font-weight: normal;
}
body .txt_bg_orange {
	background: #bc5705;
	color: #FFF;
}
body .st_sub {
	text-align: center;
	font-size: 115%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
	body .st_sub {
		margin-bottom: 1em;
	}
}
body .ttl_sm {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	font-size: 186%;
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body .ttl_sm {
		font-size: 186%;
	}
}
@media only screen and (max-width: 767px) {
	body .ttl_sm {
		font-size: 136%;
	}
}
@media only screen and (max-width: 767px) {
	body .ttl_sm {
		margin-bottom: 0.7em;
	}
}
body .container_big {
	max-width: 1476px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body .container_big {
		max-width: 95%;
	}
}
@media only screen and (max-width: 767px) {
	body .container_big {
		max-width: 95%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1476px) {
	body .container_big {
		max-width: 95%;
	}
}
@media print {
	body .container_big {
		max-width: 95%;
	}
}
.ie8 body .container_big {
	max-width: 95%;
}
body .container_medi {
	max-width: 1338px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body .container_medi {
		max-width: 95%;
	}
}
@media only screen and (max-width: 767px) {
	body .container_medi {
		max-width: 95%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1338px) {
	body .container_medi {
		max-width: 95%;
	}
}
@media print {
	body .container_medi {
		max-width: 95%;
	}
}
.ie8 body .container_medi {
	max-width: 95%;
}
@media only screen and (max-width: 767px) {
	body .mv_sp .box_img {
		margin-bottom: 1em;
		text-align: center;
	}
	body .mv_sp .box_img img {
		width: 100%;
	}
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	text-align: center;
	padding: 3em 0;
	margin-bottom: 2.3em;
}
@media only screen and (max-width: 767px) {
	.con_intro {
		padding: 0.5em 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro {
		margin-bottom: 1.5em;
	}
}
.con_intro .container {
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
	.con_intro .container {
		margin-bottom: 1em;
	}
}
.con_intro .txt_orange {
	font-family: "Gilda Display", serif;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: 1em;
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
	.con_intro .txt_orange {
		margin-bottom: 1em;
	}
}
.con_intro .st_intro {
	font-size: 172%;
	font-weight: normal;
	letter-spacing: .3em;
	margin-bottom: 0.7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .st_intro {
		font-size: 172%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .st_intro {
		font-size: 143%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .st_intro {
		margin-bottom: 0.5em;
	}
}
.con_intro .txt {
	text-align: center;
	line-height: 2.5;
	font-size: 115%;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.con_intro .txt {
		text-align: left;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .txt {
		line-height: 1.6;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .txt {
		font-size: 115%;
	}
}
@media only screen and (max-width: 767px) {
	.con_intro .txt {
		font-size: 100%;
	}
}

/* -----------------------------------------------------------
	.con_lobster
----------------------------------------------------------- */
.con_lobster {
	margin-bottom: 3.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_lobster {
		margin-bottom: 2.5em;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster {
		margin-bottom: 1.5em;
	}
}
.con_lobster .box_orange {
	max-width: 510px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	padding: 1em 1.5em;
	text-align: center;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_orange {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_orange {
		padding: 0.7em;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_orange {
		margin-bottom: 0.6em;
	}
}
.con_lobster .box_orange p {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	font-size: 129%;
	margin-bottom: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_lobster .box_orange p {
		font-size: 129%;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_orange p {
		font-size: 115%;
	}
}
.con_lobster .box_lobster {
	margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_lobster {
		margin-bottom: 1em;
	}
}
.con_lobster .box_lobster .img {
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_lobster .img {
		margin-bottom: 1em;
	}
}
.con_lobster .box_hotpot {
	background: #fef5e3;
	padding: 3.8em 3.8em 1.8em;
	margin-bottom: 2.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_lobster .box_hotpot {
		padding: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_hotpot {
		padding: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_hotpot {
		margin-bottom: 1.5em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.con_lobster .box_hotpot {
		padding: 2.5em;
	}
}
@media print {
	.con_lobster .box_hotpot {
		padding: 2.5em;
	}
}
.ie8 .con_lobster .box_hotpot {
	padding: 2.5em;
}
.con_lobster .box_seafood {
	padding: 3.5em 0;
	border-top: 1px dotted #000000;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood {
		padding: 2em 0;
	}
}
.con_lobster .box_seafood .box_detail {
	margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_detail {
		margin-bottom: 2em;
	}
}
.con_lobster .box_seafood .box_detail .box_txt {
	padding-left: 0;
	width: 34%;
	padding-right: 4em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_detail .box_txt {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_detail .box_txt {
		padding-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.con_lobster .box_seafood .box_detail .box_txt {
		padding-right: 1.5em;
		width: 40%;
	}
}
@media print {
	.con_lobster .box_seafood .box_detail .box_txt {
		padding-right: 1.5em;
		width: 40%;
	}
}
.ie8 .con_lobster .box_seafood .box_detail .box_txt {
	padding-right: 1.5em;
	width: 40%;
}
.con_lobster .box_seafood .box_detail .box_img {
	justify-content: flex-end;
	width: 66%;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_detail .box_img {
		width: 100%;
	}
}
.con_lobster .box_seafood .box_detail .box_img .img {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_detail .box_img .img {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.con_lobster .box_seafood .box_detail .box_img {
		width: 60%;
	}
}
@media print {
	.con_lobster .box_seafood .box_detail .box_img {
		width: 60%;
	}
}
.ie8 .con_lobster .box_seafood .box_detail .box_img {
	width: 60%;
}
.con_lobster .box_seafood .box_point {
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_point {
		margin-bottom: 1.5em;
	}
}
.con_lobster .box_seafood .box_point .box_img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 31%;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_point .box_img {
		width: 100%;
	}
}
.con_lobster .box_seafood .box_point .box_img .img {
	width: 49.5%;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.con_lobster .box_seafood .box_point .box_img {
		width: 35%;
	}
}
@media print {
	.con_lobster .box_seafood .box_point .box_img {
		width: 35%;
	}
}
.ie8 .con_lobster .box_seafood .box_point .box_img {
	width: 35%;
}
.con_lobster .box_seafood .box_point .box_txt {
	width: 69%;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_seafood .box_point .box_txt {
		width: 100%;
	}
}
.con_lobster .box_seafood .box_point .box_txt .txt {
	margin-bottom: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.con_lobster .box_seafood .box_point .box_txt {
		width: 65%;
	}
}
@media print {
	.con_lobster .box_seafood .box_point .box_txt {
		width: 65%;
	}
}
.ie8 .con_lobster .box_seafood .box_point .box_txt {
	width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.con_lobster .box_seafood {
		padding-bottom: 2em;
	}
}
@media print {
	.con_lobster .box_seafood {
		padding-bottom: 2em;
	}
}
.ie8 .con_lobster .box_seafood {
	padding-bottom: 2em;
}
.con_lobster .box_seafood .box_note li {
	text-indent: -1.3em;
	padding-left: 1em;
}
.con_lobster .box_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_detail {
		margin-bottom: 1em;
	}
}
.con_lobster .box_detail .box_img {
	width: 68%;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_detail .box_img {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.con_lobster .box_detail .box_img {
		width: 65%;
	}
}
@media print {
	.con_lobster .box_detail .box_img {
		width: 65%;
	}
}
.ie8 .con_lobster .box_detail .box_img {
	width: 65%;
}
.con_lobster .box_detail .box_txt {
	width: 32%;
	padding-left: 3em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_detail .box_txt {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_lobster .box_detail .box_txt {
		padding-left: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_detail .box_txt {
		padding-left: 0;
	}
}
.con_lobster .box_detail .box_txt .txt_orange {
	font-size: 115%;
	letter-spacing: 1px;
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_lobster .box_detail .box_txt .txt_orange {
		font-size: 115%;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_detail .box_txt .txt_orange {
		font-size: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_detail .box_txt .txt_orange {
		margin-bottom: 1em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.con_lobster .box_detail .box_txt {
		padding-left: 2em;
		width: 35%;
	}
}
@media print {
	.con_lobster .box_detail .box_txt {
		padding-left: 2em;
		width: 35%;
	}
}
.ie8 .con_lobster .box_detail .box_txt {
	padding-left: 2em;
	width: 35%;
}
.con_lobster .box_point {
	background: #FFF;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	padding: 2.5em 3em;
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_point {
		padding: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_point {
		margin-bottom: 0.6em;
	}
}
.con_lobster .box_point .box_img {
	width: 26%;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_point .box_img {
		width: 100%;
	}
}
.con_lobster .box_point .box_txt {
	width: 74%;
	padding-left: 2em;
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_point .box_txt {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_point .box_txt {
		padding-left: 0;
	}
}
.con_lobster .box_point .box_txt .txt_point {
	font-family: "Gilda Display", serif;
	font-size: 86%;
	letter-spacing: .4em;
	margin-bottom: .3em;
}
.con_lobster .box_point .box_txt .st_h4 {
	font-size: 129%;
	margin-bottom: .7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_lobster .box_point .box_txt .st_h4 {
		font-size: 129%;
	}
}
@media only screen and (max-width: 767px) {
	.con_lobster .box_point .box_txt .st_h4 {
		font-size: 115%;
	}
}
.con_lobster .box_point .box_txt .txt {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.con_lobster .box_point {
		padding: 2em;
	}
}
@media print {
	.con_lobster .box_point {
		padding: 2em;
	}
}
.ie8 .con_lobster .box_point {
	padding: 2em;
}
.con_lobster .box_note li {
	color: #850004;
}
.con_lobster .box_note li::before {
	content: "※";
	padding-right: .4em;
}

/* -----------------------------------------------------------
	.con_offer
----------------------------------------------------------- */
.con_offer {
	background: #85bfb9;
	color: #fff;
	margin-bottom: 1em;
	padding: 4.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_offer {
		padding: 3em 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_offer {
		padding: 2em 0;
	}
}
.con_offer .st_title {
	margin-bottom: .5em;
}
.con_offer .st_sub {
	margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
	.con_offer .st_sub {
		margin-bottom: 1.5em;
	}
}
.con_offer .box_detail {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.con_offer .box_detail .item {
	width: 32%;
	margin: 0 1.5em 1em 0;
	border: 1px solid #a6d2cd;
}
@media only screen and (max-width: 767px) {
	.con_offer .box_detail .item {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.con_offer .box_detail .item {
		margin: 0 0 1em;
	}
}
.con_offer .box_detail .item:nth-child(3n) {
	margin-right: 0;
}
@media only screen and (min-width: 963px) and (max-width: 1106px) {
	.con_offer .box_detail .item {
		width: 31.8%;
	}
}
@media print {
	.con_offer .box_detail .item {
		width: 31.8%;
	}
}
.ie8 .con_offer .box_detail .item {
	width: 31.8%;
}
@media only screen and (min-width: 768px) and (max-width: 962px) {
	.con_offer .box_detail .item {
		width: 31.4%;
	}
}
.con_offer .box_detail .item a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1.6em;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_offer .box_detail .item a {
		padding: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_offer .box_detail .item a {
		padding: 1em;
	}
}
.con_offer .box_detail .item a:hover {
	background: #73afa9;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.con_offer .box_detail .item a .img {
	text-align: center;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
	.con_offer .box_detail .item a .img {
		margin-bottom: 0.7em;
	}
}
@media only screen and (max-width: 767px) {
	.con_offer .box_detail .item a .img img {
		width: 100%;
	}
}
.con_offer .box_detail .item a .box_txt .st_h4 {
	font-size: 129%;
	font-weight: normal;
	margin-bottom: 1em;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_offer .box_detail .item a .box_txt .st_h4 {
		font-size: 129%;
	}
}
@media only screen and (max-width: 767px) {
	.con_offer .box_detail .item a .box_txt .st_h4 {
		font-size: 115%;
	}
}
@media only screen and (max-width: 767px) {
	.con_offer .box_detail .item a .box_txt .st_h4 {
		margin-bottom: 0.7em;
	}
}

/* -----------------------------------------------------------
	.con_infor_order
----------------------------------------------------------- */
.con_infor_order {
	padding: 3em 0 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_infor_order {
		padding: 2.5em 0 1em;
	}
}
@media only screen and (max-width: 767px) {
	.con_infor_order {
		padding: 2em 0 0.7em;
	}
}
.con_infor_order .st_bg {
	background: #f1f1f1;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	text-align: center;
	font-size: 143%;
	padding: .4em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_infor_order .st_bg {
		font-size: 143%;
	}
}
@media only screen and (max-width: 767px) {
	.con_infor_order .st_bg {
		font-size: 129%;
	}
}
.con_infor_order ul li {
	color: #7b0000;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.con_infor_order ul li {
		line-height: 1.5;
	}
}
.con_infor_order ul.ul_square {
	padding: 2em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_infor_order ul.ul_square {
		padding: 1.5em 0;
	}
}
@media only screen and (max-width: 767px) {
	.con_infor_order ul.ul_square {
		padding: 1em 0;
	}
}
.con_infor_order ul.ul_square > li {
	margin-bottom: .6em;
}
.con_infor_order ul.ul_square > li::before {
	content: "■";
}
.con_infor_order ul.ul_dots {
	padding-left: 1.5em;
}
@media only screen and (max-width: 767px) {
	.con_infor_order ul.ul_dots {
		padding-left: 1em;
	}
}
.con_infor_order ul.ul_dots > li::before {
	content: "・";
}
.con_infor_order ul.no_style {
	padding-left: 1.5em;
}
@media only screen and (max-width: 767px) {
	.con_infor_order ul.no_style {
		padding-left: 1em;
	}
}

/* -----------------------------------------------------------
	.modifiler
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) and (max-width: 1350) {
	body .ttl_sm.ttl_ss {
		font-size: 172%;
	}
}
@media print {
	body .ttl_sm.ttl_ss {
		font-size: 172%;
	}
}
.ie8 body .ttl_sm.ttl_ss {
	font-size: 172%;
}
