@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #000;
	background-color: #ffffff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif , "MS-P 明朝";
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}

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

section,
article {
	display: block;
}
li {
	list-style-type: none;
}
a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
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;
	text-align: left;
}
.textCenter{
	text-align: center;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}



/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #fff;
	background-size: cover;
}
.toppage header {
	height: auto !important;
	overflow: hidden;
}
header.sub_top_view {
	background-image: url(../img/top/01.jpg);
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}
.head_sectionBlock {
	width: 1100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}
.top_view {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 100;
}

.top_view__message p{
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: none;
	white-space: nowrap;
	color: #fff;
}
.top_view__message p span{
	border-bottom: solid 2px #fff;
}

/*パン屑-------------------------------------------*/
.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: "";
}

/*ハンバーガー-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 50px;
	width: 60px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 10px;
	right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened span {
	background-color: #3e3e3e;
}
.menuTrigger span {
	width: 35px;
	height: 3px;
	display: block;
	position: absolute;
	left: 20%;
	top: 45%;
	background-color: #666;
}
.menuTrigger span {
	transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menuTrigger span.top {
	transform: translateY(-12px);
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
}
.menuTrigger span.bottom {
	transform: translateY(12px);
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
}
.menuTrigger:hover span.top {
	transform: translateY(-14px);
	-webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
}
.menuTrigger:hover span.bottom {
	transform: translateY(14px);
	-webkit-transform: translateY(14px);
	-moz-transform: translateY(14px);
}
.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 {
	font-size: 16px;
	cursor: pointer;
}
#globalNavi {
	position: fixed;
	height: 100%;
	padding-top: 170px;
	top: 0;
	right: 0;
	overflow: auto;
	z-index: 3000;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	width: 200px;
}
#globalNavi ul {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
#globalNavi ul li a {
	color: #3e3e3e;
	text-decoration: none;
	display: block;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
}
#globalNavi ul li a:hover {
	background-color: #3e3e3e;
	color: #fff;
}


/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	clear: both;
}
.top-sec-title{
	font-size: 28px;
	line-height: 28px;
	color: #3c3c3c;
	margin-bottom: 25px;
	padding-top: 5px 0;
	display: block;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-sec-title:before, .top-sec-title:after {
	border-top: 1px solid;
	content: "";
	width: 2em;
}
.top-sec-title:before {
	margin-right: 1em;
}
.top-sec-title:after {
	margin-left: 1em;
}

.top-sec-title span {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: normal;
}

.section__subtitle {
	font-size: 32px;
	font-weight: bolder;
}
.section__subtitle span {
	font-size: 12px;
	color: #505050;
	padding-left: 20px;
	letter-spacing: 2px;
}

/*TOP イントロ-------------------------------------------*/
.tp_massage-BG{
	position: relative;
	background: #fffef4;
	margin: 80px 0;
	z-index: 1;
	border-top: solid 20px #fffdef;
	border-bottom: solid 20px #fffdef;
}
img.top-concept-img1 {
	width: 400px;
	height: auto;
	position: absolute;
	top: -60px;
	left: -20px;
	z-index: 2;
}
img.top-concept-img2 {
	width: 450px;
	height: auto;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 2;
}
.tp_massage-box {
	text-align: center;
	z-index: 5;
	position: relative;
}
.top-intro-title{
	font-size: 35px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #965a00;
	margin-bottom: 20px;
}

.top-intro-text{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color:#3c3c3c;
	line-height: 40px;
}




/*TOPメニューのフレックスボックス-------------------------------------------*/
.menu__img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}
.tpflexbox {
	width: 100%;
	display: flex;
	margin-bottom: 50px;
}
.tpflexbox-1 {
	width: 60%;
	margin-left: 20%;
	display: flex;
	margin-bottom: 50px;
}
.tpbox-item{
	width: 100%;
}
.tpbox-item1{
	width: 60%;
	margin-left: 20%;
}
.sec__menu{
	margin-bottom: 50px;
}
.sec__menu h2{
	font-size: 28px;
	line-height: 28px;
	color: #3c3c3c;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}
.top-menu-title{
	font-size: 28px;
	line-height: 28px;
	color: #965a00;
	margin-bottom: 25px;
	padding-top: 5px 0;
	text-align: center;
	font-weight: bold;
}
.top-menu-text{
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	color:#3c3c3c;
	line-height: 32px;
}
p.top_menu-bigtext{
	font-size: 22px;
	padding: 15px 0;
	text-align: center;
	font-weight: bolder;
}
.top-menu-details{
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	color:#3c3c3c;
	line-height: 25px;
	width: 70%;
	margin-left: 15%;
}
.btn__box{
	text-align: center;
	margin-top: 30px;
}
.tpbox__btn {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	padding: 10px 40px;
	border: solid 1px #ff9d09;
	background: #ff9d09;
	border-radius: 100px;
}
.tpbox__btn:hover {
	opacity: 0.5;
}


/*TOP 会社概要-------------------------------------------*/
.tp_company-img {
	background-image: url(../img/top_company/1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.top_company-img {
	background-image: url(../img/top_company/2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 250px;
	background-attachment: fixed;
	margin-top: 80px;
}
.top-company-title h2{
	font-size: 28px;
	line-height: 28px;
	color: #3c3c3c;
	margin-bottom: 25px;
	font-weight: bold;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.top-company span{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: normal;
}
.top-company-title:after {
	display: block;
	border-top: 1px solid #3c3c3c;
	content: "";
	margin-left: 120px;
}

/*サブページ コンセプト-------------------------------------------*/
.tpbox__img-first {
	background-image: url(../img/menu/1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.tpbox__img-second {
	background-image: url(../img/menu/2.jpg);
	background-size: cover;
	-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.tpbox__img-third {
	background-image: url(../img/menu/3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.tpbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.tpbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	margin: 50px 0;
	padding: 20px 0;
}
.tpbox__itemleft {
	width: 50%;
	flex-direction: column-reverse;
}
.tpbox__itemright {
	width: 46%;
	height: auto;
}
.tpbox__itemright h2 {
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	margin-bottom: 30px;
	color: #965a00;
	padding-top: 30px;
	font-weight: bolder;
}
.tpbox__itemright p{
	font-size: 17px;
	line-height: 25px;
}
img.tpbox__img {
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.tpbox__img {
	display: block;
	width: 100%;
}


/*お知らせ-------------------------------------------*/
.news_topics {
	display: block;
	/* background: #fffced; */
	margin: 50px 0;
}
.news_topics ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #43423F;
	font-size: 17px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
}
.news_topics ul li:first-child {
	margin-top: 20px;
}
.news_topics__item {
	text-align: center;
	color: #fff;
	background: #ffac15;
	padding: 0 15px;
	margin: 0 15px;
	border-radius: 5px;
}
.news_topics-BG .sectionBlock{
	padding: 0;
}
.sp__on {
	display: none;
}


/*TOP googlemap-------------------------------------------*/
.topGoogleMap{
	width: 100%;
	height: 350px;
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	display: block;
	color: #000;
	background-color: #f8f6ed;
}
.footer_block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.footer_block ul li a {
	text-decoration: none;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.footer_block ul li a:hover {
	opacity: 0.5;
}
.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_block ul li ul {
	width: 100% !important;
}
small {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 15px 0;
	display: block;
	background: #43423F;
	color: #fff;
}
.footer_block__inner ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 30px;
	z-index: 200;
	background: #fff;
}
.footerToTop a {
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 15px;
	margin-top: 20px;
}
.footerToTop:hover {
	opacity: 0.7;
}

/*サブページ　MENU-------------------------------------------*/
.menu__Categorytitle {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #666;
	display: block;
	border: 1px solid #fff;
}
.sectionBlock table.menuTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.menuTable th{
	color: #000;
	letter-spacing: 2px;
	width: 40%;
	text-align: left;
	margin-left: 10%;
}

/*サブページ　会社概要、お問い合わせ-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.sectionBlock table.company_table,
#mail_form table.mail_formTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionBlock table.company_table th,
.sectionBlock table.company_table td {
	padding: 20px;
	font-size: 14px;
	border-bottom: solid 1px #E3E3E3;
}
.sectionBlock table.company_table th {
	color: #000;
	letter-spacing: 2px;
}

/*お問い合わせのページ-------------------------------------------*/
#mail_form table.mail_formTable th {
	text-align: right;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
}
.sectionBlock #mail_form table.mail_formTable 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;
}
#mail_form table.mail_formTable td {
	padding: 20px;
	background-color: #FFF;
	border-bottom:solid 1px #CCC;
	font-size: 14px;
}
form input.mail_formBtn {
	font-size: 18px;
	background-color: #666;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	line-height: 24px;
}
form input.mail_formBtn:hover {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
}
#mail_form table.mail_formTable tr:last-child td{
	border-bottom:none;
}
.mf__inquiry,
.mf,
input,
textarea{
	width: 60%;
	font-size: 16px;
	padding: 2px 0;
}


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

/*ヘッダー-------------------------------------------*/
header {
	height: 250px;
}
header h1 {
	left: 20px;
	top: 15px;
}


/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	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: flex;
	justify-content: center;
}

}
/*-----（/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;
}
header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}
.top_view {
	margin-top: 0px;
}

.head_sectionBlock {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.top_view__message {
	position: absolute;
	top: 25%;
	left: 44%;
	z-index: 100;
}
.top_view__message p {
	font-size: 40px;
	line-height: 60px;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	left: 400px;
}
.top_view__message img {
	width: 500px;
}

/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	width: 100%;
	padding: 50px 0;
}

.top_company-img {
	height: 200px;
}

img.top-concept-img1 {
	width: 200px;
	top: 30px;
}
img.top-concept-img2 {
	width: 200px;
	bottom: 30px;
}

/*フッター-------------------------------------------*/
.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 ul {
	display: block;
	float: left;
	width: 100%;
	padding-right: 5px;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_block .footer_block__inner ul {
	display: flex;
	justify-content: center;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}

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


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

/*トップフォーム-------------------------------------------*/
.top_view__message {
	display: none;
}
h2.top-sec-title span {
	font-size: 13px;
}

/* TOPこだわり*/
.top-intro-title {
	font-size: 22px;
}
.top-intro-title {
	font-size: 28px;
	line-height: 50px;
}
img.top-concept-img1 {
	width: 150px;
	top: 30px;
}
/* TOPメニュー*/
.tpbox-item {
	margin-bottom: 35px;
}
.sec__menu h2 {
	font-size: 20px;
}
.top-menu-title {
	font-size: 22px;
	line-height: 28px;
}
p.top_menu-bigtext {
	font-size: 22px;
	padding-bottom: 10px;
}

/* こだわり、メニュー、コンセプトページ*/
.tp_company-img {
	height: 300px;
}
.top_company-img {
	height: 150px;
	margin-top: 50px;
}
.menu__img {
	max-width: 100%;
	height: auto;
}
.tpbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tpbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.tpbox :nth-child(odd) {
	flex-direction: row-reverse;
}
.tpbox__itemleft {
	width: 100%;
}
.tpbox__itemright {
	width: 100%;
	padding-top: 20px;
}
.tpbox__img:nth-child(odd) {
	display: block;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	flex-direction: column-reverse;
}
.top-sec-title {
	margin-bottom: 10px;
}
.tpbox__itemright h2 {
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	margin-bottom: 5px;
	padding-top: 0px;
}

.tpbox__itemright p {
	font-size: 13px;
	line-height: 20px;
}
.menu_title {
	padding: 3px 5px;
}

/* 会社情報*/
.concept_img {
	height: 300px;
}
.tpflexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-bottom: 0px;
}
.top_company-img {
	background-image: url(../img/top_company/sp_2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: unset;
	height: 150px;
}

/* TOP　メニュー*/
.tpflexbox-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}
.tpbox-item-1{
	margin-bottom: 30px;
}

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


/*フッター-------------------------------------------*/
.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;
}
img.footerLogo {
	width: 70%;
	margin-left: 15%;
}

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

@media screen and (max-width:560px) {
.sectionBlock {
	padding: 30px 0;
}

.section__subtitle {
	font-size: 24px;
	margin-bottom: 0;
}
.section__subtitle span {
	font-size: 12px;
	padding-left: 5px;
}

/* こだわり、メニュー、コンセプトページ*/
.tp_company-img {
	height: 200px;
}
.top_company-img {
	height: 100px;
}
.tpbox__img-first {
	height: 200px;
}
.tpbox__img-second {
	height: 200px;
}
.tpbox__img-third {
	height: 200px;
}
.concept_img {
	height: 200px;
}
.tpbox1 {
	margin: 25px 0;
}
.tpbox__btn {
	font-size: 14px;
	line-height: 18px;
	top: 5px;
}
.tpbox__btn::before {
	line-height: 26px;
}
.top-sec-title {
	font-size: 18px;
}


/* TOP店舗*/
.top-company-title{
	font-size: 18px;
}
.tpbox__itemright h2 {
	font-size: 16px;
	line-height: 25px;
}

/* TOPこだわり*/
img.top-concept-img1 {
	width: 110px;
	top: 30px;
}
img.top-concept-img2 {
	width: 130px;
	bottom: 30px;
}
.top-intro-title {
	font-size: 20px;
	line-height: 25px;
}
.sec__menu h2 {
	font-size: 18px;
}
.top-intro-text {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color: #000;
	line-height: 25px;
}

/* TOPメニュー*/
.sec__menu h2 {
	font-size: 18px;
}
.top-menu-title {
	font-size: 18px;
	line-height: 28px;
}
.top-menu-text {
	font-size: 15px;
}
p.top_menu-bigtext {
	font-size: 19px;
}
.top-menu-details {
	font-size: 15px;
}

.news_topics ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.sp__on {
	display: block;
}

/*フッター-------------------------------------------*/
.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: 50%;
}
.footer_block .footer_block__inner ul li{
	font-size: 13px;
	text-align: left;
}
.footer_block .footer_block__inner ul {
	display: block;
	display: flow-root;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}

.mf__inquiry,
.mf,
input,
textarea{
	width: 80%;
}


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

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

img.top-concept-img1 {
	width: 80px;
	top: -35px;
}
img.top-concept-img2 {
	width: 100px;
	bottom: -30px;
}
.tpbox__itemright h2 {
	font-size: 16px;
}
.news_topics ul li {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 13px;
}
h2.top-sec-title span {
	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;
	text-align: center;
}



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


/*スライドショー---------------------------------------------------------*/
.top_view img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_view img.top_view01,
.top_view img.top_view02,
.top_view img.top_view03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top_view img.top_view02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}
.top_view img.top_view03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*アイテムのエフェクト-------------------------------------------*/
.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);
	border-radius: 30px;
}
