@charset "utf-8";

/* ---------------------------------------------
 acms.css初期化
------------------------------------------------ */

#adminBox {
  margin-bottom: 0 !important;
}

.acms-entry .entry-container {
  margin-left: 10px;
  margin-right: 10px;
}

.acms-entry .entry-container2{
  padding-left:10px;
  padding-right:10px;
}

.acms-entry .entry-container iframe{
	max-width: 100%;
	margin-top: 20px;
}

.acms-entry blockquote {
  margin-top: 20px !important;
}

[class*='column-gf-map-'] {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.column-gf-file-left {
  text-align:left;
}
/* ファイル配置（右） */
.column-gf-file-right {
  text-align:right;
}
/* ファイル配置（中央） */
.column-gf-file-center {
  text-align: center;
}

/* 地図配置（おまかせ） */
.column-gf-map-auto {
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（左） */
.column-gf-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（右） */
.column-gf-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（中央） */
.column-gf-map-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-gf-youtube-left, 
.column-gf-video-left {
  display: inline;
  float: left;
}
/* YouTube配置 (右) */
.column-gf-youtube-right, 
.column-gf-video-right {
  display: inline;
  float: right;
}
/* YouTube配置 (中央) */
.column-gf-youtube-center, 
.column-gf-video-center {
  margin-left: auto;
  margin-right: auto;
}
.acms-entry [class*="column-gf-youtube-"] {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.acms-entry [class*="column-gf-video-"] {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

div.a-table-editable:after{
	display:none;
}


/* ------ social icon -------------------------- */

.social-icon ul{
  margin:20px auto;
  text-align:center;
}

.social-icon ul li{
  display:inline-block;
}

.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius:50%;
}

@media screen and ( min-width:750px ){
  .facebook:hover {
    background:url(../img/svg/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998!important;
  }
}
.facebook {
  background:url(../img/svg/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #3b5998;
}

@media screen and ( min-width:750px ){
  .twitter:hover {
    background:url(../img/svg/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced!important;
  }
}
.twitter {
  background:url(../img/svg/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #00aced;
}

@media screen and ( min-width:750px ){
  .line:hover {
    background:url(../img/svg/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13!important;
  }
}
.line {
  background:url(../img/svg/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff!important;
  border: 1px solid #2cbf13;
}