/*
Template: jstork
Theme Name: raydan_custom
Theme URI:https://raydan.jp
*/
/* /////////////////////////general///////////////////////// */
body{
  font-family: "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", YuGothic, "Hiragino Kaku Gothic ProN W3", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN W3", "Hiragino Gothic ProN", "HGÃ£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯E", "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "Ã¯Â¼Â­Ã¯Â¼Â³ Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", serif;
  font-size: 100%;
  letter-spacing: 0.1em;
  background: #fff;
}
*{
  outline:none;
}

/* /////////////////////////font///////////////////////// */
a{
  text-decoration: none !important;
}
a {
    outline: none !important;
}
h2{
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 5rem;
  line-height: 3rem;
  letter-spacing: 0.2em;
}
h3{
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 3.5rem;
  letter-spacing: 0.18em;
  line-height: 2.7rem;
}
h4{
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 3rem;
  letter-spacing: 0.15em;
}
h5{
  font-weight: 400;
}
p{
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 0em;

}
span{
  font-size: inherit;
}
span.y-marker {
  background:linear-gradient(transparent 60%, #fff45c 60%);
}
.center{
  text-align: center;
  margin-right:auto;
  margin-left:auto;
}
.center.m-left{
  text-align: left;
}
.text-align-right{
  text-align: right;
}
.vertical-rl{
  writing-mode: vertical-rl;
}

/* /////////////////////////flex///////////////////////// */
.flex-two{
  display: block;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.flex-three{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-two.inverse {
  flex-direction: row-reverse;
}
.flex-two .img-box{
  align-self: center;
  width: 100%;
}
img.view{
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.flex-three .flex-item{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.flex-three .flex-item:not(:last-child){
  margin-bottom: 30px;
}
.flex-item img {
  border-radius: 20px;
}
/* flex-responsive */
@media screen and (min-width:426px) {
}
@media screen and (min-width:600px) {

}
@media screen and (min-width:768px) {
  .flex-two, .flex-three{
    display: flex;
  }
  .flex-three .flex-item{
    width: 31%;
  }
  .flex-two .flex-item{
    width: 48%;
  }
  .flex-two .text {
    width: 100%;
    align-self: center;
  }
  .flex-two .img-box{
    padding-right: 30px;
  }
  .flex-two.inverse .img-box{
    padding-right: 0;
    padding-left: 30px;
  }
  img.view {
    max-width: none
  }
}
@media screen and (min-width:1100px) {
  .flex-two .img-box{
    padding-right: 40px;
  }
}

/* /////////////////////////wrapper///////////////////////// */

/* /////////////////////////text decoration///////////////////////// */
/* dot */
.dot::before {
  content: '';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: inline-block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  width: 36px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã¥Â¹â€¦*/
  height: 36px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã©Â«ËœÃ£Ââ€¢*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  padding-right: 0.8rem;
  margin-top: 3px;
}
.red-dot::before {
  background-image: url(library/image/red-dot.png);
}
.gray-dot::before {
  background-image: url(library/image/gray-dot.png);
}
.yellow-dot::before {
  background-image: url(library/image/yellow-dot.png);
}
.purple-dot::before {
  background-image: url(library/image/purple-dot.png);
}
span.bg-dot{
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  display: inline-block;
  background-size: contain;
  line-height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0.5rem;
}
span.bg-dot-purple{
  background-image: url(library/image/purple-dot.png);
}
span.bg-dot-red{
  background-image: url(library/image/red-dot.png);
}
.btn{padding: 10px 20px;
    background: #fff;
    border: solid 1px;
border-radius: 10px;}
.btn:hover{
    background: #aaa;
    border: solid 1px;
	color:#fff;}

/* underline */
.underline::after {
  content: '';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  width: 230px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã¥Â¹â€¦*/
  height: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã©Â«ËœÃ£Ââ€¢*/
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.5rem auto 0 auto;
}
.red-underline::after {
  background-image: url(library/image/red-underline.png);
}
.gray-underline::after {
  background-image: url(library/image/gray-underline.png);
}
.yellow-underline::after {
  background-image: url(library/image/yellow-underline.png);
}
.purple-underline::after {
  background-image: url(library/image/purple-underline.png);
}

/* /////////////////////////bg///////////////////////// */
.bg-wave{
  position: relative;
  padding-bottom: 11rem;
  padding-top: 0rem;
}
.bg-wave::before{
  position: absolute;
  display: block;
  content: ' ';
  background-size: cover;
  height: 6rem;
  width: 100vw;
  top: -5.9rem;
}
@media (min-width:426px) {
  .bg-wave{
  padding-bottom: 14rem;
  }
  .bg-wave::before{
    height: 9rem;
    width: 100vw;
    top: -8.9rem;
  }
}
@media (min-width:1000px) {
  .bg-wave{
  padding-top: 1rem;  }
}
@media (min-width:1800px) {
  .bg-wave{
  padding-top: 2rem;  }
}
@media (min-width:2200px) {
  .bg-wave::before{
    background-size: cover;
    height: 11rem;
    width: 100vw;
    top: -10.9rem;
  }
}
.bg-white.bg-deep::before{
  background-image: url('library/svg/wave-m-white.svg');
}
.bg-white::before{
  background-image: url('library/svg/wave-white.svg');
}
.bg-red{
  background-color: #f3dedb;
}
.bg-red.bg-deep::before{
  background-image: url('library/svg/wave-m-red.svg');
}
.bg-red::before{
  background-image: url('library/svg/wave-red.svg');
}
.bg-yellow{
  background-color: #fcf7de;
}
.bg-yellow.bg-deep::before{
  background-image: url('library/svg/wave-m-yellow.svg');
}
.bg-yellow::before{
  background-image: url('library/svg/wave-yellow.svg');
}
.bg-purple{
  background-color: #dcdae2;
}
.bg-purple.bg-deep::before{
  background-image: url('library/svg/wave-m-purple.svg');
}
.bg-purple::before{
  background-image: url('library/svg/wave-purple.svg');
}
.bg-green{
  background-color: #dcecdc;
}
.bg-gray{
  background-color: #f9f9f9;
}
.bg-gray.bg-deep::before{
  background-image: url('library/svg/wave-m-gray.svg');
}
.bg-gray::before{
  background-image: url('library/svg/wave-gray.svg');
}
#inner-content{
  background-color: inherit !important;
}
.bg-wave-end{
  position: relative;
  padding-bottom: 3rem;
  padding-top: 0rem;
}
.bg-wave-end::after{
  position: absolute;
  display: block;
  content: ' ';
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 170px;
  background-position: bottom;
  bottom: -9rem;
}
.bg-wave-bottom{
  padding-top: 14rem;
}
.bg-white-end.bg-deep::after{
  background-image: url('library/svg/wave-m-white.svg');
}
.wave-end-padding{
  padding-bottom: 0;
}
@media screen and (min-width:426px) {
  .bg-white.bg-deep::before{
    background-image: url('library/svg/wave-t-white.svg');
  }
  .bg-yellow.bg-deep::before{
    background-image: url('library/svg/wave-t-yellow.svg');
  }
  .bg-purple.bg-deep::before{
    background-image: url('library/svg/wave-t-purple.svg');
  }
  .bg-red.bg-deep::before{
    background-image: url('library/svg/wave-t-red.svg');
  }
  .bg-green.bg-deep::before{
    background-image: url('library/svg/wave-t-green.svg');
  }
  .bg-gray.bg-deep::before{
    background-image: url('library/svg/wave-t-gray.svg');
  }
  .bg-white-end.bg-deep::after{
    background-image: url('library/svg/wave-t-white.svg');
  }
}

/* /////////////////////////header///////////////////////// */
.g_nav-sp {
  display:none;
}
.site-header.not-home-header,.home-hide-nav{
  background: rgba(255,255,255,1);
  padding: 0;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
  height: 70px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.site-header.hide,.home-hide-nav.hide{
  transform: translateY(-140px);
}
.home-hide-nav .nav_btn{
  top: -4px;
}
.nav_btn{
  margin-left: 10px;
  margin-top: 12px
}
.nav_btn .gf{
  display: none;
}
.home-nav_btn{
  z-index: 100;
  margin-top: 24px;
}
.home-nav_btn.nav_btn:before{
    color: #fff;
}
.remodal {
    padding: 24px !important;
    border-radius: 30px;
}
.remodal-close{
  margin: 1em auto 0 auto !important;
}
.remodal-close:before{
  display: none !important;
}
.gf{
  font-family: inherit;
}
@media screen and (min-width:426px) {
  .site-header.not-home-header{
    padding: 12px 0;
      height: 80px;
  }
  .home-hide-nav{
    padding: 20px 0;
      height: 80px;
  }
  .home-hide-nav .nav_btn{
    top: -4px;
  }
}
@media screen and (min-width:768px) {
  .home-hide-nav .nav_btn{
    top: 14px;
  }
}
@media screen and (min-width:1100px) {
  .site-header.not-home-header,.home-hide-nav{
      padding: 20px 0;
      height: 130px;
  }
}

.header_text {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 !important;
}

.header{
  background: url(library/image/header-bg.jpg)no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-position: top;
  width: 100vw;
  height: 58vw;
  z-index: 0;
}

.header #inner-header, .menu-sp {
    display: none;
}

@media(min-width:1380px){
  .header_text {
    width: 70%;
  }
}

@media(max-width:767px){
  .header {
    background: url(library/image/header-bg_sp.jpg)no-repeat;
    background-size: cover;
    height: 150vw;
    z-index: 0;
  }

  .header_text {
    width: 95%;
  }

  .button .container {
    padding: 0;
    position: relative;
    top: -5px;
  }

  .balloon h1 {
    margin: 5% 0;
  }

}


/* /////////////////////////article-list///////////////////////// */
.article-list-wrap{
  margin: 4rem 0 40px 0;
}
.article-list-item:not(:last-child){
  margin-bottom: 1rem;
}
.article-list-item a span.title-data,.article-list-item a .article-date{
  transition: 0.3s;
}
.event-news .article-list-item a:hover span.title-data,.event-news .article-list-item a:hover .article-date{
  color: #c14f3f;
}
.byline .cat-name{
  float:left;
  margin-left: 0;
}
.byline .cat-name:before{
  display: none;
}
.byline .cat-name,span.cat-data,.archive span.cat-data{
  font-size: 13px;
  text-align: center;
  display: inline-block;
  width: 140px;
  padding: 3px 5px;
  background: #999;
  color: #fff;
  border-radius: 10px;
  margin-right: 5px;
}
.article-list-item time{
  display: inline-block;
  font-size: 14px;
  width: auto;
}
.article-list-item span.title-data{
  display: inline-block;
  font-size: 14px;
  width: 100%;
  color: #333;
  margin-top: 6px;
}
.article-list-item a p{
  display: inline;
  font-size: 14px;
  color: #333;
}
.article-date{
  display: inline-block;
  width: 140px;
  color: #333;
}
.title-data{
  font-size: 14px;
  width: 300px;
  margin-right: 1rem;
}
@media screen and (min-width:768px) {
  .byline .cat-name,span.cat-data,.archive span.cat-data{
    padding: 0.5%;
  }
}


/* /////////////////////////post-list-card///////////////////////// */
.top-page .post-list-card article:not(:last-child){
      margin-right: 2rem;
}
.top-page .post-list-card .post-list{
  width: 100%;
}
.top-page .post-list-card article:last-child{
  margin-right: 0;
}

.post-list-card{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.post-list-card article:nth-child(odd){
  margin-right: 2rem;
}
.post-list-card .post-list a{
  padding: 0;
}
.post-list-card .post-list .eyecatch {
    border-radius: 20px;
    margin: 0;
    margin-bottom: 10px;
  }
.post-list-card .post-list a{
  box-shadow: none;
}
.post-list-card .post-list .article-date{
  width: auto;
  font-size: 13px;
}
.post-list-card .post-list span.cat-data{
  width: 140px;
  margin-right: 0;
  float: right;
  font-size: 13px;
  padding: 1%;
}
.post-list-card .post-list .entry-content {
    padding-top: 5px;
}
.post-list-card .post-list{
  margin: 0;
  width: 47%;
}
.post-list-card .post-list{
  height: 360px;
  width: 46%;
  float: left;
  margin-bottom: 2rem;
}
.post-list-card .post-list .entry-content .entry-title {
    margin-top: 0.8em;
}
.post-list-card .post-list a:hover{
  box-shadow: none;
}

@media screen and (max-width:539px){
  .post-list-card .post-list{
    width: 100%;
  }
  .post-list-card article:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (min-width:540px) and (max-width:650px){
  .post-list-card .post-list span.cat-data{
    width: 110px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .post-list-card .post-list .article-date{
    font-size: 12px;
  }
}
@media screen and (min-width:768px) and (max-width:900px){
  .post-list-card .post-list{
    width: 100%;
  }
  .post-list-card article:nth-child(odd) {
    margin-right: 0;
}
}

@media screen and (min-width:900px) and (max-width:1080px){
  .post-list-card .post-list span.cat-data{
    width: 110px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .post-list-card .post-list .article-date{
    font-size: 12px;
  }
}
@media screen and (min-width:768px) {
  .span.cat-data,.archive span.cat-data{
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 160px;
    padding: 3px 14px;
    background: #999;
    color: #fff;
    border-radius: 10px;
    margin-right: 1rem;
  }
  .article-list-item time{
    display: inline-block;
    font-size: 14px;
    width: 120px;
  }
  .article-list-item span.title-data{
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width:1166px) {
  .single .byline .cat-name{
    position: initial;
    transform: none;
  }
}

/* /////////////////////////single-page///////////////////////// */
.single-title, .page-title, .entry-title{
  margin-top: 20px;
  line-height: 1.5em;
}
.article-header .eyecatch, .cta-inner{
  margin: 30px 0 30px 0;
}


.byline .date, .byline .writer{
  vertical-align: text-top;
  margin-left: 10px;
  font-size: 13px;
}
.byline .event-status{
  font-size: 13px;
  vertical-align: text-top;
}
.single .entry-content p{
  line-height: 1.7rem;
}
.single .entry-content h3{
  margin-bottom: 2rem;
}
.single .entry-content h4{
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.article-footer .post-categories{
  display: none;
}
.np-post .navigation{
  display: none;
}
.single .authorbox .author-newpost li .ttl, .related-box li .ttl{
  font-size: 14px;
  line-height: 1.2rem;
}
.related-box{
  display: none !important;
}

@media screen and (min-width:768px) {
  .article-header .eyecatch, .cta-inner{
    margin-bottom: 40px;
  }
}
/* /////////////////////////header-menu///////////////////////// */
#g_nav{
  width: 100%;
  font-size: 15px;
}
#g_nav ul.nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#g_nav ul.nav li {
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
#g_nav ul.nav li:last-child{
}
#g_nav .nav li ul.sub-menu li a{
  color: #fff !important;
}
#g_nav .nav li ul.sub-menu li a:hover{
  color: #f1dc70 !important;
}
#g_nav .nav li:hover > ul.sub-menu > li, .nav li:hover > ul.children > li{
  border-bottom: none;
}
.nav li ul.sub-menu, .nav li ul.children{
  border-radius: 0;
    top: 2rem;
    left: 0;
}
.nav li:hover ul.sub-menu{

  padding: 1rem 1rem 1.8rem 1rem;
}

#g_nav .nav > li > a{
  position: relative;
  padding: 0;
}
#g_nav .nav > li > a::before{
  content: '';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: inline-block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  width: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã¥Â¹â€¦*/
  height: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã©Â«ËœÃ£Ââ€¢*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  padding-right: 0.6rem;
  background-image: url(library/image/logo-icon.png);
  opacity: 0;
  transition: all .3s ease;
}
#g_nav .nav > li > a:hover::before{
  opacity:1;
}

#g_nav .nav > li > a:after {
    content: none;
    display: block;
    margin: 5px auto 0;
    width: 0;
    height: 1px;
    background: none;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    opacity: .5;
  }
.header{
  margin-bottom: -1px;
}
@media screen and (min-width:426px) {
  .nav_btn{
    margin-left: 12px;
    margin-top: 0px;
  }
  .home-nav_btn{
    margin-top: 24px;
  }
}


/* /////////////////////////footer///////////////////////// */

.footer.bg, .footer .inner {
    background-color: #1195eb!important;
    color: #fff!important;
    width: 100%;
}

#footer-top.bg, #footer-top .inner, .cta-inner {
    display: none;
}

.footer .copyright {
    font-size: 0.8em;
    display: block;
    text-align: center;
    margin: 1%;
    float: none;
}

/* /////////////////////////page-header///////////////////////// */
.page-header{
  margin-top:70px;
}
.page-header{
  position: relative;
  display: block;
  height: 70vw;
  background-repeat: no-repeat;
}
.page-id-12 .page-header{
  background-image: url(library/image/header_introduction.jpg);
  background-position: center top;
  background-size: 120%;
}
.page-id-14 .page-header{
  background-image: url(library/image/header_about.jpg);
  background-position-y: bottom;
  background-position-x: center;
  background-size: 250%;
  background-color: rgba(0,0,0,0.1);
background-blend-mode: color;
}
.page-id-23 .page-header,.parent-pageid-23 .page-header{
  background-image: url(library/image/header_studio.jpg);
  background-position-y: bottom;
  background-size: cover;
}
.page-id-21 .page-header{
  background-image: url(library/image/header_cafe.jpg);
  background-position-y: 35%;
  background-size: cover;
}
.page-id-27 .page-header{
  background-image: url(library/image/header_salon.jpg);
  background-position-y: 20%;
  background-size: cover;
}
.page-id-25 .page-header{
  background-image: url(library/image/header_space.jpg);
  background-position-y: 30%;
  background-size: cover;
}
.category-event .page-header,.event-parent-category .page-header{
  background-image: url(library/image/header_event.jpg);
  background-position-y: 85%;
  background-size: cover;
  background-color: rgba(0,0,0,0.2);
  background-blend-mode: overlay;
}
.category-blog .page-header,.blog-parent-category .page-header{
  background-image: url(library/image/header_blog.jpg);
  background-position-y: 60%;
  background-size: cover;
}
.category-news .page-header,.news-parent-category .page-header{
  background-image: url(library/image/header_news.jpg);
  background-position-y: center;
  background-position-x: center;
  background-size: 100%;
  background-color: rgba(0,0,0,0.2);
background-blend-mode: color;
}
.page-id-48 .page-header{
  background-image: url(library/image/header_contact.jpg);
  background-position-y: center;
  background-position-x: center;
  background-size: 100%;
}
.page-header .page-title-area-text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 5px #47382f);
}
.page-header .page-title-area-text h1{
  display: inline;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.6rem;
    font-size: 20px;
}
.page-title-area-text::before {
  content: '';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: inline-block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  width: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã¥Â¹â€¦*/
  height: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã©Â«ËœÃ£Ââ€¢*/
    background-image: url(library/svg/page-title-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  padding-right: 0.2rem;
}
.page-header .page-title-area-rl{
  position: absolute;
  width: 70px;
  height: 140px;
  background: rgba(255,255,255,0.8);
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-id-14 .page-header .page-title-area-rl{
  height: 180px
}
.page-id-14 .page-header .page-title-area-rl h1 {
  letter-spacing: 0.3rem;
  margin-top: 22px;
  font-size: 16px;
}

.page-header h1{
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.5rem;
}
.page-header .page-title-area-rl h1{
  writing-mode: vertical-rl;
  font-size: 20px;
  margin: 2rem auto 0 auto;
}
.page-title-area-cloud{
  position: absolute;
  width: 300px;
  height: auto;
  background-image: url(library/svg/cloud.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-title-area-cloud h1{
  line-height: 94px;
  font-size: 1.3em;
  letter-spacing: 0.3rem;
}
.page-id-25 .page-header .page-title-area-cloud h1{
  letter-spacing: 0.2rem;
}
@media only screen and (min-width: 426px){
  .page-title-area-cloud{
    width: 340px;
  }
  .page-title-area-cloud h1{
    line-height: 120px;
  }
}
@media screen and (min-width:426px) {
  .page-header{
    margin-top:80px;
  }
  .page-header{
    height: 60vw;
  }
  .page-id-14 .page-header{
    background-size: 220%;
  }
  .page-header .page-title-area-rl{
    top: 40%;
    width: 80px;
    height: 140px;
  }
  .page-id-14 .page-header .page-title-area-rl{
    top: 48%;
  }
  .page-id-14 .page-header .page-title-area-rl {
    width: 90px;
    height: 230px;
  }
  .page-id-14 .page-header .page-title-area-rl h1 {
    letter-spacing: 0.3rem;
    margin-top: 25px;
    font-size: 1.3em;
  }
  .footer-decoration{
    background-size: auto;
  }
}
@media screen and (min-width:1100px) {
  .page-header{
    margin-top:130px;
  }
}


/* /////////////////////////event-category-archive///////////////////////// */
 article.event-category-archive{
  margin-bottom: 2rem;
}

.event-category-archive .flex-two .thumb-box{
  width: 100%;
  margin: 0 0 1rem 0;
}
.event-category-archive .flex-two .thumb-box img{
  width: 100%;
}
.event-category-archive .flex-two .entry-content{
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.event-category-archive h1.h2.entry-title{
  margin: 10px 0;
  font-size: 1.3em;
  color: #333;
}
.event-category-archive p.byline.entry-meta.vcard{
  margin-bottom: 0;
}


@media screen and (min-width:500px) {
  .event-category-archive .flex-two{
    display: flex;
  }
  .event-category-archive .flex-two .entry-content{
    width: 65%;
  }
  .event-category-archive .flex-two .thumb-box{
    width: 35%;
    max-height: 200px;
    margin-right: 1rem;
  }
}



/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */


/* /////////////////////////

TOP

///////////////////////// */

.home #content {
    margin-top: -7%;
    z-index: 1000;
}

.button {
    margin-top: 0;
}

.balloon {
    position: relative;
    display: block;
    padding: 2%;
    min-width: 120px;
    max-width: 100%;
    font-size: 1em;
    background: rgb(65,176,246);
    background: linear-gradient(90deg, rgba(65,176,246,1) 0%, rgba(24,104,185,1) 100%);
    height: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
}
/*
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2d8dd9;
} */

.balloon h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.yellow{
  color: #fff462;
}

.button a{
    width: 100%;
    margin: 0;
    padding: 0;
}

.balloon:hover{
  background: linear-gradient(90deg, rgba(255,194,60,1) 0%, rgba(230,137,3,1) 100%);
}

.balloon:hover::before {
  border-top: 15px solid #f3a620;
}

.button .container {
    padding-bottom: 2%;
}

.container{
  width: 80%;
  margin: 0 auto;
  padding: 5% 0;
}

h1 {
    text-align: center;
    line-height: 1.5em;
}

h3{
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: "Hiragino Sans";
    margin: 2% 0;
}

section.intro h1{
  text-align: center;
}

.box {
  width: 50%;
  margin: 3% auto;
}

.men_text{
  background: url(library/image/wind.png)no-repeat;
  background-size: contain;
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

.men_text p{
  margin: 5% 0;
}

.men {
  text-align: right;
  width: 40%;
  margin: 0 5%;
  display: table-cell;
  vertical-align: middle;
}

.men img{
  width: 45%;
  margin: 0 5%;
}


/* /////////////////////////
works
///////////////////////// */

.works{
  background: #1195eb;
  overflow: hidden;
}

.title{
  text-align: center;
}

.works h2{
  color: #fff;
  margin: 0;
  border: 2px solid #FFF;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Hiragino Sans";
  padding: 1% 3%;
  width: fit-content;
  font-size: 18px;
}

.detail h3{
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Hiragino Sans";
  text-align: left;
}

.about ,.effective {
  width: 70%;
  margin: 5% auto;
}

.about .cercle {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.about .detail {
  display: inline-block;
  margin: 0 5%;
  vertical-align: middle;
  width: 64%;
  margin-right: 0;
}

.effective .cercle {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.effective .detail {
  display: inline-block;
  margin: 0 5%;
  vertical-align: middle;
  width: 64%;
  margin-left: 0;
}

.detail p{
  color: #fff;
}


/* /////////////////////////
peltier
///////////////////////// */

.peltier{
  background: url(library/image/bg-blue.jpg)no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #a0d3ed;
}

.peltier .title{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.peltier .textbox {
  text-align: center;
  margin: 5% 0;
}

.peltier .textbox p {
  text-shadow: 0px 0px 6px #5c8da9;
  line-height: 1.5em;
  color: #fff;
}

.bluebox{
  background:rgba(17,149,235,0.7);
  border: 25px solid rgba(17,149,235,0.0);
  box-shadow: 0px 0px 0px 2px #ffffff inset;
}
.bluebox img{
  width: 70%;
  max-width: 220px;
  display: block;
  margin: 0px auto;
  filter: drop-shadow(0 0 10px #fff);
}

.bluebox .textbox{
  padding: 2% 5%;
  color: #fff;
  margin: 0;
}

.bluebox .textbox p{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 2%;
}


/* /////////////////////////
scene
///////////////////////// */

span.big{
  font-size: 1.5em;
  color: #1195eb;
  border-bottom: 10px solid #fff45c;
}

.scene h3{
  color: #333;
}

.scene_person {
  width: 20%;
  margin: 3% auto;
}

.photo {
    width: 11%;
    display: inline-block;
    margin:1%;
}

.photo h3{
  color: #1195eb;
  letter-spacing: 0;
  background: url(library/image/blue.png)no-repeat;
  background-size: cover;
  padding: 5%;
}

.photo h3.yellow{
  color: #1195eb;
  letter-spacing: 0;
  background: url(library/image/yellow.png)no-repeat;
  background-size: cover;
  padding: 5%;
}


/* /////////////////////////
feature
///////////////////////// */

.feature{
  background-color: #c5def0;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fff), color-stop(.5, transparent), to(transparent));
  -webkit-background-size: 5px;
}

.feature_box {
  padding: 5%;
  border: 3px solid #1195eb;
  background: #fff;
}

.feature_box h3 {
    color: #1195eb;
    margin: 0;
    margin-bottom: 3%;
}

.feature_box li {
  color: #1195eb;
  font-size: 14px;
  letter-spacing: 0;
  list-style: disc;
  margin: 2% 0;
  line-height: 1.8em;
}

.image_title h3 {
  color: #1195eb;
  margin: 0;
  padding: 2% 0;
}

.image_title {
    border: 3px solid #1195eb;
    background: #fff;
    width: 100%;
    max-width: 500px;
    margin: 10% auto;
    margin-bottom: 0;
}

.title_image{
    max-width:600px;
    margin: 0 auto;
    width: 100%;
}

.whitebox {
    background: #fff;
    border-radius: 1em;
    padding: 5%;
}

.ex_one, .ex_two {
    width: 47%;
    display: inline-block;
    text-align: center;
    margin: 1%;
    padding: 2%;
}

.ex_one {
    background: #57baf2;
    border-radius: 1em;
}

.ex_two {
    background: #1195eb;
    border-radius: 1em;
    vertical-align: top;
}

.whitebox h2 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}

.whitebox h3{
    margin: 0;
    line-height: 1.5em;
}

.ex_one img, .ex_two img, .ex_vest img {
    width: 60%;
    margin: 5% 0;
}

span.coution {
    font-size: 14px;
    vertical-align: middle;
}

h3.impression {
    line-height: 1.2em;
    margin-bottom: 1%;
}

.ex_vest{
  background: #57baf2;
  border-radius: 1em;
  width: 47%;
  display: inline-block;
  text-align: center;
  margin: 1%;
  padding: 3.2% 0;
}

.two_col {
    width: 49%;
    display: inline-block;
    text-align: center;
}
.four_col {
  width: 20%;
  margin: 0px 2%;
  display: inline-block;
  text-align: center;
}

.two_col img {
    width: 70%;
}

.three_col {
    width: 32%;
    text-align: center;
    display: inline-block;
    margin-top: 5%;
}

.three_col_movie {
    width: 32%;
    text-align: center;
    display: inline-block;
    margin-top: 5%;
}


.three_col img {
    width: 60%;
}

.photo_section .container{
  width:100%;
  max-width: 1000px;
}

.page-id-78 header,.page-id-89 header,.page-id-3 header,.page-id-57 header{
    display: none;
}

/*////////////////////////////////////////////////////////////
form
/////////////////////////////////////////////////////////////*/

.form {
    background: url(library/image/form_bg.png)no-repeat;
    background-size: cover;
    padding-top: 5%;
}

.page-id-78 .form,.page-id-89 .form{
    background: none;

}
.ec-btn {
    background-size: cover;
    padding-top: 5%;
}


.form h1{
  color: #1195eb;
  font-family: "Hiragino Sans";
}

.form-horizontal {
    width: 80%;
    margin: 0 auto;
}

.form-horizontal .control-label {
    text-align: left;
    font-size: 1em;
    font-weight: 100;
    vertical-align: top;
}

.col-sm-3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0 0;
}

.col-sm-9 {
    width: 74%;
    display: inline-block;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2% 5%;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #333;
    border-radius: 5px;
    font-weight: 100;
    float: right;
}

input[type="text"] {
    display: block;
    font-size: 1em;
    width: 100%!important;
    margin: 0 2%!important;
    padding: 10px 2%!important;
    color: #666;
    border: 2px solid rgba(51, 51, 51, 0.1);
    border-radius: 1px;
    max-width: 100%;
}

textarea {
    line-height: 1.5em;
    width: 100%;
    margin: 0 2%;
    padding: 0 2%;
    border: 2px solid rgba(51, 51, 51, 0.1);
    vertical-align: top;
}

.btn-default {
    color: #fff;
    background-color: #1195eb;
    border: none;
    width: 100%;
    padding: 6% 0px;
    font-size: 18px;
    border-radius: 30px;
}

.form-horizontal .form-group {
    margin: 5% 0;
}
.form-group {
vertical-align: top
}
.btn-default:hover {
    color: #fff;
    background-color: #f69f16;
    transition: 0.5s;
}

.form .button {
    width: 50%;
    margin: 5% auto;
}

.coution_p {
    text-align: center;
    margin-top: 5%;
}

.copyright{
  text-align: center;
}

input[type="checkbox"] {
    margin: 0 2%;
}

footer{
    width: 100%;
    margin: 0% auto;
}



/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */

@media(min-width:320px) and (max-width:767px){
.pc_hide{
  display: block;
}

.sp_hide{
  display: none;
}
}

@media(min-width:768px){
.pc_hide{
  display: none;
}

.sp_hide{
  display: block;
}
}

/* /////////////////
PC 1380px~
///////////////// */

@media(min-width:1380px){
  .container{
    width:70%;
  }

  .ex_one img, .ex_two img, .ex_vest img {
    width: 50%;
  }

  .ex_one, .ex_two {
    padding: 1%;
  }

}


/* /////////////////
SP 320px~
///////////////// */
@media(max-width: 767px) and (min-width: 320px){

  h3 {
    margin: 10% 0;
    margin-bottom: 5%;
  }

  .container {
    padding: 15% 0;
    width: 90%;
  }

  p{
  }

  .intro {
      width: 95%;
      margin: 10% auto;
  }

  .intro_title h1{
    text-align: left!important;
    line-height: 1.2em;
  }

  .men {
      text-align: center;
      width: 100%;
      margin: 0;
      display: block;
  }

  .box {
      width: 100%;
      margin: 10% auto;
  }

  .men_text {
    background: url(library/image/wind.png)no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
    width: 100%;
  }

  .works h2 {
    width: 100%;
    margin: 10% auto;
    margin-top: 0;
  }

  .detail p {
    margin-bottom: 0;
  }

  .effective h3{
    margin-top: 10%;
  }

  .about, .effective {
    width: 100%;
    margin: 0 auto;
  }

  .about .cercle {
    width: 60%;
    display: block;
    margin: 10% auto;
  }

  .effective .cercle {
    width: 60%;
    display: block;
    margin: 10% auto;
  }

  .about .detail {
    display:block;
    margin: 0;
    width: 100%;
  }

  .effective .detail {
    display:block;
    margin: 0;
    width: 100%;
  }

  .peltier .title {
    width: 100%;
  }

  .bluebox {
    border: 10px solid rgba(17,149,235,0.0);
  }

  .bluebox{
    margin-bottom: 20px;
  }

  .bluebox .textbox p {
    margin-top: 0;
    margin-bottom: 5%;
    text-align: left;
  }

  span.big {
    font-size: 1.5em;
    letter-spacing: 0;
  }

  .scene_person {
    width: 70%;
    margin: 10% auto;
  }

  .photo {
    width: 90%;
    display: block;
    margin: 10% auto;
  }

  .feature_box {
    padding: 10%;
  }

  .feature_box h3 {
    margin-bottom: 10%;
  }



  .image_title {
    width: 100%;
  }

  .title_image {
    width: 70%;
  }

  .ex_one, .ex_two,  .ex_vest {
    width: 100%;
    margin: 5% auto;
  }

  .photo_section .container {
    width: 90%;
  }
  .four_col{
    width: 44%;
    margin-bottom: 20px;
  }

  .two_col {
    width: 48%;
  }

  .two_col img {
      width: 100%;
  }

  .three_col {
    width: 31%;
    margin-top: 10%;
  }

  .three_col_movie {
    width: 100%;
    margin-top: 10%;
  }


  .three_col img {
    width: 80%;
  }

  .col-sm-9 {
    width: 100%;
    display: block;
    margin: 0;
  }

  .col-sm-3 {
    width: 100%;
    display: block;
  }

  .form-horizontal {
    width: 95%;
  }

  input[type="text"] {
    max-width: 100%!important;
    margin: 5% auto!important;
    padding: 0 2%!important;
  }

  textarea {
    margin: 5% 0;
  }

  .checkbox {
    font-size: 14px;
  }

  .form .button {
    width: 100%;
    margin: 10% auto;
  }

  .footer .copyright {
    font-size: 1.2em;
    display: block;
    text-align: center;
    margin: 0;
    float: none;
    padding: 0;
  }
}


/* /////////////////
iPad 768px
///////////////// */

@media(min-width:768px) and (max-width:1024px){
  .button .container {
    padding: 3% 0;
  }



  .men img {
    width: 70%;
    text-align: center;
  }

  .works h2 {
    width: 100%;
  }

  .about, .effective {
    width: 100%;
  }

  .scene_detail h3 {
    font-size: 14px;
  }

  .form-horizontal {
    width: 100%;
  }

  input[type="text"] {
    max-width: 100%;
  }

  .whitebox h3 {
    font-size: 18px;
  }

  .ex_vest {
    padding-bottom: 8%;
  }
}

@media(min-width:768px) and (max-width:1260px){
  .scene_detail h3 {
    font-size: 0.7em;
  }

}

@media(max-width:767px){
  #lightboxImage{
    height: auto!important;
    width: 100%!important;
  }

  #outerImageContainer{
    height: auto!important;
    width: 100%!important;
  }
  #imageDataContainer{
    width: 100%!important;
  }
  #hoverNav #nextLink{
    height: inherit!important;
  }
  #hoverNav #prevLink{
    height: inherit!important;
  }

}
@media(min-width:768px){
  .bluebox{
    height: 100%;
  }
  .peltier .mb-20{
    margin-bottom: 20px;
  }

}


.balloon h1{
  font-size: 1.3rem;
}
.row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.pc-half{
  width: 100%;
  margin-bottom: 20px;
}
.amazon-bnr{
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
    align-items: center;
}
.amazon-bnr img{
  max-width: 200px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media(min-width:768px){
  .pc-half{
    width: 48%;
  }

}
.goods-img{
  margin: 40px auto;
  display: block;
  max-width: 500px;
  width: 100%;
}

.mw_wp_form label{
  display: block;
}
