@charset "UTF-8";
/* ---------------------------------------- library
---------------------------------------- */
@import url(bootstrap.min.css);
@import url(normalize.css);
@import url(/fonts/top_page/font-awesome/font-awesome.min.css);
@import url(animate.css);
@import url(owl/owl.transitions.css);
/* =========== style.scss ======= */
@import url(assist.css);
/* ---------------------------------------- font-icon
---------------------------------------- */
/* ---------------------------------------- colors
---------------------------------------- */
/* ---------------------------------------- @extend-elements
---------------------------------------- */
/* ---------------------------------------- base
---------------------------------------- */
body { background: #ffffff; font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif; font-size: 16px; line-height: 22px; box-sizing: border-box; overflow-x: hidden; }

a { color: #ee5877; text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #f5a0b1; text-decoration: none; }
a:focus { outline: none; }

img { max-width: 100%; }

blockquote { border: none; }

/* ---------------------------------------- override bootstarp
---------------------------------------- */
@media (min-width: 768px) { .container { width: 750px; max-width: 960px; box-sizing: border-box; } }
@media (min-width: 992px) { .container { width: 100%; max-width: 960px; box-sizing: border-box; } }
.row { padding-bottom: 0; }
.row .content { margin: 0 auto; width: 365px; text-align: center; }
@media (max-width: 768px) { .row .content { display: block; width: auto; padding-right: 10px; padding-left: 10px; } }
@media (max-width: 768px) { .row > div { padding-bottom: 50px; }
  .row > div:last-child { padding-bottom: 0; } }

/* ---------------------------------------- parts
---------------------------------------- */
.section-title { text-align: center; text-transform: uppercase; font-size: 50px; font-weight: 700; padding: 48px 20px; }

.btn { cursor: pointer; padding: 10px 16px; display: inline-block; margin: 10px 20px; outline: none; position: relative; transition: all 0.3s ease; }

.btn-border { border: 2px solid #86BD00; color: #86BD00; overflow: hidden; font-size: 16px; line-height: 22px; font-weight: 300; }
.btn-border:hover { color: #ffffff; background: #86BD00; }
.btn-border:active { color: #ffffff; background: #86BD00; }

.btn-common { background: #86BD00; }
.btn-common:hover { color: #ffffff; background: #004000; }

#header {  position:relative;  z-index: 1; background-image: url(/img/top_page/line_01.png),url(/img/top_page/decobg_03.png);
		background-size: 65px,1230px;
		background-repeat: repeat-x,repeat-x;
		background-position: top,bottom; margin:0 auto; padding:40px 0 120px ; }

/* ---------------------------------------- 飛行機のアニメーション
---------------------------------------- */
#header .airplane { position: absolute; width:100%; height:300px; background-image: url(/img/top_page/airplane.png); background-size: 78px; background-repeat:no-repeat;  margin:10px auto;
					animation: airplane 30s linear infinite;
					-webkit-animation: airplane 30s linear infinite;
					-moz-animation: airplane 30s linear infinite;
					-ms-animation: airplane 30s linear infinite;
					-o-animation: airplane 30s linear infinite;}
@keyframes airplane {
	0% {background-position: 100% 20%;}
	25% {background-position: 75% 20%;}
	50% {background-position: 50% 20%;}
	75% {background-position: 25% 20%;}
	100% {background-position: 0% 20%;}
}
@-webkit-keyframes airplane {
	0% {background-position: 100% 20%;}
	25% {background-position: 75% 20%;}
	50% {background-position: 50% 20%;}
	75% {background-position: 25% 20%;}
	100% {background-position: 0% 20%;}
}
@-moz-keyframes airplane {
	0% {background-position: 100% 20%;}
	25% {background-position: 75% 20%;}
	50% {background-position: 50% 20%;}
	75% {background-position: 25% 20%;}
	100% {background-position: 0% 20%;}
}
@-ms-keyframes airplane {
	0% {background-position: 100% 20%;}
	25% {background-position: 75% 20%;}
	50% {background-position: 50% 20%;}
	75% {background-position: 25% 20%;}
	100% {background-position: 0% 20%;}
}
@-o-keyframes airplane {
	0% {background-position: 100% 20%;}
	25% {background-position: 75% 20%;}
	50% {background-position: 50% 20%;}
	75% {background-position: 25% 20%;}
	100% {background-position: 0% 20%;}
}


/* ---------------------------------------- 雲のアニメーション
---------------------------------------- */
#header .cloud1 { position: absolute; width:100%; height:200px; background-image: url(/img/top_page/cloud_01.png); background-size: 64px; background-repeat:no-repeat;  margin:0px auto;
					animation: vertical1 3s ease-in-out infinite alternate;
					-webkit-animation: vertical1 3s ease-in-out infinite alternate;
					-moz-animation: vertical1 3s ease-in-out infinite alternate;
					-ms-animation: vertical1 3s ease-in-out infinite alternate;
					-o-animation: vertical1 3s ease-in-out infinite alternate;   }
@keyframes vertical1 {
    0% { background-position:50% 20%; }
  100% { background-position:50% 10%; }
}

@-webkit-keyframes vertical1 {
    0% { background-position:50% 20%; }
  100% { background-position:50% 10%; }
}

@-moz-keyframes vertical1 {
    0% { background-position:50% 20%; }
  100% { background-position:50% 10%; }
}

@-ms-keyframes vertical1 {
    0% { background-position:50% 20%; }
  100% { background-position:50% 10%; }
}

@-o-keyframes vertical1 {
    0% { background-position:50% 20%; }
  100% { background-position:50% 10%; }
}

#header .cloud2 { position: absolute; width:100%; height:300px; background-image: url(/img/top_page/cloud_02.png); background-size: 64px; background-repeat:no-repeat;  margin:10px auto;
					animation: vertical2 2s ease-in-out infinite alternate;
					-webkit-animation: vertical2 2s ease-in-out infinite alternate;
					-moz-animation: vertical2 2s ease-in-out infinite alternate;
					-ms-animation: vertical2 2s ease-in-out infinite alternate;
					-o-animation: vertical2 2s ease-in-out infinite alternate; }
@keyframes vertical2 {
    0% { background-position:15% 55%; }
  100% { background-position:15% 40%; }
}

@-webkit-keyframes vertical2 {
    0% { background-position:15% 55%; }
  100% { background-position:15% 40%; }
}

@-moz-keyframes vertical2 {
    0% { background-position:15% 55%; }
  100% { background-position:15% 40%; }
}

@-ms-keyframes vertical2 {
    0% { background-position:15% 55%; }
  100% { background-position:15% 40%; }
}

@-o-keyframes vertical2 {
    0% { background-position:15% 55%; }
  100% { background-position:15% 40%; }
}

#header .cloud3 { position: absolute; width:100%; height:300px; background-image: url(/img/top_page/cloud_03.png); background-size: 64px; background-repeat:no-repeat;  margin:10px auto;
					animation: vertical3 1s ease-in-out infinite alternate;
					-webkit-animation: vertical3 1s ease-in-out infinite alternate;
					-moz-animation: vertical3 1s ease-in-out infinite alternate;
					-ms-animation: vertical3 1s ease-in-out infinite alternate;
					-o-animation: vertical3 1s ease-in-out infinite alternate;}

@keyframes vertical3 {
    0% { background-position:90% 35%; }
  100% { background-position:90% 30%; }
}

@-webkit-keyframes vertical3 {
    0% { background-position:90% 35%; }
  100% { background-position:90% 30%; }
}

@-moz-keyframes vertical3 {
   0% { background-position:90% 35%; }
  100% { background-position:90% 30%; }
}

@-ms-keyframes vertical3 {
   0% { background-position:90% 35%; }
  100% { background-position:90% 30%; }
}

@-o-keyframes vertical3 {
   0% { background-position:90% 35%; }
  100% { background-position:90% 30%; }
}

#header .container { padding: 60px 15px 50px; }
#header .container .left, #header .container .right { width: 50%; text-align: center; }
#header h1 { width:100%; margin-top: 131px; margin-bottom: 48px; }
#header .logo { width: 388px; }
#header .preview-iphone { width: 263px; position:relative;  z-index: 2;}
#header .store-box{ width: 388px; margin: 0 auto;}
#header .store { width: 50%; float:left;}
#header a:hover{ opacity: 0.5 ;}
@media (max-width: 768px) { #header .row > div { padding-bottom: 20px; }
#header .airplane { position: absolute; width:0; height:0px; background-color: #fff; }
#header .cloud1 { position: absolute; width:0; height:0px; background-color: #fff; }
#header .cloud2 { position: absolute; width:0; height:0px; background-color: #fff; }
#header .cloud3 { position: absolute; width:0; height:0px; background-color: #fff; }
  #header .container { padding-top: 42px; }
  #header .container .left, #header .container .right { display: block; float: none; width: auto; }
  #header h1 { margin: 0 auto 0; }
  #header .logo { width: auto; max-width: 200px; }
  #header .preview-iphone { width: 50%;}
  #header .store-box{ width:auto; max-width: 350px; margin:0 auto;}
  #header .store { width: 50%; float:left;}
  #header .store img { width: 90%;}}


#service { background: #ffffff; color: #ee5877; padding: 50px 0; overflow: hidden; }
#service .container { padding: 50px 0; }
#service .container ol.row { margin-bottom: 0; padding: 0; }
.service-section .row .content { padding: 0 15px; width: 100%; }
@media (max-width: 768px) { .service-section .row .content { padding: 0 10px; width: 100%; } }
.service-section .row h2 { margin-top: 0; margin-bottom: 21px; text-align: center; font-weight: normal; font-size: 22px; line-height: 1.4; }
@media (max-width: 768px) { .service-section .row h2 br { display: none; } }
.service-section .row figure figcaption { display: none; }
.service-section ol > li { text-align: center; counter-increment: li; }
.service-section ol > li:before { content: counter(li); display: inline-block; margin: 0 auto 10px; padding-top: 46px; min-width: 46px; height: 0; overflow: hidden; text-align: center; font-size: 28px; line-height: 1; color: #86BD00; border-radius: 40px; border: 1px solid #ee5877; background-color: #ee5877; background-position: center center; background-repeat: no-repeat; -webkit-background-size: 26px 26px; background-size: 26px 26px; }
.service-section ol > li:nth-of-type(1):before, .service-section ol > li.point1:before { background-image: url(/img/top_page/num1.png); }
.service-section ol > li:nth-of-type(2):before, .service-section ol > li.point2:before { background-image: url(/img/top_page/num2.png); }
.service-section ol > li:nth-of-type(3):before, .service-section ol > li.point3:before { background-image: url(/img/top_page/num3.png); }
@media (max-width: 768px) { .service-section ol > li { margin-bottom: 40px; }
  .service-section ol > li figure, .service-section ol > li p { padding: 0 40px; } }
.service-section .ta-right { font-size: 14px; color: #333; }

#about { background: #f8f7f4; background-size: 175px auto; }
#about .container { padding: 50px 15px 40px; }

@media (max-width: 768px) { .about-section { padding-right: 15px; padding-left: 15px; } }
.about-section h2 { margin-bottom: 20px; padding: 0 0 20px; color: #ee5877; font-size: 20px; text-align: center; text-indent: 0.3em; letter-spacing: 0.3em; background-size: 102px auto; }
.about-section figcaption { display: none; }
.about-section .btn { padding: 0; width: 220px; height: 36px; font-size: 18px; text-align: center; line-height: 36px; color: #fff; background-color: #ee5877; border-radius: 18px; }
.about-section .btn:hover { width: 280px; background-color: #ee5877;  }
.about-section .side-right { padding-left: 20px; }
@media (max-width: 768px) { .about-section .side-right { padding-left: 0; } }
.about-section .wrap-news { width: 100%; height: 343px; overflow: auto; background-color: #ffffff; }
.about-section .wrap-news dl { margin: 0; }
.about-section .wrap-news dl dt { padding: 1em .5em .6em; font-size: 14px; font-weight: normal; line-height: 1; vertical-align: bottom; }
.about-section .wrap-news dl dt span { display: inline-block; padding: 0 .5em; margin-right: .8em; border-radius: 4px; text-align: center; text-transform: uppercase; font-size: 10px; line-height: 14px; color: #fff; vertical-align: bottom; }
.about-section .wrap-news dl dt span.info { background-color: #74bde8; }
.about-section .wrap-news dl dt span.media { background-color: #666666; }
.about-section .wrap-news dl dt span.update { background-color: #FF8B00; }
.about-section .wrap-news dl dt span.press { background-color: #CA6969; }
.about-section .wrap-news dl dd { padding: 0 .5em 1em; border-bottom: 1px solid #EFECE5; }
.about-section .wrap-news dl dd:last-child { margin-bottom: 0; }

#media { background: #EFECE5; background-size: 175px auto; }
#media .container { padding: 50px 0 40px; overflow: hidden; }

.media-section h2 { margin-bottom: 18px; text-align: center; font-size: 14px; font-weight: normal; color: #777; }

.link-media { margin-bottom: 45px; }
.link-media:last-child { margin-bottom: 0; }
.link-media ul { text-align: center; }
.link-media li { display: inline-block; margin: 18px 18px; }
.link-media li a:hover { opacity: .5; }

#footer { background: #fff; background-size: 175px auto; width: 100%; }
#footer .container { padding: 70px 0 10px; }
#store-2 a:hover{ opacity: 0.5 ;}
@media (max-width: 768px) { #footer .container { padding-right: 10px; padding-left: 10px; } }
#footer .content { *zoom: 1; padding: 0 15px; }
#footer .content:after { content: ""; display: table; clear: both; }
#footer .side-left { float: left; display: inline; }
#footer .side-left h2 { float: left; display: inline; margin: 0 39px 0 0; width: 120px; }
#footer .side-left #store-2 { float: left; display: inline; width: 160px; }
#footer .side-left #store-2 a { display: inline-block; margin-bottom: 14px; }
#footer .side-right { float: right; display: inline; width: 350px; height: 130px; }
#footer .side-right > div { background-color: #D0E967; }
@media (max-width: 768px) { #footer .row > div { padding-bottom: 30px; }
  #footer .content { float: none !important; display: block; width: 100%; }
  #footer .side-left { margin: 0 auto; padding: 0; width: 300px; }
  #footer .side-left h2 { margin-right: 20px; max-width: 100px; }
  #footer .side-left #store-2 { float: right; }
  #footer .side-right { margin: 0 auto; padding: 0; width: 300px; } }
#footer .row:first-child { margin-bottom: 40px; }
#footer .copyright { margin: 0; padding: 0; font-size: 18px; color: #999; }
#footer .copyright a { color: #999; text-decoration: none; }
#footer .copyright a:hover { color: #86BD00; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] { width: 100% !important; height: 100% !important; }

#facebook-box iframe { width: 100% !important; }

#footer-info h2 { margin-bottom: 27px; }

#footer-logo { width: 245px; }

#footer-nav { margin-bottom: 30px; }
#footer-nav li { margin-bottom: 1em; }
#footer-nav a { padding-bottom: 5px; border-bottom: 2px solid #fff; }
#footer-nav a:hover { border-bottom: 2px solid #bbb; }

.scroll-top { position: fixed; right: 30px; bottom: 30px; width: 45px; height: 45px; cursor: pointer; z-index: 9999; transition: all 0.2s linear; }
@media (max-width: 768px) { .scroll-top { right: 15px; bottom: 15px; } }
.scroll-top a { display: inline-block; width: 40px; height: 0; padding-top: 40px; overflow: hidden; border-radius: 20px; color: #bbb; background: rgba(255, 255, 255, 0.8); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); text-align: center; line-height: 2; }
.scroll-top a i { position: relative; top: -40px; font-size: 36px; }
.scroll-top a:hover { color: #ffffff; background: rgba(238, 88, 119, 0.8); }

/*▼▼▼▼▼10.12追加分▼▼▼▼▼*/
#curation .content{
	width: 100% !important;
	padding: 0;
}
#curation .content a img{
	width: 320px;
}
#curation .content a:hover{
	opacity: 0.5;
}

#footer-info #store-2{
	margin: 0 auto;
    max-width: 350px;
    width: auto;
  }
#footer-info .store{
	width: 175px;
}
#footer-info .store .appstore,
#footer-info .store .googleplay{
	width: 157.5px;
}
.google2 {
    margin-top: -7px;
}
#footer-nav{
	clear: both;
}

.footer-nav-top{
	margin-top: 125px;
}
/*▲▲▲▲▲10.12追加分▲▲▲▲▲*/

/*▼▼▼▼▼2.27追加分▼▼▼▼▼*/
@charset "UTF-8";

/* ---------------------------------------- library ---------------------------------------- */
@import url(bootstrap.min.css);
@import url(normalize.css);
@import url(/fonts/top_page/font-awesome/font-awesome.min.css);
@import url(animate.css);
@import url(owl/owl.transitions.css);
@import url(assist.css);

/* ---------------------------------------- base ---------------------------------------- */
body {
    background: #ffffff;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    color: #ee5877;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #f5a0b1;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

blockquote {
    border: none;
}

/* ---------------------------------------- Layout Adjustments ---------------------------------------- */
.container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
}

.row {
    padding-bottom: 0;
}

.row .content {
    margin: 0 auto;
    width: 365px;
    text-align: center;
}

@media (max-width: 768px) {
    .row .content {
        display: block;
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* ---------------------------------------- Header ---------------------------------------- */
#header {
    position: relative;
    z-index: 1;
    background-image: url(/img/top_page/line_01.png), url(/img/top_page/decobg_03.png);
    background-size: 65px, 1230px;
    background-repeat: repeat-x, repeat-x;
    background-position: top, bottom;
    margin: 0 auto;
    padding: 40px 0 120px;
}

.header {
    background-image: url(/img/top_page/line_01.png);
    background-size: 65px, 1230px;
    background-repeat: repeat-x, repeat-x;
    background-position: top, bottom;
    padding: 15px 0;
}

/* ---------------------------------------- List Section ---------------------------------------- */
div#list_lg .prefecture {
    width: 70px;
    text-align: right;
}

.municipality {
    text-align: left;
}

div#list_lg .footnote {
    margin-top: 50px;
    text-align: right;
}

div#list_lg h1 {
    padding: 20px 0;
    font-size: 24px;
    margin: 0;
}

div#list_lg h2 {
    font-size: 20px;
    border-bottom: 2px solid #aaa;
    border-left: 34px solid #aaa;
    padding-left: 10px;
}

/* ---------------------------------------- Table Styles ---------------------------------------- */
table {
    width: 100%;
}

th,
td {
    font-size: 14px;
    padding: 5px 5px;
    border-bottom: dotted #aaa 1px;
}

tbody td.prefecture {
    font-weight: bold;
}

/* ---------------------------------------- Links & Buttons ---------------------------------------- */
div#list_lg a {
    border: 1px solid #ee5877;
    color: #ee5877;
    display: inline-block;
    padding: 2px 2px;
    margin: 5px 5px;
    text-decoration: none;
    border-radius: 2px;
}

div#list_lg a:hover {
    background-color: #ee5877;
    color: #fff;
}

div#list_lg .navigation-list {
    margin: 20px 0;
    text-align: center;
}

div#list_lg .navigation-item {
    border: none;
    color: #666;
}

div#list_lg .navigation-item:before {
    content: '▼ ';
    color: #ee5877;
}

div#list_lg .navigation-item:hover {
    background-color: #ee5877;
}

div#list_lg .navigation-item:hover:before {
    color: #fff;
}

/* ---------------------------------------- Footer ---------------------------------------- */
#footer {
    background: #fff;
    width: 100%;
    background-image: none;
}

#footer .container {
    padding: 70px 0 10px;
}

@media (max-width: 768px) {
    #footer .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

#footer .content {
    padding: 0 15px;
}

#footer .side-left {
    float: left;
    display: inline;
}

#footer .side-left h2 {
    float: left;
    display: inline;
    margin: 0 39px 0 0;
    width: 120px;
}

#footer .copyright {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #999;
}

#footer .copyright a {
    color: #999;
}

#footer .copyright a:hover {
    color: #86BD00;
}

.store.google2 {
    display: inline-block;
}

#footer-nav {
    margin-top: 45px !important;
}

/* ---------------------------------------- Scroll Top ---------------------------------------- */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.2s linear;
}

@media (max-width: 768px) {
    .scroll-top {
        right: 15px;
        bottom: 15px;
    }
}

.scroll-top a {
    display: inline-block;
    width: 40px;
    padding-top: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #bbb;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 2;
}

.scroll-top a:hover {
    color: #ffffff;
    background: rgba(238, 88, 119, 0.8);
}
/*▲▲▲▲▲2.27追加分▲▲▲▲▲*/


@media (max-width: 768px) {
    .store.google {
        margin-top: -5px !important;
      }
}