@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #0d0d0d;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation: fadeIn 1s ease 0s 1 normal;
	background-color:#ffffff;
}
.pagebody {
	background-color:#fdf9ee;
	
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a {
	color: #0d0d0d;
	text-decoration:none;
	margin:0;
	padding:0; 
}
a:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
img {  
	max-width: 100%;  
	height: auto; 
	border: none;
	margin:0;
	padding:0;
	vertical-align:bottom;
}  
li {
	list-style:none;
}
ul {
	margin:0;
	padding:0; 
}
div, h1, h2, h3, h4, ol, ul, li, p, dl, dt, form, span {
	margin:0;
	padding:0;
}
p {
	text-align: justify;
	line-height:1.8em;
}　
/*　マウスオーバー半透明  */
.push:hover {
	filter: alpha(opacity=70);
	 -moz-opacity:0.70;
 	opacity:0.70;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*　フェードアニメーション  */
.fade-in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.fade-in.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.button-area {
	text-align: center;
	padding: 30px 0;
}
.linkbutton {
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	color: #ffffff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 18px;
}
.linkbutton:hover {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}
@media screen and (max-width:640px){
.linkbutton {
	padding: 10px 30px;
	font-size: 15px;
}
}
/*リンクメニュー*/
.link-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    -webkit-align-items: center;
	padding: 30px 0;
}
.link-list > .button-link {
	padding: 10px 20px;
}
.link-list > .button-link p {
	text-align: center;
	padding-bottom: 10px;
}

.button-red {
	background-color: #ff6655;
}
.button-yel {
	background-color: #ffb400;
}
.button-blue {
	background-color: #3eace2;
}
.link-list > .button-link p.red {
	color: #ff6655;
}
.link-list > .button-link p.yel {
	color: #ffb400;
}
.link-list > .button-link p.blue {
	color: #3eace2;
}

.linkbutton_haba {
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	color: #ffffff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 18px;
	width: 10em;
}
.linkbutton_haba:hover {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}
img.maru {
	border-radius: 20px;
}
/* =================================== */
/*　ヘッダーナビ  */
/* =================================== */
#navmenu {
	background-color:#ffffff;
	height:120px;
	position:relative;
}
@media screen and (max-width:640px){
#navmenu {
	height:90px;
}
}
#navmenu .menu-sns {
	position:absolute;
	top: 50%;
    right: 120px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#navmenu .menu-sns ul li {
	float:left;
	padding-right:15px;
}
#navmenu .menu-sns ul li img {
	width:40px;
}
@media screen and (max-width:640px){
#navmenu .menu-sns {
	display:none;
}
}
#navmenu .menu-logo {
	width: 250px;
	position:absolute;
	top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width:760px){
#navmenu .menu-logo .logo {
	width:190px;
	padding:5px 0;
}
#navmenu .menu-logo {
	width: 150px;
    left: 20px;
}
}
#navmenu .header-banner {
	text-align: center;
  display: inline-block;
  padding: 10px 40px;
  background-color: #3eace2;
	color: #ffffff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.icon-ig {
  display: inline-block;
  vertical-align: middle;
}
.icon-ig::before {
  width: 25px;
  height: 25px;
  background-image: url("../img/icon_ig.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-right: 15px;
}
.ig-link {
	line-height: 1.2em;
}

/*menu*/
#navmenu .menu{
    height: 40px;
    /*position: absolute;*/
    right: 40px;
    top: 40px;
    width: 50px;
    z-index: 99;
	position:fixed;
}
@media screen and (max-width:640px){
#navmenu .menu{
    height: 30px;
    /*position: absolute;*/
    right: 20px;
    top: 30px;
    width: 40px;
    z-index: 99;
	position:fixed;
}
}
#navmenu .menu:hover{
	cursor:pointer;
	opacity:0.7;
}
#navmenu .gnav__menu li:before{
  content: '\025b6';
  color: #ff6655;
  font-size:7px;
  vertical-align:middle;
  margin-right:10px;
}
#navmenu .gnav__menu li.gnav_menulist_title:before{
  content: '';
  margin-right:0;
}

.menu__line{
    background: #0d0d0d;
    display: block;
    height: 5px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 17px;
}
@media screen and (max-width:640px){
.menu__line--center{
    top: 12px;
}
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 17px;
    transform: rotate(45deg);
	background: #ffffff;
}
@media screen and (max-width:640px){
.menu__line--top.active{
    top: 8px;
}
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 17px;
    transform: rotate(135deg);
	background: #ffffff;
}
/*gnav*/
.gnav{
    background: rgba(13,13,13,0.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
#gnav-contents {
	padding:100px 20px 10px 20px;
	width:1000px;
}
#gnav-contents .gnav_menulist{
    margin: 10px 0;
}
#gnav-contents .gnav_menulist a{
    text-decoration: none;
    transition: .3s;
}
#gnav-contents .gnav_menulist a:hover{
	color: #ff6655;
}
@media screen and (max-width:640px){
#gnav-contents .header-menulist_last {
	padding:10px 20px;
}
}
/*検索*/
#gnav-contents .serch {
	text-align:center;
	padding:50px 0 20px 0;
}
#gnav-contents .searchfield {	
  font-size: 18px;
  line-height:18px;
  padding: 10px 20px;
  background-color:#ffffff;
  border:1px solid #111111;
	border-radius: 100px 0 0 100px;
  vertical-align:bottom;  
  height:40px;
  box-sizing:border-box;
	
}	
#gnav-contents .searchsubmit {
  line-height:18px;
  height:40px;
  width:60px;
	border-radius: 0 100px 100px 0;
  cursor: pointer;	
  border: none;
  vertical-align:bottom;  
  display:inline-block;
  background: url(../img/icon-search.png) no-repeat 0 0 ,#ff6655;
}	
#gnav-contents .searchsubmit:hover {	
  opacity: .8;	
}
/*SNS*/
#gnav-contents .sns {
	padding:10px 0;
	color:#ffffff;
}
#gnav-contents .sns ul {
	text-align:center;
}
#gnav-contents .sns ul li {
	display:inline-block;
	padding:5px 15px;
}
#gnav-contents .sns ul li img {
	width:50px;
}
@media screen and (max-width:640px){
#gnav-contents .sns {
	display:none;
}
#gnav-contents {
	padding:100px 10px 10px 10px;
	font-size:15px;
}
#gnav-contents .gnav_menulist{
    margin: 3px 0;
}
#gnav-contents .gnav_menulist_title{
	padding:5px;
}
#gnav-contents .serch {
	text-align:center;
	padding:10px 0 10px 0;
}
}

#gnav-menu {
	background-color: #ffffff;
	padding: 50px;
	border-radius: 20px;
}
#gnav-menu .snsbanner {
      text-align: center;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 100px;
      width: 150px;
      font-weight: 500;
      font-size: 16px;
}
@media screen and (max-width:640px){
#gnav-menu {
	padding: 10px;
}
}

/* =================================== */
/*　トップページ  */
/* =================================== */

/* ----------------------------------- */
/*　共通  */
/* ----------------------------------- */
#index-contents {
	clear: both;
}
.indexcontents {
	max-width: 1100px;
	margin:0 auto;
	padding:30px 10px;
}
.contents {
	max-width: 1100px;
	margin:0 auto;
	padding:50px 10px;
}
@media screen and (max-width:640px){
.indexcontents {
	padding:30px 20px;
}
.contents {
	padding:30px 10px;
}
}
#index-contents h2 {
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
	font-size:35px;
	font-size:3.5rem;
	text-align:center;
	padding:50px 10px 10px 10px;
	margin:0;
}
@media screen and (max-width:760px){
#index-contents h2 {
	font-size:20px;
	font-size:2.0rem;
}
}
#index-contents h3 {
	font-size:20px;
	font-size:2.0rem;
	padding-bottom:10px;
	font-weight:500;
}
@media screen and (max-width:760px){
#index-contents h3 {
	font-size:18px;
	font-size:1.8rem;
}
}
.pagelist-link {
	text-align:center;
	padding:10px 0;
}
#index-contents a.list-link ,
#page-contents a.list-link ,
a.list-link {
	padding:10px;
	box-sizing:border-box;
	border:1px solid #45331a;
	font-size:16px;
	display:inline-block;
	text-align:center;
	width:200px;
	color:#0d0d0d;
}
#index-contents a.list-link:hover ,
#page-contents a.list-link:hover ,
a.list-link:hover {
	background-color:#0d0d0d;
	color:#ffffff;
}
#index-contents ul.top-catlink {
	text-align:center;
	padding-top:30px;
}
#index-contents ul.top-catlink li {
	display:inline-block;
	padding:5px 10px;
}
/*　エントリー  */
#index-contents .top-entry-cat {
	font-size:12px;
	color:#b3b3b3;
}
#index-contents .top-entry-name {
	color:#ffffff;
	padding:2px 10px;
	display:inline-block;
	line-height:20px;
	vertical-align:middle;
	font-size:12px;
}
*#index-contents .top-entry_red {
	background-color:#ff6655;
}
#index-contents .top-entry_yel {
	background-color:#ffb400;
}
#index-contents .top-entry_blue {
	background-color:#3eace2;
}
@media screen and (max-width:760px){
#index-contents .top-entry-name {
	padding:3px 10px;
	font-size:12px;
}
}
#index-contents .paidtag_s {
	padding:10px 10px 0 10px;
}
@media screen and (min-width:900px){
#index-contents .paidtag_s {
	display:none;
}
}
@media screen and (max-width:900px){
#index-contents .paidtag_l {
	display:none;
}
}
#index-contents .top-entry-new {
	background-color:#FFF000;
	color:#333333;
	padding:5px;
	display:inline-block;
	vertical-align:middle;
	width: 4em;
	text-align: center;
	line-height: 1em;
	margin-bottom: 3px;
	font-size:13px;
	font-weight:500;
}
#index-contents .top-entry-event {
	background-color:#FFA634;
	color:#333333;
	padding:5px;
	display:inline-block;
	vertical-align:middle;
	line-height: 1em;
	margin-bottom: 3px;
	font-size:13px;
	font-weight:500;
}
#index-contents .top-entry-imgarea {
	display:block;
	box-sizing:border-box;
}
#index-contents .top-entry-imgarea img {
	border-radius: 20px;
}
#index-contents .top-entry-titlearea {
	display:block;
	padding:20px 0 0 0;
	box-sizing:border-box;
}

#index-contents .top-entry-paidarea {
	display:block;
}
#index-contents .top-entry-day {
	display:block;
	font-size:14px;
	padding:5px 0;
}
#index-contents .top-storename {
	font-size: 12px;
	color:#8f8576;
	border: 1px solid #8f8576;
    padding: 1px 5px;
    display: inline-block;
}
#index-contents .top-entry-title {
	clear:both;
	display:block;
	font-size:20px;
	padding-top:5px;
	font-weight:500;
	line-height:1.4em;
}
@media screen and (max-width:760px){
#index-contents .top-entry-title {
	font-size:16px;
}
}
/*　マウスオーバー半透明  */
.opacity:hover {
	filter: alpha(opacity=70);
	 -moz-opacity:0.70;
 	opacity:0.70;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*　マウスオーバー線囲み  */
.linkthumb a {
	position: relative;
	width: 100%; height: 100%;
	display:block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 20px;

}
.linkthumb a:hover::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;  
	
	cursor:pointer;
}
.linkthumb a:hover img {
	transform:scale(1.1,1.1);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.linkthumb {
	display:block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.linkname {
	padding:0;
	margin:0;
	height:25px;
}
/*写真比率固定*/
#index-contents .aspect-out {
	position: relative;
	width: 100%;
	overflow:hidden;
	border-radius: 20px;
	}
#index-contents .aspect-out:before {
	content:"";
	display: block;
	padding-top: 66%;/*3:2比率*/
	}
#index-contents .aspect-in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
}


/* ----------------------------------- */
/*　アイコンメニュー  */
/* ----------------------------------- */
#top-menu {
	padding-top:300px;
	overflow:hidden;
	background-image: url("../img/topback.jpg");
	background-size: cover;
	background-position: bottom;
}
#top-menu .top-list {
	background: linear-gradient(180deg, transparent 0%, transparent 50%, #fdf9ee 50%, #fdf9ee 100%);
	padding-bottom: 50px;
}

#top-menu .top-menu_icon {
	max-width:1000px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 auto;
}
#top-menu .menu-small {
	width:30%;
}
#top-menu .menu-small a {
	display:block;
	position:relative;
	
}
#top-menu .menu-small img {
	transition: 0.5s ;
	border-radius: 20px;
}
#top-menu .menu-small a:hover img {
	
}
#top-menu .menu-small a:hover .menu-title {
	padding: 30px 0;
}
#top-menu .menu-title {
	position:absolute;
	bottom:0;
	left:0;
	color:#ffffff;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	text-align:center;
	font-size:18px;
		font-size:1.8rem;
		transition: 0.5s ;
	font-weight: 500;
	border-radius: 0 0 20px 20px;
}
#top-menu .menu-red {
	background-color:#ff6655;
}
#top-menu .menu-yellow {
	background-color:#ffb400;
}
#top-menu .menu-blue {
	background-color:#3eace2;
}
@media screen and (max-width:1000px){
#top-menu .menu-title {
	font-size:15px;
	font-size:1.5rem;
}
}
@media screen and (max-width:760px){
#top-menu .menu-small a {
	padding-bottom: 20px;
	
}
#top-menu {
	padding-top:100px;
}
#top-menu .top-menu_icon {
	width:100%;
}
#top-menu .top-list {
	padding: 0 10px;
}
#top-menu .menu-title {
	padding: 10px;
}
}
@media screen and (max-width:480px){
#top-menu .menu-title {
	font-size:12px;
	font-size:1.2rem;
	padding: 10px 5px;
}
}

/* ----------------------------------- */
/*　Appバナー  */
/* ----------------------------------- */
#app-banner {
	background-color:#ffffff;
	text-align:center;
}
#app-banner .banner_wrap {
	max-width: 1000px;
  margin: 0 auto;
  padding: 30px 10px;
}
#app-banner .top-banner {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#app-banner .top-banner li {
	width: 33.33333333%;
  padding: 10px;
  box-sizing: border-box;
}
#app-banner .top-banner li img {
	width: 100%;
}
@media screen and (max-width:760px){
#app-banner .top-banner li {
	width: 100%;
}
}


/* ----------------------------------- */
/*　あしたのそらプロジェクト  */
/* ----------------------------------- */
#top-about {
	background-color: #fdf9ee;
	padding-bottom: 50px;
}
#top-about p.about-text {
	text-align: center;
}
#top-about .about-image {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

/* ----------------------------------- */
/*　新着情報  */
/* ----------------------------------- */
#top-news {
	padding-bottom: 50px;
}


/*　記事一覧  */
#top-town .top-entry-list ,
#top-news .top-entry-list {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
@media screen and (max-width:760px){
#top-town .top-entry-list ,
#top-news .top-entry-list {
	width: 50%;
}
}
@media screen and (max-width:480px){
#top-town .top-entry-list ,
#top-news .top-entry-list {
	width: 100%;
}
}
#top-town .top-entry-link ,
#top-news .top-entry-link {
	padding: 15px;
}
#top-town .top-entry-list a ,
#top-news .top-entry-list a {
	display:block;
	overflow:hidden;
  table-layout: fixed;
}
/*タグリスト*/
#top-town .tag-list {
	padding: 30px;
	text-align: center;
}
#top-town .tag-list > .tags a {
	color: #ff6655;
	display: inline-block;
	background-color: #ffffff;
	padding: 5px 15px;
	margin: 2px 5px;
	border-radius: 20px;
	border: 1px solid #fdf9ee;
}
#top-town .tag-list > .tags a:hover {
	border-color: #ff6655;
}
@media screen and (max-width:760px){
#top-town .tag-list > .tags a ,
#top-town .top-entry-tags >.tags a {
	display: inline-block;
	padding: 3px 10px;
	margin: 2px 3px;
	font-size: 14px;
}
}
#top-town .top-entry-tags {
	margin-top: 15px;
	text-align: left;
}
#top-town .tags {
	display: inline-flex;
}
#top-town .top-entry-tags >.tags a {
	color: #ff6655;
	display: inline-block;
	background-color: #ffffff;
	padding: 5px 15px;
	margin: 2px 5px;
	border-radius: 20px;
	border: 1px solid #fdf9ee;
	font-size: 12px;
	white-space: nowrap;
}
#top-town .top-entry-tags > .tags a:hover {
	border-color: #ff6655;
}
/* ----------------------------------- */
/*　プロジェクトメンバー募集  */
/* ----------------------------------- */
#top-project {
	background-color: #fdf9ee;
}
#top-project .project-text {
	padding: 0 50px 20px 0;
}
@media screen and (max-width:760px){
#top-project .project-text {
	padding: 0 0 20px 0;
}
	}
/* ----------------------------------- */
/*　流れ  */
/* ----------------------------------- */
.koukoku-list {
	display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 50px;
}
.koukoku-wrap {
	width: 31%;
	background-color: #fdf9ee;
}
@media screen and (max-width:760px){
.koukoku-list {
	display: block;
	}
.koukoku-wrap {
	margin: 50px auto 0 auto;
	width: 80%;
}
}
.koukoku {
	position: relative;
	text-align: center;
	padding: 50px 30px 10px 30px;
}
.koukoku-num {
	position: absolute;
	top: -40px;
	left: 50%;
  transform: translateX(-50%);
}
.koukoku-list p {
	text-align: center;
	font-weight: 500;
	font-size:20px;
}
.koukoku-list p.flow_red {
	color: #ff6655;
}
.koukoku-list p.flow_blue {
	color: #3eace2;
}
@media screen and (min-width:761px) and ( max-width:1100px) {
.koukoku {
	padding: 50px 10px 10px 10px;
}
.koukoku-list p {
	font-size:16px;
}
.linkbutton {
	font-size:16px;
	width: auto;
}
}
@media screen and (max-width: 760px) {
.koukoku-list p {
	font-size:16px;
}
}
/* ----------------------------------- */
/*　SNS  */
/* ----------------------------------- */
#top-sns {
	background-color:#ffffff;
}
/*見出し*/
#top-sns h3 {
	font-size:25px;
	text-align:center;
}
#top-sns .title-ig:before {
	content: '';
	background-image:url(../img/store-insta.png);
	background-size: contain;
	display: inline-block;
	width: 30px;
	height:30px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}
#top-sns .title-fb:before {
	content: '';
	background-image:url(../img/store-fb.png);
	background-size: contain;
	display: inline-block;
	width: 30px;
	height:30px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

/*　instagram  */
#top-sns .sns-ig {
	padding-top:50px;
}
#insta-list {
	text-align:center;
}
#insta-list li {
	display:inline-block;
	width:33.33333%;
	padding:5px;
	box-sizing:border-box;
}
@media screen and (max-width:760px){
#insta-list li {
	width:33.33333%;
}
}
@media screen and (max-width:480px){
#insta-list li {
	width:50%;
}
}
@media screen and (max-width:480px){
#insta-list li:nth-child(7) ,
#insta-list li:nth-child(8) ,
#insta-list li:nth-child(9) {
	display:none;
}
}
#insta-list .trim-wrap{
  position:relative;
  width:100%;
  height:0;
  padding-bottom:100%;/* 幅に対する縦のサイズ */
  overflow:hidden;
  background-color:#ffffff;
  display: block;
}
#insta-list .trim-wrap img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width:100%;/* 横向き16:9の画像が表示エリア一杯になるように指定 */
  max-height:initial;
}
/*　facebook  */
#top-sns .sns-fb {
	padding-top:50px;
}
@media screen and (max-width: 767px) {
#fbplugin {
	width: 100%;
	max-width: 300px;
}
}
@media screen and (min-width: 768px) {
#fbplugin {
	width: 100%;
	max-width: 500px;
}
}
/* =================================== */
/*　フッター  */
/* =================================== */
#footer-wrapper {
	background:#fdf9ee url("../img/footer-bg_top.png") no-repeat top center;
	background-size: contain;

}
#footer_page-wrapper {
	background:#ffffff url("../img/footer-bg_page.png") no-repeat top center;
	background-size: contain;
}
#footer {
	max-width: 1200px;
	margin: 0 auto;
	padding-top:70px;
	clear: both;
	font-size: 14px;
}
@media screen and (max-width:760px){
#footer .footer-item {
	padding-bottom:20px;
}
}
@media screen and (max-width:760px){
#footer .footer-menu {
	display:none;
}
}
#footer .footer-catlist {
	text-align: center;
}
#footer .footer-catlist li {
	display: inline-block;
	padding: 10px 20px;
}
@media screen and (max-width:760px){
#footer .footer-catlist {
	width: auto;
}
}
#footer .footer-catlist li a {
	color:#0d0d0d;
}
#footer .footer-catlist li a:hover {
	color:#ff6655;
}
#footer .footer-catlist li {
	padding-bottom:3px;
}
#footer .footer-catlist li:before{
  content: '\025b6';
  color: #ff6655;
  font-size:5px;
  vertical-align:middle;
  margin-right:5px;
}
#footer li.footer-menutitle:before {
	content: '';
}
#footer a:hover{
	text-decoration:none;
}
#footer .footer-title a,
#footer .footer-title p {
	text-align:center;
	display: block;	
}
#footer .footer-title p {
	padding-top: 30px;
}
#footer .footer-title img{
	width: 210px;
}
#footer .footer-icon {
	text-align:center;
	padding: 20px 0;
}
#footer .footer-icon li {
	display:inline-block;
	padding:5px 10px;
}
#footer .snsbanner {
      text-align: center;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 100px;
      width: 150px;
      font-weight: 500;
      font-size: 16px;
}
#footer .snsbanner:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}
@media screen and (max-width:480px){
#footer .snsbanner {
      padding: 10px 10px;
      width: 120px;
      font-size: 14px;
}
}
.sns-fb {
      color: #ffffff;
      background-color: #4553b1;
}
.sns-insta {
      color: #ffffff;
      background-color: #cd3d6a;
}
.sns-you {
      color: #ffffff;
      background-color: #FF0004;
}
.sns-tt {
      color: #111111;
      background-color: #ffffff;border: 1px solid #111111;
}
#footer .footer-menu {
}
@media screen and (max-width:760px){
#footer .footer-menu {
flex-wrap: wrap;
}
#footer .footer-menu > .menu-list {
	width: 50%;
}
}
#footer .copy-area {
	text-align:center;
	padding: 20px 0 10px 0;
	clear:both;
}
#footer .copyright {
	font-size: 11px;
	font-size: 1.1rem;
	display:inline-block;
	padding: 0 20px;
}
@media screen and (max-width:760px){
#footer .copyright {
	display:block;
	text-align:center;
	font-size: 9px;
	font-size: 0.9rem;
}
}


/*　トップへ戻るスクロール  */
#topscroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
} 
#topscroll-btn{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
	padding:8px;
	border-radius:5px;
}
#topscroll-btn:hover{ 
    background: ;
    transform: translateY(-10px);
}
#topscroll:hover{
    background: #fff;
}

/*wpエディター*/
.wp-block * {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
}
.wp-block[data-type="core/freeform"] .mce-btn i {
	font-family: dashicons !important;
}
