﻿@charset "UTF-8";

html,body{
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
}

body{
	font-family: "Sawarabi Mincho";
}

p{
	font-size: 120%;
}
.pc_area{
      display:block;
}
.phone_area{
      display:none;
}

header{
    height: 100px;
    background: url(../pic/top.jpg) center / cover;
    width: 100%;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 0px;
}

ul{
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    z-index: 20;
}

ul li {
    display: inline-block;
    padding: 26px 10px 20px 10px;
    font-size: 1.2em;
}



footer{
    background-color:#a05815;
    width:100%;
    font-size:20px;
    color:#ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.webcon{
    background-color:#502700;
    width:100%;
    font-size:15px;
}

.white{
    color:#ffffff;
}

.main{
	margin:10px;
	background-color: #ffffff;
}

.midashi1 {
	padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #000000; /*文字色*/
    background: #f9f7f7; /*背景色*/
    border-left: solid 4px #ff6b6b; /*左線*/
    border-bottom: solid 3px #dbd6d6; /*下線*/
    width:90%;
}

.midashi3 {
	padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #000000; /*文字色*/
    background: #fcf4ff; /*背景色*/
    border-left: solid 4px #d000ff; /*左線*/
    border-bottom: solid 3px #dbd6d6; /*下線*/
    width:90%;
}

.marker-P-red {
    background: linear-gradient(transparent 60%, #ffcccc 0%);
}

.button{
	position:relative;
	display:inline-block;
	padding: .9em 4em;
	background-color:#ffa3da;
	border:2px solid #ffa3da;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button::after{
	position:absolute;
	top:50%;
	right: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-color:#ffffff;
	transition:all .3s;
}
.button:hover{
	background-color:#ffffff;
	color:#e094e3;
}
post-contents.button01:hover::after{
	border-left-color:#ffa3da;
}

.button2{
	position:relative;
	display:inline-block;
	padding: .9em 4em;
	background-color:#897cff;
	border:2px solid #897cff;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button2::after{
	position:absolute;
	top:50%;
	left: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-right-color:#ffffff;
	transition:all .3s;
}
.button2:hover{
	background-color:#ffffff;
	color:#e094e3;
}
post-contents.button01:hover::after{
	border-left-color:#897cff;
}

.button8{
	position:relative;
	display:inline-block;
	padding: .9em 4em;
	background-color:#502700;
	border:2px solid #502700;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:all .3s;
	font-size:20px;
}
.button8::after{
	position:absolute;
	top:50%;
	right: .2em;
	content:'';
	margin-top:-5px;
	border:7px solid transparent;
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-color:#ffffff;
	transition:all .3s;
}
.button8:hover{
	background-color:#ffffff;
	color:#e094e3;
}
post-contents.button8:hover::after{
	border-left-color:#502700;
}

.right{
  float:right
}

#photo_frame {
    text-align: center;
    line-height: 1.0;
    padding: 15px 0px 10px;
    height:400px;
}

div.scroll{
    height: 200px;
    overflow: scroll;
    text-align:left;
}


/*吹き出し*/

.balloon_l,
.balloon_r{
  
margin: 30px 0;
  
display:flex;
  
justify-content: flex-start;
  
align-items: flex-start; /*縦位置を上揃え*/

/*   align-items: center; */ /*縦位置を真ん中揃え*/

}


.balloon_r{
  
justify-content:flex-end;

}


.faceicon img{
  
width: 80px; /*サイズ*/
  
height: auto;

}


.balloon_r .faceicon{
  
margin-left:25px;
}


.balloon_l .faceicon{
  
margin-right:25px;

}


.balloon_r .faceicon{

  order:2 !important;

}


.says {
  
max-width:500px; /*最大幅*/
  
display: flex;
  flex-wrap: wrap;
  
position: relative;
  
padding: 17px 13px 15px 18px;
  
border-radius: 12px;
  
background: #E5A2F8;/*色*/
  
box-sizing:border-box;
  margin:0 !important;
  
line-height:1.5;
/*   align-items: center; */

}

.says p{
  
margin:8px 0 0 !important; 

}


.says p:first-child{
  
margin-top:0 !important;

}

.says:after {

  content: "";
  position: absolute;

  border: 10px solid transparent;

/*   margin-top:-3px;  */

}


.balloon_l .says:after {

  left: -26px;

  border-right: 22px solid #E5A2F8;

}


.balloon_r .says:after {

  right: -26px;

  border-left: 22px solid #E5A2F8;

}
