@charset "UTF-8";
/****************************************
Resetting
*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;

}
body {
    background: linear-gradient(-60deg, #ee7752, #e73c7e, #23a6d5, #23d5ab, #FFD24D, #4DFF4D);
    background-size: 400% 400%;
    animation: gradient 20s ease infinite;
    color: #999999;
    font-size: 120%;
    line-height: 2;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    width: 100%;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	25% {
		background-position: 90% 25%;
	}
	50% {
		background-position: 90% 50%;
	}
	75% {
		background-position: 90% 75%;
	}
	100% {
		background-position: 0% 50%;
	}
}

ol,ul,li{
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


a{
	text-decoration: none;
}
/******************************************
normarise
******************************************/


html {
	-webkit-font-smoothing: antialiased;
}




a{
	color: #999;
	transition: .5s;
}

a:hover{
	opacity: 0.8;
}


.gotop {
    width: 80px;
    opacity: 1;
    clear: right;
    float: right;
}	

#pagetop {
	position: fixed;
	bottom: 50px;
	width: 80px;
	overflow: auto;
	z-index: 7;
	height: 57px;
	text-align: center;
	float: right;
}


@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクトここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクトここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクトここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
 .contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-bottom: 20px;
 }
 .contact_tel {
    width: 240px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
 }
.contact_tel img {
    width: 240px;
    height: auto;
 }	
.contact_mail {
    width: 240px;
    margin-top: 22px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
}
.contact_mail img {
    width: 240px;
    height: auto;
 }	
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 10px;
    clear: left;
    color: #333333;
    margin-top: 20px;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 80%;
    clear: left;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
 }
.parenthesis {
    position: relative;
    width: 95%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
 .contact {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
 }
 .contact_tel {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
 }
 
.contact_mail {
    width: 285px;
    margin-top: 22px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
}
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
    clear: left;
    color: #333333;
    margin-top: 20px;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 90%;
    clear: left;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
 }
.parenthesis {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
}
	
		
@media only screen and (min-width:651px)  and (max-width:850px){
 .contact {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
 }
 .contact_tel {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
 }
 
.contact_mail {
    width: 285px;
    margin-top: 22px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
}
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
    clear: left;
    color: #333333;
    margin-top: 20px;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 90%;
    clear: left;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
 }
.parenthesis {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
}

	
@media only screen and (min-width:851px)  and (max-width:1150px){ 
 .contact {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
 }
 .contact_tel {
    width: 300px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 32px;
 }
 
.contact_mail {
    width: 285px;
    margin-top: 27px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    float: right;
}
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
    clear: left;
    color: #333333;
    margin-top: 20px;
 }
 .contact_text {
    width: 90%;
    float: left;
    font-size: 90%;
    clear: left;
    text-align: center;
    color: #333333;
 }
.parenthesis {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
}

@media only screen and (min-width:1151px) {
 .contact {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
 }
 .contact_tel {
    width: 300px;
    float: left;
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 28px;
    margin-right: 20px;
    min-height: 0px;
 }
 
.contact_mail {
    width: 285px;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 28px;
}
.contact_title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
    clear: left;
    color: #333333;
 }
 .contact_text {
    width: 100%;
    float: left;
    font-size: 90%;
    clear: left;
    text-align: center;
    color: #333333;
    line-height: 30px;
 }
.parenthesis {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-bottom: 0px;
    z-index: -100;
}
}



.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 3px solid #555;
  border-bottom: 3px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 3px solid #555;
}
.parenthesis::after {
  right: 0;
  border-right: 3px solid #555;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクトここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクトここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンタクトここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター共通・パララックス　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター共通・パララックス　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.con_container {
	width: 100%;
} 
}

@media only screen and (min-width:420px)  and (max-width:650px){
.con_container {
	width: 100%;
} 
}

@media only screen and (min-width:651px)  and (max-width:850px){
.con_container {
	width: 100%;
} 
}


@media only screen and (min-width:851px)  and (max-width:1150px){
.con_container {
	width: 100%;
} 
}

@media only screen and (min-width:1150px) {
.con_container {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
} 
}
  
@media only screen and (max-width:420px) {
.scrolling_bg {
	min-height: 39%;
	background-color: #EEEEEE;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
.scrolling_bg {
	min-height: 39%;
	background-color: #EEEEEE;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.scrolling_bg {
	width: 100%;
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
}
}

@media only screen and (min-width:851px)  and (max-width:1150px){
.scrolling_bg {
    width: 100%;
    background-color: #EEEEEE;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}
}
	
@media only screen and (min-width:1150px) {
.scrolling_bg {
    width: 101%;
    padding-bottom: 30px;
    padding-top: 15px;
    float: left;
    background-color: #EEE;
    margin-top: 80px;
    margin-bottom: 5px;
} 
}
