@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------

	リセットcss
	
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, pre, a, address, code, img, 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, 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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus, *:focus { outline:none; }
a:link,a:visited,a:hover { text-decoration: none; }
a:hover,input:hover { opacity: 0.85; }
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    max-width: 100%;
}
table { border-collapse:collapse; }


/* ボックスサイジング */
*, *:before, *:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*------------------------------------------------------------

	書式設定
	
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left; }
.taCenter { text-align: center; }
.taRight { text-align: right; }

/* フォントの大きさ */


/* フォントの太さ */
.fwNormal { font-weight: normal; }
.fwBold { font-weight: bold; }


/*------------------------------------------------------------

	汎用スタイル
	
------------------------------------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.f-left { float: left; }
.f-right { float: right; }

.flex-container {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}


/*----- .flex-box03の場合 -----*/
.flex-box03 {
	width: 31%;
    margin: 0 3.5% 20px 0;
}
.flex-box03:nth-child(3n) {
	width: 31%;
    margin: 0 0 20px 0;
}
@media (max-width:750px){
.flex-container {
	justify-content: space-between;
}
.flex-box03 {
    width: 48%;
    margin: 0 0 20px 0;
}
}


/*----- スマホのみ表示 ----*/
.sp-item01 { display: none; }
.sp-item02 { display: none; }

@media screen and (max-width : 768px){
.sp-item01 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item01 { display: none; }
}
@media screen and (max-width : 480px){
.sp-item02 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item02 { display: none; }
}


/*------------------------------------------------------------------------------------------------------------------------------------------

	基本
	
------------------------------------------------------------------------------------------------------------------------------------------*/
html { font-size: 62.5%; }
body {
	font-family: "Noto Sans JP", serif;
	font-size: 1.4rem;
	line-height: 1.7;
}
h1, h2, h3{
	line-height: 1.4;
}
.wrap1100 {
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width : 1100px){	
.wrap1100  {
	width: 100%;
	padding: 0 20px;
}
}


.entext {
    font-family: 'Oswald', sans-serif;
}



/*------------------------------------------------------------------------------------------------------------------------------------------

	トップページ
	
------------------------------------------------------------------------------------------------------------------------------------------*/
#top .green {
    color: #54ac2b;
}
#top h2.ttl {
    text-align: center;
}
#top .btn-more a {
    display: block;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0 20px;
    background: #54ac2b;
    border-radius: 40px;
    width: 420px;
    margin: 60px auto 0;
}
#top .btn-more a span {
    font-size: 1.4rem;
    font-weight: normal;
}

@media (max-width:480px){
#top .btn-more a {
    font-size: 2rem;
    line-height: 1;
    width: 100%;
}
}


/* block01 */
#top .block01 {
    position: relative;
    color: #fff;
    font-size: 2.1rem;
    background: #000 url(images/block01-bg01.png) top center no-repeat;
    background-size: 100% auto;
    padding: 80px 20px 40px;
}
#top .block01-inner {
    background-image: url("images/block01-img03.png"),url("images/block01-img02.png");
    background-position: bottom 20px left 20px, bottom 20px right 20px;
    background-size: 20% auto, 23% auto;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
#top .block01 h2 {
    font-size: 8.8rem;
    margin-bottom: 50px;
}
#top .block01 .taCenter img {
    width: 273px;
    height: auto;
}
#top .block01 .img01 {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: 296px;
}
#top .block01 .img02 {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 327px;
}

@media (max-width:768px){
#top .block01 {
    font-size: 1.8rem;
}
#top .block01 .taCenter img {
    width: 150px;
}
#top .block01 h2 {
    font-size: 3.4rem;
}
}
@media (max-width:480px){
#top .block01 {
    padding: 40px 20px;
}
#top .block01-inner {
    background-size: 40% auto, 40% auto;
    padding-bottom: 250px;
}
}


/* block02 */
#top .block02 {
    background: url(images/block02-bg02.jpg) top center no-repeat;
    background-size: cover;
    padding: 80px 20px;
}
#top .block02-inner {
    color: #fff;
    width: 740px;
    margin: 0 auto;
}
#top .block02 h2 {
    font-size: 5.8rem;
    font-weight: bold;
    margin-bottom: 60px;
}
#top .block02 .box01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
#top .block02 .box01 .entext {
    font-size: 5.4rem;
    font-weight: bold;
}
#top .block02 .text01 {
    border-bottom: solid 1px;
}

@media (max-width:768px){
#top .block02-inner {
    width: 100%;
}
#top .block02 h2 {
    font-size: 3.4rem;
    margin-bottom: 40px;
}
#top .block02 .box01 .entext {
    font-size: 2.6rem;
}
}


/* pack-block */
#top .pack-block {
    padding: 80px 0;
}

@media (max-width:480px){
#top .pack-block {
    padding: 40px 0;
}
}


/* point-block */
#top .point-block {
    padding: 80px 0;
}
#top .point-block h2 {
    width: 813px;
    margin: 0 auto 80px;
}
#top .point-block .flex-container {
    margin-bottom: 80px;
}
#top .point-block .flex-left {
    color: #fff;
    background: url(images/block03-bg01.jpg) top center no-repeat;
    background-size: cover;
    width: 50%;
    padding: 50px 40px;
}
#top .point-block .flex-right {
    color: #fff;
    background: url(images/block03-bg02.jpg) top center no-repeat;
    background-size: cover;
    width: 50%;
    padding: 50px 40px;
}
#top .point-block .text-box {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: solid 1px;
    margin-bottom: 30px;
}
#top .point-block .text-box h3 {
    font-size: 3.8rem;
    font-weight: bold;
}
#top .point-block .flex-left .text01 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
}
#top .point-block .flex-right ul li {
    list-style: none;
    margin-bottom: 30px;
}

@media (max-width:813px){
#top .point-block h2 {
    width: 100%;
    margin-bottom: 40px;
}
}
@media (max-width:768px){
#top .point-block .flex-container {
    flex-wrap: wrap;
}
#top .point-block .flex-left {
    width: 100%;
    padding: 30px 20px;
}
#top .point-block .flex-right {
    width: 100%;
    padding: 30px 20px;
}
#top .point-block .text-box h3 {
    font-size: 2.4rem;
}
#top .point-block .flex-right ul li {
    margin-bottom: 20px;
}
}
@media (max-width:480px){
#top .point-block {
    padding: 0 0 40px;
}
#top .point-block .flex-container {
    margin-bottom: 40px;
}
#top .point-block .text-box {
    font-size: 1.6rem;
}
}


/* ttl-block */
#top .ttl-block {
    position: relative;
    background: #000;
}
#top .ttl-block .text01 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 480px;
    margin: 0 auto;
    max-width: 80%;
}

@media (max-width:768px){
#top .ttl-block .bg-img {
    min-height: 200px;
    width: auto;
}
#top .ttl-block .text01 {
    position: absolute;
    top: 25%;
}
}


/* sozai-block */
#top .sozai-block {
    padding: 80px 20px;
    background: #e5e4e9 url(images/sozai-bg01.jpg) top center no-repeat;
    background-size: cover;
}
#top .sozai-block-inner {
    width: 550px;
    margin: 0 auto;
}
#top .sozai-block h2 {
    margin-bottom: 60px;
}
#top .sozai-block h2 img {
    width: 320px;
}
#top .sozai-block .flex-container {
    justify-content: space-between;
    background: #fff;
    padding: 20px;
}
#top .sozai-block .flex-left {
    width: 140px;
    border-right: solid 1px #000;    
}
#top .sozai-block .flex-right {
    display: flex;
    align-items: center;
    width: 410px;   
    padding-left: 20px;
}
#top .sozai-block .flex-left p {
    color: #00712f;
    font-size: 4rem;
    font-weight: bold;
}
#top .sozai-block .flex-right p {
    font-size: 1.8rem;
    text-align: left;
}
#top .sozai-block .flex-right span.green {
    color: #00712f;
}

@media (max-width: 768px){
#top .sozai-block .flex-container {
    flex-wrap: wrap;
}
#top .sozai-block .flex-left {
    width: 100%;
    border: none;
}
#top .sozai-block .flex-right {
    width: 100%;
    padding: 0;
}
}
@media (max-width: 550px){
#top .sozai-block-inner {
    width: 100%;
}
}
@media (max-width: 320px){
#top .sozai-block h2 img {
    width: 100%;
}
}



/* himitsu-block */
#top .himitsu-block {
    padding: 80px 20px;
    background: #e5e4e9 url(images/himitsu-bg01.jpg) top center no-repeat;
    background-size: cover;
}
#top .himitsu-block-inner {
    width: 550px;
    margin: 0 auto;
}
#top .himitsu-block h2 {
    margin-bottom: 60px;
}
#top .himitsu-block h2 img {
    width: 515px;
}
#top .himitsu-block .flex-container {
    justify-content: space-between;
    background: #fff;
    padding: 20px;
}
#top .himitsu-block .flex-left {
    width: 140px;
    border-right: solid 1px #000;    
}
#top .himitsu-block .flex-right {
    display: flex;
    align-items: center;
    width: 410px;   
    padding-left: 20px;
}
#top .himitsu-block .flex-left p {
    color: #54ac2b;
    font-size: 4rem;
    font-weight: bold;
}
#top .himitsu-block .flex-right p {
    font-size: 1.8rem;
    text-align: left;
}
#top .himit515block .flex-right span.green {
    color: #54ac2b;
}

@media (max-width: 768px){
#top .himitsu-block .flex-container {
    flex-wrap: wrap;
}
#top .himitsu-block .flex-left {
    width: 100%;
    border: none;
}
#top .himitsu-block .flex-right {
    width: 100%;
    padding: 0;
}
}
@media (max-width: 550px){
#top .himitsu-block-inner {
    width: 100%;
}
}
@media (max-width: 510px){
#top .himitsu-block h2 img {
    width: 100%;
}
}


/* voie-block */
#top .voice-block {
    padding: 80px 20px;
}
#top .voice-block-inner {
    width: 840px;
    margin: 0 auto;
}
#top .voice-block h2 {
    margin-bottom: 50px;
}
#top .voice-block h2 img {
    width: 530px;
}
#top .voice-block .flex-container {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#top .voice-block .flex-left {
    width: 25%;
}
#top .voice-block .flex-right {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    background: #daefd0;
    width: 75%;
    padding: 20px;
}

@media (max-width:840px){
#top .voice-block-inner {
    width: 100%;
}
}
@media (max-width:768px){
#top .voice-block .flex-left {
    width: 100%;
}
#top .voice-block .flex-right {
    width: 100%;
}
}
@media (max-width:530px){
#top .voice-block h2 img {
    width: 100%;
}
}
@media (max-width:480px){
#top .voice-block {
    padding: 60px 20px 0;
}
}


/* ekisu-block */
#top .ekisu-block {
    color: #fff;
    padding: 60px 20px;
}
#top .ekisu-block-inner {
    background: #000;
    padding: 80px 0 50px;
}
#top .ekisu-block .sub {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
#top .ekisu-block .sub img {
    width: 480px;
    margin: 0 auto;
}
#top .ekisu-block h2 {
    color: #54ac2b;
    font-size: 6.4rem;
    font-weight: bold;
    margin-bottom: 50px;
}
#top .ekisu-block .f-left {
    width: 50%;
}
#top .ekisu-block .f-right {
    width: 50%;
}
#top .ekisu-block .box01 {
    padding: 40px;
}
#top .ekisu-block .text01 {
    color: #54ac2b;
    font-size: 2.8rem;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px){
#top .ekisu-block h2 {
    font-size: 3.4rem;
}
#top .ekisu-block .box01 {
    padding: 20px;
}
#top .ekisu-block .f-left {
    width: 100%;
}
#top .ekisu-block .f-right {
    width: 100%;
}
#top .ekisu-block .text01 {
    font-size: 2.2rem;
}
}
@media (max-width: 480px){
#top .ekisu-block {
    padding: 40px 20px;
}
#top .ekisu-block-inner {
    padding: 50px 0 40px;
}
#top .ekisu-block .sub img {
    width: 100%;
}
}



/* nyuusankin-block */
#top .nyuusankin-block {
    padding: 60px 20px;
}
#top .nyuusankin-block-inner {
    background: #ccec22;
    padding: 80px 0 50px;
}
#top .nyuusankin-block .sub {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
#top .nyuusankin-block .sub img {
    width: 480px;
    margin: 0 auto;
}
#top .nyuusankin-block h2 {
    font-size: 6.4rem;
    font-weight: bold;
    margin-bottom: 50px;
}
#top .nyuusankin-block .f-left {
    width: 50%;
}
#top .nyuusankin-block .f-right {
    width: 50%;
}
#top .nyuusankin-block .box01 {
    padding: 40px;
}
#top .nyuusankin-block .text01 {
    font-size: 2.8rem;
    border-bottom: solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px){
#top .nyuusankin-block h2 {
    font-size: 3.4rem;
}
#top .nyuusankin-block .box01 {
    padding: 20px;
}
#top .nyuusankin-block .f-left {
    width: 100%;
}
#top .nyuusankin-block .f-right {
    width: 100%;
}
#top .nyuusankin-block .text01 {
    font-size: 2.2rem;
}
}
@media (max-width: 480px){
#top .nyuusankin-block {
    padding: 40px 20px;
}
#top .nyuusankin-block-inner {
    padding: 50px 0 40px;
}
#top .nyuusankin-block .sub img {
    width: 100%;
}
}


/* nogusa-block */
#top .nogusa-block {
    color: #fff;
    padding: 60px 20px;
}
#top .nogusa-block-inner {
    background: #00712f;
    padding: 80px 0 50px;
}
#top .nogusa-block .sub {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
#top .nogusa-block .sub img {
    width: 480px;
    margin: 0 auto;
}
#top .nogusa-block h2 {
    font-size: 6.4rem;
    font-weight: bold;
    margin-bottom: 50px;
}
#top .nogusa-block h2 span {
    font-size: 5rem;
}
#top .nogusa-block .f-left {
    width: 50%;
}
#top .nogusa-block .f-right {
    width: 50%;
}
#top .nogusa-block .box01 {
    padding: 40px;
}
#top .nogusa-block .text01 {
    font-size: 2.8rem;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px){
#top .nogusa-block h2 {
    font-size: 3.2rem;
}
#top .nogusa-block h2 span {
    font-size: 3rem;
}
#top .nogusa-block .box01 {
    padding: 20px;
}
#top .nogusa-block .f-left {
    width: 100%;
}
#top .nogusa-block .f-right {
    width: 100%;
}
#top .nogusa-block .text01 {
    font-size: 2.2rem;
}
}
@media (max-width: 480px){
#top .nogusa-block {
    padding: 40px 20px;
}
#top .nogusa-block-inner {
    padding: 50px 0 40px;
}
#top .nogusa-block .sub img {
    width: 100%;
}
}


/* movie-block */
.movie-block {
    background: #000 url("images/movie-bg01.jpg") top left no-repeat;
    background-size: 100% auto;
    padding: 80px 0;
}
.movie-block-inner {
    color: #fff;
    width: 768px;
    margin: 0 auto;
}
.movie-block h2 {
    margin-bottom: 50px;
}
.movie-block h2 img {
    max-width: 667px;
    height: auto;
}
.movie-block .item-box {
    margin: 0 0 50px;
}
.movie-block .item-box video {
    width: 100%;
}

@media (max-width: 768px){
.movie-block {
    padding: 40px 0;
}
.movie-block-inner {
    width: 100%;
    padding: 0 20px;
}
}
@media (max-width: 667px){
.movie-block h2 img {
    max-width: 100%;
}
}


/* bousai-block */
.bousai-block {
    padding: 80px 0;
}
.bousai-block h2 {
    margin-bottom: 50px;
}
.bousai-block h2 img {
    max-width: 818px;
    height: auto;
}
.bousai-block .text01 {
    margin-top: 50px;
}
.bousai-block .text01 span {
    color: #4abc35;
}

@media (max-width: 818px){
.bousai-block h2 img {
    max-width: 100%;
}
}


/* contact-block */
#top .contact-block {
    background: url(images/contact-bg01.png) top center no-repeat;
    background-size: 100% auto;
    padding: 120px 20px 80px;
}
#top .contact-block-inner {
    background: #fff;
    padding: 120px 20px;
}
#top .contact-block h2 {
    margin-bottom: 30px;
}
#top .contact-block h2 img {
    width: 710px;
    margin: 0 auto;
}
#top .contact-block .taCenter img {
    width: 510px;
    margin: 0 auto;
}
#top .contact-block .price {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin: 50px 0 30px;
}

@media (max-width: 768px){
#top .contact-block-inner {
    padding: 60px 20px;
}
}
@media (max-width: 480px){
#top .contact-block {
    padding: 60px 20px;
}
#top .contact-block .taCenter img {
    width: 230px;
}
}

/* footer */
#footer {
    color: #fff;
    background: #000;
    padding: 60px 20px;
}






