@charset "UTF-8";
.news_navi{
	border-top: 1px dotted #c4c4c4;
	margin-top: 40px;
	padding-top: 20px;
}
.news_navi .previous_post {
	float: left;
}
.news_navi .next_post{
	float: right;
}
.box-a h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.box-a h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #b1b1b1, #b1b1b1 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #b1b1b1, #b1b1b1 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.title-c-inner h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.title-c-inner h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #b1b1b1, #b1b1b1 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #b1b1b1, #b1b1b1 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* CSS Document */
/*-----801px以上PC画面 ----*/
@media all and (min-width:801px){
	#winner_pict{ width: 20%; float: left}
	#winner_messege{ width: 70%; float: left ; padding: 0% 5% 5%}
	.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
	.googlemap_pc {
	width: 90%;
	margin: calc(20px + 4.0vw) auto calc(40px + 1.0vw);
}
.googlemap_sp {
	display: none;
}
	.pc_none{
		display: none
	}
.toggle {
  position: relative;
  width: 78px;
  height: 48px;
  margin: 5px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #f45e55;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle:after {
  content: "JP";
  position: absolute;
  top: 3px;
  left: 33px;
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
  padding: 14px 0 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #df4c43;
  letter-spacing: .5px;
  box-sizing: border-box;
}
.toggle.checked:before {
  background: #24e89c;
}
.toggle.checked:after {
  content: "EN";
  left: 3px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
  color: #16d088;
  padding: 14px 0 0 1px;
}
.triangle01 {
    display: block;
    background-image: url(../img/mainimage-bg1.png);
    background-size:cover;/*100% 100%;*/
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
	height: 111%;
	height: 56.4vw;
	max-height: 890px !important;
    width: 55%;
    top: 0;
    right: 0;
    z-index: 1;
}
	.sche_img{float: right; margin-left: 5px; width: 40%}
#staff_box{
	width: 313px;
	background-color: #f0f0f0;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	margin: 10px;
}
	#staff_box a{
	text-decoration: none !important;
}
	#staff_box:hover{
	width: 313px;
	background-color: #ccc;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	margin: 10px;
}
#staff_box dt{ text-align: center; color: #333; border-bottom: dotted 1px #333; font-weight: bold;}
#staff_box dd{ text-align: center; color: #333; margin-top: 10px;}
	#staff_box dt a:hover{text-decoration: none !important;}
	#staff_box dd a:hover{text-decoration: none !important;}
}
/*-----800px以下スマホ画面 ----*/
@media all and (max-width:800px){
	#winner_pict{ width: 20%; float: left}
	#winner_messege{ width: 70%; float: left ; padding: 1% 5%}
	    .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
	.googlemap_sp {
	width: 100%;
	margin: calc(20px + 4.0vw) auto calc(40px + 1.0vw);
    height: 200px !important;
}
.googlemap_pc {
	display: none;
}
	.sp_none{
		display: none
	}
.triangle01 {
    display: none
}
	.sche_img{ width: 98%; margin: 5px auto}
#staff_box{
	width: 48%;
	background-color: #f0f0f0;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	margin: 1%;
}
#staff_box dt{ text-align: center; color: #333; border-bottom: dotted 1px #333; font-weight: bold; font-size: 2.0vw}
#staff_box dd{ text-align: center; color: #333; margin-top: 10px;}
}
