@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	シンプルなテーマです。
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
	Version: 1.0.1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, right-sidebar, two-columns

*/

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body {
	background: #fff;
    color: #333;
	font-size: 16px;
	line-height: 220%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 500;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 0px;
	font-size: 100%;
}

h2 {
	margin-bottom: 0px;
	font-size: 100%;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #0068e8;
	text-decoration: none;
	border-style:none;
	outline: none;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #fe56aa;
}


/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 100%;
}

p {
   margin: 1px 5px;   /* 上下に1em・左右に0px */
}

#header {
	margin-top: -35px;
	padding-top: 20px;
	padding-bottom: 35px;
	position: relative;
	z-index: 2;
	border-top: solid 20px #e60000;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 0px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}


#main_bbox {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: url(http://sugiya-wagyu.pro/wp/wp-content/uploads/2021/01/background.jpg) repeat 50% 50%;
}

#main {
	width: calc(100% - 60px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#main2 {
	float: left;
	width: calc(100%  - 275px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
}

#sidebar {
	float: right;
	width: 250px;
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#footer {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	color: #222;
	font-size:18px;
	line-height: 200%;
	position: relative;
	z-index: 1;
	background: #fff;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo{
	float: left;
	width: 100%;
	margin-bottom: -55px;
	text-align: center;
}

#logo a{
	border: none;
}

.sns_box {
	float: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
}

.sns01 {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

#description {
	margin-top: 0;
	color: #777;
}

#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}


#toiawase {
	float: right;
	width: 240px;
	height: px;
	padding: 0px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	font-size: 24px;
	text-align: right;
	color: #00a0e9;
}

#toiawase a {
	color: #00a0e9;
}

.menu_background {
	display: none;
}

.menu_main {
	display: none;
}


/****************************************

          Navigation

*****************************************/

.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: inline;
    list-style-type:none;
    list-style-image:none;
    zoom:1;
    text-decoration: none;
}

#menu_background {
	display: none;
}

#menu_main {
	display: none;
}

#menu {
    display: none;
}

#menu:before,
#menu:after {
    display: none;
}

#menu:after {
    display: none;
}

#menu {
    display: none;
}

#menu li {
    display: none;
}

#menu a {
	display: none;
}

#menu li:hover > a {
    color: #fff;
	padding-top: 10px;
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 10px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
    background: #00BCFF;
    border-radius: 3px;
}

#menu ul {
	display: none;
}

#menu li:hover > ul {
    display: none;
}

#menu ul ul {
    display: none;
}

#menu ul li {
    display: none;
}

#menu ul li:last-child {   
    display: none;
}

#menu ul a {    
    display: none;
}

#menu ul a:hover {
    display: none;
}

#menu ul li:first-child > a {
    display: none;
}

#menu ul li:first-child > a:after {
    display: none;
}

#menu ul ul li:first-child a:after {
    display: none;
}

#menu ul li:first-child a:hover:after {
    display: none;
}

#menu ul ul li:first-child a:hover:after {
    display: none;
}

#menu ul li:last-child > a {
    display: none;
}
		

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/
#sidebar h2{
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
        font-size: 18px;
}
.widget{
	margin-top: 30px;
        margin-bottom: 15px;
}

#sidebar .widget ul{
	padding-top: 0.5em;
        padding-left: 1.5em;
        padding-bottom: 0.5em;
	list-style-position: outside;
	list-style-type: disc;
        font-size: 14px;
        position:relative;
        border-bottom: 1px solid #ddd;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/

#copyright{
	width: 100%;
	padding: 0px 0;
	font-size:  12px;
	text-align: center;
}

#footer_bbox01 {
	float: left;
	width: calc(100% - 100px);
	padding: 10px 50px 0px 50px;
	text-align: center;
}

#footer_logo{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

ul.footer_sns {
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: top;
	position: relative;
	z-index: 999;
	vertical-align: top;
}

ul.footer_sns li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}

/****************************************

          WordPress Misc

*****************************************/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


/* オリジナルボタン共通
--------------------------------------------- */
.more {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.more::before,
.more::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.more,
.more::before,
.more::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* オリジナルボタン
--------------------------------------------- */
.more {
	width: 250px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size:18px;
	overflow: hidden;
	border: solid 1px #fff;
}
.more :a{
	color: #fff;
}

.more:hover {
	color: #e60000;
	background: #fff;
}
.more::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.more:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #fff;
}


/* youtubeサイズ固定
--------------------------------------------- */
a { outline: none; }
#hoge {
    overflow : hidden;
    outline : none;
}

img {
	border-style:none;
    max-width: 100%;
    height: auto;
	margin: 0 auto;
	padding: 0;
}

a img {
    border-style:none;
	vertical-align: bottom;
}

/* ウェジェットボタン
--------------------------------------------- */

#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: bold;
        color: #ffffff !important;
	width: 210px;
	height: px;
	padding: 10px 0px;
        background-color: #0186ba;
        background-image: linear-gradient(#333, #000);
	border-radius: 3px;
        margin-bottom: 5px;
        text-decoration: none !important;
        text-align: center;
        box-shadow: 1px 1px 2px 0px rgba(255,255,255,0.50) inset ,-1px -1px 2px 0px rgba(0,0,0,0.30) inset;

}

#button:hover {
	color: #fff;
        text-decoration: none;
        border: none;
        background-image: linear-gradient(#006DD9, #062299);
        text-decoration: none !important;
}

/* 画像ボタン（ロールオーバー時に透過）
--------------------------------------------- */
a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* イメージ固定
--------------------------------------------- */
a { outline: none; }
#hoge {
    overflow : hidden;
    outline : none;
}

img {
    border-style:none;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a img {
    border-style:none;
}

/* 共通
--------------------------------------------- */
#pankuzu {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #fff;
}


/* お知らせ
--------------------------------------------- */
#info_thumbnail {
	float: left;
	width: 100px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}

#info_bbox01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

#info_sbox01 {
	float: left;
	width: calc(100% - 120px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#info_photo {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#info_photo2 {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#info_text {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}


/* ページネーション
--------------------------------------------- */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 1em;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 3px 2px 0;
	padding: 10px 13px 10px 13px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #47BEA0; /* 通常の背景色 */
	border-radius: 50%; /* 角を丸くして円形に */
}
.pagination span.page-of {
	background: none;
	color: #47BEA0;
}
.pagination a:hover{
	color: #47BEA0; /* マウスホバー時の文字色 */
	background: #F9D635; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 13px 10px 13px;
	color: #47BEA0; /* 現在のページの文字色 */
	background: #F9D635; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 7px 10px 7px 10px;
}
.pagination .current{
	padding: 7px 10px 7px 10px;
}
}

/* フェードイン
--------------------------------------------- */
.fadein {
    opacity : 0;
	transform: scale(0.5);
	transform : translate(0, 60px);
	transition : all 600ms;
}

.fadein.scrollin {
    opacity : 1;
	transform: scale(1.0);
	transform : translate(0, 0);
}

/* 折り返し禁止文字
--------------------------------------------- */
.text { display: inline-block; }

/* youtube
--------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* index
--------------------------------------------- */
.index_movie {
	width: 100%;
	max-width: 1600px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -230px;
	text-align: center;
	position: relative;

}

.index_movie p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

#index_img01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.index_bbox01 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: -100px;
	text-align:center;
	color: #fff;
	background: #e60000;
}

.index_bbox02 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	text-align:center;
	color: #fff;
	background: #e60000;
}

.index_sbox01 {
	float: left;
	width: 100%;
	margin-bottom: 16px;
	display: flex;
	justify-content:center;
}

.index_sbox02 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	justify-content:center;
	color: #fff;
	background: #e60000;
}

.index_business_hours {
	display: inline-block;
	max-width: 680px;
	text-align: left;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #aaa;
}

#index_imgbox01 {
	float: left;
	width: calc(100%  - 0px);
	height: 350px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	background: url("http://sugiya-wagyu.pro/wp-content/uploads/2021/03/background_img01.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

#index_tel {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: center;
}

.index_text_box01 {
	float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
	display: flex;
	justify-content:center;
}

.index_text_box_title01{
	float: left;
	height: 500px;
	margin-left: 30px;
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
	font-size: 32px;
	line-height: 160%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: left;
}

.index_text_box_text01{
	float: left;
	height: 500px;
	margin-left: 0px;
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
	line-height: 260%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: left;
}

.index_title_img01 {
	float: left;
	width: 100%;
	margin-bottom: -130px;
	position:relative;
	z-index: 1;
}

.index_title_img02 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: -250px;
	position:relative;
	z-index: 1;
}

#index_photo01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.index_photo02 {
	float: left;
	width: calc(100% - 0px);
	margin-bottom: 10px;
	text-align: center;
}

.index_title01 {
	float: right;
	height: 500px;
	margin-left: 60px;
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
	font-size: 36px;
	line-height: 160%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: left;
}

.index_title02 {
	float: left;
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	font-size: 30px;
	line-height: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: center;
}

.index_text01 {
	float: right;
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
	font-size: 20px;
	line-height: 300%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: left;
}

.index_youtube_box {
	float: left;
	width: calc(100% - 200px);
	margin-bottom: 0px;
	padding-top: 150px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 40px;
	background: #000;
}

.index_youtube_sbox {
	float: left;
	width: calc(100% - 200px);
	margin-bottom: 50px;
	text-align: center;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube_bn {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

.index_youtube_text01 {
	float: right;
	width: 200px;
	margin-bottom: 0px;
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
	font-size: 30px;
	line-height: 260%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: left;
	color: #fff;
}

#topics {
	float: left;
	width: calc(100% - 100px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	color: #fff;
	background: #00a0e9;
}

#topics a {
	color: #fff000;
}

#topics a:hover {
	color: #fff000;
}

#topics_title01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	transform: rotate(.03deg);
	font-weight: 600;
	text-align: left;
}

#map {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	padding: 0px;
}



/* 干し肉マイスター
--------------------------------------------- */
.hosiniku_slide {
	width: 100%;
	max-width: 1600px;
	height: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -160px;
	text-align: center;
	background: #333;
	background: url(http://sugiya-wagyu.pro/wp-content/uploads/2021/02/meister_background.jpg) repeat-y 50% 50%;
	background-size: cover;
	position: relative;

        /* 左右中央寄せ */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        /* 上下中央寄せ */
	-webkit-box-align: middle;
	-ms-flex-align: middle;
	align-items: middle;
}

.hosiniku_slide_img {
	width: 300px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -60px;
	padding: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.hosiniku_left01 {
	float: left;
	width: 560px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.hosiniku_right01 {
	float: left;
	width: calc(100% - 600px);
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.hosiniku_bbox01 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	background: #fff;
}

.hosiniku_bbox02 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	color: #fff;
	background: #e60000;
}

.hosiniku_bbox03 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #fff;
	background: #1b39b9;
}

.hosiniku_bbox04 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	color: #fff;
	background: -moz-linear-gradient(top left, #877600, #baa200); 
background: -webkit-linear-gradient(top left, #877600, #baa200); 
background: linear-gradient(to bottom right, #877600, #baa200);
}

.hosiniku_bbox05 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	color: #fff;
	background: -moz-linear-gradient(top left, #e900d6, #000); 
background: -webkit-linear-gradient(top left, #e900d6, #000); 
background: linear-gradient(to bottom right, #e900d6, #000);
}

.hosiniku_bbox06 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	color: #fff;
	text-align:center;
	background: #1da1f2;
}

.hosiniku_text_box01 {
	float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 0px;
	display: flex;
	justify-content:center;
}

.hosiniku_text_box_title01{
	float: left;
	height: 500px;
	margin-left: 30px;
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
	font-size: 36px;
	line-height: 160%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: left;
}

.hosiniku_text_box_text01{
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	display: inline-block;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	display: flex;
	justify-content:center;
}

.hosiniku_text_box_text02{
	float: left;
	height: 480px;
	margin-left: 0px;
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
	font-size: 24px;
	line-height: 220%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: left;
}


.hosiniku_title01 {
	float: left;
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: center;
	color: #e60000;
}

.hosiniku_title02 {
	float: left;
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 200%;
	font-weight: 800;
	text-align: center;
}

.hosiniku_title03 {
	float: left;
	width: calc(100% - 0px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 200%;
	font-weight: 550;
	color: #fff;
}

.hosiniku_text01 {
	float: left;
	width: calc(100% - 0px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 200%;
	font-weight: 550;
	color: #fff;
	text-align: center;
}

.hosiniku_youtube01 {
	width: 560px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align:center;
}

ul.hosiniku_youtube02 {
	width: calc(100% - 0px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size: 16px;
	line-height: 36px;
	border: double 0px #b6a200;
}
 
ul.hosiniku_youtube02 li {
	width: calc(100% / 3 - 20px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.hosiniku_twitter_logo {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align:center;
}

.hosiniku_twitter_title01 {
	float: left;
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: center;
}

.hosiniku_twitter_title01 a {
	color: #ffff00;
}

.hosiniku_twitter_title02 {
	float: left;
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 550;
	text-align: center;
}