/* Flex styles -------------------------------------------------*/

header {
  display: flex;
  align-items: center;
 margin: 0 auto;
 padding: 0 auto;
	 max-width: 960px;
}


@media (min-width: 700px) {
 .leading {
    display: flex;
    align-items: center;
  }
}

/* header styles -------------------------------------------------*/
.head {
margin: 0 auto 15px;
padding: 0 auto;
max-width: 960px;
}

@media (max-width: 700px) {
.head {
margin: 0 auto 37px;
padding: 0 auto;
max-width: 960px;
}
}
.pos {
padding: 15px 10px 0;
text-align: left;
}
.sns {
padding: 15px 10px 0;
	width: 178px;
	float: right;
}
@media (max-width: 700px) {
.sns {
display: none;
  }
}



/* font styles 見出し１-------------------------------------------------*/
.f_one{font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
}

.f_two{
font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 400;
font-style: normal;
}

/* header menu styles -------------------------------------------------*/
@media (min-width: 701px) {
.menu {	
display: none;
  }
}

.p_menu {
margin: 4px auto 8px;
padding: 0 auto;
max-width: 960px;
	text-align: right;
	text-decoration: none;
	}
.p_menu ul{
	display: inline-block;
	position: relative;
	float: right;
	font-size: 0.9em;
}


.p_menu ul li{
	display: inline-block;
	list-style: none;
	width: auto;
		padding:  5px 46px;
			border-left: solid 1px rgba(184,164,164,1.00);
}
.p_menu ul li a{
	color: #000000;
	text-decoration: none;
}

.p_menu ul li ul{
 position:absolute;
  top: 30px;
	left: 0;
  width: 150px;
  z-index: 100;
	
}
.p_menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 200px;/*サブメニューの幅*/
	height: 40px;
  background-color: rgba(223,245,247,0.98);
padding-top: 12px;
	text-align: left;
}

.p_menu ul li:hover ul li, .p_menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  z-index: 10;
	border-bottom: 1px solid rgba(156,156,156,0.50);
height: 40px;
}





.mk_menu_line{
padding: 0;
    border-bottom: 3.5px solid rgba(230,0,18,1.00);
        background-color: white;
      z-index: 10;
}
@media (max-width: 700px) {
    .mk_menu_line{
        padding: 0;
    border-bottom:0;
}
}
@media (max-width: 700px) {
    .pos{
display: none ;
}
}






.port {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (minmax(190px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); 
}

.newpro_area {
 max-width: 960px;
 margin: 0 auto;
 padding: 0 auto;
 text-align: center;
}
.w_area {
 max-width: 960px;
 margin: 0 auto 30px;
 padding: 0 auto;
 overflow-x: hidden;
    
}
@media ( max-width : 700px ){
.w_area {
 max-width: 100%;
}
}

	
/* font ----------------------------------------------*/
h2{ font-size: 1.6em ;
	font-weight:bold;
line-height: 1.7;
padding: 25px auto;
    margin-bottom: 20px;
}

h3{ font-size: 1.1em ;
	font-weight:bold;
line-height: 1.7;
padding: 25px 0;
}

h4{ font-size: 1em ;
line-height: 1.7;
padding: 15px 0;
}

.circle {
 position: relative;
  display: inline-block;
  width: 180px;
  height: 35px;
  border-radius: 20px;
  background: white;
  border: solid 3px skyblue;
}
.circle span {
font-size: 0.8em;
 position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width :170px;
  text-align:center;
}
.bold{
font-weight: bold;
    
}
/* Grid styles ----------------------------------------------*/
body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family: source-han-sans-cjk-ja, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
font-weight: 400;
font-style: normal;
}

header {
  padding: 10px;
  font-size: 2em;
  color: black;
  background-color: #fff;
}

.logo {
  height: auto;
  margin-right: 20px;
}



.leading {
  height: 480px;
  background: url('../images/MG.jpg') center  #fff no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px #000;
  width:100%;
}
@media (max-width: 1400px) {
.leading {
  height: 360px;
  background: url('../images/MG.jpg') center  #fff no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px #000;
}
}
@media (max-width: 950px) {
.leading {
  height: 330px;
  background: url('../images/MG.jpg') center top #fff no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px #000;
}
}
@media (max-width: 900px) {
.leading {
  height: 300px;
  background: url('../images/MG.jpg') center top #fff no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px #000;
}
}
@media (max-width: 800px) {
.leading {
  height: 280px;
  background: url('../images/MG.jpg') center top #fff no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px #000;
}
}

@media (max-width: 500px) {
.leading {
  height: 190px;
  background: url('../images/MG.jpg') center top #fff no-repeat;
  background-size: cover;
}
}







.leading-bigtext {
  margin-right: 60px;
  font-weight: bold;
  font-size: 24vw;
}

@media (min-width: 700px) {
  .leading-bigtext {
    font-size: 140px;
  }
}

.leading-text {
  max-width: 900px;
  font-size: 1.2em;
  line-height: 1.7;
}

.second {
  height: 240px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('../images/tophead_main.png') center #333 no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.cards {
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 15px;
    z-index: 1;
}

.port {
  max-width: 960px;
  margin: 0 auto 10px;
  padding: 15px;
}

.cards .tree3{
position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
		padding-bottom: 50px;
      width: 33%;
	float: left;
}
.cards .tree3 h3{
	text-align: center;
}
@media ( max-width : 700px ){
.cards .tree3 {
position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 50px;
      width: 50%;
	float: left;
    z-index: 0;
  }
}
@media ( max-width : 400px ){
.cards .tree3 {
position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
      width: 100%;
	float: left;
    z-index: 0;
  }
}

article {
  position: relative;
	text-align: center;
}

.article-img {
  height: 140px;
  max-width: 100%;
  object-fit: cover;
}
.tree3-free-img {
  height: 113px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media ( max-width : 700px ){
.tree3-free-img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
}
	
	
	
.article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.article-exp {
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.7;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}



/* depart styles 3box-------------------------------------------*/
.depart {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
-ms-grid-columns: (minmax(160px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  max-width: 960px;
  margin: 0 auto 30px;
  padding: 15px;	
}
.depart_item {
  border-radius: 10px;
  background: #white;
  padding: 10px;
  text-align: center;
}
.depart_img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}


/* contents styles 4box-------------------------------------------*/

.content{
	text-align: center;
  padding-top: 15px;	
}
.swipe_box {
  max-width: 960px;
  margin: 0 auto 10px;
  padding:0 15px 15px 15px;	
}
.content_box {
  max-width: 960px;
  margin: 0 auto 10px;
  padding:0 0 15px 0;	
}
.content_item {
  width: 23.5%;
	float: left;
  border-radius: 10px;
  background: white;
  padding: 5px;
	margin: 4px;
  text-align: center;
  min-height:310px;
}
@media (max-width: 750px) {
  .content_item {
  width: 47%;
  min-height: 280px;
	float: left;
  background: white;
  text-align: center; 
    min-height:310px;
}
 .content_item p{
 overflow: hidden;
    text-overflow: ellipsis;
	}
	
}
@media (max-width: 400px) {
  .content_item {
  width: 100%;
	height: auto;
	float: left;
  background: white;
	padding: 2px;
  text-align: center;
	  margin: 0;
}
}
.content_img {
  width: 100%;
  height: auto;
}
.content_item p{
	padding: 5px;
}
	
p {
	font-size: 0.85em;
    line-height: 2;
}



/* youtube-------------------------------------------*/
.yt_movie {
 max-width: 600px;
 margin: 0 auto 10px;
 padding: 0;
text-align: center;
		background-color: white;

}
.yt_area {
     position: relative;
     overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	background-color: white;
	margin-bottom: 0px;
}
.yt_area iframe {
	position: absolute;
	top: 0;
     left: 0;
     width: 100%;
	max-height: 100%;
	background-color: white;
}

/* section campain-------------------------------------------*/
.s_camp {
	background: url('../images/asiato.png') center;
	background-size: cover;
text-align: center;
	padding-top: 10px;
}
.camp_main {
 max-width: 960px;
 margin: 0 auto 10px;
 padding: 15px;
}

.camp_main-img{
width: 48%;
height: auto;
padding:0 5px 5px 20px; 
float: left;
}


@media(max-width: 450px){
.camp_main-img {
  min-height: 35px;
	width: 100%;
float: left;
	padding:0 5px 5px; 
	background-color:antiquewhite;
}	
}
.camp_main-img img{
width: 100%;
}

/* top whatnew-------------------------------------------*/
.whatnew {
	background: url('../images/asiato.png') center;
	background-size: cover;
	text-align: center;
	padding-top: 10px;
}
.whatnew_main {
max-width: 960px;
margin: 0 auto 10px;
	padding-bottom: 20px;
}
.news_area{
	width: 67%;
	border-radius: 8px;
	background-color: white;
	padding: 10px;
	line-height:1.7;
	font-size: 1.0em;
	float: left;
	margin: 0 5px 10px;
}
@media(max-width: 700px){
.news_area{
	width: 98%;
	border-radius: 8px;
	background-color: white;
	padding: 10px;
	line-height:1.7;
	font-size: 1.0em;
	margin: 0 5px 20px;
}
}

.news_banner{
	width: 28%;
	height: auto;
	float: right;
	padding-right: 15px;
}
@media(max-width: 700px){
	.news_banner{
	height: auto;
	float: left;
	display:none;
}
}

.bannnerarea{
display:none;

}

@media(max-width: 700px){
    .bannnerarea{
    width: 50%;
    float: left;
    padding: 6px;
}
}

.areabann_b{
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
}
.areabann_b img{
    width: 100%
}

@media(max-width: 700px){
	.areabann_b{
        width: 50%;
		float: left;
		  padding: 0 5px 10px;
	}
}

.news_area p{
font-size: 0.9em;
	padding: 5px;
		margin-bottom: 10px;
}

.n_m_y{
	background-color:yellowgreen;
	border-radius: 40px;
	font-size: 0.61em;
	padding:  6px 2px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}
.n_m_sunrise{
	background-color:#e60012;
	border-radius: 40px;
	font-size: 0.61em;
	padding:  6px 2px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}
.n_m_marukan{
	background-color:#00a484;
	border-radius: 40px;
	font-size: 0.61em;
	padding:  6px 2px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}

.n_m_nisso{
	background-color:#003f97;
	border-radius: 40px;
	font-size: 0.61em;
	padding:  6px 2px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}



.n_m_g{
	background-color:yellow;
	border-radius: 40px;
	font-size: 0.68em;
    color:#8E8E8E;
    font-weight: 500;
    line-height: 1.4;
    padding:  2px 15px;
        position: relative;

}
.n_m_r{
	background-color:peru;
	border-radius: 40px;
	font-size: 1em;
	padding:  2px 15px;
        position: relative;
        font-weight: 500;
    line-height: 1.4;
}


.news_area .mark_one{
    width: 16%;
    float: left;
    margin-top: 15px;
    padding-right: 3px;
}
.news_area .mark_sp{
    width: 3%;
        float: left;
    background-color: white;
}
.news_area .mark_two{
    width: 78%;
        float: left;
}

.news_line{
    border-bottom:dashed #D7D7D7 1px;
        margin-bottom: 4px;

}

/* section social-------------------------------------------*/
.sosial{	border-radius: 12px;
}



/* section free info-------------------------------------------*/
.inform {
max-width: 960px;
margin: 0 auto 10px;
	padding-top: 30px;
}
.areabann img{
	width: 98%;
}
.inform .areabann{
	width: 33%;
    padding: 0 18px 8px 15px;
float: left;
}
.inform .areab_b{
	width: 30%;
    padding: 0 5px 10px 20px;
float: left;
}
.inform .areab_b img{
	width: 100%;
float: left;
    padding-bottom: 2px;
}

@media(max-width: 600px){
.inform .areabann{
	padding: 0 2px 10px;
float: left;
	width: 50%;
}
.inform .areab_b{
	width: 100%;
    padding: 0 5px;
float: left;
}
.inform .areab_b img{
	width: 49%;
    padding: 0 1px 2px;
float: left;
}    
}

.kanban_area{
 width:100%;
 height:850px;
 padding:70px 0;
 background-image:url(../images/kan0001.jpg);
 background-size:cover;
 background-repaet:no-repeart;
 background-position-x: left;
  background-position-y: bottom;
  background-attachment: fixed;
}


@media screen and (min-width: 701px) and (max-width: 900px){
.kanban_area{
 width:100%;
 height:1500px;
 background-image:url(../images/kan0001.jpg);
 background-size:cover;
 background-repaet:no-repeart;
 background-position:left;
   background-position-y: bottom;
   background-attachment: scroll;
}
}


@media screen and (min-width: 501px) and (max-width: 700px){
.kanban_area{
 width:100%;
 height:1600px;
 background-image:url(../images/005-kan.jpg);
 background-size:cover;
 background-repaet:no-repeart;
 background-position:left;
    background-position-y: bottom;
    background-attachment: scroll;
    overflow: hidden;
}
}
@media screen and (min-width: 0px) and (max-width: 500px){
.kanban_area{
 width:100%;
 height:1500px;
 background-image:url(../images/005-kan.jpg);
 background-size:cover;
 background-repaet:no-repeart;
 background-position:left;
    background-position-y: bottom;
    background-attachment: scroll;
    overflow: hidden;
}
}



.sosialnet_area {
 max-width: 960px;
 margin: 0 auto 10px;
 padding: 15px;
}
.sosialnetarea{
width: 50%;
height: auto;
padding:0 5px 29px 20px; 
float: left;
}

@media(max-width: 700px){
    .sosialnetarea{
    width: 100%;
    margin: 0 auto 8px;
    padding: 10px;
    z-index: 1;
        float: left;
}
}
    
.thrarea{
    max-width: 960px;
    margin: 0 auto 20px;
    padding: 15px;
    z-index: 1;
}
@media(max-width: 600px){
    .thrarea{
    max-width: 960px;
    margin: 0 auto 8px;
    padding: 0px;
    z-index: 1;
}
}
.thrarea .thr_area {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 33%;
    float: left;
}
@media(max-width: 600px){
    .thrarea .thr_area {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    width: 33%;
    float: left;
}
}



.fourarea{
    max-width: 960px;
    margin: 0 auto 50px;
    padding: 15px;
    z-index: 1;
}
.fourarea .four_area {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 25%;
    float: left;
}


/* section footer-------------------------------------------*/
.footer {
text-align: center;
	padding-top: 10px;
    background-color: mistyrose;
}
.footer_tline{
	height: 0.2em;
	background-color:rgba(230,0,18,1.00);
	width: 100%;
}

.footer_main {
max-width: 960px;
padding: 15px;
 margin: 0 auto 0px;
}

.footer_area{
	width: 60%;
	float: left;
}
.footer_area a{
    text-decoration: none;
    color: #000000;
}
.footer_area p{
	text-align: center;
} 
@media ( max-width : 700px ){
	.footer_area{
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
	}
}
.footer_logo{
		width: 35%;
		float: left;

}
@media ( max-width : 700px ){
	.footer_logo{
		width: 100%;
}
}
.footer_copyright{
	font-size: small;
	line-height: 1.7;
	padding: 20px;
max-width: 960px;
margin: 0 auto 10px;
padding: 15px;}


/* width 400/700 display - height auto/ fix------------------------------------------*/

@media (max-width: 400px) {
.rate_four_close{
    display: none;
}
}


@media (max-width: 700px) {
.rate_seven_close{
    display: none;
}
}

@media (min-width:701px)  {
.rate_eight_close{
    display: none;
}
}


@media (max-width: 400px) {
.free_hauto{
    height: auto;
}
}
@media (max-width: 700px) {
.hauto_7{
    height: auto;
}
}

/* display (pick up)-------------------------------------------*/
/* 700 over */
.w_ap_over{display: block}

@media (max-width: 700px) {
.w_ap_over{display:none;}
}

@media only screen and (max-width: 480px){
.w_ap_over{display:none;}
}

/* 850- over */
.w_ap_85over{display: block}

@media (max-width: 850px) {
.w_ap_85over{display:none;}
}
@media (max-width: 400px) {
.w_ap_85over{display: none;}
}

/* 850 only */
.w_ap850{display: none}

@media (min-width: 601px) and (max-width: 850px) {
.w_ap850{display:block;}
}
@media (max-width: 600px) {
.w_ap850{display: none}
}


/* under 700only */
.under_ap700{display: none}

@media (min-width: 601px) and (max-width: 700px) {
.under_ap700{display:block;}
}

@media (max-width: 600px) {
.under_ap700{display: block}
}



.w_ap600{display: none}

@media (min-width: 401px) and  (max-width: 600px) {
.w_ap600{display:block;}
}

@media (max-width: 400px) {
.w_ap600{display: none}
}


/* 700 only */
.w_ap700{display: none}

@media (min-width: 401px) and (max-width: 699px) {
.w_ap700{display:block;}
}
@media (max-width: 400px) {
.w_ap700{display: none}
}


/* 400 only */
.w_ap400{display: none}

@media (max-width: 700px) {
.w_ap400{display:none;}
}
@media (max-width: 400px) {
.w_ap400{display: block}
}

/* 378 only */
.w_ap378{display: none}

@media (max-width: 399px) {
.w_ap378{display: block}
}


/* 700-400 only */
#w_apsf{display: none}

@media (max-width: 700px) {
#w_apsf{display:block;}
}

/* 700-over only */
.w_ap7over{display: block;}

@media (max-width: 700px) {
.w_ap7over{display:block;}
}
@media (max-width: 400px) {
.w_ap7over{display: none;}
}





