/* Google font Icon */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

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

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

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: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
}
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

#wrapper {
  height: 100%;
  min-height: 100%;
}

body > #wrapper {
  height: auto;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  min-width: 1200px;
  padding-top: 184px;
}
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: 100%;
}
a:hover,
a:active {
  outline: 0;
}
a {
  /*\*/
  overflow: hidden; /**/
}
a img {
  border: none;
}
*,
*: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;
}
.pt60 {
  padding-top: 60px;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.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;
}

/*------------------------------------------------------------------
	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;
}
.mt60 {
  margin-top: 60px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb60if {
  margin-bottom: 60px;
  text-align:center;
}
.mb80 {
  margin-bottom: 80px;
}
.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;
}
.mr50 {
  margin-right: 50px;
}
/*------------------------------------------------------------------
	 color styles
-------------------------------------------------------------------*/
.red {
  color: #c00;
}

.gray {
  color: #666;
}

.brown {
  color: #993300;
}
/*------------------------------------------------------------------
	 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;
}
/*------------------------------------------------------------------
	 background
-------------------------------------------------------------------*/

.bg-title {
  background: #457491;
  padding: 25px 0;
}
.bg-title h1 {
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.bg-title2 {
  margin: 0;
}
.bg-title img {
  display: block;
  padding: 30px 0;
  margin: 0 auto;
}
.bg-gray {
  background: #f8f7f8;
}
.bg1 {
  background: url(img/bg1.png) no-repeat center center;
}
.bg3 {
  background: url(img/bg3.png) no-repeat center center;
  padding: 60px 0;
  margin: -1px 0;
  position: relative;
}
.bg3:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
}
/*------------------------------------------------------------------
	 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;
}

.layout-center {
  margin: 0 auto;
}
.layout-center p,
.layout-center th,
.layout-center td,
.layout-center li,
.layout-center dt,
.layout-center dd {
  line-height: 200%;
}
.layout-center p {
  margin-bottom: 10px;
  font-size: 17px;
}
a {
  color: #f5a236;
  text-decoration: none;
  font-size: 30px;
}
a:hover {
  opacity: 0.6;
}

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

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

h1,
h2,
h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

h1.lhc {
  line-height: 1.5;
}

/*img style*/
img {
  vertical-align: bottom;
}
img {
  height: auto !important;
  width/***/: auto;
}
.contents img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.layout-center {
  width: 1000px;
}
header {
  background: #fff;
}
#head {
  position: relative;
  height: 120px;
}
#head .head-tel {
  position: absolute;
  top: 10px;
  right: 0;
}
#head .head-contact {
  position: absolute;
  top: 62px;
  right: 0;
}
#head .logo {
  padding: 20px 0 0 0;
}

#cacth {
  margin:0px auto 0px auto;
  text-align:center;
}

.keyv-bg {
  background: url(./img/keyv-bg.jpg) no-repeat center center;
  height: 727px;
  position: relative;
  margin: 0 0 60px;
}
.keyv-txt {
  padding-top: 80px;
}
img.tel_logo {
  width: 60px;
  display: inline-block;
}
/*------------------------------------------------------------------
	sheet style
-------------------------------------------------------------------*/
table.sheet th {
  position: relative;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
}
table.sheet {
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}
.sheet th,
.sheet td {
  border-top: 1px solid #cccccc;
  padding: 12px 20px 12px 0;
  text-align: left;
}

.sheet th {
  font-weight: normal;
  width: 35%;
}

.sheet td img {
  vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="Email"],
textarea {
  background: #eee;
  border-radius: 5px;
  border: #ccc 1px solid;
  padding: 10px;
  width: 400px;
  box-shadow: 1px 1px 4px #999;
}
input[type="submit"],
input[type="reset"] {
  background: #eee;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px 20px;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #ccc;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px 20px;
  cursor: pointer;
}
.mandatory {
  background: #c4af00;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: 8px;
  right: 40px;
  font-size: 12px;
  margin-top: 5px;
}
/*------------------------------------------------------------------
	Nav Styles
-------------------------------------------------------------------*/
#nav {
  display: block;
  background: #457491;
}
#nav .layout-center {
  width: 1000px;
  margin: 0 auto;
}
#nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: none;
  background: url(./img/gn-line2.png) no-repeat left 50%;
}

#nav ul li {
  float: left;
  position: relative;
  z-index: 100;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  height: 67px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/gn-line2.png) no-repeat 100% 50%;
}
#nav ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
#nav ul li a:hover img {
  opacity: 1;
}
#nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 25px;
}

/*==================================================================
 *  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;
}

/*------------------------------------------------------------------
ヘッダー上部固定
-------------------------------------------------------------------*/
.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
}

footer {
  background: #457491;
}
footer .copy {
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer-access {
  float: left;
  margin-right: 20px;
  position: relative;
}
.footer-access .position {
  position: absolute;
  top: 27%;
  left: 38%;
}
.footer-access .position a {
  background: #a0c3d9;
  color: #fff;
  padding: 0px 13px;
}
.footer-access .position a:hover {
  color: #a0c3d9;
  background: #fff;
  opacity: 1;
}
.footer-contents {
  position: relative;
  z-index: 10;
}
img.schedule {
  width: 712px;
}
/*20220330修正*/
.head-contact {
  width: 312px;
  margin: auto;
  background: #f5a236;
}
.head-contact p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
.head-contact a {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  padding: 2px 0;
}
.head-contact .material-icons {
  color: #fff;
  vertical-align: middle;
  font-size: 32px;
  display: flex;
  align-items: center;
}
.tel .material-icons {
  font-size: 32px;
  color: #f5a236;
  vertical-align: middle;
  padding-bottom: 5px;
}
.contact02{
	width: 400px;
	margin: auto;
	background: #f5a236;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
  }
  .contact02 a{
	padding: 21px 0;
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	height: 100%;
	color: #fff;
  }
  .contact02 p{
	margin-left: -20px;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.5;
  }
  .contact02 i{
	position: relative;
  }
  .contact02 .material-icons{
	vertical-align: middle;
	font-size: 32px;
	display: flex;
	align-items: center;
  }
  .contact02 i::before{
	  content: '';
	  width: 24px;
	  height: 24px;
	  background: #ffffff;
	  border-radius: 50%;
	  position: absolute;
	  top: 0;
	  right: -6px;
	  bottom: 0;
	  margin: auto;
  }
  .contact02 i::after{
	content: '';
	  position: absolute;
	  top: 50%;
	  right: 3px;
	  transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 3px solid #f5a236;
	  border-right: 3px solid #f5a236;
  }