@charset "UTF-8";
/* CSS Document */
/**
 * reset
 */
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;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:link, a:visited, a:active, a:hover {
  outline: none;
}
a {
  text-decoration: none;
  color: #1111cc;
}
a:hover {
  text-decoration: underline;
}
/**
 * micro clearfix 
 */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
.fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
}
@keyframes anime2 {
  0% {
    left: -100%;
  }
  100% {
    left: -20%;
  }
}
@media only screen and (min-width:769px) {
  @keyframes anime2 {
    0% {
      left: -100%;
    }
    100% {
      left: -150px;
    }
  }
}
html#thanksgiving {
  font-size: 62.5%;
}
html#thanksgiving body {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #E9E7DF;
}
* {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.bold {
  font-weight: bold;
}
header h1 img {
  width: 100%;
}
h2 {
  color: #596e35;
  font-size: 10vw;
  line-height: 1;
  text-align: center;
  margin: 0 auto 20px;
	font-family: nobel, sans-serif!important;
font-weight: bold;
font-style: italic;
	letter-spacing: 2px;
}
h2 span {
  font-size: 1.2rem;
  margin: 5px 0 0;
  display: block;
  color: #222;
font-style: normal;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.line {
	text-decoration: line-through;
}
.end {
	font-size: 1.4rem;
}
.app_btn a {
  display: block;
  width: 90%;
  text-align: left;
  margin: 0 5%;
  background: #FF0000;
  color: #FFF;
  font-size: 4.8vw;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  padding: 0 15px;
  box-sizing: border-box;
  letter-spacing: 1px;
  position: relative;
}
.app_btn a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #FFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.app_btn a:hover {
  background: #fff;
  color: #FF0000;
  transition: .3s;
  border-radius: 0;
}
.app_btn a:hover::after {
  border-left: 10px solid #FF0000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: .3s;
  right: 20px;
}
.app_end {
	display: block;
	width: 90%;
	text-align: center;
	margin: 0 5%;
	background: #CCC;
	color: #555;
	font-size: 4.8vw;
	text-decoration: none;
	height: 66px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0 20px;
	box-sizing: border-box;
	letter-spacing: 1px;
	position: relative;
}
#intro {
  padding: 40px 5% 0;
  text-align: justify;
}
#intro p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
}
#intro p span{
	background:#FFC000;
}

#about {
  padding: 0;
}
#about h2 {
  margin: 0 5% 20px;
}
#about table {
  width: 90%;
  margin: 0 5% 30px;
}
#about table tr {
  border-bottom: 1px solid #596e35;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: justify;
}
#about table tr th {
  padding: 5px 0;
  text-align: left;
  vertical-align: middle;
  width: 25%;
  box-sizing: border-box;
}
#about table tr td {
  padding: 5px 0;
}
a.tab {
  position: relative;
}
a.tab::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("https://www.flexnet.co.jp/images/thanksgiving/blank.png");
  background-size: cover;
  margin: 0 0 0 5px;
}
#about iframe {
  height: 250px;
  margin: 0 0 30px;
}
#price p {
  margin: 0 0 20px;
}
#price .case {
  position: relative;
  margin: 0 0 40px;
}
#price .case h3 {
  font-weight: bold;
  font-size: 1.6rem;
  float: left;
  padding: 0 0 0 20px;
  vertical-align: middle;
  position: relative;
}
#price .case h3::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #596e35;
  display: inline-block;
  position: absolute;
  left: 0;
}
#price .case h3 span {
  font-size: 1.2rem;
  display: block;
}
#price .case img {
  width: auto;
  height: 15vw;
  float: right;
}
#price table {
  background: #FFF;
  border-top: 1px solid #596e35;
  font-size: 1.3rem;
  text-align: center;
}
#price table tr {
  border-bottom: 1px solid #596e35;
}
#price table tr th {
  border-right: 1px solid #596e35;
  border-left: 1px solid #596e35;
  background: #859669;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
  line-height: 1;
}
#price table tr td {
  border-right: 1px solid #596e35;
  padding: 5px;
  vertical-align: middle;
}
#price table tr th span {
  font-size: 1.1rem;
}
#price table tr td span b {
  font-size: 1.6rem;
}
.difference {
  position: relative;
  display: inline-block;
  margin: 15px 0 0 46%;
  padding: 5px;
  width: 50%;
  border-radius: 5px;
  font-size: 1.6rem;
  background: #FFC000;
  font-weight: bold;
  text-align: center;
}
.difference::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 70%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFC000;
}
.difference p {
  margin: 0 !important;
  padding: 0;
}
#booth p {
  margin: 0 0 30px;
}
#booth ul li {
  margin: 0 0 30px;
  border-left: 10px solid #596e35;
  font-size: 0;
  text-align: justify;
}
#booth ul li:last-child {
  margin: 0 0 15px;
}
#booth ul li dl {
  width: 60%;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
}
#booth ul li dl dt {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 7px;
}
#booth ul li dl dd {
  font-size: 1.3rem;
  line-height: 18px;
}
#booth ul li .img {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
#booth .andmore {
  text-align: center;
  font-size: 1.6rem;
	font-family: nobel, sans-serif!important;
font-weight: 400;
font-style: normal;
}

#faq ol li {
	margin: 0 0 30px;
	text-align: justify;
}
#faq ol li dl dt {
	border-bottom: 2px solid #596e35;
	font-weight: 800;
	font-size: 1.6rem;
	margin: 0 0 10px;
}
#faq ol li dl dt span {
	background: #596e35;
	color: #FFF;
	font-size: 2.4rem;
	width: 36px;
	text-align: center;
	padding: 0;
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: nobel, sans-serif!important;
font-weight: 400;
font-style: normal;
}
#faq ol li dl dd {
	text-align: justify;
}

#attention ol li {
	position: relative;
	padding: 0 0 0 20px;
	text-align: justify;
	margin: 0 0 8px;
}
#attention ol li::before {
	content: "■";
	position: absolute;
	left: 0;
}
#attention ol li span {
	font-size: 1.2rem;
	line-height: 18px!important;
}
#contact p {
  margin: 0 0 20px;
}
#contact .ss h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 10px;
}
#contact .ss h3 span {
  display: block;
  font-size: 1.2rem;
}
#contact .ss {
  border: 1px solid #000;
  padding: 20px;
  background: #FFF;
  text-align: left;
}
#contact .ss dl {
  font-size: 0;
}
#contact .ss dl dt {
  display: inline-block;
  vartical-align: top;
  font-size: 1.4rem;
}
#contact .ss dl dd {
  display: inline-block;
  vartical-align: top;
  font-size: 1.4rem;
}
.copyright {
  text-align: right;
  font-szie: 1.2rem;
  padding: 100px 5% 5px;
  display: block;
}
.index_btn a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  margin: 30px 5%;
  width: 90%;
  position: relative;
}
.index_btn a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 15px solid #000;
  border-top: 12px solid transparent;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #596e35;
  text-decoration: none;
  color: #FFF;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: relative;
}
#page-top a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 14px solid #FFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(-90deg);
}
#page-top a:hover {
  background: #859669;
  transition: .3s;
}

/*========== SP ==========*/
@media only screen and (max-width:768px) {
  .pc {
    display: none;
  }
  html#thanksgiving body {
    font-size: 1.4rem;
  }
  section {
    padding: 0 5%;
    margin: 0 0 50px;
    text-align: center;
  }
}
/*========== TAB ==========*/
@media only screen and (min-width:768px) and (max-width:960px) {
  .pc {
    display: none;
  }
  html#thanksgiving body {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 3.6rem;
    margin: 0 0 50px;
  }
  h2 span {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
  #booth ul li {
    margin: 0 4% 40px 0;
    border-left: 10px solid #596e35;
    font-size: 0;
    float: left;
    width: 48%;
    box-sizing: border-box;
  }
  #booth ul li:nth-child(even) {
    margin: 0 0 40px;
  }
  #booth ul li dl {
    width: 65%;
    padding: 0 10px;
  }
  #booth ul li dl dt {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
  #booth ul li dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #booth ul li .img {
    width: 35%;
  }
}
/*========== PC ==========*/
@media only screen and (min-width:769px) {
  .sp {
    display: none;
  }
  html#thanksgiving body {
    font-size: 1.6rem;
  }
  section {
    position: relative;
    box-sizing: border-box;
    max-width: 1320px;
    margin: 0 auto 120px;
  }
  h2 {
    font-size: 6rem;
    margin: 0 0 60px;
  }
  h2 span {
    font-size: 2rem;
    margin: 10px 0 0;
  }
  .app_btn a, .app_end {
    width: 600px;
    margin: 0 auto 20px;
    font-size: 2.4rem;
    height: 100px;
    line-height: 100px;
    padding: 0 40px;
  }
  .app_btn a::after {
    right: 40px;
    top: 40px;
    border-left: 18px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .app_btn a:hover::after {
    border-left: 18px solid #FF0000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .index_btn a {
    font-size: 2rem;
    margin: 60px auto;
    width: 600px;
  }
  #intro {
    margin: 100px auto;
    text-align: center;
  }
  #intro p {
    font-size: 2rem;
    line-height: 2;
  }
  #about h2 {
    margin: 0 5% 50px;
  }
  #new ol li p {
    font-size: 1.8rem;
    width: calc(100% - 120px);
  }
  #about table {
    width: 800px;
    margin: 0 auto 60px;
  }
  #about table tr th {
    padding: 15px 0 15px 10px;
    width: 20%;
    font-size: 1.8rem;
  }
  #about table tr td {
    padding: 15px 0;
    font-size: 1.8rem;
  }
  #about table tr td span {
    font-size: 1.6rem;
  }
  #about iframe {
    width: 100%;
    height: 450px;
    margin: 0 0 60px;
  }
  #price p {
    margin: 0 0 50px;
    text-align: center;
  }
  #price .case {
    float: left;
    width: 45%;
    margin: 0 2.5% 60px;
  }
  #price .case h3 {
    font-size: 1.8rem;
    padding: 0 0 0 20px;
  }
  #price .case h3 span {
    font-size: 1.4rem;
  }
  #price .case img {
    height: 80px;
  }
  #price table {
    font-size: 1.6rem;
  }
  #price table tr th {
    padding: 10px;
  }
  #price table tr td {
    padding: 10px;
  }
  #price table tr th span {
    font-size: 1.2rem;
  }
  #price table tr td span b {
    font-size: 2.4rem;
  }
  .difference {
    margin: 15px 0 0 400px;
    width: 180px;
    font-size: 1.8rem;
  }
  .difference::before {
    left: 50%;
  }
  #booth p {
    margin: 0 0 60px;
	  text-align: center;
  }
  #booth ul li {
    margin: 0 4% 60px 0;
    border-left: 10px solid #596e35;
    font-size: 0;
    float: left;
    width: 48%;
    box-sizing: border-box;
  }
  #booth ul li:nth-child(even) {
    margin: 0 0 60px;
  }
 /* #booth ul li:last-child {
    margin: 0 4% 60px 0;
  }*/
  #booth ul li dl {
    width: 70%;
    padding: 0 15px;
  }
  #booth ul li dl dt {
    font-size: 2rem;
    margin: 0 0 15px;
  }
  #booth ul li dl dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #booth ul li .img {
    width: 30%;
  }
  #booth .andmore {
    text-align: center;
    font-size: 4rem;
  }
	
	#faq ol li {
		margin: 0 0 40px;
	}
	#faq ol li:last-child {
		margin: 0 0 60px;
	}
	#faq ol li dl dt {
		font-size: 2rem;
		margin: 0 0 20px;
	}
	#faq ol li dl dt span {
		width: 40px;
		margin: 0 15px 0 0;
	}
	#faq ol li dl dd {
		margin: 0 0 0 55px
	}
	#attention ol {
		margin: 0 0 50px;
	}
	#attention ol li {
		margin: 0 0 10px;
	}
	#attention ol li span {
		font-size: 1.4rem;
	}
  #contact p {
    text-align: center;
  }
  #contact .ss h3 {
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  #contact .ss h3 span {
    display: block;
    font-size: 1.6rem;
  }
  #contact .ss {
    border: 2px solid #000;
    padding: 30px;
    width: 415px;
    margin: 0 auto;
  }
  #contact .ss dl dt, #contact .ss dl dd {
    font-size: 2rem;
  }
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
  }
  #page-top a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #page-top a::before {
    border-left: 18px solid #FFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}