@charset "utf-8";

/* ==========================================================

title : 東通トラベル TOP
scope : 全ページ共通

last modify :　2020/09/17　306_kondo パンくず・リスト化を追加

memo  : 2016/06/15 262_ichinose

========================================================== */

/* --------------------------------------
  reset_css
  要素のフォントサイズやマージン・パディングをリセット
--------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:bottom;
	background:transparent;
}

ol,ul {
	list-style:none;
}

a:link {
	color:#0000ff;
	background-color:transparent;
	text-decoration:none;
}
a:visited {
	color:#0000ff;
	background-color:transparent;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:none;	
}


/* グレーボタンにするクラス */

.gr{
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8;
}

/* ------ hover時画像を透過 ------ */
a:hover img.alpha-hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* iPad用 */
@media screen and (max-device-width: 1024px) {
	a:hover img.alpha-hover {
		opacity: 1!important;
	}
}

/* --------------------------------------
 共通
--------------------------------------- */
body {
	border-top:#821445 solid 10px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000000;
	font-size:17px;
}

#wrap {
	width:1000px;
	margin:0 auto;
}
.cf:after {
	content:"";
	display:block;
	clear:both;
}

/* --------------------------------------
 ヘッダー　header
--------------------------------------- */
#header #logo {
	width:275px;
	height:80px;
	float:left;
	margin:9px 0 41px 8px;
	padding-left:85px;
	background:url(../image_cmn_new/hd_logo.png) no-repeat 0 8px;
	color:#000000;
	font-weight:normal;
	font-size:16px;
	letter-spacing: -0.7px;
}

#header #logo span {
	display: block;
	margin: -5px 0px 5px 2px;
	font-size:16px;
	font-weight: bold;
	letter-spacing: -0.7px;
}

#header #logo .bustour {
	margin: -5px 0px 5px 5px;
	font-size:16px;
	letter-spacing: -0.7px;
}


/*#header .normal {
	display: block;
    margin: 0px 0px 6px -40px;
    letter-spacing: -1px;
}

#header .bustour {
	display: block;
    margin: -5px 0px 5px -50px;
    letter-spacing: -0.7px;
}*/

#header .hd_inquiry {
	/*width:541px;*/
	float:right;
	margin:7px 8px 0 0;
	font-size:0;
}
#header .hd_inquiry img {
	margin-right: 5px;
	vertical-align: middle;
}
#header .hd_inquiry img:last-child {
	margin-right:10px;
}

/* --------------------------------------
  パンくずリスト　breadcrumb
--------------------------------------- */
#breadcrumb > p {
	font-size:14px;
	line-height:1;
	padding:10px 20px;
}

#breadcrumb > p > img {
	padding: 2px 10px 3px 10px;
}

/* パンくず・リスト化 */
#breadcrumb > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 20px 10px;
  text-align: left;
  background:rgba(255,255,255,.8);
}
#breadcrumb > ul li {
  margin-top: 5px;
  margin-left: 2.5em;
  overflow: visible;
  position: relative;
  font-size: 15px;
}
#breadcrumb > ul li::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  color: #000;
  display: block;
  height: 6px;
  position: absolute;
  top: .5em;
  left: -1.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}
#breadcrumb > ul li:first-child {
  margin-left: 0;
}
#breadcrumb > ul li:first-child::after {
  display: none;
}

/* --------------------------------------
  パンくずリスト（フッター）　foot_breadcrumb
--------------------------------------- */
#foot_breadcrumb {
	/*width:1000px;*/
	width:100%;
	height:35px;
	background:#b62457;
	color:#fff;
}

#foot_breadcrumb > p {
	line-height:35px;
	font-size:14px;
	margin:0 20px;
}

#foot_breadcrumb > p > a {
	color:#fff;
}
#foot_breadcrumb > p > a:hover {
	color:#f00;
}

#foot_breadcrumb > p > img {
	vertical-align:middle;
	padding: 2px 10px 3px 10px;
}

/* ----------------------------
 フォントサイズbutton
------------------------------ */
#control-wrap{
	float:right;
	margin: 5px 20px 0 0;
	overflow: hidden;
	width: 340px;
}

#header #control-wrap a {
	width: 34px;
	text-indent: 0;
}

#header #control-wrap ul li:hover {
	cursor:pointer !important;}

#control-wrap ul{
	display: block;
	background: url(../image_cmn_new/font/font-bg.gif) no-repeat left bottom ;
	height: 34px;
	width: 195px;
	float: right;
}
#control-wrap ul li{
	height: 34px;
	float:right;
	list-style: none;
	text-indent:-9999px;
	margin-left:10px;
}

#control-wrap ul li.btn_big{
	background:url(../image_cmn_new/font/font-l.gif) repeat-y;
	height:34px;
	width:34px;
	}
	
#control-wrap ul li.btn_mid{
	background:url(../image_cmn_new/font/font-m.gif) repeat-y;
	height:34px;
	width:30px;
	}

#control-wrap ul li.btn_sml{
	background:url(../image_cmn_new/font/font-s.gif) repeat-y;
	height:34px;
	width:23px;
	}
	

#control-wrap  ul li.btn_big:hover,
#control-wrap  ul li.btn_big.active {
	background:url(../image_cmn_new/font/font-l_ov.gif) no-repeat;
}

#control-wrap  ul li.btn_mid:hover,
#control-wrap  ul li.btn_mid.active {
	background:url(../image_cmn_new/font/font-m_ov.gif) no-repeat;
}

#control-wrap  ul li.btn_sml:hover,
#control-wrap  ul li.btn_sml.active {
	background:url(../image_cmn_new/font/font-s_ov.gif) no-repeat;
}

/* ----------------------------
 トップへ戻る
------------------------------ */
#page_top {
	display:none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index:100;
}

#page_top a {
	display: block;
	background: url(../image_cmn_new/btn_page_top.png) no-repeat 90% center #fff;
	color: #333;
	font-size:11px;
	padding: 15px 30px 15px 10px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	-moz-opacity: 0.75;
	opacity: 0.75;
	border:1px solid #821445;
}

#page_top a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-moz-opacity: 1;
	opacity: 1;
	color: #333 !important;
}

/* --------------------------------------
  フッター　footer
--------------------------------------- */

/* 問合せ先　#contact */
#contact {
	width:785px;
	height:150px;
	margin:30px auto 0;
	padding-left:215px;
	background:url(../image_new/logo_contact_bg.png) no-repeat 30px 0;
	font-style:normal;
  overflow: hidden;
}

#contact > div {
	float:left;
	margin-top:15px;
}

#contact .left_box {
	width:310px;
	color:#000;
}

#contact .left_box p {
	margin-bottom:5px;
	font-size:15px;
}

#contact .center_box {
	width:100px;
}

#contact .right_box {
	width:350px;
	margin-left: 97px;
}
#contact .right_box dl {
	display: flex;
	align-items: center;
	margin: 0 0 0.4em;
}
#contact .right_box dl dt {
	width: 105px;
}
#contact .right_box dl dd {
	flex-grow: 1;
	font-size: 24px;
	font-weight: 600;
}
#contact .right_box dl dd.mail {
	font-size: 20px;
}

#contact .center_box p, #contact .right_box p {
	margin-bottom:15px;
}
#contact .right_box p.link_btn {
	margin: 15px 0 0;
}
#contact .right_box p.link_btn a {
	position: relative;
	display: block;
	width: 135px;
	padding: 0.77em 1em 0.77em 0;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #831345;
	border: 1.5px solid #831345;
	box-shadow: inset 0 0 0 1.5px #fff;
	line-height: 1;
	box-sizing: border-box;
}
#contact .right_box p.link_btn a:hover {
	opacity: 0.8;
}
#contact .right_box p.link_btn a::after {
	content: "▲";
	position: absolute;
	top: 0;
	right: 1.5em;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto 0;
	line-height: 1;
	font-size: 54%;
	transform: rotate(90deg) scale(1, 0.9);
}


#footer .link_list {
	width:960px;
	margin:0 auto;
	padding:20px;
	overflow:hidden;
	background:#fff;
}

#footer .link_list dl {
	width:240px;
	float:left;
}

#footer .link_list dl:nth-of-type(2) {
	width:170px;
}

#footer .link_list dl:nth-of-type(3) {
	width:190px;
}

#footer .link_list dl:nth-of-type(4) {
	width:160px;
}

#footer .link_list dl:nth-of-type(5) {
	width:200px;
}

#footer .link_list dt, #footer .link_list dd {
	line-height:1.4;
	font-size:14px;
	letter-spacing:-1px;
}

#footer .link_list dl dt, #footer .link_list dl dd {
	margin-bottom:8px;
}

#footer #copyright {
	background:#821445;
	padding:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
}

/* ----------------------------
  文字間調整用
------------------------------ */
.ls_ns {
	letter-spacing:-.02em;
}

.ls_nm {
	letter-spacing:-.05em;
}

.ls_nl {
	letter-spacing:-.07em;
}

.ls_ws {
	letter-spacing:.02em;
}

.ls_wm {
	letter-spacing:.05em;
}

.ls_wl {
	letter-spacing:.07em;
}

/* ----------------------------
  テキスト調整用
------------------------------ */
.taL{
	text-align: left;
}
.taC{
	text-align: center;
}
.taR{
	text-align: right;
}
.taJ{
	text-align: justify;
}

.fz20{
	font-size: 20px!important;
}

.fz18{
	font-size: 18px!important;
}

.fz16{
	font-size: 16px!important;
}

/* ----------------------------
  余白調整用
------------------------------ */
.mt5{
	margin-top: 5px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt15{
	margin-top: 15px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt25{
	margin-top: 25px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mt35{
	margin-top: 35px!important;
}
.mt40{
	margin-top: 40px!important;
}
.mt45{
	margin-top: 45px!important;
}
.mt50{
	margin-top: 50px!important;
}
.mt60{
	margin-top: 60px!important;
}

.taC{
	text-align: center;
}
/* ----------------------------
  ページ下部　SEO文枠
------------------------------ */


#about_area .foot_txt {
    width: 780px;
    margin: 0 auto 50px;
    padding: 15px;
    font-size:14px;
    background: #f3e9ed;
    letter-spacing: -1px;
}




	