/*
Theme Name: BLOOM248
Description: The theme produced by Offile Creation.
*/

@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

/*----------*/


:root {
  --bloom_color: rgb(85, 29, 44);
}

.bloom_color {
    /*color: rgb(153, 92, 135);*/
    /*color: rgb(85, 29, 44);*/
    color: var(--bloom_color);
}

.bloom_bgcolor {
    background-color: rgb(252, 247, 239);
}

.bloom_color_icatch {
    color: rgb(179, 175, 81);
}

.bloom_font {
    /*font-family: 'Rancho', cursive;*/
    font-family: 'M PLUS 1', sans-serif;
}
.bloom_font2 {
    font-family: 'Patua One', cursive;
}

.border_bloom_top {
    border-top: solid 3px #000;
}

.bakimg {
    background-image: url('images/bloom_bg_img.jpg');
    /*background-image: url('images/bakimg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size:contain;*/
    /*background-position: center -300px;*/
}

.mt-n5 {
  margin-top: -5rem !important;
}

.fuchidori {
  /*color: #000;*/
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.border {
    border-color: rgb(153, 92, 135);
    border-radius: 10px;
}


.bg_container {
    /*background-image: url('https://offile.jp/wp-content/uploads/sdgscard_desk.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -300px;
}

.x_small {
    font-size: .8rem;
}

.b-shadow {
box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.r50per {
    border-radius: 50%;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}








/* ---------------------------------------------------------------------------------------  */


h2{/*font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;*/
    /*color: #FE8800;*/
    /*background-color: #FFD997;*/
    line-height: 2em;s
    padding: 1em;
    margin-bottom: 1em;
}

h3 {font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    /*color: #FE8800;*/
    color: rgb(153, 92, 135);
    /*border-bottom: solid 2px #FFD997;*/
    border-bottom: solid 2px rgb(153, 92, 135);
    margin-top: 2em;
}

h4 {font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1em;
    padding: .5em;
    margin-top: 2em;
    border-left: solid 16px rgb(153, 92, 135);
    border-bottom: dotted 2px rgb(153, 92, 135);
}

h5 {font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    line-height: .5em;
    padding: .5em;
    color: #FE8800;
}


/*----------*/

/* 通常のボタン色 */
        .btn-primary, .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #FE8800;
        border-color: #FE8800;
        }
/* focusされた時の枠線の色 */
        .btn-primary:focus, .btn-primary.focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }
/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
        .btn-primary:hover {
        color: #FE8800;
        background-color: #FFD997;
        border-color: #FFD997;
        }
/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
        .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
        .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #FE8800;
        border-color: #FE8800;
        }


.card {
    border: solid 2px #FFD997;
}

.mplus {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    transform: rotate(0.05deg);
}

.mplus_4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    transform: rotate(0.05deg);
}

.keycolor {color: #000000;}

.bgcolor {
    color: #dde4ee;
}

.bangers {font-family: 'Bangers', cursive;}

.oswald_m {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.oswald_l {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.text-divider {
  display: flex;
  align-items: center;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}

.icatch_img {
    background-image: url(images/icatch_b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.icatch_c {
    background-image: url(images/icatch_c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.icatch_d {
    background-image: url(images/icatch_d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bg_lb {
    /*background-color: #e3efff;*/
    /*background-color: #f5faff;*/
    background-color: rgba(0,0,0,0.3);
}

.uperbak {
    background-image: url(images/uperbak.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}


.entry_new {
    color: #fa0000;
}


.circle {
    position: relative;/* ←文字の親要素に指定 */
    width: 100px;
    height: 100px; 
    background-color: red;
    border-radius: 50%; 
    margin: 0 auto;
    text-align: center;
}
.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
}

.t-gr {    /*テキストグループ*/
    display: inline-block;
}

.blue {
    color: #122396;
}

.red {
    color: #ff0a1b;
}

.inline {
    display: inline-block;
}

a:hover {
    /*opacity: .8;*/
}

/*.icatch_top {
    background-image: url("images/fuji_2.png"),
        url("images/fuji_3.png"),
        url("images/500_F_113798120_Vul5DgraIU42sQ8l3fK0KzXIjI4SP8Tk.jpg");
    background-size: 225px,
        225px,
        cover;
    background-position: left top,
        right bottom,
        center 50%;
    background-repeat: no-repeat,
        no-repeat,
        no-repeat;
    background-attachment: fixed;
}*/


.icatch_top h1 {
    text-transform: uppercase;
}

.anniversary {
    width: 300px;
    height: auto;
}

.logo {
    padding-top: .2rem;
    height: 42px;
    width:auto;
}

.bolder {
    border: solid 1px #122396;
}

.xsmall {
    font-size: .4em;
}

.fas {margin-right: .2em;
}

.t-shadow {
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

ul.post-categories {
    list-style-type: none;
    display: inline;
    padding-left: 0;
}

ul.post-categories li {
    display: inline;
}

/*body.home .active {
    border-bottom: solid 3px #ff0a1b;
 }*/

.r25 {
    border-radius: 25px;
}

.r30 {
    border-radius: 30px;
}

.r50 {
    border-radius: 50px;
}


.mgb_50 {
    margin-bottom: 50px;
} 

.mgb_100 {
    margin-bottom: 100px;
}

.title_bg_1 {
    background-image: url(images/title_bg_1.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    height:150px;
    padding-top: 50px;
}


.yadokari {
    height: 500px;
    background-image: url(images/yadokari.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform:skew(0deg, -5deg);
}

.yadokari_a {
    height: 500px;
    background-image: url(images/yadokari_a.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform:skew(0deg, -5deg);
}

.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}

/* --------------------
　ナビゲーション
-------------------- */


.header_bg {
background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
/*background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);*/
}

.footer_bg {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}


body.home li.id_home, body.category-1 li.id_information, body.page-id-2 li.id_work, body.page-id-5 li.id_help, body.page-id-9 li.id_friends  {
    /*border-bottom: solid 3px #fa0000; */
    /*background-color: #e3efff;*/
    /*background-color: #F8CEB3;*/
    /*border-radius: 25px;*/
    font-weight: bold;
}

.home-products h5 {
        background-image: url(images/fuji.png);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 2rem;
        line-height: 1.8em;
    }


body.page-id-9 table.application th {
    width:7rem;
}

@media (max-width: 575.98px) {  /*スマートフォン*/

    .home-products h5 {
        font-size: 1.1rem;
    }
    .home-products h6 {
        font-size: 1rem;
        margin-bottom: 1em;
    }
    .bx-wrapper .bx-caption span {
        font-size: .5rem;
    }
    body.page-id-9 table.application th {
        width:4.5rem;
    }
    .yadokari,.yadokari_a {
        background-size:auto 500px;
        background-position: center;
        height: 500px;
    }
    .sm-200 {
        margin-top: -200px;
    }
    .icatch_img{
        height:250px;
        /*background-size:contain;*/
        background-size:cover;
        background-position: center;
        background-position: top 50% center;
    }
    .uperbak {
        margin-top: -63px;
        padding-top: 50px;
    }
    .catchcopy{
        font-size: 2rem;
        color: #ddd;
        margin-top: 130px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 400;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }
}

.accessmap {
    border: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .icatch_img{
        height:300px;
        background-position: top 60% center;
    }
    .catchcopy{
        font-size: 2.5rem;
        color: #ddd;
        margin-top: 160px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 400;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .icatch_img{
        height:350px;
        background-position: top 60% center;
    }
    .catchcopy{
        font-size: 2.5rem;
        color: #ddd;
        margin-top: 180px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 400;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .icatch_img{
        height:400px;
        background-position: top 60% center;
    }
        .uperbak {
        margin-top: -90px;
        padding-top: 75px;
    }
    .catchcopy{
        font-size: 3rem;
        color: #ddd;
        margin-top: 200px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 400;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

}

@media (min-width: 1200px) {    /*Macbook*/
    .icatch_img{
        height:400px;
        background-position: top 60% center;
    }
    .uperbak {
        margin-top: -100px;
        padding-top: 75px;
    }
    .accessmap {
        height: 350px;
    }

    .catchcopy{
        font-size: 3rem;
        color: #ddd;
        margin-top: 200px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 400;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }
}


.btn-outline-dark {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}


/* --------------------
　bxslider
-------------------- */

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}
.bx-wrapper .bx-caption span {
    padding: 5px;
}

.excerpt {
    font-size: .8rem;
    line-height: 1.2em;
    margin-top: .5em;
}

.no-gutters {
  margin-right: -3px;
  margin-left: -3px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

