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

body {
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", メイリオ, "ＭＳ Ｐゴシック", sans-serif, arial, helvetica, clean;
    line-height: 2;
    color: rgb(0, 0, 0);
    text-align: center;
    height: 100%;
    background: rgb(255, 255, 255);
    margin: 0px auto;
}

img{
outline:none;
border-style:none;
    max-width: 100%;
}

a{
    color:#000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:#000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 470px) {
	.br-sp { display:none; }
}

/*****HEADER*****/
header{
	width: 100%;
    z-index: 999;
	position: fixed;
    height: 50px;
	background: #fcecf3;
	top: 0;
	padding: 0;
	margin: 0;
}

header img{
	max-width:100%;
	max-height: 50px;
	vertical-align: middle;
	padding-top: 0;
	margin-right: 20px; 
	float: center;
}

header h1{
    font-size:120%;
    color:#313131;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #313131;
    border-radius: 5px;
    letter-spacing: 3px;
    font-weight:400;
    float: left;
}
header p{
    font-size:100%;
    color:#313131;
    float: left;
}

/*****BRANDING*****/
#branding{
    max-width: 100vw;
	height:auto;
    margin: 0;
    overflow: hidden;
    background-color: #f0f3fa;
	background-image: url("../images/bg.png");
}


#contents{
  position: relative;
  top: 55px;
  margin:0;
  padding:0;
  height: 755px;
}

#contents img{
	width: 100%;
}

.area{
 width: 70%;
 float: right;
 margin-right: 2%;
}
@media screen and (max-width: 1078px) {
.area{
 width: 95%;
 padding: 0!important;
 clear:both;
}
}



.main_img {
  width: 100%;
  height: 0;
  padding-top: calc(935 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/topbg.gif");
  background-size: cover;
  position: relative;/*相対配置*/
  min-height: 755px;
}


.mainsp_img img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
  height: auto;
}


/*****MENU*****/

.pc-dsp { display:block; }
.sp-dsp { display:none; }

@media only screen and (max-width : 1078px){
.pc-dsp { display:none; }
.sp-dsp { display:block; }
}

img[usemap] {
    max-width: 100%;
    height: auto;
}


*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}

/****フォント指定****/
h2{
	background-image:url("../images/h2_b.png");
	color: #434343;
	font-size: 25px;
	padding: 10px;
}

h3{
	text-align: left;
	font-size:16px;
	color: #434343;
	padding: 10px;
}

h4 {
  font-size: 25px;
  padding: 0 0 10px 10px;
	margin-bottom: 10px;
	text-align: left;
  color: #6EB7DB;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #1E98B9;
  border-left: solid 5px #1E98B9;/*左線*/
}

h5 {
  color: #505050;/*文字色*/
  padding: 1em;/*文字周りの余白*/
  line-height: 1.3;/*行高*/
  background: #C9E8F1;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  text-align: left;
}

h5:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

h6{
	  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}


/***テーブル***/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px 30px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 30%;
	text-align: left;
	color: #fff;
	background: linear-gradient(90deg, #1E98B9, #6BBED5) fixed;
}
.cp_table td {
	width:30%;
	background-color: #eee;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}

.cp_table2 *, .cp_table2 *:before, .cp_table2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table2 {
	width: 100%;
	border-collapse: collapse;
}
.cp_table2 th, .cp_table2  td {
	padding: 10px 30px;
	border: 1px solid #dddddd;
}
.cp_table2 th {
	width: 30%;
	text-align: left;
	color: #fff;
	background: linear-gradient(90deg, #1ba466, #64c99b) fixed;
}
.cp_table2 td {
	width:30%;
	background-color: #eee;
}
@media only screen and (max-width:480px) {
	.cp_table2 {
		margin: 0;
	}
	.cp_table2 th, .cp_table2 td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table2 tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}




/****HR****/

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}


/****PCメニュー****/
.clickablemap
{
  width:200px;
  min-width: 290px;
}

.pc-menu{
  position: absolute;/*絶対配置*/
  top: 0;
  left: 0;
   max-width: 290px; /* 最大幅 */
   min-width: 160px; /* 最小幅 */
     zoom:1;
}

.pc-menu2{
  position: fixed;
  top: 0;
  left: 0;
   max-width: 290px; /* 最大幅 */
   min-width: 160px; /* 最小幅 */
}

a.verwhite:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
}

#link1 {
    width: 400px;
	height: 400px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 1%;
	top: 0;
}

#link2 {
    width: 18%;
	height:10%;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 1%;
	top: 40%;
}

#link3 {
    width: 18%;
	height: 10%;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 1%;
	top: 50%;
}

#link4 {
    width: 18%;
	height: 13%;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 1%;
	top: 117%;
}

#link5 {
    width: 18%;
	height: 13%;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 1%;
	top: 130%;
}

#link6 {
    width: 18%;
	height: 20%;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 1%;
	top: 150%;
}

#link7 {
    width: 18%;
	height: 43%;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 1%;
	top: 171%;
}

/****スマホメニュー****/

.menu_cont {
	height: auto;
}

.menu_cont img{
	width: 100%;
	max-height: 300px!important;
	margin: 0 auto;
}
.menu_offcm04 {
	position: absolute;/*絶対配置*/
	top: 0;
	left: 0px;
	display: inline-block;
}
/* menu */
.menu_offcm04 .menu_menu {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #6BBED5;
	overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;

}
.menu_offcm04 .menu_menu ul {
	margin: 0;
	padding: 0;
}
.menu_offcm04 .menu_menu li {
	list-style: none;
}
.menu_offcm04 .menu_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.menu_offcm04 #menu_toggle04 {
	position: absolute;
	display: none;
	opacity: 0;
}
.menu_offcm04 #menu_toggle04:checked ~ .menu_menu {
	-webkit-transform: translateX(100vw);
	        transform: translateX(100vw);
}
/* menu toggle */
.menu_offcm04 #menu_toggle04 ~ label {
	display: block;
	padding: 3px;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333;
}
.menu_offcm04 #menu_toggle04:checked ~ label {
	-webkit-transform: translateX(250px);
	        transform: translateX(250px);
}
.menu_offcm04 #menu_toggle04 ~ label::before {
	display: table-cell;
    color: #323a56;
	font-family: Verdana, Geneva, "sans-serif";
	content: " MENU ";
	white-space: pre;
	font-size: 1em;
    padding: 2px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	vertical-align: middle;
	width: 100%;
	height:100%;
	border: 1.5px solid #323a56;
	background: #ffffff;
}
.menu_offcm04 #menu_toggle04:checked ~ label::before {
	display: table-cell;
	color: #434343;
	font-family: Verdana, Geneva, "sans-serif";
	content: " 閉じる ";
	white-space: pre;
	font-size: 1em;
    padding: 2px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	vertical-align: middle;
	width: 100%;
	height:100%;
	border: 1.5px solid #323a56;
}
/* contents */
.menu_contents {
	color: #333333;
	text-align: center;
}



/*****bg1*****/

.pc-bg1{
  width: 100%;
  height: 0;
  padding-top: calc(596 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/bg1.png");
  background-size: cover;
}

.sp-bg1{
	position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(3933 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/bg1-1.gif");
  background-size: cover;
}

.box1{
  position: absolute;
  width: 90%;
  top:11%;
  bottom: 10%;
  right: 5%;
  height: 15rem;
  text-align: center;
}

h1{
  margin: 0 auto;
  font-size:140%;
  color: #ffffff;
  background-color: #ea8a8d;
  width: 70%;
  height: 20%;
  max-width: 500px;
  min-width: 240px;
  white-space: nowrap;
}

.left-ft{
	text-align: left;
}

.main-ft{
  padding-top: 5%;
  font-size: 120%;
  color: #323232;
  line-height:160%;
}

.main-mini{
  font-size: 70%;
  display:inline;
}

.main-ft strong{
  font-size: 1.6em;
  coler: #e66a72;
}

.main-ft b{
  font-size: 1.2em;
	font-weight: bolder;
}

.box2{
  position: absolute;
  width: 90%;
  top:55%;
  bottom: 10%;
  right: 5%;
  height: 15rem;
  text-align: center;
}

.box3 {
    background-color: #ffffff;
}

.box-font02{
	padding: 10px;
	font-size: 90%;
	text-align: left;
	color: #434343;
	background-color: rgba(255,255,255,0.8);
	font-weight: normal;
}

.box-point {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 30px;
  margin: 2em 0 0 0;
  border-radius: 0 5px 5px 5px;
  font-size:18px;
  text-align: left;
}

.box-point:after {
  /*タブ*/
  position: absolute;
  font-family: 'FontAwesome','Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em
}

.box4 {
	width: 50%;	
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: normal;
    border: solid 1px #000000;
}

@media screen and (max-width: 900px) {
.box4 {
	width: 100%;	
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: normal;
    border: solid 1px #000000;
}
}

/****/

@media screen and (max-width: 600px) {
h1 {
  font-size : 100% ;
  margin: 0 auto;
  color: #ffffff;
  background-color: #ea8a8d;
  width: 70%;
  height: 15%; }

.main-ft{
  padding-top: 5%;
  font-size: 16px;
  color: #323232;
  line-height: 150%;
}

.main-mini{
  font-size: 13px;
}

.main-ft strong{
  font-size: 20px;
  coler: #e66a72;
}
	
} 


/****/


/*****bg2*****/
.pc-bg2{
  width: 100%;
  height: 0;
  padding-top: calc(1270 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/bg2.png");
  background-size: cover;
}

.sp-bg2{
  width: 100%;
  height: 0;
  padding-top: calc(1584 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/bg2-1.gif");
  background-size: cover;
}

/*****bg3*****/
.pc-bg3{
  width: 100%;
  height: 0;
  padding-top: calc(1442 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/bg3.png");
  background-size: cover;
}

.sp-bg3{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(2196 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/bg3-1.png");
  background-size: cover;
}


.sp-bg3 p{
 position: absolute;
 overflow:  scroll;
 width: 95%;
 top: 10%;
 padding-left: 30px;
 height: 90%;
 font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
 font-size:16px;
 line-height:1.5em;
 text-align: justify;
 text-justify: inter-ideograph;
}

strong{
 font-size:20px;
 color: #e43738;
 font-weight: 700;
}

b{
 font-size:17px;
 font-weight: 700;
}

/*****link*****/
.bg_no{
	position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(234 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/bg_no.png");
  background-size: cover;
}

.pc-link{
	position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(450 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/uranai-btn.png");
  background-size: cover;
}

.pc-link img { 
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.pc-link p { 
  top: -2%;
  left:30%;
  position: absolute;
  margin:0 auto;
}

.pc-link a:hover {
	opacity: 0.6 ;
}


.sp-link{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(800 / 1900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("../images/uranai-btn.png");
  background-size: cover;
}

.sp-link p { 
  top: -2%;
  left:3%;
  position: absolute;
  margin:0 auto;
}

.sp-link img { 
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

/*****hover*****/

/****特徴****/
.flex-box-school {
    padding: 0;             /* 余白指定 */
	display: flex;              /* フレックスボックスにする */
	margin: 0 auto;
}
 
.flex-item-school {
    color:  #fff;               /* 文字色 */
    padding: 10px;
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}

.flex-item-school img {
    width: 100%;
}

@media screen and (max-width: 1078px) {
  .flex-box-school {
	width: 95%;
	display: flex;              /* フレックスボックスにする */
	flex-direction: column;
	margin: 0 auto;
  }
	.flex-item-school {

    color:  #fff;               /* 文字色 */

    border-radius:  5px;        /* 角丸指定 */
}
}
 
.flex-item-school:nth-child(1) {
	width:30%;
    background: linear-gradient(180deg, #f85485, #fda8c1) fixed;
}
 
.flex-item-school:nth-child(2) {
		width:30%;
    background: linear-gradient(180deg, #f85485, #fda8c1) fixed;
}
 
.flex-item-school:nth-child(3) {
		width:30%;
    background: linear-gradient(180deg, #f85485, #fda8c1) fixed;
}

@media screen and (max-width: 1078px) {
.flex-item-school:nth-child(1) {
	width:95%;
    background: linear-gradient(180deg, #f85485, #fda8c1) fixed;
}
 
.flex-item-school:nth-child(2) {
		width:95%;
    background: linear-gradient(180deg, #f85485, #fda8c1) fixed;
}
 
.flex-item-school:nth-child(3) {
		width:95%;
    background: linear-gradient(180deg, #f85485, #fda8c1) fixed;
}
}

.flex-box-2 {
    padding: 0;             /* 余白指定 */
	display: flex;              /* フレックスボックスにする */
	margin: 0 auto;
}
 
.flex-item-2 {
    color:  #434343;               /* 文字色 */
    padding: 10px;
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
	width: 50%;
}

.flex-item-2 img {
    width: 100%;
}

@media screen and (max-width: 1078px) {
  .flex-box-2 {
	width: 100%;
	display: flex;              /* フレックスボックスにする */
	flex-direction: column;
	margin: 0 auto;
  }
	.flex-item-2 {
	width: 100%;
    color:  #fff;               /* 文字色 */
	margin:  0 0 30px 0; 
    border-radius:  5px;        /* 角丸指定 */
}
}

.flex-box-3 {
    padding: 0;             /* 余白指定 */
	display: flex;              /* フレックスボックスにする */
	margin: 0 auto;
}
 
.flex-item-3 {
    color:  #434343;               /* 文字色 */
    padding: 10px;
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
	width: 30%;
}

.flex-item-3 img {
    width: 100%;
}

.flex-item-3 a {
    color: #1f91be;
}

@media screen and (max-width: 1078px) {
  .flex-box-3 {
	width: 100%;
	display: flex;              /* フレックスボックスにする */
	flex-direction: column;
	margin: 0 auto;
  }
	.flex-item-3 {
	width: 100%;
    color:  #fff;               /* 文字色 */
	margin:  0 0 30px 0; 
    border-radius:  5px;        /* 角丸指定 */
}
}
 

/****ふきだし****/
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #434343;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #cdcdcd;
  box-sizing: border-box;
}

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

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

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

/*****ARTICLE*****/
section{
    display: block;
    width: 60%;
    margin: 20px auto;
    overflow: hidden;
}
article{
    width: calc(50% - 15px);
    padding: 2.5%;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    overflow: hidden;
    float: left;
}
article:nth-child(2n){
    margin-left: 30px;
}
article .date{
    font-size: 60%;
    color: orange;
    border: 1px solid orange;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
    float: left;
}
article h1{
    width: 100%;
    font-size: 150%;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}
article p{
    font-size: 100%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}
article .btn{
    color: #fff;
    border: 1px solid orange;
    background-color: orange;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
}
article .btn:hover{
    background-color: #fff;
    border: 1px solid orange;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}

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


ul.footer{
background-color: #E38692;
}

ul.footer li {
display: inline;
text-align: center;
}


.footer-menu{
    background: linear-gradient(180deg, #E38692 0%, #F6D4D8 100%) fixed;
    padding-top: 30px;
}

table {
  width: 50%;
  margin: 0 auto;
}

table img {

  padding: 0;
}

.tbl-r02 tr {
  padding: 0;
}

.tbl-r02 th {
  padding: 0;
}
.tbl-r02 td {
  padding: 0;
}

.tbl-r03 {
	width:100%
}

.tbl-r03 tr {
  padding: 0;
}

.tbl-r03 th {
  padding: 0;
}
.tbl-r03 td {
  padding: 10px;
	width: 50%;

}

.tbl-r03 img{
	width:300px;
	height: auto;
}
 
@media screen and (max-width: 1078px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
	background-color: #F6D4D8;
}
footer address{
    color: #000000;

}

/*****pagetop*****/
#page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*****pagetopスマホ*****/



/*****fixd****/
#fix-phone-under-menu{
  position: fixed;
  bottom: 0px;
  font-size: 120%;
  z-index: 2;
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
}

#fix-phone-under-menu img{
max-width:100%;
}


/***　便箋　***/

.tegami img{
	width:50%!important;
}
.line02 p {
	text-align: left;
	line-height: 36px;
	background: url(../images/bg-note02.png) bottom;
	margin: 0;
	padding: 0;
}
.bgblue {
	margin: 0;
	padding: 0;
}

.web-share-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  color: #CBA258;
  border: 2px solid #CBA258;
  border-radius: 50%;
  font-size: 26px;
  line-height: 56px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
  transition: all 0.2s ease;
}

.web-share-btn:hover {
  background-color: #CBA258;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .web-share-btn {
    display: block;
  }
}
