
@charset "utf-8";
@import url(reset.css);
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


body {
    font-family: "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
      line-height: 1.7;
      -webkit-text-size-adjust: none;
  }

  #theworld {
      width:100%;
      max-width:1920px;
      margin:0 auto;
  }

  /*
   * #layout
   *
   ************************/
  #header {
      box-sizing:border-box;
      padding:0 15px;
  }

  .content {
      box-sizing:border-box;
  }

  #footer {
      box-sizing:border-box;
      padding:0;
  }

  /*
   * #common
   *
   ************************/

  img {
    vertical-align: bottom;
  }

  a {
    color: #50a9c6;
  }

  a:hover {
    opacity: .8;
    text-decoration: none;
  }

  a:active {
    color: #50a9c6;
  }



  @media print, screen and (min-width: 767px) {
      .u-hidden-pc {
          display: none !important;
      }
  }
  @media print, screen and (max-width: 767px) {
      .u-hidden-sp {
          display: none !important;
      }
  }


.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
.acsp {
	display: inline-block!important;
}

@media print, screen and (min-width: 768px) {
	.pc {
		display: block!important;
	}
	.sp {
		display: none!important;
	}
}

.contents_container {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

#theworld {
	overflow: hidden;
}


/* :::::::::::::::::::::::::::::::::
headerのスタイル
:::::::::::::::::::::::::::::::::: */
.o-hero {
    position: relative;
    padding-top: 68%;
    background-image: url(../img/main/main_pc_01.jpg) ;
    background-size: 100%;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
	.o-hero {
		padding-top: 116%;
		background-image: url(../img/main/main_sp_01.png) ;
		background-repeat: no-repeat;
	}
}


.o-hero__title img {
    display: block;
    width: 33%;
	position: absolute;
    top: 38%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.o-hero__title img {
		display: block;
    	width: 71%;
    	position: absolute;
    	top: 51%;
    	left: 53%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}

.o-hero__logo {
    position: absolute;
    top: 2%;
    left: -2%;
}

@media only screen and (max-width: 767px) {
	.o-hero__logo {
		display: none;
}
}

.o-hero__logo img {
    display: block;
    margin: auto;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.o-hero__logo img {
		display: block;
		margin: auto;
		width: 35%;
	}
}
.o-hero_sub-title {
    position: absolute;
    bottom: 25%;
	right: -300px;
}

.o-hero_sub-title  img {
	width: 50%;
}

@media print, screen and (max-width: 767px) {
	.o-hero_sub-title {
		width: 50%;
    	position: absolute;
    	bottom: 5%;
    	right: 16%;
	}
	.o-hero_sub-title img {
		width: 120%;
	}
}

.o-hero__cv {
	width: 100%;
    height: 26%;
    position: absolute;
    bottom: -6%;
    background-image: url(../img/main/mv_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
	.o-hero__cv {
		width: 100%;
		height: 100%;
		position: absolute;
		top:100%;
		background-image: url(../img/main/mv_bg_sp.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

.o-hero__cv .o-hero__cv_btnbox {
    display: flex;
    width: 69%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.o-hero__cv .o-hero__cv_btnbox a {
    width: 50%;
    transition: all .3s ease;
	margin: 2% 1% 3% 1%;
}

@media print, screen and (max-width: 767px) {
	.o-hero__cv .o-hero__cv_btnbox {
		display: block;
		width: 100%;
		height: 260px;
		margin: 0 auto;
		align-items: center;
		justify-content: space-between;
	}
	.o-hero__cv .o-hero__cv_btnbox a {
		width: 83%;
		margin: 0 auto;
		transition: all .3s ease;
	}
	.btn01 {
		margin: 7% 0;
	}
	.btn02 {
		margin-bottom: 5%;
	}

}

/* :::::::::::::::::::::::::::::::::
PC追従メニュー
:::::::::::::::::::::::::::::::::: */

#tgl {
	display: none;
}

.menubox {
	background:url(../img/cont1back.gif) left top repeat;
}

@media print, screen and (max-width: 767px){
	.menubox {
		display: none;
	}
}

.menubox #ham-menu .small_text {
	font-size: 10px;
}

.menubox #ham-menu {
    box-sizing: border-box;
    height: auto;
    padding: 1rem 1rem;
    position: fixed;
    right: 0;
    bottom: 10%;
    transition: transform 0.2s linear 0.1s;
    width: 250px;
    z-index: 1000;
    background-color: #68a9ba;
    color: #fff;
}

.menubox #hamuicon {
    border-radius: 1rem 0 0 1rem;
    cursor: pointer;
    display: block;
    line-height: 36px;
    position: fixed;
    right: 250px;
    text-align: center;
    bottom: 10%;
    width: 2.5rem;
    height: 134px;
    transition: all 0.2s linear 0.1s;
    z-index: 1000;
    margin-bottom: 0;
    background-color: #68a9ba;
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
}

.fa-plus:before {
    content: "\f067";
}

.menubox #ham-menu ul {
	list-style: none;
}

.menubox #ham-menu li a {
    font-size: 12px;
    display: block;
    width: 190px;
    padding-top: 3.2%;
    padding-bottom: 5%;
    padding-left: 7%;
    padding-right: 0;
    line-height: 1.5em;
    background-color: #e8ff59;
    color: #000;
    margin: 0 auto 10px;
    border: #000 solid 2px;
    transition: .3s;
    text-decoration: none;
}

.menubox #ham-menu .ham-menu-tel-box {
    text-align: center;
    line-height: 1.8em;
}

.menubox #ham-menu span {
	font-size: 16px;
	font-weight: bold;
}


.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-text {
    font-size: 12px;
}

.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-number {
    font-size: 24px;
}

.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-time {
    font-size: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#tgl:checked ~ #hamuicon i {
    transform: rotate(0turn);
}

.menubox #hamuicon i {
    font-size: 18px;
    margin-bottom: 10px;
    transform: rotate(0.13turn);
}


/* :::::::::::::::::::::::::::::::::
スマホ追従メニュー
:::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu ul {
		display: flex;
		justify-content: center;
		list-style-type: none;
		width: 60%;
		margin: 0 auto;
	}
}

@media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu ul li {
		width: 100%;
		margin: 0 2%;
		text-decoration: none;
	}
}

/* @media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu li span {
		padding-top: 8px;
		padding-bottom: 8px;
		display: flex;
	}
} */

@media print, screen and (max-width: 374px) {
	.bottom-menubox #bottom-menu li span{
		padding-top: 1%;
		padding-bottom: 1%;
	}
}

@media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu li a {
		font-size: 13px;
		display: block;
		padding: 6px 10px 8px;
		line-height: 1.3em;
		background-color: #e8ff59;
		color: #000;
		margin: 0 auto 5px;
		border:#000 solid 2px;
		transition: .3s;
		text-decoration: none;
		font-weight: bold;
		height: 30px;
		width: 150px;
	}
}

@media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu .bottom-menu-tel-box {
		display: flex;
		text-align: center;
		line-height: 2em;
		justify-content: center;
	}

}

@media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-number {
		font-size: 18px;
		font-weight: bold;
		margin-right: 2%;
	}
}


@media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-number a {
		color: #ffffff;
		text-decoration: none;
	}
}

@media print, screen and (max-width: 767px){
	.bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-time {
		font-size: 10px;
	}
}



@media print, screen and (min-width: 768px){
	.bottom-menubox{
		display: none;
	}
}

#tgl:checked ~ #ham-menu,
#tgl:checked ~ #hamuicon {
    transform: translate(250px);
}
#tgl:checked ~ #hamuicon i {
    transform: rotate(0turn);
}
#tgl:checked ~ #hamuicon {
    transform: translate(0);
        right: 0px;
}
#tgl:checked ~ #menu {
    opacity: 0.5;
    z-index: 999;
}

.bottom-menubox {
    position: absolute;
    left: -100%;
}
@media print, screen and (max-width: 768px){
    .bottom-menubox {
        position: relative;
        left: auto;
    }
}

@media print, screen and (max-width: 768px) {
	.bottom-menubox #bottom-menu {
		box-sizing: border-box;
		height: auto;
		padding: 3% 0 2%;
		position: fixed;
		right: 0;
		bottom: 0;
		transition: transform 0.2s linear 0.1s;
		width: 100%;
		z-index: 1000;
		background-color: #68a9ba;
		color: #fff;
		display: block;
	}
}

@media print, screen and (max-width: 768px) {
	.bottom-menubox #bottom-menu .small_text {
		font-size: 10px;
	}
}

@media print, screen and (min-width: 768px) {
	@media print, screen and (max-width: 768px) {
		.bottom-menubox #bottom-menu {
			display: none;
		}
	}
}


/* ボタンの右矢印 */

.arrow_right {
	position: relative;

  }
  .arrow_right::after {
   content: "";
    margin: auto;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -51px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(
45deg
);
}


/* ボタンの右矢印01 pc */
.arrow_right_pc {
	position: relative;

  }
  .arrow_right_pc::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: -68px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

/* ボタンの右矢印02 pc*/

.arrow_right_pc_volunteer {
	position: relative;

  }
  .arrow_right_pc_volunteer::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: -53px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}


@media print, screen and (max-width: 768px) {
	.arrow_right_volunteer {
		position: relative;

	  }
	  .arrow_right_volunteer::after {
		content: "";
    	margin: auto;
    	position: absolute;
    	top: 3px;
    	bottom: 0;
    	right: -38px;
    	width: 5px;
    	height: 5px;
    	border-top: 2px solid #000;
    	border-right: 2px solid #000;
    	transform: rotate(45deg);
	}
}

/* :::::::::::::::::::::::::::::::::
conts1
:::::::::::::::::::::::::::::::::: */
 #cont1 {
	padding-top:0px;
	background-color: #ffffff;
	padding-bottom: 40px;
	margin-top: 8%;
}

@media print, screen and (min-width: 768px) {
	#cont1 {
		padding-top:0px;
		background-color: #ffffff;
	}
}

@media print, screen and (max-width: 767px) {
	#cont1 {
		padding-top:0px;
		background-color: #ffffff;
		margin-top: 75%;
	}
}

#cont1 .titleimg {
		display: block;
		margin-bottom: 20px;
		margin: 0;
}

@media print, screen and (min-width: 768px) {
	#cont1 .titleimg {
		display: block;
		width: 32%;
    	margin: 0 auto;
	}
}

#cont1 .cont1_box {
	display: block;
	width: 90%;
	margin: 0 auto;
}

@media print, screen and (max-width: 768px) {
	#cont1 .cont1_box h2 {
		width: 80%;
		margin: 0 auto;
	}

}

@media print, screen and (min-width: 768px) {
	#cont1 .cont1_box {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}

#cont1 .text {
	display: block;
	color: #000000;
	font-size: 15px;
	padding-top: 45px;
}

@media print, screen and (min-width: 768px) {
	#cont1 .text {
		display: block;
		color: #000000;
		font-size: 16px;
		text-align: center;
	}
}

#cont1 .cont1bottom {
	display: block;
	margin: 20px 0;
}

@media print, screen and (min-width: 768px) {
	#cont1 .cont1bottom {
		display: block;
		margin: 3% 0 0;
	}
}


/* :::::::::::::::::::::::::::::::::
conts2
:::::::::::::::::::::::::::::::::: */
li {
    list-style: none;
}


.cont2_contents_box li {
    display: flex;
    justify-content: center;
    padding: 63px 0;
    box-sizing: border-box;
}

.cont2_contents_box ul {
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	width: 92%;
 }


@media print, screen and (max-width: 767px) {
	.cont2_contents_box ul {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.cont2_contents_box li {
		width: 50%;
		padding: 0;
	}

}

.cont2_contents_box li img {
    width: 80%;
}


.cont2_contents_box li:nth-child(odd) {
    margin-top: 35px;
}

.cont2_contents_box li:nth-child(even) {
    margin-bottom: 35px;
}

.cont2_contents_box img {
    width: 31%;
}

@media print, screen and (max-width: 767px) {


	.cont2_contents_box li:nth-child(2) {
		margin-bottom: 0px;
	}

	.cont2_contents_box li:nth-child(3) {
		margin-top: 0px;
	}


}





#cont2 {
   padding:0;
}

@media print, screen and (min-width: 768px) {
   #cont2 {
       padding:0;


   }
}



@media print, screen and (min-width: 768px) {
   #cont2 .cont2story {
       display: block;
       position: absolute;
       right: 1%;
       margin-top: 18%;
       width: 90px;
   }
}

#cont2 .cont2top {
   margin-top: 9px;
   background-color: #f4f4f4;
}

@media print, screen and (max-width: 767px) {
	#cont2 .cont2top {
		margin-top: -16px;
	}
 }

@media print, screen and (min-width: 768px) {
   #cont2 .cont2top {
       margin-top: -1px;
   }
}

#cont2 .titleimg {
   display: block;
   width: 100%;
}

@media print, screen and (min-width: 768px) {
   #cont2 .titleimg {
       width: 39%;
       margin: 0 auto;
   }
}

#cont2 .cont2_box {
   display: block;
   width: 100%;
   margin: 0 auto;
   padding-bottom: 150px;
   background-color: #f4f4f4;
}



#cont2 .left {
   display: block;
   width: 100%;
   margin-top: 60px;
   margin-right: 0;
}

@media print, screen and (min-width: 768px) {
   #cont2 .left {
       display: block;
       width: 85%;
       margin-top: 60px;
       margin-right: 15%;
       left: 0px;
   }
}

#cont2 .right {
   display: block;
   width: 100%;
   margin-top: 60px;
   margin-left: 0;
}

@media print, screen and (min-width: 768px) {
   #cont2 .right {
       display: block;
       width: 85%;
       margin-top: 60px;
       margin-left: 15%;
       right: 0px;
   }
}

#cont2 .cont2bottom {
   display: block;
   margin: 0;
}

@media print, screen and (min-width: 768px) {
   #cont2 .cont2bottom {
       display: block;
       margin: 3% 0 0;
   }
}


#cont2 .cont2_box h2 img {
margin-top: -60px;
}

@media print, screen and (max-width: 767px) {
	#cont2 .cont2_box h2 img {
		margin-top: -20px;
		width: 80%;
		margin: 0 auto;
	}
 }

.cont2_box_text {
    text-align: center;
}

@media print, screen and (max-width: 767px) {
	.cont2_box_text {
		text-align: left;
		font-size: 14px;
		padding: 5%;
	}
 }


 @media print, screen and (max-width: 767px) {
	#cont2 .cont2_box {
	    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-image: url(../img/cont2/cont2_bg.png);
    background-repeat: no-repeat;
    background-size: 180%;
    background-position-y: 132px;
    background-position-x: -150px;
	}
 }


/* :::::::::::::::::::::::::::::::::
CV
:::::::::::::::::::::::::::::::::: */

.contents_cv {
	width: 100%;
	height: 36%;
	background-image: url(../img/main/mv_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
	.contents_cv {
		width: 100%;
		height: 36%;
		background-image: url(../img/main/mv_bg_sp.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

.contents_cv_btnbox {
	display: flex;
	width: 62%;
    height: auto;
    padding: 2%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}


.contents_cv .contents_cv_btnbox a {
	width: 50%;
    transition: all .3s ease;
	margin: 2% 1% 3% 1%;
}

@media print, screen and (max-width: 767px) {
	.contents_cv .contents_cv_btnbox a {
		width: 100%;
		transition: all .3s ease;
		margin: 0 auto;
	}

	.contents_cv_btnbox {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px 30px 30px 30px;
	}

	.contents_cv_btnbox img {
		padding: 0;
	}

}

@media only screen and (max-width: 767px) {
	.tab_info_img_sp {
		width: 100%;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.tab_info_img_pc {
		width: 100%;
		padding-bottom: 40px;
	}
}


/* :::::::::::::::::::::::::::::::::
contents_cv_info
:::::::::::::::::::::::::::::::::: */

.contents_cv_info {
	width: 100%;
	background-image: url(../img/conv/cv_info_bg.jpg);
	background-size: cover;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position-y: -16px;
	padding-top: 100px;
	padding-bottom: 80px;
	height: auto;
}

@media only screen and (max-width: 767px){
	.contents_cv_info {
		padding-bottom: 54px;
		padding-top: 60px;
	}

}


.titleimg {
    width: 100%;
}

.contents_cv_info h2 {
    width: 40%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px){
	.contents_cv_info h2 {
		width: 90%;
		margin: 0 auto;
	}

}

.infobox-img   {
    display: flex;
    justify-content: center;
    padding-top: 50px;
	width: 80%;
    margin: 0 auto;

}

.infobox-img  img {
    width: 100%;
}


.contents_cv_infobox{
	display: flex;
	width: 72%;
    height: auto;
    padding: 50px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px){
	.contents_cv_infobox {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 30px 10px 0;
	}

}

.contents_cv_info .contents_cv_infobox a {
	width: 50%;
    transition: all .3s ease;
    margin: 10px;
}

@media only screen and (max-width: 767px) {
	.contents_cv_info .contents_cv_infobox a {
		width: 100%;
		transition: all .3s ease;
		margin-bottom: 20px;
	}
}

/* :::::::::::::::::::::::::::::::::
TAB
:::::::::::::::::::::::::::::::::: */




.cont_tab{
	width: 100%;
}
.cont_tab .tab_box{
	background-image: url(../img/tab/img_tab_kv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    border-bottom: solid 2px #000000;
}

.cont_tab .tab_box h2 {
    display: flex;
    justify-content: center;
}

.cont_tab .tab_box h2 img {
    width: 100%;
    max-width: 562px;
}

@media only screen and (max-width: 767px){
	.cont_tab .tab_box h2 img {
		width: 100%;
		max-width: 350px;
		padding-top: 5%;
	}
}

.tab-text-title {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.tab-text-title {
		font-size: 16px;
	}

	.tab-text-sp{
		font-size: 11px;
	}
}


.cont_tab .tab-body__item .tabcont01_box {
    width: 95%;
    background-color: #e3f3bc;
}

.cont_tab .tab_box h2{
	width: 780px;
	margin: 0 auto 140px;
}
.cont_tab .tabcont-text {
	font-size: 16px;
	padding-top: 20px;
    line-height: 2em;
}
.cont_tab .tab {
	list-style: none;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.cont_tab .tab__item {
	padding: 10px 0;
	margin-right: 4px;
	flex: 1;
	flex-basis: 120px;
	cursor: pointer;
	z-index: 1;
	font-size: 17px;
	font-style: italic;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cont_tab .tab__item:last-child {
	margin-right: 0px;
	padding: 2.5% 1%;
}

.cont_tab .tab01 {
	flex: 1;
	flex-basis: 120px;
	background-color: #63a1e1;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	position: relative;
	padding: 2.5% 1%;
	transition: .3s;
}
.cont_tab .tab01.on {
	background-image: none;
	background-color: #e7f1fa;
	color: #63a1e1;
    border-top: solid 3px #000000;
    border-left: solid 3px #000000;
    border-right: solid 3px #000000;
    outline: 3px solid #ffffff;
    outline-offset: -5px;
}

.cont_tab .tab01.on:hover {
	background-image: none;
	background-color: #e7f1fa;
	color: #63a1e1;
}
.cont_tab .tab01:after {
    position: absolute;
    content: url(../img/tab/img_tabarrow_01.png);
    bottom: -80%;
    left: 43%;
    width: 20px;
    z-index: 1;
	opacity: 0;
	transition: .3s;
}
.cont_tab .tab01.on:after {
    position: absolute;
    content: url(../img/tab/img_tabarrow_01.png);
    bottom: -24%;
    left: 43%;
    width: 20px;
    z-index: 1;
	opacity: 1;
}
.cont_tab .tab01.on:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #ffffff;
    bottom: -4px;
    left: 0;
    z-index: 0;
	opacity: 1;
}
.cont_tab .tab02 {
	flex: 1;
	flex-basis: 120px;
	background-color: #60bdb3;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	position: relative;
	padding: 2.5% 1%;
	transition: .3s;
}
.cont_tab .tab02.on {
	background-color: #dbf4f1;
	color: #60bdb3;
    border-top: solid 3px #000000;
    border-left: solid 3px #000000;
    border-right: solid 3px #000000;
    outline: 3px solid #ffffff;
    outline-offset: -5px;
}

.cont_tab .tab02:after {
	position: absolute;
    content: url(../img/tab/img_tabarrow_02.png);
    bottom: -80%;
    left: 43%;
    width: 20px;
    z-index: 1;
	opacity: 0;
	transition: .3s;
}
.cont_tab .tab02.on:after {
	position: absolute;
    content: url(../img/tab/img_tabarrow_02.png);
    bottom: -24%;
    left: 43%;
    width: 20px;
    z-index: 1;
	opacity: 1;
}
.cont_tab .tab02.on:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #ffffff;
    bottom: -4px;
    left: 0;
    z-index: 0;
}
.cont_tab .tab03 {
	flex: 1;
	flex-basis: 120px;
	background-color: #a9c770;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	position: relative;
	padding: 2.5% 1%;
	transition: .3s;
}
.cont_tab .tab03.on {
	background-image: none;
	background-color: #eaf6d0;
	color: #a9c76f;
    border-top: solid 3px #000000;
    border-left: solid 3px #000000;
    border-right: solid 3px #000000;
    outline: 3px solid #ffffff;
    outline-offset: -5px;
}

.cont_tab .tab03:after {
	position: absolute;
    content: url(../img/tab/img_tabarrow_03.png);
    bottom: -80%;
    left: 43%;
    width: 20px;
    z-index: 1;
	opacity: 0;
	transition: .3s;
}
.cont_tab .tab03.on:after {
	position: absolute;
    content: url(../img/tab/img_tabarrow_03.png);
    bottom: -27%;
    left: 40%;
    width: 20px;
    z-index: 1;
	opacity: 1;
}
.cont_tab .tab03.on:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #ffffff;
    bottom: -4px;
    left: 0;
    z-index: 0;
}
.cont_tab .tab-body__item {
	display: none;
}
.cont_tab .tab-body__item.on {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.cont_tab .tab-body__item .tabcont01_look {
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.cont_tab .tab-body__item .tabcont01_look {
		padding-bottom: 50px;
	}
}

.cont_tab .tab-body__item .tabcont01_look .look_box {
	width: 80%;
	margin: 0 auto;
}

.cont_tab .tab-body__item .tabcont02_look {
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.cont_tab .tab-body__item .tabcont02_look {
		padding-bottom: 50px;
	}
}

.cont_tab .tab-body__item .tabcont02_look .look_box {
	width: 80%;
	margin: 0 auto;
}



.look_photo img {
	width: 100%;
}

.cont_tab .tab-body__item .tabcont03_look {
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.cont_tab .tab-body__item .tabcont03_look {
		padding-bottom: 50px;
	}
}

.cont_tab .tab-body__item .tabcont03_look .look_box {
	width: 80%;
	margin: 0 auto;
}



.cont_tab .tab-body__item .tabcont03_subtext {
	width: 95%;
	text-align: right;
	color: #7d1d6f;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin: 20px 0;
	letter-spacing: .1em;
}
.cont_tab .tab-body__item .tabcont03_photobox {
	width: 90%;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cont_tab .tab-body__item .tabcont03_photobox img {
	width: 24%;
	margin-bottom: 20px;
}
.cont_tab .tab-body__item .tabcont03_box {
	width: 95%;
	background-color: #efdcec;
}
.cont_tab .tab-body__item .tabcont03_box h3 {
	width: 550px;
	margin: 0 auto;
	padding: 40px 0;
}

.cont_tab .tab-body__item .tabcont03_box h3 img {
	width: 100%;
}
.cont_tab .tab-body__item .tabcont03 {
    margin: 0 0 0 10%;
    background-color: #ffffff;
	padding: 60px 60px 0;
}
.cont_tab .tab-body__item .tabcont03 .tabcont-title {
	text-align: center;
	font-size: 28px;
	color: #000;
	font-family:  "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
}
.cont_tab .tab-body__item .tabcont03 .tabcont-img {
	width: 100%;
	text-align: center;
	display: block;
	margin: 10px 0 40px;
}
.cont_tab .tab-body__item .tabcont03 .tabcont-img img {
	width: 160px;
}
.cont_tab .tab-text {
	padding: 40px 0 0;
	width: 1100px;
	margin: 0 auto;
	font-size: 14px;
}
.cont_tab .tab-text02 {
	padding: 20px 0 0;
    width: 1100px;
    margin: 20px auto 0;
    font-size: 14px;
    border-top: solid 1px;
}
.cont_tab .tab-text02 img {
	vertical-align: sub;
}
@media only screen and (max-width: 767px) {
	.cont_tab {
		width: 100%;
		padding: 0;
	}
	.cont_tab .tab_box h2{
		width: 90%;
		margin: 0 auto 80px;
	}
	.cont_tab .tabcont-text {
		width: 90%;
		font-size: 12px;
		text-align: justify;
	}
	.cont_tab .tab {
		list-style: none;
		padding: 0;
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 95%;
		margin: 0 auto;
	}
	.cont_tab .tab__item {
		padding: 10px 5px;
		margin-right: 4px;
		flex: 1;
		flex-basis: 31.6%;
		cursor: pointer;
		z-index: 1;
		font-size: 13px;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	}
	.cont_tab .tab__item:last-child {
		margin-right: 0px;
	}


	.cont_tab .tab01 {
		flex: 1;
		flex-basis: 31.6%;
		background-color: #63a1e1;
		background-size: cover;
		background-repeat: no-repeat;
		cursor: pointer;
		color: #fff;
		position: relative;

	}
	.cont_tab .tab01.on {
		background-image: none;
	background-color: #e7f1fa;
	color: #63a1e1;
	border-top: solid 2px #000000;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	outline: 3px solid #ffffff;
	outline-offset: -5px;

	}
	.cont_tab .tab01.on:after {
	position: absolute;
	content: url(../img/tab/img_tabarrow_01.png);
	bottom: -29%;
	left: 27%;
	width: 20px;
	z-index: 1;
	}
	.cont_tab .tab02 {
		flex: 1;
		flex-basis: 31.6%;
		background-color: #60bdb3;
		background-size: cover;
		background-repeat: no-repeat;
		cursor: pointer;
		color: #fff;
		position: relative;
	}

	.cont_tab .tab02.on:after {
		position: absolute;
		content: url(../img/tab/img_tabarrow_02.png);
		bottom: -31%;
		left: 27%;
		width: 20px;
		z-index: 1;
	}
	.cont_tab .tab03 {
		flex: 1;
		flex-basis: 31.6%;
		background-color: #a9c770;
		background-size: cover;
		background-repeat: no-repeat;
		cursor: pointer;
		color: #fff;
		position: relative;
	}
	.cont_tab .tab03.on {
		background-image: none;
		background-color: #e9f6cf;
		color: #a9c770;
	}
	.cont_tab .tab03.on:after {
		position: absolute;
		content: url(../img/tab/img_tabarrow_03.png);
		bottom: -30%;
		left: 27%;
		width: 20px;
		z-index: 1;
	}
	.cont_tab .tab-body__item {
		display: none;
	}
	.cont_tab .tab-body__item.on {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.cont_tab .tab-body__item .tabcont01_look {
		width: 100%;
		margin-left: 0;
		padding-top: 30px;
		position: relative;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_box {
		width: 100%;
		display: block;
		position: relative;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_box .look_text {
		width: 100%;
		margin-right: 0;
		padding: 0 5%;
	}

	@media only screen and (max-width:767px) {
		.cont_tab .tab-body__item .tabcont01_look .look_box .look_text {
			margin-right: 0;
			padding: 0 5%;
			box-sizing: border-box;
		}
	}
	.cont_tab .tab-body__item .tabcont01_look .look_box .look_text h2 {
		width: 68%;
		margin-bottom: 20px;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_box .look_text p {
		font-size: 3.5vw;
		line-height: 2em;
		text-align: justify;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_box .look_photo {
		position: absolute;
		top: 0;
		right: 0;
	}

	@media only screen and (max-width:767px) {
		.cont_tab .tab-body__item .tabcont01_look .look_box .look_photo {
			position: absolute;
			top: 0;
			right: 0;
		}
	}
	.cont_tab .tab-body__item .tabcont01_look .look_photobox {
		width: 95%;
		margin: 60% auto 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_photobox img {
		width: 32%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_photobox img.firstph {
		margin-top: 20px;
		margin-bottom: 0;
		padding-top: 20px;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_photobox img.lastph {
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.cont_tab .tab-body__item .tabcont01_look .look_map {
		position: absolute;
		width: 100vw;
		z-index: -1;
		top: 48%;
		left: 0;
	}
	.cont_tab .tab-body__item .tabcont01_subtext {
		width: 95%;
		text-align: right;
		color: #7a992d;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
		font-size: 14px;
		margin: 20px 0 10px;
		letter-spacing: 0;
	}
	.cont_tab .tab-body__item .tabcont01_photobox {
		width: 90%;
		margin: 20px auto 40px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.cont_tab .tab-body__item .tabcont01_photobox img {
		width: 24%;
		height: auto;
		margin-bottom: 2%;
		display: block;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont01_box {
		width: 95%;
		background-color: #e3f3bc;
	}
	.cont_tab .tab-body__item .tabcont01_box h3 {
		width: 70%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.cont_tab .tab-body__item .tabcont01_box h3 img {
		width: 100%;
	}
	.cont_tab .tab-body__item .tabcont01 {
		width: 90%;
		margin: 0 0 0 10%;
		background-color: #ffffff;
		padding: 20px 20px 0;
	}
	.cont_tab .tab-body__item .tabcont01 .tabcont-title {
		text-align: center;
		font-size: 4vw;
		color: #000;
		letter-spacing: 0.1em;
	}
	.cont_tab .tab-body__item .tabcont01 .tabcont-img {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0 0 20px;
	}
	.cont_tab .tab-body__item .tabcont01 .tabcont-img img {
		width: 160px;
	}

	@media only screen and (max-width: 767px) {
		.cont_tab .tab-body__item .tabcont01_look .look_map {
			position: absolute;
			width: 110vw;
			z-index: -1;
			top: 40%;
			left: 0;
		}
	}

	.cont_tab .tab-body__item .tabcont02_look {
		width: 100%;
		margin-left: 0;
		padding-top: 30px;
		position: relative;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_box {
		width: 100%;
		display: block;
		position: relative;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_box .look_text {
		width: 100%;
		margin-right: 0;
		padding: 0 5%;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_box .look_text h2 {
		width: 57%;
		margin-bottom: 20px;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_box .look_text p {
		font-size: 3.5vw;
		line-height: 2em;
		text-align: justify;
		width: 90%;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_box .look_photo {

		position: absolute;
		top: 0;
		right: 0;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_photobox {
		width: 95%;
		margin: 60% auto 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_photobox img {
		width: 32%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_photobox img.firstph {
		margin-top: 20px;
		margin-bottom: 0;
		padding-top: 20px;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_photobox img.lastph {
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.cont_tab .tab-body__item .tabcont02_look .look_map {
		position: absolute;
    	width: 110vw;
    	z-index: -1;
    	top: 40%;
    	left: 11px;
	}
	.cont_tab .tab-body__item .tabcont02_subtext {
		width: 95%;
		text-align: right;
		color: #de8e21;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 14px;
		margin: 20px 0 10px;
		letter-spacing: 0;
	}
	.cont_tab .tab-body__item .tabcont02_photobox {
		width: 90%;
		margin: 20px auto 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont02_photobox img {
		width: 24%;
		height: auto;
		margin-bottom: 2%;
		display: block;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont02_box {
		width: 95%;
		background-image: url(../images/tab/img_tab02_bg_sp.png);
	}
	.cont_tab .tab-body__item .tabcont02_box h3 {
		width: 85%;
		margin: 0 auto;
		padding: 40px 0;
	}
	.cont_tab .tab-body__item .tabcont02 {
		width: 90%;
		margin: 0 0 0 10%;
		background-color: #ffffff;
		padding: 20px 20px 0;
	}
	.cont_tab .tab-body__item .tabcont02 .tabcont-title {
		text-align: center;
		font-size: 4vw;
		color: #000;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		letter-spacing: 0.1em;
	}
	.cont_tab .tab-body__item .tabcont02 .tabcont-img {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0 0 20px;
	}
	.cont_tab .tab-body__item .tabcont02 .tabcont-img img {
		width: 160px;
	}

	.cont_tab .tab-body__item .tabcont03_look {
		width: 100%;
		margin-left: 0;
		padding-top: 30px;
		position: relative;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_box {
		width: 100%;
		display: block;
		position: relative;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_box .look_text {
		width: 100%;
		margin-right: 0;
		padding: 0 5%;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_box .look_text h2 {
		width: 66%;
		margin-bottom: 20px;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_box .look_text p {
		font-size: 3.5vw;
		line-height: 2em;
		text-align: justify;
		width: 90%;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_box .look_photo {
		position: absolute;
		top: 0;
		right: 0;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_photobox {
		width: 95%;
		margin: 60% auto 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_photobox img {
		width: 32%;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		height: auto;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_photobox img.firstph {
		margin-top: 20px;
		margin-bottom: 0;
		padding-top: 20px;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_photobox img.lastph {
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.cont_tab .tab-body__item .tabcont03_look .look_map {
		position: absolute;
		width: 97vw;
		z-index: -1;
		top: 50%;
		left: 12px;
	}
	.cont_tab .tab-body__item .tabcont03_subtext {
		width: 95%;
		text-align: right;
		color: #9f1e30;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 14px;
		margin: 20px 0 10px;
		letter-spacing: 0;
	}
	.cont_tab .tab-body__item .tabcont03_photobox {
		width: 90%;
		margin: 20px auto 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont03_photobox img {
		width: 24%;
		height: auto;
		margin-bottom: 2%;
		display: block;
		align-items: flex-start;
	}
	.cont_tab .tab-body__item .tabcont03_box {
		width: 95%;
		background-color: #efdcec;
	}
	.cont_tab .tab-body__item .tabcont03_box h3 {
		width: 85%;
		margin: 0 auto;
		padding: 40px 0;
	}
	.cont_tab .tab-body__item .tabcont03 {
		width: 90%;
		margin: 0 0 0 10%;
		background-color: #ffffff;
		padding: 20px 20px 0;
	}
	.cont_tab .tab-body__item .tabcont03 .tabcont-title {
		text-align: center;
		font-size: 4vw;
		color: #000;
		font-family:  "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		letter-spacing: 0.1em;
	}
	.cont_tab .tab-body__item .tabcont03 .tabcont-img {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0 0 20px;
	}
	.cont_tab .tab-body__item .tabcont03 .tabcont-img img {
		width: 160px;
	}

	.cont_tab .tab-text {
		padding: 40px 0 0;
		width: 1100px;
		margin: 0 auto;
		font-size: 14px;
	}
	.cont_tab .tab-text02 {
		padding: 20px 0 0;
		width: 1100px;
		margin: 20px auto 0;
		font-size: 14px;
		border-top: solid 1px;
	}
	.cont_tab .tab-text02 img {
		vertical-align: sub;
	}
}


/* :::::::::::::::::::::::::::::::::
旅の見どころ
:::::::::::::::::::::::::::::::::: */

.look_point {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

@media only screen and (max-width: 767px) {
	.look_point {
		padding-top: 40%;
	}
}

.look_point ul {

}

.look_point ul li{
	padding: 3px 0;
}

.look-point_text  {
	width: 800px;
	margin-top: 3%;
}
@media only screen and (max-width: 767px) {
	.look-point_text  {
		width: 90%;
		margin: 0 auto;
		margin-top: 3%;
	}

	.look-point_text li  {
		font-size: 14px;
	}

	.look-recommend_text li  {
		font-size: 14px;
	}
}

.look-point_text ul  {
	padding-top: 15px;
}

.look-point_text span {
	padding-left: 15px;
	color: #63a1e1;
	letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
	.look-point_text span  {
		font-size: 14px;
	}
}

.look-point_text h2 {
	padding-bottom: 10px;
	border-bottom: dashed .5px #63a1e1 ;
}

.tabcont02_look .look-point_text h2 {
	color: #60bdb3;
}

.tabcont02_look .look-point_text h2 span {
	color: #60bdb3;
}

.tabcont01_look .look-point_text h2 img {
	width: 14%;
}

.tabcont03_look .look-point_text h2 img {
	width: 14%;
}


.tabcont02_look .look-point_text h2 img {
	color: #60bdb3;
	width: 14%;
}

.tabcont01_look .look-recommend_text h2 img {
	width: 14%;
}

.tabcont02_look .look-recommend__text h2 img {
	width: 14%;
}


.tabcont03_look .look-recommend__text h2 img {

	width: 14%;
}


.tabcont02_look .look-recommend_text h2 {
	color: #60bdb3;
}

.tabcont02_look .look-recommend_text h2 span {
	color: #60bdb3;
}

.tabcont02_look .look-recommend_text h2 img {
	color: #60bdb3;
	width: 14%;
}


.tabcont03_look .look-point_text h2 {
	color: #a9c770;
	border-bottom: dashed 0.5px #a9c770;
}

.tabcont03_look .look-point_text h2 span {
	color: #a9c770;
}

.tabcont03_look .look-recommend_text h2 {
	color: #a9c770 ;
	border-bottom: dashed 0.5px #a9c770;
}

.tabcont03_look .look-recommend_text h2 span {
	color: #a9c770;
}

.tabcont03_look .look-recommend_text h2 img {
	color: #a9c770;
	width: 14%;
}



.look-point_photo ul {
	display: flex;

}

.look-point_photo ul li {
padding-left: 10px;
}

.look-point_photo ul li img {
width: 100%;
}

/* :::::::::::::::::::::::::::::::::
旅のおすすめ
:::::::::::::::::::::::::::::::::: */

.look-book_allphoto {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	width: 93%;
    margin: 0 auto;
}

.look-book_allphoto li {
	width: 32%;
	padding-bottom: 10px;
}

.look-book_allphoto img {
 width: 100%;
}


.look_recommend {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

@media only screen and (max-width: 767px) {
	.look_recommend {
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
	}
}

.look_recommend ul {

}

.look_recommend ul li{
	padding: 3px 0;
}

.look-recommend_text  {
	width: 800px;

}

.look-recommend_text ul  {
	padding-top: 15px;
}

.look-recommend_text span {
	padding-left: 10px;
	color: #63a1e1;
	letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
	.look-recommend_text span {
	font-size: 14px;
	}

}

.look-recommend_text h2 {
	padding-bottom: 10px;
	border-bottom: dashed .5px #75b6c7 ;
}



.look-recommend_photo ul {
	display: flex;

}

.look-recommend_photo ul li {
padding-left: 10px;
}

.look-recommend_photo ul li img {
width: 100%;
}



/* :::::::::::::::::::::::::::::::::
TAB-INFO
:::::::::::::::::::::::::::::::::: */

.tab_infobox{
	background-color: #edf0f2;
	padding: 8% 10% 9%;
}



.tab_infobox .tab_info_text{
	font-size: 14px;
	border-bottom: solid 1px #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 2em;
}
 .tab_infobox .tab_info_text02{
	font-size: 14px;
	line-height: 2em;
}
.tab_infobox .tab_info_text02 img{
	vertical-align: sub;
}

@media only screen and (max-width: 767px) {
	.cont_tab {
		width: 100%;
		padding: 0;
	}
	.cont_tab .tab_box{
		background-image: url(../img/tab/img_tab_kv_sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 40px;
	}
.tab_infobox{
		background-color: #edf0f2;
		padding: 40px 5% 55px;
	}
.tab_infobox .tab_info_text{
		font-size: 12px;
		border-bottom: solid 1px #000000;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 2em;
	}
.tab_infobox .tab_info_text02{
		font-size: 12px;
		line-height: 2em;
	}
.tab_infobox .tab_info_text02 img{
		vertical-align: sub;
	}
}


@media only screen and (max-width: 768px){
	.cont_tab .tab {
		list-style: none;
		padding: 0;
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0 auto;
	}
}



/* :::::::::::::::::::::::::::::::::
cont_experience
:::::::::::::::::::::::::::::::::: */


.cont_experience {
    width: 100%;
    box-sizing: border-box;
}

.cont_experience .experience_title img {
    width: 100%;
}

.experience_title_en img {
	width: 100%;
}
.experience_title_ja {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    padding-top: 85px;
	margin-bottom: 85px;
}

@media print, screen and (max-width: 767px) {
	.experience_title_ja {
		width: 70%;
		margin-bottom: 40px;
		padding-top: 40px;
	}
}
.experience_title_en {
	margin-top: -100px;
}

.experience_box .right {
    width: 80%;
    margin-left: auto;
    margin-bottom: 40px;
}

.experience_box .left {
    width: 80%;
    margin-right: auto;
	margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
	.experience_box .right {
		width: 90%;
		margin: 0 auto;
	}

	.experience_box .left {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}




/* :::::::::::::::::::::::::::::::::
cont_03
:::::::::::::::::::::::::::::::::: */

#cont3 {
    background-color: #f4f4f4;
}

#cont3 h2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding-top: 150px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	#cont3 h2 {
		width: 70%;
		padding-top: 60px;
    	padding-bottom: 50px;
	}
}

#cont3 h2 img {
    width: 100%;
}

.cont3_box {
	display: flex;
    justify-content: space-around;
    padding-bottom: 150px;
    width: 85%;
    margin: 0 auto;
}

.cont3_box img {
    width: 40vw;
	max-width: 800px;
}

@media only screen and (max-width: 767px)  {
	.cont3_box {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.cont3_box img {
        width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1280px), print {
    .l-unit__box {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}


 /*
 * #footer
 *
 ************************/

 footer hr {
	border-top: solid #000 1px;
 }

 @media print, screen and (max-width: 768px) {
	.l-unit__box.has-padding-sp {
		padding-left: 15px;
		padding-right: 15px;
	}
 }

 @media print, screen and (max-width: 768px) {
	.l-footer__text {
		font-size: 14px;
		line-height: 2em;
	}
 }

 @media print, screen and (max-width: 768px)  {
	.l-footer__text img {
		vertical-align: text-bottom
	}
 }


 #footer {
	background-size:30px 5px;
}

@media print, screen and (min-width: 768px) {
	#footer {
		background-size:auto;
	}
}

#footer #social {
	margin:0 auto;
}

@media print, screen and (min-width: 768px) {
	#footer #social {
		width:100%;
	}
}

#footer #social h2 {
	margin:0 0 25px 0;
	font-size:21px;
	text-align:center;
	line-height:1.4;
}

@media print, screen and (min-width: 768px) {
	#footer #social h2 {
		margin:0 0 28px 0;
		font-size:26px;
	}
}

#footer #social h2 span {
	display:block;
	letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
	#footer #social h2 span {
		display:inline;
	}
}

#footer #social ul {
	overflow:hidden;
	list-style:none;
	text-align:center;
}

#footer #social ul li {
	display:inline-block;
	margin:0 35px 0 0;
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:700;
	text-align:center;
}

@media print, screen and (min-width: 768px) {
	#footer #social ul li {
		margin:0 38px 0 0;
	}
}

#footer #social ul li:last-child {
	margin:0;
}

#footer #social ul li a {
	display:block;
	text-decoration:none;
}

#footer #social ul li.facebook a {
	color:#3b579d;
}

#footer #social ul li.line a {
	color:#00b900;
}

#footer #social ul li.instagram a {
	color:#f0317c;
}

#footer #social ul li figure {
	width:62px;
	margin:0 auto;
}

#footer #social ul li figure img {
	width:100%;
	height:auto;
}

@media print, screen and (min-width: 768px) {
	#footer #social ul li figure img {
		margin:0 0 5px 0;
	}
}

#footer #operation {
	background:#e7edf4;
	margin:0 -15px;
	padding:25px 15px;
	font-size:10px;
}

@media print, screen and (min-width: 768px) {
	#footer #operation {
		font-size:12px;
		padding:37px 15px 30px 15px;
	}

	#footer #operation h2,
	#footer #operation dl,
	#footer #operation p {
		max-width:1000px;
		margin-left:auto !important;
		margin-right:auto !important;
	}
}

#footer #operation h2 {
	font-weight:normal;
}

#footer #operation dl {

}

#footer #operation dl:nth-of-type(2) {
	margin:0 0 1em 0;
}

#footer #operation dl dt,
#footer #operation dl dd {
	display:inline;
	padding:0 0.53m 0 0;
}

#footer #operation p {
	margin:0 0 1em 0;
}

#footer #contact {
	padding:30px 0 55px 0;
	background-size:30px 5px;
}

@media print, screen and (min-width: 768px) {
	#footer #contact {
		text-align:center;
		background-size:auto;
		width: 100%;
	}
}

#footer #contact .tel,
#footer #contact .fax {
	text-align:center;
}

#footer #contact .tel dt,
#footer #contact .tel dd,
#footer #contact .fax dt,
#footer #contact .fax dd {
	display:inline;
}

#footer #contact .tel dt:after,
#footer #contact .fax dt:after {
	content:':';
}

#footer #contact .tel {
	font-size:15px;
	font-weight:bold;
}

@media print, screen and (min-width: 768px) {
	#footer #contact .tel {
		font-size:20px;
	}
}

#footer #contact .tel dd a {
	font-size:25px;
	color:#000;
	text-decoration:underline;
}

@media print, screen and (min-width: 768px) {
	#footer #contact .tel dd a {
		font-size:30px;
		text-decoration:none;
		cursor:default;
	}
}

#footer #contact .fax,
#footer #contact .address {
	font-size:14px;
}

@media print, screen and (min-width: 768px) {
	#footer #contact .fax,
	#footer #contact .address {
		display:inline-block;
		font-size:16px;
	}

	#footer #contact .fax:after {
		content:' /';
	}
}

#footer #contact .address dt,
#footer #contact .address dd {
	text-align:center;
}

@media print, screen and (min-width: 768px) {
	#footer #contact .address dt,
	#footer #contact .address dd {
		display:inline;
	}
}

#footer small {
	display:block;
	height:40px;
	background:#002141;
	font-family:'Lato', sans-serif;
	font-size:10.5px;
	color:#fff;
	text-align:center;
	line-height:40px;
	margin-bottom: 19%;

}

@media print, screen and (min-width: 768px) {
	#footer small {
		height:60px;
		width: 100%;
		font-size:14px;
		line-height:60px;
		margin-bottom: 0;
	}
}

.l-footer__text {
	text-align: left;
}

.causion {
	font-size: 15px;
	margin-top: 20px;
}

@media print, screen and (max-width: 768px) {
	.causion {
		font-size: 12px;
		margin-top: 20px;
		width: 90%;
		margin: 0 auto;
	}
}
