@charset "utf-8";

/* 基本設定 */
#mac-pb-wrap, .mac-pb-row { overflow:hidden; }
.mac-pb-row, .mac-pb-col, .mac-pb-widget { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
.mac-pb-col { float:left; }

/* clearfix */
.clearfix:after { clear: both; content: " "; display: table; }

/* 画像 */
.mac-pb-widget-image img { margin:0 auto; display:block; max-width:100%; height:auto; }

/* 丸抜き画像 */
.mac-pb-circle-image { display: block; margin: 0 auto; }
.mac-pb-circle-image_inner { border-radius: 50%; display: block; overflow: hidden; padding-top: 100%; position: relative; }
.mac-pb-widget-image .mac-pb-circle-image img { margin: 0; max-width: none; position: absolute; left: 0; top: 0; }
.mac-pb-widget-image .mac-pb-circle-image-horizontal img { height: 100%; width: auto; }
.mac-pb-widget-image .mac-pb-circle-image-vertical img { height: auto; width: 100%; }
@supports (object-fit: cover) {
  .mac-pb-widget-image .mac-pb-circle-image-horizontal img, .mac-pb-widget-image .mac-pb-circle-image-vertical img { height: 100%; object-fit: cover; width: 100%; }
}

/* 見出し、キャッチフレーズ */
.mac-pb-font-family_type1 { font-family: "Roboto Slab", "Noto Sans JP", sans-serif; }
.mac-pb-font-family_type2 { font-family: "Roboto Slab", "Noto Sans JP", sans-serif; }
.mac-pb-font-family_type3 { font-family: "Roboto Slab", "Noto Serif JP", serif; }

.mac-pb-widget-headline h3 { margin:0; padding:0; }
.mac-pb-widget-catchcopy h4 { margin:0; padding:0; }

/* editor */
.mac-pb-widget-editor > :last-child { margin-bottom:0; }
