/* ---------------------------------------------------------------------------------
* TOP PAGE
------------------------------------------------------------------------------------ */
.news{
text-decoration:none;
margin-left: 30px;
}

.recommend-area a{
text-decoration: none;
text-align: center;
color:#333;
width:15% !important;
display: block;
}

/*-------MAIN CONTENTS---------------*/
h1.main,
h2.main{
margin:60px 0 0 0;
color: #000;
font-size: 40px !important;
font-weight: bold;
text-align: center;
}
.h1_sub,
.h2_sub{
text-align: center;
color:#660025;
margin-bottom: 60px;
}
.post-loop-wrap .post-title{
margin: 15px 0;
text-align:left;
font-size:14px !important;
}
.post-loop-wrap .post-title a{
font-size:14px;
}

.post-loop-wrap article{
padding-top:15px;
border-bottom:solid 1px #efefef;
}
.post-loop-wrap .post-inner{
overflow:auto;
}
.post-loop-wrap .post-thumbnail{
}

.wrap_left_loop{
width:40%;
float:left;
}
.wrap_right_loop{
width:55%;
float:right;
}

.post-loop-wrap .post-meta li{
color:#999999;
}

.post-loop-wrap .post-categories{
text-align:right;
}
.post-loop-wrap .post-categories li{
display:inline;
margin-left:10px;
}
.post-loop-wrap .post-categories a{
text-decoration:none;
color:#999999;
}

.post-loop-wrap .post-content{
clear:both;
}
.post-loop-wrap h2 a{
font-size:20px;
font-weight:bold;
color:#555;
}

.post-loop-wrap p{
color:#777;
}

.post-loop-wrap .more_link{
margin-bottom:30px !important;
display: block;
}


.breadcrumb-full{
background:#efefef;
}


/*-------slick----------------*/
#parallax.slick-slider {
margin-bottom:0 !important;
}


/*-------フキダシ左から----------------*/

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

.balloon3-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #ffcc75;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffcc75;
  z-index: 0;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 20px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/*-------parallax----------------*/

#parallax{ 
color: #fff;
margin-top:-15vh;
z-index: -1;
width: 100%;
}

.parallax{ 
height:120vh !important;
background-size:cover !important; 
background-repeat: no-repeat !important;
}

.parallax-head{ 
/* 2019/11/16 SGT005 Remove Start */
/* height:50vh !important; */
/* 2019/11/16 SGT005 Remove End */
background-size:cover !important; 
background-repeat: no-repeat !important;
}

.parallax-box,
.parallax-head-box{
max-width: 100%;
margin: 0 auto;
overflow: auto;
}


.parallax-box h2{
padding:0 0 0 0;
font-size: 40px;
color: #fff;
font-weight: bold;
margin-top:40vh;
margin-left:50vw;
text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.parallax-box p,
.parallax-box h3{
padding:0 0 0 0;
font-size: 24px;
color: #fff;
font-weight: bold;
margin-left:50vw;
text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

/*固定ページヘッダー画像*/
.parallax-head-box-left{
width:50%;
float:left;
}
.parallax-head-box-right{
width:40%;
float:right;
}
.parallax-head-box h1.post-title{
padding:0 0 0 0;
font-size: 24px;
font-weight: bold;
margin:30px 0 0 0;
text-align: left !important;
}

.parallax-head-box h2{
padding:0 0 0 0;
font-size: 24px;
font-weight: bold;
text-align: left !important;
margin-bottom:30px;
}

.parallax-head-box p{
padding:0 0 0 0;
margin:0;
font-size: 14px;
}

.parallax-link{
text-decoration: none;
}


/*-------parallax----------------*/

/*-------フル画像----------------*/
.img-full img{
height:100vh;
width: 100%;
}
.head-text-area{
width:1200px;
margin:0 auto;
padding:5% ;
}

.head-text1{
font-size:4vw;
text-align: center;
margin:0;
}
.head-text2{
font-size:2vw;
text-align: center;
margin:0;
}

.head-text3{
font-size:1vw;
text-align: center;
margin:0;
}

/*------contact----------------*/
input.confbtn{
background: #5ace5f;
color: #fff;
border-radius: 3px;
border-bottom: 5px solid #38bd3e;
display: block;
padding: 10px;
text-align: center;
text-decoration: none;
width: 60%;
margin: 0 auto 20px;
}

input.backbtn{
background: #ccc;
color: #333;
border-radius: 3px;
border-bottom: 5px solid #9D9999;
display: block;
padding: 10px;
text-align: center;
text-decoration: none;
width: 60%;
margin: 0 auto 20px;
}

/* ---------------------------------------------------------------------------------
* ARCHIVE
------------------------------------------------------------------------------------ */

