@charset "UTF-8";
@charset "UTF-8";
@charset 'UTF-8';
body:after {
content: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/close.png) url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/loading.gif) url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/prev.png) url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/next.png);
display: none;
}
body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px; border: 4px solid white;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px; background-color: white;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.bridalsakai.com/wp-content/themes/temp01_07/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.bridalsakai.com/wp-content/themes/temp01_07/css/fonts/slick.eot);
src: url(https://www.bridalsakai.com/wp-content/themes/temp01_07/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.bridalsakai.com/wp-content/themes/temp01_07/css/fonts/slick.woff) format('woff'), url(https://www.bridalsakai.com/wp-content/themes/temp01_07/css/fonts/slick.ttf) format('truetype'), url(https://www.bridalsakai.com/wp-content/themes/temp01_07/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-style: normal;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
} ins {
background-color: #ff9;
color: #000;
text-decoration: none;
} mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
} hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
img {
max-width: 100%;
height: auto;
border: none;
}
body {
position: relative;
font-size: 16px;
line-height: 1.6;
color: #333333;
font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
} a:link, a:visited {
color: #000;
text-decoration: none;
}
a:hover, a:active {
color: #666;
text-decoration: underline;
} .container {
width: 1054px;
}
@media only screen and (max-width: 800px) {
.container {
width: 100%;
}
} .contents {
float: left;
width: 740px;
padding: 0 0 80px;
}
@media only screen and (max-width: 800px) {
.contents {
float: none;
width: auto;
margin: 0 0 0px;
}
} .table-bordered {
border-collapse: collapse;
border: solid 1px #eeeeee;
width: 100%;
}
.table-bordered th, .table-bordered td {
border: solid 1px #eeeeee;
padding: 5px 20px;
}
.table-bordered th {
width: 20%;
vertical-align: middle;
color: #FFFFFF;
background-color: #06b6bc;
} @media only screen and (max-width: 800px) {
.sp-listlayout {
border: none !important
}
.sp-listlayout tr {
display: block;
margin-bottom: 5px
}
.sp-listlayout th {
border: none !important;
display: list-item;
width: 100%;
}
.sp-listlayout td {
border: none !important;
display: list-item;
list-style: none;
width: 100%;
}
.sp-listlayout {
table-layout: fixed
}
.sp-listlayout * {
word-wrap: break-word
}
.sp-listlayout colgroup {
display: none;
}
}    .mw_wp_form {
font-size: 13px;
margin: 0 0 20px;     }
.mw_wp_form dl {
border-top: #dddddd solid 1px;
border-left: #dddddd solid 1px;
border-right: #dddddd solid 1px;
margin: 0;
padding: 0;
overflow: hidden;
zoom: 1;
background-color: #33a39f;
color: #fff; }
.mw_wp_form dl:nth-child(5) {
border-bottom: 1px solid #DDD;
margin-bottom: 20px;
}
.mw_wp_form .formend {
border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
margin: 0;
padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
float: left;
font-weight: bold;
padding-right: 20px;
width: 28%;
position: relative;
}
.mw_wp_form dl dt .mwform-require {
position: absolute;
top: 20px;
right: 10px;
}
.mw_wp_form dl dd {
overflow: hidden;
zoom: 1;
border-left: #dddddd solid 1px;
background-color: #FFF;
color: #000; }
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea, .mw_wp_form dl dd select {
border: #cccccc solid 1px;
border-radius: 3px;
margin: 0;
max-width: 88%;
padding: 9px 12px;
vertical-align: middle;
margin: 7px 0;
}
.mw_wp_form dl dd textarea {
width: 90%;
}
.mw_wp_form dl dd label {
margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
margin-top: 10px;
text-align: center;
}
.mw_wp_form p.mwform-btn input {
background-color: #f5f5f5;
border: #dddddd solid 1px;
border-radius: 3px;
color: #000;
cursor: pointer;
font-weight: normal;
padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input+input {
margin-left: 10px;
}
.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
background-color: #eee;
}
.mw_wp_form .mwform-errors {
margin: 5px 0 0;
overflow: hidden;
zoom: 1; }
.mw_wp_form .mwform-errors .mwform-error {
float: left;
margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
background-color: #F7CCE6;
border: #ee4d89 solid 1px;
border-radius: 3px;
color: #EE4D89;
display: inline-block;
font-size: 85%;
padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
color: #fff;
font-size: 85%;
}
.mw_wp_form .mwform-field {
margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
font-size: 85%;
}
@media screen and (max-width: 800px) {
.mw_wp_form dl dt {
float: none;
width: auto;
padding-bottom: 10px;
}
.mw_wp_form dl dd {
padding-top: 10px;
}
.mw_wp_form dl dd {
border-left: none;
}
}     .more-btn a {
background-color: #f9bab3;
color: #FFFFFF;
padding: 5px 10px;
}
.more-btn a:hover {
text-decoration: none;
background-color: #FCD2D3;
} @media only screen and (max-width: 800px) {} img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 12px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 12px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}    #head_ar {
width: 100%;
min-width: 1054px;
border-top: solid 2px #3eada9;
}
#head_ar .bg {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/top_head_01.png) no-repeat right top;
padding: 35px 0 30px;
display: flex;
justify-content: space-between;
align-items: center;
}
#head_ar .bx_l {
width: 370px;
}
#head_ar .img_l01 {
text-align: left;
margin: 0px 0px 0;
}
#head_ar .bx_r {
width: 644px;
}
#head_ar .img_r_ar {
display: flex;
align-items: center;
justify-content: center;
}
#head_ar .img_r_ar i {
margin-right: 10px;
font-size: 19px;
padding-top: 1px;
}
#head_ar .img_r01 {
overflow: hidden;
text-align: center;
padding: 0 0 0 10px;
}
#head_ar .img_r02 {
flex: 1;
overflow: hidden;
text-align: center;
padding: 0 0 0 10px;
}
#head_ar .box01 {
font-family: "FOT-筑紫明朝 Pr6 D";
overflow: hidden;
clear: both;
margin: 2px 0 5px;
font-size: 28px;
color: #3EADA9;
}
#head_ar .box02 {
font-family: "FOT-筑紫明朝 Pr6 D";
overflow: hidden;
clear: both;
font-size: 15px;
}
#head_ar .box02 span.txt {
color: #472501;
margin-right: 5px;
padding: 2px;
}
#head_ar .box02 span.time a {
display: inline-block;
padding: 2px 8px;
background: #3EADA9;
color: #fff;
text-decoration: none;
}
#head_ar .header_tel {
font-family: "FOT-筑紫明朝 Pr6 D";
color: #502616;
text-align: left;
line-height: 1.3;
}
#head_ar .header_tel a {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 26px;
color: #3EADA9;
text-decoration: none;
display: inline-flex;
align-items: center;
}
@media only screen and (max-width: 800px) {
#head_ar {
width: 100%;
min-width: inherit;
}
#head_ar .bg {
display: block;
padding: 10px 0 0px;
background: none;
}
#head_ar .bx_l {
width: 100%;
float: none;
}
#head_ar .bx_r {
width: 100%;
float: none;
}
#head_ar .img_r_ar {
flex-wrap: wrap;
}
#head_ar .img_l01 {
text-align: center;
width: 100%;
padding-right: 60px;
margin: 0 0 10px;
}
#head_ar .img_r01 {
width: 100%;
padding: 10px 0 0;
}
#head_ar .img_r02 {
flex: none;
padding: 15px 0;
max-width: 75%;
}
#head_ar .img_r03 {
padding-left: 15px;
}
#head_ar .img_r03 img {
width: 60px;
}
#head_ar .header_tel {
text-align: center;
}
} #nav {
width: 100%;
min-width: 1054px;
padding: 0px 0px 24px;
height: 40px;
} .gNavi {}
.gNavi ul {}
.gNavi ul>li {
display: block;
vertical-align: middle;
width: 14.285%;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 14px;
color: #472501;
border-left: solid 1px #dadada;
text-align: center;
float: left;
}
.gNavi ul>li:last-child {
border-right: solid 1px #dadada;
}
.gNavi ul li a,
.gNavi ul li span {
color: #472501;
display: block;
text-decoration: none;
}
.gNavi ul li a:hover,
.gNavi ul li span:hover {
color: #3eada9 !important;
}
.gNavi ul li span {
cursor: default;
}
.gNavi ul li:hover {
color: #3eada9 !important;
} .gNavi .dd {
position: relative;
z-index: 999999;
}
.gNavi .dd ul {
width: 160px;
position: absolute;
display: none;
background-color: #f8f8f8;
padding: 20px 5px 10px 5px;
}
.gNavi .dd ul li {
width: 100%;
border: none;
}
.gNavi .dd ul li a {
display: block;
text-align: left;
padding: 7px 10px;
text-decoration: none;
}
.gNavi .dd ul li:first-child a {
padding-top: 0px;
}
@media only screen and (max-width: 800px) {
#nav {
display: none;
}
} .humberger {
background: #33a39f;
cursor: pointer;
display: block;
position: fixed;
top: 0;
right: 0;
width: 50px;
height: 50px;
z-index: 10000;
}
.humberger span {
background: #fff;
position: absolute;
left: 50%;
width: 25px;
height: 2px;
transform: translateX(-50%);
transition: 0.4s;
}
.humberger span:nth-of-type(1) {
top: 15px;
}
.humberger span:nth-of-type(2) {
top: 50%;
transform: translate(-50%, -50%);
}
.humberger span:nth-of-type(3) {
bottom: 15px;
}
.is-open .humberger span:nth-of-type(1) {
transform: translate(-50%, 9px) rotate(-45deg);
}
.is-open .humberger span:nth-of-type(2) {
opacity: 0;
}
.is-open .humberger span:nth-of-type(3) {
transform: translate(-50%, -9px) rotate(45deg);
}
.overlay {
background: transparent;
position: fixed;
pointer-events: none;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 10;
transition: 0.2s;
}
.is-open .overlay {
background: rgba(0, 0, 0, 0.7);
pointer-events: auto;
} .sp-navi {
-webkit-text-size-adjust: 100%;
position: fixed;
top: 0;
right: 0;
z-index: 100;
}
.sp-navi.is-open .sp-navi-inner {
transform: translate3d(0, 0, 0);
}
.sp-navi .sp-navi-inner {
background: white;
position: fixed;
top: 0;
right: 0;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
padding: 50px 0;
width: 100%;  height: 100%;
transition: .5s;
transform: translate3d(100%, 0, 0);
z-index: 10;
}
.sp-navi .sp-navi-inner .navi-main {
margin: 0 0 30px;
}
.sp-navi .sp-navi-inner .navi-main ul>li {
border-bottom: 1px solid #ddd;
position: relative;
}
.sp-navi .sp-navi-inner .navi-main ul>li:before {
background: #33a39f;
content: "";
height: 3px;
width: 8px;
position: absolute;
left: 10px;
top: 21px;
}
.sp-navi .sp-navi-inner .navi-main ul>li:first-child {
border-top: 1px solid #ddd;
}
.sp-navi .sp-navi-inner .navi-main ul>li>a {
display: block;
font-size: 14px;
font-weight: 500;
letter-spacing: 2.5px;
padding: 15px 10px 15px 30px;
overflow: hidden;
line-height: 1.3em;
}
.sp-navi .sp-navi-inner .navi-main ul>li>span {
display: block;
font-size: 14px;
font-weight: 500;
letter-spacing: 2.5px;
padding: 15px 10px 15px 30px;
overflow: hidden;
line-height: 1.3em;
}
.sp-navi .sp-navi-inner .navi-main ul>li>ul>li {
border-top: 1px dashed #ddd;
border-bottom: none; width: 100%;
}
.sp-navi .sp-navi-inner .navi-main ul>li>ul>li>a {
display: block;
font-size: 14px;
line-height: 1.3em;
padding: 10px 10px 10px 50px;
position: relative;
}
.sp-navi .sp-navi-inner .navi-main ul>li ul li:before {
left: 35px;
top: 15px;
height: 6px;
width: 6px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.sp-navi .sp-navi-inner .navi-other {
padding: 0 15px;
}
.sp-navi .sp-navi-inner .sp-btn {
border: 1px solid #33a39f;
color: #33a39f;
display: inline-block;
border-radius: 50px;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 16px;
line-height: 40px;
text-align: center;
width: 100%;
position: relative;
transition: .5s ease;
}
.sp-navi .sp-navi-inner .sp-btn:before {
content: "";
font-family: "FontAwesome";
position: absolute;
left: 20px;
}
.sp-navi .sp-navi-inner .sp-btn.btn01 {
margin: 0px 0 10px;
}
.sp-navi .sp-navi-inner .sp-btn.btn02 {
background: #33a39f;
color: #fff;
margin: 15px 0 0;
}
.sp-navi .sp-navi-inner .sp-btn:hover {
background: #33a39f;
color: #fff;
text-decoration: none;
}
.sp-navi .sp-navi-inner .sp-btn:hover.btn02 {
color: #33a39f;
background: #fff;
}   .rNavi {
float: right;
width: 256px;
padding: 0 0 0px;
}
@media only screen and (max-width: 800px) {
.rNavi {
float: none;
margin: auto;
width: auto;
max-width: 256px;
}
}
#side_info_ar {
border-top: solid 2px #3eada9;
border-bottom: solid 1px #dddddd;
border-left: solid 1px #dddddd;
border-right: solid 1px #dddddd;
margin: 0 0 20px;
padding: 25px 20px 20px;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 14px;
color: #000;
}
#side_info_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 14px;
color: #502616;
text-align: center;
background: #fefce8;
margin: 0px 0px 15px 0px;
padding: 3px 10px;
}
@media only screen and (max-width: 800px) {}    #foot_info_ar {
width: 100%;
min-width: 1054px;
background: #3eada9;
padding: 17px 0 15px;
clear: both;
font-size: 0px;
margin: 80px 0 0;
}
#foot_info_ar .add {
display: inline-block;
vertical-align: middle;
width: 50%;
font-size: 16px;
color: #fff;
}
#foot_info_ar .bt {
display: inline-block;
vertical-align: middle;
width: 50%;
text-align: right;
}
@media only screen and (max-width: 800px) {
#foot_info_ar {
min-width: inherit;
padding: 25px 0;
}
#foot_info_ar .add {
display: block;
width: 100%;
margin: 0 0 10px;
text-align: center;
}
#foot_info_ar .bt {
display: block;
width: 100%;
text-align: center;
}
} #foot_ar {
width: 100%;
min-width: 1054px;
padding: 0 0 20px;
}
#foot_ar .bg {
padding: 35px 0 30px;
display: flex;
justify-content: space-between;
align-content: center;
}
#foot_ar .bx_l {
width: 330px;
}
#foot_ar .img_l01 {
text-align: left;
margin: 0px 0px 0;
}
#foot_ar .bx_r {
width: 694px;
}
#foot_ar .img_r_ar {
display: flex;
align-items: center;
justify-content: space-between;
}
#foot_ar .img_r_ar i {
margin-right: 10px;
}
#foot_ar .img_r01 {
width: 40%;
overflow: hidden;
text-align: center;
}
#foot_ar .img_r02 {
width: 50%;
overflow: hidden;
text-align: center;
}
#foot_ar .box02 span.txt {
color: #472501;
margin-right: 5px;
padding: 2px;
}
#foot_ar .header_tel a {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 26px;
color: #3EADA9;
text-decoration: none;
display: inline-flex;
align-items: center;
}
#foot_ar .header_tel i {
margin-right: 10px;
font-size: 19px;
padding-top: 1px;
}
@media only screen and (max-width: 800px) {
#foot_ar {
width: 100%;
min-width: inherit;
padding: 0 0 5px;
}
#foot_ar .bg {
padding: 40px 0 0;
background: none;
display: block;
}
#foot_ar .bx_l {
width: 100%;
float: none;
}
#foot_ar .img_l01 {
margin: 0 auto 20px;
width: 175px;
}
#foot_ar .bx_r {
width: 100%;
float: none;
text-align: center;
}
#foot_ar .img_r_ar {
flex-wrap: wrap;
justify-content: center;
}
#foot_ar .img_r01 {
width: 100%;
text-align: center;
float: none;
padding: 10px 0 0;
}
#foot_ar .img_r02 {
width: auto;
max-width: 75%;
float: none;
text-align: center;
padding: 3px 10px;
}
#foot_ar .img_r03 {
padding-left: 15px;
}
#foot_ar .img_r03 img {
width: 60px;
}
#foot_ar .box01 {
text-align: center;
margin: 0;
}
#foot_ar .box02 {
text-align: center;
margin: 0;
}
#foot_ar .ico {
width: 100%;
display: block;
margin: 0 auto 5px;
}
#foot_ar .img_r02 {
padding: 15px 0;
}
#foot_ar .time {
width: 100%;
display: block;
}
}
#foot_ar .bn_ar {
clear: both;
padding: 15px 0;
border-top: solid 1px #dddddd;
border-bottom: solid 1px #dddddd;
text-align: center;
}
#foot_ar .bn {
display: inline-block;
vertical-align: middle;
padding: 0 10px;
}
@media only screen and (max-width: 800px) {
#foot_ar .bn_ar {
padding: 15px 0 5px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#foot_ar .bn {
display: block;
padding: 0 0 10px;
width: 49%;
text-align: left;
}
} .footer_sitemap {
padding: 30px 0 25px;
clear: both;
}
.sitemap_list {
line-height: 1em;
}
.sitemap_list-item {
display: inline-block;
font-size: 16px;
padding: 0em .5em 0 0;
margin: 0em .25em .5em 0;
position: relative;
}
.sitemap_list-item:after {
position: absolute;
content: "｜";
margin: 0 0 0 0px;
color: #333;
}
.sitemap_list-item:last-child:after {
position: absolute;
content: "";
margin: 0 0 0 0px;
color: #333;
}
.sitemap_list-item:last-child {
border-right: none;
}
.sitemap_list-item a {
color: #333;
text-decoration: none;
}
.sitemap_list-item a:hover {
text-decoration: underline;
}
@media only screen and (max-width: 800px) {
.footer_sitemap {
min-width: inherit;
padding: 30px 15px;
text-align: center;
}
.sitemap_list {
display: inline;
}
.footer_sitemap ul {
display: inline;
}
.sitemap_list-item {
font-size: 14px;
}
} .copyright_typo {
font-size: 14px;
text-align: center;
}
@media only screen and (max-width: 800px) {
.copyright_typo {
font-size: 12px;
}
} .pagetop_btn {
width: 96px;
height: 96px;
display: block;
right: 15px;
bottom: 0px;
cursor: pointer;
padding: 0 0 15px;
}
@media only screen and (max-width: 800px) {
.pagetop_btn {
display: none;
visibility: hidden;
height: 0px;
}
}    .bxslider_index {
display: none;
}
.slider_ar {
width: 100%;
min-width: 1054px;
clear: both;
position: relative;
z-index: 1;
}
@media only screen and (max-width: 800px) {
.slider_ar {
min-width: inherit;
min-height: inherit;
z-index: 10;
}
} .slider_bg01 {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_main_01.webp) no-repeat;
}
.slider_bg02 {
background: url(https://www.bridalsakai.com/wp-content/uploads/2026/05/top_main_02.webp) no-repeat;
}
.slider_bg03 {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_main_03.webp) no-repeat;
}
.slider_bg04 {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_main_04.webp) no-repeat;
}
.slider_bg01, .slider_bg02, .slider_bg03, .slider_bg04 {
position: relative; background-size: cover;
background-position: 50% 50%;
height: 650px;
}
@media only screen and (max-width: 800px) {
.slider_bg01, .slider_bg02, .slider_bg03, .slider_bg04 {
min-height: inherit;
height: 175px;
padding: 0 10px;
}
} .over-area {
position: relative;
margin: 0 auto;
height: 650px;
width: 100%;
}
.over-area .text-area {
position: absolute;
font-family: "FOT-筑紫明朝 Pr6 M";
font-size: 22px;
}
.over-area .text-area p {
margin-top: 40px;
text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
.over-area h2 {
font-size: 58px;
text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff;
}
.over-area .txt-height {
line-height: 1.6;
}
.over-area .fo-size01 {
font-size: 34px;
}
.over-area .u-txt {
margin-top: 10px !important;
font-size: 20px;
}
.over-area h2 span {
font-size: 76px;
}
.slider_bg01 .text-area {
top: 200px;
left: 20%;
}
.slider_bg02 .text-area {
top: 200px;
right: 12%;
}
.slider_bg03 .text-area {
top: 200px;
left: 20%;
}
.slider_bg04 .text-area {
top: 140px;
right: 18%;
}
.slider_bg01 h2 span {
color: #f86c6c;
}
.slider_bg01 h2 span.color01 {
color: #42b9d0;
}
.slider_bg01 h2 span.color02 {
color: #71290d;
}
.slider_bg02 h2 span {
color: #42b9d0;
}
.slider_bg03 h2 span {
color: #3eada9;
}
.slider_bg04 h2 span {
color: #fe901b;
}
.slider_bg01 .bgblue { padding: 10px 50px;
position: relative;
text-align: center;
margin-top: 40px;
}
.slider_bg01 .bgblue p {
margin-top: 0;
line-height: 1.5em;
}
.slider_bg01 .bgblue .text01 {
font-size: 26px;
}
.slider_bg01 .bgblue .text02 {
font-size: 48px;
}
.slider_bg01 .bgblue .text03 {
font-size: 18px;
}
.slider_bg01 .bgblue img {
position: absolute;
top: -5px;
left: 0;
right: 0;
margin: auto;
}
@media only screen and (max-width: 800px) {
.over-area {
height: 150px;
width: 100%;
}
.over-area .text-area {
font-size: 12px;
}
.over-area .u-txt {
margin-top: 2px !important;
font-size: 10px;
}
.over-area .text-area p {
margin-top: 5px;
text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
.over-area h2 {
font-size: 18px;
text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
.over-area h2 span {
font-size: 25px;
}
.slider_bg01 .text-area {
top: 0;
left: 10px;
}
.slider_bg01 h2 {
line-height: 1.2em !important;
}
.slider_bg02 .text-area {
top: 5px;
right: 10px;
}
.slider_bg03 .text-area {
top: 0px;
left: 10px;
}
.slider_bg04 .text-area {
position: static;
height: 100%;
}
.slider_bg04 .over-area {
width: 70%;
margin: 0 0 0 auto;
}
.slider_bg01 .bgblue {
padding: 5px;
margin-top: 10px;
}
.slider_bg01 .bgblue p {
margin-top: 2px;
line-height: 1.2em;
}
.slider_bg01 .bgblue .text01 {
font-size: 10px;
}
.slider_bg01 .bgblue .text02 {
font-size: 14px;
}
.slider_bg01 .bgblue .text03 {
font-size: 10px;
}
.over-area .fo-size01 {
font-size: 12px;
}
} #cont00_ar {
padding: 25px 0px 45px 0px;
}
#cont00_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 26px;
color: #472501;
line-height: 1.3em;
padding: 25px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_01.png) no-repeat center top;
}
#cont00_ar .ttl .min {
font-size: 18px;
}
#cont00_ar .bgblue {
font-family: "FOT-筑紫明朝 Pr6 M"; padding: 10px 50px;
position: relative;
text-align: center;
margin-top: 40px;
}
#cont00_ar .bgblue p {
margin-top: 0;
line-height: 1.5em;
}
#cont00_ar .bgblue .text01 {
font-size: 26px;
}
#cont00_ar .bgblue .text02 {
font-size: 48px;
}
#cont00_ar .text03 {
font-family: "FOT-筑紫明朝 Pr6 M";
padding: 10px 50px;
position: relative;
text-align: center;
font-size: 18px;
}
#cont00_ar .bgblue img {
position: absolute;
top: -5px;
left: 0;
right: 0;
margin: auto;
}
@media only screen and (max-width: 800px) {
#cont00_ar .bgblue {
padding: 10px 0px;
margin-top: 20px;
}
#cont00_ar .bgblue .text02 {
font-size: 30px;
}
} #cont01_ar {
clear: both;
padding: 60px 0px 45px 0px;
}
#cont01_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 33px;
color: #472501;
line-height: 1.3em;
padding: 25px 0px 0px 0px;
margin: 0px 0px 30px 0px;
text-align: center;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_01.png) no-repeat center top;
}
#cont01_ar .img {
text-align: center;
margin: 0px 0px 10px 0px;
}
#cont01_ar .txt {
font-size: 16px;
color: #333;
margin: 0px 0px 25px 0px;
}
#cont01_ar .bt {
text-align: center;
}
@media only screen and (max-width: 800px) {
#cont01_ar {
min-width: inherit;
padding: 50px 0px 50px 0px;
}
} #cont02_ar {
clear: both;
padding: 60px 0px 60px 0px;
}
#cont02_ar .bor {
border: solid 4px #502616;
width: 740px;
margin: auto;
padding: 45px 36px 36px;
position: relative;
}
#cont02_ar .bor:before {
position: absolute;
content: "";
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_03.png) no-repeat;
width: 111px;
height: 89px;
margin: 50px -50px 0 0px;
right: 0px;
top: 0px;
}
#cont02_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 28px;
color: #502616;
line-height: 1.3em;
margin: 0px 0px 30px 0px;
text-align: center;
}
#cont02_ar .bx_ar {
overflow: hidden;
}
#cont02_ar .bx_l {
width: 319px;
float: left;
margin: 0px 20px 0px 0px;
padding: 30px 15px 10px;
background: #f0fafc;
text-align: center;
}
#cont02_ar .bx_r {
width: 319px;
float: left;
padding: 30px 15px 10px;
background: #f0fafc;
text-align: center;
}
#cont02_ar .ttl_s {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 23px;
color: #502616;
line-height: 1.3em;
margin: 0px 0px 20px 0px;
padding: 0 0 15px;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_04.png) no-repeat center bottom;
}
#cont02_ar .txt {
font-size: 16px;
color: #502616;
font-weight: bold;
line-height: 2.0em;
}
@media only screen and (max-width: 800px) {
#cont02_ar {
min-width: inherit;
padding: 50px 0px 50px 0px;
}
#cont02_ar .bor {
width: 100%;
padding: 30px 20px;
}
#cont02_ar .bor:before {
margin: -60px 0px 0 0px;
right: 0px;
top: 0px;
}
#cont02_ar .bx_l {
width: 100%;
float: none;
margin: 0px 0px 20px 0px;
}
#cont02_ar .bx_r {
width: 100%;
float: none;
margin: 0px 0px 0px 0px;
}
} #cont03_ar {
width: 100%;
min-width: 1054px;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_06.png) no-repeat center center;
background-size: cover;
clear: both;
padding: 60px 0px 60px 0px;
}
#cont03_ar .bg {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_05.png) no-repeat right bottom 30px;
padding: 0px;
}
#cont03_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 33px;
color: #472501;
line-height: 1.3em;
padding: 25px 0px 0px 0px;
margin: 0px 0px 30px 0px;
text-align: center;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_01.png) no-repeat center top;
}
#cont03_ar .img {
text-align: center;
margin: 0px 0px 10px 0px;
}
#cont03_ar .txt {
font-size: 16px;
color: #333;
margin: 0px 0px 20px 0px;
line-height: 2.0em;
}
#cont03_ar .rob {
text-align: center;
margin: auto;
}
@media only screen and (max-width: 800px) {
#cont03_ar {
min-width: inherit;
padding: 50px 0px 50px 0px;
margin-top: 0;
}
#cont03_ar .bg {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_05.png) no-repeat right bottom 0px;
padding: 0px;
}
} #cont04_ar {
width: 100%;
min-width: 1054px;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_08.png) no-repeat center top;
background-size: cover;
clear: both;
padding: 45px 0px 45px 0px;
}
#cont04_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 33px;
color: #472501;
line-height: 1.3em;
padding: 25px 0px 0px 0px;
margin: 0px 0px 30px 0px;
text-align: center;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_01.png) no-repeat center top;
}
#cont04_ar .img {
text-align: center;
margin: 0px 0px 20px 0px;
}
#cont04_ar .txt01, #cont04_ar .txt02, #cont04_ar .txt03, #cont04_ar .txt04, #cont04_ar .txt05, #cont04_ar .txt06 {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 20px;
color: #472501;
margin: 0px 0px 35px 0px;
padding: 0 0 0 55px;
position: relative;
line-height: 1.2em;
}
#cont04_ar .txt01:before, #cont04_ar .txt02:before, #cont04_ar .txt03:before, #cont04_ar .txt04:before, #cont04_ar .txt05:before, #cont04_ar .txt06:before {
position: absolute;
content: "";
width: 40px;
height: 40px;
margin: -8px 0 0 -55px;
}
#cont04_ar .txt01:before {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_10.png) no-repeat;
}
#cont04_ar .txt02:before {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_12.png) no-repeat;
}
#cont04_ar .txt03:before {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_14.png) no-repeat;
}
#cont04_ar .txt04:before {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_16.png) no-repeat;
}
#cont04_ar .txt05:before {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_18.png) no-repeat;
}
#cont04_ar .txt06:before {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_42.png) no-repeat;
}
@media only screen and (max-width: 800px) {
#cont04_ar {
min-width: inherit;
padding: 50px 0px 50px 0px;
}
} #cont05_ar {
clear: both;
padding: 45px 0px 60px 0px;
}
#cont05_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 33px;
color: #472501;
line-height: 1.3em;
padding: 25px 0px 0px 0px;
margin: 0px 0px 30px 0px;
text-align: center;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_01.png) no-repeat center top;
}
#cont05_ar .bor {
border: solid 1px #dddddd;
margin: 0 0 35px;
padding: 20px 28px;
clear: both;
}
#cont05_ar .img {
text-align: center;
margin: 0 -30px 0 0;
}
#cont05_ar .txt_ar {
margin: 0 0px 0 30px;
}
#cont05_ar .ttl_s {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 24px;
color: #000;
line-height: 1.3em;
padding: 0px 0px 12px 0px;
margin: 15px 0px 20px 0px;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_20.png) no-repeat left bottom;
}
#cont05_ar .txt {
font-size: 16px;
color: #333;
margin: 0px 0px 20px 0px;
}
#cont05_ar .bt {}
@media only screen and (max-width: 800px) {
#cont05_ar {
min-width: inherit;
padding: 50px 0px 50px 0px;
}
#cont05_ar .bor {
margin: 0 0 30px;
padding: 20px 20px;
}
#cont05_ar .img {
margin: 0 0px 10px 0;
}
#cont05_ar .txt_ar {
margin: 0 0px 0 0px;
}
#cont05_ar .bt {
text-align: center;
}
} #cont06_ar {
clear: both;
padding: 0px 0px 65px 0px;
}
#cont06_ar .box {
height: 490px;
}
#cont06_ar .bor_r {
border: solid 1px #dddddd;
padding: 20px 28px;
}
#cont06_ar .bor_r .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 28px;
color: #502616;
line-height: 1.3em;
padding: 0px 0px 12px 0px;
margin: 0px 0px 15px 0px;
text-align: center;
border-bottom: solid 1px #dddddd;
}
#cont06_ar .bor_l {
border: solid 1px #dddddd;
padding: 40px 40px;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_43.png) no-repeat right bottom/contain;
font-family: "FOT-筑紫明朝 Pr6 D";
color: #502616;
}
#cont06_ar .bor_l .ttl {
font-size: 28px;
padding-bottom: 10px;
border-bottom: solid 1px #cdcdcd;
text-align: center;
}
#cont06_ar .bor_l .data {
text-align: center;
font-size: 27px;
color: #3eada9;
padding: 10px 40px;
background: #f7f7f9;
}
#cont06_ar .bt {
text-align: center;
}
.top_bnr_wrap a {
text-decoration: none;
}
.top_bnr {
border: 1px solid #ccc;
}
.top_bnr:hover {
opacity: 0.8;
}
.top_bnr_inner {
border: 5px solid #fff;
background-color: #F7F7F9;
background-image: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_bnr_bg02.png), url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_bnr_bg01.png);
background-position: right top, left bottom;
background-repeat: no-repeat, no-repeat;
padding: 5px;
height: 80px;
text-align: center;
}
.top_bnr_inner p {
color: #502616;
font-size: 21px;
font-family: "FOT-筑紫明朝 Pr6 D";
margin-bottom: 0px;
}
.top_bnr_inner:before {
content: "";
display: inline-block;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_bnr_bg03.png) no-repeat center center;
height: 10px;
width: 76px;
}
@media only screen and (max-width: 800px) {
#cont06_ar {
min-width: inherit;
padding: 50px 0px 50px 0px;
}
#cont06_ar .bor_l {
margin: 0 0px 30px 0;
padding: 30px 20px;
}
#cont06_ar .bor_r {
margin: 0 0px 30px 0;
padding: 30px 20px;
}
#cont06_ar .box {
height: auto;
}
#cont06_ar .bor_l .ttl {
font-size: 24px;
}
#cont06_ar .bor_l .data {
font-size: 20px;
padding: 10px;
}
} .news02 {
margin: 0 0 20px;
}
.news02_ar {
margin: 0 0 15px;
}
.news02.voice {
margin: 0px;
}
.news02.voice .news02_ar {
margin: 0px;
}
.news02_list {
display: table;
width: 100%;
}
.news02_img {
text-align: center;
margin: 0 -15px 0 0;
}
.news02_com_ar {
margin: 0 0 0 0px;
}
.news02_ttl {
width: 100%;
padding: 0em 0em .25em 0em;
display: block;
font-size: 16px;
color: #333;
}
.news02_ttl a:link, .news02_ttl a:visited {
color: #333;
}
.news02_time {
width: 100%;
padding: 0em em .25em 0em;
display: table-cell;
font-size: 16px;
color: #828181;
}
.news02_com {
width: 100%;
padding: 0em 0em 0em 0em;
display: block;
font-size: 16px;
color: #000;
}
@media only screen and (max-width: 800px) {
.news02.voice .news02_ar {
margin: 0 0 25px;
}
.news02_ar {
margin: 0 0 25px;
}
.news02_list {
display: block;
}
.news02_img {
margin: 0 0 10px;
}
.news02_com_ar {
margin: 0 0 0 0px;
}
.news02_time {
width: 100%;
padding: 0em 0em .25em;
display: block;
border-right: none;
}
.news02_ttl {
width: 100%;
padding: 0em 0em .25em;
display: block;
}
.news02_com {
padding: 0em 0em 0em;
}
} #cont07_ar {
width: 100%;
min-width: 1054px;
background: #f0fafc;
clear: both;
padding: 60px 0px 60px 0px;
}
#cont07_ar .img {
text-align: center;
margin: 0px 0px 50px 0px;
}
#cont07_ar .bt {
text-align: center;
}
@media only screen and (max-width: 800px) {
#cont07_ar {
min-width: inherit;
padding: 50px 0px 20px 0px;
}
#cont07_ar .bt {
margin: 0 0 30px;
}
} #cont08_ar {
clear: both;
padding: 60px 0px 0px 0px;
margin: 0 0 -80px;
}
#cont08_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 33px;
color: #472501;
line-height: 1.3em;
padding: 25px 0px 0px 0px;
margin: 0px 0px 40px 0px;
text-align: center;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_01.png) no-repeat center top;
}
#cont08_ar .map {
text-align: center;
}
@media only screen and (max-width: 800px) {
#cont08_ar {
min-width: inherit;
padding: 50px 0px 0px 0px;
}
} #cont09_ar {
clear: both;
padding: 60px 0px 0px;
} #cont10_ar {
clear: both;
padding: 45px 0px 45px 0px;
}
#cont10_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 26px;
color: #472501;
line-height: 1.3em;
padding: 25px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/top_con_01.png) no-repeat center top;
}
#cont10_ar .ttl .min {
font-size: 18px;
}
#cont10_ar .bgblue {
font-family: "FOT-筑紫明朝 Pr6 M"; padding: 0 0 30px;
position: relative;
text-align: center;
margin-top: 40px;
}
#cont10_ar .bgblue p {
margin-top: 0;
line-height: 1.5em;
}
#cont10_ar .bgblue .text01 {
font-size: 26px;
}
#cont10_ar .bgblue .text02 {
font-size: 48px;
}
#cont10_ar .text03 {
font-family: "FOT-筑紫明朝 Pr6 M";
padding: 20px 0 0;
position: relative;
text-align: center;
font-size: 18px;
}
#cont10_ar .bgblue img {
position: absolute;
top: -5px;
left: 0;
right: 0;
margin: auto;
}
.cont10_movie {
width: 70%;
aspect-ratio: 16 / 9;
margin: auto;
}
.cont10_movie video {
width: 100%;
height: 100%;
}
@media only screen and (max-width: 800px) {
#cont09_ar {
padding: 50px 0 0;
}
#cont10_ar .bgblue {
margin-top: 0;
}
.cont10_movie {
width: 100%;
}
}   .page_bn_ar {
border: solid 1px #ddd;
padding: 5px;
}
.page_bn_ar .bg {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/page_bn03.png) no-repeat right 0px top 0px;
padding: 25px 0 25px;
}
.page_bn_ar .bg02 {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/page_bn06.png) no-repeat right 0px top 0px;
padding: 25px 0 25px;
}
.page_bn_ar .bt_ar {
width: 330px;
text-align: center;
}
.page_bn_ar .bt01 {
margin: 0 0 10px;
}
.page_bn_ar .bt02 {}
@media only screen and (max-width: 800px) {
.page_bn_ar .bg {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/page_bn03.png) no-repeat right -60px top 0px;
padding: 25px 20px;
}
.page_bn_ar .bg02 {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/page_bn06_sp.png) no-repeat right -60px top 0px;
padding: 25px 20px;
}
.page_bn_ar .bt_ar {
width: 100%;
text-align: center;
}
.page_bn_ar .bt01 {
margin: 0 0 10px;
}
} .css_bt_st {
display: block;
}
.css_bt_fo {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 13px;
display: inline-block;
padding: 5px .5em 5px 1em;
background: #3eada9 url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/bt_arr.png) no-repeat left 5px center;
text-align: center;
vertical-align: middle;
}
.css_bt_fo:hover {
background-color: #4dc3bf;
}
.css_bt_st a:link {
color: #fff;
}
.css_bt_st a:visited {
color: #fff;
}
.css_bt_st a:hover {
color: #fff;
}
.css_bt100 {
width: 100%;
}
.css_bt_mg {
margin: 0 -10px 0 0;
}
@media only screen and (max-width: 800px) {
.css_bt_fo {
min-width: inherit;
width: 90%;
margin: auto;
}
.css_bt100 {
width: 90%;
margin: auto;
}
} .page_bx05_ar, .page_bx06_ar, .page_bx07_ar, .page_bx08_ar, .page_bx09_ar, .page_bx10_ar {
overflow: hidden;
}
.page_bx05_ar {
margin: 0 -1%;
}
.page_bx06_ar {
margin: 0 -1%;
}
.page_bx07_ar {
margin: 0 -1%;
}
.page_bx08_ar {
margin: 0 -.5%;
}
.page_bx09_ar {
margin: 0 -.5%;
}
.page_bx10_ar {
margin: 0 -.5%;
}
.page_bx05, .page_bx06, .page_bx07, .page_bx08, .page_bx09, .page_bx10 {
float: left;
}
.page_bx05 {
width: 18%;
margin: 0 1%;
}
.page_bx06 {
width: 14.666%;
margin: 0 1%;
}
.page_bx07 {
width: 12.285%;
margin: 0 1%;
}
.page_bx08 {
width: 11.5%;
margin: 0 .5%;
}
.page_bx09 {
width: 10.111%;
margin: 0 .5%;
}
.page_bx10 {
width: 9%;
margin: 0 .5%;
}
@media only screen and (max-width: 800px) {
.page_bx05_ar, .page_bx06_ar, .page_bx07_ar, .page_bx08_ar, .page_bx09_ar, .page_bx10_ar {
margin: 0 0%;
}
.page_bx05, .page_bx06, .page_bx07, .page_bx08, .page_bx09, .page_bx10 {
width: 100%;
margin: 0 0% 20px;
float: none;
}
} .txt_bg {
background-image: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/sample.png);
background-repeat: repeat-x;
background-position: bottom left;
display: inline-block;
} .page_num {
padding: 0 0 0 0px;
}
.page_num>p {
width: 50px;
height: 50px;
display: inline-block;
vertical-align: middle;
background: #f27d8d;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: .5em .5em;
text-align: center;
font-size: 20px;
color: #fff;
margin: 0 20px 0 0;
}
@media only screen and (max-width: 800px) {
.page_num {
text-align: center;
padding: 0 0 0 0px;
}
.page_num>span {
display: block;
padding: 10px 0 0;
}
} .link_bl a:link {
color: #004CFF;
}
.link_bl a:visited {
color: #004CFF;
} .bg_bl {
background-color: #dbf4f3;
padding: 20px 20px 5px;
word-break: break-all;
}
.bor_bl {
border: solid 2px #3eada9;
padding: 20px 20px 5px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.bor_bl .ttl {
border-bottom: solid 1px #3eada9;
padding: 0px 0px 5px;
margin: 0 0 10px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.bor_bl2 {
border: solid 2px #3eada9;
padding: 20px 20px 5px;
} .breadcrumb_area {
overflow: hidden;
height: auto;
margin: 30px 0px 40px 0px;
}
.breadcrumb_style {
float: left;
}
.breadcrumb_font {
font-size: 12px;
}
.breadcrumb_font ul li {
float: left;
}
@media only screen and (max-width: 800px) {
.breadcrumb_area {
margin: 20px 0px 20px 0px;
}
}   .common_tbl2 {
width: 100%;
border: solid 1px #ccc;  }
.common_tbl2 th {
text-align: left;
vertical-align: middle;
padding: .75em .75em;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
color: #FFF;
background-color: #33a39f;
} .common_tbl2 td {
text-align: left;
vertical-align: middle;
padding: .75em .75em;
border-bottom: solid 1px #ccc;
}
.tbl_pad {
display: block;
padding: 0 0 20px;
}
.common_tbl3 {
width: 100%;
border: solid 1px #ccc;
}
.common_tbl3 th {
text-align: center;
vertical-align: middle;
padding: 5px;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
color: #FFF;
background-color: #33a39f;
}
.common_tbl3 td {
text-align: center;
vertical-align: middle;
padding: 5px;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
}
@media only screen and (max-width: 800px) {
.common_tbl3 {
font-size: 11px;
}
.common_tbl2 th {
width: 100%;
text-align: center;
list-style: none !important;
padding: 0.5em 0em;
}
.common_tbl2 td {
width: 100%;
text-align: center;
padding: 0.5em 0em;
}
.common_tbl2.left td {
text-align: left;
}
.table-scroll {
overflow-x: scroll;
}
.table-scroll:before {
content: "※横にスクロールできます。";
color: #F00;
}
.table-scroll::-webkit-scrollbar {
height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
margin: 0 5px;
border-radius: 10px;
background: #f5f6f8;
}
.table-scroll::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #333;
}
.table-scroll table {
margin-bottom: 20px !important;
width: 150%;
}  }
.common_tbl3col {
width: 100%;
border-collapse: collapse;
border: solid 1px #ccc;
}
.common_tbl3col tr {
width: 100%;
}
.common_tbl3col td { border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
padding: .75em .75em;
}
.common_tbl3col_title {
text-align: center;
background-color: #33a39f;
color: #FFF;
}
.common_tbl3col_left {
width: 25%;
text-align: left;
background-color: #33a39f;
color: #FFF;
}
.common_tbl3col_center {
text-align: left;
}
.common_tbl3col_right {
text-align: left;
}    .disc_list_style {
text-align: left;
}
.disc_list_style.center {
display: flex;
justify-content: center;
}
.disc_list_style ul li {
list-style-position: inside;
list-style: disc;
margin: 0px 0px 7px 20px;
}
.decimal_list_style {
text-align: left;
}
.decimal_list_style p {
display: inline-block;
float: left;
padding: 0 15px 0 0;
}
.decimal_list_style ul {
float: right;
}
.decimal_list_style ul li {
list-style-position: inside;
list-style: decimal;
margin: 0px 0px 7px 20px;
}
.decimal_list_style ul li ul li {
list-style-position: inside;
list-style: disc;
margin: 0px 0px 7px 20px;
}
.img_list_style {
margin: 0 0 20px;
}
.img_list_style ul li {
font-size: 15px;
color: #333;
list-style-position: inside;
list-style: none;
margin: 0px 0px .75em 0px;
padding: 0 0 0 20px;
position: relative;
}
.img_list_style ul li:before {
position: absolute;
content: "";
width: 12px;
height: 10px;
margin: 0px 0 0 -20px;
}
.st_list_style {
text-align: left;
}
.st_list_style ul li {
list-style-position: inside;
list-style: none;
margin: 0px 0px 7px 0px;
padding-left: 20px;
position: relative;
font-weight: bold;
}
.st_list_style ul li:before {
position: absolute;
content: "✓";
color: #000;
font-size: 14px;
margin: 0 0 0 -20px;
} .access_map_index {
width: 100%;
height: 340px;
margin: 0 0 -10px;
}
.access_map_side {
width: 100%;
height: 150px;
}
.access_map_foot {
width: 100%;
height: 200px;
}
.access_map_l {
width: 100%;
height: 500px;
}
@media only screen and (max-width: 800px) {
.access_map_index {
height: 300px;
}
.access_map_side {
height: 250px;
}
.access_map_foot {
height: 250px;
}
.access_map_l {
height: 250px;
}
} .no_comment {
padding: 40px 0;
text-align: center;
font-size: 14px;
color: #333;
} strong {
font-weight: bold;
}
.topics_sec section ul {
padding-left: 1.5em;
}
.topics_sec section ul li {
list-style: outside disc;
}
.topics_sec section ol {
padding-left: 1.5em;
}
.topics_sec section ol li {}
.topics_sec section em {
font-style: italic; }
.aligncenter {
margin: 0 auto !important;
text-align: center !important;
display: block;
}
.h301, .h401 { border-bottom: solid 1px #50af1f;
padding: 7px 10px 7px 0px;
margin-bottom: 20px;
font-size: 20px;
line-height: 1.2;
clear: both;
}
.postdata p, .postdata ul, .postdata ol {
margin-bottom: 20px;
}
.postdata ul li {
list-style: disc;
}
.postdata ol li {
list-style: decimal;
}
.postdata strong {
font-weight: bold;
}
.postdata em {
font-style: italic;
}
.postdata a {
text-decoration: underline;
}
.postdata a:hover {
text-decoration: none;
} .h2_style {
width: 100%;
min-width: 1054px;
background: #f5f5f8 url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/h2-bg.png) no-repeat center center/cover;
clear: both;
padding: 100px 0px;
text-align: center;
}
.h2_style.bg02 {
background: #ffffff url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/h2-bg02.png) no-repeat center center/contain;
}
.h2_font {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 36px;
color: #3eada9;
line-height: 1.3em;
text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 4px 4px 7px #fff, -4px 4px 7px #fff, 4px -4px 7px #fff, -4px -4px 7px #fff;
}
@media only screen and (max-width: 800px) {
.h2_style {
min-width: inherit;
padding: 60px 15px;
}
}
.h3_style, .heading {
background: #3eada9;
padding: 2px;
margin: 0px 0px 25px 0px;
clear: both;
}
.h3_font, .heading_back {
background: #3eada9;
border: solid 1px #fff;
padding: 5px 10px;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 28px;
color: #fff;
line-height: 1.3em;
}
.h3_font a:link, .h3_font a:visited {
color: #fff;
}
@media only screen and (max-width: 800px) {}
.h4_style {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/h4.png) no-repeat left bottom;
padding: 0px 0px 5px 0px;
margin: 0px 0px 20px 0px;
clear: both;
}
.h4_font {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 24px;
color: #000;
line-height: 1.3em;
}
.h4_font a:link, .h4_font a:visited {
color: #000;
}
.postdata h4 {
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/h4.png) no-repeat left bottom;
padding: 0px 0px 5px 0px;
margin: 0px 0px 20px 0px;
clear: both;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 24px;
color: #000;
line-height: 1.3em;
}
@media only screen and (max-width: 800px) {}
.h5_style {
margin: 0px 0px 20px 0px;
clear: both;
}
.h5_font {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 18px;
color: #000;
line-height: 1.3em;
padding: 0 0 0 15px;
position: relative;
}
.h5_font:before {
position: absolute;
content: "";
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/h5.png) no-repeat;
width: 4px;
height: 18px;
margin: 2px 0 0 -15px;
}
.h5_font a:link, .h5_font a:visited {
color: #000;
}
.postdata h5 {
margin: 0px 0px 20px 0px;
clear: both;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 18px;
color: #000;
line-height: 1.3em;
padding: 0 0 0 15px;
position: relative;
}
.postdata h5:before {
position: absolute;
content: "";
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/h5.png) no-repeat;
width: 4px;
height: 18px;
margin: 2px 0 0 -15px;
}
@media only screen and (max-width: 800px) {}       .box-accordion {
background: #fff;
padding: 0px 0;
position: relative;
}
.box-accordion .accordion-btn {
-webkit-transition: .5s;
transition: .5s;
margin: 0px 0 0;
}
.box-accordion .accordion-btn::before {
content: "▼　パーティーの流れはこちら　▼";
font-size: 16px;
color: #fff;
display: inline-block;
padding: 5px 3em;
background-color: #3eada9;
text-align: center;
vertical-align: middle;
position: absolute;
bottom: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: .5s;
transition: .5s;
cursor: pointer;
width: 100%;
}
.box-accordion .accordion-btn.is-open:before {
content: "閉じる";
}
.box-accordion .accordion-btn:hover {
opacity: .5;
}
.box-accordion .box-inner {
display: none;
padding: 25px 20px 30px;
background-color: #dbf4f3;
}
@media only screen and (max-width: 800px) {
.box-accordion {
padding: 0px 0;
}
.box-accordion .accordion-btn {
margin: 0px 0 0;
}
.box-accordion .accordion-btn::before {
width: 100%;
padding: 5px 1em;
}
}   .p03_pad {
padding: 60px 0 0px;
}
@media only screen and (max-width: 800px) {
.p03_pad {
padding: 0px 0 15px;
}
}   .p04_post {
overflow: hidden;
margin: 0 0 20px;
}
.p04_ttl {
width: 75%;
float: left;
}
.p04_date {
width: 25%;
float: right;
text-align: right;
}
@media only screen and (max-width: 800px) {
.p04_post {
margin: 0 0 0px;
}
.p04_ttl {
width: 100%;
float: none;
margin: 0 0 10px;
}
.p04_date {
width: 100%;
float: none;
margin: 0 0 10px;
text-align: left;
}
}
.p04_01_tbl2 {
width: 100%;
padding-left: 20px;
}
.p04_01_tbl2 th {
text-align: left;
vertical-align: middle;
padding: .75em .75em;
border-bottom: solid 2px #3eada9;
}
.p04_01_tbl2 td {
width: 30%;
text-align: right;
vertical-align: middle;
padding: .75em .75em;
border-bottom: solid 2px #3eada9;
}
.p04_01_tbl3 {
width: 100%;
padding-left: 20px;
}
.p04_01_tbl3 th {
text-align: left;
vertical-align: middle;
padding: .75em .75em;
border-bottom: solid 2px #3eada9;
}
.p04_01_tbl3 td {
width: 30%;
text-align: right;
vertical-align: middle;
padding: .75em .75em;
border-bottom: solid 2px #3eada9;
}
@media only screen and (max-width: 800px) {
.p04_01_tbl2 th {
width: 100%;
text-align: center;
list-style: none !important;
padding: 0.5em 0em;
background: #3eada9;
color: #fff;
}
.p04_01_tbl2 td {
width: 100%;
text-align: center;
padding: 0.5em 0em;
}
}   .mob_ico_ar {
margin: 0 0 20px;
}
.mob_ico {
display: inline-block;
vertical-align: middle;
padding: 0px 5px 0px 0px;
}
.mob_carr {
display: inline-block;
vertical-align: middle;
padding: 0px 30px 0px 0px;
}
@media only screen and (max-width: 800px) {
.mob_ico_ar {
overflow: hidden;
}
.mob_ico {
width: 15%;
float: left;
display: block;
text-align: right;
margin: 0 0 10px;
}
.mob_carr {
width: 35%;
float: left;
display: block;
padding: 2px 0px 0px 0px;
margin: 0 0 10px;
}
}   .p10_01_tbl2 {
width: 100%;
padding-left: 20px;
}
.p10_01_tbl2 th {
width: 37%;
text-align: left;
vertical-align: middle;
padding: .75em 0em;
border-bottom: solid 1px #ccc;
}
.p10_01_tbl2 td {
text-align: left;
vertical-align: middle;
padding: .75em 0em;
border-bottom: solid 1px #ccc;
word-break: break-all;
}
@media only screen and (max-width: 800px) {
.p10_01_tbl2 th {
width: 100%;
text-align: center;
list-style: none !important;
padding: 0.5em 0em 0;
}
.p10_01_tbl2 td {
width: 100%;
text-align: center;
padding: 0 0 0.5em 0em;
}
}   .arc_blog_a {
clear: both;
}
.arc_blog_a .thumb_img {
text-align: center;
margin: 0 0 20px;
}
.arc_blog_a .cate_ar {
text-align: right;
margin: 0 0 20px;
}
.arc_blog_a .cate {
display: inline-block;
text-align: center;
font-size: 14px;
color: #fff;
padding: 5px 15px;
background-color: #33a39f;
height: 30px;
}
.arc_blog_a .cate+.cate {
margin-left: 10px;
}
.arc_blog_a .date {
display: inline-block;
font-size: 14px;
padding: 2px 0px 2px 20px;
}
.arc_blog_a .txt {
margin: 0 0 20px 0;
}
.arc_blog_a .bt {
margin: 0 0 20px 0;
text-align: right;
color: #900;
}
.arc_blog_a .bt a:link {
color: #900;
}
.arc_blog_a .bt a:visited {
color: #900;
}
@media only screen and (max-width: 800px) {
.arc_blog_a .cate_ar {
text-align: left;
}
}   #sing_blog_a {
clear: both;
}
#sing_blog_a .cate_ar {
text-align: right;
margin: 0 0 30px;
}
#sing_blog_a .cate {
display: inline-block;
text-align: center;
font-size: 14px;
color: #fff;
padding: 2px 15px;
background-color: #33a39f;
}
#sing_blog_a .cate+.cate {
margin-left: 10px;
}
#sing_blog_a .date {
display: inline-block;
font-size: 14px;
padding: 2px 0px 2px 20px;
}
#sing_blog_a .txt {
margin: 0 0 40px 0;
}
@media only screen and (max-width: 800px) {
#sing_blog_a .cate_ar {
text-align: left;
margin: 0 0 20px;
}
}   #side_post_ar {
border-top: solid 2px #3eada9;
border-bottom: solid 1px #dddddd;
border-left: solid 1px #dddddd;
border-right: solid 1px #dddddd;
margin: 0 0 20px;
padding: 0px 20px 20px;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 14px;
color: #000;
}
#side_post_ar .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 16px;
color: #502616;
text-align: center;
background: #fefce8;
margin: 0px -20px 15px;
padding: 10px 10px;
}
#side_post_ar ul li {
list-style: disc;
list-style-position: inside;
margin: 1em .5em;
position: relative;
padding: 0 0em 0 1em;
}
@media only screen and (max-width: 800px) {}
.box-style01 {
border: 1px solid #ccc;
}
.box-style01-inner {
border: 5px solid #fff;
background-color: #F7F7F9;
background-image: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/010/box-style01_bg01.png), url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/010/box-style01_bg02.png);
background-position: right bottom, left top;
background-repeat: no-repeat, no-repeat;
}
.box-style02 {
border: 1px solid #ccc;
}
.box-style02-inner {
border: 5px solid #fff;
background-color: #F7F7F9;
padding: 15px 5px;
font-size: 14px;
}
.box-style02-inner .ttl {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 18px;
color: #e60000;
}
.box-style02-inner .ttl02 {
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 26px;
}
.box-style02-inner .ttl.brown {
color: #472501;
}
.box-style02-inner span {
color: #3eada9;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 18px;
}
.box-style02-inner .sub-ttl {
text-decoration: underline;
color: #3eada9;
font-family: "FOT-筑紫明朝 Pr6 D";
font-size: 15px;
}
@media only screen and (max-width: 800px) {
.box-style02-inner .ttl02 {
font-size: 18px;
}
}
.under-bnr {
display: block;
}
.under-bnr:hover {
text-decoration: none;
}
.notice {
text-indent: -1em;
padding-left: 1em;
font-size: 90%;
}
.border-red {
border: 1px solid #f00;
}
.merit-list {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.merit-list dt {
width: 20%;
margin-bottom: 20px;
}
.merit-list dd {
width: 80%;
margin-bottom: 20px;
}
.merit-list dt span {
font-size: 14px;
display: inline-block;
background: #3EADA9;
text-align: center;
padding: 5px 30px;
border-radius: 30px;
color: #fff;
}
.merit-list.demerit:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 40px 80px 0 80px;
border-color: #3EADA9 transparent transparent transparent;
margin: 0 auto 20px;
}
.merit-list.demerit span {
background: #ddd;
}
@media only screen and (max-width: 800px) {
.merit-list {
display: flex;
}
.merit-list dt, .merit-list dd {
width: 100%;
}
.merit-list dt {
margin-bottom: 0px;
}
}
.anchor-btn,
.anchor-btn_rd {
background: #fff;
padding: 5px;
border: 1px solid #dbdbdb;
}
.anchor-btn a,
.anchor-btn_rd a {
display: block;
font-size: 24px;
padding: 10px;
text-align: center;
font-family: "FOT-筑紫明朝 Pr6 D";
text-decoration: none;
}
.anchor-btn a {
color: #502616;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/anchor_bg.png) no-repeat no-repeat left top;
background-color: #F7F7F9;
}
.anchor-btn_rd a {
color: #f00;
background: url(//www.bridalsakai.com/wp-content/themes/temp01_07/images/shared/anchor_bg_rd.png) no-repeat no-repeat left top;
background-color: #F7F7F9;
}
.anchor-btn a:hover,
.anchor-btn_rd a:hover {
opacity: 0.8;
}
@media only screen and (max-width: 800px) {
.anchor-btn,
.anchor-btn_rd {
margin-bottom: 20px;
}
.anchor-btn a {
font-size: 18px;
}
}
.tsukumin {
font-family: "FOT-筑紫明朝 Pr6 D";
}
.del {
color: #f00;
text-decoration: line-through;
}
.del span {
color: #000;
} .contact-form table {
border-collapse: collapse;
margin: 0 0 50px;
width: 100%;
}
.contact-form table tr {
border-bottom: 1px dashed #CCC;
}
.contact-form table th {
padding: 20px 40px 20px 0;
vertical-align: middle;
text-align: left;
}
.contact-form table td {
padding: 20px 0;
}
.contact-form .hissu {
display: inline-block;
background: #E57373;
border-radius: 3px;
color: #fff;
font-size: 10px;
padding: 1px 8px;
margin-left: 15px;
vertical-align: 1px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form select,
.contact-form textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: #f1f1f1;
border: none;
border-radius: 2px;
font-size: 16px;
padding: 10px;
width: 100%;
}
.contact-form select::-ms-expand {
display: none;
}
.contact-form textarea {
height: 200px;
}
.contact-form input[type=file] {
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
outline: 1px solid #419caf;
}
.contact-form .select-wrap {
position: relative;
}
.contact-form .select-wrap::after {
content: "";
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #333 transparent transparent transparent;
pointer-events: none;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
display: inline-block;
margin-right: 15px;
margin-left: 0 !important;
}
.contact-form .mwform-radio-field input[type=radio] {
display: none;
}
.contact-form .mwform-radio-field label {
display: inline-block;
border-radius: 2px;
position: relative;
cursor: pointer;
padding: 0 0 0 30px;
line-height: 1;
}
.contact-form .mwform-radio-field label:before {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 20px;
height: 20px;
margin-top: -10px;
background: #fff;
border: 2px solid #ddd;
border-radius: 50%;
box-sizing: border-box;
}
.contact-form .mwform-radio-field .mwform-radio-field-text:after {
content: "";
border-radius: 50%;
background: #419caf;
position: absolute;
top: 50%;
left: 5px;
width: 10px;
height: 10px;
margin-top: -5px;
transition: 0.4s;
-webkit-transform: scale(0);
transform: scale(0);
}
.contact-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:after {
-webkit-transform: scale(1);
transform: scale(1);
}
.contact-form .mwform-checkbox-field input[type=checkbox] {
display: none;
}
.contact-form .mwform-checkbox-field label {
display: inline-block;
cursor: pointer;
line-height: 1;
padding: 0 0 0 30px;
position: relative;
}
.contact-form .mwform-checkbox-field label:before {
content: "";
background: #fff;
border: 2px solid #ddd;
border-radius: 3px;
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
box-sizing: border-box;
}
.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
content: "";
border-bottom: 3px solid #419caf;
border-right: 3px solid #419caf;
width: 7px;
height: 12px;
position: absolute;
top: calc(50% - 6px);
left: 7px;
transition: 0.3s;
-webkit-transform: scale(0) rotate(45deg);
transform: scale(0) rotate(45deg);
}
.contact-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
-webkit-transform: scale(1) rotate(45deg);
transform: scale(1) rotate(45deg);
}
.contact-form .mwform-tel-field {
display: flex;
justify-content: space-between;
align-items: center;
}
.contact-form .mwform-tel-field input[type=text] {
width: 29%;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(1) {
margin-right: 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(2) {
margin: 0 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(3) {
margin-left: 10px;
}
.contact-form .mwform-zip-field input[type=text] {
width: 15%;
min-width: 80px;
margin: 0 10px;
}
.contact-form .preferred-date {
overflow: hidden;
}
.contact-form .preferred-date .date {
width: 45%;
float: left;
}
.contact-form .preferred-date .time {
display: flex;
align-items: center;
float: right;
width: 50%;
}
.contact-form .preferred-date .time select {
width: 80px;
}
.contact-form .preferred-date .time .hour {
margin: 0 10px;
}
.contact-form .preferred-date .time .minute {
margin: 0 0 0 10px;
}
.contact-form .birthday {
display: flex;
align-items: center;
}
.contact-form .birthday select {
width: 100px;
}
.contact-form .birthday .year {
margin: 0 10px;
}
.contact-form .birthday .month {
margin: 0 10px;
}
.contact-form .birthday .day {
margin: 0 0 0 10px;
}
.contact-form .submit-btn {
display: flex;
justify-content: center;
}
.contact-form .submit-btn [type=submit] {
-webkit-appearance: none;
background: #419caf;
border: 1px solid #419caf;
border-radius: 0;
outline: none;
color: #fff;
cursor: pointer;
font-size: 16px;
padding: 22px 40px;
letter-spacing: 3px;
transition: 0.3s;
width: 250px;
}
.contact-form .submit-btn [type=submit]:hover {
opacity: 0.7;
}
.contact-form .submit-btn [type=submit].back-btn {
background: #999;
border: none;
margin-right: 50px;
}
.mw_wp_form_confirm .select-wrap::after {
display: none;
}
@media screen and (max-width: 800px) and (min-width: 0px) { .contact-form table {
margin: 0 0 30px;
}
.contact-form table colgroup {
display: none;
}
.contact-form table tr {
border-bottom: 1px dashed #CCC;
}
.contact-form table th, .contact-form table td {
display: block;
}
.contact-form table th {
padding: 15px 0 10px;
}
.contact-form table td {
padding: 0 0 15px;
}
.contact-form .preferred-date {
overflow: hidden;
}
.contact-form .preferred-date .date {
width: 100%;
float: none;
margin: 0 0 10px;
}
.contact-form .preferred-date .time {
width: 100%;
}
.contact-form .birthday select {
width: auto;
padding: 15px 30px 15px 15px;
}
.contact-form .birthday .year {
margin: 0 5px;
}
.contact-form .birthday .month {
margin: 0 5px;
}
.contact-form .birthday .day {
margin: 0 0 0 5px;
}
.contact-form .submit-btns [type=submit] {
padding: 15px;
width: 250px;
}
.contact-form .submit-btns [type=submit].back {
margin-right: 25px;
}
}
.top_bnr02 {
padding: 0 0 70px;
}
@media (max-width: 800px) {
.top_bnr02 {
padding: 0 0 40px;
}
}
@media (max-width: 800px) {
.sp-nav-bnr img {
width: 200px;
}
}
.rob.flex-middle {
display: flex;
align-items: center;
}
@media (max-width: 800px) {
.rob.flex-middle {
display: block;
}
}
.movie {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.movie video {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.bottom-mg-05 {
margin-bottom: 5px;
}
.single-post img,
.postdata img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
@media only screen and (max-width: 760px) {
.postdata img {
width: 100% !important;
height: auto !important;
}
}
.postdata img,
.postdata p img,
.postdata .aligncenter,
.postdata .alignnone,
.wp-caption img {
max-width: 100% !important;
width: auto !important;
height: auto !important;
display: block;
margin: 0 auto;
} section.chunk_40-20 {
margin-bottom: 20px !important; }
.postdata img {
margin-top: 10px !important;
margin-bottom: 10px !important;
} .h3_style, .h2_style, .h3_font, .h2_font {
margin-top: 10px !important;
margin-bottom: 10px !important;
} .postdata p {
margin-top: 5px !important;
margin-bottom: 5px !important;
} .top-image {
width: 100%;
height: auto;
max-width: 1024px;
display: block;
margin: 0 auto;
object-fit: cover;
} .image-block {
margin: 10px 0;
text-align: center;
} .top-image {
width: 100%;
height: auto;
max-width: 1024px;
display: block;
margin: 0 auto;
object-fit: cover;
} .image-block {
margin: 10px 0;
text-align: center;
} .narrow-banner {
margin: 5px 0 !important;
} .narrow-banner {
margin-top: 5px !important;
margin-bottom: 5px !important;
padding: 0 !important;
} @media only screen and (min-width: 801px) {
.consult-banner {
width: 50%;
height: auto;
display: block;
margin: 0 auto; }
}
img.hv {
margin: 0 auto;
} .top-4images {
max-width: 1024px; margin: 40px auto;
padding: 0 10px;
}
.top-4images-list {
display: flex;
gap: 16px;
padding: 0;
margin: 0;
list-style: none;
}
.top-4images-list li { flex: 1; }
.top-4images-list img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
display: block;
border-radius: 8px;
}  .reserve-bnr .top_bnr,
.reserve-bnr .top_bnr_inner{
background-color: #1A2A5A !important;
background-image: none !important;
border: none !important;
box-shadow: 0 6px 14px rgba(0,0,0,.12);
} .reserve-bnr .top_bnr_inner p{
color: #ffffff !important;
font-weight: 700 !important;
letter-spacing: .03em;
text-shadow: none !important;
background: none !important;
} .reserve-bnr a:hover .top_bnr{
transform: translateY(-1px);
box-shadow: 0 10px 18px rgba(0,0,0,.16);
transition: .15s;
} .insta-section{
padding: 30px 0;
}
.insta-title{
text-align:center;
margin: 0 0 10px;
}
.insta-lead{
text-align:center;
margin: 0 0 18px;
}
.insta-embed-wrap{
max-width: 900px; margin: 0 auto 18px; }
.insta-cta{
text-align:center;
margin-top: 10px;
}
.insta-btn{
display:inline-block;
background:#1A2A5A;
color:#fff;
padding: 12px 18px;
border-radius: 6px;
text-decoration:none;
font-weight:700;
}
.insta-btn:hover{ opacity:.9; }  div.sp-only,
picture.sp-only,
img.sp-only {
display: none !important;
} @media (max-width: 768px) {
div.pc-only,
picture.pc-only,
img.pc-only {
display: none !important;
}
div.sp-only,
picture.sp-only,
img.sp-only {
display: block !important;
width: 100% !important;
height: auto !important;
}
} .consult-banner {
width: 100%;
height: auto;
display: block;
} section.container.pc-only {
display: block !important;
}
@media (max-width: 768px) {
section.container.pc-only {
display: none !important;
}
} .banner-card{
position: relative;
display: block;
overflow: hidden;
border-radius: 10px;
}
.banner-card img{
display: block;
width: 100%;
height: auto;
} .banner-text {
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding-top: 8px;
}
.simple-image-row {
align-items: stretch !important;
}
.image-link {
height: 100% !important;
} .banner-text{
position: static;
width: 88%;
margin: 0 auto 8px;
padding: 10px 8px;
background: #f7f3ee;
color: #5b3b1f;
text-align: center;
border-top: 1px solid #e5ddd3;
border-radius: 0 0 8px 8px;
}
.banner-text h3{
margin: 0 0 4px;
font-size: 16px;
line-height: 1.4;
color: #7a4b1d;
}
.banner-text p{
margin: 0;
font-size: 12px;
line-height: 1.5;
color: #5b3b1f;
}
@media (max-width: 768px){
.banner-text{
padding: 8px 6px;
}
.banner-text h3{
font-size: 14px;
margin-bottom: 2px;
}
.banner-text p{
font-size: 11px;
line-height: 1.4;
}
} .banner-card:hover img{
transform: scale(1.03);
transition: transform 0.3s ease;
}
.banner-card img{
transition: transform 0.3s ease;
}
.renmei-wrap {
max-width: 900px;
margin: 40px auto;
text-align: center;  ← これがあるか確認
padding: 0 20px;
} #side_area,
#side_info_ar,
.reserve-bnr,
.side-banner-a4,
.ibj-banner,
.tms-banner,
.award-label,
.ekiten-gadget,
aside {
display: none !important;
} #main_area,
.main_content,
#content,
.contentsArea,
.contents_wrap {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
} #main_area,
.main_content,
#content,
.contentsArea,
.contents_wrap,
.main-col,
#primary {
width: 100% !important;
max-width: 100% !important;
float: none !important;
margin-right: 0 !important;
padding-right: 0 !important;
} .page-cta-block {
background: #f0f8f4;
border-radius: 12px;
padding: 48px 24px;
margin: 48px 0 0;
text-align: center;
border: 1.5px solid #b2d8c8;
}
.page-cta-inner {
max-width: 640px;
margin: 0 auto;
}
.page-cta-label {
font-size: 13px;
color: #1a7a5e;
font-weight: 700;
letter-spacing: 0.1em;
margin-bottom: 8px;
}
.page-cta-title {
font-size: 22px;
font-weight: 700;
color: #333;
margin-bottom: 10px;
line-height: 1.5;
}
.page-cta-desc {
font-size: 14px;
color: #777;
margin-bottom: 24px;
}
.page-cta-btns {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.page-cta-btn-main {
display: inline-flex;
align-items: center;
justify-content: center;
background: #e74c3c;
color: #fff !important;
font-size: 16px;
font-weight: 700;
padding: 16px 32px;
border-radius: 50px;
text-decoration: none;
text-align: center;
}
.page-cta-btn-main:hover { background: #c0392b; }
.page-cta-btn-line {
display: inline-flex;
align-items: center;
justify-content: center;
background: #06c755;
color: #fff !important;
font-size: 16px;
font-weight: 700;
padding: 16px 32px;
border-radius: 50px;
text-decoration: none;
}
.page-cta-btn-line:hover { background: #05a847; }
.page-cta-note {
font-size: 12px;
color: #999;
margin: 0;
}
@media (max-width: 640px) {
.page-cta-block { padding: 32px 16px; }
.page-cta-title { font-size: 18px; }
.page-cta-btn-main,
.page-cta-btn-line {
width: 100%;
text-align: center;
padding: 14px 24px;
}
}
.page-cta-btns a {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
line-height: 1 !important;
}
.page-cta-btns a {
padding-top: 18px !important;
padding-bottom: 18px !important;
line-height: 1 !important;
vertical-align: middle !important;
}
.page-cta-btn-main,
.page-cta-btn-line {
vertical-align: middle !important;
box-sizing: border-box !important;
} #cont06_ar .reserve-bnr,
#cont06_ar .top_bnr_wrap {
display: block !important;
} .plan-card-head {
height: 110px !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
}
.plan-card-head {
background: #e8f4f0;
padding: 16px 12px;
text-align: center;
position: relative;
height: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} #bridal-campaign,
#bridal-support,
#bridal-reasons,
.renmei-wrap,
.cont07-grid,
.page-cta-block,
.system-campaign-box,
.plan-wrap {
font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333333;
} #bridal-counselors {
display: block;
} .counselors-inner {
max-width: 1000px;
margin: 0 auto;
padding: 3rem 1.5rem;
text-align: center;
}
.counselors-label {
font-size: 0.8rem;
letter-spacing: 0.2em;
color: #2a9d8f;
margin-bottom: 0.5rem;
}
.counselors-title {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.counselors-title em {
color: #2a9d8f;
font-style: normal;
}
.counselors-subtitle {
color: #666;
margin-bottom: 2.5rem;
}
.counselors-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
.counselor-card {
background: #f0faf8;
border-radius: 12px;
padding: 2rem;
text-align: left;
display: flex;
flex-direction: column;
align-items: center;
}
.counselor-img-wrap {
width: 160px;
height: 160px;
min-width: 160px;
border-radius: 50%;
overflow: hidden;
border: 3px solid #e8c4c4;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
margin-bottom: 1.5rem;
padding: 0 !important;
background: none !important;
text-align: center !important;
}
.counselor-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
}
.counselor-role {
display: inline-block;
background: #2a9d8f;
color: #fff;
font-size: 0.75rem;
padding: 0.2rem 0.8rem;
border-radius: 20px;
margin-bottom: 0.5rem;
}
.counselor-name {
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 0.8rem;
}
.counselor-text {
font-size: 0.9rem;
line-height: 1.8;
color: #444;
} @media (max-width: 768px) {
.counselors-grid {
grid-template-columns: 1fr;
}
}
.counselor-img-wrap img {
border-radius: 50% !important;
clip-path: none !important;
} #ekiten-section {
background: #f9f9f9;
padding: 3rem 1.5rem;
text-align: center;
}
.ekiten-inner {
max-width: 900px;
margin: 0 auto;
}
.ekiten-label {
font-size: 0.8rem;
letter-spacing: 0.2em;
color: #2a9d8f;
margin-bottom: 0.5rem;
}
.ekiten-title {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.ekiten-title em {
color: #2a9d8f;
font-style: normal;
}
.ekiten-subtitle {
color: #666;
margin-bottom: 2rem;
font-size: 0.9rem;
}
.ekiten-widgets {
display: flex;
gap: 2rem;
justify-content: center;
flex-wrap: wrap;
} #cms-section {
background: #fff;
padding: 4rem 1.5rem;
}
.cms-inner {
max-width: 900px;
margin: 0 auto;
}
.cms-grid {
display: flex;
align-items: center;
gap: 3rem;
}
.cms-img-wrap {
flex: 0 0 200px;
}
.cms-img {
width: 100%;
height: auto;
max-width: 200px !important;
}
.cms-body {
flex: 1;
}
.cms-label {
font-size: 0.8rem;
letter-spacing: 0.2em;
color: #2a9d8f;
margin-bottom: 0.5rem;
}
.cms-title {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
.cms-title em {
color: #2a9d8f;
font-style: normal;
}
.cms-text {
color: #444;
line-height: 1.8;
margin-bottom: 0.8rem;
font-size: 0.95rem;
}
.cms-list {
list-style: none;
padding: 0;
margin: 1rem 0 1.5rem;
}
.cms-list li {
font-size: 0.95rem;
color: #444;
padding: 0.3rem 0;
}
.cms-btn {
display: inline-block;
background: #c8922a;
color: #fff;
padding: 0.8rem 2rem;
border-radius: 4px;
text-decoration: none;
font-size: 0.95rem;
transition: opacity 0.2s;
}
.cms-btn:hover {
opacity: 0.85;
} @media (max-width: 768px) {
.cms-grid {
flex-direction: column;
text-align: center;
}
.cms-img-wrap {
flex: 0 0 auto;
width: 160px;
margin: 0 auto;
}
} .plan-banner-wrap {
margin-top: 1.5rem;
text-align: center;
background: #f0faf8;
border: 2px solid #2a9d8f;
border-radius: 12px;
padding: 1.5rem;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.plan-banner-lead {
font-size: 0.85rem;
color: #555;
margin-bottom: 0.8rem;
font-weight: bold;
}
.plan-banner-btn {
display: inline-block;
background: #fff;
color: #2a9d8f;
border: 2px solid #2a9d8f;
padding: 0.8rem 2.5rem;
border-radius: 50px;
font-size: 1rem;
font-weight: bold;
text-decoration: none;
transition: all 0.2s;
}
.plan-banner-btn:hover {
background: #2a9d8f;
color: #fff;
} .simple-image-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
max-width: 1100px;
margin: 20px auto;
align-items: stretch; justify-items: center;
padding: 0 16px;
}
.image-link {
display: flex; flex-direction: column; width: 100%;
height: 100%; }
.top-banner-img {
display: block;
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
float: none !important;
}
.top-banner-contain {
object-fit: contain;
background: #fff;
}
.banner-text {
flex: 1; display: flex;
flex-direction: column;
justify-content: flex-start;
padding-top: 8px;
} @media (max-width: 768px) {
.simple-image-row {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
} @media only screen and (max-width: 800px) {
.over-area .txt-height {
line-height: 1.8 !important;
}
.slider_bg01 .text-area h2 {
line-height: 1.8 !important;
}
} #latest-posts-section {
background-color: #fff;
padding: 50px 20px;
}
.latest-posts-inner {
max-width: 800px;
margin: 0 auto;
}
.latest-posts-label {
text-align: center;
font-size: 0.8rem;
letter-spacing: 0.2em;
color: #c8a96e;
margin-bottom: 8px;
}
.latest-posts-title {
text-align: center;
font-size: 1.4rem;
color: #333;
margin-bottom: 30px;
letter-spacing: 0.1em;
}
.latest-posts-list {
list-style: none;
padding: 0;
margin: 0 0 30px;
}
.latest-posts-item {
display: flex;
align-items: center;
gap: 20px;
padding: 14px 0;
border-bottom: 1px solid #e8e8e8;
}
.latest-posts-date {
color: #999;
font-size: 0.85rem;
white-space: nowrap;
min-width: 75px;
}
.latest-posts-link {
color: #333;
text-decoration: none;
font-size: 0.95rem;
line-height: 1.6;
}
.latest-posts-link:hover {
color: #c8a96e;
text-decoration: underline;
}
.latest-posts-more {
text-align: center;
}
.latest-posts-btn {
display: inline-block;
padding: 12px 50px;
background-color: #c8a96e;
color: #fff;
border-radius: 4px;
text-decoration: none;
font-size: 0.9rem;
letter-spacing: 0.15em;
transition: opacity 0.2s;
}
.latest-posts-btn:hover {
opacity: 0.8;
}
@media (max-width: 640px) {
.latest-posts-item {
flex-direction: column;
align-items: flex-start;
gap: 4px;
}
} .ez-toc-list li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .h3_font {
color: #ffffff !important;
} .seo-h1 {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
 .list_archive_2 li:nth-child(2n+1) {
clear: both;
}
.list_archive_3 li:nth-child(3n+1) {
clear: both;
}
.list_archive_4 li:nth-child(4n+1) {
clear: both;
}
.list_archive_6 li:nth-child(5n+1) {
clear: both;
}
.chunktop_80-40 {
padding-top: 80px !important;
}
.chunktop_60-30 {
padding-top: 60px !important;
}
.chunktop_40-20 {
padding-top: 40px !important;
}
@media only screen and (max-width: 800px) {
.chunktop_80-40 {
padding-top: 40px !important;
}
.chunktop_60-30 {
padding-top: 30px !important;
}
.chunktop_40-20 {
padding-top: 20px !important;
}
}
.chunkbtm_80-40 {
padding-bottom: 80px !important;
}
.chunkbtm_60-30 {
padding-bottom: 60px !important;
}
.chunkbtm_40-20 {
padding-bottom: 40px !important;
}
@media only screen and (max-width: 800px) {
.chunkbtm_80-40 {
padding-bottom: 40px !important;
}
.chunkbtm_60-30 {
padding-bottom: 30px !important;
}
.chunkbtm_40-20 {
padding-bottom: 20px !important;
}
}
.chunk_80-40 {
margin-bottom: 80px !important;
}
.chunk_60-30 {
margin-bottom: 60px !important;
}
.chunk_40-20 {
margin-bottom: 40px !important;
}
@media only screen and (max-width: 800px) {
.chunk_80-40 {
margin-bottom: 40px !important;
}
.chunk_60-30 {
margin-bottom: 30px !important;
}
.chunk_40-20 {
margin-bottom: 20px !important;
}
}
.font01 {
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.font02 {
font-family: 'Courgette', cursive;
font-style: normal !important;
} .tbl_w10 th {
width: 10%;
}
.tbl_w15 th {
width: 15%;
}
.tbl_w20 th {
width: 20%;
}
.tbl_w25 th {
width: 25%;
}
.tbl_w30 th {
width: 30%;
}
.tbl_w35 th {
width: 35%;
}
.tbl_w40 th {
width: 40%;
}
.tbl_w45 th {
width: 45%;
}
.tbl_w50 th {
width: 50%;
}
.tbl_w55 th {
width: 55%;
}
.tbl_w60 th {
width: 60%;
}
.tbl_w65 th {
width: 65%;
}
.tbl_w70 th {
width: 70%;
}
.tbl_w75 th {
width: 75%;
}
.tbl_w80 th {
width: 80%;
}
.tbl_w85 th {
width: 85%;
}
.tbl_w90 th {
width: 90%;
}
@media only screen and (max-width: 800px) {
.tbl_w10 th, .tbl_w15 th, .tbl_w20 th, .tbl_w25 th, .tbl_w30 th, .tbl_w35 th, .tbl_w40 th, .tbl_w45 th, .tbl_w50 th, .tbl_w55 th, .tbl_w60 th, .tbl_w65 th, .tbl_w70 th, .tbl_w75 th, .tbl_w80 th, .tbl_w85 th, .tbl_w90 th {
width: 100% !important;
}
} .dis_ilb_sp {
display: inline-block;
}
.dis_pad_l05_sp {
padding: 0 0 0 5px;
}
.dis_pad_r05_sp {
padding: 0 5px 0 0;
}
.dis_pad_l10_sp {
padding: 0 0 0 10px;
}
.dis_pad_r10_sp {
padding: 0 10px 0 0;
}
.dis_pad_l20_sp {
padding: 0 0 0 20px;
}
.dis_pad_r20_sp {
padding: 0 20px 0 0;
}
.dis_b {
display: block;
}
.dis_il {
display: inline;
}
.dis_ilb {
display: inline-block;
}
.dis_tb {
display: table;
}
.dis_tbc {
display: table-cell;
}
.dis_il, .dis_ilb, .dis_tb, .dis_tbc, .dis_ilb_sp {
vertical-align: middle;
}
.dis_pad_l10 {
padding: 0 0 0 10px;
}
.dis_pad_r10 {
padding: 0 10px 0 0;
}
.dis_pad_l20 {
padding: 0 0 0 20px;
}
.dis_pad_r20 {
padding: 0 20px 0 0;
}
@media only screen and (max-width: 800px) {
.dis_b, .dis_il, .dis_ilb, .dis_tb, .dis_tbc {
display: block;
}
.dis_pad_l20, .dis_pad_r20, .dis_pad_r10, .dis_pad_r10 {
padding: 0 0 0 0px;
}
} .fo_or {
color: #ff6600 !important;
}
.fo_gr {
color: #80c840 !important;
}
.fo_bl {
color: #0E3266 !important;
}
.fo_wbl {
color: #28acc5 !important;
}
.fo_rd {
color: #F00 !important;
}
.fo_bk {
color: #000 !important;
}
.fo_wh {
color: #FFF !important;
}
.fo_sg {
color: #65BDBA !important;
}
.fo_rd02 {
color: #f86c6c!important;
} .back-white {
background-color: #FFFFFF !important;
}
.back-gray {
background-color: #A1A1A1 !important;
}
.back-blue {
background-color: #0E3266 !important;
}
.back-orange {
background-color: #FF9F00 !important;
}
.back-cream {
background-color: #FEFCE8 !important;
} .border-white {
border-color: #FFFFFF !important;
}
.border-gray {
border-color: #A1A1A1 !important;
}
.border-blue {
border-color: #0E3266 !important;
}
.border-orange {
border-color: #FF9F00 !important;
} .chunk_20-20 {
margin-bottom: 20px;
}
.chunk_30-20 {
margin-bottom: 30px;
}
.chunk_40-20 {
margin-bottom: 40px;
}
.chunk_50-20 {
margin-bottom: 50px;
}
.chunk_60-20 {
margin-bottom: 60px;
}
.chunk_70-20 {
margin-bottom: 70px;
}
.chunk_80-20 {
margin-bottom: 80px;
}
.chunk_90-20 {
margin-bottom: 90px;
}
.chunk_100-20 {
margin-bottom: 100px;
} .chunk_20-40 {
margin-bottom: 20px;
}
.chunk_30-40 {
margin-bottom: 30px;
}
.chunk_40-40 {
margin-bottom: 40px;
}
.chunk_50-40 {
margin-bottom: 50px;
}
.chunk_60-30 {
margin-bottom: 60px;
}
.chunk_60-40 {
margin-bottom: 60px;
}
.chunk_70-40 {
margin-bottom: 70px;
}
.chunk_80-40 {
margin-bottom: 80px;
}
.chunk_90-40 {
margin-bottom: 90px;
}
.chunk_100-40 {
margin-bottom: 100px;
} .chunk_20-60 {
margin-bottom: 20px;
}
.chunk_30-60 {
margin-bottom: 30px;
}
.chunk_40-60 {
margin-bottom: 40px;
}
.chunk_50-60 {
margin-bottom: 50px;
}
.chunk_60-60 {
margin-bottom: 60px;
}
.chunk_70-60 {
margin-bottom: 70px;
}
.chunk_80-60 {
margin-bottom: 80px;
}
.chunk_90-60 {
margin-bottom: 90px;
}
.chunk_100-60 {
margin-bottom: 100px;
}
@media only screen and (max-width: 800px) {
.chunk_20-20, .chunk_30-20, .chunk_40-20, .chunk_50-20, .chunk_60-20, .chunk_70-20, .chunk_80-20, .chunk_90-20, .chunk_100-20 {
margin-bottom: 20px;
}
.chunk_60-30 {
margin-bottom: 30px;
}
.chunk_20-40, .chunk_30-40, .chunk_40-40, .chunk_50-40, .chunk_60-40, .chunk_70-40, .chunk_80-40, .chunk_90-40, .chunk_100-40 {
margin-bottom: 40px;
}
.chunk_20-60, .chunk_30-60, .chunk_40-60, .chunk_50-60, .chunk_60-60, .chunk_70-60, .chunk_80-60, .chunk_90-60, .chunk_100-60 {
margin-bottom: 60px;
}
.lm15_0 {
margin-left: 0px !important;
margin-bottom: 20px;
}
.rm15_0 {
margin-right: 0px !important;
margin-bottom: 20px;
}
} .full-mg-00 {
margin: 0 !important;
}
.full-mg-05 {
margin: 5px !important;
}
.full-mg-10 {
margin: 10px !important;
}
.full-mg-15 {
margin: 15px !important;
}
.full-mg-20 {
margin: 20px !important;
}
.full-mg-25 {
margin: 25px !important;
}
.full-mg-30 {
margin: 30px !important;
}
.full-mg-40 {
margin: 40px !important;
}
.top-mg-00 {
margin-top: 0px !important;
}
.top-mg-05 {
margin-top: 5px !important;
}
.top-mg-10 {
margin-top: 10px !important;
}
.top-mg-15 {
margin-top: 15px !important;
}
.top-mg-20 {
margin-top: 20px !important;
}
.top-mg-25 {
margin-top: 25px !important;
}
.top-mg-30 {
margin-top: 30px !important;
}
.top-mg-40 {
margin-top: 40px !important;
}
.top-mg-50 {
margin-top: 50px !important;
}
.top-mg-60 {
margin-top: 60px !important;
}
.top-mg-70 {
margin-top: 70px !important;
}
.top-mg-80 {
margin-top: 80px !important;
}
.right-mg-00 {
margin-right: 0 !important;
}
.right-mg-05 {
margin-right: 5px !important;
}
.right-mg-10 {
margin-right: 10px !important;
}
.right-mg-15 {
margin-right: 15px !important;
}
.rm15_0 {
margin-right: 15px;
}
.right-mg-20 {
margin-right: 20px !important;
}
.right-mg-25 {
margin-right: 25px !important;
}
.right-mg-30 {
margin-right: 30px !important;
}
.right-mg-40 {
margin-right: 40px !important;
}
.bottom-mg-00 {
margin-bottom: 0px !important;
}
.bottom-mg-05 {
margin-bottom: 5px !important;
}
.bottom-mg-10 {
margin-bottom: 10px !important;
}
.bottom-mg-15 {
margin-bottom: 15px !important;
}
.bottom-mg-20 {
margin-bottom: 20px !important;
}
.bottom-mg-25 {
margin-bottom: 25px !important;
}
.bottom-mg-30 {
margin-bottom: 30px !important;
}
.bottom-mg-40 {
margin-bottom: 40px !important;
}
.bottom-mg-60 {
margin-bottom: 60px !important;
}
.bottom-mg-80 {
margin-bottom: 80px !important;
}
.left-mg-00 {
margin-left: 0 !important;
}
.left-mg-05 {
margin-left: 5px !important;
}
.left-mg-10 {
margin-left: 10px !important;
}
.left-mg-15 {
margin-left: 15px !important;
}
.lm15_0 {
margin-left: 15px;
}
.left-mg-20 {
margin-left: 20px !important;
}
.left-mg-25 {
margin-left: 25px !important;
}
.left-mg-30 {
margin-left: 30px !important;
}
.left-mg-40 {
margin-left: 40px !important;
} .full-pad-00 {
padding: 0px !important;
}
.full-pad-05 {
padding: 5px !important;
}
.full-pad-10 {
padding: 10px !important;
}
.full-pad-15 {
padding: 15px !important;
}
.full-pad-20 {
padding: 20px !important;
}
.full-pad-25 {
padding: 25px !important;
}
.full-pad-30 {
padding: 30px !important;
}
.full-pad-40 {
padding: 40px !important;
}
.top-pad-00 {
padding-top: 0 !important;
}
.top-pad-05 {
padding-top: 5px !important;
}
.top-pad-10 {
padding-top: 10px !important;
}
.top-pad-15 {
padding-top: 15px !important;
}
.top-pad-20 {
padding-top: 20px !important;
}
.top-pad-25 {
padding-top: 25px !important;
}
.top-pad-30 {
padding-top: 30px !important;
}
.top-pad-40 {
padding-top: 40px !important;
}
.top-pad-50 {
padding-top: 50px !important;
}
.top-pad-60 {
padding-top: 60px !important;
}
.top-pad-70 {
padding-top: 70px !important;
}
.top-pad-80 {
padding-top: 80px !important;
}
.right-pad-00 {
padding-right: 0 !important;
}
.right-pad-05 {
padding-right: 5px !important;
}
.right-pad-10 {
padding-right: 10px !important;
}
.right-pad-15 {
padding-right: 15px !important;
}
.right-pad-20 {
padding-right: 20px !important;
}
.right-pad-25 {
padding-right: 25px !important;
}
.right-pad-30 {
padding-right: 30px !important;
}
.right-pad-40 {
padding-right: 40px !important;
}
.bottom-pad-00 {
padding-bottom: 0 !important;
}
.bottom-pad-05 {
padding-bottom: 5px !important;
}
.bottom-pad-10 {
padding-bottom: 10px !important;
}
.bottom-pad-15 {
padding-bottom: 15px !important;
}
.bottom-pad-20 {
padding-bottom: 20px !important;
}
.bottom-pad-25 {
padding-bottom: 25px !important;
}
.bottom-pad-30 {
padding-bottom: 30px !important;
}
.bottom-pad-40 {
padding-bottom: 40px !important;
}
.bottom-pad-50 {
padding-bottom: 50px !important;
}
.bottom-pad-60 {
padding-bottom: 60px !important;
}
.bottom-pad-70 {
padding-bottom: 70px !important;
}
.bottom-pad-80 {
padding-bottom: 80px !important;
}
.left-pad-00 {
padding-left: 0 !important;
}
.left-pad-05 {
padding-left: 5px !important;
}
.left-pad-10 {
padding-left: 10px !important;
}
.left-pad-15 {
padding-left: 15px !important;
}
.left-pad-20 {
padding-left: 20px !important;
}
.left-pad-25 {
padding-left: 25px !important;
}
.left-pad-30 {
padding-left: 30px !important;
}
.left-pad-40 {
padding-left: 40px !important;
}  .full-border {
border: solid 1px !important;
}
.top-border {
border-top: solid 1px !important;
}
.right-border {
border-right: solid 1px !important;
}
.bottom-border {
border-bottom: solid 1px !important;
}
.left-border {
border-left: solid 1px !important;
} .border-01 {
border-width: 1px !important;
}
.border-03 {
border-width: 3px !important;
}
.border-05 {
border-width: 5px !important;
} .border-solid {
border-style: solid !important;
}
.border-dot {
border-style: dotted !important;
} .left {
float: left !important;
}
.right {
float: right !important;
}  .fo10 {
font-size: 10px !important;
}
.fo12 {
font-size: 12px !important;
}
.fo13 {
font-size: 13px !important;
}
.fo14 {
font-size: 14px !important;
}
.fo15 {
font-size: 15px !important;
}
.fo16 {
font-size: 16px !important;
}
.fo18 {
font-size: 18px !important;
}
.fo20 {
font-size: 20px !important;
}
.fo22 {
font-size: 22px !important;
}
.fo24 {
font-size: 24px !important;
}
.fo26 {
font-size: 26px !important;
}
.fo28 {
font-size: 28px !important;
}
.fo30 {
font-size: 30px !important;
}
.fo32 {
font-size: 32px !important;
}
.fo34 {
font-size: 34px !important;
}
.fo36 {
font-size: 36px !important;
}
.fo38 {
font-size: 38px !important;
}
.fo40 {
font-size: 40px !important;
}
.fo48 {
font-size: 48px !important;
}
.fo60 {
font-size: 60px !important;
}
@media only screen and (max-width: 800px) {
.fo10s {
font-size: 10px !important;
}
.fo12s {
font-size: 12px !important;
}
.fo13s {
font-size: 13px !important;
}
.fo14s {
font-size: 14px !important;
}
.fo15s {
font-size: 15px !important;
}
.fo16s {
font-size: 16px !important;
}
.fo18s {
font-size: 18px !important;
}
.fo20s {
font-size: 20px !important;
}
.fo22s {
font-size: 22px !important;
}
.fo24s {
font-size: 24px !important;
}
.fo26s {
font-size: 26px !important;
}
.fo28s {
font-size: 28px !important;
}
.fo30s {
font-size: 30px !important;
}
.fo32s {
font-size: 32px !important;
}
.fo34s {
font-size: 34px !important;
}
.fo36s {
font-size: 36px !important;
}
.fo38s {
font-size: 38px !important;
}
.fo40s {
font-size: 40px !important;
}
.fo48s {
font-size: 48px !important;
}  
} .bold {
font-weight: bold !important;
}
.fo-nomal {
font-weight: normal !important;
}
.lh12 {
line-height: 1.2em !important;
}
.lh14 {
line-height: 1.4em !important;
}
.lh18 {
line-height: 1.8em !important;
}
.lh20 {
line-height: 2em !important;
} .text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-left_s-center {
text-align: left !important;
}
.text-right_s-center {
text-align: right !important;
}
.text-center_s-left {
text-align: center !important;
}
.text-center_s-right {
text-align: center !important;
}
@media only screen and (max-width: 800px) {
.text-left_s-center, .text-right_s-center {
text-align: center !important;
}
.text-center_s-left {
text-align: left !important;
}
.text-center_s-right {
text-align: right !important;
}
} .pos-ab {
position: absolute !important;
}
.pos-rel {
position: relative !important;
} .hv {
opacity: 1.0 !important;
filter: alpha(opacity=100) !important;
-ms-filter: "alpha( opacity=100 )" !important;
}
.hv:hover {
opacity: 0.8 !important;
filter: alpha(opacity=80) !important;
-ms-filter: "alpha( opacity=80 )" !important;
}  * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.rob {
margin-left: -15px;
margin-right: -15px;
}
.cols-1, .coll-1, .cols-2, .coll-2, .cols-3, .coll-3, .cols-4, .coll-4, .cols-5, .coll-5, .cols-6, .coll-6, .cols-7, .coll-7, .cols-8, .coll-8, .cols-9, .coll-9, .cols-10, .coll-10, .cols-11, .coll-11, .cols-12, .coll-12, .cols-user01, .coll-user01, .cols-user02, .coll-user02, .cols-user03, .coll-user03 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10, .cols-11, .cols-12, .cols-user01, .cols-user02, .cols-user03 {
float: left;
}
.cols-12 {
width: 100%;
}
.cols-11 {
width: 91.66666667%;
}
.cols-10 {
width: 83.33333333%;
}
.cols-9 {
width: 75%;
}
.cols-8 {
width: 66.66666667%;
}
.cols-7 {
width: 58.33333333%;
}
.cols-6 {
width: 50%;
}
.cols-5 {
width: 41.66666667%;
}
.cols-4 {
width: 33.33333333%;
}
.cols-3 {
width: 25%;
}
.cols-2 {
width: 16.66666667%;
}
.cols-1 {
width: 8.33333333%;
}
.cols-pull-12 {
right: 100%;
}
.cols-pull-11 {
right: 91.66666667%;
}
.cols-pull-10 {
right: 83.33333333%;
}
.cols-pull-9 {
right: 75%;
}
.cols-pull-8 {
right: 66.66666667%;
}
.cols-pull-7 {
right: 58.33333333%;
}
.cols-pull-6 {
right: 50%;
}
.cols-pull-5 {
right: 41.66666667%;
}
.cols-pull-4 {
right: 33.33333333%;
}
.cols-pull-3 {
right: 25%;
}
.cols-pull-2 {
right: 16.66666667%;
}
.cols-pull-1 {
right: 8.33333333%;
}
.cols-pull-0 {
right: auto;
}
.cols-push-12 {
left: 100%;
}
.cols-push-11 {
left: 91.66666667%;
}
.cols-push-10 {
left: 83.33333333%;
}
.cols-push-9 {
left: 75%;
}
.cols-push-8 {
left: 66.66666667%;
}
.cols-push-7 {
left: 58.33333333%;
}
.cols-push-6 {
left: 50%;
}
.cols-push-5 {
left: 41.66666667%;
}
.cols-push-4 {
left: 33.33333333%;
}
.cols-push-3 {
left: 25%;
}
.cols-push-2 {
left: 16.66666667%;
}
.cols-push-1 {
left: 8.33333333%;
}
.cols-push-0 {
left: auto;
}
.cols-offset-12 {
margin-left: 100%;
}
.cols-offset-11 {
margin-left: 91.66666667%;
}
.cols-offset-10 {
margin-left: 83.33333333%;
}
.cols-offset-9 {
margin-left: 75%;
}
.cols-offset-8 {
margin-left: 66.66666667%;
}
.cols-offset-7 {
margin-left: 58.33333333%;
}
.cols-offset-6 {
margin-left: 50%;
}
.cols-offset-5 {
margin-left: 41.66666667%;
}
.cols-offset-4 {
margin-left: 33.33333333%;
}
.cols-offset-3 {
margin-left: 25%;
}
.cols-offset-2 {
margin-left: 16.66666667%;
}
.cols-offset-15 {
margin-left: 12.5%;
}
.cols-offset-1 {
margin-left: 8.33333333%;
}
.cols-offset-0 {
margin-left: 0%;
}
@media (min-width: 801px) {
.coll-1, .coll-2, .coll-3, .coll-4, .coll-5, .coll-6, .coll-7, .coll-8, .coll-9, .coll-10, .coll-11, .coll-12 {
float: left;
}
.coll-12 {
width: 100%;
}
.coll-11 {
width: 91.66666667%;
}
.coll-10 {
width: 83.33333333%;
}
.coll-9 {
width: 75%;
}
.coll-8 {
width: 66.66666667%;
}
.coll-7 {
width: 58.33333333%;
}
.coll-6 {
width: 50%;
}
.coll-5 {
width: 41.66666667%;
}
.coll-4 {
width: 33.33333333%;
}
.coll-3 {
width: 25%;
}
.coll-2 {
width: 16.66666667%;
}
.coll-1 {
width: 8.33333333%;
}
.coll-pull-12 {
right: 100%;
}
.coll-pull-11 {
right: 91.66666667%;
}
.coll-pull-10 {
right: 83.33333333%;
}
.coll-pull-9 {
right: 75%;
}
.coll-pull-8 {
right: 66.66666667%;
}
.coll-pull-7 {
right: 58.33333333%;
}
.coll-pull-6 {
right: 50%;
}
.coll-pull-5 {
right: 41.66666667%;
}
.coll-pull-4 {
right: 33.33333333%;
}
.coll-pull-3 {
right: 25%;
}
.coll-pull-2 {
right: 16.66666667%;
}
.coll-pull-1 {
right: 8.33333333%;
}
.coll-pull-0 {
right: auto;
}
.coll-push-12 {
left: 100%;
}
.coll-push-11 {
left: 91.66666667%;
}
.coll-push-10 {
left: 83.33333333%;
}
.coll-push-9 {
left: 75%;
}
.coll-push-8 {
left: 66.66666667%;
}
.coll-push-7 {
left: 58.33333333%;
}
.coll-push-6 {
left: 50%;
}
.coll-push-5 {
left: 41.66666667%;
}
.coll-push-4 {
left: 33.33333333%;
}
.coll-push-3 {
left: 25%;
}
.coll-push-2 {
left: 16.66666667%;
}
.coll-push-1 {
left: 8.33333333%;
}
.coll-push-0 {
left: auto;
}
.coll-offset-12 {
margin-left: 100%;
}
.coll-offset-11 {
margin-left: 91.66666667%;
}
.coll-offset-10 {
margin-left: 83.33333333%;
}
.coll-offset-9 {
margin-left: 75%;
}
.coll-offset-8 {
margin-left: 66.66666667%;
}
.coll-offset-7 {
margin-left: 58.33333333%;
}
.coll-offset-6 {
margin-left: 50%;
}
.coll-offset-5 {
margin-left: 41.66666667%;
}
.coll-offset-4 {
margin-left: 33.33333333%;
}
.coll-offset-3 {
margin-left: 25%;
}
.coll-offset-2 {
margin-left: 16.66666667%;
}
.coll-offset-15 {
margin-left: 12.5%;
}
.coll-offset-1 {
margin-left: 8.33333333%;
}
.coll-offset-0 {
margin-left: 0%;
}
} .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #33a39f;  background-color: #ffffff;
border: 1px solid #33a39f;  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #33a39f;  background-color: #d7f5f4;  border-color: #33a39f;  }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #33a39f;  border-color: #33a39f;  cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
} .pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a, .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
float: right;
}
.pager .return > a, .pager .return > span {
text-align: center;
}
.pager .previous > a, .pager .previous > span {
float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .rob:before, .rob:after, .pager:before, .pager:after {
content: " ";
display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .rob:after, .pager:after {
clear: both;
} @media (max-width: 800px) {
.hidden-s {
display: none !important;
}
}
@media (min-width: 801px) {
.hidden-l {
display: none !important;
}
} img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
} .hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
} hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
} .dl-horizontal dt {
float: left;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
} @media (min-width: 801px) {
.dl-horizontal-lg dt {
float: left;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal-lg dd {
}
} .over-area .text-area p.slider-heading {
font-size: 58px;
font-weight: bold;
line-height: 1.6;
margin: 0;
text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff;
}
.over-area .text-area p.slider-heading span {
font-size: 76px;
}
.slider_bg01 .text-area p.slider-heading span {
color: #f86c6c;
}
.slider_bg01 .text-area p.slider-heading span.color01 {
color: #42b9d0;
}
.slider_bg01 .text-area p.slider-heading span.color02 {
color: #71290d;
}
.slider_bg02 .text-area p.slider-heading span {
color: #42b9d0;
}
.slider_bg03 .text-area p.slider-heading span {
color: #3eada9;
}
.slider_bg04 .text-area p.slider-heading span {
color: #fe901b;
}
@media only screen and (max-width: 800px) {
.over-area .text-area p.slider-heading {
font-size: 18px;
text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
.over-area .text-area p.slider-heading span {
font-size: 25px;
}
}