@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;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #fff;
	background-size: cover;
}
.toppage header {
	height: auto !important;
}
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;
	top: 45px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

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

header .logocenter{
	position: relative;
	margin: 0 42%;
}
.slideshow {
	position: relative;
	overflow: hidden;
	margin-top: 75px;
	border-top: solid 8px #002a49;
}

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


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

.top_view__message p{
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	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: "";
}



/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	clear: both;
}
.top-sec-title {
	font-size: 40px ;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
	padding-top: 5px 0;
}

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

/*TOP メニュー-------------------------------------------*/
/* .top-menu-BG{
	background: #eee;
	margin-top: 80px;
} */
.tpbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tpbox__menu {
	width: 30%;
	text-align: center;
	background: #1d1d1d;
	padding: 10px;
}
.sec__menu{
	margin-bottom: 10px;
}
.top-sec-title {
	font-size: 35px;
	line-height: 28px;
	color: #000;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}
.top-menu-title {
	font-size: 35px;
	line-height: 28px;
	color: #000;
	margin-bottom: 25px;
	font-weight: normal;
	text-align: center;
}
.top-menu-text{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#000;
	line-height: 32px;
}
.tp__menubox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
p.top_menu-bigtext{
	font-size: 45px;
	padding: 15px 0;
	text-align: center;
	font-weight: bolder;
	color:#fff;
}
.tpbox__menu p{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	color:#fff;
}
p.tp__menu-title{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	color:#fff;
}
.tpbox__menu-img {
	width: 100%;
}
.tpbox__menu :hover img {
	opacity: 0.7;
}
.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 #2d2d2d;
	background: #2d2d2d;
	border-radius: 100px;
}
.tpbox__btn:hover {
	background: #2b2b2b;
	color: #fff;
	border: #2b2b2b;
}
.menu_bottom-img {
	background-image: url(../img/top_menu/4.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	background-attachment: fixed;
}

/*TOP コンセプト-------------------------------------------*/
.tp__concept-img{
	background-image: url(../img/top_concept/1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 800px;
	z-index: 10;
}
.tpbox__concept-left{
	width: 60%;
	position: relative;
	z-index: 1;
}
.tpbox__concept-right{
	width: 40%;
	margin: 8% 2%;
}
.tp__concept-BG{
	background: #ffc422;
	width: 100%;
	height: 800px;
	position: absolute;
	top: -30px;
	left: 30px;
	z-index: -1;
}
.tp_massage-box {
	text-align: center;
	z-index: 5;
}
.tp_massage-box h2{
	font-size: 35px;
	line-height: 28px;
	color: #000;
	margin-bottom: 25px;
}
.top-concept-title{
	font-size: 35px;
	line-height: 50px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
	font-weight: normal;
}

.top-concept-text{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#000;
	line-height: 40px;
}




/*TOP 会社概要-------------------------------------------*/
/* .top-company-BG{
	background: #e7e7e7;
} */
.tp__company-item-left{
	width: 48%;
	margin-right: 2%;
}
.tp__company-item-right{
	width: 48%;
	margin-left: 2%;
}
.googleMap{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.tp__company-img{
	background-image: url(../img/top_company/1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.googleMap{
	width: 100%;
	height: 550px;
}
.top-company h2 {
	font-size: 35px;
	line-height: 28px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
.top_company-table{
	width: 98%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.top_company-table th,
.top_company-table td{
	padding: 20px 10px 20px 0;
	font-size: 14px;
	border-bottom: solid 1px #002a49;
	text-align: left;
}
.top_company-table th{
	color: #000;
	letter-spacing: 2px;
}

/*サブページ コンセプト-------------------------------------------*/
.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;
	background-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-top: 10px;
}
.tpbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	margin: 50px 0;
	padding: 20px 0;
}
.tpbox__itemleft {
	width: 55%;
	flex-direction: column-reverse;
}
.tpbox__itemright {
	width: 40%;
	height: auto;
}
.tpbox__itemright h2 {
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	margin-bottom: 30px;
	color: #000;
	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%;
}


/*TOP　お知らせ　TOPICS-------------------------------------------*/
.news__container{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	border-bottom: solid 1px #000;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.news_topics h2{
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #000;
	border-bottom: 4px double #666;
	border-top: 4px double #666;
	padding: 5px 6px 2px 6px;
}
.top-sec-text {
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
}

/*サブページ　TOPICS-------------------------------------------*/
.news_sub h2 {
	margin-bottom: 30px;
}
.news_sub ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 25px;
}
.news_sub ul li:first-child {
	padding-top: 20px;
	border-top: solid 1px #000;
}
.news_sub__item {
	text-align: center;
	color: #fff;
	background: #666;
	padding: 2px 15px;
	margin: 0 15px;
}
/* .sp__on {
	display: none;
} */

/*フッター-------------------------------------------*/
footer {
	clear: both;
	display: block;
	color: #fff;
	background-color: #002a49;
}
.footer_block {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #fff1ce;
}
.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;
	color: #fff;
}
.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: 20px 0;
	display: block;
	background: #002a49;
	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 10px 20px 0;
	font-size: 14px;
	border-bottom: solid 1px #E3E3E3;
	text-align: left;
}
.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: 135px;
}
.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	width: 100%;
	display: block;
	height: 70px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	top: 80px;
	background: #fff;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	height: 60px;
	width: 1100px;
	background-color:#ffffffe3 ;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#globalNavi ul li{
	width: 183px;
	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;
	font-weight: bold;
	color: #000;
}

.hedsectionblock {
	width: 1100px;
	margin: 0px auto 15px auto;
	display: flex;
}
#globalNavi li a:hover,
#globalNavi ul li:hover > a {
	opacity: 0.8;
}
#globalNavi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #000;
}
#globalNavi ul li ul{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#globalNavi ul li ul li a{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	height: 56px;
}

#globalNavi ul li:hover div{
	visibility: visible;
	opacity: 1;
}


/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	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;
	overflow: hidden;
}
header h1 {
	display: none;
}
header .logobase {
	height: 0;
}
.slideshow {
	margin-top: 0;
}

/*ハンバーガー-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 45px;
	width: 55px;
	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;
	border: solid 1px #ffc422;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened span {
	background-color: #ffc422;
}
.menuTrigger .top {
	width: 35px;
	height: 4px;
	display: block;
	position: absolute;
	right: 20%;
	top: 45%;
	background-color: #ffc422;
}
.menuTrigger .middle {
	width: 25px;
	height: 4px;
	display: block;
	position: absolute;
	right: 20%;
	top: 45%;
	background-color: #ffc422;
}
.menuTrigger .bottom {
	width: 35px;
	height: 4px;
	display: block;
	position: absolute;
	right: 20%;
	top: 45%;
	background-color: #ffc422;
}

.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);
}



/*SPグローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 65%;
	padding-top: 100px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #ffc422;
	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;
	text-align: center;
}
#globalNavi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#globalNavi ul li a {
	color: #002a49;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
#globalNavi ul li a:hover {
	opacity: 0.8;
}


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

.top_company-img {
	height: 200px;
}

/* TOP NEWS */
.news_topics h2 {
	font-size: 28px;
	line-height: 35px;
}
.top-sec-text {
	font-size: 16px;
	line-height: 28px;
}

/* TOP コンセプト */
.tp__concept-img {
	height: 500px;
}
.tp__concept-BG {
	height: 500px;
	left: 3%;
	top: -6%;
}
.tpbox {
	width: 100%;
	flex-wrap: wrap;
}
.tpbox__concept-left {
	width: 100%;
}
.tpbox__concept-right {
	width: 100%;
	margin-bottom: 50px;
}
.tp_massage-box h2 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px;
}
.top-concept-text {
	font-size: 16px;
	line-height: 28px;
}

/* TOP メニュー */
.top-menu-BG{
	background: #eee;
	margin-top: 0;
}
.top-sec-title {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px;
}
.top-menu-title {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px;
}
.top-menu-text {
	font-size: 16px;
	line-height: 28px;
}
.menu_bottom-img {
	height: 200px;
}

/* TOP 会社情報 */
.top-company h2 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 0;
}
.menu_bottom-img {
	height: 150px;
	background-image: url(../img/top_menu/sp_4.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: unset;
}
.googleMap{
	width: 100%;
	height: 300px;
}
.tp__company-img {
	height: 300px;
	margin-top: 30px;
}
.tpflexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.tp__company-item-left {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.tp__company-item-right {
	width: 100%;
	margin-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 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 {
	display: none;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	display: none;
}
.tp_massage-box h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
.top-concept-text {
	font-size: 14px;
	line-height: 25px;
}

/* TOP NEWS*/
.news_topics h2 {
	font-size: 22px;
	line-height: 35px;
}

/* TOPメニュー*/
.tpbox__menu {
	width: 100%;
}
.tpbox-item {
	margin-bottom: 35px;
}
.sec__menu h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
.top-menu-text {
	font-size: 14px;
	line-height: 25px;
}
.sec__menu {
	margin-bottom: 30px;
}

/* こだわり、メニュー、コンセプトページ*/
.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%;
}
.tpbox__menu-img {
	width: 90%;
	padding-top: 15px;
}
.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;
	color: #000;
	padding-top: 0px;
}
.tpbox__itemright p {
	font-size: 13px;
	line-height: 20px;
}
.menu_title {
	padding: 3px 5px;
}

/* TOP 会社情報*/
.concept_img {
	height: 300px;
}
.menu_bottom-img {
	height: 150px;
}
.googleMap{
	width: 100%;
	height: 300px;
}
.menu_bottom-text {
	font-size: 16px;
}
.tpflexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.sec__company h2 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 0px;
}

/*テーブル-------------------------------------------*/
.sectionBlock table.company_table th,
.sectionBlock table.company_table td,
.sectionBlock table.mail_formTable th,
.sectionBlock table.mail_formTable td,
.top_company-table th,
.top_company-table 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:　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: 22px;
}

/* NEWS*/
.top-sec-text {
	font-size: 14px;
	line-height: 25px;
}

/* TOP店舗*/
.sec__company h2 {
	font-size: 18px;
}
.tp__company-img {
	height: 250px;
}

/* TOPこだわり*/
.tp__concept-img {
	height: 300px;
}
.tp__concept-BG {
	height: 300px;
}
.tp_massage-box h2 {
	font-size: 18px;
}
.top-concept-title {
	font-size: 18px;
	line-height: 25px;
}

/* TOPメニュー*/
.sec__menu h2 {
	font-size: 18px;
}
.tpbox__menu p {
	font-size: 14px;
}
p.tp__menu-title {
	font-size: 17px;
}
p.top_menu-bigtext {
	font-size: 17px;
}


/*フッター-------------------------------------------*/
.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) {

/* TOPコンセプト */
.tp__concept-img {
	height: 200px;
}
.tp__concept-BG {
	height: 200px;
}

/* TOP会社情報 */
.googleMap {
	height: 250px;
}
.tp__company-img {
	height: 200px;
}

.tpbox__itemright h2 {
	font-size: 16px;
}


.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）-----*/

/*スライドショー---------------------------------------------------------*/

.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);
	border-radius: 30px;
}
