@charset "utf-8";
/* 
共通
 */

html { 
font-size: 100%; /* =16px */
scroll-behavior: smooth;
}


body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	color:#666;
	background-color: #f4f5f7;
}

img {
	max-width: 100%;
	height: auto;
}

 /* clearfix */
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}




/*containerの指定*/ 
.wrap {
position: relative;
width: 100%;
max-width: 1080px;
margin: 0 auto;
padding: 0;
background-color: #fff;

}

/* header */
header{
background-color:rgba(0,190,210,1.0);
padding: 20px;
text-align: center;
}

header img{
width:250px;
}



h1 {

}


h2 {
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	padding:40px 0;
	margin:0;
	letter-spacing: 0.5em;
	border-top:solid 1px #fff;
background-color:rgba(255,230,0,1.0);
	color:#666;
	text-align: center;
}


h3 {
	font-size: 1.0em;
	line-height: 2.5em;
	color:rgba(0,190,210,1.0); 
	margin:15px 0;
	border-left: solid 5px rgba(0,190,210,1.0);
	border-bottom: solid 1px rgba(0,190,210,1.0);
	padding-left: 10px;
}

/* main */
.main_wrap img{
width: 100%;
}

.main_wrap p{
font-size: 0.7em;
text-align: right;
letter-spacing: 0;
padding: 0 5px;
line-height: 1.5em;
}


/*リンクの指定A*/ 
a:link {
color:#666;
text-decoration: underline;
}

a:visited {
color:#666;
text-decoration: none;
}

a:hover {
text-decoration: none;
}



/*各項目の指定*/ 

.title a {
	color:#fff;
	text-decoration: none;
}


/* products */
#products {
display: grid;
grid-template-columns: 50%  50%;
grid-gap: 20px;
padding: 30px;
text-align: center;
	font-size: 0.9rem;
	line-height: 1.4em;
	text-align: center;
	width:100%;
box-sizing: border-box;
} 

#products img {
	width:80%;
padding: 10px 0;
} 

/* message */
.message_text p {
	padding-bottom:1.0em;
}

/* inquery */
.inq {
	font-size: 2.0rem;
	line-height: 2.0em;
	font-weight: bold;
	text-align: center;
	padding-top:20px;
}

.inq_policy {
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: right;
	padding:50px 20px 10px;
}


/* policy */
.policy {
padding: 0 20px 30px;
text-align: left;
}

.policy li {
list-style-type: square;
margin-left:30px;
}


/* twitter */
#twitter{
margin-top: 50px;
}

#twitter div{
max-width: 520px;
margin: 0 auto;
}



/* footer */
.footer {
	font-size: 0.9em;
	line-height: 1.0em;
	color:#fff;
	padding:15px 0;
	text-align: center;
background-color:rgba(0,190,210,1.0);
}

.footer a {
	color:#fff;
}

.map {
	border:none;
	margin-bottom:-9px;
}

/*ピッチの指定A*/ 
.pad_b10 {
	padding-bottom: 10px;
}

.pad_b30 {
	padding-bottom: 30px;
}

.mar_t20 {
	margin:20px 0 0 0;
}

.mar_tb20 {
	margin:20px 0;
}

.mar_tb30 {
	margin:30px 0;
}

/*強調文字の指定*/ 
.text_bold {
	font-weight:bold;
}

/*.table_A */
.table_A {
width: 100%;
}

.table_A th {

background-color:rgba(0,190,210,0.2); 
}

.table_A th,
.table_A td {
border-top: 1px dotted #ddd;
padding: 15px;
}

/*問い合わせフォーム */
.mail {
padding: 20px 20px 30px;
text-align: left;
}

.mail_form i {
	font-size: 70%;
	position: relative;
	top: -0.4em;	
	color:rgba(0,190,210,1.0); 
}

.table_form {
width: 100%;
}

.table_form th {
background-color: rgba(0,190,210,0.2); 
white-space: nowrap;
}

.table_form th,
.table_form td {
border: 1px solid #ccc;
padding: 15px;
}

.table_form input[type="text"],textarea {
width: 100%;
border: 1px solid #dedede;
}

.table_form input[type="text"] {
	line-height: 2.3em;
}

.table_form itextarea {
resize: vertical;
}

.mail_form_button {
	width : 100%;
	padding:20px 0;
	text-align: center;
	background-color: rgba(0,190,210,0.7); 
	border-radius: 5px;
	transition: all 0.5s;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}

.mail_form_button:hover{
	background-color: rgba(0,190,210,0.3); 
}

.mail_back_button {
	width : 100%;
	padding:15px 0;
	text-align: center;
	background-color: #dedede;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #666;
	text-decoration: none;
}

.mail_back_button:hover{
	background-color: #fff;
}

.mail h4{
	font-size: 0.9rem;
	line-height: 1.8em;
	font-weight: bold;
	color:rgba(241,190,64,1.0);
	padding-bottom:20px;
}


/*end_問い合わせフォーム */



/*tumblrメディア掲載情報用*/ 
.media_date {
	font-size: 0.8rem;
}

.media_title {
	font-weight: bold;
	color:rgba(241,190,64,1.0);
	padding:5px 0;
}

.media_page {
font-size: 0.8rem;
padding: 20px 0;
text-align: center;
}

/* media */
.media_but {
	width:100%;
	text-align: center;
	margin:15px 0;
}

.media_but a {
	display:block;
	padding:20px;
	margin:0 250px;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	text-align: center;
	background-color: rgba(0,190,210,0.7); 
	border-radius: 10px;
	transition: all 0.5s;
	color: #fff;
	text-decoration: none;
}

.media_but a:hover{
	background-color: rgba(0,190,210,0.3); 
}


/* アコーディオン */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;

}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
 
/* end_アコーディオン */

