@charset "UTF-8";

/* clearfix */
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;width:0;}
* html .clearfix{height:1%;}
.clearfix{min-height:1%;}

/* Add Hida/Toulouse/Singapore/Strasbourg/Monterrey/Kyoto logo */
.site-logo .logo--hida {
    width: 237px;
    background-image: url(../img-svg/logos/fabcafe-hida-logo.png);
}
.site-logo .logo--toulouse {
    width: 297px;
    background-image: url(../img-svg/logos/fabcafe-toulouse-logo.png);
}
.site-logo .logo--singapore {
    width: 259px;
    background-image: url(../img-svg/logos/fabcafe-singapore-logo.png);
}
@media (min-width: 1060px) {
    .site-logo .logo--singapore {
        width: 319px;
        background-image: url(../img-svg/logos/fabcafe-singapore-logo.png);
    }
}
.site-logo .logo--strasbourg {
    width: 259px;
    background-image: url(../img-svg/logos/fabcafe-strasbourg-logo.png);
}
@media (min-width: 1060px) {
    .site-logo .logo--strasbourg {
        width: 330px;
        background-image: url(../img-svg/logos/fabcafe-strasbourg-logo.png);
    }
}
.site-logo .logo--monterrey {
		width: 259px;
		background-image: url(../img-svg/logos/fabcafe-monterrey-logo.png);
}
@media (min-width: 1060px) {
		.site-logo .logo--monterrey {
				width: 330px;
				background-image: url(../img-svg/logos/fabcafe-monterrey-logo.png);
		}
}
.site-logo .logo--kyoto {
		width: 259px;
		background-image: url(../img-svg/logos/fabcafe-kyoto-logo.png);
}
@media (min-width: 1060px) {
		.site-logo .logo--kyoto {
				width: 330px;
				background-image: url(../img-svg/logos/fabcafe-kyoto-logo.png);
		}
}

/* Branch list */
.branch-item {
    position: static;
    float: left;
    width: 35%;
    height: 60px;
    margin: 0 5% 10px 10%;
}
.branch-item .text {
    margin: -60px 0 0 48px;
    padding: 10px 0 0 24px;
    background-position: left center;
    text-align: left;
}
.branch-item--hida .text {
    background-image: url(../img/common/ico-flag-japanese.png);
}
.branch-item--toulouse .text {
    background-image: url(../img/common/ico-flag-france.png);
}
.branch-item--singapore .text {
    background-image: url(../img/common/ico-flag-singapore.png);
}
.branch-item--strasbourg .text {
    background-image: url(../img/common/ico-flag-france.png);
}
.branch-item--monterrey .text {
		background-image: url(../img/common/ico-flag-mexico.png);
}
.branch-item--kyoto .text {
		background-image: url(../img/common/ico-flag-japanese.png);
}

.branch-list .more-nav {
    clear: both;
}

@media (min-width: 481px) {
    .branch-items {
        width: 960px;
        height: 300px;
        padding-left: 40px;
        margin-bottom: 40px;
    }
    .branch-item {
        width: 25%;
        height: 140px;
        margin: 0 0 10px 0;
    }
    .branch-item .img img {
        width: 105px;
    }
    .branch-item .area {
        font-size: 1.2rem;
    }
    .branch-item .lang {
        font-size: 1.0rem;
        font-weight: 100;
    }
    .branch-item .text {
        margin: -32px 0 0 72px;
        padding: 24px 0 0 2px;
        background-position: left top;
        text-align: left;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .branch-items {
        width: 90%;
        height: 230px;
        padding-left: 0;
        margin-left: 8%;
        margin-bottom: 20px;
    }
    .branch-item {
        width: 25%;
        height: 110px;
        margin: 0 0 10px 0;
    }
    .branch-item .img img {
        width: 73px;
    }
    .branch-item .area {
        font-size: 1rem;
    }
    .branch-item .lang {
        font-size: .8125rem;
        font-weight: 100;
    }
    .branch-item .text {
        margin: -26px 0 0 42px;
        padding: 24px 0 0 2px;
        background-position: left top;
        text-align: left;
    }
}

/* branch blog list */
.branch .hida {
    background-image: url(../img/common/ico-flag-japanese.png);
}
.branch .toulouse {
    background-image: url(../img/common/ico-flag-france.png);
}
.branch .singapore {
    background-image: url(../img/common/ico-flag-singapore.png);
}
.branch .strasbourg {
    background-image: url(../img/common/ico-flag-france.png);
}
.branch .monterrey {
	background-image: url(../img/common/ico-flag-mexico.png);
}
.branch .kyoto {
	background-image: url(../img/common/ico-flag-japanese.png);
}

/* branch link list */
.branch-link-list li.singapore a{
    background-image: url(../img/common/ico-flag-singapore.png);
}
.branch-link-list li.strasbourg a{
    background-image: url(../img/common/ico-flag-france.png);
}
.branch-link-list li.monterrey a{
	background-image: url(../img/common/ico-flag-mexico.png);
}
.branch-link-list li.kyoto a{
	background-image: url(../img/common/ico-flag-japanese.png);
}

/* branch top mainvisual */
.branch-event .visual.no-pickup {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}
@media (min-width: 769px) {
    .branch-event .visual.no-pickup {
        margin-bottom: 50px;
    }
}

/* food menu */
.fab-contents section.menu-section {
    max-width: 960px;
}

/* event page */
@media (min-width: 481px) {
    #branch-events-index .page-events-index .event-upcoming .section-title {
        margin-bottom: 10px;
    }
}
#branch-events-index .fab-header {
    margin: 10px 0;
}
#branch-events-index .fab-header .internal {
    margin: 0;
    padding: 0 20px;
    border: none;
}

@media (min-width: 481px) {
    .page-global .blog-list-container .article-item .category {
        top: 18px;
        left: 18px;
    }
}

/* イベント一覧とブログ一覧の斜めトリミング画像をChromeで見るとtransform部分が1pxずれるバグ対応 */
.article-2column-list .article-item .img img {
    display: inline-block;
}
.branch-event .article-carousel-container .article-item .img img,
.article-list .img img {
    display: inline-block;
}


.access-movie {
	margin: 30px auto 0;
	width: 315px;
}
.access-movie iframe {
    width: 315px;
    height: 180px;
}
@media (min-width: 481px) {
	.access-movie {
		margin: 60px auto 0;
		width: 420px;
	}
    .access-movie iframe {
        width: 420px;
        height: 240px;
    }
}
@media (min-width: 769px) {
    .access-movie {
        margin: 80px auto 0;
        width: 560px;
    }
    .access-movie iframe {
        width: 560px;
        height: 320px;
    }
}

/*company*/
.content-inner .about-loftwork {
  text-align: center;
}

.about-loftwork .about-loftwork-title {
  margin-top: -30px;
}

.company-map-box .company-information {
  display: block;
  float: left;
  width: 320px;
}

@media all and (max-width: 769px) {
  .company-map-box .company-information {
    float: none;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
  }

}

.company-information .company-map {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 300px;
    height: 300px;
}

@media all and (max-width: 769px) {
  .company-information .company-map {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
  }
}

.company-information .company-address-box {
  text-align: center;
}

.our-service .our-service-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.our-service .logo-outer {
  width: 260px;
  height: 160px;
  float:left;
}

.logo-outer .opencu-company-logo {
  width: 240px;
  height: 85px;
  background-image: url(../img-svg/logos/opencu-company-logo.png);
  margin-top: 10px;
}

.logo-outer .mtrl-company-logo {
  width: 240px;
  height: 85px;
  background-image: url(../img-svg/logos/mtrl-company-logo.png);
  margin-top: 10px;
}

.logo-outer .fabcafe-company-logo {
  width: 240px;
  height: 85px;
  background-image: url(../img-svg/logos/fabcafe-company-logo.png);
  margin-top: 10px;
}

.logo-outer .fabcafe-company-logo_ja {
  width: 240px;
  height: 85px;
  background-image: url(../img-svg/logos/fabcafe-company-logo.png);
  margin-top: 23px;
}

.logo-outer .loftwork-company-logo {
  width: 240px;
  height: 85px;
  background-image: url(../img-svg/logos/loftwork-company-logo.png);
  margin-top: 23px;
}

.our-service .company-text {
  float:left;
  width: 700px;
}

@media all and (max-width: 769px) {
 .our-service .logo-outer{
    width: 240px;
    height: 85px;
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }
  .our-service .company-text {
    float: none;
    margin: auto;
    width: 100%;
  }
}

.contact-us .company-contact-button {
  background: #d70c19 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: Oswald,Impact;
  font-size: 1.25rem;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.content-inner .contact-us {
  height: 60px;
  margin-top: 50px;
}

/* social-nav */
.social-nav ul li {
    margin-bottom: 5px;
    overflow: visible;
}
.social-nav ul li a {
    position: relative
}
.social-nav ul li.instagram a:before {
    font-family: iconfont;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-left: -10px;
/*
    content: '\E90B'
*/
}

/* follow-nav : social-nav */
.follow-nav .newsletter {
    margin-top: 10px;
}

/* branch information : social-nav */
.branch-information .social-nav li:nth-child(5) {
    clear: both
}
.branch-information .social-nav li:nth-child(5):last-child {
    clear: none
}

/* banner-nav */
.banner-nav .banner--text .img {
    overflow: visible;
    z-index: 110;
}
.banner-nav .banner--text .text {
    position: relative;
    z-index: 120;
}

/* contact form */
.iframe-container {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch !important;
}

/* header : 〜iPhone5 adjust */
@media all and (max-width: 370px) {
    #page {
        padding-top: 36px;
    }

    #header {
        height: 36px;
    }

    .site-logo .logo {
        width: 220px;
        height: 40px;
        background-size: auto 100%;
    }
	.site-logo-img {
		height: 40px;
	}

    .login-nav--guest a,
    .global-nav .sp-nav a {
        width: 34px;
        height: 36px;
        line-height: 36px;
    }

    .login-nav {
        right: 35px;
    }
    .login-nav--member a {
        padding: 4px;
    }
    .login-nav--member img {
        width: 28px;
        height: 28px;
    }
}


/* header : branches-nav hide */
@media all and (max-width: 480px){
    .branches-nav{
        display:none
    }
}

/* header : search nav */
.search-nav {
    display: none;
}
@media all and (min-width: 1061px) {
    .search-nav {
        position: relative;
        display: block;
        float: right;
        width: 52px;
        height: 54px;
        border-left: solid 1px #606060;
    }
    .search-nav .search-button,
    .search-nav .search-input {
        -webkit-appearance: none;
        position: absolute;
        right: 5px;
        top: 7px;
        outline: none !important;
    }
    .search-nav .search-button {
        overflow: hidden;
        z-index: 320;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-indent: -1000px;
        background: transparent url('../img/common/ico-roupe-wht.png') right center no-repeat;
        background-size: 40px auto;
        border: none;
        cursor: pointer;
    }
    .search-nav .search-input {
        z-index: 310;
        width: 40px;
        height: 39px;
        line-height: 37px;
        border: solid 1px transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: transparent;
        color: transparent;
        transition: border 0.2s ease,
                    background 0.2s ease,
                    width 0.25s ease 0.3s,
                    padding 0.1s ease 0.3s,
                    color 0.1s ease 0.3s;
    }
    .search-nav .search-input.is-active {
        border-color: #6f6f6f;
        background-color: #2d2d2d;
        color: #fff;
        width: 193px;
        padding: 0 40px 0 10px;
    }
    .search-nav .search-input.is-focus {
        transition: border 0.2s ease 0.3s,
                    background 0.2s ease 0.3s,
                    width 0.25s ease,
                    padding 0.1s ease,
                    color 0.1s ease;
    }
}


/* Search result */
.search-result {
    position: relative;
    z-index: 140;
    padding: 30px 0 40px 0 !important;
    background: #fff;
}
@media all and (min-width: 481px) {
    .search-result {
        padding: 60px 0 70px 0 !important;
    }
}

.search-result .section-title {
    font-size: 2.0625rem;
    margin-bottom: 25px;
}
@media all and (min-width: 481px) {
    .search-result .section-title {
        font-size: 3.125rem;
        margin-bottom: 50px;
    }
}

.search-sub-title {
    margin: 0 15px 20px 15px;
    font-size: 1.5em;
    font-family: Oswald,Impact;
    font-weight: 400;
    line-height: 1;
}
@media all and (min-width: 481px) {
    .search-sub-title {
        margin: 0 0 30px 0;
        font-size: 2.5rem;
    }
}

@media all and (min-width: 481px) {
    .search-result.event-past .search-sub-title {
        margin-bottom: 5px;
    }
}

/* Search result : header */
.search-header {
    margin-bottom: 30px;
    padding: 10px 15px 12px 15px;
    background: #302f2f url(../img/common/bg-search.png) center center repeat;
}
@media all and (min-width: 481px) {
    .search-header {
        display: table;
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }
    .search-header > * {
        display: table-cell;
        vertical-align: middle;
    }
}

.search-header .category-nav {
    margin: 0 0 8px 0;
    padding: 0;
}
@media all and (min-width: 481px) {
    .search-header .category-nav {
        margin-bottom: 0;
    }
}

.search-header .category-nav li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #7d7d7d;
}
@media all and (min-width: 481px) {
    .search-header .category-nav li {
        margin-right: 0;
        padding: 0 25px;
    }
}

.search-header .category-nav a {
    color: #9c9b9b;
    font-family: Oswald,Impact;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.02em;
    line-height: 1;
}
@media all and (min-width: 481px) {
    .search-header .category-nav a {
        font-size: 1.375rem;
    }
}

.search-header .category-nav a.is-current {
    color: #fff;
}

.search-header .search-form {
    position: relative;
}
@media all and (min-width: 481px) {
    .search-header .search-form {
        padding: 10px;
        text-align: right;
    }
}

.search-header .search-button,
.search-header .search-input {
    -webkit-appearance: none;
    border: none;
    outline: none !important;
}

.search-header .search-button {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    height: 37px;
    width: 37px;
    background: url('../img/common/ico-roupe-wht.png') right center no-repeat;
    background-size: 40px auto;
    text-indent: -1000px;
}
@media all and (min-width: 481px) {
    .search-header .search-button {
        right: 10px;
    }
}

.search-header .search-input {
    width: 100%;
    height: 37px;
    padding: 0 40px 0 10px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #5c5c5c;
    color: #fff;
    text-align: left;
}
@media all and (min-width: 481px) {
    .search-header .search-input {
        width: 245px;
    }
}

/* Global Network */
@font-face {
  font-family: "iconfont";
  src: url("../iconfont/iconfont.eot?cache=1463647713");
  src: url("../iconfont/iconfont.eot?#iefix&cache=1463647713") format("eot"), url("../iconfont/iconfont.woff?cache=1463647713") format("woff"), url("../iconfont/iconfont.ttf?cache=1463647713") format("truetype"), url("../iconfont/iconfont.svg#iconfont&cache=1463647713") format("svg");
}
.global-network .network-join a:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.global-network {
  overflow: hidden;
  position: relative;
  padding: 50px 0 70px 0;
}

.global-network:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 110%;
  left: -5%;
  z-index: 120;
  background: #fff;
  transition: transform .3s ease;
  transform: rotate(-4deg);
  top: -18px;
  height: 40px;
}

.gtop-branch .global-network:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 110%;
  left: -5%;
  z-index: 120;
  background: #fff;
  transition: transform .3s ease;
  transform: rotate(-4deg);
  top: -57px;
  height: 40px;
}

.gtop-branch .global-network .l-grid--main {
  top: 20px;
}

@media (max-width: 768px) and (min-width: 481px) {

  .gtop-branch .global-network:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 110%;
    left: -5%;
    z-index: 120;
    background: #fff;
    transition: transform .3s ease;
    transform: rotate(-4deg);
    top: -225px;
    height: 200px;
  }

  .gtop-branch .global-network .l-grid--main {
    top: 15px;
  }

}

@media all and (min-width: 769px) {
  .global-network {
    padding: 180px 0 50px 0;
  }
  .global-network:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 110%;
    left: -5%;
    z-index: 120;
    background: #fff;
    transition: transform .3s ease;
    transform: rotate(-4deg);
    top: -100px;
    height: 200px;
  }
  .gtop-branch .global-network:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 110%;
    left: -5%;
    z-index: 120;
    background: #fff;
    transition: transform .3s ease;
    transform: rotate(-4deg);
    top: -250px;
    height: 200px;
  }
  .gtop-branch .global-network .l-grid--main {
    top: -50px;
  }
}
.global-network .l-grid--main {
  position: relative;
  text-align: center;
}
.global-network .section-title {
  margin-bottom: 10px;
  text-align: center;
}
@media all and (min-width: 769px) {
  .global-network .section-title {
    margin-bottom: 20px;
  }
}
.global-network .section-title .label {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: solid 2px #000;
  font-family: Oswald, Impact;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 24px;
}
@media all and (min-width: 769px) {
  .global-network .section-title .label {
    font-size: 44px;
  }
}
.global-network img {
  width: auto;
  max-width: 100%;
}
.global-network .map-pin {
  display: inline-block;
  width: 9px;
  height: 24px;
  background: left top no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}
@media all and (min-width: 769px) {
  .global-network .map-pin {
    width: 14px;
    height: 35px;
  }
}
.global-network .map-pin--branch {
  background-image: url(../img/common/pin-network-branch.png);
}
.global-network .map-pin--partner {
  background-image: url(../img/common/pin-network-partner.png);
}
.global-network .network-map,
.global-network .map-img {
  position: relative;
  z-index: 100;
}
.global-network .global-logo {
  position: relative;
  text-align: center;
}
@media all and (min-width: 769px) {
  .global-network .global-logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 150;
    margin-left: -75px;
  }
}
.no-touch .global-network .global-logo a:hover img {
  opacity: 0.7;
}
.global-network .global-logo img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.2s ease;
}
@media all and (min-width: 769px) {
  .global-network .global-logo img {
    width: 151px;
  }
}
.global-network .map-container {
  position: relative;
}
@media all and (min-width: 769px) {
  .global-network .map-container {
    margin-bottom: 30px;
  }
}
.global-network .map-img img {
  width: 100%;
  height: auto;
}
.global-network .map-pins {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.global-network .map-pins .map-pin {
  position: absolute;
  z-index: 200;
  left: 0;
  top: 0;
  transition: margin 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  margin: -24px 0 0 -4px;
  cursor: pointer;
  opacity: 1 !important;
}
@media all and (min-width: 769px) {
  .global-network .map-pins .map-pin {
    margin: -35px 0 0 -7px;
  }
}
.global-network .map-pins .map-pin--partner {
  z-index: 160;
}
.global-network .map-pins .map-pin:hover, .global-network .map-pins .map-pin.is-current {
  margin-top: -34px;
  padding-bottom: 10px;
  opacity: 0.6 !important;
}
@media all and (min-width: 769px) {
  .global-network .map-pins .map-pin:hover, .global-network .map-pins .map-pin.is-current {
    margin-top: -45px;
  }
}
.global-network .map-legend {
  display: inline-block;
  border: solid 2px #fff;
  margin: 15px auto 5px auto;
  padding: 5px 10px;
}
@media all and (min-width: 769px) {
  .global-network .map-legend {
    position: absolute;
    z-index: 150;
    left: 0;
    top: 0;
    margin: 0;
    padding: 10px 15px 8px 15px;
  }
}
.global-network .map-legend dt, .global-network .map-legend dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.global-network .map-legend dt .map-pin {
  width: 9px;
  height: 24px;
}
@media all and (min-width: 769px) {
  .global-network .map-legend dt .map-pin {
    width: 11px;
    height: 28px;
  }
}
.global-network .map-legend dd {
  margin-left: 8px;
  font-size: 12px;
  font-family: Oswald, Impact;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .global-network .map-legend dd {
    font-size: 14px;
  }
}
.global-network .map-legend dd + dt {
  margin-left: 13px;
}
.global-network .network-list {
  overflow: hidden;
  margin: 5px 4% 0 4%;
  text-align: left;
}
@media all and (min-width: 769px) {
  .global-network .network-list {
    margin: 0;
  }
}
.global-network .spot-area {
  overflow: hidden;
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .global-network .spot-area {
    float: left;
    width: 155px;
    margin-top: 0;
  }
}
@media all and (min-width: 769px) {
  .global-network .spot-area--asia {
    width: 370px;
  }
}
.global-network .spot-area--asia .spot-items--branch {
  float: left;
  width: 50%;
}
@media all and (min-width: 0px) and (max-width: 370px) {
  .global-network .spot-area--asia .spot-items--branch {
    float: none;
    width: auto;
  }
}
@media all and (min-width: 769px) {
  .global-network .spot-area--asia .spot-items--branch {
    width: 160px;
    margin-right: 20px;
  }
}
.global-network .spot-area--asia .spot-items--partner {
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .global-network .spot-area + .spot-area {
    margin-left: 45px;
  }
}
.global-network .area-name {
  border-bottom: solid 2px #000;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: Oswald, Impact;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .global-network .area-name {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.global-network .spot-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-network .spot-item {
  margin: 0 0 5px 0;
  padding: 0;
}
@media all and (min-width: 769px) {
  .global-network .spot-item {
    margin: 0 0 10px 0;
  }
}
.global-network .spot-item .inner {
  text-decoration: none;
}
.global-network .spot-item span {
  font-family: Oswald, Impact;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.global-network .spot-item .flag {
  margin-right: 3px;
}
.global-network .spot-item .flag img {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
}
.global-network .spot-item .name {
  font-size: 15px;
}
@media all and (min-width: 769px) {
  .global-network .spot-item .name {
    font-size: 17px;
  }
}
.global-network .spot-item .country {
  margin-left: 5px;
  font-size: 10px;
  position: relative;
  top: -1px;
}
.global-network .network-join {
  margin: 20px 4% 0 4%;
}
@media all and (min-width: 769px) {
  .global-network .network-join {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
.global-network .network-join a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  display: block;
  font-family: Roboto,Arial,'Noto Sans Japanese','Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic';
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  background: #fff;
}
.global-network .network-join a:hover {
  text-decoration: none;
}
.global-network .network-join a:before {
  content: "\E902";
}
.global-network .network-join a:before {
  position: relative;
  margin-right: 13px;
  font-size: 10px;
  color: #888;
}
@media all and (min-width: 769px) {
  .global-network .network-join a {
    display: inline-block;
  }
}
/*
.cm-btn__txt.u-txt.u-txt18.u-txt--ct {
  display: -webkit-box;
  display: -moz-box;
  display:box;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  box-pack:center;
  -webkit-box-align:center;
  -moz-box-align:center;
  box-align:center;
  width: 100%;
  height: 100%;
}
*/

/* 学割スタンプ調整 */
@media (max-width: 375px){
  .grd-hldr .box {
    position: relative;
  }
  .fab-contents .grd-hldr .box img {
    width: 90px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

@media (max-width: 768px) and (min-width: 376px){
  .grd-hldr .box {
    position: relative;
  }
  .fab-contents .grd-hldr .box img {
    width: 90px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

@media (min-width: 769px) {
  .fab-contents .grd-hldr .box img {
    width: 135px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

#event-peatix.event_peatix {
  margin-top: 50px;
}

@media (max-width: 425px) {
  .flickr_box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .flickr_box .flickr_img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) {
  .flickr_box {
    margin-top: 70px;
  }
  .flickr_box .flickr_img {
    position: relative;
    width: 49.47916666666667%;
    height: 100%;
    padding: 32% 0 0;
    float: left;
    margin-bottom: 1.0416666666666665%;
  }
  .flickr_img_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .flickr_box .flickr_img:nth-child(odd) {
    margin-left: 1.0416666666666665%;
  }
}

.flickr_link_comment .flickr_created_comment {
  float: right;
}

table {
    margin-bottom: 1.625em;
    font-size: 100%;
}
table caption {
    padding-top: .5em;
    padding-bottom: .5em;
}
table[align="left"] {
    margin-right: 25px;
}
table[align="right"] {
    margin-left: 20px;
}
img.img-r {
    margin-left: 25px;
    margin-bottom: 25px;
}
img.img-l {
    margin-right: 25px;
    margin-bottom: 25px;
}
.schedule-item.post-set {
    margin-top: 0;
}
.schedule-item.post-set .data{
    padding-top: 0;
}
