/*
Theme Name: team-m
Theme URI: http://team-m.co.jp/
Author: megumi
Version: 0.1.0
*/

/*==================================================================
	reset styles
===================================================================*/

#pc_content{
	display: block;
}
#sp_content{
	display: none;
}


@media screen and (max-width: 767px) {
#pc_content{
	display: none;
}
#sp_content{
	display: block;
}
	
	
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 20px;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
iframe {
  border: none;
  max-width: 100%;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 120%;
}
a:hover,
a:active {
  outline: 0;
}
a {
  /*\*/
  overflow: hidden; /**/
}
a img {
  border: none;
}
a img:hover {
  opacity: 1;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*==================================================================
	common styles
===================================================================*/

/*------------------------------------------------------------------
	padding
-------------------------------------------------------------------*/
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pbox {
  padding: 0 60px;
}
.pbox2 {
  padding: 0 40px;
}
/*------------------------------------------------------------------
	margin
-------------------------------------------------------------------*/

.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
/*------------------------------------------------------------------
	 color styles
-------------------------------------------------------------------*/
.red {
  color: #c00;
}

.gray {
  color: #666;
}

.brown {
  color: #993300;
}

.orange {
  color: #f90;
}
/*------------------------------------------------------------------
	 fontsize styles
-------------------------------------------------------------------*/
.f0 {
  font-size: 10px;
}
.f1 {
  font-size: 12px;
}
.f2 {
  font-size: 13px;
}
.f3 {
  font-size: 14px;
}
.f4 {
  font-size: 16px;
}
.f5 {
  font-size: 22px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

/*------------------------------------------------------------------
	 list setting
-------------------------------------------------------------------*/
ul.list {
  padding-left: 30px;
  margin: 0 0 40px;
}
ul.list li {
  padding-left: 0;
  margin: 5px 0;
  list-style: disc;
}

/*------------------------------------------------------------------
	 hacks setting
-------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*==================================================================
 *  wp Styles
===================================================================*/
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

/*==================================================================
 *  Base Styles
===================================================================*/

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 220%;
}

/*img style*/
img {
  vertical-align: bottom;
}
img {
  max-width: 100% !important;
  height: auto !important;
  width/***/: auto;
}

p,
li {
  line-height: 180%;
  margin-bottom: 20px;
  color: #444;
  letter-spacing: 0.02em;
}

/*------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------*/
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: 90px;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  height: 70px;
}
.logo {
  padding-top: 6px;
}

.head_contact {
  display: flex;
  padding-top: 20px;
}
.head-tel,
.head-mail,
.head-menu {
  padding: 0 3px;
  float: right;
  border-radius: 5px;
}
/*------------------------------------------------------------------
	slideNav style
-------------------------------------------------------------------*/
.slideNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  margin-right: -80%;
  height: 100%;
  background: #124780;
  //    overflow-y: scroll;
  z-index: 10001;
}
.openedSlide {
  margin-right: 0;
  transition: all 0.2s ease;
}
.closedSlide {
  margin-right: -80%;
  transition: all 0.2s ease;
}
li.slideNav__item {
  border-bottom: solid 1px #fff;
  margin: 0;
}
li.slideNav__item a {
  color: #fff;
  padding: 20px;
  width: 100%;
  display: block;
  text-decoration: none;
}
li.closebtn a {
  text-align: right;
}

li.slideNav__item a:hover {
  text-decoration: none;
}
p.closebtn {
  padding: 20px 0;
  text-align: center;
}

/*------------------------------------------------------------------
	title style
-------------------------------------------------------------------*/
.title {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 160%;
  background: #457491;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}
.title2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 180%;
  color: #124780;
  margin: 20px 0 15px;
}
.title3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 180%;
  color: #124780;
}
.title4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 100%;
  color: #111;
  text-align: center;
  margin: 10px 0 20px;
}
.title5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  color: #457491;
  display: inline-block;
  padding-top: 30px;
}

/*------------------------------------------------------------------
	contents style
-------------------------------------------------------------------*/
article {
  padding-top: 90px;
}
.contents {
  padding: 0 15px;
}
.contents2 {
  padding: 0 15px;
}
.bg-gray {
  background: #f8f7f8;
}
.orange {
  color: #f5a237;
}
.bg1 {
  background: url(img/bg.png) no-repeat center center/cover;
  height: 385px;
}
.bg1 .contents{
  position: relative;
}
.Box {
  padding: 0px 20px;
  background: #fff;
}
.Box2 {
  padding: 0 20px;
  margin: 0 0 40px 0;
}
.Box .title3 {
  color: #457491;
  margin: 0 0 20px;
}
.Box .title3 span {
  font-size: 26px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.contact {
  margin: 0 40px;
}
.name {
  position: relative;
}
.name::after {
  content: "Shunichi kurosaki";
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0px;
  color: #a0c3d9;
  font-size: 13px;
}

/*	FAQ
-------------------------------------------------------------------*/
#accordion {
  margin-bottom: 30px;
}
#accordion li {
  background: #fff;
}
.archive {
  background: #fff url(./img/q.png) no-repeat left center;
  background-size: 20px;
  padding: 20px 0 18px 30px;
  border-bottom: 1px #c4af00 dashed;
  cursor: pointer;
  color: #124780;
  line-height: 160%;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  margin: 0 10px;
}
.subMenu {
  background: #fff url(./img/a.png) no-repeat 10px center;
  background-size: 20px;
  padding: 15px 20px 5px 40px;
  line-height: 160%;
}

/*------------------------------------------------------------------
	form style
-------------------------------------------------------------------*/

.contactTtl {
  width: 100%;
  text-align: left;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  border-top: 1px solid #d3cbc1;
}

.contactInner {
  width: 100%;
  text-align: center;
  background: #fff;
}

.linePink {
  background: #f5a237;
  color: #fff;
  padding: 1px 8px;
  margin-left: 20px;
}
.border {
  border-bottom: 1px solid #d3cbc1;
  padding: 0 0 15px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  box-shadow: 2px 2px 5px #999;
  background: #eee;
}
input[type="radio"] {
  width: auto;
  padding: 5px;
  margin: 10px 10px 0;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  border: solid 1px #ccc;
  -webkit-appearance: none;
  background: #eee;
}
input[type="submit"],
input[type="reset"] {
  background: #eee;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px 20px;
  width: auto;
  margin: 0 0 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #ccc;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px 20px;
  cursor: pointer;
}

/*==================================================================
 *  page-top Styles
===================================================================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: url(./img/btn-pagetop.png) no-repeat 0 0;
  width: 80px;
  height: 72px;
  display: block;
  text-indent: -5000px;
  margin: 0 0 0 auto;
}

#page-top a:hover {
  background: url(./img/btn-pagetop-o.png) no-repeat 0 0;
}

/*==================================================================
 *  footer Styles
===================================================================*/

footer {
  background: #457491;
  font-size: 10px;
  padding: 10px 5px 5px 5px;
}
footer p {
  color: #fff;
  text-align: center;
  margin: 0;
}
footer p.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  background: #457491;
}
footer a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  background-size: 12px;
}
.footer_contact {
  position: relative;
}
.footer_contact a {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.access p{
	color: #457491;
}
.contact a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1px;
  background: #f5a236;
  margin-bottom: 20px;
  text-align: center;
}
.contact .material-icons{
  vertical-align: middle;
  margin-right: 10px;
}
.contents .contact.position{
  position: absolute;
  top: 32%;
  left: 32%;
  margin: 0;
}
.contents .contact.position a{
  background: #a0c3d9;
}
	
	
	
	
	
	
}
