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

body {
	margin: 0;
    font-family: sans-serif;
}




*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}



#message {
    margin: 30px 0;
    width: 100%;
    height: 100%;
}

#message h4 {
	font-size: 3.5em;
    line-height: 1.8em;
 font-family: kozuka-gothic-pr6n, sans-serif;
  color: #364e96;
  padding:60px 20px 20px;
}

#message p {
	font-size: 1.1em;
    line-height: 1.6em;
	text-align: left;
	    font-family: kozuka-gothic-pr6n, sans-serif;
  padding:20px 20px;
}





#construction {
    margin: 30px 0;
    width: 100%;
    height: 400px;
	background: url("images/construction.png") center center no-repeat;
	background-size: cover;
	text-align: center;
}




.kakomi-smart2 {	
 position: relative;	
margin: 25px 10px;
padding:20px 10px;
font-size: 1em;
line-height: 1.2em;
 width: 95%; /* ボックス幅 */
 border-style: solid;
 border-width: 10px 0 0 0;
 border-color: #1246A3; /* 枠の色 */
 background-color: #DEE2E7; /* 背景色 */
 color: #000; /* テキスト色 */
}

.title-smart2{
 position: absolute;
top: 30px;
 left: 15px;
 background-color: #DEE2E7; /* タイトル背景色 */
 color: #1246A3; /* タイトル色 */
 font-size: 1.8em;
 font-weight: bold;
 border-style: none none double;
 border-color: #1246A3; /*タイトル下線 */
 border-width: 4px;
}



.btn {
    margin: 20px 0;
	text-align: center;
}

.btn a {
    padding: 20px 80px;
    color: #FFF;
font-size: 1.6em;
	text-align: center;
    text-decoration: none;
    background:#1246A3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
}






.rules{
	 padding: 15px 20px 5px;
	text-align: left;
	font-size: 1.2em;
   border-bottom: solid 2px #000;
}



.content_wrapper {
	margin: 0 auto;
	width: 95%;
	max-width: 1280px;
	letter-spacing: normal !important;
	
}






#japantrip_menu {
    background: #f1f1f1;
    padding: 10px;
}

.menu_wrapper {
	margin: 0 auto;
	width: 95%;
	max-width: 1280px;
}

.menu_wrapper ul {
    display: flex;
	justify-content: center;
}

.menu_wrapper ul li {
    text-align: center;
    margin: 0 20px;
}

.menu_wrapper ul li a {
    display: block;
    color: #FFF;
    padding: 5px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 130px;
    height: 95px;
}

.menu_wrapper ul li a:hover {
    background: #2656a9;
}

.menu_wrapper ul li div {
    line-height: 1;
    font-size: 0.8em;
}

.menu_wrapper svg {
    height: 45px;
    margin: 0 0 10px 0;
}

#content_header {
	text-align: center;
	padding: 30px;
}

#content_header h1 {
	font-size: 2.8em;
	color: #FFF;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 900;
	   padding: 10px 0 50px 0;
    font-style: normal;
	 text-shadow: 
       2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366,
      -2px -2px 1px #003366,
       2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366,
       0px -2px 1px #003366;   
}





/*===============================================
●For Tablet Max Width 1024px
===============================================*/
@media only screen and (max-width: 1024px) {
    #japantrip_menu {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;

    }
    
    #japantrip_menu::-webkit-scrollbar {
        display:none;
    }

	
	
	  nav ul li a{
    font-size: 16px;
  }
	
	nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 2px;
}
	
	
	
	
	
    .menu_wrapper ul {
	    justify-content:left;
    }

    .menu_wrapper ul li {
        margin: 0 10px;
    }
    
    .menu_wrapper ul li a {
        width: 100px;
        height: 85px;
    }

    .menu_wrapper svg {
        height: 35px;
        margin: 0 0 10px 0;
    }

    #content_header h1,
   #content_header h1 {
        font-size: 2.3em;
        line-height: 1.1;
    }

    #content_header h2,
 #content_header h2 {
        font-size: 0.9em;
        padding: 10px 0 50px 0;
    }

    .content_wrapper {
        width: 98%;
    }

	
	
  

	
	
	

	
	

	

    #message h2 {
        font-size: 1.8em;
        line-height: 1.1;
        padding: 35px 0 5px 0;
    }


}

/*===============================================
●For Smart Phone Max Width 570px
===============================================*/
@media only screen and (max-width: 570px) {
    
	
	#japantrip {
	height: 300px;
}
	
nav{
  height: 100px;
}	
nav ul li{
  line-height: 20px;
font-size:0.8em; 
margin: 5px 5px;}
	
	
    #construction
     {
        height: 250px;
    }	
	
	  #content_header h2,
 #content_header h2 {
        font-size: 0.9em;
        padding: 10px 0 10px 0;
    }

 

	.btn a {
    padding: 20px 40px;
}
	
	
	.btn2 a {
    padding: 20px 40px;
}
		
.btn3 a {
    padding: 10px 20px;
}
		
    .content_wrapper p {
        font-size: 0.9em;
    }

	
	


	
	    #message h4 {
        font-size: 1.4em;
        line-height: 1.1;
		padding:0px; 
        font-weight: 500;
        font-style: normal;

    }
	
	

   #content_header h1 {
        font-size: 1.8em;
    }


}