/*
Theme Name: awabidake
*/

@charset "UTF-8";

/* ================================================== *
 *
 *    Awabitake homepage styles
 *
 * ================================================== */
 
body {
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:15px;
	line-height: 1.7em !important;
}

/* opacity */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* basic link colours
----------------------------------------------- */

a:link, a:visited {
	color: #5e3a02;
	text-decoration: underline;
}

a:hover, a:active {
	color: #5e3a02 !important;
	text-decoration: none !important;
}

.header-box {
	max-width: 1200px;	
}

.basic-box {
	max-width: 1000px;	
}

.resp-box {
	padding-right: 10px;
	padding-left: 10px;	
}

.banner-shadow {
	-webkit-box-shadow: 0 2px 8px #ddd;
	-moz-box-shadow: 0 2px 8px #ddd;
	box-shadow: 0 2px 8px #ddd;
}

.no-gutter {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


/* ------------------------------------------------- *
 *        common-module
 * ------------------------------------------------- */

html,
body {
	height: 100%;
}

body {
	background: #fff;
	font-size: 15px;
	line-height: 1.7em;
	color: #262626;
}

h1, h2, h3, p, td, th {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 1.7em !important;
	color: #000 !important;
}
ul {
	padding: 0px !important;
}
li {
	list-style: none;
	padding: 0px !important;
	line-height: 1.7em !important;
	color: #000 !important;
}

@media screen and (max-width: 767px) {
  body {
  }
}


/* ------------------------------------------------- *
 *        @extend-module
 * ------------------------------------------------- */

.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt90 {
	margin-top:90px !important;
}
.mt100 {
	margin-top:100px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}


.img-right {
	float: right;
	margin: 0 0 10px 3%;
}
.img-left {
	float: left;
	margin: 0 3% 10px 0;
}

.text-left {
	text-align: left !important;
}

.border-box {
	border: solid 1px #e5e5e5;
	padding: 15px;
}
.border-box2 {
	border: solid 1px #e5e5e5;
	padding: 30px;
}

.border-box3 {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	padding: 30px 0;
}

.border-right {
	border-right: dotted 1px #ccc;
}

.title-underline {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px !important;
	margin-bottom: 8px !important;
}

.btn-top {
	margin-top: 100px;
}
.btn-top a {
	text-decoration: none !important;
	font-weight: bold;
	padding-right: 30px !important;
	padding-left: 30px !important;
}

@media screen and (max-width: 767px) {
	.border-box {
	margin-right: 5%;
	margin-left: 5%;
	}
	.btn-top {
	margin-top: 50px;
	}
}


/* ================================================== *
 *
 *    header modules
 *
 * ================================================== */
.head_home {
	text-align: right;
	padding: 10px 20px; 
}
.navi-box {
	padding-top: 40px;
}
.navi-box button {
	width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}
.navi-box .dropdown-menu {
	padding: 10px 0 !important;
}
.navi-box .dropdown-menu li {
	padding: 5px 0 !important;
}
.navi-box .dropdown-menu li a {
	text-decoration: none !important;
}

/* smartphone */
.sp-head {
}
.sp-logo {
	float: left;
	padding: 15px 4%;
	width: 80%;
	text-align: left !important;
}
.sp-head_home {
	float: right;
	padding: 15px 4%;
	width: 20%;
	text-align: right;
}
.navbar-header {
	color :#fff;
}
.sp-navi a {
	color :#fff !important;
	text-decoration: none !important;
	padding: 7px 5% !important;
}
.sp-navi a:hover {
	color :#fff !important;
	text-decoration: none !important;
	background: #666 !important;
}



/* ================================================== *
 *
 *    footer modules
 *
 * ================================================== */
footer {
	margin-top: 30px;
	border-top: 1px solid #cccccc;
	width: 100%;
}
.footer-order {
	border: dotted 1px #ccc;
	padding: 15px;
}
.footer-order-numb {
	font-weight: bold;
	font-size: 19px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin: 0 0 10px !important;
}
.footer_column {
	margin-top: 40px;
}
.foot_table {
	border: 1px solid #e7e7e7;
	width: 100%;
}
.foot_table td {
	vertical-align: middle;
}
.foot_table_name {
	padding: 0 15px !important;
	width: 65% !important;
}
.footer_warning {
	border-top: 1px solid #cccccc;
	padding: 7px;
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
}
.footer_address {
	background: #000;
	padding: 7px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.footer_address a:link,
.footer_address a:visited {
	color: #fff;
}
.footer_address a:hover,
.footer_address a:active {
	color: #fff !important;
}


@media screen and (max-width: 767px) {
	footer {
	}
	.footer_column {
	border-bottom: 1px dotted #ccc;
	margin: 20px 100px 0 !important;
	padding-bottom: 20px;
	}
	.footer-order-numb {
	margin: 10px 0 !important;
	text-align: center;
}
}
@media screen and (max-width: 560px) {
	.footer_column {
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 0 !important;
	padding-bottom: 20px;
	}	
}


/* ================================================== *
 *
 *    text modules
 *
 * ================================================== */
 
p {
	font-size:15px;
	line-height: 1.7em !important;
	padding: 0;
	margin: 0;
}

.txtBold {
	font-weight: bold;	
}

.txtBig1 {
	font-weight: bold;
	font-size: 19px;
}

.txtSmaller {
	font-size: 13px;
}

.txt-br {
	color: #8a6a50;
}



/* ================================================== *
 *
 *    subpage common
 *
 * ================================================== */
.header-subpage {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.subpage_ttl_h1 {
	margin: 60px 0;
}
.subpage_ttl_h2 {
	margin: 60px 0 20px !important;
	text-align: center;
	font-size: 19px;
	padding: 10px !important;
	color: #634228 !important;
	border-top: 3px solid #634228;
	border-bottom: 1px solid #baafa7;
	letter-spacing: 0.3em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: #f3ece6;
}
.subpage_ttl_min {
	font-size: 17px;
	margin-bottom: 20px !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.itemTTL {
	font-size: 19px !important;
	box-shadow: 0 0 0 3px #f3ece6, 0 0 0 4px #baafa7;
	text-align: center;
	padding: 4px !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.order-table {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.order-table th {
	text-align: center !important;
	padding: 5px !important;
	vertical-align: middle !important;
}
.order-table td {
	text-align: center !important;
	padding: 5px 3% !important;
	vertical-align: middle !important;
}
.order-table a {
	text-decoration: none !important;
	font-weight: bold;
	-webkit-box-shadow: 0 2px 5px #ddd;
	-moz-box-shadow: 0 2px 5px #ddd;
	box-shadow: 0 2px 5px #ddd;
	border: 1px solid #b29e8d !important;
}
.order-table2 {
	border: 1px solid #ddd;
}
.order-table2 th {
	text-align: center !important;
	padding: 5px !important;
	vertical-align: middle !important;
	border: 1px solid #ddd;
	background: #f3ece6;
	font-weight: normal !important;
}
.order-table2 td {
	text-align: center !important;
	padding: 5px 3% !important;
	vertical-align: middle !important;
	border: 1px solid #ddd;
}
.normal-table {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.normal-table th {
	padding: 5px !important;
	vertical-align: middle !important;
}
.normal-table td {
	padding: 5px 3% !important;
	vertical-align: middle !important;
}
.number-list {
	margin-left: 0 !important;
	padding-left: 17px !important;
	font-size: 15px;
}
.number-list li {
	list-style-type: decimal !important;
}

@media screen and (max-width: 767px) {
	.header-subpage {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
	}
	.subpage_ttl_h1 {
	margin: 30px 0;
	}
	.subpage_ttl_h1 img {
	width: 90%;
	max-width: 460px;
	}
	.subpage_ttl_h2 {
	margin: 40px 0 20px;
	}
}



/* ashi */
.cooking-table {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cooking-table td {
	text-align: center !important;
	padding: 5px 3% !important;
	vertical-align: middle !important;
	border: 1px solid #ddd;
}
.cooking-table a {
	border: none !important;
}
.recipe-box {
	border: 1px solid #e5e5e5;
	padding: 15px 15px 30px;
	position: relative;
}
.recipe-box .txtBold {
	font-size: 17px;	
}
.recipe-click {
	position: absolute;
	right: 0;
	bottom: -1px;
}
.recipe-click a {
	padding: 5px 10px;
	font-size: 11px;
	text-decoration: none !important;
	background: #8a6a50;
	color: #fff;
}
.recipe-click a:hover {
	background: #b29e8d;
	color: #fff !important;
}
.recipe-box2 {
	border: 1px solid #e5e5e5;
	padding: 15px;
	position: relative;
}
.recipe-box2 .title-underline {
	font-size: 17px;
}
.recipe-box-height {
	height: 150px;
}
.voice-box {
	border-top: 1px dotted #ccc !important;
	padding-top: 20px !important;
}
.voice-box li {
	border-bottom: 1px dotted #ccc !important;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}
.tuku-box1 {
	padding: 30px;
	background: url(../../kinoko_img/subpage/subpage_bg1.gif);
	margin-top: 30px;
}
.tuku-box1 h3 {
	color: #634228 !important;
	margin-bottom: 15px !important;
	padding-bottom: 5px !important;
	border-bottom: 3px solid #bda59d;
}
.media-box {
	border-top: 1px dotted #ccc !important;
}
.media-box li {
	border-bottom: 1px dotted #ccc !important;
	padding: 15px !important;
}
.media-box li:nth-child(2n) {
  	background: #f8f7f6;
}

/* recipes */

.recipe-slider {
	padding: 80px 0 50px;
	max-width: 1400px;
	margin: 0 auto;
}
.recipe-slider p {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 13px;
	padding: 10px 5px !important;
	background: #feebde;
}
.recipe-slider li:nth-child(2n) p {
  	background: #fef8db;
}
.recipe-blog_ttl {
	margin: 60px 0 0 !important;
	text-align: center;
	font-size: 19px;
	padding: 20px 0 0 !important;
	border-top: 1px solid #634228;
	letter-spacing: 0.2em;
	color: #634228 !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.recipe-blog table {
	width: 100%;
}
.recipe-blog td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.recipe-blog table td p {
	font-weight: bold;
	margin: 5% !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.recipe-blog-box1 {
	background: #feebde;
}
.recipe-blog-box2 {
	background: #fef8db;
}
.recipe-blog-box3 {
	background: #fef8db;
}
.recipe-blog-box4 {
	background: #feebde;
}

.recipe-detail-ttl {
	margin: 60px 0 20px !important;
	text-align: center;
	font-size: 21px;
	padding: 10px !important;
	color: #634228 !important;
	border-top: 3px solid #634228;
	border-bottom: 1px solid #baafa7;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.recipe-detail-box {
	border: 1px solid #baafa7;
	padding: 30px;
}
.recipe-detail-ingredient {
	background: #feebde;
	padding: 20px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recipe-detail-spice {
	background: #fef8db;
	padding: 20px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recipe-detail-subtitle {
	font-weight:bold;
	padding-bottom: 6px !important;;
	margin-bottom: 10px !important;
}
.recipe-detail-ingredient .recipe-detail-subtitle {
	border-bottom: 1px dotted #fd7112;
	color: #fd7112 !important;
}
.recipe-detail-spice .recipe-detail-subtitle {
	border-bottom: 1px dotted #e7a800;
	color: #e7a800 !important;
}
.recipe-detail-order {
	border-top: 3px solid #baafa7;
	border-bottom: 3px solid #baafa7;
	padding: 0 0 5px !important; 
}
.recipe-detail-order li {
	padding: 10px 0 !important;
	border-bottom: 1px dotted #baafa7;
}
.recipe-detail-order .col-md-1 {
	color: #baafa7;
	font-weight: bold;
	font-size: 16px;
}
.recipe-list-ttl {
	display: block;
	font-size: 17px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	padding: 10px 0 7px;
}
.recipe-list-box a:link,
.recipe-list-box a:visited {
	text-decoration: none !important;
	color: #333 !important;
}
.recipe-list-box a:hover,
.recipe-list-box a:active {
	color: #666 !important;
}
.thumbnail {
	border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.recipe-cate-ttl {
	font-size: 19px !important;
	box-shadow: 0 0 0 3px #f3ece6, 0 0 0 4px #baafa7;
	text-align: center;
	padding: 10px 0 !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin: 0 7px !important;
}
.recipe-cate-ttl2 {
	font-size: 17px !important;
	box-shadow: 0 0 0 3px #f3ece6, 0 0 0 4px #baafa7;
	text-align: center;
	padding: 8px 0 !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin: 0 7px !important;
}

.recipe-thumbnail {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.recipe-thumbnail > img,
.recipe-thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

.recipe-thumbnail div {
	width: 270px;
	height: 180px;
	overflow:hidden;
	display: inline-block;
	-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.recipe-thumbnail img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 4.4s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

.recipe-thumbnail img:hover{
-moz-transform: scale(1.3,1.3);
-webkit-transform: scale(1.3,1.3);
-o-transform: scale(1.3,1.3);
-ms-transform: scale(1.3,1.3);
}


@media screen and (max-width: 767px) {
	.recipe-slider {
	padding: 40px 0 30px;
	}
	.recipe-box-height {
	height: auto;
	}
	.recipe-blog-box3 {
	background: #feebde;
	}
	.recipe-blog-box4 {
		background: #fef8db;
	}
	.recipe-detail-ttl {
	margin: 20px 0 !important;
	font-size: 18px;
	letter-spacing: 0.1em;
	}
	.recipe-detail-box {
	padding: 15px;
	}
}
