html, body {
font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtube2 {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 80% !important;
  height: 80% !important;
}

.you { text-align: center; }

p.resizeimage img { width: 100%; }


.overfloww {
  width: auto;
  height: 200px;
  overflow: auto;
}

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#85baef;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

.box1 {
    padding: 1.5em 1em;
    margin: 1em 0;
    border: solid 1px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box1-red {
    padding: 1.5em 1em;
    margin: 1em 0;
    background: #e83828;
    color: #ffffff;
}

.box1-red p {
    margin: 0; 
    padding: 0;
}

.box1-b {
    padding: 1.5em 1em;
    margin: 1em 0;
    background: #f2f2f2;
}

.box1-b p {
    margin: 0; 
    padding: 0;
}

.box1-y {
    padding: 1.5em 1.5em;
    margin: 1em 0;
    line-height: 150%;
    background: #ffffc8;
}

.box1-y p {
    margin: 0; 
    padding: 0;
}

.box-e {
    padding: 1em 1.5em;
    margin: 0 0;
    background: #f0cccb;
    border: solid 1px #c85c6b;
}
.box-e p {
    margin: 0; 
    padding: 0;
}

.box2-b {
    padding: 0.5em 1em;
    margin: 0 0 1em 0;
    background: #0099d9;
    color: #ffffff;
    font-weight: bold;
}
.box2-b p {
    margin: 0; 
    padding: 0;
}


.box2-p {
    padding: 0.5em 1em;
    margin: 0 0 1em 0;
    background: #b395c4;
    border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    font-weight: bold;
}
.box2-p p {
    margin: 0; 
    padding: 0;
}

.box6 {
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 1em 0;
    background: #32b4c8;
    color: #ffffff;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 49%;
    border: 15px solid transparent;
    border-top: 15px solid #32b4c8;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}


.box26 {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em;
    border: solid 3px #32b4c8;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #32b4c8;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}


.box26-pk {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em;
    border: solid 3px #ff9288;
    border-radius: 8px;
}
.box26-pk .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff9288;
    font-weight: bold;
}
.box26-pk p {
    margin: 0; 
    padding: 0;
}


.box26-2 {
    position: relative;
    margin: 1em 0;
    padding: 3em 3em;
    border: solid 1px #000000;
    border-radius: 0px;
}
.box26-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #000000;
    font-weight: bold;
}
.box26-2 p {
    margin: 0; 
    padding: 0;
}


.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_yellow_futo {
background: linear-gradient(transparent 0%, #ffff66 0%);
}


.catname {
  line-height: 21px;
  position: relative;
  height: 20px;
  margin: 5px 0px 5px;
  padding: 0px 2%;
  text-align: center;
  color: #fff;
  background: #fa4141;
  font-size: 10px;
  width: 26%;
  font-weight: bold;
  float: left;
}

.catname:after {
  position: absolute;
  top: 0;
  display: block;
  height: 0px;
  content: '';
  border: 10px solid #fa4141;
  z-index: -1;
}

.catname:after {
  right: -5px;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname span {
  position: relative;
  display: block;
  color: #FFF;
}

.topicslist h3 {
    font-size: 12px;
}

.topicslist h3 a {
    color: #6f6f6f;
    font-weight: bold;
}

.topicslist .date {
    font-size: 10px;
    color: #aaa;
}


.catname.gourmet {
  background: #ee7a45;
}

.catname.gourmet:after {
  border: 10px solid #ee7a45;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.life {
  background: #51b1a2;
}

.catname.life:after {
  border: 10px solid #51b1a2;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.house {
  background: #c3a173;
}

.catname.house:after {
  border: 10px solid #c3a173;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.seminar {
  background: #414f85;
}

.catname.seminar:after {
  border: 10px solid #414f85;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.b-h {
  background: #d46da1;
}

.catname.b-h:after {
  border: 10px solid #d46da1;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.manabi {
  background: #81bfc9;
}

.catname.manabi:after {
  border: 10px solid #81bfc9;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.child {
  background: #e193a6;
}

.catname.child:after {
  border: 10px solid #e193a6;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.event {
  background: #bec31c;
}

.catname.event:after {
  border: 10px solid #bec31c;
  border-right-width: 5px;
  border-right-color: transparent;
}

.catname.odekake {
  background: #ebac46;
}

.catname.odekake:after {
  border: 10px solid #ebac46;
  border-right-width: 5px;
  border-right-color: transparent;
}

.snsparts {
    float: left;
    margin: 0 20px 0 0;
}

span.pr {
    float: right;
    font-size: 10px;
    border: solid 1px #ccc;
    color: #ccc;
    border-radius: 3px;
    padding: 1px 2px 1px 4px;
    letter-spacing: 3px;
    margin: 5px 0 0;
}

/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
	width: 100% ;
	min-height: 190px ;
	background: #F5F1E9 ;	/* 背景色 */
	padding: 1.5em 0 ;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 119px ;
	}
}


/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	width: 238px ;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
		width: 410px ;
	}
}


/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}


/******************************

 各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
	width: 71px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: 'A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}

.snsshare.clearfix {
    width: 255px;
    float: right;
}


.btn-square-pop {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 6em;
  text-decoration: none;
  color: #FFF;
  background: #e83b0c;/*背景色*/
  border-bottom: solid 2px #df3b0c;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #df3b0c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop:hover{
  color: yellow;
}


.btn-square-pop-jump {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  background: #4eb7cc;/*背景色*/
  border-bottom: solid 2px -red;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  animation: squash 0.8s ease-in-out infinite; 
}
@keyframes squash {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

.btn-square-pop-jump:active {
  border-bottom: solid 2px #4eb7cc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop-jump:hover{
  color: yellow;
}

.btn-square-pop-red {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  background: red;/*背景色*/
  border-bottom: solid 2px -red;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  animation: squash 0.8s ease-in-out infinite; 
}
@keyframes squash {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

.btn-square-pop-red:active {
  border-bottom: solid 2px #ea4461;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop-red:hover{
  color: yellow;
}


.btn-square-pop-pk {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  background: #e9515d;/*背景色*/
  border-bottom: solid 2px -#e9515d;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  animation: squash 0.8s ease-in-out infinite; 
}
@keyframes squash {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

.btn-square-pop-pk:active {
  border-bottom: solid 2px #e9515d;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop-pk:hover{
  color: yellow;
}

.btn-square-pop-green {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF !important;
  background: #009043;/*背景色*/
  border-bottom: solid 2px -#009043;/*少し濃い目の色に*/
  border-radius: 12px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 80%;
}

.btn-square-pop-green:active {
  border-bottom: solid 2px #009043;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop-green:hover{
  color: #ffffff !important;
}

.btn-square-pop-green a{
  color: #ffffff !important;
}

.videoWrap{
	padding-top: 56.25%;
	width: 50%;
	position: relative;
}

.videoWrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 400px; /* 動画の最大幅 */
}