@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #6b5238;
	background-color: #FFFFFF;
		font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}

.mainContainer {
	width: 100%;
}
img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.mailFormBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.textRight{
	text-align: right;
	right: 90px;
}
.textLeft{
	margin: auto;
	border-bottom: 1px solid #311b0447;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.line h3 span,
.textLeft span{
	font-size: 12px;
	color: #b7afa7;
	padding-left: 10px;
	font-weight: bold;
}

.textCenter{
	text-align: center;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.imgPlacementLeft {
	padding: 10px;
	float: left;
	display: block;
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.imgPlacementRight {
	display: block;
	width: 100%;
}

.sp__on{
	display: none;
}

/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #fff;
	background-size: cover;
}
.toppage header {
	height: auto !important;
}
header.subPageMainImg {
	background-image: url(../img/top/01.jpg);
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
	top: 20px;
}

header .logobase{
	width: 1100px;
	display: block;
	height: 70px;
	position: relative;
	z-index: 1000;
	left: 0px !important;
	top: 0px
}
header .logocenter{
	position: relative;
	padding: 0px 38%;
}

/*グローバルナビゲーション-------------------------------------------*/
#globalNavi {
	font-size: 14px;
	cursor: pointer;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
	padding: 10px;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	clear: both;
	margin: 40px 0;
}

.maincontent {
	margin-bottom: 10px;
}
.sectionblock::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.sectionblock p {
	line-height: 1.6;
	font-size: 15px;
}

h2 {
	font-size: 22px;
	line-height: 40px;
	position: relative;
	display: block;
}
h2 i {
	padding-right: 10px;
	color: #000;
	font-size: 22px;
}
h2 a.btnList {
	font-size: 15x;
	line-height: 40px;
	text-decoration: none;
	display: block;
	width: 100px;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding: 5px 15px;
	color: #FFF;
	background-color: #9a500a;
	text-align: center;
}

h2 a.btnListright{
	position: absolute;
	right: 80px;
	padding-right: 30px;
	text-align: center;
}
h2 a.btnListleft{
	position: absolute;
	padding:0px 30px;
	left: 10px;
	margin: 10px auto;
	text-align: center;
}
h2 a.btnList:hover {
	background-color: #FFF;
	color: #9a500a;
	border: solid 1px #9a500a;
}
h2.subPageTitle span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}
h2.centerh2{
	text-align: center;
}
.sectionblock h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	display: block;
	border: 1px solid #FFFFFF;
	clear: both;
	float: left;
	width: 40%;
}

.botline {
	border: 1px solid #311b04;
	width: 60px;
	margin: 10px auto 60px auto;
}

.menubtn a{
	color: #fff;
}

.menubtn {
	font-size: 16px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #311b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 30px;
}

.menubtn:hover {
	background-color:#311b04a6;
	border-radius: 30px;
	cursor: pointer;
}


/*お知らせ-------------------------------------------*/
.sectionblock .news_topics h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 36px;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
}
.sectionblock .news_topics ul li {
	padding: 20px;
	border-bottom: 1px solid #ececec;
}

.sectionblock .news_topics ul li:first-child {
	border-top: 1px solid #ececec;
}

.sectionblock .news_topics ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}

.sectionblock .news_topics ul li span{
	letter-spacing: 2px;
	padding-left: 20px;
}

.news_topics h2{
	text-align: center;
	width: 100px;
	margin: 0 auto;
	letter-spacing: 5px;
}

.news_topics__item{
	text-align: center;
	color: #fff;
	background: #311b04;
	padding: 0 15px;
	margin: 0 15px;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}

.top_view__message p {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

/*３列メインコンテンツ-------------------------------------------*/
.item_list {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #f5eeea;
	padding-top: 30px;
	background: linear-gradient(#f5eeea 40%, #fff 30%);
}
.item_list .item_list__box {
	width: 28%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}
.item_list .item_list__box:hover {
	background-color: #FFF;
}

.item_list h2{
	color: #311b04;
	font-size: 20px;
}

.item_list .item_list__box h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}

.item_list .textCenter {
	width: 130px;
	margin: auto;
	letter-spacing: 5px;
}

.content .item_list__box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	color: #474747;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	border-bottom-style: dotted;
}
.item_list .item_list__box img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*TOPカテゴリー　SUBこだわり-------------------------------------------*/
#tpmenu{
	width: 100%;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.tpbox-itemMenu-left,
.tpbox-itemMenu-center,
.tpbox-itemMenu-right{
	width: 32%;
	background-color: #fff;
}

.tpbox-itemMenu p {
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
}

.tpflexbox {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tpflexbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
}
.tpbox-itemleft {
	width: 48%;
	flex-direction: column-reverse;
}
.tpbox-itemright {
	width: 48%;
}

.tpbox-itemright h2{
	font-size: 24px;
	text-align: left;
	margin-bottom: 25px;
	border-bottom: solid 1px #6b5238;
}

.bordbox {
	width: 100%;
	margin-bottom: 30px;
	margin-right: 30px;
}


/*TOP（三つのこだわり）-------------------------------------------*/
.bgChange {
	width: 100%;
	padding: 20px 0 20px 0;
	background-repeat: no-repeat;
	background-position: center 2px;
}
.bgChange h2 {
	text-align: center;
	color: #000;
	background-position: center 60px;
}
.concept ul {
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	padding-bottom: 30px;
}
.concept ul li {
	display: block;
	width: 33.3%;
}
.concept ul li p {
	font-size: 16px;
	margin: 25px 5px;
	color:#fff;
}
.concept ul li a {
	text-decoration: none;
	color: #000;
}
.concept ul li p strong {
	font-size: 18px;
	font-weight: normal;
		font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
}
.concept ul li img {
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.conceptBox{
	width: 100%;
	float: left;
}

.topConceptArrow{
	text-align: right;
}

.kodarrow::before,
.kodarrow::after{
	position: absolute;
	bottom: 100px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.yajirusi::before{
	top: 20px;
	left: -275px;
	width: 293px;
	height: 2px;
	background: #fff;
}
.yajirusi::after{
	top: 20px;
	left: 0px;
	width: 15px;
	height: 14px;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
}
.kodamoji{
	position: relative;
}
.moji{
	width: 100%;
	left: 25%;
	top: calc(40% - 25px);
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-family: serif;
}

.concept h2{
	margin-top: 20px;
	letter-spacing: 4px;
}

.concept p{
	margin-bottom: 30px;
	letter-spacing: 1px;
}

/*お問い合わせフォーム-------------------------------------------*/
.sectionblockcontact .contact {
	text-align: center;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 20px;

}
.sectionblockcontact .contact  h2 {
	margin-left: 25%;
	margin-right: 25%;
	padding: 20px 0 15px 0;
	border-bottom: solid 3px #a9825b;
}
.sectionblockcontact .contact .tel a {
	font-size: 30px;
	color: #666;
	text-decoration: none;
}
.sectionblockcontact .contact .tel a i {
	padding-right: 10px;
}
.sectionblockcontact .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}
.sectionblockcontact{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}
.btnContact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #311b04;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 60%;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #FFF;
}
.btnContact a:hover {
	background-color: #FFF;
	color: #9a500a;
	border: 1px solid #9a500a;
}
.btnContact a i {
	padding-right: 10px;
}
.sectionblockcontact{
	width: 100%;
}

.imgbottom{
	width: 100%;
}

.botimg{
	background-image: url(../img/bot1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 350px;
	background-attachment: fixed;
}

.imgbottomSub img{
	width: 100%;
}

.mf__btn{
	text-align: center;
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	display: block;
	color: #FFFFFF;
}
.footer_block {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_sitemap{
	text-align: center;
}

.footer_access{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_info{
	background-color:  #311b04;
}

.footer_sitemap li{
	display: inline-block;
	padding-left:30px;
	padding-right:25px;
}

.footer_sitemap li a{
	color: #311b04;
	font-size: 14px;
}

.footer_sitemap li a:hover{
	opacity: 0.5;
}

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

.footer_sitemap li{
	border-left: 1px solid #bdb6ae;
}

.footer_sitemap li:last-child {
	border-right: 1px solid #bdb6ae;
}

.footer_access .footer_contact {
	display: flex;
	margin: 0 20%;
	padding: 20px 0px;
	justify-content: space-evenly;
}

.footer_access .footer_contact li{
	padding: 20px 30px;
	background-color: #311b04;
	width: 30%;
	margin: auto;
	color: #fff;
}

.footer_access .footer_contact a{
	display: block;
	font-weight: 700;
	color: #fff;
}

.footer_access .footer_contact a :hover{
opacity: 0.8;
}

.contact {
	background-color: #f5eeea;
}

.contact .botline{
	margin-bottom: 10px;
}

.contact .sectionblock{
	margin-bottom: 0;
}

small {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	display: block;
	color: #fff;
	padding: 10px 0;
}
.footer_block__inner ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
.footerToTop a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: #311b04;
}

.footerToTop a::after {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 5px #fff;
	border-right: solid 5px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -6px;
}

.footerToTop a:hover{
	background-color: #96744f;
}

/*テーブル-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.sectionblock table.companyTable,
#mailForm table.mailFormTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionblock table.companyTable th,
.sectionblock table.companyTable td {
	padding: 20px;
	font-size: 14px;
	border-bottom: solid 1px #E3E3E3;
}
.sectionblock table.companyTable th {
	color: #000;
	letter-spacing: 2px;
}
.menu-block h3{
	font-size: 22px;
	font-weight: 600;
	color: #4f4f4f;
}
.menu-block h3 span{
	display: block;
	padding-left: 0;
}
.sectionblock table.menuTable {
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	float: left;
}
.sectionblock table.menuTable th{
	color: #000;
	letter-spacing: 2px;
	width: 60%;
	text-align: left;
	margin-left: 10%;
	padding: 10px 0;
	font-size: 15px;
	font-weight: lighter;
}

/*メールフォーム-------------------------------------------*/
#mailForm table.mailFormTable th {
	text-align: right;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
}
.sectionblock #mailForm table.mailFormTable th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}
#mailForm table.mailFormTable td {
	padding: 20px;
	background-color: #FFF;
	border-bottom:solid 1px #CCC;
	font-size: 14px;
}
form input.mailFormBtn {
	font-size: 18px;
	background-color: #311b04;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #311b04;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	line-height: 24px;
}
form input.mailFormBtn:hover {
	background-color: #FFF;
	color: #311b04;
	border: solid 1px #311b04;
	cursor: pointer;
}

#mailForm table.mailFormTable tr:last-child td{
	border-bottom:none;
}

.line{
	display: flow-root;
	border-top: 1px solid #eae8e5;
}

@media screen and (min-width:1100px) {

/*ヘッダー-------------------------------------------*/
header {
	height: 150px;
}
header h1 {
	top: 15px;
}
.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}

.slideshow {
	margin-top: 75px;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	width: 100%;
	display: block;
	height: 60px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	top: 90px;
	background-color: #311b04;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	height: 60px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#globalNavi ul li{
	width: 180px;
	height: 60px;
	float: left;
	display: block;
}
#globalNavi li a {
	width: 183px;
	height: 60px;
	display: table-cell;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	color: #fff;
	letter-spacing: 2px;
}

#globalNavi li a::before {
	display: block;
	width: 8px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 2px;
	content: '';
	border-right: 1px solid #fff;
}
#globalNavi li:first-child a::after {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 0px;
	content: '';
	border-right: 1px solid #fff;
}
.hedsectionblock {
	width: 1100px;
	margin: 0px auto 15px auto;
	display: flex;
}
#globalNavi li a:hover,
#globalNavi ul li:hover > a {
	color: #a57747;
}

#globalNavi ul li ul{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#globalNavi li li a::before,
#globalNavi li li:first-child a::after {
	display: none;
}
#globalNavi ul li:hover div{
	visibility: visible;
	opacity: 1;
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	display: flex;
}
.breadcrumbs ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*フッター-------------------------------------------*/
.footer_block  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 240px;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	margin-left: 9%;
}

.mf__inquiry,
.mf{
	width: 70%;
	padding: 5px;
}

}

/*-----（/1100～）-----*/

@media screen and (max-width:1100px) {
img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.mainContainer {
	width: 90%;
	margin-left: 5%;
}


/*ヘッダー-------------------------------------------*/
header {
	height: 100px;
	overflow: hidden;
}

header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}

header .logobase {
	height: 0;
}

/*メニューボタン-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 50px;
	width: 60px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 15px;
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menuTrigger::after {
	content: "MENU";
	display: block;
	height: 15px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 10px;
	bottom: 4px;
	text-align: center;
	color: #000;
}
.menuTrigger.opened::after {
	content: "CLOSE";
	color: #fff;
	font-size: 8px;
	bottom: 4px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened {
	background-color: #311b04;
}
.menuTrigger.opened span {
	background-color: #fff;
}
.menuTrigger span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #000;
}
.menuTrigger span {
	transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menuTrigger span.top {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
}
.menuTrigger span.bottom {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
}
.menuTrigger:hover span.top {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.menuTrigger:hover span.bottom {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}
.menuTrigger.opened  span.middle {
	background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
}
.menuTrigger.opened  span.top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
}
.menuTrigger.opened  span.bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
}

/*グローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 170px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #311b04;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNavi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#globalNavi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #311b04;
}
#globalNavi ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	border-bottom: solid 1px #fff;
	background-color: #ad855c;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 22px;
}
#globalNavi ul li a:hover {
	background-color: #fff;
	color: #311b04;
}
.fixed {
	overflow: hidden;
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	width: 100%;
	padding: 10px 0;
}
.bgChange {
	padding: 15px 0 40px 0;
	margin: 60px 0 20px 0;
}
.bgChange h2 {
	margin-bottom: 20px;
}
.menutext{
	text-align: center;
}

#tpmenu {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.tpbox-itemMenu {
	width: 100%;
	padding-bottom: 60px;
}

.tpbox-itemMenu:last-child {
	padding-bottom: 0;
}

.item_list {
	background: linear-gradient(#f5eeea 20%, #fff 20%);
}

/*トップフォーム-------------------------------------------*/
.concept ul li {
	width: 70%;
	margin: 0 auto;
}
.kodarrow{
	margin-bottom: 40px;
}

.botimg {
	height: 250px;
}

/* サブページ　About us */
.concept h2 {
	line-height: 28px;
	margin-bottom: 15px;
}
.concept h2 span {
	display: block;
	padding-left: 0;
}


/*フッター-------------------------------------------*/
.footer_block .footer_block__inner {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 24%;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	width: 25%;
	padding-right: 5px;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}

.mf__inquiry,
.mf{
	width: 80%;
	padding: 5px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:968px) {
.footer_access .footer_contact {
	margin: 0 5%;
}
}


@media screen and (max-width:760px) {
header h1 {
	left: 5px;
	top: 15px;
}

.botimg {
	background-image: url(../img/bot1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 210px;
	background-attachment: inherit;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	display: none;
}

/* 三つのこだわり サークルの大きさ*/
.concept ul li {
	width: 98%;
	/* margin: 0  0 12px 1%; */
}

/* TOPカテゴリー　SUBこだわりのフレックスボックス*/
.tpflexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tpbox-itemMenu-left, .tpbox-itemMenu-center, .tpbox-itemMenu-right {
	width: 48%;
	background-color: #fff;
	margin-bottom: 60px;
}
.tpbox-itemMenu-right {
	margin-bottom: 0px;
}
.item_list h2 {
	font-size: 16px;
}
.line h3 span, .textLeft span {
	font-size: 10px;
}
.sectionblock p {
	font-size: 14px;
}
.tpflexbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
	flex-direction: column-reverse;
}
.tpflexbox :nth-child(odd) {
	flex-direction: row-reverse;
}
.tpbox-itemleft {
	width: 100%;
}
.tpbox-itemright {
	width: 100%;
	padding-top: 20px;
}
.imgPlacementRight:nth-child(odd) {
	display: block;
	width: 100%;
	/* min-height: 100%; */
	object-fit: cover;
	flex-direction: column-reverse;
}
h2 a.btnListleft {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
h2 a.btnListleft {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
.service ul li p strong{
	font-size: 32px;
}
.btnContact a {
	padding-top: 15px;
	padding-bottom: 13px;
	font-size: 16px;
	padding: 20px;
}

.footer_access .footer_contact li {
	padding: 20px 15px;
	width: 32%;
	font-size: 14px;
}

/* サブページ　About us */
.concept h2 {
	margin-top: 5px;
	padding-top: 0;
}

/*テーブル-------------------------------------------*/
.sectionblock table.companyTable th,
.sectionblock table.companyTable td,
.sectionblock table.mailFormTable th,
.sectionblock table.mailFormTable td {
	display: block;
	padding: 15px;
	text-align: left;
}
.sectionblock table.mailFormTable th,
.sectionblock table.mailFormTable td {
	text-align: center !important;
}
.sectionblock table.mailFormTable th {
	border-right: none !important;
}

.sectionblock .news_topics ul li {
	font-size: 14px;
}

/*フッター-------------------------------------------*/
footer{
	border-top: 1px solid #311b04;
}
.footer_block .footer_block__inner .footerRight {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_block .footer_block__inner .footerRight p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_block .footer_block__inner ul {
	width: 32%;
}
img.footerLogo {
	width: 70%;
	margin-left: 15%;
}

.footer_sitemap li {
	width: 33%;
}

.footer_sitemap li:last-child {
	border-right:none;
}

.footer_sitemap li {
	border-left: none;
	padding: 0;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) {

.sectionblock {
	margin: 0;
}
.botline {
	margin: 10px auto 30px auto;
}

.menubtn {
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	line-height: 30px;
	padding-top: 30px;
}
h2 a.btnList {
	font-size: 14px;
	line-height: 26px;
	width: 90px;
	top: 5px;
	padding: 10px 30px;
	font-weight: normal;
}
h2 a.btnList::before {
	line-height: 26px;
}
.item_list .item_list__box {
	width: 98%;
}
.tpbox-itemright h2 {
	font-size: 16px;
}
.concept ul li {
	padding: 0px;
}
.service ul li a{
	width: 75px;
	height: 30px;
}
.footer_block .footer_block__inner {
	width: 100%;
}
.footer_block ul li .listTitle {
	font-size: 12px;
	letter-spacing: 0px;
}
.footer_block ul li a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}
.footer_block .footer_block__inner ul {
	width: 32%;
	margin-left: 1%;
}
.footer_block .footer_block__inner ul li{
	font-size: 13px;
}

textarea,
input {
	max-width: 360px;
}

.footer_access .footer_contact {
	display: block;
}
.footer_access .footer_contact li {
	width: 80%;
	margin-bottom: 15px;
}

/*お問い合わせフォーム-------------------------------------------*/
.sectionblock .contact {
	margin: 30px 0;
	width: 90%;
	margin-left: 5%;
}
.sectionblock .contact .tel a {
	font-size: 16px;
}
.btnContact a {
	padding: 30px 15px;
	font-size: 15px;
	line-height: 10px;
	width: 70%;
}

.sp__on{
	display: block;
}

input{
	font-size: 16px;
}

.mf__inquiry, .mf {
	width: 90%;
}

.line h3 span{
	padding-left: 0;
}

}
/*-----（/～560）-----*/


@media screen and (max-width:468px) {
.tpbox-itemMenu-left, .tpbox-itemMenu-center, .tpbox-itemMenu-right {
	width: 100%;
}
}
	
@media screen and (max-width:400px) {
.sectionblock {
	margin: 0;
}
.tpflexbox1 {
	margin: 0;
}
.sectionblock p {
	line-height: 1.8;
	font-size: 13px !important;
}
.sectionblock .news_topics ul li a {
	font-size: 13px;
}
.footer_block .footer_block__inner ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 0 5%;
	font-size: 13px;
}
textarea,
input {
	max-width: 280px;
}

.btnContact a {
	font-size: 14px;
	padding: 25px 35px;
}
.tpbox-itemright h2 {
	font-size: 16px;
}
.sectionblock h3 {
	font-size: 16px;
}

.menubtn {
	margin-bottom: 30px;
}

.sectionblock table.menuTable {
	width: 100%;
}

.sectionblock h3 {
	font-size: 16px;
}
.sectionblock h3 {
	width: 46%;
}

.sectionblock h3 {
	margin-top: 0;
	margin-bottom: 0;
}

/* サブページ　MENU */
.menu-block h3{
	font-size: 20px;
	padding-left: 0;
}
.menu-block h3 span{
}
.sectionblock table.menuTable {
	margin-top: 0;
}
.sectionblock table.menuTable th{
	font-size: 14px;
}


}
/*-----（/～400）-----*/

/*スライドショー---------------------------------------------------------*/
.slideshow {
	position: relative;
	overflow: hidden;
}

.slideContents {
	position: relative;
	background: #fff;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slideContents section img {
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}

.slideContents #slide1 {
	position: relative;
}
.slideContents section {
	animation: autoplay 15s infinite;
}

@keyframes autoplay {
0%, 30%, 100% {
	transform: none;
}
33.3% {
	transform: translateX(-100%);
}
33.301%, 96.6% {
	transform: translateX(100%);
}
}

.slideContents #slide1 {animation-delay: 0s; }
.slideContents #slide2 { animation-delay: -10s; }
.slideContents #slide3 { animation-delay: -5s; }

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.itemEffect.delay02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
