@charset "UTF-8";

/*--------------------------------------------------------
解像度1200px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 1200px){
	.site-header-in,
	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 96%;
		margin: auto;
	}
	
	.main-image-in,
	.main-image-in-text,
	.main-image-in-text .main-image-in-text-cont,
	.main-image-in-text.wide .main-image-in-text-cont{
		width: 100%;
	}
	
	.col1 .section-wrap,
	.col1 .breadcrumbs,
	.col1 .section-wrap.wide .section-in,
	.col1 .section-wrap.wide{
		width: auto;
	}

	.col1 .breadcrumbs-in,
	.col1 .float-area{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
	
	/*吹き出し*/
	.bubble{
		width: 70%;
	}
	
	.talker{
		width: 25%;
	}
	
	.bubble .bubble-in:after,
	.bubble .bubble-in:before{
		top: 30px;
	}
	
	.together .bubble,
	.together .talker{
		width: 100%;
	}
	
	.together .talker b{
		max-width: 25%;
	}

	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box{
		width: 100%;
	}
	
	.col1 .ranking-list05 .rank-box,
	.col1 .post-list02 .post-box{
		width: 320px;
	}
	
}/*解像度1200px以下*/

/*--------------------------------------------------------
解像度737px以上950px以下
--------------------------------------------------------*/
@media (min-width: 737px) and (max-width: 950px){

	/*ランキング*/
	.col2 .sub-conts .ranking-list03 .rank-thumb,
	.col2r .sub-conts .ranking-list03 .rank-thumb,
	.col2 .comparative-list01 .rank-thumb,
	.col2 .comparative-list02 .rank-thumb,
	.col2r .comparative-list01 .rank-thumb,
	.col2r .comparative-list02 .rank-thumb{
		float: none;
	}
	
	.col2 .comparative-list01 .rank-thumb,
	.col2 .comparative-list02 .rank-thumb,
	.col2r .comparative-list01 .rank-thumb,
	.col2r .comparative-list02 .rank-thumb{
		display: inline-block;
	}

	.col1 .ranking-list04 li,
	.col1 .ranking-list05 li,
	.col1 .post-list01 li,
	.col1 .post-list02 li{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .ranking-list04 .rank-box,
	.col1 .ranking-list05 .rank-box,
	.col1 .post-list01 .post-box,
	.col1 .post-list02 .post-box{
		width: 320px;
	}

	.col1 .banner-list li{
		display: list-item;
		margin-left: 0;
	}

}/*解像度737px以上950px以下*/

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){

	html,
	body,
	.containr{
		min-width: 0;
	}

	html{
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	textarea,input{
		max-width: 95%;
	}
	
	input[type="submit"],input[type="image"],
	input[type="reset"],input[type="button"],
	input[type="file"]{
		max-width: none;
	}
	
	blockquote{
		position: relative;
		margin: 2em 0;
		padding: 115px 20px 80px;
		background: #eee;
	}

	.site-header-in,
	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 100%;
	}
	
	.col2 .main-conts,
	.col2 .sub-conts,
	.col2r .main-conts,
	.col2r .sub-conts{
		float: none;
		width: auto;
	}
	
	/*ヘッダー*/
	.site-header-conts,
	.site-title,
	.header-box{
		display: block;
	}
	
	.header-box{
		margin-top: 15px;
	}
	
	.site-header-conts{
		padding-top: 50px;
	}
	
	.no-gn .site-header-conts{
		padding-top: 0;
	}
	
	.site-header-conts{
		padding-bottom: 10px;
	}
	
	.site-title{
		text-align: center;
		font-size: 1.4em;
	}

	.normal-screen .site-title{
		font-size: 2em;
	}

	.normal-screen .lp-catch{
		padding: 15px 15px 0;
		font-size: 1em;
	}

	.header-box{
		margin-left: 0;
		text-align: center;
	}
	
	.site-header-in{
		position: relative;
		padding-bottom: 1em;
	}

	
	/*グローバルナビ*/
	.global-nav{
		position: absolute;
		top: 0;
		width: 100%;
		margin: 0;
		border: 0;
		background-color: #333;
		border: none;
	}
	
	.global-nav ul{
		display: none;
		position: absolute;
		top: 50px;
		left: 10px;
		z-index: 50;
		width: 80%;
		border: 0;
		background: #666;

	}
	
	.global-nav-panel{
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		cursor: pointer;
	}

	.global-nav-in li{
		display: list-item;
		width: auto;
		border-right: 0;
		border-bottom: 1px solid #999;
		text-align: left;
	}
	
	.global-nav-in li ul{
		position: static;
		width: auto;
		margin-left: 1em;
	}
	
	.global-nav-in li ul li{
		width: auto;
		border-bottom: 0;
	}
	
	.global-nav-in li a,
	.global-nav li ul li a{
		padding: 1em;
		padding-right: 2em;
		background: url(/lalamen/wp-content/themes/keni70_wp_standard_blue_201612071031/images/icon/icon-gn-arw.png) right center no-repeat;
	}

		/*Retina（高解像度）ディスプレイ用*/
		@media screen and (-webkit-min-device-pixel-ratio:2),
		(min-resolution: 2dppx){

			.global-nav-in li a,
			.global-nav li ul li a{
				background: url(/lalamen/wp-content/themes/keni70_wp_standard_blue_201612071031/images/icon/icon-gn-arw@2x.png) right center no-repeat;
				-webkit-background-size: 27px 18px;
				background-size: 27px 18px;
			}

		}

	/*--------------------------------------------------------
	メインビジュアル
	--------------------------------------------------------*/

	.main-image-in-text-cont{
		padding: 1em;
	}
	
	.main-copy{
		margin-bottom: 10px;
		font-size: 2em;
		text-align: center;
	}

	.sub-copy{
		font-size: 1em;
	}

	.section-wrap,
	.col1 .section-wrap.wide{
		padding: 0;
		border: 0;
	}
	
	.col1 .section-wrap{
		padding: 0;
	}
	
	.section-wrap .section-in,
	.col1 .section-wrap.wide .section-in,
	.float-area,
	.col1 .float-area{
		padding: 15px;
	}

	.col1 .sub-conts .section-wrap .section-in{
		padding: 0 20px 30px;
	}

	.section-wrap .section-in .section-title,
	.section-wrap .article-header .section-title{
	margin: 0px -15px 10px;
	padding: 10px 15px 5px;
	font-size: 18px;
	border-bottom: 1px solid #666;
	border-top: 2px solid #666;
	font-weight:  bold;
	}

	.sub-conts .section-wrap .section-in .section-title,
	.sub-conts .section-wrap .article-header .section-title,
	.col1 .sub-conts .section-wrap .section-in .section-title,
	.col1 .sub-conts .section-wrap .article-header .section-title{
		margin: 0 -20px 30px;
		padding: 10px 18px;
	}

	.main-body h1,
	.main-body h2,
	.main-body h3,
	.main-body h4,
	.main-body h5,
	.main-body h6{
		margin: 35px 0 20px;
	}
.main-body h3 {
    font-size: 16px;
    padding: 0px 10px 0px 6px;
    background-color: inherit;
    border-bottom: none;
    border-left: 3px solid #111;
    font-weight: bold;
    color: #333;
}

	.main-body h1,
	.main-body h2{
		font-size: 16px;
		color: #333;
		padding: 2px 5px;
	}
	.main-body h2 {
    font-size: 16px;
    line-height: 1.4;
}
	/*パンくずリスト*/
	.breadcrumbs-in{
		margin-bottom: 1em;
		padding: 0 1em;
	}

	.breadcrumbs-in li:last-child{
		display: none;
	}

	.col1 .breadcrumbs-in{
		width: auto;
	}

	/*フッターナビ*/
	.site-footer-nav{
		display: block;
		text-align: left;
	}

	.site-footer-nav li,
	.site-footer-nav li:first-child{
		display: list-item;
		margin-left: 20px;
	}

	/*コピーライト*/
	.copyright{
		padding: 15px;
		text-align: left;
	}

	.page-top img{
		width: 40px;
	}

	/*最新情報*/
	.news .news-thumb{
		text-align: center;
	}

	.main-body .news-title{
		font-size: 1.25em;
	}

	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
	.table-block,
	.table-block thead,
	.table-block tbody,
	.table-block tfoot,
	.table-block tr,
	.table-block th,
	.table-block td{
		display: block;
	}
	
	.table-block{
		border-bottom: 1px solid #959595;
	}
	
	.table-block th,
	.table-block td{
		float: left;
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-block:after{
		content : '';
		display : block;
		clear : both;
		height:0;
	}
	
	.table-scroll:before{
		content: "※はみ出ている場合、横にスクロールできます。"
	}

	/*バナーエリア*/
	.banner-list li{
		text-align: center;
	}
	
	.banner-list li,
	.col1 .banner-list li,
	.main-conts .banner-list li{
		display: list-item;
		margin-left: 0;
	}

	/*ボタン*/
	.btn-area{
		text-align: center;
	}

	.btn{
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.btn-area .btn {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.btn-green,
	.btn-blue,
	.btn-orange,
	.btn-red{
		padding: 25px;
	}

	.btn-form01{
		padding: 25px 40px;
	}

	.btn-form02{
		padding: 25px 20px;
	}

	/*ソーシャルボタン*/
	.sns-list li{
		margin-right: 1em;
		margin-left: 0;
	}

	/*登場人物紹介２*/
	.col1 .cast-box02 .cast{
		min-height: 0;
		padding-top: 210px;
	}

	.col1 .cast-box02 .cast-name,
	.col1 .cast-box02 .cast-profile{
		padding-left: 0;
	}

	.col1 .cast-box02 .cast .cast-headshot{
		width: 100%;
	}

	/*ランキング*/
	.rank-thumb{
		float: none;
	}
	
	.sub-conts .ranking-list03 .rank-thumb,
	.col2 .sub-conts .ranking-list03 .rank-thumb,
	.col2r .sub-conts .ranking-list03 .rank-thumb{
		float: left;
	}

	.col1 .ranking-list04 li,
	.col1 .ranking-list05 li,
	.col1 .post-list01 li,
	.col1 .post-list02 li{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.col2 .link-menu-image-thumb,
	.col2r .link-menu-image-thumb{
		float: left;
	}

	.comparative-list01 .rank-thumb,
	.comparative-list02 .rank-thumb{
		display: inline-block;
		float: none;
	}

	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box{
		width: 320px;
	}
	
	/*関連記事*/
	.related-articles-thumbs02 li{
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.eye-catch{
		float: none;
		margin: 0 0 1em;
		text-align: center;
	}
.global-nav ul {
    background: #fadcda;
}
section#search-2 {
    display: none;
}

}/*解像度736px以下*/

/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){

	/*段組*/
	.col4-wrap,
	.col3-wrap,
	.col2-wrap{
		margin: 0 0 1em;
	}

	.col4-wrap .col,
	.col4-wrap .col_2of4,
	.col4-wrap .col_3of4,
	.col3-wrap .col,
	.col3-wrap .col_2of3,
	.col2-wrap .col{
		float: none;
		margin-left: 0;
	}

	.col4-wrap .col,
	.col4-wrap .col_2of4,
	.col4-wrap .col_3of4,
	.col3-wrap .col,
	.col3-wrap .col_2of3,
	.col2-wrap .col{
		width: auto;
	}

	.left,
	.right{
		float: none;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.alignleft,
	.alignright{
		float: none;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box,
	.col1 .ranking-list05 .rank-box,
	.col1 .post-list02 .post-box{
		width: 100%;
	}
.breadcrumbs-in {
    margin: 0;
}
.col2 .sub-conts .rank-box img {
    width: 75px;
}
.ranking-list04 .on-image .rank-box a {
    color: #444;
    float: left;
}
.ranking-list04 .on-image .rank-box .rank-text {
	position: relative;
	display: table-cell;
	height: 75px;
	bottom: 0;
}
.conts-box {
    width: 100%;
}
.luluepi-homelink {
    position: absolute;
    bottom: 5px;
}
table.tbfz-12 {
    font-size: 12px;
}
.float-area {
    margin-bottom: 0px;
}
.site-header-in {
    position: relative;
    padding-bottom: 0em;
}
.sns-list ul {
    margin: 0 0 0em;
    padding: 0;
}
.sns-list li {
    margin-right: .5em;
}
.site-header-conts {
    padding-bottom: 0px;
}
table.kansyuusya {
    width: 100%;
}
table.kansyuusya {
    margin: 10px auto;
}
article#post-3906 .section-title {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid #91c6f3;
}
.main-body .post-3906 h2, .main-body .post-3906 h3, .main-body .post-3906 h4 {
    font-size: 1.2em;
}
.main-body .post-3933 h3 {
    font-size: 1.35em;
    background-color: #dcedfb;
    color: #000;
}
.page-id-3933 .main-body h4 {
    border-bottom: 3px solid #91c6f3;
}
table.kansyu-purofile td:nth-child(2) {
    padding: 0 10px 0 0;
}
table.kansyu-purofile td:nth-child(2) {
    font-size: .9em;
}
table.kansyu-purofile {
    width: 100%;
}
.mokuji {
    width: 85%;
    margin-bottom: 1em;
	font-size: 12px;
}
.post-cat {
    display: none;
}

table.plan-table * {
    padding: 10px 5px;
    font-size: 14px;
}

table.plan-table th:first-child {
    width: 28%;
}
a.w80 {
    width: 80%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.main-body h4 {
    border-bottom: 2px solid #fadcda;
}
table.kansyu-profile {
    width: 95%;
}
.chiiki-table th {
    width: 30%;
    padding: 10px;
}
th.chiiki {
    text-align: center;
    background-color: #fadcda;
}

.chiiki-table {
    font-size: .9em;
}

.main-body .kanrenkiji div.su-post-title a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.kanrenkiji .su-post {
    padding: 0;
    border-image: none;
    border: 1px solid #ccc;
}
.kanrenkiji .su-posts-default-loop div.su-post-title {
    padding-right: 5px;
}
.kanrenkiji .su-posts-default-loop .su-post-thumbnail {
    margin: 0 5px;
}
.kanrenkiji .su-posts-default-loop .su-post-excerpt p:last-child {
    padding-right: 5px;
}
.kanrenkiji .su-posts-default-loop div.su-post-title {
    margin-top: 10px;
    background-color: #fff;
}
table.ryoukinhikaku * {
    font-size: 13px;
    padding: 5px;
}

.ryoukinhikaku th:first-child {
    width: 25%;
}

.ryoukinhikaku th:nth-child(3) {
    width: 13%;
}
.ryoukinhikaku th:nth-child(4) {
    width: 11%;
}
.ryoukinhikaku th:nth-child(5) {
    width: 13%;
}
.ryoukinhikaku th:nth-child(6) {
    width: 12%;
}
.main-body .post-3906 h3 {
    background-color: #fff;
    border-left: none;
color: #000;
}
.kutikomi-box .chat-l, .kutikomi-box .chat-r{
	font-size:14px;
}
.app-review-inner {
    display: block;
    margin: 0 auto;
}
.app-review-inner>div {
    display: block;
}
.aap-table {
    width: 100%;
    padding-left: 0px;
}
.aap-table th {
    width: 47px;
    text-align: center;
}
.app-btn-box {
    display: block;
}
.app-btn-box>div {
    display: block;
    text-align: center;
}
.app-btn-box>div img {
    width: 225px;
}
.app-image {
    text-align: center;
}
.app-btn-box>div:nth-child(2) {
    margin-top: 1em;
    padding-left: 0px;
}
table.writer-profile {
    width: 100%;
}
table.writer-profile td:nth-child(2) {
    text-align: left;
    width: 66%;
    padding: 5px;
}
table.writer-profile td {
    vertical-align: top;
    padding: 8px;
}
table.writer-profile th {
    text-align: center;
    padding: 10px;
}
.app-review-point {
    width: 89%;
}
.app-point {
    width: 85%;
}
.app-point span {
    font-size: 1.25em;
}
.app-review-point span.app-point-title {
    font-size: 1.2em;
}
.app-best3 {
    border: solid 2px #91c6f3;
    padding: 15px;
    margin-bottom: 1em;
}
.text-alignnone {
    text-align: initial;
}
table.app-ichiran th, table.app-ichiran td {
    padding: 5px;
    font-size:14px;
}
table.app-ichiran th:nth-child(3) {
    width: 43%;
}
table.app-ichiran th:nth-child(2) {
    width: 20%;
}
.salon-box-inner {
    padding: 15px;
}
.recipe-box {
    display: block;
}

.recipe-box>div {
    display: block;
}

.recipe-box>div:nth-child(2) {
    padding-left: 0;
      width: 100%;
    margin-top: 15px;
}
article#post-3922 {
    width: 100%;
}
article#post-3929 {
    width: 100%;
}
.page-id-3929 table.kansyu-profile,.page-id-3910 table.kansyu-profile,.page-id-3908 table.kansyu-profile {
    width: 95%;
}
#post-3929 .bubble.rc8,#post-3910 .bubble.rc8,#post-3908 .bubble.rc8,#post-3918 .bubble.rc8,#post-3935 .bubble.rc8 {
    width: 100%;
    padding: 10px;
    border: none;
}
.stretch-time {
    width: 100%;
}
#post-3929 h1.section-title {
    padding-top: 0px;
}
.stretch-mokuteki {
    width: 85%;
}
article#post-1080 {
    width: 100%;
}
article#post-3899 dt {
    width: 120px;
    float: none;
}

article#post-3899 dd {
    margin-left: 0px;
    width: 99%;
}
table.table-font th {
    font-size: .9em;
    padding: 10px;
}

table.table-font td {
    font-size: .9em;
    padding: 10px;
}
.souba01 th:first-child {
    width: 36%;
}

.souba01 th:nth-child(3) {
    width: 30%;
}
.souba02 th:first-child {
    width: 30%;
}

.souba02 th:nth-child(3) {
    width: 30%;
}
article#post-3931,article#post-3908 {
    width: 100%;
}
.cooking table th {
    border-bottom: 1px dotted #FF821C;
}
.cooking table td {
    border-bottom: 1px dotted #FF821C;
}

.cooktime {
    border-bottom: 2px solid #FF821C;
    font-size: 1.2em;
}
.recipe-box {
    display: block;
}
div.recipe-box img {
    margin-right: 0;
    float: none;
}
.page-id-3931 .salon-btn.btn-blu,.page-id-3910 .salon-btn.btn-blu,.page-id-3908 .salon-btn.btn-blu {
    width: 90%;
}
#post-3912 .salon-btn.btn-blu,#post-3918 .btn-blu {
    width: 80%;
}
.conts-point {
    border: 5px solid #91c6f3;
    padding: 12px;
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 1em;
}
.post-3935 .salon-btn.btn-blu, .post-4136 .salon-btn.btn-blu {
    width: 100%;
}
.salon-table table th {
    padding: 10px;
}
.salon-table table td {
    padding: 10px;
}

.article-body table.sp-apd0 a {
    padding: 0;
}
table.sptable-pall10 * {
    padding: 10px;
}
.sp-ftall14 {
    font-size: 14px;
}
div.hatebu-btn {
    width: 100%;
    margin: 0 auto;
}
blockquote {
    margin: 2em 0;
    padding: 45px 20px 35px;
}
blockquote:before {
    top: 10px;
    left: 10px;
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    -webkit-background-size: 38px 25px;
    background-size: 35px 25px;
}
blockquote:after {
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    -webkit-background-size: 35px 25px;
    background-size: 35px 25px;
}
.article-body .sp-p25 {
    padding: 25px 10px;
}
article#post-3916 .mokuji {
    font-size: .8em;
}
.writer-pro-box>div {
    display: block;
}
.writer-pro-box-01 {
    width: 100%;
}
.writer-pro-box-02 {
    padding: 0;
    margin-top: 1em;
}
/*--------口コミの吹き出しスタイル----------------*/
.kuchikomi-fukidashi .talker {
    width: 15%;
    font-size: 12px;
}
.kuchikomi-fukidashi .bubble {
    width: 80%;
    padding: 12px;
}
.kuchikomi-fukidashi .bubble-in {
    font-size: 12px;
}
.kuchikomi-fukidashi .chat-l .bubble .bubble-in:before {
    margin-top: -9px;
    border-width: 6px 18px;
}
.kuchikomi-fukidashi .chat-l .bubble .bubble-in:after {
    border-width: 5px 14px;
}
}/*解像度480px以下*/


/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.7.0 on 2016-12-07 10:31:28
----------------------------------------------------------------------*/
