@charset "utf-8";
.ttl_page {
    position: absolute;
    bottom: 35%;
    z-index: 1;
}
.main_visual {
    margin-bottom: 30px;
}
.shoptshiki_sec,
.shoptsuru_sec,
.move_sec,
.recipe_sec,
.news_sec,
.oshinagaki_sec,
.original_sec,
.contact_sec {
	margin-bottom: 5%;
}
/* --------------------------------------------------------------------------------
1: SHOPSHIKI PAGE
-----------------------------------------------------------------------------------*/
#shopshiki_page.ttl_page {
    left: 32%;
    width: 35%;
}
.sec_tabpage {
	margin: 0 2% 5%;
}
.shoptshiki_sec .banner {
    background: url(../shopshiki/images/bg.png) center top;
    padding: 4% 2%;
    margin-bottom: 5%;
}
.style_table01 {
    width: 100%;
}
.style_table01 tr {
    border: 1px solid #e3e3e3;
}
.style_table01 th {
    padding: 5px 10px;
    text-align: left;
    width: 120px;
    background: #f8f5e8;
    border-right: 1px solid #e3e3e3;
    vertical-align: middle;
}
.style_table01 td {
    padding: 5px 10px;
    vertical-align: middle;
}
/* --------------------------------------------------------------------------------
2: SHOPSTSURU PAGE
-----------------------------------------------------------------------------------*/
#shoptsuru_page.ttl_page {
    left: 39%;
    width: 23%;
}
/* --------------------------------------------------------------------------------
3: MOVE PAGE
-----------------------------------------------------------------------------------*/
#move_page.ttl_page {
    left: 39%;
    width: 23%;
}
.box_gray {
	padding: 3% 0;
    background: #f2f2f2;
    margin-bottom: 5%;
}
.move_sec .caro_sec {
    background: url(../common_img/bg_caro.png) center top;
    padding: 2px;
    margin-top: 8%;
}
.move_sec .caro_sec .inner {
    padding: 4% 2% 2%;
    background: #fff;
    position: relative;
}
.move_sec .caro_sec .inner h4 {
    position: absolute;
    top: -15px;
    left: 40%;
}
.move_sec .caro_sec .inner h5 {
    margin-bottom: 7px;
}
.move_sec .style_table01 th {
	width: 140px;
}
/* --------------------------------------------------------------------------------
4: RECIPE PAGE
-----------------------------------------------------------------------------------*/
#recipe_page.ttl_page {
    left: 20%;
    width: 60%;
}
.row h3 {
	margin: 30px 0 15px;
}
.style_table02 {
	width: 100%;
}
.style_table02 tr {
    border-bottom: 1px dotted #e4c97f;
}
.style_table02 tr td {
    padding: 7px 0;
}
.style_title01 {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #a8a8a8;
	margin:20px 0 15px;
	padding-bottom: 5px;
}
.style_title01.title_01:after {
	position: absolute;
	content: "";
	background: #000;
	height: 1px;
	width: 150px;
	bottom: -1px;
	left: 0;
}
.style_title01.title_02:after {
	position: absolute;
	content: "";
	background: #000;
	height: 1px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
/* --------------------------------------------------------------------------------
5: MARUTOU PAGE
-----------------------------------------------------------------------------------*/
#marutou_page.ttl_page {
    left: 30%;
    width: 41%;
}
.marutou_sec.bg1 {
    background: url(../marutou/images/bg1.jpg) no-repeat left top;
    background-size: cover;
    padding: 5% 2%;
}
.white_sec {
	background-color: rgba(255, 255, 255, 0.7);
    padding: 3%;
    box-sizing: border-box;
    margin: 0px auto 0;
    text-align: center;
}
.marutou_sec.bg2 {
    background: url(../marutou/images/bg2.jpg) no-repeat left top;
    background-size: cover;
    padding: 5% 2%;
    text-align: center;
}
.marutou_sec.bg3 {
    background: url(../marutou/images/bg3.jpg) no-repeat left top;
    background-size: cover;
    padding: 5% 2%;
    text-align: center;
}
.marutou_sec.bg4 {
    background: url(../marutou/images/bg4.jpg) no-repeat left top;
    background-size: cover;
    padding: 5% 2%;
    text-align: center;
}
/* --------------------------------------------------------------------------------
6: NEWS PAGE
-----------------------------------------------------------------------------------*/
#news_page.ttl_page {
    left: 38%;
    width: 24%;
}
/* --------------------------------------------------------------------------------
7: OSHINAGAKI PAGE
-----------------------------------------------------------------------------------*/
#oshinagaki_page.ttl_page {
    left: 36%;
    width: 28%;
}
.oshinagaki_sec .banner.bg1 {
    background: url(../oshinagaki/images/bg1.png) no-repeat center right;
    background-size: cover;
    padding: 5% 0;
}
.oshinagaki_sec .banner.bg2 {
    background: url(../oshinagaki/images/bg2.png) no-repeat center right;
    background-size: cover;
    padding: 5% 0;
}
.oshinagaki_sec .banner .box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5% 0 5% 2%;
    width: 80%;
    box-sizing: border-box;
}
.oshinagaki_sec .banner .box .inner {
    border-left: 4px solid #dca53e;
    padding-left: 10px;
}
.oshinagaki_sec .banner .box .inner h3 {
    margin-bottom: 10px;
}
.oshinagaki_sec .banner .box .inner p {
    color: #000;
}
.oshinagaki_sec .style_box01 {
    background: url(../oshinagaki/images/line.png) no-repeat center bottom;
    padding-bottom: 5%;
    margin: 5% 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
}
.oshinagaki_sec .style_box01 h4 {
	margin-bottom: 15px;
}
/* --------------------------------------------------------------------------------
8: ORIGINAL PAGE
-----------------------------------------------------------------------------------*/
#original_page.ttl_page {
    left: 30%;
    width: 41%;
}
.original_sec.bg1 {
    background: url(../original/images/bg.png) center top;
    text-align: center;
    padding: 4% 0;
}
.style_box02{
    padding: 5% 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    border-bottom: 1px dotted #3b3f59;
}
.original_sec .banner {
    background: url(../original/images/banner_bg.png) no-repeat center top;
    background-size: cover;
    padding: 2%;
    margin: 5% 0;
}
.original_sec .banner .inner {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4% 2%;
    text-align: center;
}
/* --------------------------------------------------------------------------------
9: CONTACT PAGE
-----------------------------------------------------------------------------------*/
#contact_page.ttl_page {
    left: 33%;
    width: 33%;
}
.ban_contact {
	background: url("../contact/images/bg.png");
	padding: 2%;
}
.ban_contact .inner_banner {
	border: 1px solid #fff;
	text-align: center;
	padding: 5% 0;
}
.contact_sec .container table {
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
}
.contact_sec .container table th {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    background: #fefbed;
}
.contact_sec .container table th .spec {
    margin-top: 20px;
}
.contact_sec .container table td {
    padding: 15px 10px;
    border: 1px solid #e3e3e3;
}
.contact_sec .container table td p {
    margin-top: 05px;
    margin-bottom: 0;
}
.contact_sec .container table td p span {
    margin-left: 10px;
    color: #999;
}
.contact_sec .container .ninni {
    background: url(../contact/images/ninni.png) no-repeat left center;
    background-size: 34px;
    padding-left: 45px;
}
.contact_sec .container .hissu {
    background: url(../contact/images/hissu.png) no-repeat left center;
    background-size: 34px;
    padding-left: 45px;
}
.contact_sec .container .btn_form {
    transition: all linear 0.3s;
    background: url(../contact/images/btn_contact.png) no-repeat center top;
    background-size: 192px;
    position: relative;
    border: medium none;
    font-size: 16px;
    overflow: hidden;
    width: 192px;
    height: 43px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
}
.contact_sec .container .box_submit {
    position: relative;
}
.contact_sec .container.spec .gray_sec {
    background: #f4f5f6;
    padding: 10px;
    margin-top: 20px;
}
.contact_sec .container.spec .gray_sec li {
	text-indent: -18px;
	margin-left: 18px;
}
/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
@media (max-width: 415px) {
	.move_sec#move3 .w75 {
		width: 80% !important;
	}
	#ab1 .w70 {
		width: 80% !important;
	}
}/*
@media (max-width: 375px) {
    .oshinagaki_sec .style_box01 p{
        font-size: 12px;
    }
}*/
@media (max-width: 360px) {
	.move_sec#move3 .w75 {
		width: 85% !important;
	}
}
@media (max-width: 320px) {
	.move_sec#move3 .w75 {
		width: 90% !important;
	}
}