@charset "UTF-8";
@import "./style.css";

/* --------------------------------------------------
	 MORE
-------------------------------------------------- */
p.more {
	text-align: center;
}

p.more a {
	background-color: #00B256;
    color: #FFF;
    display: block;
    font-size: 16px;
    line-height: 1;
    width: 300px;
    margin: 0 auto 90px;
    padding: 25px 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

p.more a:hover {
	background-color: #FAFAFA;
	color: #333;
	text-decoration: none;
}

.bg p.more a:hover {
	background-color: #FFF;
}


#header,
#header .cover {
	height: 350px!important;
}

header {
	background: transparent url(/img/header.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

#header h2 {
    max-height: none;
    max-width: 700px;
    top: 185px;
}

#header h2 span {
	font-size: 60px;
}

#contents .inner {
	margin: 0 auto;
    overflow: unset;
	width: 1200px;
}

section {
	margin: 50px 0 70px;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

h3 span {
	color: #666;
	display: inline-block;
	font-size: 10px;
	margin-left: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.bg_b {
	background-color: #1E1E1E;
    padding: 50px 0;
}


/*********************** company ***************************/

#company table {
	font-size: 14px;
}

#company table th {
	background-color: #00B256;
	color: #FFF;
	text-align: center;
}

#company table th,
#company table td {
	border-bottom: solid 1px #CCC;
}

#company table td span {
	color: red;
	font-weight: bold;
}


/*********************** mission ***************************/

#mission h3 {
	color: #00B256;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
}

#mission .mission_ttl {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	max-width: 90%;
	margin: 15% auto;
}

#mission .mission_ttl span {
	color: #00B256;
}

#mission .texarea {
	margin-bottom: 70px;
}

#mission .texarea h4 {
	text-align: center;
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 15px;
}

#mission .texarea h4 span {
	display: block;
    font-size: 14px;
}

#mission .texarea p {
	font-size: 20px;
    line-height: 2;
}

/*********************** logic ***************************/

#logic .text p {
	text-align: center;
}

#logic .text p.ttl {
	color: #00B256;
	font-size: 40px;
	font-weight: bold;
	margin: 2% 0 5%;
}

#logic .text p.ttl span {
	border-bottom: solid 2px #00B256;
}

#logic .text ul {
	margin-bottom: 5%;
}

#logic .text ul li {
	font-size: 18px;
	margin-bottom: 10px;
}

#logic .text span {
	font-size: 25px;
	font-weight: bold;
}

#logic .text span.red {
	color: red;
}

#logic .text span.green {
	color: #00B256;
}

#logic .text p.catch {
	border: dotted 1px #333;
	padding: 2%;
}

#logic .text p.catch span {
	font-size: 20px;
}

#logic h3 {
	text-align: center;
	font-size: 25px;
}

#logic #contents .text dl dt {
	overflow: hidden;
	cursor: pointer;
	position: relative;
    margin-bottom: 25px;
}

#logic #contents .text dl dt::after {
    position: absolute;
    content: '詳しくはこちら';
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    background-color: #00B256;
    padding: 5px 25px;
    color: #FFF;
}

#logic #contents .text dl dt img {
	float: left;
	display: block;
	width: 38%;
}

#logic #contents .text dl dt div {
	float: right;
	width: 60%;
}

#logic #contents .text dl dt div h4 {
	color: #FFF;
    background-color: #00B256;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px;
    padding: 15px 25px 12px;
}

#logic #contents .text dl dt div p {
    text-align: left;
}

#logic #contents .text dl dd {
	display: none;
	margin-bottom: 35px;
}

#logic #contents .text dl dd p {
	text-align: left;
    margin-bottom: 25px;
}

#logic #contents .text dl dd h5 {
	font-size: 19px;
    color: #00B256;
    margin-bottom: 5px;
}

#logic #contents .text dl dd h6 {
	font-size: 17px;
}

#logic #contents .text dl dd ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

#logic #contents .text dl dd ul li {
	list-style: disc;
	font-size: 14px;
    margin-bottom: 5px;
}

#logic #contents .text dl dd table {
	font-size: 14px;
	border-left: solid 1px #CCC;
	width: 100%;
}

#logic #contents .text dl dd table th {
    background-color: #00B256;
	border-bottom: solid 1px #CCC;
	color: #FFF;
	text-align: center;
	border-right: solid 1px #CCC;
}

#logic #contents .text dl dd table td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: center;
}


/*********************** bcp ***************************/
#bcp .inner p img {width: 80%;display:block;margin:0 auto;}
#bcp #contents .text {
	margin-bottom: 60px;
    text-align: center;
}

#bcp #contents .text p.ttl {
    color: #00B256;
    font-weight: bold;
    margin: 0% 0 10px;
}

#bcp #contents .text span {
    font-size: 30px;
    font-weight: bold;
}

#bcp #contents .text strong {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-left: 15px;
}
#bcp #contents .text b {
    font-size: 22px;
}


#bcp table {
	font-size: 14px;
}

#bcp table th {
	background-color: #00B256;
	color: #FFF;
	text-align: center;
}

#bcp table th,
#bcp table td {
	border-bottom: solid 1px #CCC;
}

#bcp table td span {
	color: red;
	font-weight: bold;
}

#bcp h3 {
    color: #00B256;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}

#bcp h3 span {
    color: #666;
    display:block;
    font-size: 10px;
    margin-top: 15px;
    margin-left: 0px;
}

#bcp h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
#bcp h4 span {
    font-size: 36px;
	color: #00B256;
    font-weight: bold;
    margin-right: 15px;
}
#bcp .center {
  text-align: center;
}

#bcp ul.lists {
  text-align: left;
  display: inline-block;
    margin-bottom: 30px;
    background-color: #FAFAFA;
    padding: 5%;
}

#bcp ul.lists li {
    font-size: 22px;
    margin-bottom: 14px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #999;
}
#bcp ul.lists li:last-child {
    margin-bottom: 0px;
}
#bcp .texts {
  text-align: center;
    width: 60%;
    margin: 0 auto 120px;
}

#bcp .texts.sub {
    margin: 0 auto 30px;
}

#bcp .texts p {
	font-size: 1.2rem;
    padding-bottom: 50px;
    margin-bottom: 20px;
    position: relative;
}

#bcp .texts p span {
	color: #00B256;
	font-weight: 600;
}

#bcp .texts p::after {
    position: absolute;
    left: calc(50% - 14px);
    bottom: 10px;
    margin: auto;
    content: "";
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-top: 8px solid #00B256;
    border-right: 8px solid #00B256;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#bcp .texts p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#bcp .texts p:last-child::after {
	display: none;
}

#bcp .mb30 {
    margin-bottom: 30px;
}

#bcp .mb30 img {
	display: block;
	width: 100%;
    margin: 0 auto;
}

#bcp .imges {
    width: 40%;
    margin: 0 auto 30px;
    background: #FAFAFA;
    padding: 30px 50px;
}

#bcp .mb30 strong {
	display: inline-block;
	margin-top: 15px;
	font-size: 1.6rem;
	text-decoration: underline;
}



@media screen and (max-width:767px) {
#bcp .inner p img {width: 100%;}
#bcp h3 {
    font-size: 24px;
}
#bcp #contents .text {
    margin-bottom: 30px;
}
#bcp #contents .text span {
    font-size: 16px;
}
#bcp #contents .text strong {
	display:block;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0px;
}
#bcp #contents .text b {
    font-size: 100%;
}
#bcp h4 {
    font-size: 12px;
}
#bcp h4 span {
	display:block;
    font-size: 22px;
}
#bcp ul.lists li {
    font-size: 80%;
}
#bcp .texts {
    width: 100%;
    margin: 0 auto 60px;
}
#bcp .texts p {
    font-size: 90%;
}
#bcp .center p {
    font-size: 90%;
}
#bcp .mb30 strong {
    font-size: 120%;
}
#bcp ul.lists {
    width: 100%;
}
#bcp .imges {
    width: 100%;
}









}



























/*********************** strategy ***************************/

#strategy section.w100 {
    margin: 0px 0 0px;
}

#strategy section.w100 img {
    width: 100%;
}

#strategy section ol {
	margin-left: 20px;
}

#strategy section ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

#strategy section ol li:last-child {
	margin-bottom: 0px;
}

#strategy section ul {
	margin-left: 20px;
}

#strategy section ul li {
	list-style: disc;
	margin-bottom: 10px;
}

#strategy section ul li:last-child {
	margin-bottom: 0px;
}

#strategy section h3 span {
	display: block;
	margin-top: 2px;
	margin-left: 0px;
	font-weight: normal;
}

#strategy section p {
	margin-bottom: 20px;
}

#strategy section span {
	font-weight: bold;
}

#strategy section span.red {
	color: red;
}

#strategy section span.green {
	color: #00B256;
}

#strategy section div {
	overflow: hidden;
}

#strategy section div img.img_left {
    float: left;
    width: 35%;
    margin-right: 25px;
}

#strategy section dl {
	margin-bottom: 20px;
}

#strategy section dl:last-child {
	margin-bottom: 0px;
}

#strategy section dl dt {
	font-weight: bold;
}


/*********************** collaboration ***************************/

#collaboration .mission_ttl {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	max-width: 90%;
	margin: 15% auto;
}

#collaboration .mission_ttl::last-child {
	margin-bottom: 0px;
}


#collaboration .mission_ttl span {
	color: #00B256;
}

#collaboration section {
	margin-bottom: 100px;
}


/*********************** product ***************************/

#product .lineupinner {
	overflow: hidden;
}

#product .lineupinner ul li {
	float: left;
	margin-right: 2%;
	margin-bottom: 3%;
	width: 32%;
}

#product .lineupinner ul li:nth-child(3n) {
	margin-right: 0%;
}

#product .lineupinner ul li img {
	display: block;
	width: 100%;
	margin-bottom: 1%;
}

#product .lineupinner ul li span {
	display: block;
    background-color: #00B256;
    color: #FFF;
	text-align: center;
    padding: 7px;
}

#product .lineupinner ul li a:hover {
	text-decoration: none;
}

#product .lineupinner ul li a:hover span {
    background-color: #1A6600;
}


/* --------------------------------------------------
	 contact
-------------------------------------------------- */
.reserve p.completion,
.reserve p.confirmation,
.reserve main p.text {
	margin-bottom: 40px;
    line-height: 2.5em;
    text-align: center;
}

.reserve table {
	margin: 0 auto 30px;
	width: 100%;
}

.reserve table th {
    text-align: left;
    width: 25%;
	font-weight: normal;
}

.reserve table td {
    width: 75%;
}

.reserve table td select {
    font-size: 1em;
    padding: .4em 1em .4em 1em;
    width: 100%;
    background: #f2f3f3;
    letter-spacing: .1em;
    border: none;
    background-image: linear-gradient( 
45deg
 , transparent 50%, #fff 50%),linear-gradient( 
135deg
 , #fff 50%, transparent 50%),linear-gradient(to right, #555, #666);
    background-position: calc(100% - 19px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 27px;
}

.reserve table td input,
.reserve table td textarea {
	margin-top: 5px;
    padding: .8em 1em .7em 1em;
    width: 100%;
    font-size: 18px;
    border-radius: .1em;
    border: none;
    background: #f2f3f3;
}

.reserve table td.inputm input {
	width: 100%;
}

.reserve table td textarea {
    font: inherit;
	height: 300px;
	resize:none;
}

.reserve table td p {
	text-align: left;
    line-height: 1;
}

.reserve table td p span {
	color: red;
}

.reserve .submit_area {
    width: 40%;
    margin: 0 auto;
}

.reserve .submit_area input {
    cursor: pointer;
    width: 100%;
    padding: 12px 0 12px 0;
	height: auto;
    border: solid 1px #CCC;
}

.reserve .submit_area .submit_button {
    margin-bottom: 10px;
}

.reserve .submit_content table {
    border-top: dotted .5px #CCC;
	font-size: 14px;
	margin: 0 auto 50px;
	width: 100%;
}

.reserve .submit_content table th {
    background-color: #EEE;
    border-bottom: dotted .5px #CCC;
    padding: 2%;
    text-align: center;
    width: 30%;
	display: inline-block;
	margin-bottom: 0px;
}

.reserve table th .hiss {
	display: inline-block;
	color: red;
	font-size: 80%;
	margin-left: 5px;
	letter-spacing: 0;
	font-weight: 500;
}

.reserve .submit_content table td {
	border-bottom: dotted .5px #CCC;
    padding: 2%;
    width: 70%;
	margin-bottom: 0px;
	display: inline-block;
}


.reserve table td.days select {
	display: inline-block;
	margin-right: 1%;
	width: 30%;
}

.reserve .chrcked {
	padding: 2%;
	margin-top: 75px;
	background-color: rgba( 0, 0, 0, 0.04 );
	font-size: 11px;
}

.reserve table td.reservedate select {
	display: inline-block;
    margin-right: 1%;
    width: 30%!important;
}

.reserve table td span {
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
}









@media screen and (max-width:1240px) {

#contents .inner {
	margin: 5% auto 10%;
	width: 90%;
}


}








@media screen and (max-width:767px) {

#header,
#header .cover {
	height: 250px!important;
}

#header h2 {
    max-height: none;
    top: 140px;
}

#header h2 span {
	font-size: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

/*********************** company ***************************/

#company table th,
#company table td {
	border-bottom: none;
	display: block;
    padding: .5em 0;
}

/*********************** collaboration ***************************/

#collaboration .mission_ttl {
	font-size: 20px;
	margin: 15% auto;
}

/*********************** mission ***************************/

#mission #contents .inner {
	margin: 15% auto;
    width: 90%;
}

#mission h3 {
    font-size: 30px;
}

#mission .texarea h4 {
    font-size: 20px;
}

#mission .texarea p {
	font-size: 16px;
}

/*********************** logic ***************************/

#logic .text p {
	text-align: left;
}

#logic .text p.ttl {
	font-size: 20px;
	margin: 5% 0 7%;
}

#logic .text p.ttl span {
	border-bottom: solid 1px #00B256;
}

#logic .text ul li {
	font-size: 16px;
	margin-bottom: 5%;
}

#logic .text span {
	font-size: 16px;
	font-weight: bold;
}

#logic .text span.red {
	color: red;
}

#logic .text span.green {
	color: #00B256;
}

#logic .text p.catch {
	font-size: 14px;
}

#logic .text p.catch span {
	font-size: 16px;
}

#logic #contents .text dl dt {
	padding-bottom: 25px;
}
#logic #contents .text dl dt img {
	float: none;
	width: 100%;
	margin-bottom: 25px;
}

#logic #contents .text dl dt div {
	float: none;
	width: 100%;
}

/*********************** product ***************************/

#product section p {
	font-size: 14px;
}

/*********************** strategy ***************************/

#strategy section.strategy {
	margin-bottom: 5%!important;
}

#strategy section ol {
	margin-bottom: 5%!important;
}

#strategy section ol li {
	margin-bottom: 0px;
}

#strategy section ul {
	margin-bottom: 3%!important;
}

#strategy section ul li {
	margin-bottom: 20px;
}

#strategy section h3 span {
	margin-top: 0px;
}

#strategy section p {
	margin-bottom: 0!important;
}

#strategy section div {
	overflow: hidden;
	margin-bottom: 5%!important;
}

#strategy section div p {
	margin-bottom: 20px!important;
}

#strategy section div p:last-child {
	margin-bottom: 0px!important;
}

#strategy section div img.img_left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

#strategy section .bg_b p {

}

#strategy section#contents .bg_b .inner {
    margin: 0% auto!important;
}


/*********************** product ***************************/

#product .lineupinner ul li {
	font-size: 9px;
	width: 49%;
}

#product .lineupinner ul li:nth-child(3n) {
	margin-right: 2%;
}

#product .lineupinner ul li:nth-child(2n) {
	margin-right: 0%;
}

.reserve table th {
	display: block;
    width: 100%;
	padding: 0;
	margin-bottom: 5px;
}

.reserve table td {
	display: block;
    width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.reserve table {
    font-size: 14px;
}

.reserve table td input, .reserve table td textarea {
    padding: .5em;
}

.reserve table td.reservedate select {
    width: 45%!important;
}

.reserve .submit_content table th,
.reserve .submit_content table td {
	display: block;
    width: 100%;
}

.reserve p.completion, .reserve p.confirmation, .reserve main p.text {
    margin-bottom: 20px;
    font-size: 14px;
	line-height: 2em;
}

.reserve .submit_area {
    width: 60%;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

}










.megattl {
    color: #00B256;
	margin-bottom: 1.5rem;
}

.megattl span {
    font-size: 3rem!important;
    font-weight: 900!important;
    background: linear-gradient(transparent 60%, #FFFF00 60%);
}

#logic #contents .text .intro,
#logic #contents .text .inners {
    float: none!important;
    width: 100%!important;
}

#logic #contents .text .intro.mb {
	margin-bottom: 3rem;
}

#logic #contents .text dl dt .intro {
    margin-bottom: 3rem;
}

#logic .intro .inners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 3rem;

}

#logic .intro .inners .images {
	width: 30%!important;
    float: none!important;
}

#logic .intro.mb .inners .images {
	width: 48%!important;
}

.table_bottom img,
#logic .intro .inners .images img {
    float: none!important;
    display: block!important;
    width: 100%!important;
}
.table_bottom.sub img {
	width: 60%!important;
	margin: 1rem auto 0;
}

#logic .intro .inners .coments {
	width: 67%!important;
    float: none!important;
}

#logic .intro.mb .inners .coments {
	width: 48%!important;
}

#logic .intro .inners .coments {
    font-size: .85rem;
}

table.events {
	margin-top: 1rem;
	margin-bottom: 1rem;
    border-top: solid 1px #CCC;
}
table.events td {
	text-align: left!important;
}
table.events th {
	width: 30%!important;
}

#logic .flows {
	background: transparent url(/img/logic/arrow.png?v=0909) no-repeat center bottom 195px;
    background-size: 45px;
}

#logic .flows .item {
    width: 60%;
    margin: 2rem auto 3rem;
}

#logic .flows .item dl {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3.5rem;
	box-shadow: 0px 0px 23px -5px #777777;
    border-radius: 20px;
    padding: 3%;
    background: #FFF;
}

#logic .flows .item dl:last-child {
	margin-top: 5rem;
}

#logic .flows .item dl dt {
	width: 150px!important;
    margin-top: -2px;
}

#logic .flows .item dl dt span {
	display: inline-block;
    background: #00B256;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 1.4rem;
    border-radius: 100%;
    box-sizing: border-box;

}

#logic .flows .item dl dd {
    width: calc(100% - 220px);
}

#logic .flows .item dl dd  ul {
    list-style: disc;
}

@media screen and (max-width:767px) {
.megattl span {
    font-size: 1.6rem!important;
}
#logic .intro .inners {
	display: block;
}
.table_bottom.sub img {
	width: 100%!important;
}
#logic .intro.mb .inners .coments,
#logic .intro.mb .inners .images,
#logic .intro .inners .images,
#logic .intro .inners .coments {
	width: 100%!important;
}
#logic .intro.mb .inners .images,
#logic .intro .inners .images {
	margin-bottom: 1rem;
}


#logic .flows {
    background: transparent url(/img/logic/arrow.png) no-repeat center bottom 157px;
    background-size: 45px;
}




#logic .flows .item {
    width: 100%;
}
#logic .flows .item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

#logic .flows .item dl dt {
    width: 100px !important;
}
#logic .flows .item dl dt span {
        width: 80px;
        height: 80px;
        line-height: 72px;
        font-size: 1rem;
}
#logic .flows .item dl dd {
    width: calc(100% - 120px);
}

}

