@charset "UTF-8";

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-size: 17px;
  font-family: 'Noto Serif Japanese Regular','Snell Roundhand';
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
  line-height: 1.8em;
  font-family: 'Noto Serif Japanese Regular','Snell Roundhand';
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, div, a {
  box-sizing: border-box;
}

section {
  padding: 70px 0;
}

.center {
  width: 960px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.mt15 {
  display: inline-block;
  margin-left: -15px;
}

.mt10 {
  display: inline-block;
  margin-left: -10px;
}

.mt5 {
  display: inline-block;
  margin-left: -5px;
}

.mb50{margin-bottom:50px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}


.autoLeft {
  float: left;
}

.autoRight {
  float: right;
}

.red {
  color: #d80000;
}

.red_l {
  color: #d80000;
}

.minusM {
  display: inline-block;
  margin-left: -0.5em;
}

@media screen and (min-width:769px){
.pc {
  display: block;
}

.pci {
  display: inline-block;
}

.sp {
  display: none;
}

.spi {
  display: none;
}

#KeyImageSection {
  text-align: center;
  width: 100%;
  background-size: cover;
}
#KeyImageSection .pc {
  position: relative;
}


.NaviHead{
	
	position: fixed;
	
  /*
  
  left: 50%;
  margin-left: -630px!important;
  */
  
  width:100%;
  z-index: 1100;
  background:#FFF;
  width:100%;
  border-bottom:1px solid #D9D9D9;
}
#navihead_in{
	max-width:1260px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}
#fnavi{
	float:left;
}
#rnavi{
	position:absolute;
	width:380px;
	right:0;
	top:0;
}
#fnavi ul{
	width:850px;
	position:relative;
	overflow:hidden;
}
#fnavi ul li{
	float:left;
}
#fnavi ul li:nth-child(1){
	padding:23px 0 0 15px;
	box-sizing:border-box;
	margin-right: 10px;
}
#fnavi ul li:nth-child(1) img{
	width: 160px;
	height: auto;
	max-height: auto;
}
#rnavi ul{
	width:380px;
	position:relative;
	overflow:hidden;
}
#rnavi ul li{
	float:right;
}

#NaviSection { 
  max-width: 800px;
  margin : 0 auto 50px auto;
  padding: 0;
  height: 60px;
} 

#NaviSection ul{
  list-style-type: none;  
  margin: 0;  
  padding: 0; 
  font-size: 0;
  text-align: center;
}

#NaviSection li { 
  margin: 0;  
  padding: 0;  
  float: left;
  text-indent: -9999px; /* テキストを隠す */  
}  

#NaviSection li:nth-child(1) { 
  width:71px;
}  

#NaviSection li:nth-child(2) { 
  width:117px;
}  

#NaviSection li:nth-child(3) { 
  width:83px;
}  

#NaviSection li:nth-child(4) { 
  width:127px;
} 

#NaviSection li:nth-child(5) { 
  width:118px;
}  

#NaviSection li:nth-child(6) { 
  width:161px;
}  

#NaviSection li:nth-child(7) { 
  width:123px;
}  

#NaviSection li a {  
  display: block;  
  height: 60px; 
  background-image: url(../images/navi.png);  
  background-repeat: no-repeat;  
  background-size:800px 120px;
}  
  
#menu1 a{background-position: 0 0;}  
#menu2 a{background-position: -71px 0;}  
#menu3 a{background-position: -188px 0;}  
#menu4 a{background-position: -271px 0;}  
#menu5 a{background-position: -398px 0;}  
#menu6 a{background-position: -516px 0;}  
#menu7 a{background-position: -677px 0;}  
/*
#NaviSection a:hover {  
  background-image: url(../images/navi.png);  
  background-repeat: no-repeat;  
}  
*/
#menu1 a:hover{background-position: 0 -60px;}  
#menu2 a:hover{background-position: -71px -60px;}  
#menu3 a:hover{background-position: -188px -60px;}  
#menu4 a:hover{background-position: -271px -60px;}  
#menu5 a:hover{background-position: -398px -60px;}  
#menu6 a:hover{background-position: -516px -60px;}  
#menu7 a:hover{background-position: -677px -60px;}

#menu1on a{background-position: 0 -60px;}  
#menu2on a{background-position: -71px -60px;}  
#menu3on a{background-position: -188px -60px;}  
#menu4on a{background-position: -271px -60px;}  
#menu5on a{background-position: -398px -60px;}  
#menu6on a{background-position: -516px -60px;}  
#menu7on a{background-position: -677px -60px;}


footer {
  background: #FFF;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 1000000;
}

footer .message{
	margin: 30px 0;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 2em;
}

footer span, footer a {
  display: inline-block;
  font-size: 12px;
}

}



@media screen and (max-width: 768px) {
  #NaviSection{
	  display:none;
  }
  footer {
	width:100%;
	/*
    position: static;
    z-index: 0;*/
    padding-top: 35px;
    padding-bottom: 20px;
  }
  footer .message{
	  padding-top:0px;
	  padding-bottom:30px;
	 text-align:center;
	 font-size:11px;
  }
  footer span{
	 font-size:11px;
	 text-align:center;
	 display:block; 
  }
}






/*@media screen and (max-width : 336px ){*/
@media screen and (max-width : 768px ){
  .sp {
    display: block;
  }

  .spi {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: auto;
  }

  .pc {
    display: none;
  }

  .pci {
    display: none;
  }

  .autoLeft {
    float: none;
  }

  .autoRight {
    float: none;
  }

  .swi {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}




@media screen and (min-width: 769px) {
header {
	width:100%;
	text-align: center;
	padding: 0 0;
	position:relative;
	z-index:1;
	height:158px;
}

header .wrapper{
	max-width: 1260px;
	margin:0 auto;
	margin-bottom: 10px;
	position:relative;
	text-align:center;
}

.headerlogopc{
	width:290px;
	margin:-61px auto 0 auto;
	position:relative;
	z-index:1000;
}
#headertitle{

	padding:36px 0 0 50px;

	text-align: left;
	font-size: 12px;
	line-height:2;
	height:120px;
	box-sizing:border-box;
	position:relative;
	z-index:1;
}



header  .right{
	position:absolute;
	right:0;
	top:0;
	width:385px
	z-index:100;
}
header .right ul{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:1000;
}
header .right ul li{
	float:right;
}


header p {
  margin-top: 30px;
}
}
@media screen and (max-width : 768px ){
  header {
    padding: 35px 0;
  }
  header h1 img {
    width: 208px;
    height: auto;
    max-height: auto;
  }
}


@media screen and (max-width : 336px ){
  #KeyImageSection {
    height: auto;
  }
}




@media screen and (min-width:769px){
	#top_concept{
		width:1211px;
		margin:85px auto 64px auto;
		position:relative;
		overflow:hidden;
	}
	#top_concept .concept_comment{
		float:right;
		width:555px;
	}
	#top_concept .concept01{
		margin:1px 0 28px 4px;
		background: url(../images/concept01.png) no-repeat;
		background-size: 24px;
		padding-left: 38px;
		font-family: 'Snell Roundhand';
		font-size: 21px;
		color: #C9C9C9;
		text-align: justify;
		word-break: break-all;
		letter-spacing:1px;
	}
	#top_concept .concept02{
		font-size:32px;
		color:#1A1A1A;
		letter-spacing:3.5px;
		margin:0 0 43px 0;
	}
	#top_concept .concept02 span{
		letter-spacing:-12px !important;
	}
	#top_concept .concept03{
		line-height:1.9;
		font-size:15px;
		color:#1A1A1A;
	}
	#top_concept .concept_image{
		float:left;
		width:594px;
		margin-left: 13px;

	}
	
	



}
@media screen and (max-width : 768px ){
	#KeyImageSection{
		margin-bottom:46px;
	}
  #top_concept{
    width:100%;
	box-sizing:border-box;
  }
  #top_concept .concept_comment{
	  width:100%;
		padding:0 15px;
		box-sizing:border-box;
	}
	#top_concept .concept01{
		padding:1px 0 10px 30px;
		background: url(../images/concept01.png) no-repeat;
		background-size: 19px;

		font-family: 'Snell Roundhand';
		font-size: 16px;
		color: #C9C9C9;
		text-align: justify;
		word-break: break-all;
		letter-spacing:1px;
	}
	#top_concept .concept02{
		font-size:24px;
		color:#1A1A1A;
		letter-spacing:1.5px;
		padding:0 0 15px 0;
	}
	#top_concept .concept02 span{
		letter-spacing:-12px !important;
	}
	#top_concept .concept03{
		line-height:1.9;
		font-size:13px;
		color:#1A1A1A;
		padding:0px;
		letter-spacing:0.5px;
		margin-bottom:30px;
	}
	#top_concept .concept_image{
		width:100%;
		box-sizing:border-box;
		margin-bottom:40px;
	}
	#top_concept .concept_image img{
		width:100%;
	}
}

/*************************************************
*
*
*
*　　　　約束
*
*
*
************************************************* */

@media screen and (min-width:769px){
	#top_promise {
	  background: url(../images/prmsBg.jpg) no-repeat center center;
	  background-size: cover;
	  color: #FFFFFF;
	}
	#top_promise .promise_title h3{
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
	
		box-sizing:border-box;
		letter-spacing:1px;
	}
	#top_promise .promise_title .promise01 {
	  font-size: 34px;
	  text-align:center;
	  margin:0;
	  padding:0;
	font-weight:normal;
	letter-spacing:3px;
	box-sizing:border-box;
	height:60px;
	}
	#top_promise .promise_title .promise02 {
	  font-size: 34px;
	  text-align:center;
	  margin:0;
	  padding:0 0 0 10px;
	  height:87px;
	  letter-spacing:2px;
	}
	 #top_promise .promise03 ul{
		 width:950px;
		 margin:0 auto;
	  }
	#top_promise .promise03 li {
    display: block;
	height:185px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	background:#FFF;
	box-sizing:border-box;
	 width:950px;
  }
  #top_promise .promise04left{
	 float:left;
	 width:300px;
  }
   #top_promise .promise04right{
	 float:right;
	 width:631px;
	box-sizing:border-box;
	padding:0;
  }
  
  #top_promise .promise04left .subtitle{
	  position:relative;
	  z-index:1000;
	  
	  background: #0078BF;
  color: #FFF;
  height: 80px;
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
  padding-top: 12px;
  
  
  }
  #top_promise .subtitle .sub01{
		font-size: 10px;
	}
	
  #top_promise .subtitle .sub02{
		margin-top: 5px;
		font-size: 24px;
  }
	
  #top_promise .promise04left .image{
	  position:relative;
	  z-index:1;
  }
  #top_promise .promise04right h4 {
    font-size: 25px;
    padding-top:50px;
    color:#000;
  }
  #top_promise .promise04right p {
	  color:#1A1A1A;
	  font-size:14px;
	  padding-left:18px;
  }
  #top_promise .promise04left .image img{
	margin:12px;  
  }
  #top_promise .btnArea {
    width:235px;
    margin:40px auto 0 auto;
	padding-bottom:80px;
  }
}

@media screen and (max-width: 768px) {
	#top_promise {
	  background: url(../images/prmsBg.jpg) no-repeat center center;
	  background-size: cover;
	  color: #FFFFFF;
	}
	
	#top_promise .promise_title h3{
		font-family: 'Snell Roundhand';
		font-size: 16px;
		text-align:center;
		padding-top:40px;
		margin-bottom:10px;
		font-weight:normal;
		
/*		height:125px;*/
	
		box-sizing:border-box;
		letter-spacing:1px;
	}
	#top_promise .promise_title .promise01 {
		font-size: 22px;
		text-align:center;
		margin:0;
		padding:0;
		font-weight:normal;
		letter-spacing:3px;
		box-sizing:border-box;
		margin-bottom:10px;
	}
	#top_promise .promise_title .promise02 {
	  font-size: 22px;
	  text-align:center;
	  margin:0;
	  letter-spacing:1px;
	  margin-bottom:30px;
	  
	}
	#top_promise .promise03{
		padding-bottom:40px;
	}
	#top_promise .promise03 ul{
		 width:92%;
		 margin:0 auto 30px auto;
	  }
	#top_promise .promise03 li {
    display: block;
/*	height:185px;*/
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	background:#FFF;
	box-sizing:border-box;
	 width:100%;
  }
  #top_promise .promise04left{
	
	 width:100%;
	  padding:12px;
/*	 margin:10px;*/
	 box-sizing:border-box;
  }
   #top_promise .promise04right{
	 
	width: 100%;
	box-sizing:border-box;
	padding:0;
  }
  #top_promise .promise04left .subtitle{
	  position:relative;
	  z-index:1000;
	  
	  background: #0078BF;
  color: #FFF;
  height: 70px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
  padding-top: 16px;
  box-sizing:border-box;
  
  
  }
  .sub01{
	  font-size:10px;
	  margin-bottom:4px;
  }
  .sub02{
	  font-size:24px;
	  font-family:"Times New Roman", Times, serif;
	  font-weight:normal;
  }
  
  #top_promise .promise04right h4 {
    font-size: 20px;
/*    padding-top:15px;*/
    color:#000;
	line-height:1.7;
	margin:10px;
  }
  #top_promise .promise04right p {
	  color:#666;
	  font-size:12px;
	  line-height:2;
	  margin:0 20px 20px 20px;
  }
  #top_promise .promise04left .image img{
	  width:100%;
	
	  box-sizing:border-box;
  }
  #top_promise .btnArea {
  margin-top: 10px;
  text-align: center;
}
}
/*
@media screen and (max-width: 768px) {
  #top_promise .promise_title p {
    font-size: 16px;
    text-align: left;
  }
  
}
#top_promise .promise03 {
  margin-top: 50px;
  width:947px;
  margin:0px auto 0 auto;
}
#top_promise .promise03 .titleBox h4 {
  font-size: 38px;
  font-weight: 900;
  padding-left: 52px;
  background: url(../images/storyIcon1.png) no-repeat 0% 50%;
  background-size: 44px 39px;
  margin-bottom: 10px;
}
#top_promise .promise03 .titleBox p {
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top_promise .promise03 .titleBox h4 {
    font-size: 30px;
    padding-left: 48px;
    background-size: 40px 36px !important;
  }
  #top_promise .promise03 .titleBox p {
    font-size: 15px;
  }
}
#top_promise .promise03 li {
  margin-bottom: 20px;
  display: table;
}
#top_promise .promise03 li .imageBox {
  display: table-cell;
  background-color: #FFF;
  width: 320px;
  height: 220px;
  position: relative;
}
#top_promise .promise03 li .imageBox .subtitle {
  background: #0078BF;
  color: #FFF;
  height: 80px;
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
  padding-top: 12px;
}

#top_promise .promise03 li .imageBox .subtitle .sub01{
	font-size: 12px;
}
#top_promise .promise03 li .imageBox .subtitle .sub02{
	margin-top: 5px;
	font-size: 24px;
}

#top_promise .promise03 li .imageBox .image {
  background: url(../images/prms01.jpg) no-repeat 40% 50%;
  background-size: cover;
  height: 90%;
  width: 90%;
  margin: 12px 15px;
  position: absolute;
}
#top_promise .promise03 li .textBox {
  width: 660px;
  display: table-cell;
  background: #FFFFFF;
  padding: 80px 35px;
  color: #000000;
}
#top_promise .promise03 li .textBox .subtitle {
  background: url(../images/movieIcon.png) no-repeat 0% 44%;
  background-size: 17px 15px;
  padding-left: 21px;
  color: #d80000;
  font-size: 16px;
  margin-bottom: 10px;
}
#top_promise .promise03 li .textBox h4 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4em;
}
#top_promise .promise03 li .textBox p {
  font-weight: 600;
  font-size: 14px;
}
#top_promise .promise03 li:nth-child(1) .textBox h4 {
  font-size: 24px;
}
#top_promise .promise03 li:nth-child(2) .imageBox .image {
  background: url(../images/prms02.jpg) no-repeat 80% 100%;
  background-size: cover;
}
#top_promise .promise03 li:nth-child(3) .imageBox .image {
  background: url(../images/prms03.jpg) no-repeat 83% 100%;
  background-size: cover;
}
#top_promise .promise03 li:nth-child(4) .imageBox .image {
  background: url(../images/prms04.jpg) no-repeat 66% 100%;
  background-size: cover;
}
*/


.txBg {
  background: url(../images/ghoga.jpg);
  background-size: 633px 860px;
}









/*************************************************
*
*
*
*　　　　事例
*
*
*
************************************************* */


@media screen and (min-width:769px){
	#top_example {
		width:100%;
	  background-color: #E6F1FF;
	  color: #CCC;	
	}
	#top_example .wrapper{
		width:960px;
		margin:0 auto;
	}
	#top_example .wrapper .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
		box-sizing:border-box;
		letter-spacing:1px;
		
	}
	#top_example .wrapper .example_title p {
	  font-size: 36px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	}

/*
	#top_example .example01 {
	  margin-top: 50px;
	  height:800px;
	}
	#top_example .example01 ul{
		width:960px;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	#top_example .example01 li{
		width: 308px;
		float: left;
		margin-right: 17px;	
		box-sizing:border-box;
		background:#FFF;
	}
	#top_example .example01 li:nth-child(4n+1) {
		height:439px;
	  margin-bottom: 20px;
	  width:960px;
	  position:relative;
	  overflow:hidden;
	}
	#top_example .example01 li:nth-child(4n){
		margin-right:0;
	}
	
	#top_example .example02left{
		float:left;
		width: 350px;
		padding: 0px 35px;
		color: #000000;
		box-sizing:border-box;
	}
	#top_example .example02right{
		float:right;
		width: 604px;
		
	}
	
	#top_example .example03title{
		color:#000;
		font-size:16px;
		margin: 30px 20px 15px 20px;
	}
	
	#top_example .example03name{
		padding:0px 20px;
		font-size:13px;
		color: #6F6F6F !important;
	}
	
	
	#top_example .subtitle {
	  background: #0078BF;
	  color: #FFF;
	  height: 80px;
	  width: 56px;
	  top: 0;
	  left: 0;
	  text-align: center;
	  line-height: 1.2em;
	  padding-top: 12px;
	  left: 11px;
	  
	  position:absolute;
	  z-index:1000;
	}
	
	#top_example .subtitle .sub01{
		font-size: 10px;
	}
	
	#top_example .subtitle .sub02{
		margin-top: 5px;
		font-size: 24px;
	}
	
	
	#top_example .example01 li:nth-child(1) .subtitle {
	  left:21px;
	}
	
	
	#top_example .example01 li:nth-child(1) .example02left h4 {
	  margin-top: 100px;
	  margin-bottom: 20px;
	  font-size: 28px;
	  line-height:1.6;
	}
	
	#top_example .example01 li:nth-child(1) .example02left p {
	  font-size: 14px;
	  width: 300px;
	}
	
	#top_example .example01 li:nth-child(1) .example02left .trblName {
	  margin: 20px 0 30px;
	  font-size: 12px;
	  color: #6F6F6F;	
	}
	
	#top_example .example03{
		position:relative;
	}
	#top_example .image{
		position:relative;
		z-index:1;
	}
	#top_example .image img{
	  width:100%;
  }
*/
	#top_example .btnArea {
    width:235px;
    margin:40px auto 0 auto;
	padding-bottom:80px;
  }
}

@media screen and (max-width: 768px) {
	#top_example {
	  width:100%;
	  background-color: #E6F1FF;
	  color: #CCC;
	  padding-bottom:45px;
	}
	#top_example .wrapper{
		width:100%;
		margin:0 auto;
	}
	#top_example .wrapper .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 16px;
		text-align:center;
		padding-top:42px;
		padding-left:11px;
		font-weight:normal;
		
/*		height:125px;*/
		box-sizing:border-box;
		letter-spacing:1px;
		color:#969696;
	}
	#top_example .wrapper .example_title p {
	  font-size: 26px;
	  font-weight:normal;
	  color: #000;
	  text-align:center;
	  letter-spacing:3px;
	  
	}
	#top_example .example01{
		width:100%;
		padding:0 15px;
		box-sizing:border-box;
	}
/*	
	#top_example .example01 {
	  margin-top: 30px;
	}
	#top_example .example01 ul{
		width:92%;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	#top_example .example01 li{
		width: 100%;

		margin-right:3%;
		box-sizing:border-box;
		background:#FFF;
		margin-bottom: 20px;
	}
	#top_example .example01 li:nth-child(5n+1) {	  
	  width:100%;
	  position:relative;
	  overflow:hidden;
	}
	#top_example .example01 li:nth-child(2n+1) {
		margin-right:0;
	}

	.example02left{
		padding: 0px 20px;
		color: #000000;
		box-sizing:border-box;
	}

	
	#top_example .example03title{
		color:#000;
	}
	
	#top_example .subtitle {
	  background: #0078BF;
	  color: #FFF;
	  height: 70px;
	  width: 50px;
	  top: 0;
	  left: 9px;
	  text-align: center;
	  line-height: 1.2em;
	  padding-top: 12px;
	 
	  
	  position:absolute;
	  z-index:1000;
	  box-sizing:border-box;
	}
	
	#top_example .subtitle .sub01{
		font-size: 8px;
	}
	
	#top_example .subtitle .sub02{
		margin-top: 5px;
		font-size: 24px;
	}
	
	#top_example .example01 li:nth-child(1) .example02left h4 {
	  margin-top: 20px;
	  margin-bottom: 20px;
	  font-size: 22px;
	  line-height:1.7;
	}
	
	#top_example .example01 li:nth-child(1) .example02left p {
	  font-size: 12px;
	  color:#666;
	}
	
	#top_example .example01 li:nth-child(1) .example02left .trblName {
	  margin: 20px 0 30px;
	  font-size: 12px;
	  color: #CCC;	
	}
	
	#top_example .example01 li:not(:nth-child(1)){
		float:left;
		width:48.5%;
	}
	#top_example .example01 li:nth-child(1) .example03title{
		font-size:16px;
		margin: 0px 20px 5px 20px;
	}
	#top_example .example01 li:not(:nth-child(1)) .example03title{
		font-size:13px;
		line-height:2;
		margin:15px 10px 5px 10px;
	}
	#top_example .example01 li:nth-child(1) .example03name{
		padding:0px 20px;
		font-size:13px;
		color:#6F6F6F !important;
	}
	#top_example .example01 li:not(:nth-child(1)) .example03name{
		padding:0px 10px 20px 10px;
		font-size:10px;
		color:#6F6F6F !important;
	}
	#top_example .example01 li:not(:nth-child(1)) img{
		width:100%;
	}
	
	#top_example .example03{
		position:relative;
	}
	#top_example .image{
		position:relative;
		z-index:1;
	}
*/
}

/*************************************************
*
*
*
*　　　　問い合わせ
*
*
*
************************************************* */
@media screen and (min-width:769px){
	#top_contact {
		width:100%;
	  background-color: #0076BF;
	  background-size: cover;
	  color: #FFF;	
	  margin-bottom:80px;
	}
	#top_contact .wrapper{
		width:960px;
		margin:0 auto;
		padding-bottom:50px;
	}
	#top_contact .wrapper .contact_title{
		padding:100px 0 0 0;
	}
	#top_contact .wrapper .contact_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 21px;
		text-align:center;
		font-weight:normal;
		margin-bottom:5px;
	}
	#top_contact .contact_title p {
	  text-align:center;
	  font-size: 32px;
	  font-weight: normal;
	  margin-bottom:30px;
	  letter-spacing:5px;
	}
	
	.contact01{
		width:100%;
		position:relative;
		overflow:hidden;
		margin-bottom:50px;
	}
	.contact01left{
		float:left;
		width:304px;
		box-sizing:border-box;
		font-size:15px;
		font-weight:normal;
		line-height:2;
		letter-spacing:1px;
	}
	.contact01right{
		float:right;
		width:654px;
		box-sizing:border-box;
		
	}
	#top_contact .contact01right ul{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	#top_contact .contact01right li{
		float:left;
		width:240px;
		margin-right:20px;
	}
	#top_contact .contact01right ul li:nth-child(2n){
		margin-right:0;
	}
	.contact01tel{
		border-top:1px solid #1C89CB;
		border-bottom:1px solid #1C89CB;
		padding:23px 0;
	}
	.contact02{
		width:267px;
		position:relative;
	}
	.contact03{
		width:144px;
		position:relative;
		top:8px;
		left:20px;
	}
}

@media screen and (max-width: 768px) {
	#top_contact {
		width:100%;
	  background-color: #0076BF;
	  background-size: cover;
	  color: #FFF;	
	  box-sizing:border-box;
	}
	#top_contact .wrapper{
		width:92%;
		margin:0 auto;
		padding-bottom:40px;
		box-sizing:border-box;
	}
	#top_contact .wrapper .contact_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 16px;
		text-align:center;
		font-weight:normal;
		padding-top:40px;
		padding-bottom:10px;
		
	}
	#top_contact .contact_title p {
		text-align:center;
	  font-size: 22px;
	  font-weight: normal;
	  letter-spacing:3px;
	  padding-bottom:30px;
	}
	
	.contact01{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	.contact01left{
	
		width:100%;
		box-sizing:border-box;
		font-size:14px;
		font-weight:normal;
		line-height:2;
		letter-spacing:1px;
		margin-bottom:20px;
		margin-top: 30px;
	}
	.contact01right{
		
		width:100%;
		box-sizing:border-box;
		
	}
	#top_contact .contact01right ul{
		width:100%;
		position:relative;
		overflow:hidden;
		padding-top:5px;
	}
	#top_contact .contact01right li{
		
		width:100%;
		margin-right:20px;
		margin-bottom:10px;
	}
	#top_contact .contact01right ul li:nth-child(2n){
		margin-right:0;
	}
	.contact01tel{
		border-top:1px solid #1C89CB;
		border-bottom:1px solid #1C89CB;
		padding:23px 0;
	}
	.contact02{
		width:267px;
		display:block;
		margin-bottom:5px;
	}
	.contact03{
		width:144px;
	}
}





/*************************************************
*
*
*
*　　　　スマホハンバーガーメニュー
*
*
*
************************************************* */

@media screen and (min-width: 769px) {
.navToggle, .globalmenusp{
display:none;
}
.footernavisp{
	display:none;
}
}

/* スマホ限定メニュー */
@media screen and (max-width: 768px) {
nav.globalmenusp {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalmenusp ul {
    background: #000;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalmenusp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 50%;
	float:left;
/*    border-bottom: 1px dotted #333;*/
}
nav.globalmenusp ul li:nth-child(11) , nav.globalmenusp ul li:nth-child(12) , nav.globalmenusp ul li:nth-child(13) {
	width:33.3%;
	margin-bottom:30px;
}
 nav.globalmenusp ul li a{
	 width:100%;
	 margin:0 auto;
/*	 border-bottom:1px solid #EDEDED;*/
 }
/* 最後はラインを描かない */
/*
nav.globalmenusp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
*/
 
nav.globalmenusp ul li a {
    display: block;
    color: #000;
/*    padding: 1em 0;*/
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalmenusp.active {
    transform: translateY(0%);
}

.navToggle_wrap{
	display: block;
    position: fixed;
	
	width:60px;
	height:60px;
	top:0;
	right:0;
	background:#FFF;
	
	z-index: 100000;
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 15px;
    top: 20px;

/*    width: 22px;*/
    height: 51px;
	
	width:34px;

    cursor: pointer;
    
/*    background: #FFF;*/
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
/*    width: 22px;*/
	width:34px;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 3px;
}
 
.navToggle span:nth-child(1) {
    top: 0px;
}
 
.navToggle span:nth-child(2) {
    top: 9px;
}
 
.navToggle span:nth-child(3) {
    top: 18px;
}
/*
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
*/

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.footernavisp ul{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:50px;
}
nav.footernavisp ul li{
	float:left;
	width:50%;
}

}



@media screen and (min-width: 769px) {
.btn_base {
  color:#FFF;
  position:relative;
  margin:10px;
  display:block;
  width:235px;
  height:61px;

  
  background:none;
  text-transform:uppercase;
  font-size:14px;
  line-height:54px;
  font-weight:normal;
  letter-spacing:1px;
  cursor:pointer;
  text-align:center;
  z-index:1000;
 
}
.btn_base i{
	position:absolute;
	right:18px;
	top:-5px;
}
 
.btn_base:after {
  position: absolute;
  top:-4px;
  left:-4px;
  content:"";
  height:100%;
  width:100%;
  z-index:-999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

#top_promise .btn_base , #top_example .btn_base{
	border:1px solid #0074C1;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
#top_promise .btn_base:after , #top_example .btn_base:after{
	background:#0074C1 !important;
}
#top_contact .btn_base{
	border:1px solid #00388E;
}
#top_contact .btn_base:after{
	background:#00388E !important;
}


.sp .logo{
	width:124px;
	margin:32px auto 36px auto;
}
}

@media screen and (max-width: 768px) {
.btn_base {
  color:#FFF;
  position:relative;
  margin:10px;
  display:block;
  width:91%;
  height:61px;
	margin:0 auto;
  
  background:none;
  text-transform:uppercase;
  font-size:16px;
  line-height:54px;
  font-weight:normal;
  letter-spacing:4px;
  cursor:pointer;
  text-align:center;
  z-index:1000;
 
}
.btn_base i{
	position:absolute;
	right:18px;
	top:-5px;
}
 
.btn_base:after {
  position: absolute;
  top:-4px;
  left:-4px;
  content:"";
  height:100%;
  width:100%;
  z-index:-999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

#top_promise .btn_base , #top_example .btn_base{
	border:1px solid #0074C1;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
#top_promise .btn_base:after , #top_example .btn_base:after{
	background:#0074C1 !important;
}
#top_contact .btn_base{
	border:1px solid #00388E;
}
#top_contact .btn_base:after{
	background:#00388E !important;
}


.sp .logo{
	width:124px;
	margin:32px auto 36px auto;
}
}


@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	
}

/* ### company ### */
#company #title a , #contact #title a , #planner #title a , #case #title a , #planner #title a , #concept #title a , #flow #title a , #travelnews #title a , #travelnews_detail #title a{
	color:#FFF;
}

@media screen and (min-width: 769px) {
#company{
	
}
#company .wrap , #contact .wrap , #planner .wrap , #case .wrap , #planner .wrap , #concept .wrap , #flow .wrap , #travelnews .wrap , #travelnews_detail .wrap{
	width:980px;
	margin:0 auto;
/*	background:#FFF;*/
}
#company #title{
	background: url(../images/title_company.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:205px;
	  margin-bottom:50px;
}



#company #title #breadcrumb , #contact #title #breadcrumb , #planner #title #breadcrumb , #case #title #breadcrumb , #planner #title #breadcrumb , #concept #title #breadcrumb , #flow #title #breadcrumb , #travelnews #title #breadcrumb , #travelnews_detail #title #breadcrumb{
	font-size:10px;
	padding:30px 0 25px 0;
	line-height:1.5;
}
#company #title h2 , #contact #title h2 , #planner #title h2 , #case #title h2 , #planner #title h2 , #concept #title h2 , #flow #title h2 , #travelnews #title h2 , #travelnews_detail #title h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:32px;
	padding-bottom:15px;
	letter-spacing:3px;
	line-height:1;
}
#company #title h3 , #contact #title h3 , #planner #title h3 , #case #title h3 , #planner #title h3 , #concept #title h3 , #flow #title h3 , #travelnews #title h3 , #travelnews_detail #title h3{
	font-size:13px;
}

#company .odd{
	background:#F2F2F2;
}
#company .even , #company .odd{
	padding:22px 25px;
	box-sizing:border-box;
}
#company dl{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1;
}
#company dl dt{
	width:130px;
	float:left;
}
#company dl dd{
	margin-left:130px;
}

#company #profile{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:80px auto;
}
#company #profile .left{
	float:left;
	width:580px;
}
#company #profile .right{
	float:right;
	width:365px;
}

#company .profile01{
	font-size:10px;
	letter-spacing:5px;
	line-height:1;
	margin-bottom:7px;
}
#company .profile02{
	font-size:30px;
	letter-spacing:3px;
	line-height:1;
	margin-bottom:30px;
}
#company .profile03{
	font-size:14px;
	line-height:1.8;
	margin-bottom:10px;
}
#company .profile04{
	font-size:14px;
	margin-bottom:25px;
}
#company .profile05{
	border-bottom:1px solid #E6E6E6;
}
#company dl.profile06{
	width:100%;
	position:relative;
	overflow:hidden;
	font-size:13px;
	padding:18px 0;
}
#company dl.profile06 dt{
	float:left;
	text-align:left;
	width:80px;
	padding-left:4px;
	box-sizing:border-box;
}
#company dl.profile06 dt{
	float:left;
}

#company .profile07{
	margin-top:40px;
}

#company .btn_base{
	border:1px solid #0073BA;
	font-family:"Times New Roman", Times, serif;
}
#company .btn_base:after {
	background:#0073BA !important;
}
#company .btn_base{
	border:1px solid #0073BA;
	font-size:12px;
	width:158px;
	line-height:32px;
	height:42px;
}
#company .btn_base:after{
	background:#0073BA !important;
}

}
@media screen and (max-width: 768px) {
	#company .wrap , #contact .wrap , #planner .wrap , #case .wrap , #planner .wrap , #concept .wrap , #flow .wrap , #travelnews .wrap , #travelnews_detail .wrap , #travelnews_detail .wrap_travelnews{
	width:100%;
	box-sizing:border-box;
	padding:0 15px;
	}
	#company #title{
	background: url(../images/title_company_sp.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:170px;
	  margin-bottom:50px;
	}
	
	
	
	#company #title #breadcrumb , #contact #title #breadcrumb , #planner #title #breadcrumb , #case #title #breadcrumb , #planner #title #breadcrumb , #concept #title #breadcrumb , #flow #title #breadcrumb , #travelnews #title #breadcrumb , #travelnews_detail #title #breadcrumb{
		font-size:9px;
		padding:16px 0 36px 0;
		line-height:1.5;
	}
	#company #title h2 , #contact #title h2 , #planner #title h2 , #case #title h2 , #planner #title h2 , #concept #title h2 , #flow #title h2 , #travelnews #title h2 , #travelnews_detail #title h2{
		font-family:"Times New Roman", Times, serif;
		font-weight:normal;
		font-size:27px;
		padding-bottom:14px;
		letter-spacing:3px;
		line-height:1;
	}
	#company #title h3 , #contact #title h3 , #planner #title h3 , #case #title h3 , #planner #title h3 , #concept #title h3 , #flow #title h3 , #travelnews #title h3 , #travelnews_detail #title h3{
		font-size:11px;
	}




#company .odd{
	background:#F2F2F2;
}
#company .even , #company .odd{
	padding:22px 25px;
	box-sizing:border-box;
}
#company dl{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1;
}
#company dl dt{
	width:80px;
	float:left;
}
#company dl dd{
	margin-left:90px;
}

#company #profile{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:80px auto;
}
#company #profile .left{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}
#company #profile .right{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}

#company .profile01{
	font-size:8px;
	letter-spacing:1px;
	line-height:1;
	margin-bottom:5px;
}
#company .profile02{
	font-size:24px;
	letter-spacing:1px;
	line-height:1;
	margin-bottom:30px;
}
#company .profile03{
	font-size:13px;
	line-height:1.8;
	margin-bottom:10px;
}
#company .profile04{
	font-size:14px;
	margin-bottom:25px;
}
#company .profile05{
	border-bottom:1px solid #E6E6E6;
}
#company dl.profile06{
	width:100%;
	position:relative;
	overflow:hidden;
	font-size:13px;
	padding:18px 0;
}
#company dl.profile06 dt{
	float:left;
	text-align:left;
	width:80px;
	padding-left:4px;
	box-sizing:border-box;
}
#company dl.profile06 dt{
	float:left;
}

#company .profile07{
	margin-top:40px;
}

#company .btn_base{
	border:1px solid #0073BA;
	font-family:"Times New Roman", Times, serif;
}
#company .btn_base:after {
	background:#0073BA !important;
}
#company .btn_base{
	border:1px solid #0073BA;
	font-size:12px;
	width:158px;
	line-height:32px;
	height:42px;
}
#company .btn_base:after{
	background:#0073BA !important;
}











	
}

/* ### お問い合わせ */
@media screen and (min-width: 769px) {
#contact{
	padding-bottom:80px;
}
#contact #title{
	background: url(../images/title_contact.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:205px;
	  margin-bottom:50px;
}
#contact .contact01{
	font-size:15px;
	margin-bottom:10px;
}
#contact .contact02{
	font-size:12px;
	color:#929292;
	margin-bottom:50px;
}
#contact .policy{
	background:#F2F2F2;
	border:1px solid #E3E3E3;
	padding:16px;
	box-sizing:border-box;
	color:#878787;
	height:200px;
	overflow:scroll;
	font-size:12px;
	width:100%;
	line-height:1.6;
	margin-top:25px;
}
#contact .agree{
	font-size:14px;
}
#contact .agree span{
	color:#2275BF;
}
#contact .agree input[type=checkbox]{
	font-size:40px;
	
	margin-right:6px;
	margin-top:20px;
	
}
#contact ul{
	width:100%;
	position:relative;
	overflow:hidden;
}
#contact ul li{
	float:left;
	font-size:14px;
	margin-bottom:24px;
}
#contact ul li:nth-child(1) , #contact ul li:nth-child(5) , #contact ul li:nth-child(9){
	width:130px;
	box-sizing:border-box;
	padding-top:16px;
}
#contact ul li:nth-child(3) , #contact ul li:nth-child(7){
	width:74px;
	box-sizing:border-box;
	margin-left:30px;
	padding-top:16px;
}
#contact ul li:nth-child(10){
	width:850px;
}

#contact ul li:nth-child(2) , #contact ul li:nth-child(4) , #contact ul li:nth-child(6) , #contact ul li:nth-child(8){
	width:372px;
	box-sizing:border-box;
}
#contact input[type="text"] , #contact textarea{
	padding:17px 13px;
	font-size:14px;
	border:1px solid #BDBDBD;
	width:100%;
	box-sizing:border-box;
}
#contact .confirm{
	padding:17px 13px;
	font-size:14px;
	
	width:100%;
	box-sizing:border-box;
	background:#F2F2F2;
}

	
	#contact .contact05{
		width:240px;
		box-sizing:border-boxpx;
		margin:70px auto 20px auto;
	}
	#contact .btn_base {
		background:#0076b9;
		
		width:236px;
	  line-height:60px;
	}
	#contact .btn_base i{
		position:absolute;
		right:18px;
		top:-5px;
	}
	 
	#contact .btn_base:after {
		border:1px solid #0076b9;
		top:4px;
		left:4px;
	}
	
	#contact .complete01{
		text-align:center;
		line-height:2;
		font-size:17px;
	}
	
}
@media screen and (max-width: 768px) {
	#contact #title{
	background: url(../images/title_contact.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:170px;
	  margin-bottom:35px;
	}
	#contact .contact01{
		font-size:13px;
		margin-bottom:10px;
	}
	#contact .contact02{
		font-size:11px;
		color:#929292;
		margin-bottom:20px;
	}
	#contact .policy{
		background:#F2F2F2;
		border:1px solid #E3E3E3;
		padding:12px;
		box-sizing:border-box;
		color:#878787;
		height:200px;
		overflow:scroll;
		font-size:12px;
		width:100%;
		line-height:1.6;
		box-sizing:border-box;
		width:40%;
		margin-bottom:30px;
	}
	#contact ul{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	#contact ul li{
		float:left;
		font-size:13px;
		
	}
	#contact ul li:nth-child(1) , #contact ul li:nth-child(5) , #contact ul li:nth-child(9),#contact ul li:nth-child(3) , #contact ul li:nth-child(7){
		width:130px;
		box-sizing:border-box;
		padding-top:16px;
		margin-bottom:13px;
	}
	
	#contact ul li:nth-child(10){
		width:850px;
	}
	
	#contact ul li:nth-child(2) , #contact ul li:nth-child(4) , #contact ul li:nth-child(6) , #contact ul li:nth-child(8){
		width:360px;
		box-sizing:border-box;
		margin-bottom:24px;
	}
	#contact input[type="text"]{
		padding:17px 13px;
		font-size:14px;
		border:1px solid #BDBDBD;
		width:96%;
		box-sizing:border-box;
	}
	#contact textarea{
		padding:17px 13px;
		font-size:14px;
		border:1px solid #BDBDBD;
		width:40% !important;
		box-sizing:border-box;
	}
	
	#contact .btn_base {
		background:#0076b9;
	  
	}
	#contact .btn_base i{
		position:absolute;
		right:18px;
		top:-5px;
	}
	 
	#contact .btn_base:after {
	  position: absolute;
	  top:-4px;
	  left:-4px;
	  content:"";
	  height:100%;
	  width:100%;
	  z-index:-999;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	}
	#contact .contact05{
		width:240px;
		box-sizing:border-boxpx;
		margin:70px auto 70px auto;
	}
	#contact .btn_base {
		background:#0076b9;
		
		width:236px;
	  line-height:60px;
	}
	#contact .btn_base i{
		position:absolute;
		right:18px;
		top:-5px;
	}
	 
	#contact .btn_base:after {
		border:1px solid #0076b9;
		top:4px;
		left:4px;
	}
	
	#contact .complete01{
		text-align:center;
		line-height:2;
		font-size:14px;
	}
	#contact .confirm{
		padding:17px 13px;
		font-size:14px;
		
		width:100%;
		box-sizing:border-box;
		background:#F2F2F2;
	}
	#contact .agree{
		font-size:60% !important;
	}
	#contact .agree span{
		color:#2275BF;
	}
	#contact .agree input[type=checkbox]{
		
		
		margin-right:6px;
		margin-top:20px;
		
	}
}



/* ##### CASE */
@media screen and (min-width: 769px) {
	
#case #title{
	background: url(../images/title_case.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:205px;
/*	  margin-bottom:50px;*/
}
	#case  .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		height:65px;
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
	}
	#case .case01 {
	  font-size: 29px;
	  color: #000;
	  text-align:center;
	  margin-bottom:50px;
	}
	#case .case02{
		font-size:15px;
		text-align:center;
		margin-bottom:50px;
		line-height:2;
	}
	#case .case03{
		width:84px;
		margin:0 auto;
		border-top: 29px solid #FFF;
		border-right: 42px solid transparent;
		border-bottom: 29px solid transparent;
		border-left: 42px solid transparent;
	}
	
	#case .case04{
		font-family:"Times New Roman", Times, serif;
		font-size:40px;
		text-align:center;
		margin:80px 0 20px 0;
	}
	
	#case .case05{
		font-size:14px;
		text-align:center;
		margin-bottom:30px;
		
	}
	#case .case06{
		padding-bottom:100px;
	}

	
	#case .wrapper{
		width:960px;
		margin:0 auto;
	}
	#case .wrapper .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
		box-sizing:border-box;
		letter-spacing:1px;
		
	}
	#case .wrapper .example_title p {
	  font-size: 36px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	}
	
	#case .example01first , #top_example .example01first{
		margin-top: 10px;
		height:439px;
		  margin-bottom: 20px;
		  width:960px;
		  position:relative;
		  overflow:hidden;
		  background:#FFF;
		  
		  
	}
	#case .example01first .subtitle , #top_example .example01first .subtitle {
	  left:21px;
	}
	
	#case .example01first .example02left h4 , #top_example .example01first .example02left h4 {
/*	  margin-top: 110px;*/
	  margin-bottom: 20px;
	  font-size: 28px;
	  
	  margin-top:100px;
	  line-height:1.6;
	 
	}
	
	#case .example01first .example02left p , #top_example .example01first .example02left p {
	  font-size: 14px;
	  width: 300px;
	}
	
	#case .example01first .example02left .trblName , #top_example .example01first .example02left .trblName {
	  margin: 20px 0 30px;
	  font-size: 12px;
	  color: #6F6F6F;	
	}
	
	
	
	#case .example01 , #top_example .example01 {
	  margin-top: 10px;
/*	  height:800px;*/
	}
	#case .example01 ul , #top_example .example01 ul{
		width:960px;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	#case .example01 li , #top_example .example01 li{
		width: 308px;
/*		height: 342px;*/
/*		height:352px;*/
		float: left;
		margin-right: 17px;	
		box-sizing:border-box;
		background:#FFF;
	}
/*
	#case .example01 li:nth-child(1) {
		height:439px;
	  margin-bottom: 20px;
	  width:960px;
	  position:relative;
	  overflow:hidden;
	}
*/
	#case .example01 li:nth-child(3n) , #top_example .example01 li:nth-child(3n){
		margin-right:0;
		margin-bottom: 20px;
	}
	
	#case .example02left , #top_example .example02left{
		float:left;
		width: 350px;
		padding: 0px 35px;
		color: #000000;
		box-sizing:border-box;
	}
	#case .example02right , #top_example .example02right{
		float:right;
		width: 604px;
		
	}
	
	#case .example03title , #top_example .example03title{
		color:#000;
		font-size:16px;
/*		margin: 30px 20px 15px 20px;*/
		margin:10px 20px 10px 20px;
		
		line-height:1.6;
	}
	
	#case .example03name , #top_example .example03name{
		padding:0px 20px;
		font-size:13px;
		color:#CCC;
	}
	
	
	#case .subtitle , #top_example .subtitle {
	  background: #0078BF;
	  color: #FFF;
	  height: 80px;
	  width: 56px;
	  top: 0;
	  left: 0;
	  text-align: center;
	  line-height: 1.2em;
	  padding-top: 12px;
	  left: 11px;
	  
	  position:absolute;
	  z-index:1000;
	}
	
	#case .subtitle .sub01 , #top_example .subtitle .sub01{
		font-size: 10px;
	}
	
	#case .subtitle .sub02 , #top_example .subtitle .sub02{
		margin-top: 5px;
		font-size: 24px;
	}
	

	#case .example03 , #top_example .example03{
		position:relative;
	}
	#case .image , #top_example .image{
		position:relative;
		z-index:1;
	}
	#case .image img , #top_example .image img{
		width:100%;
	}
	#case .btnArea {
    width:235px;
    margin:40px auto 0 auto;
	padding-bottom:80px;
  }

	#case .bg{
		background:#E7F5FD;
		padding-bottom:70px;
	}
	#case .paging , #travelnews .paging{
		width:980px;
		margin:0 auto;
	}
	
	
	
	#case .wrap{
		padding-top:60px;
	}
	#case #title .wrap{
		padding-top:0;
	}

/* CASE詳細 */
	#case .case_detail01{
		width:980px;
		margin:0 auto;
		position:relative;
		
		overflow:hidden;
	}
	#case .case_detail02{
		position:relative;
		margin-top:-30px;
	}
	#case .case_detail02 img{
		width:100%;
	}
	#case .case_detail03{
		width:980px;
		margin:0 auto;
		position:relative;
		background:#1D72C2;
		z-index:1;
	}
	#case .case_detail01 #breadcrumb{
		position:relative;
		z-index:1000;
		top:10px;
		left:20px;
		height:30px;
		font-size:11px;
		line-height:1.5;
		color:#FFF;
		letter-spacing:1px;
	}
	#case #breadcrumb a{
		color:#FFF;
	}
	
	#case .casewrap h3{
		font-size:30px;
		border-left:8px solid #1B74C2;
		padding-left:17px;
/*		margin-top:60px;*/
		margin-bottom:28px;
	}
	#case .casewrap h3 span{
		color:#2071C2;
	}
	
	#case .case_detail03 h4{
		font-size:34px;
		color:#FFF;
		padding:20px 0 0 112px;
		box-sizing:border-box;
		line-height:1.5;
/*		height:70px;*/
	}
	#case .case_detail03 h5{
		font-size:14px;
		color:#FFF;
		padding:10px 0 0 112px;
		height: 86px;
	}
	
	#case .detail_subtitle {
	  background: #022E86;
	  color: #FFF;
	  height: 140px;
	  width: 56px;
	  top: 0;
	  left: 0;
	  text-align: center;
	  line-height: 1.2em;
	  padding-top: 44px;
	  left: 17px;
	  
	  position:absolute;
	  z-index:1000;
	}
	
	#case .detail_subtitle .sub01{
		font-size: 10px;
	}
	
	#case .detail_subtitle .sub02{
		margin-top: 5px;
		font-size: 24px;
	}

	#case .casewrap{
		width:880px;
		margin:0 auto;
	}
	
	#case .casewrap p{
		font-size:15px;
		line-height:2;
	}
	
	#case .casewrap div , #case .casewrap img{
		margin:30px 0;
	}
	#case .casewrap img{
		/*width:100%;*/
	}
	
	
	#case #voice {
	  background: url(../images/prmsBg.jpg) no-repeat center center;
	  background-size: cover;
	  color: #FFFFFF;
	}
/*	#case #voice .voice_title h3{
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
	
		box-sizing:border-box;
		letter-spacing:1px;
	}*/
	#case #voice .voice_title .voice01 {
		font-family:"Times New Roman", Times, serif;
	  font-size: 53px;
	  text-align:center;
	  margin:0;
	  padding:50px 0 10px 0;
	font-weight:normal;
	letter-spacing:3px;
	box-sizing:border-box;
	
	}
	#case #voice .voice_title .voice02 {
	  font-size: 17px;
	  text-align:center;
	  margin:0;
	  padding:0 0 40px 0;
	  letter-spacing:2px;
	}
	#case #voice .voice03{
		padding-bottom:40px;
		
	}
	#case #voice .voice03 ul{
		 width:880px;
		 margin:0 auto;
		 
		 
	  }
	#case #voice .voice03 li {
    display: block;
	
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	padding:34px 0 34px 0;
	box-sizing:border-box;
	 width:100%;
	 background:#FFF;
  }
  
  #case #voice .voice03 li dl{
	  width:800px;
	  margin:0 auto;
	  position:relative;
	  overflow:hidden;
  }
  #case #voice .voice03 li dl dt{
	  float:left;
	  width:50px;
	  box-sizing:border-box;
  }
  #case #voice .voice03 li dl dd{
	  float:left;
	  width:750px;
	  box-sizing:border-box;
	  color:#000;
  }
  
  #case #voice .voice04left{
	 float:left;
	 width:100px;
  }
   #case #voice .voice04right{
	 float:right;
	 width:770px;
	box-sizing:border-box;
	padding:0;
  }
  
  #case #voice .voice03 dl dt .q{
	  border-radius:100px;
	 background:#1D72C2;
	 font-size:19px;
	 width:36px;
	 height:36px;
	 line-height:32px;
	 text-align:center;
  }
  #case #voice .voice03 dl dd.q{
	 font-size:22px;
	 line-height:34px;
	 margin-bottom:25px; 
  }
  #case #voice .voice03 dl dt .a{
	  border-radius:100px;
	 background:#FF3280;
	 font-size:19px;
	 width:36px;
	 height:36px;
	 line-height:32px;
	 text-align:center;
  }
  #case #voice .voice03 dl dd.a{
  	font-size:14px;
  }
  
  #case #voice .voice04left .subtitle{
	  position:relative;
	  z-index:1000;
	  
	  background: #0078BF;
  color: #FFF;
  height: 80px;
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
  padding-top: 12px;
  
  
  }
  
  #case li a , #top_example li a{
	display:block; 
  }


}
@media screen and (max-width: 768px) {
	#case #title{
	background: url(../images/title_case_sp.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:170px;
	  margin-bottom:25px;
}
	#case  .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 15px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
	}
	#case .case01 {
	  font-size: 22px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	  margin-bottom:30px;
	}
	#case .case02{
		font-size:13px;
		text-align:center;
		margin-bottom:50px;
		line-height:2;
	}
	#case .case03{
		width:84px;
		margin:0 auto;
		border-top: 29px solid #FFF;
		border-right: 42px solid transparent;
		border-bottom: 29px solid transparent;
		border-left: 42px solid transparent;
	}
	
	#case .case04{
		font-family:"Times New Roman", Times, serif;
		font-size:40px;
		text-align:center;
		margin:80px 0 20px 0;
	}
	
	#case .case05{
		font-size:14px;
		text-align:center;
		margin-bottom:30px;
		
	}
	#case .case06{
		padding-bottom:100px;
	}

	
	#case .wrapper{
		width:100%;
		box-sizing:border-box;
		padding:0 15px;
	}
	#case .wrapper .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
		box-sizing:border-box;
		letter-spacing:1px;
		
	}
	#case .wrapper .example_title p {
	  font-size: 36px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	}
	
	#case .example01first , #top_example .example01first{
		margin-top: 10px;
		
		  margin-bottom: 20px;
		  width:100%;
		  position:relative;
		  overflow:hidden;
		  background:#FFF;
	}
	
	#case .example01first .example02left , #top_example .example01first .example02left {
		 padding:0 15px 0 15px;
		 color:#000 !important;
	}
	#case .example01first .example02left h4 , #top_example .example01first .example02left h4 {
	  
	  margin-top: 20px;
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1.7;
	}
	
	#case .example01first .example02left p , #top_example .example01first .example02left p {
	  font-size: 12px;
	  color:#666;
	}
	
	#case .example01first .example02left .trblName , #top_example .example01first .example02left .trblName {
	  margin: 20px 0 30px;
	  font-size: 12px;
	  color: #6F6F6F;	
	}
	
	
	
	#case .example01 , #top_example .example01 {
	  margin-top: 10px;
/*	  height:800px;*/
	}
	
	#case .example01 ul , #top_example .example01 ul{
		width:100%;
		margin:0 auto;
		position:relative;
		overflow:hidden;
		paddng-bottom:20px;
	}
	#case .example01 li , #top_example .example01 li{
		width: 48.5%;
/*		height: 342px;*/
		float: left;
		margin-right: 3%;	
		box-sizing:border-box;
		background:#FFF;
	}
	#case .example01 li img , #top_example .example01 li img{
		width:100%;
	}

	#case .example01 li:nth-child(2n) , #top_example .example01 li:nth-child(2n){
		margin-right:0;
		margin-bottom: 20px;
	}

	#case .example03title , #top_example .example03title{
		color:#000;
/*		font-size: 13px;*/
		font-size:70%;
    	line-height: 1.7;
		letter-spacing:-1px;
    	margin: 15px 10px 5px 10px;
	}
	
	#case .example03name , #top_example .example03name{
		padding: 0px 10px 20px 10px;
/*		font-size: 10px;*/
		font-size:45%;
		letter-spacing:0;
		color: #6F6F6F;
	}
	
	
	#case .subtitle  , #top_example .subtitle {
	  background: #0078BF;
	  color: #FFF;
	  height: 80px;
	  width: 56px;
	  top: 0;
	  left: 0;
	  text-align: center;
	  line-height: 1.2em;
	  padding-top: 12px;
	  left: 11px;
	  
	  position:absolute;
	  z-index:1000;
	}
	
	#case .subtitle .sub01 , #top_example .subtitle .sub01{
		font-size: 10px;
	}
	
	#case .subtitle .sub02 , #top_example .subtitle .sub02{
		margin-top: 5px;
		font-size: 24px;
	}
	


	#case .example03 , #top_example .example03{
		position:relative;
	}
	#case .image , #top_example .image{
		position:relative;
		z-index:1;
	}
	#case .image img , #top_example .image img{
		width:100%;
	}
	/*
	#case .btnArea {
    width:235px;
    margin:40px auto 0 auto;
	padding-bottom:80px;
  }
*/
#case .btn_base {
    border: 1px solid #0074C1;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
	
    color: #FFF;
    position: relative;
    margin: 10px;
    display: block;
    width: 91%;
    height: 61px;
    margin: 0 auto;
    background: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 54px;
    font-weight: normal;
    letter-spacing: 4px;
    cursor: pointer;
    text-align: center;
    z-index: 1000;

}
#case .btn_base:after {
     background: #0074C1 !important; 
}

	#case .bg{
		background:#E7F5FD;
		padding-bottom:60px;
	}
	#case .paging , #travelnews .paging{
		width:100%;
		margin:0 auto;
	}
	

/* CASE詳細 */
	#case .case_detail01{
		position:relative;
		
		overflow:hidden;
	}
	#case .case_detail02{
		position:relative;
		margin-top:-30px;
	}
    #case .case_detail02 img{
        width: 100%;
        height: auto;
    }
	#case .case_detail03{
		position:relative;
		background:#1D72C2;
		z-index:1;
	}
	#case .case_detail01 #breadcrumb{
		position:relative;
		z-index:1000;
		top:10px;
		left:20px;
		height:30px;
		font-size:11px;
		line-height:1.5;
		color:#FFF;
		letter-spacing:1px;
	}
	#case #breadcrumb a{
		color:#FFF;
	}
	
	#case .wrap{
		padding-top:15px;
	}
	
	#case .casewrap{
		width:100%;
		box-sizing:border-box;
		background:#FFF;
		padding:15px 15px 60px 15px;
		padding-bottom: 35px;
		
	}
	#case .casewrap h3{
		font-size:22px;
		border-left:8px solid #1B74C2;
		padding-left:17px;
/*		margin-top:60px;*/
		margin-bottom:28px;
		line-height:1.6;
	}
	#case .casewrap h3 span{
		color:#2071C2;
	}
	
	
	#case .casewrap p{
		font-size:14px;
		line-height:2;
	}
	
	#case .casewrap div{
		margin:40px 0;
	}
	#case .casewrap img{
		/*width:100%;
		padding:20px 0;*/
	}
	
	#case .case_detail03 h4{
		font-size:22px;
		color:#FFF;
		padding:20px 0 0 82px;
		line-height:1.6;
		box-sizing:border-box;
/*		height:70px;*/
	}
	#case .case_detail03 h5{
		font-size:14px;
		color:#FFF;
		padding:10px 0 0 82px;
		height: 86px;
	}
	
	#case .detail_subtitle {
	  background: #022E86;
	  color: #FFF;
	  height: 140px;
	  width: 56px;
	  top: 0;
	  left: 0;
	  text-align: center;
	  line-height: 1.2em;
	  padding-top: 44px;
	  left: 14px;
	  
	  position:absolute;
	  z-index:1000;
	}
	
	#case .detail_subtitle .sub01{
		font-size: 10px;
	}
	
	#case .detail_subtitle .sub02{
		margin-top: 5px;
		font-size: 24px;
	}

	
	
	#case #voice {
	  background: url(../images/prmsBg.jpg) no-repeat center center;
	  background-size: cover;
	  color: #FFFFFF;
	}

	#case #voice .voice_title .voice01 {
		font-family:"Times New Roman", Times, serif;
	  font-size: 34px;
	  text-align:center;
	  margin:0;
	  padding:50px 0 10px 0;
	font-weight:normal;
	letter-spacing:3px;
	box-sizing:border-box;
	
	}
	#case #voice .voice_title .voice02 {
	  font-size: 12px;
	  text-align:center;
	  margin:0;
	  padding:0 0 40px 0;
	  letter-spacing:2px;
	}
	#case #voice .voice03{
		padding-bottom:40px;
		
	}
	#case #voice .voice03 ul{
		 width:100%;
		 box-sizing:border-box;
		 padding:0 15px;
		 
		 
	  }
	#case #voice .voice03 li {
    display: block;
	
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	padding:34px 0 34px 0;
	box-sizing:border-box;
	 width:100%;
	 background:#FFF;
  }
  
  #case #voice .voice03 li dl{
	  width:100%;
	  padding:0 10px;
	  box-sizing:border-box;
  }
  #case #voice .voice03 li dl dt{
	  float:left;
	  width:50px;
	  box-sizing:border-box;
  }
  #case #voice .voice03 li dl dd{
	  float:left;
	  width:calc(100% - 50px);
	  box-sizing:border-box;
	  color:#000;
  }
  
  #case #voice .voice04left{
	 float:left;
	 width:100px;
  }
   #case #voice .voice04right{
	 float:right;
	 width:770px;
	box-sizing:border-box;
	padding:0;
  }
  
  #case #voice .voice03 dl dt .q{
	  border-radius:100px;
	 background:#1D72C2;
	 font-size:16px;
	 width:36px;
	 height:36px;
	 line-height:32px;
	 text-align:center;
  }
  #case #voice .voice03 dl dd.q{
	 font-size:17px;
/*	 line-height:34px;*/
	line-height:1.5;
	 margin-bottom:25px; 
  }
  #case #voice .voice03 dl dt .a{
	  border-radius:100px;
	 background:#FF3280;
	 font-size:16px;
	 width:36px;
	 height:36px;
	 line-height:32px;
	 text-align:center;
  }
  #case #voice .voice03 dl dd.a{
  	font-size:13px;
  }
  
  #case #voice .voice04left .subtitle{
	  position:relative;
	  z-index:1000;
	  
	  background: #0078BF;
  color: #FFF;
  height: 80px;
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  line-height: 1.2em;
  padding-top: 12px;
  
  
  }
  
  #case .example01 a , #top_example .example01 a{
	display:block; 
  }
}



@media screen and (min-width: 769px) {

	.pager {
		overflow: hidden;
		padding-bottom:100px;
		margin-top:80px;
	}
	 
	.pager ul {
		list-style: none;
		position: relative;
		left: 50%;
		float: left;
	}
	 
	.pager ul li {
		margin: 0 5px;
		position: relative;
		left: -50%;
		float: left;
		line-height:23px;
	}
	 
	.pager ul li span,
	.pager ul li a {
		display: block;
		font-size: 13px;
/*		padding: 0.6em 1em;*/
		width:23px;
		box-sizing:border-box;
		text-align:center;
		/*border-radius: 3px;*/
	}
	.pager ul li:first-child span,
	.pager ul li:first-child a,
	.pager ul li:last-child span,
	.pager ul li:last-child a {
		width:50px;
	}
	
	.pager ul li:first-child{
		margin-right:25px;
	}
	.pager ul li:last-child{
		margin-left:25px;
	}
	 
	.pager ul li a {
		/*background: #FFF;*/
		color: #000;
		text-decoration: none;
	}
	.pager ul li.current span {
		background: #1F5CC2;
		color:#FFF;
	}
	 
	.pager ul li a:hover {
		background: #1F5CC2;
		color: #FFF;
	}
	

}
@media screen and (max-width: 768px) {
	.pager {
		width:100%;
		overflow: hidden;
		padding-bottom:20px;
		margin-top:20px;
	}
	 
	.pager ul {
		list-style: none;
		position: relative;
		left: 50%;
		float: left;
	}
	 
	.pager ul li {
		margin: 0 5px;
		position: relative;
		left: -50%;
		float: left;
		line-height:23px;
	}
	 
	.pager ul li span,
	.pager ul li a {
		display: block;
		font-size: 13px;
/*		padding: 0.6em 1em;*/
		width:23px;
		box-sizing:border-box;
		text-align:center;
		/*border-radius: 3px;*/
	}
	.pager ul li:first-child span,
	.pager ul li:first-child a,
	.pager ul li:last-child span,
	.pager ul li:last-child a {
		width:50px;
	}
	
	.pager ul li:first-child{
		margin-right:25px;
	}
	.pager ul li:last-child{
		margin-left:25px;
	}
	 
	.pager ul li a {
		/*background: #FFF;*/
		color: #000;
		text-decoration: none;
	}
	.pager ul li.current span {
		background: #1F5CC2;
		color:#FFF;
	}
	 
	.pager ul li a:hover {
		background: #1F5CC2;
		color: #FFF;
	}
}


/* ### Planner */
@media screen and (min-width: 769px) {
	#planner #title{
	background: url(../images/title_planner.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:205px;
	  margin-bottom:50px;
}
	#planner .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		height:65px;
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
	}
	#planner .planner01 {
	  font-size: 29px;
	  color: #000;
	  text-align:center;
	  margin-bottom:45px;
	  line-height:1.8;
	}
	#planner .planner02 {
	  font-size: 24px;
	  font-weight: 700;
	  color: #000;
	  text-align:left;
	  margin-bottom:30px;
	  margin-top:50px;
	}
	#planner .planner03{
		font-size:15px;
		text-align:left;
		margin-bottom:50px;
		line-height:2;
		letter-spacing:2px;
	}
	#planner .planner04{
		background:#FAFAFA;
		border:1px solid #E6E6E6;
		padding:45px 40px;
		box-sizing:border-box;
		width:100%;
		margin-bottom:50px;
	}
	#planner .planner04 ul{
		width:100%;
		position:relative;
		overflow:hidden;
		margin-top:22px;
	}
	#planner .planner04 ul li{
		float:left;
		width:435px;
		margin-right:24px;
		border-bottom:1px dotted #DCDCDC;
		padding-top:22px;
		padding-bottom:22px;
	}
	#planner .planner04 ul li:nth-child(2n){
		margin-right:0;
	}
	#planner .planner04-1{
		font-size:15px;
	}
	#planner .planner04-2{
		font-size:11px;
		margin-left:9px;
	}
	#planner .planner05{
		margin-bottom:70px;
	}
	#planner .planner05 ul{
		background:#E8EFFF;
		width:100%;
		position:relative;
		overflow:hidden;
		margin-bottom:15px;
	}
	#planner .planner05 ul li {
		float:left;
		
	}
	#planner .planner05 ul li:nth-child(2n+1) {
		width:185px;
		box-sizing:border-box;
		padding:31px 0 0 28px;
	}
	#planner .planner05 ul li:nth-child(2n){
		width:794px;
		padding:40px 40px 40px 0;
	}
	#planner .planner05 h4{
		font-size:25px;
	}
	#planner .planner05 p{
		font-size:14px;
	}
	
	#planner .episode {
	  background: url(../images/planner_bg.jpg) no-repeat center center;
	  background-size: cover;
	  color:#FFF;
	  padding-bottom: 70px;
	}
	#planner .episode h3{
		font-family: 'Snell Roundhand';
		font-size: 21px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
	
		box-sizing:border-box;
		letter-spacing:1px;
	}
	#planner .episode h4{
	  font-size: 32px;
	  text-align:center;
	  margin-bottom:50px;
	  padding:0;
	font-weight:normal;
	letter-spacing:3px;
	box-sizing:border-box;
	
	}
	#planner .episode ul{
		 width:960px;
		 margin:0 auto;
	  }
	#planner .episode li {
    display: block;
	color:#000 !important;
	margin-bottom:20px;
	background:#FFF;
	box-sizing:border-box;
	 width:100%;
	 padding:45px;
	 box-sizing:border-box;
  }
  #planner .episode li p{
	font-size:15px;
	line-height:1.8;  
  }
  #planner .episode_index{
	  font-family: 'Snell Roundhand';
		font-size: 21px;
		color:#0076bd;
		margin-bottom:30px;
  }
  #planner .episode_index span{
	font-size:60px;  
	margin-left:8px;
  }
  #planner .episode_title{
	  font-size:33px;
	  border-bottom:1px dotted #000;
	  padding-bottom:30px;
	  margin-bottom:30px;
  }
  #planner .episode_title span{
	  color:#0076bd;
  }
  
	
}
@media screen and (max-width: 768px) {
	#planner #title{
		background: url(../images/title_planner_sp.jpg) no-repeat center center;
		background-size: cover;
		  color: #FFFFFF;
		  height:170px;
		  margin-bottom:50px;
	}
	#planner .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 15px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
		margin-bottom:5px;
	}
	#planner .planner01 {
	  font-size: 22px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	  margin-bottom:30px;
	}
	#planner .planner02 {
	  font-size: 18px;
	  font-weight: 700;
	  color: #000;
	  text-align:left;
	  margin-bottom:10px;
	  margin-top:30px;
	}
	#planner .planner03{
		font-size:13px;
		text-align:left;
		margin-bottom:30px;
		line-height:2;
		letter-spacing:2px;
	}
	#planner .planner04{
		background:#FAFAFA;
		border:1px solid #E6E6E6;
		padding:15px 30px;
		box-sizing:border-box;
		width:100%;
		margin-bottom:50px;
	}
	#planner .planner04 ul{
		width:100%;
		position:relative;
		overflow:hidden;
/*		margin-top:22px;*/
	}
	#planner .planner04 ul li{
		
		
		border-bottom:1px dotted #DCDCDC;
		padding-top:12px;
		padding-bottom:12px;
	}
	
	#planner .planner04-1{
		font-size:12px;
	}
	#planner .planner04-2{
		font-size:9px;
		margin-left:9px;
	}
	#planner .planner05{
		margin-bottom:70px;
	}
	#planner .planner05 ul{
		background:#E8EFFF;
		width:100%;
		position:relative;
		overflow:hidden;
		margin-bottom:15px;
	}
	#planner .planner05 ul li {
		float:left;
		
	}
	#planner .planner05 ul li:nth-child(2n+1) {
		width:185px;
		box-sizing:border-box;
		padding:31px 0 0 28px;
	}
	#planner .planner05 ul li:nth-child(2n){
		width:794px;
		padding:40px 40px 40px 0;
	}
	#planner .planner05 h4{
		font-size:25px;
	}
	#planner .planner05 p{
		font-size:14px;
	}
	
	#planner .episode {
	  background: url(../images/planner_bg.jpg) no-repeat center center;
	  background-size: cover;
	  color:#FFF;
	  padding-bottom: 40px;
	}
	#planner .episode h3{
		font-family: 'Snell Roundhand';
		font-size: 21px;
		text-align:center;
		padding-top:40px;
		padding-left:11px;
		font-weight:normal;
		
	
		box-sizing:border-box;
		letter-spacing:1px;
	}
	#planner .episode h4{
	  font-size: 22px;
	  text-align:center;
	  margin-bottom:25px;
	  padding:0;
	font-weight:normal;
	letter-spacing:3px;
	box-sizing:border-box;
	
	}
	#planner .episode ul{
		 width:100%;
		 margin:0 auto;
		 box-sizing:border-box;
		 padding:0 15px;
	  }
	#planner .episode li {
    display: block;
	color:#000 !important;
	margin-bottom:20px;
	background:#FFF;
	box-sizing:border-box;
	 width:100%;
	 padding:20px 15px;
	 box-sizing:border-box;
  }
  #planner .episode li p{
	font-size:13px;
	line-height:1.8;  
  }
  #planner .episode_index{
	  font-family: 'Snell Roundhand';
		font-size: 13px;
		color:#0076bd;
		margin-bottom:10px;
  }
  #planner .episode_index span{
	font-size:40px; 
	margin-left:8px;
  }
  #planner .episode_title{
	  font-size:19px;
	  border-bottom:1px dotted #000;
	  padding-bottom:20px;
	  margin-bottom:20px;
  }
  #planner .episode_title span{
	  color:#0076bd;
  }
}

/* concept */
@media screen and (min-width: 769px) {
	#concept #title{
	background: url(../images/title_concept.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:205px;
	  margin-bottom:50px;
	}
	#concept .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		height:65px;
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
	}
	
	#concept .thumb01{
		width:980px;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	#concept .thumb01 > li{
		float:left;
		margin-right:23px;
	}
	#concept .thumb01 > li:nth-child(2n){
		margin-right:0;
	}
	#concept .thumb01 > li > img{
		margin-bottom:22px;
	}
	#concept .thumb02{
		width:729px;
		
	}
	#concept .thumb02 > li{
		float:left;
		margin-right:23px;
	}
	#concept .thumb02 > li > img{
		margin-bottom:22px;
	}
	#concept .thumb02 > li:nth-child(2n){
		margin-right:0;
	}
	#concept .thumb03 > li{
		float:left;
		margin-right:22px;
		position:relative;
		overflow:hidden;
	}
	#concept .thumb03 > li:nth-child(2n){
		margin-right:0;
	}
	#concept .thumbimg01{
		margin-bottom:24px !important;
	}
	

	#concept .concept04 , #concept .concept04-2 {
		font-family: 'Snell Roundhand';
		font-size: 21px;
		color: #C9C9C9;
		text-align:center;
		word-break: break-all;
		letter-spacing: 1px;
		
		margin:0px auto 20px auto;
	}
	#concept .concept04 img , #concept .concept04-2 img {
		position:relative;
		margin-right:8px;
		top:-3px;
	}
	#concept .concept05 , #concept .concept05-2 {
		font-size: 32px;
		color: #1A1A1A;
		letter-spacing: 3.5px;
		margin: 0 0 50px 0;
		text-align:center;
		line-height:1.8;
	}
	#concept .concept06 {
		line-height: 1.9;
		font-size: 15px;
		color: #1A1A1A;
		text-align:center;
		margin-bottom:40px;
	}
	
	#concept .p01left{
		float:left;
/*		width:620px;*/
		width:470px;
		margin-left:140px;
		position:relative;

	}
	#concept .p01right{
		float:right;
		width:630px;
	}
	#concept .p02left{
		float:left;
		width:630px;
		position:relative;
		z-index:1;
	}
	#concept .p02right{
		float:right;
/*		width:620px;*/
		margin-right:110px;
		width:470px;
		position:relative;
		z-index:1;
	}
	
	#concept .wrapper{
		width:1260px;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	#concept .pceparator{
		margin-bottom:77px;
	}
	#concept .subtitle{
		position:relative;
		z-index:1000;
		background: #0078BF;
		color: #FFF;
		height: 59px;
		width: 59px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		text-align: center;
		line-height: 1.2em;
		padding-top: 10px;
	  
  
  }
  #concept .subtitle .sub01{
		font-size: 10px;
		line-height:1;
	}
	
  #concept .subtitle .sub02{
		margin-top: 5px;
		font-size: 22px;
		line-height:1;
  }
  #concept .concept01{
		font-size:24px;
		color:#1A1A1A;
		letter-spacing:1px;
		margin:105px 0 20px 0;
		font-weight:bold;
		line-height:1.7;
	}
	#concept .concept01 span{
		letter-spacing:-12px !important;
	}
	#concept .concept02{
		line-height:1.9;
		font-size:15px;
		color:#1A1A1A;
	}
	
	
}
@media screen and (max-width: 768px) {
	#concept #title{
	background: url(../images/title_concept_sp.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:170px;
	  margin-bottom:40px;
	}
	#concept  .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 15px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
	}
	#concept .concept04{
		padding:0px 0 10px 0px;
		font-family: 'Snell Roundhand';
		font-size: 16px;
		color: #C9C9C9;
		text-align: left;
		word-break: break-all;
		letter-spacing:1px;
	}
	#concept .concept05{
		font-size:22px;
		color:#1A1A1A;
		letter-spacing:1.5px;
		padding:0 0 15px 0;
		font-weight:bold;
		text-align:left;
	}
	#concept .concept04-2{
		padding:0px 0 10px 0px;
		font-family: 'Snell Roundhand';
		font-size: 16px;
		color: #C9C9C9;
		text-align: center;
		word-break: break-all;
		letter-spacing:1px;
	}
	#concept .concept05-2{
		font-size:22px;
		color:#1A1A1A;
		letter-spacing:1.5px;
		padding:0 0 15px 0;
		font-weight:bold;
		text-align:center;
	}
	#concept .concept05 span , #concept .concept05-2 span{
		letter-spacing:-12px !important;
	}
	#concept .concept06{
		line-height:1.9;
		font-size:13px;
		color:#1A1A1A;
		padding:0px;
		letter-spacing:0.5px;
		margin-bottom:30px;
	}
	#concept .p01left , #concept .p01right , #concept .p02left , #concept .p02right{
		position:relative;
		z-index:1;
	}
		#concept .subtitle{
		position:relative;
		z-index:1000;
		background: #0078BF;
		color: #FFF;
		height: 59px;
		width: 59px;
	
		top: -29.5px;
		left: 10px;
		z-index: 10;
		text-align: center;
		line-height: 1.2em;
		padding-top: 10px;
	overflow:hidden;
	margin-bottom:-10px;
  
  }
  #concept .subtitle .sub01{
		font-size: 10px;
		line-height:1;
	}
	
  #concept .subtitle .sub02{
		margin-top: 5px;
		font-size: 22px;
		line-height:1;
  }
  #concept  .concept01{
	  font-size:22px;
	  font-weight:bold;
	  padding-right:15px;
	  padding-left:15px;
	  line-height:1.7;
	  margin-bottom:16px;
  }
  #concept  .concept02{
	  line-height:1.9;
		font-size:13px;
		color:#1A1A1A;
		padding:0px;
		letter-spacing:0.5px;
		
		padding-right:15px;
		padding-left:15px;
		
		margin-bottom:40px;
  }
  #concept .concept01 span{
	  display:block;
  }
/*
	#concept .thumb01{
		width:100%;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	#concept .thumb01 > li{
		float:left;
		margin-right:23px;
	}
	#concept .thumb01 > li:nth-child(2n){
		margin-right:0;
	}
	#concept .thumb01 > li > img{
		margin-bottom:22px;
	}
	#concept .thumb02{
		width:729px;
		
	}
*/
 #concept .p01right img , #concept .p02left img{width:100%;}
 #concept .concept_sp{}
}

/* ##### CASE */
@media screen and (min-width: 769px) {
#flow #title{
	background: url(../images/title_flow.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:205px;
	  margin-bottom:50px;
}
	#flow  .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		height:65px;
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
	}
	#flow .flow01 {
	  font-size: 29px;
	  color: #000;
	  text-align:center;
	  margin-bottom:30px;
	}
	#flow .flow02{
		font-size:15px;
		text-align:center;
		margin-bottom:50px;
		line-height:2;
	}
	#flow .flow02 span{
		color:#2275BF;
	}
	#flow .flow03{
		width:84px;
		margin:0 auto;
		border-top: 29px solid #FFF;
		border-right: 42px solid transparent;
		border-bottom: 29px solid transparent;
		border-left: 42px solid transparent;
	}
	
	#flow .flow04{
		font-size:15px;
		padding-bottom:105px;
	}
	#flow .flow04 span{
		color:#2275BF;
	}
	
	#flow .flowtable{
		margin-bottom:45px;
	}
	#flow .flowtable th{
		background:#1D72C2;
		color:#FFF;
		text-align:center;
		vertical-align:middle;
		padding:30px 0;
		width:217px;
		box-sizing:border-box;
	}
	#flow .flowtable th p{
		font-family:"Times New Roman", Times, serif;
		font-size:43px;
		line-height:1.3;
		font-weight:normal;
	}
	#flow .flowtable th span{
		font-size:16px;
	}
	#flow .flowtable a{
		color: #2275bf;
	}
	#flow .flowtable tr:nth-child(2n+1) td{
		background:#FFF;
		padding:40px 10px 40px 37px;
		font-size:15px;
		line-height:2;
	}
	#flow .flowtable tr:nth-child(2n+1) td span{
		color:#2275BF;
	}
	#flow .flowtable tr:nth-child(2n+1) td p{
		color:#7f7f7f;
		font-size:13px !important;
	}
	#flow .flowtable tr:nth-child(2n) td{
		text-align:center;
		padding:17px 0;
	}
	
	#flow .flowtable tr:nth-child(9) td{
		border:2px solid #025BBF;
		background:#FFF;
		color:#2275BF;
		text-align:center;
		font-size:15px;
		padding:42px 0 55px 0;
	}
	#flow .flowtable tr:nth-child(9) td p{
		color:#2275BF !important;
		font-size:34px !important;
		letter-spacing:5px;
		line-height:2;
	}
	
	
	
	
	#flow .case04{
		font-family:"Times New Roman", Times, serif;
		font-size:40px;
		text-align:center;
		margin:80px 0 20px 0;
	}
	
	#flow .case05{
		font-size:14px;
		text-align:center;
		margin-bottom:30px;
		
	}
	#flow .case06{
		padding-bottom:100px;
	}

	
	#flow .wrapper{
		width:960px;
		margin:0 auto;
	}
	#flow .wrapper .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
		box-sizing:border-box;
		letter-spacing:1px;
		
	}
	#flow .wrapper .example_title p {
	  font-size: 36px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	}
	
	

	#flow .bg{
		background:#E7F5FD;
	}
	


}
@media screen and (max-width: 768px) {
	#flow #title{
	background: url(../images/title_flow_sp.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:170px;
	  margin-bottom:40px;
}
	#flow  .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 15px;
		text-align:center;
		padding-top:0px;
		
		font-weight:normal;
		
		
		box-sizing:border-box;
		letter-spacing:1px;
		color:#BFBFBF;
		margin-bottom:10px;
	}

	#flow .flow04{
		font-size:13px;
		padding-bottom:40px;
	}
	#flow .flow04 span{
		color:#2275BF;
	}
	
	#flow .flowtable{
		margin-bottom:20px;
	}
	#flow .flowtable th{
		background:#1D72C2;
		color:#FFF;
		font-size:18px;
		padding:20px 17px;
	
		box-sizing:border-box;
		vertical-align:middle;
	}
	#flow .flowtable th span{
		font-size:23px !important;
		line-height:23px;
	}
	#flow .flowtable tr:nth-child(3n+2) td{
		background:#FFF;
		padding:15px 15px 20px 15px;
		font-size:13px;
		line-height:2;
	}
	#flow .flowtable tr:nth-child(3n+2) td span{
		color:#2275BF;
	}
	#flow .flowtable tr:nth-child(3n+2) td p{
		color:#7f7f7f;
		font-size:13px !important;
	}
	#flow .flowtable tr:nth-child(3n) td{
		text-align:center;
		padding:15px 0;
	}
	
	#flow .flowtable tr:nth-child(13) td{
		border:2px solid #025BBF;
		background:#FFF;
		color:#2275BF;
		text-align:center;
		font-size:15px;
		padding:30px 0 40px 0;
	}
	#flow .flowtable tr:nth-child(13) td p{
		color:#2275BF !important;
		font-size:34px !important;
		letter-spacing:5px;
		line-height:2;
	}










	#flow .flow01 {
	  font-size: 22px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	  margin-bottom:20px;
	}
	#flow .flow02{
		font-size:13px;
		text-align:left;
		margin-bottom:30px;
		line-height:2;
	}
	#flow .flow02 span{
		color:#2275BF;
	}
	#flow .flow03{
		width:84px;
		margin:0 auto;
		border-top: 29px solid #FFF;
		border-right: 42px solid transparent;
		border-bottom: 29px solid transparent;
		border-left: 42px solid transparent;
	}
	
	#flow .case04{
		font-family:"Times New Roman", Times, serif;
		font-size:40px;
		text-align:center;
		margin:80px 0 20px 0;
	}
	
	#flow .case05{
		font-size:14px;
		text-align:center;
		margin-bottom:30px;
		
	}
	#flow .case06{
		padding-bottom:100px;
	}

	
	#flow .wrapper{
		width:100%;
		box-sizing:border-box;
		padding:0 15px;
	}
	#flow .wrapper .example_title h3 {
		font-family: 'Snell Roundhand';
		font-size: 23px;
		text-align:center;
		padding-top:77px;
		padding-left:11px;
		font-weight:normal;
		
		height:125px;
		box-sizing:border-box;
		letter-spacing:1px;
		
	}
	#flow .wrapper .example_title p {
	  font-size: 36px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	}
	
	
	
#flow .btn_base {
    border: 1px solid #0074C1;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
	
    color: #FFF;
    position: relative;
    margin: 10px;
    display: block;
    width: 91%;
    height: 61px;
    margin: 0 auto;
    background: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 54px;
    font-weight: normal;
    letter-spacing: 4px;
    cursor: pointer;
    text-align: center;
    z-index: 1000;

}
#flow .btn_base:after {
     background: #0074C1 !important; 
}

	#flow .bg{
		background:#E7F5FD;
	}
	#flow .paging{
		width:980px;
		margin:0 auto;
	}
	

/* CASE詳細 */
	#flow .case_detail01{
		position:relative;
		
		overflow:hidden;
	}
	#flow .case_detail02{
		position:relative;
		margin-top:-30px;
	}
	#flow .case_detail03{
		position:relative;
		background:#1D72C2;
		z-index:1;
	}
	#flow .case_detail01 #breadcrumb{
		position:relative;
		z-index:1000;
		top:10px;
		left:20px;
		height:30px;
		font-size:11px;
		line-height:1.5;
		color:#FFF;
		letter-spacing:1px;
	}
	#flow #breadcrumb a{
		color:#FFF;
	}
	
	
}
@media screen and (min-width: 769px) {
	#travelnews #title{
		background: url(../images/title_travelnews.jpg) no-repeat center center;
		background-size: cover;
		  color: #FFFFFF;
		  height:205px;
		
	}
	#travelnews dl.newshead{
		margin-bottom:20px;
		position:relative;
		overflow:hidden;
	}
	#travelnews dl.newshead dt{
		width:96px;
		height:150px;
		float:left;
		background: url(../images/travelnews_tag.jpg) no-repeat;
	}
	#travelnews dl.newshead dd{
		margin:31px 0 0 133px;
		font-size:16px;
		letter-spacing:2px;
		line-height:1.9;
	}
	
	#travelnews ul.search{
		width:100%;
		position:relative;
		overflow:hidden;
		margin-bottom:42px;
	}
	#travelnews ul.search li{
		float:left;
		width:302px;
	}
	#travelnews ul.search li:nth-child(1){
		width:672px;
		margin-right:6px;
	}
	#travelnews ul.search li table.frame{
		width:100%;
		border-collapse: collapse;
		border:none;
	}
	#travelnews ul.search li table.frame th{
		background:#1D72C2;
		color:#FFF;
		text-align:center;
		font-size:13px;
		border:1px solid #1D72C2;
	}
	#travelnews ul.search li td.frame{
		background:#E7F5FD;
		width:100%;
		box-sizing:border-box;
		padding-top:14px;
		padding-bottom:13px;
		font-size:12px;
		vertical-align:middle;
		border-left:1px solid #C8DEF0;
		border-right:1px solid #C8DEF0;
		border-bottom:1px solid #C8DEF0;
	}
	#travelnews ul.search li table.inner{
		width:100%;
		border-collapse: collapse;
		border:none;
		margin-left:14px;
	}
	#travelnews ul.search li table.inner td{
		vertical-align:middle;
	}
	#travelnews ul.search li table.inner td:nth-child(1){
		width:58px;
	}
	#travelnews ul.search li table.inner td:nth-child(2){
		width:191px;
	}
	#travelnews ul.search li table.inner td:nth-child(3){
		padding-left:14px;
		width:61px;
		box-sizing:border-box;
	}
	#travelnews ul.search li table.inner td:nth-child(4){
		width:270px;
	}
	#travelnews ul.search li table.inner td:nth-child(5){
		padding-left:8px;
	}
	#travelnews ul.search li .search_btn{
		position:relative;
		top:4px;
	}
	
	#travelnews ul.search li table.inner2{
		width:100%;
		border-collapse: collapse;
		border:none;
		margin-left:14px;
	}
	#travelnews ul.search li table.inner2 td{
		vertical-align:middle;
	}
	#travelnews ul.search li table.inner2 td:nth-child(1){
		width:224px;
	}
	#travelnews ul.search li table.inner2 td:nth-child(2){
		padding-left:7px;
	}
	
	#travelnews ul.search select , #travelnews ul.search input[type=text]{
		-webkit-appearance:none;
		-moz-appearance: none;
 	    appearance: none;
		border-radius: 0;
		  border: 0;
		  margin: 0;
		  padding: 0;
		  vertical-align: middle;
		  

	
		border:1px solid #CDD9E8;
		border-radius:6px;
		font-size:13px;
		padding:12px 15px;
		box-sizing:border-box;
		width:100%;
		
	}
	#travelnews ul.search select::-ms-expand{
		display: none;
	}
	#travelnews ul.search select{
	background-image:url(../images/icon_searchselect.png);
    background-repeat:no-repeat;
/*    background-size:25px 54px;*/
    background-position:right center;
	}
	/*
	#travelnews ul.search select::after{
		content:url(../images/icon_searchselect.png);
		position:absolute;
		right:0;
	}*/
	
/*	#travelnews ul.search li table.inner input[type=submit]{
		-webkit-appearance:none;
		width:42px;
		border-radius:5px;
		background:#1D72C2;
	}*/
	
	#travelnews ul.list , #travelnews_detail ul.list{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	#travelnews ul.list li , #travelnews_detail ul.list li{
		float:left;
		width:310px;
		box-sizing:border-box;
		margin-right:25px;
		margin-bottom:48px;
		
	}
	#travelnews ul.list li a , #travelnews_detail ul.list li a{
		color:#000;
	}
	#travelnews ul.list li:nth-child(3n) , #travelnews_detail ul.list li:nth-child(3n){
		margin-right:0;
	}
	#travelnews ul.list li img , #travelnews_detail ul.list li img{
		width:100%;
		margin-bottom:16px;
	}
	#travelnews ul.list li span.date , #travelnews_detail ul.list li span.date{
		font-size:11px;
		color:#848484;
		margin-right:10px;
	}
	#travelnews ul.list li span.category , #travelnews_detail ul.list li span.category , #travelnews_detail .headline span.category{
		
		font-size:11px;
		background:#E8F5FC;
		padding:7px 10px;
		border-radius:100px;
	}
	#travelnews ul.list li span.category::before , #travelnews_detail ul.list li span.category::before , #travelnews_detail .headline span.category::before{
		content:"●";
		color:#2275BF;
		margin-right:3px;
	}
	#travelnews ul.list li h3 , #travelnews_detail ul.list li h3{
		font-size:19px;
	}
	#travelnews ul.list li p , #travelnews_detail ul.list li p{
		font-size:12px;
		color:#656565;
	}
	#travelnews .paging{
		width:980px;
		margin:0 auto;
		border-top:1px solid #DEDEDE;
		border-bottom:1px solid #DEDEDE;
		margin-bottom:100px;
	}
	#travelnews .pager{
		margin-top:20px;
		padding-bottom:20px;
	}
	
}
@media screen and (max-width: 768px) {
	#travelnews #title{
	background: url(../images/title_travelnews_sp.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:170px;
	  margin-bottom:0px;
	}
	
	#travelnews dl.newshead{
		margin-bottom:20px;
		position:relative;
		overflow:hidden;
	}
	#travelnews dl.newshead dt{
		width:49px;
		height:150px;
		float:left;
		background: url(../images/travelnews_tag_sp.jpg) no-repeat;
		background-size: 49px 150px;
	}
	#travelnews dl.newshead dd{
		margin:36px 0 0 64px;
		font-size:13px;
		letter-spacing:1.5px;
		line-height:1.8;
	}

	#travelnews ul.list , #travelnews_detail ul.list{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	#travelnews ul.list li , #travelnews_detail ul.list li{
		float:left;
		width:49%;
		box-sizing:border-box;
		margin-right:2%;
		margin-bottom:32px;
	}
	#travelnews ul.list li:nth-child(2n) , #travelnews_detail ul.list li:nth-child(2n){
		margin-right:0;
	}
	#travelnews ul.list li img , #travelnews_detail ul.list li img{
		width:100%;
		margin-bottom:13px;
	}
	#travelnews ul.list li span.date , #travelnews_detail ul.list li span.date{
		font-size:8px;
		color:#848484;
		margin-right:10px;
	}
	#travelnews ul.list li span.category , #travelnews_detail ul.list li span.category{
		
		font-size:8px;
		background:#E8F5FC;
		padding:7px 10px;
		border-radius:100px;
	}
	
	#travelnews ul.list li span.category::before , #travelnews_detail ul.list li span.category::before , #travelnews_detail .headline span.category::before{	
		content:"●";
		color:#2275BF;
		margin-right:3px;
	}
	#travelnews ul.list li h3 , #travelnews_detail ul.list li h3{
		font-size:14px;
		font-weight:bold;
		line-height:1.5;
	}
	#travelnews ul.list li p , #travelnews_detail ul.list li p{
		font-size:9px;
		color:#656565;
	}
	#travelnews .paging{
		width:100%;
		box-sizing:border-box;
		border-top:1px solid #DEDEDE;
		border-bottom:1px solid #DEDEDE;
		margin-bottom:100px;
	}
	#travelnews ul.list li a , #travelnews_detail ul.list li a{
		color:#000;
	}
	
	#travelnews ul.search li table.inner{
		width:100%;
		margin:0px auto;
		border-collapse: collapse;
		border:none;
	}
	#travelnews ul.search li table.inner td{
		vertical-align:middle;
	}
	#travelnews ul.search li table.inner td:nth-child(2n+1){
		width:20%;
		box-sizing:border-box;
		padding-right:10px;
		
	}
	#travelnews ul.search li table.inner td:nth-child(2n){
		width:80%;
	}
	
	
	
	
	
	
	#travelnews .search_open{
		margin-bottom:20px;
	}
	#travelnews .search_open a{
		display:block;
		width:100%;
		box-sizing:border-box;
		
		border-radius:100px;
		border:1px solid #0076BF;
		background:#E8F5FC;
		color:#0076BF;
		font-size:14px;
		text-align:center;
		padding:12px 0;
	}
	#travelnews .search_open a img{
		margin-right:8px;
	}
	
	#travelnews .search_btn a.active{
		display:block;
	}
	#travelnews .search_btn a.deactive{
		display:none;
	}
	
	#travelnews #search_wrap{
		display:none;
		width:100%;
		background:#F4F4F4;
		border-top:1px solid #D3D3D3;
		border-bottom:1px solid #D3D3D3;
		padding:20px 15px;
		margin-bottom:20px;
		font-size:14px;
		position:relative;
		overflow:hidden;
	}
	#travelnews #search_wrap.active{
		display:block;
	}
	#travelnews #search_wrap .left{
		float:left;
		width:60%;
		color:#0076BF;
		line-height:31px;
		margin-bottom:20px;
	}
	#travelnews #search_wrap .left img{
		margin-right:8px;
	}
	#travelnews #search_wrap .right{
		float:right;
		width:35%;
		text-align:right;
		margin-bottom:20px;
	}
	
	
	#travelnews ul.search{
		width:100%;
		position:relative;
		overflow:hidden;
		
		box-sizing:border-box;
		
	}
	#travelnews ul.search li{
		width:100%;
		box-sizing:border-box;
		
	}
	
	#travelnews ul.search li table.frame{
		width:100%;
		border-collapse: collapse;
		border:none;
	}
	#travelnews ul.search li table.frame th{
		background:#1D72C2;
		color:#FFF;
		text-align:center;
		font-size:13px;
		border:1px solid #1D72C2;
	}
	#travelnews ul.search li td.frame{
		background:#E7F5FD;
		width:100%;
		box-sizing:border-box;
		padding-top:12px;
		padding-bottom:13px;
		font-size:12px;
		vertical-align:middle;
		border-left:1px solid #C8DEF0;
		border-right:1px solid #C8DEF0;
		border-bottom:1px solid #C8DEF0;
		padding:15px;
		text-align:right;
	}

	#travelnews ul.search li table.inner2{
		width:100%;
		border-collapse: collapse;
		border:none;
		
	}
	#travelnews ul.search li table.inner2 td{
		vertical-align:middle;
	}








	#travelnews ul.search select , #travelnews ul.search input[type=text]{
		-webkit-appearance:none;
		border:1px solid #CDD9E8;
		border-radius:6px;
		font-size:13px;
		padding:12px 15px;
		box-sizing:border-box;
		width:100%;
		margin-bottom:10px;
		background:#FFF;
	}
	#travelnews ul.search select{
	background-image:url(../images/icon_searchselect.png);
    background-repeat:no-repeat;
    background-position:right center;
	margin-bottom:10px;
	margin-top:8px;
	}

}

@media screen and (min-width: 769px) {
	#travelnews_detail #title{
		background: url(../images/title_travelnews.jpg) no-repeat center center;
		background-size: cover;
		  color: #FFFFFF;
		  height:205px;
		margin-bottom:50px;
	}
	#travelnews_detail .headline{
		height:40px;
	}
	#travelnews_detail h4{
		font-size:31px;
		font-weight:bold;
		padding-bottom:25px;
		margin-bottom:35px;
		border-bottom:1px solid #E0E0E0;
		position:relative;
		overflow:hidden;
	}
	#travelnews_detail h4 p{
		float:right;
	}
	#travelnews_detail h5,#travelnews_detail h5 span{
		font-size:23px!important;
		font-weight:bold!important;
		margin-bottom:20px!important;
	}
	#travelnews_detail h5 b , #travelnews_detail h5 strong{
		color:#2275BF;
	}
	#travelnews_detail h6{
		font-size:19px;
		font-weight:bold;
	}
	#travelnews_detail .date{
		font-size:8px;
		color:#848484;
		margin-right:10px;
	}
	#travelnews_detail .category{
		
		font-size:8px;
		background:#E8F5FC;
		padding:7px 10px;
		border-radius:100px;
	}
	
	#travelnews_detail .btn_base {
		border: 1px solid #0073BA;
		font-size: 12px;
		width: 158px;
		line-height: 32px;
		height: 42px;
	}
	#travelnews_detail .btn_base:after {
     background: #0074C1 !important; 
	}
	
	#travelnews_detail p{
		font-size:15px;
		line-height:1.9;
		margin-bottom:20px;
	}
	
	#travelnews_detail img{
		width:100%;
	}
	
	#travelnews_detail .share{
		background:#E7F5FD;
		padding-bottom:53px;
		margin-bottom:72px;
	}
	#travelnews_detail .share dl{
		width:800px;
		margin:0 auto;
		position:relative;
		overflow:hidden;
		margin-bottom:44px;
	}
	#travelnews_detail .share dl dt{
		width:76px;
		height:119px;
		float:left;
		background: url(../images/travelnews_tag.png) no-repeat;
	}
	#travelnews_detail .share dl dd{
		text-align:center;
		float:left;
		width:calc(100% - 76px);
		font-size:24px;
		font-weight:bold;
		padding-top:54px;
	}
	#travelnews_detail .share ul{
		position:relative;
		overflow:hidden;
		width:742px;
		margin:0 auto;
	}
	#travelnews_detail .share ul li{
		float:left;
		width:352px;
		margin-right:30px;
		font-size:14px;
	}
	#travelnews_detail .share ul li:nth-child(2n){
		margin-right:0;
	}
	#travelnews_detail .share ul li span{
		color:#0061B9;
	}
	
	#travelnews_detail .btn_fb {
	  color:#FFF;
	  position:relative;
	  margin:10px;
	  display:block;
	 
	
	  background:none;
	  text-transform:uppercase;
	  font-size:14px;
	  line-height:54px;
	  font-weight:normal;
	  letter-spacing:1px;
	  cursor:pointer;
	  text-align:center;
	  z-index:1000;
	  
	  border: 1px solid #005AD3;
	
		width: 350px;
		line-height: 32px;
		height: 93px;
		padding-top:20px;
	 margin-top:25px;
	}
	#travelnews_detail .btn_fb i{
		position:absolute;
		right:18px;
		top:-5px;
	}
	 
	#travelnews_detail .btn_fb:after {
	  position: absolute;
	  top:-4px;
	  left:-4px;
	  content:"";
	  height:100%;
	  width:100%;
	  z-index:-999;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	   background: #005AD3 !important; 
	}
	
	#travelnews_detail .btn_fb img {
		width:132px;
	}
	
	#travelnews_detail .btn_tw {
	  color:#FFF;
	  position:relative;
	  margin:10px;
	  display:block;
	 
	
	  background:none;
	  text-transform:uppercase;
	  font-size:14px;
	  line-height:54px;
	  font-weight:normal;
	  letter-spacing:1px;
	  cursor:pointer;
	  text-align:center;
	  z-index:1000;
	  
	  border: 1px solid #00A7FF;
	
		width: 350px;
		line-height: 32px;
		height: 93px;
		padding-top:20px;
	 margin-top:25px;
	}
	#travelnews_detail .btn_tw i{
		position:absolute;
		right:18px;
		top:-5px;
	}
	 
	#travelnews_detail .btn_tw:after {
	  position: absolute;
	  top:-4px;
	  left:-4px;
	  content:"";
	  height:100%;
	  width:100%;
	  z-index:-999;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	   background: #00A7FF !important; 
	}
	
	#travelnews_detail .btn_tw img {
		width:134px;
	}
	
	.wrap_travelnews{
		width:800px;
		margin:0 auto;
		padding-bottom: 60px;
	}
	#travelnews_detail .title01 {
		 font-family:"Times New Roman", Times, serif;
	  font-size: 39px;
	  font-weight: normal;
	  color: #000;
	  text-align:center;
	  margin-bottom:28px;
	}
	#travelnews_detail .title02{
		font-size:14px;
		text-align:center;
		margin-bottom:50px;
		line-height:2;
	}
	
}
@media screen and (max-width: 768px) {
	#travelnews_detail #title{
	background: url(../images/title_travelnews_sp.jpg) no-repeat center center;
	background-size: cover;
	  color: #FFFFFF;
	  height:170px;
	  margin-bottom:40px;
	}
		#travelnews_detail .headline{
		height:40px;
	}
	#travelnews_detail h4{
		font-size:22px;
		font-weight:bold;
		padding-bottom:25px;
		margin-bottom:35px;
		border-bottom:1px solid #E0E0E0;
		position:relative;
		overflow:hidden;
	}
	#travelnews_detail h4 p{
/*		float:right;*/
	}
	#travelnews_detail h5,#travelnews_detail h5 span{
		font-size:19px!important;
		font-weight:bold!important;
		margin-bottom:20px!important;
	}
	#travelnews_detail h5 b , #travelnews_detail h5 strong{
		color:#2275BF;
	}
	#travelnews_detail h6{
		font-size:19px;
		font-weight:bold;
	}
	#travelnews_detail .date{
		font-size:8px;
		color:#848484;
		margin-right:10px;
	}
	#travelnews_detail .category{
		
		font-size:8px;
		background:#E8F5FC;
		padding:7px 10px;
		border-radius:100px;
	}
	#travelnews_detail p{
		font-size:13px;
		line-height:1.8;
		margin-bottom:20px;
	}
	
	#travelnews_detail img{
		width:100%;
	}
	
	#travelnews_detail .share{
		background:#E7F5FD;
		padding:0 15px 53px 15px;
		margin-bottom:44px;
		padding-left:15px;
		
		width:100%;
		box-sizing:border-box;
	}
	#travelnews_detail .share dl{
		width:100%;
		margin:0 auto;
		position:relative;
		overflow:hidden;
		padding-top:47px;
		margin-bottom:44px;
		
		box-sizing:border-box;
	}
	#travelnews_detail .share dl dt{
		display:none;
	}
	#travelnews_detail .share dl dd{
		text-align:center;
		line-height:1;
		width:100% ;
		font-size:24px;
		font-weight:bold;
		
		box-sizing:border-box;
	}
	#travelnews_detail .share ul{
		position:relative;
		overflow:hidden;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	#travelnews_detail .share ul li{
		
		width:100%;
		margin-right:30px;
		font-size:14px;
		box-sizing:border-box;
		padding-right:4px;
	}
	#travelnews_detail .share ul li:nth-child(2n){
		margin-right:0;
	}
	#travelnews_detail .share ul li span{
		color:#0061B9;
	}
	
	#travelnews_detail .btn_fb {
	  color:#FFF;
	  position:relative;
	  margin:10px;
	  display:block;
	 
	
	  background:none;
	  text-transform:uppercase;
	  font-size:14px;
	  line-height:54px;
	  font-weight:normal;
	  letter-spacing:1px;
	  cursor:pointer;
	  text-align:center;
	  z-index:1000;
	  
	  border: 1px solid #005AD3;
	
		width: 98%;
		line-height: 32px;
		height: 93px;
		padding-top:20px;
	 margin-top:25px;
	 margin-bottom:36px;
	}
	#travelnews_detail .btn_fb i{
		position:absolute;
		right:18px;
		top:-5px;
	}
	 
	#travelnews_detail .btn_fb:after {
	  position: absolute;
	  top:-4px;
	  left:-4px;
	  content:"";
	  height:100%;
	  width:100%;
	  z-index:-999;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	   background: #005AD3 !important; 
	}
	
	#travelnews_detail .btn_fb img {
		width:132px;
	}
	
	#travelnews_detail .btn_tw {
	  color:#FFF;
	  position:relative;
	  margin:10px;
	  display:block;
	 
	
	  background:none;
	  text-transform:uppercase;
	  font-size:14px;
	  line-height:54px;
	  font-weight:normal;
	  letter-spacing:1px;
	  cursor:pointer;
	  text-align:center;
	  z-index:1000;
	  
	  border: 1px solid #00A7FF;
	
		width: 98%;
		line-height: 32px;
		height: 93px;
		padding-top:20px;
	 margin-top:25px;
	}
	#travelnews_detail .btn_tw i{
		position:absolute;
		right:18px;
		top:-5px;
	}
	 
	#travelnews_detail .btn_tw:after {
	  position: absolute;
	  top:-4px;
	  left:-4px;
	  content:"";
	  height:100%;
	  width:100%;
	  z-index:-999;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	   background: #00A7FF !important; 
	}
	
	#travelnews_detail .btn_tw img {
		width:134px;
	}
	#travelnews_detail .title01 {
	  font-size: 28px;
	  font-weight: 700;
	  color: #000;
	  text-align:center;
	  margin-bottom:23px;
	}
	#travelnews_detail .title02{
		font-size:12px;
		text-align:center;
		margin-bottom:33px;
		line-height:2;
	}
}

@media screen and (min-width:769px){
	#reservation {
		width:100%;
	  background-color: #0076BF;
	  background-size: cover;
	  color: #FFF;	
	  margin-bottom:80px;
	}
	#reservation .wrapper{
		width:960px;
		margin:0 auto;
		padding-bottom:90px;
	}
	#reservation #breadcrumb{
		font-size:10px;
		padding:30px 0 25px 0;
		line-height:1.5;
	}
	#reservation #breadcrumb a{
		color:#FFF;
	}


	#reservation .reservation01{
		font-size:14px;
		text-align:center;
		line-height:2.2;
		margin-bottom:70px;
	}
	#reservation .reservation02{
		position:relative;
		overflow:hidden;
		width:100%;
	}
	#reservation .reservation02left{
		float:left;
		width:478px;
		box-sizing:border-box;
		border:1px solid #2C90D0;
	}
	#reservation .reservation02right{
		float:right;
		width:478px;
		box-sizing:border-box;
		border:1px solid #2C90D0;
	}
	#reservation .reservation02_title{
		border-bottom:1px solid #2C90D0;
		margin:20px 23px 0px 23px;
		padding-bottom:19px;
		font-size:21px;
	}
	#reservation .reservation02_title img{
		margin-right:15px;
	}
	#reservation .reservation02_body{
		margin:0px 23px 0px 23px;
		padding:40px 0 24px 0;
	}
	#reservation .reservation02_bodysys{
		margin:0px 23px 0px 23px;
		padding:40px 0 40px 0;
		text-align:center;
	}
	#reservation .reservation03{
		width:325px;
		margin-bottom:21px;
	}
	#reservation .reservation04{
		width:161px;
	}
	
	
	#reservation .wrapper .contact_title h3 {
		font-family:"Times New Roman", Times, serif;
	  	font-weight:normal;
		font-size: 40px;
		text-align:center;
		font-weight:normal;
		margin-bottom:15px;
		letter-spacing:5px;
	}
	#reservation .contact_title p {
	  text-align:center;
	  font-size: 16px;
	  font-weight: normal;
	  margin-bottom:70px;
	  letter-spacing:5px;
	}
	
	#reservation .btn_sys {
	  color:#FFF;
	  position:relative;
	  margin:10px;
	  display:block;
	  width:298px;
	  height:61px;
	  
	  margin:auto;
	  
	  background:none;
	  text-transform:uppercase;
	  font-size:14px;
	  line-height:58px;
	  font-weight:normal;
	  letter-spacing:1px;
	  cursor:pointer;
	  text-align:center;
	  z-index:1000;
	  
	  background:#003591;
	 
	}
	#reservation .btn_sys i{
		position:absolute;
		right:18px;
		top:-1px;
	}
	 
	#reservation .btn_sys:after {
	  position: absolute;
	  top:4px;
	  left:4px;
	  content:"";
	  height:100%;
	  width:100%;
	  z-index:-999;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  border:1px solid #003591;
	  box-sizing:border-box;
	}
	
}
@media screen and (max-width: 768px) {
	#reservation {
		width:100%;
	  background-color: #0076BF;
	  background-size: cover;
	  color: #FFF;	
	  margin-bottom:80px;
	}
	#reservation .wrapper{
		width:100%;
		margin:0 auto;
		padding-bottom:90px;
		box-sizing:border-box;
		padding:0 15px;
	}
	#reservation #breadcrumb{
		font-size:10px;
		padding:30px 0 25px 0;
		line-height:1.5;
	}
	#reservation #breadcrumb a{
		color:#FFF;
	}


	#reservation .reservation01{
		font-size:13px;
		text-align:left;
		line-height:2;
		margin-bottom:70px;
	}
	#reservation .reservation02{
		position:relative;
		overflow:hidden;
		width:100%;
	}
	#reservation .reservation02left{
		
		width:100%;
		box-sizing:border-box;
		border:1px solid #2C90D0;
		margin-bottom:20px;
	}
	#reservation .reservation02right{
		
		width:100%;
		box-sizing:border-box;
		border:1px solid #2C90D0;
		margin-bottom:47px;
	}
	#reservation .reservation02_title{
		border-bottom:1px solid #2C90D0;
		margin:20px 23px 0px 23px;
		padding-bottom:19px;
		font-size:21px;
	}
	#reservation .reservation02_title img{
		margin-right:15px;
	}
	#reservation .reservation02_body{
		margin:0px 16px 0px 16px;
		padding:20px 0 26px 0;
	}
	#reservation .reservation02_bodysys{
		margin:0px 16px 0px 16px;
		padding:28px 0 26px 0;
		text-align:center;
	}
	#reservation .reservation03{
		width:90%;
		margin-bottom:18px;
	}
	#reservation .reservation04{
		width:50%;
	}
	
	
	#reservation .wrapper .contact_title h3 {
		font-family:"Times New Roman", Times, serif;
	  	font-weight:normal;
		font-size: 34px;
		text-align:center;
		font-weight:normal;
		margin-bottom:24px;
		letter-spacing:5px;
	}
	#reservation .contact_title p {
	  text-align:center;
	  font-size: 14px;
	  font-weight: normal;
	  margin-bottom:74px;
	  letter-spacing:5px;
	}
	
	#reservation .btn_sys {
	  color:#FFF;
	  position:relative;
	  margin:10px;
	  display:block;
	  width:96%;
	  height:61px;
	  
	  margin:auto;
	  
	  background:none;
	  text-transform:uppercase;
	  font-size:14px;
	  line-height:58px;
	  font-weight:normal;
	  letter-spacing:1px;
	  cursor:pointer;
	  text-align:center;
	  z-index:1000;
	  
	  background:#003591;
	 
	}
	#reservation .btn_sys i{
		position:absolute;
		right:18px;
		top:-1px;
	}
	 
	#reservation .btn_sys:after {
	  position: absolute;
	  top:4px;
	  left:4px;
	  content:"";
	  height:100%;
	  width:100%;
	  z-index:-999;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  border:1px solid #003591;
	  box-sizing:border-box;
	}
}

@media screen and (min-width: 769px) {
	.bg_white{background:#FFF;}
}
@media screen and (max-width: 768px) {
	.sp_pdlr15{padding-right:15px;padding-left:15px;}
}

.p26{font-size:26px;}
.p15{font-size:15px;}

.c_2275bf{
	color:#2275BF;
}







/*
山崎追加
*/

.minusM{
	margin-left: -0.5em;
}

#Promises01,#Promises02,#Promises03,#Promises04{
	padding-top: 88px;
}
@media screen and (max-width: 768px) {

	#Promises01,#Promises02,#Promises03,#Promises04{
		padding-top: 10px;
	}

}

.promiseTitle{
	margin-top: 60px;
	margin-bottom: -75px;
}
@media screen and (max-width: 768px) {

	.promiseTitle{
		margin-bottom: 0px;
	}
}


#top_promise li a{
	display: block;
}

.office{
	width: 980px;
	margin:0 auto;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.office{
		width: 100%;
		padding: 15px;
		margin-top: 20px;
	}
}




#travelnews_detail strong{
	font-weight: 700;
}


#travelnews_detail strong span{
	font-weight: 700;
}

#travelnews_detail h6,#travelnews_detail h6 span{
	font-size: 18px!important;
	margin-bottom: 10px!important;
}
@media screen and (max-width: 768px) {

	#travelnews_detail h6,#travelnews_detail h6 span{
		font-size: 16px!important;
	}
}

#case .example02right,#case .example02right .image , #top_example .example02right,#top_example .example02right .image{
	height: 100%;
}
#case .example02right .image , #top_example .example02right .image{
	overflow: hidden;
}
@media screen and (min-width: 769px) {
#case .example02right .image img , #top_example .example02right .image img{
	height: 100%;
	width: auto;
	max-width: auto;
	    position: relative;
    left: 50%;
    margin-left: -366px;
}
}

#case .casewrap img{
	max-width: 880px;
	height: auto;
	max-height: auto;
}

@media screen and (max-width: 768px) {

	#case .example02right .image{
		overflow: auto;
	}
	#case .example02right .image img{
		width: 100%;
		height: auto;
		max-width: auto;
	    left: 0;
	    margin-left: 0;
	}

	#case .casewrap img{
		width: 100%!important;
		height: auto!important;
		max-width: auto!important;
		margin: 20px 0;
	}
}
/*
#travelnews_detail .wrap{
	background: #FFFFFF!important;
}
*/

.fixHeight{
	padding-bottom:15px;
}




/*Ohter Caseを一旦削除*/
#case .case04,#case .case05{
	display: none;
}
#case .bg{
	padding-bottom: 0;
}



/*Banner*/

#Banner{
	text-align: center;
	padding-bottom: 50px;
	margin-top: 15px;
	position: relative;
}

#Banner a:nth-child(1){
	position: relative;
	left: -30px;
}

@media screen and (max-width: 768px) {

	#Banner img{
		width: 250px;
		height: auto;
	}

	#Banner a:nth-child(1){
		left: 0px;
		display: inline-block;
		margin-bottom: 10px;
	}

}



/*sass以降追加*/
header .insta{
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 25px;
}
/*
#rnavi .insta{
	padding-top:21px;
	padding-left: 0px;
	padding-right: 10px;
}*/

footer .insta{
	text-align: center;
	padding-top: 20px;
}

footer .insta a{
	display: inline-block;
	padding: 15px;
}

.globalmenusp{
	padding-bottom: 40px;
}

.globalmenusp .insta a{
	display: inline-block;
	padding: 20px;
	margin-top: -20px;
}

#Banner a:nth-child(2){
	display: none;
}


@media screen and (max-width: 768px) {
	nav.globalmenusp ul{
		display: flex;
		background: white;
		flex-wrap :wrap;
	}
	nav.globalmenusp ul li{
		float: none;
	}
}

.globalmenusp ul li:nth-child(9){
	opacity: 0;
	pointer-events: none;
}

.globalmenusp ul li:nth-child(10){
	transform: translateX(-50%);
}