@charset "UTF-8";

/* 消化器 */
.tag1 {	
	background-color: #457D97;
	color: #ffffff;
}
/* 循環器 */
.tag2 {
	background-color: #E49DA9;
	color: #ffffff;
}
/* 泌尿器・腎臓 */
.tag3 {
	background-color: #05B65D;
	color: #ffffff;
}
/* 癌・細胞 */
.tag4 {
	background-color: #ccae88;
	color: #ffffff;
}
/* 整形外科・形成外科 */
.tag5 {
	background-color: #00ced1;
	color: #ffffff;
}
/* 血液 */
.tag6 {
	background-color: #ff7f50;
	color: #ffffff;
}
/* リウマチ・アレルギー */
.tag7 {
	background-color: #e9967a;
	color: #ffffff;
}
/* 内分泌・甲状腺 */
.tag8 {
	background-color: #B1B114;
	color: #ffffff;
}
/* 呼吸器 */
.tag9 {
	background-color: #008b8b;
	color: #ffffff;
}
/* 脳・神経・精神 */
.tag10 {
	background-color: #098A88;
	color: #ffffff;
}
/* 耳鼻咽喉・頭頸部外科 */
.tag11 {
	background-color: #8b008b;
	color: #ffffff;
}
/* 感染症 */
.tag12 {
	background-color: #bdb76b;
	color: #ffffff;
}
/* 麻酔・救命救急 */
.tag13 {
	background-color: #c71585;
	color: #ffffff;
}
/* 産・婦人・生殖 */
.tag14 {
	background-color: #9C3A0F;
	color: #ffffff;
}
/* 放射線・核医学 */
.tag15 {
	background-color: #1e90ff;
	color: #ffffff;
}
/* 口腔外科・歯科 */
.tag16 {
	background-color: #b22222;
	color: #ffffff;
}
/* 小児科 */
.tag17 {
	background-color: #ff8c00;
	color: #ffffff;
}
/* 眼科 */
.tag18 {
	background-color: #006400;
	color: #ffffff;
}
/* 薬理学・病理学・生理学 */
.tag19 {
	background-color: #ff00ff;
	color: #ffffff;
}
/* 皮膚 */
.tag20 {
	background-color: #C5AC8D;
	color: #ffffff;
}
/* 形成外科 */
.tag21 {
	background-color: #9F8495;
	color: #ffffff;
}
/* アレルギー・免疫 */
.tag22 {
	background-color: #DE9041;
	color: #ffffff;
}
/* 病理学 */
.tag23 {
	background-color: #AF7E7E;
	color: #ffffff;
}
/* 高血圧・動脈硬化 */
.tag24 {
	background-color: #819F5B;
	color: #ffffff;
}

/* その他 */
.tag97 {
	background-color: #A9A9A9;
	color: #ffffff;
}
/* その他（国際交流） */
.tag98 {
	background-color: #828181;
	color: #ffffff;
}

/* その他（基礎） */
.tag99 {
	background-color: #929292;
	color: #ffffff;
}
/* その他（臨床） */
.tag100 {
	background-color: #232121;
	color: #ffffff;
}
/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/tour/title.jpg");
	position: relative;
}

#footer {
}

/* ## index.php ## */
.baseBox .inner {
}

/* ## THEME ## */
.tmBox {
	width: 14%;
	box-sizing: border-box;
	padding: 1% 1%;
	float: left;
}
.tmBox a {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	background: #000;
	position: relative;
	display: block;
	overflow: hidden;
}
.tmBox a h4 {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.34);
	padding: 0 2px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
	z-index: 1;
}
.tmBox a img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	transition-duration: 0.3s;
	opacity: 0.78;
}

#searchArea {
	width: 100%;
	background-color: #eeeeee;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 14px;
	padding: 8px 8px;
}
#searchArea input {
	margin: 8px;
}

.areaTitle {
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	margin-bottom: 18px;
	padding-top: 24px;
	clear: both;
}

.zmnBox {
	width: 100%;
	max-width: 624px;
	box-sizing: border-box;
	margin: 24px auto 18px auto;
}
.zmnBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* 営業時間 */
.shopTex {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 24px;
	clear: left;
}
.shopTex .time {
	width: 98%;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	background-color: #e29696;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
}
.shopTex .time .title {
	font-size: 15px;
	font-family: 'Gloria Hallelujah', 'Kaisei Opti', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}
.shopTex .time span.sub {
	font-size: 12px;
}

/* ツアーボックス */
.spBox {
	width: 35%;
	max-width: 288px;
	margin-right: 0.5%;
	margin-bottom: 14px;
	margin-left: 0.5%;
	float: left;
	position: relative;
}
.spBox a {
	width: 100%;
	height: 284px;
	color: #242424;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 16px;
	display: block;
	overflow: hidden;
	position: relative;
}
.spBox a:after {
  content: "";
  clear: both;
  display: block;
}
.ifbNew {
	font-family: 'Anton','M PLUS 1p', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	width: 58px;
	height: 58px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 29px;
	background-color: red;
	padding: 14px 0 0 0;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* boxT */
.spBox .boxSt {
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.spBox a .boxSt {
}
.spBox .boxSt img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	z-index: 2;
	vertical-align: bottom;
}
.spBox a:hover .boxSt img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* boxB */
.spBox .boxB {
	width: 100%;
	box-sizing: border-box;
	padding-top: 8px;
}
.spBox .boxB h3 {
	font-family: Quicksand, helvetica, '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 6px;
	clear: both;
}
.spBox .boxB .station {
	font-size: 10px;
	color: #ff2400;
	border: solid 1px #ff2400;
	border-radius: 2px;
	line-height: 1.5;
	margin-bottom: 0;
	margin-right: 3px;
	padding: 0 8px 1px 8px;
	display: inline-block;
}
.spBox .boxB .spAdd {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 10px;
}
.spBox a:hover {
	text-decoration: none;
}
.spBox .boxB .toDet {
	font-size: 11px;
	color: #ff2400;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 14px;
	right: 24px;
}
.spBox .boxB .points {
	font-size: 12px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	overflow: hidden;
	min-height: 60px;
	line-height: 1.4;
	margin-top: 8px;
	color: #A64908;
}

/* ## detail.php ## */
/* country tag */
.cStation {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.cStation:after {
  content: "";
  clear: both;
  display: block;
}
.cStation li {
	font-size: 13px;
	color: #ffffff;
	border: solid 1px #D52D12;
	border-radius: 2px;
	line-height: 1.5;
	margin-right: 8px;
	padding: 3px 24px 3px 24px;
	display: inline-block;
}

/* tag */
.cTag {
	width: 100%;
	box-sizing: border-box;
}
.cTag:after {
  content: "";
  clear: both;
  display: block;
}
.cTag li {
	color: #ffffff;
	background-color: #e3785b;
	font-size: 10px;
	border-radius: 12px;
	margin-right: 10px;
	padding: 2px 24px;
	float: left;
}
.tCoad {
	box-sizing: border-box;
	font-size: 11px;
	color: #999999;
	margin-top: 10px;
}
.tdBox.tdTitle {
	margin: 44px 0 12px 0;
	padding: 4px 0 4px 24px;
	border-left: solid 1px #2567E4;
}
.tdBox.tdTitle h3 {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	margin-top: 4px;
}
.tdBox.tdTitle .price {
	color: #ff244d;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

/* コンテンツタイトル部分 */
.tdcTitle {
	width: 100%;
	margin: 8px auto 20px auto;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	padding: 10px 0 10px 14px;
	position: relative;
	clear: both;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tdMain {
	padding: 14px 14px;
}

.tdMain .boxF {
	box-sizing: border-box;
	font-size: 16px;
}
.tdMain .boxS {
	box-sizing: border-box;
	margin-top: 20px;
}
.tdMain .boxS iframe {
	width: 100%;
	height: 500px;
}

/* 日程表 */
.scheBox {
	background-color: #fcfcfc;
	border: solid 1px #E7E7E7;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 0 0 8px 0;
}
.scheBox .dayBox {
	padding: 4px 10px 8px 10px;
}
.scheBox .scheTitle {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.8;
}
.scheBox .scheTitle span.time {
	width: 90px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #6EC7E4;
	border-radius: 4px;
	font-weight: normal;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 3px 4px;
	display: inline-block;
}
.cvName {
	color: red;
}
.scheBox .sDay {
	font-weight: bold;
	background-color: #EDEDED;
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 10px;
	padding: 8px 14px;
	font-size: 16px;
}
.scheBox .sDay.first {
	border-top: none;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.scheBox .sCity {
	font-size: 14px;
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
}

/* アレンジプラン */
.apBox {
	width: 100%;
	box-sizing: border-box;
	border-radius: 14px;
	background-color: #e4e4e4;
	margin-bottom: 14px;
	overflow: hidden;
}
.apBox .boxF {
	width: 30%;
	box-sizing: border-box;
	float: left;
}
.apBox .boxF img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.apBox .boxS {
	width: 70%;
	box-sizing: border-box;
	padding: 18px;
	float: left;
}
.apBox .boxS h4 {
	font-size: 20px;
	font-weight: bold;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border-left: solid 1px #ff2400;
	margin: 0 0 8px 0;
	padding: 2px 2px 2px 14px;
}
.apBox .boxS h5 {
	font-size: 14px;
	margin: 4px 0;
}

/* optional tour */
.responsive .tlBox {
	width: 100%;
	padding: 0 10px;
}
.responsive .tlBox .boxF {
	position: relative;
}
.responsive .tlBox .tDate {
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	background-color: #ff2400;
	padding: 2px 0;
	opacity: 0.74;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.responsive .tlBox h4 {
	font-size: 14px;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-top: 4px;
}

.single-item {
	max-width: 980px;
}
.single-item img {
}
.tpTitle {
	font-size: 18px;
	margin-bottom: 10px;
}

.subBox {
	margin-top: 24px;
	overflow: hidden;
}
h1 {
	font-size: 32px;
}
.hotelBox {
	width: 100%;
	overflow: hidden;
}
.hotelBox .hlBox {
	width: 30%;
	float: left;
	padding: 10px 10px 10px 0;
}
.hotelBox .hlBox img {
	width: 100%;
}
.hoName {
	font-size: 18px;
	border-bottom: 1px solid #444444;
}
.hoName_e {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hoRank {
	color:#BDAC00;
	margin: 0;
	padding: 0;
}
.hoGaiyo {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	line-height: 1.6;
}
.hotelBox .hrBox {
	width: 70%;
	float: left;
	padding: 10px;
}
.atten {
	font-size: 14px;
	color: #1F79D1;
}
p.flag {
	color: #C71114;
	margin-top: 10px;
}
.gaiyoBox {
	padding: 10px;
	background-color: #F6F6F6;
	overflow: hidden;
}
	.gaiyoBox .glBox {
		width: 30%;
		float: left;
		padding: 10px;
	}
	.gaiyoBox .glBox img {
		width: 100%;
	}
	.gaiyoBox .grBox {
		width: 70%;
		float: left;
		padding: 10px;
	}
	
	
	table.priceTable {
		border-collapse: collapse;
	}	
	table.priceTable th {
		border: solid 1px #cccccc;
		padding: 10px;
		background-color: #F3F3F3;
	}	
	table.priceTable td {
		border: solid 1px #cccccc;
		padding: 10px;
		text-align: right;
		color: #E60F13;
		font-weight: bold;
	}
/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */
.spBox a {
	height: 228px;
}
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */
.spBox a {
	height: 248px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {
	
/* ## index.php ## */
.spBox a {
	height: 284px;
}
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
/*学会一覧*/
.searchBox {
	width: 100%;
	padding: 20px 0 10px 0;
	text-align: right;
}
input::placeholder {
  font-size: 16px;
  opacity: 0.8;
  color: #5B5B5B;
}
/*検索*/
.pic-container {
	width: 100%;
    display: grid;
    place-items: center;
    height: 100vh;
    box-sizing: border-box;
    padding: 0 2rem;
    background-color: #EFEFEF;
}
.search-box {
    position: relative;
    display: flex;
    width:  100%;;
	float: right;
}

.search-box input[type="text"] {
	width:  100%;
	font-size: 16px;
    flex-grow: 1;
    padding: 0.7rem 0 0.7rem 0.8rem;
    border: 1px solid #616161;
    border-radius: 1.5rem;
}

.search-box button {
    position: absolute;
    top: -0.05rem;
    right: 0;
    cursor: pointer;
    padding: .8rem .9rem .8rem .8rem;
    border: none;
    background: none;
    color: #333;
    font-size: 1rem;
    transition: 0.5s;
}
.search-box input:focus {
    outline: 0;
    box-shadow: 0 0 5px #e1e1e1, 0 0 10px #e1e1e1, 0 0 15px #e1e1e1;
}
.search-box button:hover {
    color: #4eadb8;
    transform: scale(1.2);
}
/* ## カテゴリータグ ## */
.cateTag {
	font-size: 11px;
	float: left;
	padding: 2px;
	width: 140px;
	border-radius: 14px;
	text-align: center;
	margin: 0 2px 4px 0;	
	
}



.iTour {
	width: 100%;
	background-color: #3993D4;
	text-align: center;
	padding: 15px 5px;
	color: #ffffff;
	border-radius: 5px;
}
.iToi {
	width: 100%;
	background-color: #11921A;
	text-align: center;
	padding: 15px 5px;
	color: #ffffff;
	border-radius: 5px;
}
.iClose {
	width: 100%;
	background-color: #E7E7E7;
	text-align: center;
	padding: 15px 5px;
	color: #444444;
	border-radius: 5px;
}
.scBox a {
	width: calc(98%/2);
	color: #444444;
	box-shadow: 1px 1px 2px #cccccc;
	background-color: #ffffff;
	border-radius: 6px;
	text-align: center;
	margin: 0.5%;
	box-sizing: border-box;
	padding: 8px 4px;
	overflow: hidden;
	float: left;
	font-size: 11px;
}
.scBox a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a2b2c0;
}
.h3Box {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	padding: 8px;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 3px solid #138325;
}
.h3Box:after {
  content: "";
  clear: both;
  display: block;
}
.h3Box .mPre {
	width: 15%;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 100;
	
}/*
.h3Box .h3Curre {
	width: 70%;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 2px;
	float: left;
}*/
.h3Box .mNext {
	width: 15%;
	box-sizing: border-box;
	text-align: right;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 101;
}
.cateSearch {
	margin-bototm: 30px;
}
.D {
	display: inline-block;
	background: #37B735;
	color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 10px;
	float: right;
}
.E {
	clear: both;
	border: solid 1px #DDDDDD;
	padding: 10px;
	overflow: hidden;
	display:none;
}
h1 {
	font-size: 22px;
}	
.areaTitle {
	font-size: 18px;
	padding-top: 8px;
	margin-bottom: 10px;
}
	
.zmnBox {
	width: 90%;
	max-width: 680px;
	margin: 8px auto 14px auto;
}
	
/* ## THEME ## */
.tmBox {
	width: 25%;
	box-sizing: border-box;
	padding: 1% 1%;
	float: left;
}
.tmBox a h4 {
	font-size: 14px;
	line-height: 1.1;
}
.tmBox a:active img {
  opacity: 0.58;
  transform: scale(1.1);
  transition-duration: 0.3s;
}
	
/* 営業時間 */
.shopTex {
	margin-bottom: 24px;
}
.shopTex .time {
	font-size: 10px;
	padding: 8px;
}
.shopTex .time .title {
	font-size: 11px;
}
.shopTex .time span.sub {
	font-size: 10px;
}
	
/* ツアーボックス */
.spBox {
	width: 48.4%;
	max-width: 284px;
	margin-right: 0.8%;
	margin-bottom: 10px;
	margin-left: 0.8%;
}
.spBox a {
	width: 100%;
	height: 296px;
	border-radius: 4px;
	padding: 10px;
}

/* boxT */
.spBox .boxSt {
	border-radius: 4px;
}
/* boxB */
.spBox .boxB {
	padding-top: 4px;
}
.spBox .boxB h3 {
	font-size: 14px;
	line-height: 1.14;
	margin-top: 3px;
}
.spBox a:active .boxB h3 {
	color: #ff2400;
}
.spBox .boxB .points {
	font-size: 10px;
	min-height: 56px;
	line-height: 1.4;
	margin-top: 6px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	overflow: hidden;
	color: #A64908;
}
.spBox .boxB .station {
	font-size: 9px;
	border-radius: 2px;
	line-height: 1.34;
	margin-right: 2px;
	padding: 0 3px;
}
.spBox .boxB .spAdd {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 10px;
}
.spBox .boxB .toDet {
	font-size: 10px;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 14px;
	right: 14px;
}


/* ## index.php ## */
#searchArea {
	margin-bottom: 14px;
	padding: 4px 4px;
}
#searchArea input {
	margin: 4px;
}
	
.spBox .boxB h3 {
	font-size: 15px;
	margin-top: 8px;
}
.spBox .boxB h3 span {
	font-size: 12px;
}
.spBox a:active {
	text-decoration: none;
}
	
/* ## detail.php ## */
.tdWrapp {
	width: 100%;
	margin: 0 auto 14px auto;
	padding: 0 14px;
}
.tdWrapp.pointBox {
	padding: 0;
}
.tdBox.tdTitle {
	margin: 24px 0 14px 0;
	padding: 4px 0 4px 18px;
}

/* country tag */
.cStation {
	margin-bottom: 8px;
}
.cStation li {
	font-size: 9px;
	line-height: 1.5;
	margin-right: 4px;
	padding: 0 18px 1px 18px;
}
	
.cTag li {
	font-size: 9px;
	margin-right: 4px;
	margin-bottom: 2px;
	padding: 1px 12px;
	float: left;
}
	
.tCoad {
	font-size: 10px;
	margin-top: 4px;
}
.tdBox.tdTitle {
	margin: 18px 0 14px 0;
	padding: 4px 0 4px 14px;
}
.tdBox.tdTitle h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 4px;
}

/* コンテンツタイトル部分 */
.tdcTitle {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #444444;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px 0 10px 14px;


}

.tdMain {
	padding: 14px 14px;
}

.tdMain .boxF {
	box-sizing: border-box;
	font-size: 12px;
}
.tdMain .boxS {
	box-sizing: border-box;
	margin-top: 20px;
}
.tdMain .boxS iframe {
	width: 100%;
	height: 240px;
}

/* コンテンツタイトル部分 */
.tdcTitle {
	font-size: 14px;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 14px;
	padding: 10px 0 10px 14px;
}

.slick-prev {
	left: -12px;
}
.slick-next {
	right: -12px;
}
.slick-prev::before, .slick-next::before {
	font-size: 30px;
	opacity: 0.44;
}

	
/* 日程表 */
.scheBox .dayBox {
	padding: 4px 8px 4px 8px;
}
.scheBox .scheTitle {
	font-size: 11px;
	margin-bottom: 4px;
}
.scheBox .scheTitle span.time {
	width: 64px;
	font-size: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 2px 4px;
}
.scheBox .sDay {
	font-size: 13px;
	margin-bottom: 4px;
	padding: 4px 10px;
}
.scheBox .sCity {
	font-size: 11px;
	padding-right: 0;
}
	
.ctrTag span {
	font-size: 11px;
	border-top:1px dashed rgb(220,220,220);
	border-bottom:1px dashed rgb(220,220,220);
	margin:0;
	padding:0 8px;
}
	
/* scroll部分 */
#scrollNav2	{
	display: none;
}
hr.ajHeight2 {
	display: none;
}
	
.tdMain {
	padding: 4px 14px 10px 14px;
	
}
	
/* アレンジプラン */
.apBox {
	border-radius: 10px;
	margin-bottom: 14px;
}
.apBox .boxF {
	width: 100%;
	overflow: hidden;
	float: none;
}
.apBox .boxF img {
	object-fit: none;
}

.apBox .boxS {
	width: 100%;
	margin-top: 0;
	padding: 14px;
	float: none;
}
.apBox .boxS h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 2px 2px 2px 10px;
}
.apBox .boxS h5 {
	font-size: 12px;
	margin: 4px 0;
}
.spBox a {
	height: 288px;
}
.spBox .boxB h3 {
	font-size: 16px;
}
.spBox .boxB h3 span {
	font-size: 12px;
}
.tourInfo {
	font-size: 12px;
	margin: 14px auto 24px auto;
	background-color: #ffffff;
	border-radius: 14px;
	width: 100%;
	padding: 14px;
}
.hotelBox {
	width: 100%;
	overflow: hidden;
}
.hotelBox .hlBox {
	width: 100%;
	float: left;
	padding: 10px 50px 0;
}
.hotelBox .hlBox img {
	width: 100%;
}
.hoName {
	font-size: 18px;
	border-bottom: 1px solid #444444;
}
.hoName_e {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hoRank {
	color:#BDAC00;
	margin: 0;
	padding: 0;
}
.hoGaiyo {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	line-height: 1.6;
}
.hotelBox .hrBox {
	width: 100%;
	padding: 10px;
}
.atten {
	font-size: 14px;
	color: #1F79D1;
}
p.flag {
	color: #C71114;
	margin-top: 10px;
}
.gaiyoBox {
	padding: 10px;
	background-color: #F6F6F6;
	overflow: hidden;
}
	.gaiyoBox .glBox {
		width: 30%;
		float: left;
		padding: 10px;
	}
	.gaiyoBox .glBox img {
		width: 100%;
	}
	.gaiyoBox .grBox {
		width: 70%;
		float: left;
		padding: 10px;
	}
	
	
	table.priceTable {
		border-collapse: collapse;
	}	
	table.priceTable th {
		border: solid 1px #cccccc;
		padding: 10px;
		background-color: #F3F3F3;
		font-size: 13px;
	}	
	table.priceTable td {
		border: solid 1px #cccccc;
		padding: 10px;
		text-align: right;
		color: #E60F13;
		font-weight: bold;
		font-size: 13px;
	}
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	
/*学会一覧*/
.searchBox {
	width: 100%;
	padding: 20px 0 10px 0;
	text-align: right;
}
input::placeholder {
  font-size: 16px;
  opacity: 0.8;
  color: #5B5B5B;
}
/*検索*/
.pic-container {
	width: 40%;
    display: grid;
    place-items: center;
    height: 100vh;
    box-sizing: border-box;
    padding: 0 2rem;
    background-color: #EFEFEF;
}
.search-box {
    position: relative;
    display: flex;
    width: 40%;
	float: right;
}

.search-box input[type="text"] {
	width: 40%;
	font-size: 16px;
    flex-grow: 1;
    padding: 0.7rem 0 0.7rem 0.8rem;
    border: 1px solid #616161;
    border-radius: 1.5rem;
}

.search-box button {
    position: absolute;
    top: -0.05rem;
    right: 0;
    cursor: pointer;
    padding: .8rem .9rem .8rem .8rem;
    border: none;
    background: none;
    color: #333;
    font-size: 1rem;
    transition: 0.5s;
}
.search-box input:focus {
    outline: 0;
    box-shadow: 0 0 5px #e1e1e1, 0 0 10px #e1e1e1, 0 0 15px #e1e1e1;
}
.search-box button:hover {
    color: #4eadb8;
    transform: scale(1.2);
}
/* ## カテゴリータグ ## */
.cateTag {
	line-height: 1;
	font-size: 11px;
	float: left;
	padding: 6px 0;
	width: 140px;
	border-radius: 14px;
	text-align: center;
	margin: 0 2px 10px 0;
}

.iTour {
	background-color: #3993D4;
	text-align: center;
	padding: 10px 5px;
	color: #ffffff;
	border-radius: 5px;
	font-size: 14px;
}
.iToi {
	background-color: #11921A;
	text-align: center;
	padding: 10px 5px;
	color: #ffffff;
	border-radius: 5px;
	font-size: 14px;
}
.iClose {
	background-color: #E7E7E7;
	text-align: center;
	padding: 10px 5px;
	color: #444444;
	border-radius: 5px;
	font-size: 14px;
}
.scBox a {
	width: calc(95%/5);
	color: #444444;
	box-shadow: 1px 1px 2px #cccccc;
	background-color: #ffffff;
	border-radius: 6px;
	text-align: center;
	margin: 0.5%;
	box-sizing: border-box;
	padding: 8px 4px;
	overflow: hidden;
	float: left;
	font-size: 12px;
}
.scBox a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a2b2c0;
}
.h3Box {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #CDCCCC;
	background-color: #F1F1F1;
	margin-top: 10px;
	color: #545454;
}
.h3Box a {
	color: #456B53;
}
.h3Box:after {
  content: "";
  clear: both;
  display: block;
}
.h3Box .mPre {
	width: 15%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: #E9E9E9;
}/*
.h3Box .h3Curre {
	width: 70%;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 2px;
	float: left;
}*/
.h3Box .mNext {
	width: 15%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 101;
	background-color: #E9E9E9;
}
.cateSearch {
	margin-bototm: 30px;
}
.D {
	display: inline-block;
	background: #37B735;
	color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 10px;
	float: right;
}
.E {
	clear: both;
	padding: 10px;
	overflow: hidden;
	display:none;
}


/* ## detail.php ## */
.tdWrapp {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 24px auto;
}
.tdWrapp.pointBox {
	width: 100%;
	max-width: 100%;
}
.tdWrapp:after {
  content: "";
  clear: both;
  display: block;
}
.tdMain {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}


/* scroll部分 */
#scrollNav2	{
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	padding: 5px 0;
}
#scrollNav2 ul	{
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(68,68,68,0.44);
	height: 40px;
	border-radius: 8px;
	color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
}
#scrollNav2.scfixed {
	width: 100%;
	margin: 0 auto;
	padding-right: 14px;
	padding-left: 14px;
	position: fixed;
	top: 88px;
	left: 0;
	z-index: 997;
}
#scrollNav2.scfixed ul {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}	
#scrollNav2 ul li	{
	width: 25%;
	box-sizing: border-box;
	float: left;
}
#scrollNav2 ul li	a {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	color: #ffffff;
	border-right: solid 1px #ef2504;
	text-align: center;
	background-color: #ff2400;
	padding: 10px;
	display: block;
}
#scrollNav2 ul li:last-child	a {
	border-right: none;
}
#scrollNav2 ul li	a:hover {
	background-color: #ef2504;
	text-decoration: none;
}
hr.ajHeight2 {
   border-width: 0 0 0 0;	/* 太さ */
   border-style: none;		/* 線種 */
   border-color: transparent;		/* 線色 */
   height: 0;				/* 高さ */
   margin: 0;
}

.single-item img {
    height: auto;
    max-width: 100%;
	 margin: 0 auto;
}
	
/* ## THEME ## */
.tmBox a:hover img {
  opacity: 0.58;
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.spBox a {
	height: 368px;
}
.spBox .boxB h3 {
	font-size: 16px;
}
.spBox a:hover .boxB h3 {
	color: #ff2400;
	text-decoration: none;
}
.spBox .boxB h3 span {
	font-size: 12px;
}
.tourInfo {
	font-size: 16px;
	text-align: center;
	margin: 20px auto 38px auto;
	background-color: #ffffff;
	border-radius: 14px;
	width: 80%;
	padding: 18px 0;
}
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

.spBox a {
	height: 368px;
}
.spBox .boxB h3 {
	font-size: 16px;
}
.spBox .boxB h3 span {
	font-size: 12px;
}

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

.spBox a {
	height: 378px;
}
.spBox .boxB h3 {
	font-size: 18px;
}
.spBox .boxB h3 span {
	font-size: 14px;
}

}