@charset "UTF-8";
/* Scss Document */
/*------------------
定義
-------------------*/
/*------------------
リセット
------------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
/*  font-family: sans-serif;*/
/*	font-family:'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular', sans-serif;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  padding: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
	width:100%;
}

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th,
td {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

input[type="radio"]:hover,
label:hover {
  cursor: pointer; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
  position: relative;
  top: -2px; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical;
	width:100%;
	border:solid 1px #888;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*---------------------
基本設定・共通レイアウト
---------------------*/
@font-face {
  font-family: 'futura-light';
  src: url(../font/futura-light-bt.ttf) format("truetype"); }
/*基本設定*/
body {
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  margin: 0; }
@media (min-width: 768px) {
	body {font-size: 16px;}
}
p {
  margin-top: 10px;
  margin-bottom: 2em; }

code {
  background: #364549;
  color: #e3e3e3;
  border: solid 1px #ccc;
  display: block;
  overflow: hidden;
  padding: 6px 18px;
  margin: 8px auto 14px auto;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px; }

code pre {
  margin-bottom: 0; }

/*-----------------------上へ戻るボタン*/
a.topBtn {
/*  display: inline-block;*/
	display:none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: #666;
  border-radius: 2px;
  color: #fff;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1000;
  width: 3em;
  height: 3em;
  padding-top: 8px; }

a.topBtn:hover {
  color: #fff; }

/*-------------------------ボタン*/
a.btn {
  display: inline-block;
  padding: 10px 28px;
  text-decoration: none;
  text-align: center;
  background: #f3f3f3;
  color: #333;
  font-size: 90%;
  min-width: 240px;
  box-sizing: border-box;
  margin: 0px 0px 16px 0px;
  border: solid 1px #ccc;
  box-shadow: 0 1px 2px #ddd; }

a.btn-green {
  border: none;
  box-shadow: none;
  background: #39B54A;
  color: #fff; }

a.btn-pink {
  border: none;
  box-shadow: none;
  background: #D85D72;
  color: #fff; }

.figure {
  position: relative;
  padding: 10px; }


#custum label.button {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #483c2f;
  border: solid #b99867 0px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  text-align: center;
  margin: 0;
  padding: 10px 2px;
  line-height: 1.5;
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
	font-size:12px;
}
label.checkButton{
	bottom:-14px;
}
  label.button:hover {
    background-color: darkred;
    border-color: #666058; }
 #custum label.button.selected {
    background-color: darkred;
    border-color: #666058; }

label.button input[type="radio"] {
  display: none; }


@media(min-width:768px){

	#custum label.button {
		width: 170px;
		line-height:1;
		font-size:16px;
		position: absolute;
		bottom: -6px;
	}
}


#custum input[type="checkbox"]{
	display:none;
}

.caption {
  position: relative;
  text-align: center;
  margin-top: 50px; }
  .caption .captionTitle {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold; }

.basePlan .caption .captionTitle {
  font-size: 30px; }

#calcButton {
  width: 100%;
  padding: 24px 8px;
  font-size: 28px;
  background: #47362B;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s; }
  #calcButton:hover {
    background: darkred; }

.displayBox {
  border: 2px solid #ccbfb0;
  width: 100%;
  min-height: 240px;
  margin: 60px auto 80px auto;
  padding: 10px; }

/*---------------------------リンク*/
a {
  color: #1111cc;
  transition: color .3s; }

a:hover {
  color: #2ecc71;
  color: #696969; }

a.btn:hover,
a:hover img,
#globalMenu a:hover
input[type="submit"].submit_sim:hover,
input[type="submit"]:hover,
a:hover{
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  cursor: pointer; }

a.active {
  border-bottom: solid 1px #333;
  padding-bottom: 10px; }

button, html [type="button"], [type="reset"], [type="submit"] {
  border: solid 1px #aaa;
  color: #444;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  line-height: 1.4; }

button:hover, html [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  cursor: pointer; }
input[type="submit"].submit_sim{
	background:url(../img/custum/btn.jpg) no-repeat center center;
	background-size:contain;
	width:100%;
	max-width:1277px;
	height:100px;
	border:none;
	margin:0;
	padding:0;
}

@media(min-width:768px){
	input[type="submit"].submit_sim{
		
	}
}
/*--------------------------画像*/
.image {
  line-height: 0;
  text-align: center; }

.image img {
  max-width: 100%;
  margin-bottom: 0px; }

.image.alignLeft {
  max-width: 100%;
  float: none;
  margin: 0 0 14px 0; }

.image.alignRight {
  max-width: 100%;
  float: none;
  margin: 0 0 14px 0; }

.image.col2 img {
  width: 49.444%;
  margin-right: 1%; }

.image.col2 img:last-of-type {
  margin-right: 0; }
@media(min-width:768px){
	.image.alignLeft{
		max-width:40%;
		float:left;
		margin:0 18px 18px 0;
	}
	.image.alignRight{
		max-width:40%;
		float:right;
		margin:0 0 10px 18px;
	}
}


/*------------------------テーブル*/
table.table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 30px auto; }

table.table th,
table.table td {
  padding: 6px 20px;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #ccc;
  box-sizing: border-box; }

table.table th {
  background: #f3f3f3; }

table.table-3col th {
  width: 20%; }
table.table-3col td {
  width: 40%; }

/*メインイメージ*/
#mainImage {
  width: 100%;
/*  background: #041219;*/
  position: relative;
  text-align: center;
  line-height: 0; }

#mainImage #mainImage_outer {
  max-width: 980px;
  margin: 0 auto; }

#mainImage #mainImage_outer img {
  max-width: 100%; }

/*-----------------------レイアウト*/
#title,
#mainImage,
#contents,
footer {
  position: relative;
  top: 0px; }

/*----------------------タイトル*/
#title_outer {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px; }

/*--------------------パンくず*/
#pankuz {
  padding: 0 4%;
  font-size: 12px; }

#pankuz ul {
  overflow: hidden;
  padding: 0; }

#pankuz ul li {
  list-style: none;
  float: left;
  margin-right: 6px; }

#pankuz ul li:after {
  content: ">";
  margin-left: 6px; }

#pankuz ul li:last-of-type:after {
  content: ""; }

#pankuz ul li a {
  text-decoration: underline; }

/*--------------------ヘッダー*/
header {
  margin-bottom: 0px;
  min-height: 80px;
  background: #fff; }

/*--------------------フッター*/
footer {
  text-align: center;
  font-weight: bold;
  padding: 20px 0; }

footer small {
  font-weight: normal;
  display: inline-block;
  margin-left: 10px; }

/*------------------headingスタイル*/
.title {
  max-width: 1200px;
  margin: 0 auto; }

h1 {
  margin: 0;
  padding: 4px 10px; }

h1 a {
  font-size: 94%;
  color: #333;
  text-decoration: none; }

h2 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0px auto 30px auto;
/*  width: 93%;*/
	width:100%;
	text-align: center;}
  h2 span {
    display: block;
    font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
  font-size: 120%;
  margin: 0px auto 12px auto;
  line-height: 1.4;
text-align: center;
}
#mainContents .heading {
  padding: 84px 0;
  font-size: 14px;
  line-height: 1.4em; }
  #mainContents .heading.heading_brown {
    background: #D0BEA2; }
  #mainContents .heading.heading_green {
    background: #DAE0AF; }
  #mainContents .heading h2 {
    letter-spacing: 0.05em; }
  #mainContents .heading .heading-description {
    color: #fff;
    max-width: 550px;
    margin: 0 auto;
    font-size: 16px;
    font-family: futura-light,sans-serif;
    line-height: 1.6em; }

@media (min-width: 768px) {
	h2 {
  		font-size: 30px; }
	  h2 span {
		display: block;
		font-size: 18px; }
}
/*----------------------グローバルメニュー*/
nav#globalMenu {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  background: #666; }

nav#globalMenu .globalMenu_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px; }

ul.navMenu {
  margin: 0;
  padding: 0;
  height: 45px;
  width: 100%;
  list-style: none;
  transition: height 0.2s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  top: 45px; }

ul.navMenu li {
  width: 100%;
  float: none;
  text-align: center; }

ul.navMenu li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 8px 10px 8px; }

#navToggle {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  cursor: pointer;
  background: #fff;
  padding: 10px;
  border-radius: 0px; }

#navToggle div {
  position: relative; }

/*spanの絶対位置指定の親にします*/
#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  border-bottom: solid 3px #041215;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#navToggle span:nth-child(1) {
  top: 0; }

#navToggle span:nth-child(2) {
  top: 11px; }

#navToggle span:nth-child(3) {
  top: 22px; }

.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.openNav ul.navMenu {
  display: block;
  text-indent: 0;
  height: 420px;
  float: none;
  width: 100%; }

.openNav ul.navMenu li {
  width: 100%;
  float: none; }

.openNav ul.navMenu li a {
  width: 100%;
  display: block;
  border-bottom: solid 1px #ccc; }

nav#globalMenu .globalMenu_inner {
  margin-bottom: 0; }

@media (min-width: 768px) {
  #navToggle {
    display: none; }

  ul.navMenu {
    height: auto;
    top: 0;
    overflow: hidden; }
    ul.navMenu li {
      width: 14.22222%;
      float: left; } }
/*-------------------------コンテンツ*/
#contents {
  max-width: 100%;
  margin: -55px auto 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden; }

#mainContents,
#subContents {
  width: 100%;
  margin: 0 auto; }

#mainContents article {
  padding: 0 4%;
/*  margin-bottom: 30px;*/
	margin-top:94px;
  overflow: hidden;
}
#mainContents article .article_inner{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
#mainContents article.img-bg-01 .article_inner {
	padding-top:80px;
	position:relative;
	z-index:10;
}
#subContents .sideArticle {
  padding: 0 4%;
  margin-bottom: 20px; }

#subContents .sideArticle img {
  max-width: 100%; }

#subContents .sideArticle ul.sideBanner {
  padding: 0;
  margin: 0;
  list-style: none; }

#subContents .sideArticle ul.sideBanner li {
  margin-bottom: 10px;
}

#mainContents article.img-bg-01 .article_inner {
	padding-top: 140px;
	max-width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	padding: 20px 10px;
	margin-top: 40px;
}

@media (min-width: 768px) {
/*
  #mainContents article.img-bg-01 .article_inner {
	padding-top:140px;
}
*/
	#mainContents article.img-bg-01 .article_inner {
		padding-top: 140px;
		max-width: 700px;
		margin: 0 auto;
		background: rgba(255,255,255,0.7);
		padding: 20px 20px 20px 20px;
		margin-top: 40px;
	}
}
/*---------------------パーツ*/
/*アイテムボックス*/
.itemBox {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 300px;
  min-height: 300px;
  width: 100%;
  padding: 18px;
  font-size: 14px;
  background: #fff;
  box-shadow: 1px 1px 2px #aaa;
  border: solid 1px #ccc;
  border-radius: 3px;
  z-index: 50; }
  .itemBox h2 {
    width: 100%;
    margin: 0 0 0 0;
    font-size: 18px; }
  .itemBox .itemBox_inner {
    margin-bottom: 20px;
    min-height: 1.9em; }

/*背景色*/
.back-brown {
  background: #E7DAC5; }

/*中央ぞろえ*/
.text-center {
  text-align: center; }

/*--以下リスト系--*/
/*チェックリスト*/
ul.list {
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0; }
  ul.list li {
    position: relative; }

ul.list-col3 {
  overflow: hidden;
  padding-bottom: 40px; }
  ul.list-col3 li {
    width: 33.33333%;
    float: left; }

footer {
  background: #000;
	color:#fff;}

.back {
  background: #D5E6F4; }

a.optionList {
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  border: solid 1px #444;
  margin-bottom: 10px; }

/*-----------------------
パララックス
------------------------*/
.parallax-bg {
  background-attachment: fixed;
  background-position-x: center;
/*background-position-y:600px;*/
/*	background-position-y: 0px;*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 950px;
  margin-top: 80px;
  margin-bottom: 80px;
	background-image: url("../img/back-article1.jpg");
}

	.iphone .parallax-bg{
		background:none;
	}
	.iphone .parallax-bg::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		-webkit-transform: translate3d(0, -50px, -1px);
		transform: translate3d(0, -50px, -1px);
		width: 100%;
		height: 800px;
		background: url(../img/back-article1.jpg) center/cover no-repeat;
		-webkit-background-size: cover;
		background-size:cover;
	}

.android .parallax-bg{
	background:none;
}
.android .parallax-bg::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: translate3d(0, -50px, -1px);
	transform: translate3d(0, -50px, -1px);
	width: 100%;
	height: 800px;
	background: url(../img/back-article1.jpg) center/cover no-repeat;
	-webkit-background-size: cover;
	background-size:cover;
}


/*
.parallax-bg:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:red;
	z-index:-1;
}
*/
/*
article.indexTopArticle::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/back-article1.jpg) center/cover no-repeat;
  -webkit-background-size:cover;
  }
*/


/*各背景の画像*/

/*
.img-bg-02 {
  background-image: url("../img/scroll2.jpg"); }

.img-bg-03 {
  background-image: url("../img/scroll3.jpg"); }

スクロールするコンテンツ
.scrollbox1 {
  background-color: #fff; }

.scrollbox2 {
  background-color: #fff; }
*/

@media (min-width: 768px) {
	.parallax-bg {
		background-attachment:fixed;
/*		background-position-y: 0;*/
		background-image: url("../img/back-article1.jpg");
	}
	.iphone .parallax-bg::before{
		background:none;
	}
	.parallax-bg::before{
		display:none;
	}
	.img-bg-01 {
/*		background-image: url("../img/back-article1.jpg");*/
	}
  .parallax-bg {
    height: 800px;
	}
}
/*------------------------
ふわっと文字出現
--------------------------*/
.fadeinAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*------------------------
トップページ　6コーデからチョイス
--------------------------*/
/*------------------------
管理ページ
--------------------------*/
/*登録フォームページ*/
table.table-registForm {
  width: auto; }
/*調整*/
.sp_none {
  display: none;
}

.pc_none {
  display: inline;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.font-small-sp {
  font-size: 10px;
}

@media (min-width: 768px) {
  img.icon-triangle {
    max-width: 55px;
  }

  .sp_none {
    display: inline;
  }

  .pc_none {
    display: none;
  }

  .font-small-sp {
    font-size: inherit;
  }
}