@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.column h3 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 20px;
}

.column h4 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}

.column h5 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}

.column h6 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.column p,
.column ul,
.column ol,
.column dl {
	font-size: 120%;
	line-height: 2.0;
	margin-bottom: 40px;
}

.column p {
	font-kerning: none;
	overflow-wrap: break-word;
	word-break: normal;
	word-wrap: break-word;
}

.column ul {
	margin-left: 20px;
	margin-bottom: 60px;
}
.column ol{
	counter-reset: list_count;
	letter-spacing: -1em;
	margin-left: 20px;
}

.column li {
	margin-bottom: 20px;
}

.column ul li {
	list-style-type: disc;
}
.column ul li + ul {
	font-size: 95%;
}
.column ul li + ul li {
	list-style-type: circle;
}

.column ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
.column ol li {
	counter-reset: number;
	list-style-type: none;
	margin-left: -1.0em;
	padding-left: 1.50em;
	text-indent: -1.50em;
	list-style-position: outside;
	letter-spacing: normal;
}
.column ol li:before{
	margin-right: 0.3em;
	counter-increment: list_count;
	content: counter(list_count);
	display: inline-block;
	line-height: 1.2em;
	text-align: center;
	height: 1.2em;
	width: 1.2em;
	border-radius: 50%;
	font-size: 1.0em;
	background: #557F00;
	color: #FFFFFF;
	text-indent: 0em;
}
.column ol li .circle_number{
	display: inline-block;
	line-height: 1.2em;
	text-align: center;
	height: 1.2em;
	width: 1.2em;
	border-radius: 50%;
	font-size: 1.0em;
	background: #557F00;
	color: #FFFFFF;
	text-indent: 0em;
}

.column figure {
	margin: 0 0 40px;
	text-align: center;
}

.column figcaption {
	margin-top: 10px;
}

.column img {
	max-width: 100%;
	height: auto;
}

.column strong {
	color: #FF4C4C;
}

.column mark {
	background: #F5E8BE;
	background: -moz-linear-gradient(transparent 60%, #F5E8BE 60%); /* FF3.6+ */
	background: -webkit-gradient(transparent 60%, #F5E8BE 60%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(transparent 60%, #F5E8BE 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(transparent 60%, #F5E8BE 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(transparent 60%, #F5E8BE 60%); /* IE10+ */
	background: linear-gradient(transparent 60%, #F5E8BE 60%);
	color: #333333;
}

.column hr {
	clear: both;
	width: 563px;
	height: 4px;
	padding: 20px 0 60px;
	background: url(happy_life_line01.png) no-repeat center 20px;
	border: none;
}

.pc_vis {
	display: inline !important;
}

.sp_vis {
	display: none !important;
}

.column .column_wp {
	width: 980px;
	margin: 0;
	color: #333333;
}

.column .column_wp.happy_life h3 {
	background: none;
	padding-left: 0;
	margin-bottom: 40px;
}

.column .column_wp h4 {
	margin-bottom: 20px;
}

.column .column_wp .img_tit {
	border-left: none;
	margin-bottom: 30px;
}

.column .column_wp .img_tit.main_img {
	margin-bottom: 30px;
}

.menu_btn {
	display: none;
}

.column .layout01 {
    *zoom: 1;
}

.column .layout01:before, 
.column .layout01:after {
    content: " ";
    display: table;
}

.column .layout01:after {
    clear: both;
}

.column .layout01 figure {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	width: 38%;
}

.column .layout01 figure .left_align {
	padding-left: 70px;
	padding-right: 70px;
	text-align: left;
}

.column .layout01 .box {
	float: right;
	width: 57%;
}

.column .layout02 {
    *zoom: 1;
}

.column .layout02:before, 
.column .layout02:after {
    content: " ";
    display: table;
}

.column .layout02:after {
    clear: both;
}

.column .layout02 figure {
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
	width: 38%;
}

.column .layout02 figure .left_align {
	padding-left: 70px;
	padding-right: 70px;
	text-align: left;
}

.column .layout02 .box {
	float: left;
	width: 57%;
}

.column .layout03 {
    *zoom: 1;
}

.column .layout03:before, 
.column .layout03:after {
    content: " ";
    display: table;
}

.column .layout03:after {
    clear: both;
}

.column .layout03 figure {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	padding: 0 auto;
}

.column .layout04 {
    *zoom: 1;
}

.column .layout04:after {
    clear: both;
}

.column .layout04:before, 
.column .layout04:after {
    content: " ";
    display: table;
}

.column .layout04:after {
    clear: both;
}

.column .layout04 figure {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.column .layout05 {
    *zoom: 1;
}

.column .layout05:before, 
.column .layout05:after {
    content: " ";
    display: table;
}

.column .layout05:after {
    clear: both;
}

.column .layout05 figure {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	padding: 0 auto;
}

.column .layout06 {
    *zoom: 1;
}

.column .layout06:after {
    clear: both;
}

.column .layout06:before, 
.column .layout06:after {
    content: " ";
    display: table;
}

.column .layout06:after {
    clear: both;
}

.column .layout06 figure {
	float: right;
	/* margin-left: 30px; */
	margin-bottom: 10px;

	margin-left: 20px;
	margin-top: 20px;
}

.column .img_box01,
.column .img_box02,
.column .img_box03,
.column .img_box04 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 40px;
	*zoom: 1;
}

.column .img_box02 {
	padding-right: 0;
}

.column .img_box01:before,
.column .img_box01:after,
.column .img_box02:before,
.column .img_box02:after,
.column .img_box03:before,
.column .img_box03:after,
.column .img_box04:before,
.column .img_box04:after {
    content: " ";
    display: table;
}

.column .img_box01:after,
.column .img_box02:after,
.column .img_box03:after,
.column .img_box04:after {
    clear: both;
}

.column .img_box01 figure {
	float: left;
	width: 50%;
	margin-right: 40px;
}

.column .img_box02 figure {
	float: left;
	width: 33.3%;
}

.column .img_box03 figure {
	float: left;
	margin-right: 40px;
}

.column .img_box03 figure:first-child {
	width: 65%;
}

.column .img_box03 figure:first-child figcaption {
	margin-left: 45px;
}

.column .img_box04 figure {
	float: left;
	margin-right: 20px;
}

.column .img_box04 figure:first-child {
	width: 42%;
}

.column .img_box04 figure:first-child figcaption {
	margin-left: 45px;
}

.column .img_box01 figure:last-child {
	margin-right: -40px;
}

.column .img_box02 figure:last-child {
}

.column .img_box03 figure:last-child {
	width: 35%;
	margin-right: -40px;
}

.column .img_box04 figure:last-child {
	width: 58%;
	margin-right: -20px;
}

.column .frame01,
.column .frame02 {
	margin-bottom: 40px;
	padding: 30px 30px 0;
	border: 3px dotted #FFA64D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.column .frame01 h4,
.column .frame02 h4 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.5;
}

.column .frame01 h4 {
	border-bottom: 3px double #C2DF93;
	color: #E87400;
}

.column .frame02 h4 {
	border-bottom: none;
	color: #333333;
	font-size: 140%;
}

.column .frame01 h4 span,
.column .frame02 h4 span {
	font-size: 80%
}

/*
.column .frame01 h4 span:before,
.column .frame02 h4 span:before {
	content: "（";
}

.column .frame01 h4 span:after,
.column .frame02 h4 span:after {
	content: "）";
}
*/

.column .frame01 h4 .store_place,
.column .frame02 h4 .store_place {
	color: #333333;
	font-size: 70%;
	font-weight: normal;
}

.column .frame01 h4 .store_place:before,
.column .frame02 h4 .store_place:before {
	content: "＜";
}

.column .frame01 h4 .store_place:after,
.column .frame02 h4 .store_place:after {
	content: "＞";
}

.column .frame01 h4 .store_url,
.column .frame02 h4 .store_url {
	font-size: 70%;
	font-weight: normal;
}

.column .frame01 h4 .store_url:before,
.column .frame02 h4 .store_url:before {
	content: "";
}

.column .frame01 h4 .store_url:after,
.column .frame02 h4 .store_url:after {
	content: "";
}

.column .frame01 h5,
.column .frame02 h5 {
	background: #E0EFD8;
	border-left: solid 6px #67B03D;
	font-size: 130%;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0.5em;
}

.column .frame01 h5:first-child,
.column .frame02 h5:first-child {
	margin-top: auto;
}

.column .frame01 h5:nth-of-type(1),
.column .frame02 h5:nth-of-type(1) {
	margin-top: 0;
}

.column .frame01 h6,
.column .frame02 h6 {
	font-size: 130%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px double #C2DF93;
	color: #E87400;
}

.column .frame01 p,
.column .frame02 p {
	font-size: 120%;
	margin-bottom: 20px;
}

.column .frame01 ul,
.column .frame02 ul {
	margin-bottom: 20px;
}

.column .frame01 li,
.column .frame02 li {
	font-kerning: none;
	word-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.column .frame01 .two_col,
.column .frame02 .two_col {
	margin-left: 0px;
}

.column .frame01 .two_col li,
.column .frame02 .two_col li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 45.6%;
}

.column .frame01 .three_col,
.column .frame02 .three_col {
	margin-left: 0px;
}

.column .frame01 .three_col li,
.column .frame02 .three_col li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 28.9%;
}

.column .frame01 .layout01 figure,
.column .frame02 .layout01 figure {
	float: left;
	width: 40%;
}

.column .frame01 .layout01 .box,
.column .frame02 .layout01 .box {
	float: right;
	margin-bottom: 20px;
	width: 55%;
}

.column .frame01 .layout02 figure,
.column .frame02 .layout02 figure {
	float: right;
	width: 40%;
}

.column .frame01 .layout02 .box,
.column .frame02 .layout02 .box {
	float: left;
	width: 55%;
}

.column .frame01 .layout03 figure,
.column .frame02 .layout03 figure {
	float: left;
	width: 47%;
}

.column .frame01 .layout03 .box,
.column .frame02 .layout03 .box {
	float: right;
	margin-bottom: 20px;
	width: 48%;
}

.column .frame01 .layout04 figure,
.column .frame02 .layout04 figure {
	float: right;
	width: 48%;
}

.column .frame01 .layout04 .box,
.column .frame02 .layout04 .box {
	float: left;
	width: 47%;
}

.column .frame01 .layout05 figure,
.column .frame02 .layout05 figure {
	float: left;
	width: 72%;
}

.column .frame01 .layout05 .box,
.column .frame02 .layout05 .box {
	float: right;
	margin-bottom: 20px;
	width: 23%;
}

.column .frame01 .layout06 figure,
.column .frame02 .layout06 figure {
	float: right;
	width: 23%;
}

.column .frame01 .layout06 .box,
.column .frame02 .layout06 .box {
	float: left;
	width: 72%;
}

.column .frame01 .separate_line,
.column .frame02 .separate_line {
	list-style-type: none;
	border-top: 2px dotted #FFA64D;
	margin: 20px 20px 20px 0;
}

.column .frame01 .important_info,
.column .frame02 .important_info {
	background-color: #FFF9D9;
	margin: 20px 0;
	padding: 20px;
}

.column .frame01 .important_info strong,
.column .frame02 .important_info strong {
	color: #333333;
}

.column .frame01 .b_txt,
.column .frame02 .b_txt,
.column .frame03 .b_txt,
.column .frame04 .b_txt {
	font-size: 140%;
}

.column .frame01 .m_txt,
.column .frame02 .m_txt,
.column .frame03 .m_txt,
.column .frame04 .m_txt {
	font-size: 120%;
}

.column .frame01 .n_txt,
.column .frame02 .n_txt,
.column .frame03 .n_txt,
.column .frame04 .n_txt {
	font-size: 100%;
}

.column .frame01 .s_txt,
.column .frame02 .s_txt,
.column .frame03 .s_txt,
.column .frame04 .s_txt {
	font-size: 90%;
}

.column .frame01 figure,
.column .frame02 figure {
	margin-bottom: 20px;
}

.column .frame01 table {
	width: 100%;
	margin-bottom: 30px;
	font-size: 120%;
}

.column .frame01 table:last-child {
	margin-bottom: 0;
}

.column .frame01 table tr {
	border-bottom: 1px dotted #B5B6B6;
}

.column .frame01 table th,
.column .frame01 table td {
	padding: 10px 5px 0px 5px;
	vertical-align: middle;
	border: none;
}

.column .frame01 table th {
	background: #FFFFFF;
	font-weight: normal;
	text-align: left;
}

.column .frame01 table td {
	text-align: left;
}

.column .frame01 table .border_none {
	border-bottom: none;
}

.column .frame02 table {
	width: 80%;
	margin: 0 auto 30px auto;
	font-size: 120%;
}

.column .frame02 table th,
.column .frame02 table td {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #B5B6B6;
}

.column .frame02 table th {
	background: #FFFFFF;
	font-weight: normal;
	text-align: left;
}

.column .frame02 table td {
	text-align: right;
}

.column .frame02 table .border_none {
	border-bottom: none;
}

.column .frame02 .img_box02 figcaption {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

.column .frame03 {
	margin-bottom: 40px;
	padding: 0 30px;
	border: 3px solid #EA3049;
}

.column .frame03 h4 {
	margin-left: -30px;
	margin-right: -30px;
	padding: 10px 20px;
    font-size: 160%;
	color: #FFF;
	background-color: #EA3049;
}

.column .frame03 h5 {
	font-size: 130%;
	margin-bottom: 5px;
}

.column .frame03 figure {
	width: 25.5555%;
	margin-bottom: 20px;
}

.column .frame03 .box {
	width: 70%;
}

.column .frame03 p, 
.column .frame03 ul {
	margin-bottom: 20px;
	font-size: 120%;
}

.column .frame04 {
	margin-bottom: 40px;
	padding: 0 30px;
	border: 3px solid #468C00;
}

.column .frame04 h4 {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
	padding: 10px 20px;
    font-size: 160%;
	color: #FFF;
	background-color: #468C00;
}

.column .frame04 h5 {
	font-size: 130%;
	margin-bottom: 5px;
}

.column .frame04 figure {
	width: 25.5555%;
	margin-bottom: 20px;
}

.column .frame04 .box {
	width: 70%;
}

.column .frame04 p, 
.column .frame04 ul {
	margin-bottom: 20px;
	font-size: 120%;
}

.column .frame01 .about, 
.column .frame02 .about {
	border: 3px solid #67B03D;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 40px;
	padding: 30px 30px 10px 30px;
}

.column .food_group {
	color: #FF6600;
	font-size: 110%;
}

.column .a_recipe {
	font-weight: bold;
	color: #BC641D;
}
.column .b_recipe {
	font-weight: bold;
	color: #096;
}

.column .shop_info {
	border: 3px double #EB6101;
	padding: 20px 20px 15px 20px;
}

.column .shop_info h5 {
	font-size: 150%;
	margin-bottom: 10px;
}

.column .shop_info h6 {
	background-color: #EB6101;
	color: #FFFFFF;
	font-size: 110%;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.column .shop_info p {
	font-size: 110%;
}

.column .shop_info p:last-child {
	margin-bottom: 0;
}

.column .notice {
	font-size: 100%;
}

.column .present {
	margin-bottom: 40px;
	padding: 0;
	border: 3px solid #F95700;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.column .present h3 {
	background: none;
	background-color: #F95700 !important;
	color: #FFFFFF;
	padding: 10px 20px !important;
	margin-bottom: 30px !important;
}

.column .present figure {
	margin-bottom: 10px;
}

.column .present p {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.column .present p:last-child {
	margin-bottom: 30px;
}

.column .present .s_txt {
	font-size: 100%;
}

.column .present .layout01 .box, 
.column .present .layout02 .box {
	margin-right: 30px;
	width: 66.73%;
}

.column .present .layout01 figure, 
.column .present .layout02 figure {
	margin-bottom: 30px;
	margin-left: 30px;
	width: 23%;
}

.column .present .common_btn {
	margin: 0px auto 20px;
}

.column .domoni {
	margin-bottom: 40px;
	padding: 20px;
	border: 3px double #67B03D;
	min-height: 240px;
}

.column .domoni .left_logo {
	float: left;
	margin: 0 20px 0 0;
}

.column .domoni .right_txt {
	overflow: hidden;
	font-size: 90%;
	margin: 25px 10px 0 0;
}

.column .domoni .right_txt h4 {
	margin-bottom: 10px;
}

.column .domoni p {
	margin-bottom: 0;
}



@media screen and (max-width: 767px){

.column h3 {
	font-size: 140%;
}

.column h4 {
	font-size: 130%;
}

.column h5 {
	font-size: 120%;
}

.column h6 {
	font-size: 110%;
}

.column p,
.column ul,
.column ol,
.column dl {
    font-size: 110%;
}

.column p {
	margin-bottom: 2.0em;
}

.column figure {
	margin-bottom: 20px;
}

.column hr {
	width: 60%;
}

.pc_vis {
	display: none !important;
}

.sp_vis {
	display: inline !important;
}

.column .column_wp {
	width: auto;
}

.column .main_img {
	width: auto;
	margin: 0 0 30px;
}

.menu_btn {
	display: block;
	margin-bottom: 40px;
	margin: 0 0 30px!important;
}

.menu_btn li {
	float: none;
	width: 100%;
	list-style-type: none !important;
	margin: 0 0 20px;
	background-color: #EB6101;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.menu_btn li:last-child {
	margin-bottom: 10px;
}

.menu_btn li a {
	padding: 15px 10px;
	font-size: 1.0em;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	display: block;
}

.column .layout01 {
	margin-bottom: 20px;
}

.column .layout01 figure {
	float: none;
	width: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.column .layout01 figure img:nth-child(2) {
	margin-top: 20px;
}

.column .layout01 figure .left_align {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.column .layout01 .box {
	float: none;
	width: auto;
}

.column .layout01 p:last-child {
	margin-bottom: 20px;
}

.column .layout02 {
	margin-bottom: 20px;
}

.column .layout02 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.column .layout02 figure img:nth-child(2) {
	margin-top: 20px;
}

.column .layout02 figure .left_align {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.column .layout02 .box {
	float: none;
	width: auto;
}

.column .layout02 p:last-child {
	margin-bottom: 20px;
}

.column .layout03 {
	margin-bottom: 20px;
}
.column .layout03 p:last-child {
	margin-bottom: 20px;
}
.column .layout03 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.column .layout03 figure img:nth-child(2) {
	margin-top: 20px;
}
.column .layout03 .box {
	float: none;
	width: auto;
}

.column .layout04 {
	margin-bottom: 20px;
}

.column .layout04 p:last-child {
	margin-bottom: 20px;
}

.column .layout04 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.column .layout04 figure img:nth-child(2) {
	margin-top: 20px;
}

.column .layout04 .box {
	float: none;
	width: auto;
}

.column .layout05 {
	margin-bottom: 20px;
}
.column .layout05 p:last-child {
	margin-bottom: 20px;
}
.column .layout05 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.column .layout05 figure img:nth-child(2) {
	margin-top: 20px;
}
.column .layout05 .box {
	float: none;
	width: auto;
}

.column .layout06 {
	margin-bottom: 20px;
}

.column .layout06 p:last-child {
	margin-bottom: 20px;
}

.column .layout06 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.column .layout06 figure img:nth-child(2) {
	margin-top: 20px;
}

.column .layout06 .box {
	float: none;
	width: auto;
}

.column .img_box01,
.column .img_box02,
.column .img_box03,
.column .img_box04 {
	padding-right: 0;
}

.column .img_box01 figure,
.column .img_box02 figure,
.column .img_box03 figure,
.column .img_box04 figure {
	float: none;
	width: auto;
	margin-right: 0;
}

.column .img_box03 figure:first-child,
.column .img_box04 figure:first-child {
	width: auto;
}

.column .img_box03 figure:first-child figcaption,
.column .img_box04 figure:first-child figcaption {
	margin-left: auto;
}

.column .img_box01 figure:last-child,
.column .img_box02 figure:last-child {
	margin-right: 0;
}

.column .img_box03 figure:last-child,
.column .img_box04 figure:last-child {
	width: auto;
	margin-top: 0;
}

.column .frame01,
.column .frame02 {
	margin-bottom: 40px;
	padding: 15px 15px 0;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.column .frame01 h4,
.column .frame02 h4 {
	font-size: 130%
}

.column .frame01 h4 span,
.column .frame02 h4 span {
	margin-left: -0.5em;
	margin-right: -0.5em;
	display: block;
}

.column .frame01 h4 .store_place,
.column .frame02 h4 .store_place {
	margin: 10px 0;
}

.column .frame01 h4 .store_url,
.column .frame02 h4 .store_url {
	margin: 10px 0;
}

.column .frame01 h5,
.column .frame02 h5 {
    font-size: 110%;
}

.column .frame01 h5:first-child,
.column .frame02 h5:first-child {
	margin-top: 20px;
}

.column .frame01 h5:nth-of-type(1),
.column .frame02 h5:nth-of-type(1) {
	margin-top: 30px;
}

.column .frame01 p, 
.column .frame01 ol,
.column .frame02 p, 
.column .frame02 ol {
	margin-bottom: 20px;
	font-size: 110%;
}

.column .frame01 .two_col,
.column .frame02 .two_col {
	margin-left: auto;
}

.column .frame01 .two_col li,
.column .frame02 .two_col li {
	float: none;
	margin-right: auto;
	width: auto;
}

.column .frame01 .three_col,
.column .frame02 .three_col {
	margin-left: auto;
}

.column .frame01 .three_col li,
.column .frame02 .three_col li {
	float: none;
	margin-right: auto;
	width: auto;
}

.column .frame01 .layout01,
.column .frame01 .layout02,
.column .frame02 .layout01,
.column .frame02 .layout02 {
	margin-bottom: 0;
}

.column .frame01 .layout01 figure,
.column .frame02 .layout01 figure {
	float: none;
	width: auto;
}

.column .frame01 .layout01 .box,
.column .frame02 .layout01 .box {
	float: none;
	width: auto;
}

.column .frame01 .layout02 figure,
.column .frame02 .layout02 figure {
	float: none;
	width: auto;
}

.column .frame01 .layout02 .box,
.column .frame02 .layout02 .box {
	float: none;
	width: auto;
}

.column .frame01 .layout03 figure,
.column .frame02 .layout03 figure {
	float: none;
	width: auto;
}

.column .frame01 .layout03 .box,
.column .frame02 .layout03 .box {
	float: none;
	width: auto;
}

.column .frame01 .layout04 figure,
.column .frame02 .layout04 figure {
	float: none;
	width: auto;
}

.column .frame01 .layout04 .box,
.column .frame02 .layout04 .box {
	float: none;
	width: auto;
}

.column .frame01 .layout05 figure,
.column .frame02 .layout05 figure {
	float: none;
	width: auto;
}

.column .frame01 .layout05 .box,
.column .frame02 .layout05 .box {
	float: none;
	width: auto;
}

.column .frame01 .layout06 figure,
.column .frame02 .layout06 figure {
	float: none;
	width: auto;
}

.column .frame01 .layout06 .box,
.column .frame02 .layout06 .box {
	float: none;
	width: auto;
}

.column .frame01 table,
.column .frame02 table {
	font-size: 100%;
	width: 100%;
}

.column .frame01 table:last-child,
.column .frame02 table:last-child {
	margin-bottom: 20px;
}

.column .frame01 .important_info,
.column .frame02 .important_info {
	margin: 30px 0px;
}

.column .frame02 .img_box02 figcaption {
	margin-left: auto;
	margin-right: auto;
}

.column .frame01 .b_txt,
.column .frame02 .b_txt,
.column .frame03 .b_txt,
.column .frame04 .b_txt {
	font-size: 120%;
}

.column .frame01 .m_txt,
.column .frame02 .m_txt,
.column .frame03 .m_txt,
.column .frame04 .m_txt {
	font-size: 105%;
}

.column .frame01 .n_txt,
.column .frame02 .n_txt,
.column .frame03 .n_txt,
.column .frame04 .n_txt {
	font-size: 100%;
}

.column .frame01 .s_txt,
.column .frame02 .s_txt,
.column .frame03 .s_txt,
.column .frame04 .s_txt {
	font-size: 90%;
}

.column .frame03 {
	padding: 0 20px 0;
	border-width: 2px;
}

.column .frame03 h4 {
	margin-left: -20px;
	margin-right: -20px;
    font-size: 120%;
}

.column .frame03 h5 {
	font-size: 110%;
}

.column .frame03 figure {
	width: auto;
}

.column .frame03 .box {
	width: auto;
}

.column .frame03 p, 
.column .frame03 ul {
	font-size: 100%;
}

.column .frame04 {
	padding: 0 20px 0;
	border-width: 2px;
}

.column .frame04 h4 {
	margin-left: -20px;
	margin-right: -20px;
    font-size: 120%;
}

.column .frame04 h5 {
	font-size: 110%;
}

.column .frame04 figure {
	width: auto;
}

.column .frame04 .box {
	width: auto;
}

.column .frame04 p, 
.column .frame04 ul {
	font-size: 100%;
}

.column .frame01 .about, 
.column .frame02 .about {
	margin-bottom: 30px;
	padding: 0 20px;
}

.column .shop_info h5 {
	font-size: 130%;
}

.column .shop_info h6 {
	font-size: 100%;
}

.column .shop_info p {
	font-size: 90%;
}

.column .present {
	padding: 0;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.column .present h3 {
	margin-bottom: 20px !important;
}

.column .present figure {
	margin-bottom: 20px;
}

.column .present p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 100%;
}

.column .present p:last-child {
	margin-bottom: 20px;
}

.column .present .s_txt {
	font-size: 100%;
}

.column .present .layout01, 
.column .present .layout02 {
	margin-bottom: 0;
}

.column .present .layout01 .box, 
.column .present .layout02 .box {
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}

.column .present .layout01 figure, 
.column .present .layout02 figure {
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}

.column .present .point_get_btn a, 
.column .present .point_get_btn button, 
.column .present .point_get_btn input[type=button], 
.column .present .point_get_btn input[type=submit] {
	padding-left: 40px;
}

.column .present #button_lottery {
	margin: 0 20px 20px;
}

.column .present .common_btn {
	margin: 0px;
}

.column .domoni {
	padding: 20px;
	border: 3px double #67B03D;
	margin-bottom: 40px;
	min-height: 0;
}

.column .domoni .left_logo {
	float: none;
	text-align: center;
	margin: 0;
}

.column .domoni .right_txt {
	margin: 10px 0 0 0;
}

}
