@charset "UTF-8";
/* リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
body {
    font-family: Helvetica, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.9;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #333;
    text-decoration: none;
}
/* ヘッダーデザイン */
header {
    position: relative;
    max-width: 960px;
    height: 240px;
    margin: 0 auto;
}
@media (max-width: 1080px){
  header {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  header {
      max-width: 628px;
  }
}
header h1 {
    position: absolute;
    top: 85px;
    left: 0;
}
header h1 img {
    width: auto;
    height: 48px;
}
@media (max-width: 680px){
  header h1 {
      position: absolute;
      top: 18px;
      left: 10px;
  }
  header h1 img {
      height: 28px;
  }
}

nav {
    position: absolute;
    bottom: 30px;
    right: 0;
}
nav li {
    margin-left: 50px;
    display: inline;
    float: none;
    border-bottom: none;
    text-align: right;
}
nav ul li a {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    transition: .3s;
}
.cf li a:hover {
  color: #13c3ac;
}
.cf {
    zoom: 1;
}
/* header-sp */
@media (max-width: 680px){
  header {
    margin-bottom: 0px;
    height: 190px;
}
  nav ul {
    list-style: none;
  }
  nav {
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    right: auto;
  }
  nav ul li:nth-child(odd) {
    background: url(../common/line_nav.gif) repeat-y right top;
    background-size: 1px 10px;
  }

  nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    margin-left: 0px;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .cf:after {
    clear: both;
}
}

#main.inner {
    max-width: 920px;
    padding: 0;
    margin: 0 auto;
}
@media (max-width: 1080px){
  #main.inner {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  #main.inner {
      max-width: 628px;
  }
}
@media (max-width: 680px){
  #main.inner {
      max-width: auto;
      margin-left: 1.5em;
      margin-right: 1.5em;
  }
}

/* about */
#main h2.ttl.large {
    margin: 0 0 70px 0;
    font-size: 46px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}
@media (max-width: 680px){
  #main h2.ttl.large {
      margin: 0 0 20px 0;
      font-size: 46px;
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-weight: 100;
  }
}
.main h2.ttl {
  margin-bottom: 65px;
  font-size: 38px;
    text-align: left;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 0.05em;
}

.txtBox {
    margin-bottom: 1em;
}
.tel{
  font-size: 17px;
}
/* フォーム設定 */
th{
  font-size: 13px;
  font-weight: normal;
}
span{
  color: #f45555;
}
/* テキストフォーム設定 */
form{
  /* width:920px; */
	margin-top: 1em;
  /* margin:0 auto; */
}
form input[type="text"],
form input[type="email"]{
  width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
form textarea {
  width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 768px){
  form{
  width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  }
  form input[type="text"],
  form input[type="email"]{
    width: 100%;
  }
}
.item{
  overflow: hidden;
  margin-bottom: 2em;
}
.label{
	float: left;
	margin-right: 20px;
	width: 100%;
	padding-bottom: .4em;
}
input[type="text"],input[type="email"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}
input[type=checkbox] {
  transform: scale(1);
}

textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}
.btn-area{
  text-align: center;
}
input[type="submit"]{
	border: 1px solid #aaa;
  color: #515151;
	background: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 16px;
	margin-top: 1em;
	border-radius: 6px;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		border-radius: 6px;
}

input[type="submit"]:hover{
	opacity: 0.7;
	color: #FFFFFF;
	background: #313131;
}
.item span{
	color:#ffffff;
	background: #cc0022;
	font-size: 12px;
	padding: .3em;
	margin-left: .5em;
}
/* チェックボックス設定 */
input[type=checkbox] {
  transform: scale(1.5);
	margin-left: .5em;
	margin-bottom: .5em;
	margin-right:.5em;
}
/* テーブル設定 */
table th{
	font-weight: normal;
}
.table table{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	background: #000000;
	color: #ffffff;
	width: 100%;
}
.table a{
	text-decoration: none;
	color: #ffffff;
	padding-top: 2em;
}
.first{
	border-top: solid 1px #ffffff;
}
.first th{
	padding-top: 1em;
	padding-bottom: 1em;
}
.second th{
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
}
@media (min-width: 1080px){
	.table{
		display: none;
	}
}
/* 自由に編集下さい */
#formWrap {
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:620px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px 0;
}
@media screen and (max-width:680px) {
  table.formTable td,table.formTable th{
  	padding:5px 0;
    }
  }

p.error_messe{
	margin:5px 0;
	color:red;
}
input[type="submit"]{
	margin-top: 2em;
}

@media screen and (max-width:680px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:60%;
	height:40px;
	margin-top: 2em;
	margin-bottom: 3em;
}
table.formTable{
	width: auto;
}
}

/* copyright */
.copyright{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px){
  .copyright{
    width: 700px;
  }
}
@media (max-width: 820px){
  .copyright{
    width: 600px;
  }
}
#copyright {
  font-size: 12px;
    float: right;
    width: 40%;
    margin-top: 32px;
    margin-bottom: 0;
    text-align: right;
}
#copyright-sp {
  display: none;
}
@media (max-width: 680px){
  #copyright-sp {
    display: block;
    font-size: 12px;
      width: auto;
      margin-top: 22px;
      margin-bottom: 20px;
      text-align: center;
  }
  #copyright{
    display: none;
  }
}

/* scroll */
.scroll a {
  display: block;
  width: 24px;
  margin: 0 auto 20px auto;
  padding: 8px 20px;
    scroll-behavior: smooth;
    transition: all 0.3s;
    text-transform: uppercase;
}
.scroll{
  text-align: center;
  margin-top: 3em;
}
html { scroll-behavior: smooth;}


/* footer */
#footer{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px){
  #footer{
    width: 700px;
  }
}
@media (max-width: 820px){
  #footer{
    width: 600px;
  }
}
.footer {
    position: relative;
    float: left;
    width: 60%;
    margin: 60px 0 0 0px;
    zoom: 1;
}
nav.footer a {
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
nav.footer li a:hover {
  color: #13c3ac;
}
nav.footer li {
    margin: 0 40px 0 0;
}
/* footer-sp */
@media (max-width: 680px){
  .footer {
      position: relative;
      float: none;
      width: auto;
      margin: auto;
      zoom: 1;
      margin-top: 4em;
  }
  #footer{
    width: 100%;
  }
  nav ul {
    list-style: none;
  }
  nav {
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    right: auto;
  }
  nav ul li:nth-child(odd) {
    background: url(../common/line_nav.gif) repeat-y right top;
    background-size: 1px 10px;
  }
  nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    margin-left: 0px;
  }
  nav.footer li {
      margin: 0;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .footer:after {
    clear: both;
  }
}
