@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: "細明體", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
body { font-family: "Microsoft JhengHei", "微軟正黑體", 'PMingLiU' , sans-serif;}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.sp {display: none;}
.tbsp {display: none;}
/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: rgba(102,102,102,.5);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
.scroll_contain a {
	color: rgba(255,255,255,1);
}
/*アンカー調整*/
#concept_link,
#gallery_link {
	margin-top: -200px;
	padding-top: 200px;
}
/*japan*/
.ja_font {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ja_margin {
	margin: 0 0 40px;
}

/*ガイドライン*/
.guideline {
	background: rgba(245,245,245,1);
	margin: 50px auto 80px;
	padding: 40px 0;
	width: 960px;
	text-align: center;
}
.guideline p,
.guideline a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.guideline p:first-of-type {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb*/
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background-color: rgba(102,102,102,.5);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
.scroll_contain a {
	color: rgba(255,255,255,1);
}
/*アンカー調整_tb*/
#concept_link,
#gallery_link {
	margin-top: -150px;
	padding-top: 150px;
}
/*japan_tb*/
.ja_font {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ja_margin {
	margin: 0 0 40px;
}

/*ガイドライン_tb*/
.guideline {
	background: rgba(245,245,245,1);
	margin: 50px auto 80px;
	padding: 40px 0;
	width: 95%;
	text-align: center;
}
.guideline p,
.guideline a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.guideline p:first-of-type {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}
/*アンカー調整_sp*/
#concept_link,
#gallery_link {
	margin-top: -100px;
	padding-top: 100px;
}
/*japan_sp*/
.ja_font {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ja_margin {
	margin: 0 0 40px;
}

/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}
.scroll_left {
	background: rgba(130,90,50,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(130,90,50,1);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
}
.scroll_right {
	background-color: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}
/*ガイドライン_sp*/
.guideline {
	background: rgba(245,245,245,1);
	margin: 50px auto 50px;
	padding: 20px 0;
	width: 95%;
	text-align: center;
}
.guideline p,
.guideline a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.guideline p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline p:last-of-type {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 20px 10px;
	text-align: left;
}
.guideline a {
	color: #900;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}

}

/*----------------------
▼ナビゲーション▼
----------------------*/

@media (min-width:960px){
.header_wrap_box {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,1);
	height: 120px;
	width: 100%;
	z-index: 1;
}
.header_wrap_content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1500px;
}
.header_left_item {
	width: 55%;
}
.header_right_item {
	margin: 25px 0 0;
	width: 35%;
}
.header_left_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 20px 0 0;
	width: 100%;
}
.header_left_logo {
	width: 25%;
}
.header_left_logo img {
	transition: .4s;
}
.header_left_logo img:hover {
	opacity: .4;
}
#global_nav,
#global_nav_ja {
	width: 75%;
}
#global_nav ul,
#global_nav_ja ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 35px auto 0;
	width: 100%;
}
#global_nav span,
#global_nav_ja span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li,
#global_nav_ja ul li {
	text-align: center;
	transition: .4s;
}
#global_nav ul li a,
#global_nav_ja ul li a {
	transition: .4s;
}
#global_nav ul li a:hover,
#global_nav_ja ul li a:hover {
	color: rgba(153,102,0,1);
}
.header_right_item h1 {
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .2rem;
	text-align: right;
}
.header_right_item_linktxt,
.header_right_item_linktxt_ja {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	margin-left: auto;
}
.header_right_item_linktxt a,
.header_right_item_linktxt_ja a {
	display: block;
	border: solid thin rgba(102,102,102,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 10px 0 0 20px;
	padding: 5px 25px;
	transition: .4s;
}
.header_right_item_linktxt a:hover,
.header_right_item_linktxt_ja a:hover {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);

}
.current a {
	color: rgba(153,102,0,1);
	font-weight: bold;
}
.animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}

}

@media (min-width: 600px) and (max-width: 959px) {
.header_wrap_box {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,1);
	height: 100px;
	width: 100%;
	z-index: 1;
}
.header_wrap_content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1500px;
}
.header_left_item {
	width: 70%;
}
.header_right_item {
	margin: 17px 0 0;
	width: 28%;
}
.header_left_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 20px 0 0;
	width: 100%;
}
.header_left_logo {
	width: 20%;
}
.header_left_logo img {
	height: auto;
	width: 100%;
}
#global_nav,
#global_nav_ja {
	width: 80%;
}
#global_nav ul,
#global_nav_ja ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 20px auto 0;
	width: 100%;
}
#global_nav span,
#global_nav_ja span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	text-align: center;
	width: 17%;
}
#global_nav_ja ul li {
	text-align: center;
	width: 20%;
}
#global_nav ul li:nth-of-type(3) {
	text-align: center;
	width: 30%;
}
#global_nav_ja ul li:nth-of-type(3) {
	text-align: center;
	width: 20%;
}
.header_right_item h1 {
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .2rem;
	line-height: 15px;
	text-align: right;
}
.header_right_item_linktxt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	margin-left: auto;
}
.header_right_item_linktxt a {
	display: block;
	border: solid thin rgba(102,102,102,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 5px 0 0 10px;
	padding: 5px 13px;
}
.header_right_item_linktxt_ja {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	margin-left: auto;
}
.header_right_item_linktxt_ja a {
	display: block;
	border: solid thin rgba(102,102,102,1);
	font-size: 1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 5px 0 0 5px;
	padding: 5px 5px;
}

.current a {
	color: rgba(153,102,0,1);
	font-weight: bold;
}
.animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}

}

@media (max-width:599px){
.header_left_logo {
	margin: 30px 0 0 10px;
	width: 25%;
}
.header_left_logo img {
	height: auto;
	width: 100%;
}

.header_right_item {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px;
	width: 100%;
	z-index: 1000;
}
.header_right_item h1 {
	margin: 6px 0 0;
	font-size: 1rem;
}
.header_right_item_linktxt,
.header_right_item_linktxt_ja {
	margin: 8px 0 0;
}
.header_right_item_linktxt a:first-of-type,
.header_right_item_linktxt_ja a:first-of-type {
	display: none;
}
.header_right_item_linktxt a:nth-of-type(2),
.header_right_item_linktxt_ja a:nth-of-type(2) {
	border: solid thin rgba(51,51,51,1);
	font-size: 1rem;
	padding: 3px 5px;
}

#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	height: 85px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav,
#global_nav_ja {
	background: rgba(0,0,0,.7);
	font-size: 1.5rem;
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}

#global_nav::-webkit-scrollbar,
#global_nav_ja::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb,
#global_nav_ja::-webkit-scrollbar-thumb {
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece,
#global_nav_ja::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}
#global_nav ul,
#global_nav_ja ul {
	z-index: 999;
}
#global_nav li,
#global_nav_ja li {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
}
#global_nav a:link,nav a:visited,
#global_nav_ja a:link,nav a:visited {
	color: rgba(255,255,255,1);
}
#global_nav span:before,
#global_nav_ja span:before {
/* span活用持 */
	content:"/";
	margin: 0 10px;
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav,
.open #global_nav_ja {
	-moz-transform: translateY(1085px);
	-webkit-transform: translateY(1085px);
	transform: translateY(1085px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 40px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}	
#nav_toggle {
	display: block;
}	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: 23px;
	right: 19px;
}

#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}
}

/*----------------------
▲ナビゲーション▲
----------------------*/

/*----------------------
▼ヒーローイメージ▼
----------------------*/

@media (min-width:960px){
.main_pic {
	position: relative;
	margin: 130px 0 80px;
	height: 650px;
	overflow: hidden;
	width: 100%;
}
.main_pic img:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic img:nth-of-type(2) {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic img:nth-of-type(3) {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
/*下層ページ*/
.main_pic_under {
	position: relative;
	margin: 130px 0 50px;
	height: 145px;
	width: 100%;
}
.main_pic_under img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic_under h1 {
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,1);
	color: rgba(128,104,24,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	padding: 30px 0;
	width: 550px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.main_pic {
	position: relative;
	margin: 110px 0 80px;
	height: 650px;
	overflow: hidden;
	width: 100%;
}
.main_pic img:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic img:nth-of-type(2) {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic img:nth-of-type(3) {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
/*下層ページ_tb*/
.main_pic_under {
	position: relative;
	margin: 110px 0 50px;
	height: 145px;
	overflow: hidden;
	width: 100%;
}
.main_pic_under img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic_under h1 {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}

}

@media (max-width:599px){
.main_pic {
	position: relative;
	margin: 90px 0 50px;
	height: 250px;
	overflow: hidden;
	width: 100%;
}
.main_pic img:first-of-type {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: 250px;
	width: auto;
}
.main_pic img:nth-of-type(2) {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 70%;
}
.main_pic img:nth-of-type(3) {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 30%;
}
/*下層ページ_sp*/
.main_pic_under {
	position: relative;
	margin: 90px 0 50px;
	height: 100px;
	overflow: hidden;
	width: 100%;
}
.main_pic_under img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100px;
	width: auto;
}
.main_pic_under h1 {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}

}

/*----------------------
▲ヒーローイメージ▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){
.tour_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	max-width: 1000px;
}
.tour_item {
	position: relative;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	border: solid thin rgba(153,153,153,1);
	height: 480px;
	padding: 20px 20px;
	text-align: center;
	width: 310px;
}
.tour_item h2 {
	border-bottom: dashed thin rgba(102,102,102,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	text-align: center;
}
.tour_item img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.tour_item p {
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-align: left;
}
.tour_item a {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*コンセプト*/
.concept_wrap {
	background: url(images/concept-backimg.jpg) bottom no-repeat;
	height: 500px;
	margin: 0 0 80px;
	padding: 40px 0;
}
.concept_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 1300px;
}
.concept_left_item {
	width: 50%;
}
.concept_right_item {
	margin: 40px 0 0;
	width: 50%;
}
.concept_right_item p {
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	line-height: 35px;
	letter-spacing: .2rem;
}
.concept_contact {
	text-align: center;
	transition: .4s;
}
.concept_contact:hover {
	opacity: .4;
}
.concept_contact img {
	margin: 0 20px 5px 0;
}
.concept_contact a {
	border: solid thin;
	border-radius: 30px;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 40px;
}
/*コンセプト_japan*/
.concept_wrap_ja {
	margin: 30px auto 80px;
	text-align: center;
	width: 960px;
}
.concept_wrap_ja p {
	font-size: 1.5rem;
	line-height: 35px;
	margin: 0 0 30px;
}

/*ギャラリー*/
.gallery_wrap {
	margin: 0 auto 80px;
	max-width: 1250px;
}
.midashi_star_txt {
	text-align: center;
}
.midashi_star_txt h2 {
	color: rgba(128,104,24,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gallery_img_box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 40px 0 0;
	width: 100%;
}
.gallery_img_box img {
	height: auto;
	width: 20%;
}
/*よくある質問*/
.qa_wrap {
	margin: 80px auto;
	width: 960px;
}
.qa_toptxt {
	margin: 40px 0;
}
.qa_wrap p {
	font-size: 1.5rem;
	text-align: center;
}
.qa_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 40px 0 0;
}
.qa_item {
	border: solid thin rgba(153,153,153,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 40px;
	width: 300px;
}
.qa_item h3 {
	border-bottom: solid thin rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	text-align: center;
}
.qa_item p {
	text-align: left;
}
.qa_under_txt {
	margin: 50px 0 0;
	text-align: center;
}
.qa_under_txt p {
	margin: 0 0 30px;
}
.qa_under_txt a {
	border: solid thin rgba(51,51,51,1);
	border-radius: 30px;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 40px;
	transition: .4s;
}
.qa_under_txt a:hover {
	opacity: .4;
}
.qa_under_txt a img {
	margin: 0 10px 0 0;
}
/*テルメイル_japan*/
.ja_under_contact_wrap {
	margin: 100px 0 0;
}
.ja_under_contact_wrap p {
	font-size: 1.5rem;
	line-height: 30px;
	letter-spacing: .2rem;
	margin: 0 0 50px;
	text-align: center;
}

.address_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 100px;
	width: 960px;
}
.center_line {
	border-right: solid thin;
}
.address_mail_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0 0 0 40px;
	transition: .4s;
	width: 410px;
}
.address_mail_item:hover {
	opacity: .4;
}
.address_tel_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 410px;
}

.address_mail_item img {
	margin: 0 35px 0 0;
}
.address_tel_item img {
	margin: 10px 30px 0 0;
}

.address_mail_item p,
.address_tel_item p {
	color: rgba(102,102,102,1);
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .5rem;
	margin: 10px 0 0;
	text-align: center;
}
.address_tel_item p {
	font-size: 2.5rem;
}
.address_mail_item p span,
.address_tel_item p span {
	display: block;
	font-size: 1.8rem;
	margin: 5px 0 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.tour_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	padding: 0 10px;
	max-width: 1000px;
}
.tour_item {
	position: relative;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	border: solid thin rgba(153,153,153,1);
	height: 460px;
	padding: 20px 20px;
	text-align: center;
	width: 33%;
}
.tour_item h2 {
	border-bottom: dashed thin rgba(102,102,102,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	text-align: center;
}
.tour_item img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.tour_item p {
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-align: left;
}
.tour_item a {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*コンセプト_tb*/
.concept_wrap {
	background: url(images/concept-backimg.jpg) bottom no-repeat;
	height: auto;
	margin: 0 0 80px;
	padding: 40px 0;
}
.concept_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 100%;
}
.concept_left_item {
	width: 45%;
}
.concept_left_item img {
	height: auto;
	width: 100%;
}
.concept_right_item {
	margin: 10px 0 0;
	width: 50%;
}
.concept_right_item p {
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	line-height: 30px;
	letter-spacing: .2rem;
}
.concept_contact {
	text-align: center;
}
.concept_contact img {
	margin: 0 20px 5px 0;
}
.concept_contact a {
	border: solid thin;
	border-radius: 30px;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 40px;
}
/*コンセプト_japan_tb*/
.concept_wrap_ja {
	margin: 30px auto 80px;
	text-align: center;
	width: 95%;
}
.concept_wrap_ja p {
	font-size: 1.5rem;
	line-height: 35px;
	margin: 0 0 30px;
}
/*ギャラリー_tb*/
.gallery_wrap {
	margin: 0 auto 80px;
	max-width: 1250px;
}
.midashi_star_txt {
	text-align: center;
}
.midashi_star_txt h2 {
	color: rgba(128,104,24,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gallery_img_box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 40px 0 0;
	width: 100%;
}
.gallery_img_box img {
	height: 20%;
	width: 20%;
}
/*よくある質問_tb*/
.qa_wrap {
	margin: 80px auto;
	width: 98%;
}
.qa_toptxt {
	margin: 40px 0;
}
.qa_wrap p {
	font-size: 1.5rem;
	text-align: center;
}
.qa_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 40px 0 0;
}
.qa_item {
	border: solid thin rgba(153,153,153,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 40px;
	width: 33%;
}
.qa_item h3 {
	border-bottom: solid thin rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	text-align: center;
}
.qa_item p {
	text-align: left;
}
.qa_under_txt {
	margin: 50px 0 0;
	text-align: center;
}
.qa_under_txt p {
	margin: 0 0 30px;
}
.qa_under_txt a {
	border: solid thin rgba(51,51,51,1);
	border-radius: 30px;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 40px;
}
.qa_under_txt a img {
	margin: 0 10px 0 0;
}
/*テルメイル_japan_tb*/
.ja_under_contact_wrap {
	margin: 100px 0 0;
}
.ja_under_contact_wrap p {
	font-size: 1.5rem;
	line-height: 30px;
	letter-spacing: .2rem;
	margin: 0 0 50px;
	text-align: center;
}

.address_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 100px;
	width: 90%;
}
.center_line {
	border-right: solid thin;
}
.address_mail_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 50%;
}
.address_tel_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 50%;
}

.address_mail_item img {
	margin: 10px 20px 0 0;
}
.address_tel_item img {
	margin: 10px 20px 0 0;
}

.address_mail_item p,
.address_tel_item p {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .5rem;
	margin: 10px 0 0;
	text-align: center;
}
.address_tel_item p {
	font-size: 1.8rem;
}
.address_mail_item p span,
.address_tel_item p span {
	display: block;
	font-size: 1.3rem;
	margin: 5px 0 0;
}

}

@media (max-width:599px){
.tour_box {
	margin: 0 auto 80px;
	padding: 0 10px;
	width: 98%;
}
.tour_item {
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 30px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.tour_item h2 {
	border-bottom: dashed thin rgba(102,102,102,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	text-align: center;
}
.tour_item img {
	height: auto;
	margin: 0 0 20px;
	width: 80%;
}
.tour_item p {
	font-size: 1.3rem;
	margin: 0 auto 10px;
	text-align: left;
	width: 80%;
}
.tour_item a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*コンセプト_sp*/
.concept_wrap {
	background: url(images/concept-backimg.jpg) bottom no-repeat;
	height: auto;
	margin: 0 0 80px;
	padding: 20px 0 40px;
}
.concept_box {
	margin: 0 auto 40px;
	width: 100%;
}
.concept_left_item {
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
}
.concept_left_item img {
	height: auto;
	width: 50%;
}
.concept_right_item {
	margin: 10px auto 0;
	width: 95%;
}
.concept_right_item p {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	line-height: 20px;
	letter-spacing: .2rem;
}
.concept_contact {
	text-align: center;
}
.concept_contact img {
	margin: 0 20px 5px 0;
}
.concept_contact a {
	border: solid thin;
	border-radius: 30px;
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 40px;
}
/*コンセプト_japan_sp*/
.concept_wrap_ja {
	margin: 20px auto 80px;
	width: 95%;
}
.concept_wrap_ja p {
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 0 40px;
}
/*ギャラリー_sp*/
.gallery_wrap {
	margin: 0 auto 50px;
	max-width: 1250px;
}
.midashi_star_txt {
	text-align: center;
}
.midashi_star_txt h2 {
	color: rgba(128,104,24,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gallery_img_box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 30px 0 0;
	width: 100%;
}
.gallery_img_box img {
	height: 20%;
	width: 20%;
}
/*よくある質問_sp*/
.qa_wrap {
	margin: 80px auto;
	width: 98%;
}
.qa_toptxt {
	margin: 40px 0;
}
.qa_wrap p {
	font-size: 1.5rem;
	text-align: center;
}
.qa_box {
	margin: 20px 0 0;
}
.qa_item {
	border: solid thin rgba(153,153,153,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 0 20px;
	padding: 20px;
	width: 100%;
}
.qa_item h3 {
	border-bottom: solid thin rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
	text-align: center;
}
.qa_item p {
	font-size: 1.3rem;
	text-align: left;
}
.qa_under_txt {
	margin: 50px 0 0;
	text-align: center;
}
.qa_under_txt p {
	margin: 0 0 30px;
}
.qa_under_txt a {
	border: solid thin rgba(51,51,51,1);
	border-radius: 30px;
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 40px;
}
.qa_under_txt a img {
	margin: 0 10px 0 0;
}
/*テルメイル_japan_sp*/
.ja_under_contact_wrap {
	margin: 50px auto 0;
	width: 95%;
}
.ja_under_contact_wrap p {
	font-size: 1.3rem;
	line-height: 20px;
	letter-spacing: .2rem;
	margin: 0 auto 50px;
}

.address_box {
	margin: 0 auto 50px;
	width: 100%;
}
.center_line {
	border-right: solid thin;
}
.address_mail_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.address_tel_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.address_mail_item_icom,
.address_tel_item_icom {
	height: auto;
	margin: 0 20px 0 0;
	width: 15%;
}

.address_mail_item img {
	height: auto;
	margin: 3px 0 0;
	width: 100%;
}
.address_tel_item img {
	height: auto;
	width: 85%;
}

.address_mail_item p,
.address_tel_item p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 20px;
	text-align: left;
}

.address_mail_item p span,
.address_tel_item p span {
	display: block;
	font-size: 1rem;
	margin: 5px 0 0;
}

}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼下層コンテンツ▼
----------------------*/

@media (min-width:960px){
/*旅行一覧*/
.travel_list_wrap {
	margin: 0 auto;
	width: 960px;
}
.travel_list_top_txt {
	margin: 0 0 80px;
	text-align: center;
}
.travel_list_top_txt p {
	font-size: 1.5rem;
}
.travel_list_wrap_2 {
	margin: 0 0 100px;
}
.travel_list_banner {
	position: relative;
	margin: 0 0 20px;
	height: 100px;
}
.travel_list_banner img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
.travel_list_banner h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.travel_list_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border: solid thin rgba(153,153,153,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 auto;
	padding: 20px 30px;
	width: 900px;
}
.travel_list_leftitem {
	width: 245px;
}
.travel_list_rightitem {
	position: relative;
	width: 550px;
}
.travel_list_rightitem p {
	font-size: 1.5rem;
}
.travel_list_rightitem a {
	position: absolute;
	bottom: 0;
	right: 0;
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*トラベルリスト_japan*/
.travel_list_txt_ja p {
	font-size: 1.5rem;
}

.travel_list_banner p {
	position: absolute;
	top: 75%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
}

/*会社概要*/
.company_list_wrap {
	margin: 0 auto;
	width: 960px;
}
.company_list_top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.company_list_top_txt p {
	font-size: 1.5rem;
}
.company_list_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 0 auto 100px;
	width: 960px;
}
.company_list_wrap dt {
	padding: 10px 0;
	width: 250px;
}
.company_list_wrap dd {
	padding: 10px 0;
	width: 500px;
}
.company_list_wrap dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.message_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 80px;
}
.message_img_item {
	margin: 0 20px 0 0;
}
.message_txt_item {
	width: 450px;
}
.message_txt_item p {
	font-size: 1.5rem;
	letter-spacing: .3rem;
	line-height: 30px;
}
.message_txt span {
	display: block;
}
.message_txt_item .name {
	margin: 50px 0 0;
}
.message_txt_item .name p {
	display: inline-block;
	border-bottom: solid thin;
}
.message_txt_item .name span {
	font-size: 2rem;
}
/*英語会社概要*/
.company_list_wrap .en_cpmpany {
	border: solid thin rgba(200,200,200,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 0;
	text-align: center;
	margin: 0 auto 100px;
}
.company_list_wrap .en_cpmpany a {
	position: relative;
	display: block;
	font-size: 1.5rem;
	padding: 20px 0;
}
.company_list_wrap .en_cpmpany a::after {
	position: absolute;
	right: 30px;
	top: 40%;
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-bottom: 3px solid #666;
	border-right: 3px solid #666;
	transform: rotate(-45deg);
}
.company_list_wrap .en_cpmpany a:hover {
	opacity: .4;
}
/*代表挨拶_japan*/
.message_txt_item .name_japan {
	margin: 170px 0 0;
}
.message_txt_item .name_japan p {
	display: inline-block;
	border-bottom: solid thin;
}
.message_txt_item .name_japan span {
	font-size: 2rem;
}

/*ご依頼の流れ*/
.flow_wrap {
	margin: 50px auto 100px;
	width: 960px;
}
.flow_midashi {
	margin: 0 0 50px;
}
.flow_box {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 50px;
	padding: 30px;
}
.flow_box h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 20px;
}
.flow_box span {
	border-right: solid thin rgba(153,153,153,1);
	color: rgba(153,102,0,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}
.flow_box p {
	font-size: 1.5rem;
	margin: 0 0 0 20px;
}
/*個人情報保護方針*/
.pp_wrap {
	margin: 50px auto 80px;
	width: 960px;
}
.pp_wrap p {
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-weight: bold;
	margin: 0 0 5px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*旅行一覧_tb*/
.travel_list_wrap {
	margin: 0 auto;
	width: 98%;
}
.travel_list_top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.travel_list_top_txt p {
	font-size: 1.5rem;
}
.travel_list_wrap_2 {
	margin: 0 0 100px;
}
.travel_list_banner {
	position: relative;
	margin: 0 0 20px;
	height: 100px;
}
.travel_list_banner img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: auto;
	width: 100%;
}
.travel_list_banner h2 {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.travel_list_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border: solid thin rgba(153,153,153,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 auto;
	padding: 20px 30px;
	width: 100%;
}
.travel_list_leftitem {
	width: 28%;
}
.travel_list_leftitem img {
	height: auto;
	width: 100%;
}
.travel_list_rightitem {
	position: relative;
	width: 70%;
}
.travel_list_rightitem p {
	font-size: 1.5rem;
}
.travel_list_rightitem a {
	position: absolute;
	bottom: 0;
	right: 0;
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*トラベルリスト_japan_tb*/
.travel_list_txt_ja p {
	font-size: 1.5rem;
}

.travel_list_banner p {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
}

/*会社概要_tb*/
.company_list_wrap {
	margin: 0 auto;
	width: 98%;
}
.company_list_top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.company_list_top_txt p {
	font-size: 1.5rem;
}
.company_list_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 0 auto 50px;
	width: 100%;
}
.company_list_wrap dt {
	padding: 10px 0;
	width: 28%;
}
.company_list_wrap dd {
	padding: 10px 0;
	width: 70%;
}
.company_list_wrap dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.message_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 80px;
	width: 100%;
}
.message_img_item {
	margin: 0 20px 0 0;
	width: 28%;
}
.message_img_item img {
	height: auto;
	width: 100%;
}
.message_txt_item {
	width: 70%;
}
.message_txt_item p {
	font-size: 1.5rem;
	letter-spacing: .3rem;
	line-height: 30px;
}
.message_txt span {
	display: block;
}
.message_txt_item .name {
	margin: 50px 0 0;
}
.message_txt_item .name p {
	display: inline-block;
	border-bottom: solid thin;
}
.message_txt_item .name span {
	font-size: 2rem;
}
/*英語会社概要_tb*/
.company_list_wrap .en_cpmpany {
	border: solid thin rgba(200,200,200,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 0;
	text-align: center;
	margin: 0 auto 100px;
}
.company_list_wrap .en_cpmpany a {
	position: relative;
	display: block;
	font-size: 1.5rem;
	padding: 20px 0;
}
.company_list_wrap .en_cpmpany a::after {
	position: absolute;
	right: 30px;
	top: 40%;
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-bottom: 3px solid #666;
	border-right: 3px solid #666;
	transform: rotate(-45deg);
}
/*代表挨拶_japan_ja*/
.message_txt_item .name_japan {
	margin: 20px 0 0;
}
.message_txt_item .name_japan p {
	display: inline-block;
	border-bottom: solid thin;
}
.message_txt_item .name_japan span {
	font-size: 2rem;
}

/*ご依頼の流れ_tb*/
.flow_wrap {
	margin: 50px auto 100px;
	width: 98%;
}
.flow_midashi {
	margin: 0 0 50px;
}
.flow_box {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 50px;
	padding: 30px;
}
.flow_box h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 20px;
}
.flow_box span {
	border-right: solid thin rgba(153,153,153,1);
	color: rgba(153,102,0,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}
.flow_box p {
	font-size: 1.5rem;
	margin: 0 0 0 20px;
}
/*個人情報保護方針_tb*/
.pp_wrap {
	margin: 50px auto 80px;
	width: 98%;
}
.pp_wrap p {
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-weight: bold;
	margin: 0 0 5px;
}

}

@media (max-width:599px){
/*旅行一覧_sp*/
.travel_list_wrap {
	margin: 0 auto;
	width: 98%;
}
.travel_list_top_txt {
	margin: 0 0 30px;
}
.travel_list_top_txt p {
	font-size: 1.5rem;
}
.travel_list_wrap_2 {
	margin: 0 0 100px;
}
.travel_list_banner {
	position: relative;
	margin: 0 0 20px;
	height: 100px;
	overflow: hidden;
	width: 100%;
}
.travel_list_banner img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: 100px;
	width: auto;
}
.travel_list_banner h2 {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.travel_list_box {
	border: solid thin rgba(153,153,153,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 auto;
	padding: 10px 20px;
	width: 90%;
}
.travel_list_leftitem {
	margin: 0 auto 20px;
	width: 100%;
}
.travel_list_leftitem img {
	height: auto;
	width: 100%;
}
.travel_list_rightitem {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.travel_list_rightitem p {
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 0 10px;
	text-align: left;
}
.travel_list_rightitem a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*トラベルリスト_japan_sp*/
.travel_list_txt_ja p {
	font-size: 1.3rem;
}

.travel_list_banner p {
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
}

/*会社概要_sp*/
.company_list_wrap {
	margin: 0 auto;
	width: 98%;
}
.company_list_top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.company_list_top_txt p {
	font-size: 1.5rem;
}
.company_list_wrap dl {
	font-size: 1.3rem;
	margin: 0 auto 50px;
	width: 100%;
}
.company_list_wrap dt {
	font-weight: bold;
	padding: 5px 0 0 0;
	width: 100%;
}
.company_list_wrap dd {
	padding: 5px 0 15px 25px;
	width: 100%;
}
.company_list_wrap dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.message_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 30px;
	width: 100%;
}
.message_img_item {
	margin: 0 20px 0 0;
	width: 28%;
}
.message_img_item img {
	height: auto;
	width: 100%;
}
.message_txt_item {
	width: 70%;
}
.message_txt_item p {
	font-size: 1.3rem;
	letter-spacing: .3rem;
	line-height: 20px;
}
.message_txt span {
	display: block;
}
.message_txt_item .name {
	margin: 20px 0 0;
}
.message_txt_item .name p {
	display: inline-block;
	border-bottom: solid thin;
}
.message_txt_item .name span {
	font-size: 1.5rem;
}
/*英語会社概要_sp*/
.company_list_wrap .en_cpmpany {
	border: solid thin rgba(200,200,200,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 0;
	margin: 0 auto 50px;
}
.company_list_wrap .en_cpmpany a {
	position: relative;
	display: block;
	font-size: 1.3rem;
	padding: 10px 0 10px 20px;
}
.company_list_wrap .en_cpmpany a::after {
	position: absolute;
	right: 20px;
	top: 40%;
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-bottom: 3px solid #666;
	border-right: 3px solid #666;
	transform: rotate(-45deg);
}
/*代表挨拶_japan_ja_sp*/
.message_txt_item .name_japan {
	margin: 20px 0 0;
}
.message_txt_item .name_japan p {
	display: inline-block;
	border-bottom: solid thin;
}
.message_txt_item .name_japan span {
	font-size: 1.3rem;
}

/*ご依頼の流れ_sp*/
.flow_wrap {
	margin: 50px auto 50px;
	width: 98%;
}
.flow_midashi {
	margin: 0 0 30px;
}
.flow_box {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 50px;
	padding: 10px;
}
.flow_box h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px 20px;
}
.flow_box span {
	border-right: solid thin rgba(153,153,153,1);
	color: rgba(153,102,0,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}
.flow_box p {
	font-size: 1.3rem;
	margin: 0 20px 0;
}
/*個人情報保護方針_sp*/
.pp_wrap {
	margin: 50px auto 50px;
	width: 98%;
}
.pp_wrap p {
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-weight: bold;
	margin: 0 0 5px;
}

}

/*----------------------
▲下層コンテンツ▲
----------------------*/

/*----------------------
▼旅行詳細_ご注意事項▼
----------------------*/

@media (min-width:960px){
.travel_point {
	position: relative;
	background: rgba(237,231,215,.5);
	margin: 0 0 80px;
	padding: 40px 0;
}
.travel_point h2 {
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(128,104,24,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.travel_point p {
	font-size: 1.5rem;
	margin: 0 0 30px;
	text-align: center;
}

.travel_pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.travel_flow_wrap {
	margin: 0 auto;
	width: 960px;
}
.travel_flow {
	margin: 50px auto;
	width: 960px;
}
.travel_flow h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(128,104,24,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}
.travel_flow p {
	font-size: 1.5rem;
	padding: 0 0 0 10px;
}
.travel_flow img {
	margin: 30px 0 0;
	padding: 0 0 0 10px;
}
.travel_order {
	margin: 0 auto 80px;
	width: 960px;
}
.travel_order h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.order_content_wrap {
	background: rgba(237,231,215,.5);
	padding: 30px;
}
.order_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.order_box i {
	font-size: 1.5rem;
}
.order_box .fa-check {
	margin: 5px 10px 0 0;
}
.order_box p {
	font-size: 1.5rem;
}
.travel_guidance {
	border: solid thin;
	margin: 0 auto 80px;
	text-align: center;
	width: 960px;
}
.travel_guidance h2 {
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding: 10px 0;
}
.travel_guidance p {
	font-size: 1.5rem;
	padding: 20px 0;
}
.travel_guidance a {
	display: block;
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 20px 0 0;
	text-decoration: underline;
}
/*注意事項*/
.guide_wrap {
	margin: 0 auto 80px;
	width: 960px;
}
.guide_wrap p {
	font-size: 1.5rem;
}
.guide_top_txt {
	margin: 0 0 30px;
}
.guide_txt {
	margin: 0 0 30px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.travel_point {
	position: relative;
	background: rgba(237,231,215,.5);
	margin: 0 auto 80px;
	padding: 40px 0;
	width: 100%;
}
.travel_point h2 {
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(128,104,24,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.travel_point p {
	font-size: 1.5rem;
	margin: 0 auto 30px;
	width: 95%;
}

.travel_pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
}
.travel_pic_box img {
	height: 30%;
	width: 30%;
}
.travel_flow_wrap {
	margin: 0 auto;
	width: 98%;
}
.travel_flow {
	margin: 50px auto;
	width: 100%;
}
.travel_flow h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(128,104,24,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}
.travel_flow p {
	font-size: 1.5rem;
	padding: 0 0 0 10px;
}
.travel_flow img {
	margin: 30px 0 0;
	padding: 0 0 0 10px;
}
.travel_order {
	margin: 0 auto 80px;
	width: 98%;
}
.travel_order h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.order_content_wrap {
	background: rgba(237,231,215,.5);
	padding: 30px;
}
.order_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.order_box i {
	font-size: 1.5rem;
}
.order_box .fa-check {
	margin: 5px 10px 0 0;
}
.order_box p {
	font-size: 1.5rem;
}
.travel_guidance {
	border: solid thin;
	margin: 0 auto 80px;
	text-align: center;
	width: 98%;
}
.travel_guidance h2 {
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding: 10px 0;
}
.travel_guidance p {
	font-size: 1.5rem;
	padding: 20px 0;
}
.travel_guidance a {
	display: block;
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 20px 0 0;
	text-decoration: underline;
}
/*注意事項_tb*/
.guide_wrap {
	margin: 0 auto 80px;
	width: 98%;
}
.guide_wrap p {
	font-size: 1.5rem;
}
.guide_top_txt {
	margin: 0 0 30px;
}
.guide_txt {
	margin: 0 0 30px;
}

}

@media (max-width:599px){
.travel_point {
	position: relative;
	background: rgba(237,231,215,.5);
	margin: 0 auto 80px;
	padding: 40px 0;
	width: 100%;
}
.travel_point h2 {
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(128,104,24,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.travel_point p {
	font-size: 1.3rem;
	margin: 0 auto 30px;
	width: 95%;
}

.travel_pic_box {
	margin: 0 auto;
	text-align: center;
	width: 95%;
}
.travel_pic_box img {
	height: auto;
	margin: 0 0 10px;
	width: 80%;
}
.travel_flow_wrap {
	margin: 0 auto;
	width: 98%;
}
.travel_flow {
	margin: 50px auto;
	width: 100%;
}
.travel_flow h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(128,104,24,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}
.travel_flow p {
	font-size: 1.3rem;
	padding: 0 0 0 10px;
}
.travel_flow img {
	margin: 30px 0 0;
	padding: 0 0 0 10px;
}
.travel_order {
	margin: 0 auto 80px;
	width: 98%;
}
.travel_order h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.order_content_wrap {
	background: rgba(237,231,215,.5);
	padding: 20px;
}
.order_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.order_box i {
	font-size: 1.3rem;
}
.order_box .fa-check {
	margin: 5px 10px 0 0;
}
.order_box p {
	font-size: 1.3rem;
}
.travel_guidance {
	border: solid thin;
	margin: 0 auto 80px;
	width: 98%;
}
.travel_guidance h2 {
	background: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding: 10px 0;
	text-align: center;
}
.travel_guidance p {
	font-size: 1.3rem;
	padding: 20px;
}
.travel_guidance a {
	display: block;
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 20px 0 0;
	text-decoration: underline;
	text-align: center;
}
/*注意事項_sp*/
.guide_wrap {
	margin: 0 auto 80px;
	width: 98%;
}
.guide_wrap p {
	font-size: 1.3rem;
}
.guide_top_txt {
	margin: 0 0 30px;
}
.guide_txt {
	margin: 0 0 30px;
}

}

/*----------------------
▲旅行詳細_ご注意事項▲
----------------------*/

/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.footer_wrap {
	background: url(images/footer-back-img.jpg) top no-repeat;
	padding: 40px 0;
}
.footer_content_wrap {
	margin: 0 auto;
	width: 960px;
}
.footer_top_txt p {
	color: rgba(255,255,255,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 40px;
	text-align: center;
}
.footer_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.footer_left_item {
	width: 40%;
}
.footer_left_item address {
	color: rgba(255,255,255,1);
	font-style: normal;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_right_item_nav {
	width: 60%;
}
.footer_right_item_nav ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.footer_right_item_nav ul li {
	margin: 0 40px 10px 0;
	width: auto;
}
.footer_right_item_nav a {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition: .4s;
}
.footer_right_item_nav a:hover {
	opacity: .4;
}
.footer_under_wrap {
	background: rgba(0,0,0,1);
	padding: 5px 0;
}
.footer_under_content_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.footer_under_wrap small {
	color: rgba(255,255,255,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	letter-spacing: .2rem;
}
.footer_under_sns a {
	margin: 0 0 0 10px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: url(images/footer-back-img.jpg) center no-repeat;
	padding: 30px 0;
}
.footer_content_wrap {
	margin: 0 auto;
	width: 98%;
}
.footer_top_txt p {
	color: rgba(255,255,255,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 40px;
	text-align: center;
}
.footer_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.footer_left_item {
	width: 40%;
}
.footer_left_item address {
	color: rgba(255,255,255,1);
	font-style: normal;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_right_item_nav {
	width: 60%;
}
.footer_right_item_nav ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.footer_right_item_nav ul li {
	margin: 0 40px 10px 0;
	width: auto;
}
.footer_right_item_nav a {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_under_wrap {
	background: rgba(0,0,0,1);
	padding: 5px 0;
}
.footer_under_content_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 60px;
	width: 98%;
}
.footer_under_wrap small {
	color: rgba(255,255,255,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	letter-spacing: .2rem;
}
.footer_under_sns a {
	margin: 0 0 0 10px;
}

}

@media (max-width:599px){
.footer_wrap {
	background: url(images/footer-back-img.jpg) center no-repeat;
	padding: 20px 0;
}
.footer_content_wrap {
	margin: 0 auto;
	width: 98%;
}
.footer_top_txt p {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 0 15px;
	text-align: center;
}
.footer_box {
}
.footer_left_item {
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
}
.footer_left_item address {
	color: rgba(255,255,255,1);
	font-style: normal;
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_right_item_nav {
	margin: 0 auto;
	width: 95%;
}
.footer_right_item_nav ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.footer_right_item_nav ul li {
	margin: 0 40px 10px 0;
	width: auto;
}
.footer_right_item_nav a {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_under_wrap {
	background: rgba(0,0,0,1);
	padding: 5px 0;
}
.footer_under_content_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 60px;
	width: 98%;
}
.footer_under_wrap small {
	color: rgba(255,255,255,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1rem;
}
.footer_under_sns a {
	margin: 0 0 0 10px;
}

}

/*----------------------
▲フッター▲
----------------------*/

/*----------------------
▼問合せフォーム▼
----------------------*/

@media (min-width:960px){
.contact_wrap {
	margin: 0 auto 80px;
	width: 960px;
}
.contact_top_txt {
	margin: 0 0 50px;
	text-align: center;
}
.contact_top_txt p {
	font-size: 1.5rem;
}
.contact_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.contact_txt_item {
	width: 250px;
}
.contact_content_item {
	width: 670px;
}
.contact_txt_item p {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	height: 40px;
	line-height: 40px;
	text-align: center;
}


.form_wrap {
	margin: 10px auto 20px;
}
.form_wrap p {
	font-size: 1.5rem;
	margin: 0 0 5px;
}
.form_wrap label {
	display: block;
	font-size: 1.5rem;
	margin: 0 30px 5px 0;
}
.name,.mail {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.message {
	height: 130px;
	margin-bottom: 30px;
	width: 100%;
}
.checkbox_2 {
	margin: 0 15px 0 0;
}
.sub_btn1 {
	cursor: pointer;
}
.sub_btn1 {
	background: rgba(0,0,0,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	height: 70px;
	transition: .5s;
	width: 100%;
}
.sub_btn1_ja {
	background: rgba(0,0,0,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	height: 70px;
	transition: .5s;
	width: 100%;
}

.sub_btn1:hover,
.sub_btn1_ja:hover {
	opacity: .5;
}

/*ライン*/
.contact_line {
	margin: 0 0 30px;
}
.contact_line p {
	font-size: 1.5rem;
}
.line {
	position: relative;
    background: #fff;
	font-size: 2rem;
	margin: 0 auto;
	text-align: left;
	max-width: 1500px;
}
.line span {
    position: relative;
	background: #fff;
    padding: 0 20px 0 0;
}
.line::before {
    position: absolute;
    top: 50%;
	content: "";
    border-top: solid 1px black;
    height: 1px;
    width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_wrap {
	margin: 0 auto 80px;
	width: 90%;
}
.contact_top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.contact_top_txt p {
	font-size: 1.5rem;
}
.contact_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.contact_txt_item {
	width: 28%;
}
.contact_content_item {
	width: 70%;
}
.contact_txt_item p {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.form_wrap {
	margin: 10px auto 20px;
}
.form_wrap p {
	font-size: 1.5rem;
	margin: 0 0 5px;
}
.form_wrap label {
	display: block;
	font-size: 1.5rem;
	margin: 0 30px 5px 0;
}
.name,.mail {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.message {
	height: 130px;
	margin-bottom: 30px;
	width: 100%;
}
.checkbox_2 {
	margin: 0 15px 0 0;
}
.sub_btn1 {
	background: rgba(0,0,0,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	height: 70px;
	width: 100%;
}
.sub_btn1_ja {
	background: rgba(0,0,0,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	height: 70px;
	transition: .5s;
	width: 100%;
}
.sub_btn1:hover,
.sub_btn1_ja:hover {
	opacity: .5;
}

/*ライン_tb*/
.contact_line {
	margin: 0 0 30px;
}
.contact_line p {
	font-size: 1.5rem;
}
.line {
	position: relative;
    background: #fff;
	font-size: 2rem;
	margin: 0 auto;
	text-align: left;
	max-width: 1500px;
}
.line span {
    position: relative;
	background: #fff;
    padding: 0 20px 0 0;
}
.line::before {
    position: absolute;
    top: 50%;
	content: "";
    border-top: solid 1px black;
    height: 1px;
    width: 100%;
}

}

@media (max-width:599px){
.contact_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.contact_top_txt {
	margin: 0 0 30px;
}
.contact_top_txt p {
	font-size: 1.3rem;
}
.contact_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.contact_txt_item {
	width: 28%;
}
.contact_content_item {
	width: 68%;
}
.contact_txt_item p {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.form_wrap {
	margin: 10px auto 20px;
}
.form_wrap p {
	font-size: 1.3rem;
	margin: 0 0 5px;
}
.form_wrap label {
	display: block;
	font-size: 1.5rem;
	margin: 0 30px 5px 0;
}
.name,.mail {
	height: 40px;
	margin-bottom: 20px;
	width: 100%;
}
.message {
	height: 130px;
	margin-bottom: 20px;
	width: 100%;
}
.checkbox_2 {
	margin: 0 15px 0 0;
}
.sub_btn1 {
	-webkit-appearance: none;
	background: rgba(0,0,0,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	height: 50px;
	width: 100%;
}
.sub_btn1_ja {
	-webkit-appearance: none;
	background: rgba(0,0,0,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	height: 50px;
	width: 100%;
}

/*ライン_sp*/
.contact_line {
	margin: 0 0 30px;
}
.contact_line p {
	font-size: 1.3rem;
}
.line {
	position: relative;
    background: #fff;
	font-size: 2rem;
	margin: 0 auto;
	text-align: left;
	max-width: 1500px;
}
.line span {
    position: relative;
	background: #fff;
    padding: 0 20px 0 0;
}
.line::before {
    position: absolute;
    top: 50%;
	content: "";
    border-top: solid 1px black;
    height: 1px;
    width: 100%;
}

}

/*----------------------
▲問合せフォーム▲
----------------------*/
