@charset "UTF-8";


/******************************
 リセット
******************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
ol, ul {
    list-style: none;
}


/******************************
 初期設定
******************************/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}

body {
  color: #060606;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}




a{
  color: #060606;
	text-decoration:none;
}
a:hover{
	color:#F00;
	text-decoration:underline;
}
a:visited{
	text-decoration:none;
}


.underlineyellow {
    background: linear-gradient(transparent 60%, #ff0 60%);
}
.redbold{
	color:#F00;
	font-weight:bold;
}



h2 {
	font-size: 30px;
    text-align: center;
  padding:10px 0 0 0;
  position: relative;
  margin:0 0 20px 0;
}

h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #000, #000 2px, #ff0 2px, #ff0 4px);
  background: repeating-linear-gradient(-45deg, #000, #000 2px, #ff0 2px, #ff0 4px);
}
@media screen and (min-width: 769px) {
h2{
    text-align:inherit;
  font-size: 50px;
  font-weight: bold;
  padding:50px 0 0 0;
  margin:0 0 0px 0;
}
}



h3{
  display: inline-block;
  border-bottom:#FF0 4px solid;
  position: relative;
  margin:0;
}
h3:after{
  content: "";
  border-bottom:#000 1px solid;
  position: absolute;
  top: 4px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}


@media screen and (min-width: 769px) {
h3{
    text-align:inherit;
  font-size: 16px;
  font-weight: bold;
  padding:10px 0 0 0;
  }
}

/******************************
 header CSS
******************************/
.header {
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
  
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #000000 58%, #ffff30 59%, #ffff28 61%, #000000 63%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#000000 58%,#ffff30 59%,#ffff28 61%,#000000 63%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#000000 58%,#ffff30 59%,#ffff28 61%,#000000 63%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  
}
@media screen and (min-width: 769px) {
.header {
  padding: 10px;
}
}


.header__wrap {
    flex-direction: column;
    width: 100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
.header__wrap {
    flex-direction: row;
	 width: 85%;
}
}


.header__menu{
    width: 100%;
}
@media screen and (min-width: 769px) {
.header__menu{
	width:auto;
}
}
.header__menu ul {
    width: 100%;
	display: flex;
}
@media screen and (min-width: 769px) {
.header__menu ul {
	width:auto;
}
}
.header__menu ul li{
    width: calc(100% / 4);
}
@media screen and (min-width: 769px) {
.header__menu ul li {
  width: 80px;
}
}


.header__menu ul li a{
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  color:#FF0;
  }
@media screen and (min-width: 769px) {
.header__menu ul li a{
    font-size: inherit;
}
}
.header__menu ul li a:hover{
  color:#FFF;
}


.touroku{
	margin:15px 0px 0px 30px;
	color:#FFF;
	font-size:0.8rem;
}

/**********************************
 main
**********************************/

.main{
}

.main__visual{
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 50%;
    background: url(../../image/visual_mobile.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}  

@media screen and (min-width: 769px) {
.main__visual{
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 50%;
    background: url(../../image/visual_pc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
}



/**********************************
 main__news
**********************************/

.main__news {
  width: 85%;
  max-width:1060px;
  margin:10px auto;
    padding: 50px 0 0;
}
@media screen and (min-width: 769px) {
  .main__news {
  padding: 0 20px 0;
  }
}


.main__news--list {
  padding: 40px 12px;
  
}
.main__news--list li {
  border-bottom: 1px solid #e8ecee;
  padding: 30px 20px;
}
.main__news--list li:first-child{
  border-top: 1px solid #e8ecee;
}


.main__news--list li a:hover{
  background: #e8ecee;
}



.main__news--item{
    line-height: 1.6;
}




.main__news--day {
   margin-bottom: 10px;
   font-size:2rem;
}




.main__news--date {
    margin-right: 0;
}
@media screen and (min-width: 769px) {
  .main__news--date {
  line-height: 1.8;
  }
}



/**********************************
 kaigai
**********************************/

.kaigai {
  width: 100%;
  max-width:1060px;
  margin:10px auto;
    padding: 0px 0 0;
}
@media screen and (min-width: 769px) {
  .kaigai {
  max-width:1060px;
  }
}




/**********************************
 main__service 
**********************************/
.main__service {
	  width: 85%;
  max-width:1060px;
  margin:10px auto;
    padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
.main__service {
  padding-bottom: 100px;
}
}


/**********************************
 main__message
**********************************/
.main__service--message {
  margin-bottom: 95px;
  display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
  .main__service--message {
    flex-direction: row;
  }
}

.main__service--message h2 {
  flex: 1;
  flex-direction: column;
  background:none;
}
.main__service--message h2:after {
  background:none;
}

.main__service--message p {
  flex: 2;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .main__service--message p {
    font-size: 16px;
    margin-top: 70px;
  }
}


.media_com{
	margin:20px 0;
}
@media screen and (min-width: 769px) {
.media_com{
	margin:20px 0 30px 0;
}
}




/**********************************
 main__list
**********************************/
.main__service--list {
}
@media screen and (min-width: 481px) {
  .main__service--list {
  display: flex;
  flex-wrap: wrap;
}
}

.main__service--list li {
    width: 100%;
    margin:0  2% 30px 0;
}
@media screen and (min-width: 481px) {
  .main__service--list li {
	width: calc( 50% - 2%);
  }
}

@media screen and (min-width: 769px) {
  .main__service--list li {
	width: calc( 33% - 2%);
  }
}
.main__service--list li .url {
	margin:0;
	padding:0;
	font-size:14px;
}

.mainimg {
  width: 100%;
  display: block;
}

.annai{
	display:flex;
margin:10px auto;
}
.text{}
.qr img{
	margin:10px 0 0 0;
}
.main__service--list li p{
   font-size: 13px;
   margin: 15px 0 0 0;
}
@media screen and (min-width: 769px) {
  .main__service--list li p{
   font-size: inherit;
  }
}

/**********************************
 右YouTube
**********************************/
.main__service--youtubebox {
}
@media screen and (min-width: 481px) {
.main__service--youtubebox {
  display: flex;
  flex-wrap: wrap;
}
}

.main__service--youtubebox.site .yt {
    width: 100%;
    margin:0  2% 30px 0;
}
@media screen and (min-width: 481px) {
.main__service--youtubebox .site  {
	width: calc( 50% - 2%);
  }
.main__service--youtubebox .yt  {
	width: calc( 50% - 2%);
  }
}

@media screen and (min-width: 769px) {
.main__service--youtubebox .site  {
	width: calc( 33% - 2%);
  }
.main__service--youtubebox .yt  {
	width: calc( 66% - 2%);
  }
}
.main__service--youtubebox .site .url {
	margin:0;
	padding:0;
	font-size:14px;
}

.mainimg {
  width: 100%;
  display: block;
}

.annai{
	display:flex;
margin:10px auto;
}
.text{}
.qr img{
	margin:10px 0 0 0;
}
.main__service--youtubebox .site .yt  p{
   font-size: 13px;
   margin: 15px 0 0 0;
}
@media screen and (min-width: 769px) {
.main__service--youtubebox .site .yt  p{
   font-size: inherit;
  }
}







/*youtube*/
.yb_box{
	width:96%;
	float:none;
	margin:10px 1% 30px 1%;
}
@media screen and (min-width: 769px) {
.yb_box{
	margin:58px 1% 0 1%;
}
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}





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


.footer{
    padding-top: 30px;
  
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #000000 58%, #ffff30 59%, #ffff28 61%, #000000 63%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#000000 58%,#ffff30 59%,#ffff28 61%,#000000 63%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#000000 58%,#ffff30 59%,#ffff28 61%,#000000 63%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  text-align:center;
}
@media screen and (min-width: 769px) {
  .footer {
  padding: 30px 0 30px;
  }
}


.copyright {
  color: #FF0;
  font-size: 11px;
  margin-top: 31px;
  text-align: center;
}
