@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
letter-spacing: .3rem;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #FFF;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc_tb {display: inherit;}
.tb {display: none;}
.sp {display: none;}
.tbsp {display: none;}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.pc_tb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}

}

@media (max-width:599px){

.pc_tb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

}

/*----------------------
▼ヘッダー▼
----------------------*/

@media (min-width:960px){

.index_main_pic {
	position: relative;
	background: url(images/main_pic.jpg) no-repeat center;
	height: 934px;
	margin: 0 0 80px;
	overflow: hidden;
	width: 100%;
}

.main_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	animation: fadeIn 3s ease 0s 1 normal;
}

.nav_area {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.7);
	padding: 20px 10px;
	width: 100%;
	z-index: 1;
}

.nav_area_under {
	background: url(images/under_main_nav.jpg) no-repeat center;
	padding: 20px 10px;
}

.nav_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
}

.logo {
	width: 20%;
}

.logo img {
	height: auto;
	transition: .5s;
	width: 100%;
}

.logo img:hover {
	opacity: .4;
}

nav {
	width: 60%;
}

nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 0;
}

nav ul a {
}

nav ul a img {
	transition: .5s;
}

nav ul a img:hover {
	opacity: .3;
}

}

/* アニメーション_クエリ外 */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media (min-width: 600px) and (max-width: 959px) {

.index_main_pic {
	position: relative;
	background: url(images/main_pic.jpg) no-repeat center;
	height: 934px;
	margin: 0 0 50px;
	overflow: hidden;
	width: 100%;
}

.main_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	animation: fadeIn 3s ease 0s 1 normal;
}

.nav_area {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.7);
	padding: 20px 10px;
	width: 100%;
	z-index: 1;
}

.nav_area_under {
	background: url(images/under_main_nav.jpg) no-repeat center;
	padding: 20px 10px;
}

.nav_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

.logo {
	width: 20%;
}

.logo img {
	height: auto;
	transition: .5s;
	width: 100%;
}

.logo img:hover {
	opacity: .4;
}

nav {
	width: 70%;
}

nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 0;
}

nav ul a {
}

nav ul a img {
	transition: .5s;
}

nav ul a img:hover {
	opacity: .3;
}

}

@media (max-width:599px){

.logo {
	position: fixed;
	top: 15px;
	left: 10px;
	width: 60%;
	z-index: 1000;
}

.logo img {
	height: auto;
	width: 100%;
}

/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	z-index: 999;
}

#global_nav ul {
	z-index: 999;
}

#global_nav li {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 50px;
}

#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}

#global_nav span:before {
/* ナビspan活用持 */
	content:"/";
	margin: 0 10px;
}

/* 3本ラインの位置調整 */
#nav_toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 34px;
    height: 36px;
    z-index: 999;
}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgba(51,51,51,1);
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav_toggle span:nth-child(1) {
    top: 7px;
}

#nav_toggle span:nth-child(2) {
    top: 18px;
}

#nav_toggle span:nth-child(3) {
    top: 29px;
}

#top_head,.inner {
	width: 100%;
	padding: 0;
}
	
#top_head {
	top: 0;
	position: fixed;
	margin-top: 0;
	z-index: 999;
}
	
/* Fixed reset */
#top_head.fixed {
	padding-top: 0;
	background: transparent;
}
	
#mobile_head {
/* 上部fixedの枠 */
	width: 100%;
	height: 65px;
	z-index: 999;
	position: relative;
	background: rgba(255,255,255,0.6);
}

#global_nav {
/* 開いてないとき画面外配置 */
	position: absolute;
	top: -500px;
	width: 100%;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
	
#global_nav ul {
	position: static;
	font-size: 1.4rem;
}

#nav_toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
 #global-nav top + #mobile-head height 
	-moz-transform: translateY(580px);
	-webkit-transform: translateY(580px);
	transform: translateY(580px);
}

/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: 0px;
	right: 10px;
}

#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

/*----------------------
▲ヘッダー▲
----------------------*/
/*----------------------
▼下層メインビジュアル SP▼
----------------------*/

@media (min-width:960px){

.under_main_pic {
	position: relative;
	height: 150px;
	margin: 60px auto 100px;
	text-align: center;
	width: 100%;
}

.under_main_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

}

@media (min-width: 600px) and (max-width: 959px) {

.under_main_pic {
	position: relative;
	height: 150px;
	margin: 60px auto 80px;
	text-align: center;
	width: 100%;
}

.under_main_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

}

@media (max-width:599px){

.main_pic_sp {
	position: relative;
	height: 400px;
	margin: 50px 0 0;
	overflow: hidden;
	width: 100%;
}

.main_pic_sp img:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 700px;
}

.main_pic_sp img:last-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 40%;
	animation: fadeIn 3s ease 0s 1 normal;
}

.under_main_pic {
	position: relative;
	height: 150px;
	margin: 80px auto 60px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.under_main_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.under_main_pic h1 {
	margin: 0 auto;
	width: 95%;
}

.sale_pic_sp {
	height: auto;
	width: 80%;
}

}

/*----------------------
▲下層メインビジュアル▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){

.main_cotent {
	margin: 0 auto;
	width: 960px;
}

.main_cotent h1 {
	font-size: 2.5rem;
	margin: 0 0 20px;
	text-align: center;
}

.main_cotent p {
	font-size: 1.5rem;
}

.back_img {
	margin: 100px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.main_content_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px auto;
	width: 960px;
}

.main_content_pic {
	width: 300px;
}

.main_content_txt {
	width: 600px;
}

.main_content_txt h2 {
	font-size: 2.5rem;
	margin: 0 0 20px;
}

.main_content_txt p {
	font-size: 1.5rem;
	margin: 0 0 80px;
}

.main_content_txt a {
	transition: .5s;
}

.main_content_txt a:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {

.main_cotent {
	margin: 0 auto;
	width: 95%;
}

.main_cotent h1 {
	font-size: 2.5rem;
	margin: 0 0 20px;
	text-align: center;
}

.main_cotent p {
	font-size: 1.5rem;
}

.back_img {
	margin: 50px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.main_content_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px auto;
	width: 95%;
}

.main_content_pic {
	width: 40%;
}

.main_content_txt {
	width: 55%;
}

.main_content_txt h2 {
	font-size: 2.5rem;
	margin: 0 0 20px;
}

.main_content_txt p {
	font-size: 1.5rem;
	margin: 0 0 80px;
}

}

@media (max-width:599px){

.main_cotent {
	margin: 0 auto;
	width: 95%;
}

.main_cotent h1 {
	font-size: 2rem;
	margin: 0 0 20px;
	text-align: center;
}

.main_cotent p {
	font-size: 1.3rem;
}

.back_img {
	margin: 50px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.back_img img {
	height: auto;
	width: 700px;
}

.main_content_wrap {
	margin: 50px auto;
	width: 95%;
}

.main_content_pic {
	display: none;
}

.main_content_txt {
	width: 100%;
}

.main_content_txt h2 {
	font-size: 2rem;
	margin: 0 0 10px;
}

.main_content_txt p {
	font-size: 1.3rem;
	margin: 0 0 50px;
}

.main_content_txt img {
	height: auto;
	width: 100%;
}
	
}

/*----------------------
▲メインコンテンツ▲
----------------------*/
/*----------------------
▼下層コンテンツ▼
----------------------*/

@media (min-width:960px){

/* こだわり */

.concept_wrap {
	margin: 0 auto 100px;
	width: 960px;
}

.concept_wrap p {
	font-size: 1.5rem;
}

.concept_pic_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 100px 0 0;
}

/* 販売・修理 */

.sale_wrap {
	margin: 0 auto 80px;
	width: 960px;
}

.sale_wrap h2 {
	margin: 0 0 30px;
}

.sale_wrap p {
	font-size: 1.5rem;
}

.sale_wrap a img {
	margin: 50px 0 0;
	transition: .5s;
}

.sale_wrap a img:hover {
	opacity: .5;
}

.sale_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 0 auto;
	width: 800px;
}

.sale_list dl dt {
	padding: 0 0 30px;
	width: 130px;
}

.sale_list dd {
	padding: 0 0 30px;
	width: 500px;
}

.sale_list dt + dd {
	padding: 0 0 30px;
	width: 100px;
}


/* 店舗 */

.shop_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	width: 960px;
}

.shop_pic {
	width: 400px;
}

.shop_pic img {
	height: auto;
	width: 100%;
}

.shop_txt h2 {
	border-bottom: solid thin;
	font-size: 2.5rem;
	padding: 0 0 20px;
	text-align: center;
}

.shop_txt dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	border-bottom: solid thin;
	font-size: 1.5rem;
	width: 500px;
}

.shop_txt dt {
	padding: 20px 0 20px;
	width: 120px;
}

.shop_txt dd {
	padding: 20px 0 20px;
	width: 380px;
}

.access {
	margin: 0 auto 80px;
	width: 960px;
}

.access h3,
.access p {
	font-size: 1.5rem;
}

iframe {
	height: 350px;
	margin: 30px 0 0;
	width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {

/* こだわり */

.concept_wrap {
	margin: 0 auto 100px;
	width: 95%;
}

.concept_wrap p {
	font-size: 1.5rem;
}

.concept_pic_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 160px;
	margin: 80px auto 0;
	width: 100%;
}

.concept_pic_wrap img {
	height: auto;
	width: 30%;
}

/* 販売・修理 */

.sale_wrap {
	margin: 0 auto 80px;
	width: 95%;
}

.sale_wrap h2 {
	margin: 0 0 30px;
}

.sale_wrap p {
	font-size: 1.5rem;
}

.sale_wrap a img {
	margin: 50px 0 0;
}

.sale_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 0 auto;
	width: 95%;
}

.sale_list dl dt {
	padding: 0 0 30px;
	width: 20%;
}

.sale_list dd {
	padding: 0 0 30px;
	width: 50%;
}

.sale_list dt + dd {
	padding: 0 0 30px;
	width: 20%;
}


/* 店舗 */

.shop_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	width: 95%;
}

.shop_pic {
	margin: 50px 0 0;
	width: 45%;
}

.shop_pic img {
	height: auto;
	width: 100%;
}

.shop_txt {
	width: 50%;
}

.shop_txt h2 {
	border-bottom: solid thin;
	font-size: 2.5rem;
	padding: 0 0 20px;
	text-align: center;
}

.shop_txt dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	border-bottom: solid thin;
	font-size: 1.5rem;
	width: 100%;
}

.shop_txt dt {
	padding: 20px 0 20px;
	width: 20%;
}

.shop_txt dd {
	padding: 20px 0 20px;
	width: 80%;
}

.access {
	margin: 0 auto 80px;
	width: 95%;
}

.access h3,
.access p {
	font-size: 1.5rem;
}

iframe {
	height: 350px;
	margin: 30px 0 0;
	width: 100%;
}

}

@media (max-width:599px){

/* こだわり */

.concept_wrap {
	margin: 0 auto 60px;
	width: 95%;
}

.concept_wrap p {
	font-size: 1.3rem;
}

.concept_pic_wrap {
	margin: 50px auto 0;
	width: 100%;
}

.concept_pic_wrap img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}

/* 販売・修理 */

.sale_wrap {
	margin: 0 auto 60px;
	width: 95%;
}

.sale_wrap h2,
.sale_wrap h3 {
	margin: 0 0 30px;
	width: 100%;
}

.sale_wrap h2 img,
.sale_wrap h3 img {
	height: auto;
	width: 100%;
}

.sale_wrap p {
	font-size: 1.3rem;
}

.sale_wrap a {
	width: 100%;
}

.sale_wrap a img {
	height: auto;
	margin: 30px 0 0;
	width: 100%;
}

.sale_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	margin: 0 auto;
	width: 95%;
}

.sale_list dl dt {
	padding: 0 0 30px;
	width: 20%;
}

.sale_list dd {
	padding: 0 0 30px;
	width: 60%;
}

.sale_list dt + dd {
	padding: 0 0 30px;
	width: 20%;
}


/* 店舗 */

.shop_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 auto 80px;
	width: 95%;
}

.shop_pic {
	margin: 20px 0 0;
	width: 100%;
}

.shop_pic img {
	height: auto;
	width: 100%;
}

.shop_txt {
	width: 100%;
}

.shop_txt h2 {
	border-bottom: solid thin;
	font-size: 2rem;
	padding: 0 0 20px;
	text-align: center;
}

.shop_txt dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	border-bottom: solid thin;
	font-size: 1.3rem;
	width: 100%;
}

.shop_txt dt {
	padding: 20px 0 20px;
	width: 30%;
}

.shop_txt dd {
	padding: 20px 0 20px;
	width: 70%;
}

.access {
	margin: 0 auto 80px;
	width: 95%;
}

.access h3,
.access p {
	font-size: 1.5rem;
}

iframe {
	height: 350px;
	margin: 30px 0 0;
	width: 100%;
}

}

/*----------------------
▲下層コンテンツ▲
----------------------*/
/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){

.contact_txt {
	margin: 0 auto 50px;
	width: 800px;
}

.contact_txt p {
	font-size: 1.5rem;
}

.form_wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	margin-bottom: 80px;
	width: 800px;
}

.form_wrap p {
	font-size: 1.5rem;
}

.name,.mail,.tel {
	background: rgba(204,204,204,1);
	border: solid thin;
	height: 30px;
	margin-bottom: 30px;
	width: 800px;
}

.message {
	background: rgba(204,204,204,1);
	border: solid thin;
	height: 130px;
	margin-bottom: 30px;
	width: 800px;
}

.sub_btn1,.sub_btn2 {
	cursor: pointer;
}

.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 0 0;
	width: 800px;
}

.sub_btn1 {
	background: rgba(153,0,0,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	height: 50px;
	width: 470px;
}

.sub_btn2 {
	background: rgba(153,153,153,1);
	border: solid thin rgba(153,153,153,1);	
	color: rgba(255,255,255,1);
	height: 50px;
	width: 300px;
}

/* アラート */

.alert {
	color: rgba(255,0,0,1);
	font-size: 1.5rem;
}

form {
	position: relative;
}

form .alert::after {
	position: absolute;
	bottom: -40px;
	left: 0;
	content:"※必須項目をご入力ください";
}

}

@media (min-width: 600px) and (max-width: 959px) {

.contact_txt {
	margin: 0 auto 50px;
	width: 95%;
}

.contact_txt p {
	font-size: 1.5rem;
}

.form_wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	margin-bottom: 80px;
	width: 95%;
}

.form_wrap p {
	font-size: 1.5rem;
}

.name,.mail,.tel {
	background: rgba(204,204,204,1);
	border: solid thin;
	height: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.message {
	background: rgba(204,204,204,1);
	border: solid thin;
	height: 130px;
	margin-bottom: 30px;
	width: 100%;
}

.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 0 0;
	width: 100%;
}

.sub_btn1 {
	background: rgba(153,0,0,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	height: 50px;
	width: 60%;
}

.sub_btn2 {
	background: rgba(153,153,153,1);
	border: solid thin rgba(153,153,153,1);	
	color: rgba(255,255,255,1);
	height: 50px;
	width: 35%;
}

/* アラート */

.alert {
	color: rgba(255,0,0,1);
	font-size: 1.5rem;
}

form {
	position: relative;
}

form .alert::after {
	position: absolute;
	bottom: -40px;
	left: 0;
	content:"※必須項目をご入力ください";
}

}

@media (max-width:599px){

.contact_txt {
	margin: 0 auto 50px;
	width: 95%;
}

.contact_txt p {
	font-size: 1.3rem;
}

.form_wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	margin-bottom: 80px;
	width: 95%;
}

.form_wrap p {
	font-size: 1.3rem;
}

.name,.mail,.tel {
	background: rgba(204,204,204,1);
	border: solid thin;
	height: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.message {
	background: rgba(204,204,204,1);
	border: solid thin;
	height: 130px;
	width: 100%;
}

.sub_btn_wrap {
	margin: 25px 0 0 0;
	width: 100%;
}

.sub_btn1 {
	-webkit-appearance: none;
	background: rgba(153,0,0,1);
	border: solid thin rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	height: 50px;
	margin: 0 0 20px;
	width: 100%;
}

.sub_btn2 {
	-webkit-appearance: none;
	background: rgba(153,153,153,1);
	border: solid thin rgba(153,153,153,1);	
	color: rgba(255,255,255,1);
	height: 50px;
	width: 100%;
}

/* アラート */

.alert {
	color: rgba(255,0,0,1);
	font-size: 1.3rem;
}

form {
	position: relative;
}

form .alert::after {
	position: absolute;
	bottom: -40px;
	left: 0;
	content:"※必須項目をご入力ください";
}

}

/*----------------------
▲お問い合わせ▲
----------------------*/
/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){

footer {
	background: rgba(102,102,102,.8);
	padding: 30px 0;
	text-align: center;
}

.footer_logo,
.footer_address,
.footer_tel {
	border-bottom: solid thin;
	margin: 0 auto;
	padding: 20px 0;
	width: 670px;
}

}

@media (min-width: 600px) and (max-width: 959px) {

footer {
	background: rgba(102,102,102,.8);
	padding: 30px 0;
	text-align: center;
}

.footer_logo,
.footer_address,
.footer_tel {
	border-bottom: solid thin;
	margin: 0 auto;
	padding: 20px 0;
	width: 670px;
}

}

@media (max-width:599px){

footer {
	background: rgba(102,102,102,.8);
	margin: 0 0 50px;
	padding: 30px 0;
	text-align: center;
}

.footer_logo,
.footer_address,
.footer_tel {
	border-bottom: solid thin;
	margin: 0 auto;
	padding: 20px 0;
	width: 95%;
}

.footer_logo img {
	height: auto;
	width: 55%;
}

.footer_address img {
	height: auto;
	width: 95%;
}

.footer_tel img {
	height: auto;
	width: 55%;
}

}

/*----------------------
▲フッター▲
----------------------*/
/*----------------------
▼アニメーション▼
----------------------*/

@media (min-width:960px){

#page-top {
    position: fixed;
    right: 5%;
    font-size: 1.5rem;
	z-index: 100;
}

#page-top a {
	background-color: rgba(102,102,102,.5);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#sp_link {
	display: none;
}

}

@media (min-width: 600px) and (max-width: 959px) {

#page-top {
    position: fixed;
    right: 5%;
    font-size: 1.5rem;
	z-index: 100;
}

#page-top a {
	background-color: rgba(102,102,102,.5);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#sp_link {
	display: none;
}

}

@media (max-width:599px){

#page-top {
	display: none;
}

#sp_link {
    position: fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 50px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}

.link_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}

#sp_link a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}

.link_left {
	background-color: rgba(153,102,51,1);
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 50%;
}

.link_left img {
	width: 50%;
	height: auto;
}

.link_right {
	background-color: rgba(0,0,0,0.2);
	width: 70%;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 10px;
}

.link_top {
	background-color: rgba(0,0,0,0.2);
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;	
}

}

/*----------------------
▲アニメーション▲
----------------------*/

