@charset "utf-8";

/*
Theme Name: オールパタヤツアー
Theme URI: 
Description: 
Author: Toru Takahashi
Author URI:
Version: 9999
*/

/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,
fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
/* strong を外した*/

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h2{
	font-size: 16px;
}


/* h2 飾り付け */
h2.decoration1{
	color:	#000000;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic", sans-serif;
	margin: 2em 0 1em 0;
	position: relative;
	border: 2px solid #1E90FF;
	padding: 0.3em 0.3em 0.3em 1.2em;
	background: #fffaf0;
	background: #ffffff;
}

h2.decoration2{
	position: relative;
	background: #1E90FF;
	color: #000000;/*文字色*/
	font-size: 18px;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	border-left: solid 10px #1E90FF;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	margin-bottom: 15px;
}

h2.decoration3{
	position: relative;
	background: #ffffff;
	color: #000000;/*文字色*/
	font-size: 16px;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	border-left: solid 10px #1E90FF;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	margin-bottom: 10px;
}


h2.decoration4{
	width: 900px;
	margin: 0px auto;
	font-size: 20px;
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	color:	#FFFFFF;
	padding: 10px 0;
	border-bottom: 2px solid;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	border: none;
}

#main.button_nomal{
  color:#007ca3;
}

button.button_yoyaku{
	color:#007ca3;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	width: 14em;
	font-size:30px;
	margin-bottom: 20px;
	display: block;
	margin: 0 auto;
}

button.search_reset{
	width: 95%;
	background: #1EC8FF;
	text-align: center;
	font-size: 23px;
	border-radius: 6px;
	padding: 5px 0;
	text-shadow: -1px -1px 1px #888888;
	color: #000000;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}

button.search_reset:hover{
	cursor: pointer;
	position: relative;
	top:1px;
}



/*-----------------------------------------------------------

	Common --- 本文font ---
		
---------------------------------------------------------- */

body{
	/* 本文font-size: */
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	line-height: 1.5em;
	background-color: #FFFFFF;
}

/* decoration
------------------------------------------------ */

/* text */
a{color:#309;text-decoration:none;}
a:hover{color:#f60;}
a:active, a:focus {outline: 0;}

p{line-height: 20px;}

.gosic{font-family :'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}
.serif{font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",  serif;}

/* img 
a img.linkimg{
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}*/

a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/* list */
.list-icon{
	text-align: right;
	margin-top: 15px;
}

/* パンくず */
#breadcrumb{
	width: 980px;
	margin: 30px auto 0;
}

#breadcrumb a{
	font-weight: bold;
}

#breadcrumb ul li{
	float: left;
	margin-right: 5px;
}

/* move */
.mr-5:hover{
	margin-right: -5px;
}

/* float */
.f-left{float: left;}
.f-right{float: right;}

/* ページャー */

.pager{
	padding-top: 20px;
	text-align:center;
	height: 50px;
}
a.page-numbers,
.pager .current{
	background:#eee;
	border-radius:5px;
	padding:6px 10px;
	margin:0 1px;
}

.pager .current{
	background:#2994D6;
	color:rgba(255,255,255,1);
}

.pager a:hover{
	background-color: #2994D6;
	color: #FFF;
}

/* clearfix */
.clearfix {width:100%;}
.clearfix:after{content: ""; display: block; clear: both;}



/*-----------------------------------------------------------

	メイン表示調整部分
	なお、スマホ表示の場合、各場所で再定義している。

---------------------------------------------------------- */

#wrapper{
background: rgb(222,245,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,245,254,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,245,254,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,245,254,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,245,254,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,245,254,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,245,254,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def5fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#header{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-top:5px solid #3390B6;
	font-size:100%;
	font-family: "Century Gothic", sans-serif;
}

#contents{
	width: 980px;
	margin: 15px auto 35px;
}

#main{
	float: left;
	width: 720px;
}

#side{
	float: right;
	width: 240px;
	position: relative;
}

#footer{
	width: 980px;
	height: auto;
	border-radius: 4px;
	margin: 50px auto 15px;
	background-color: #4682B4;
}



/*-----------------------------------------------------------

	header
		
---------------------------------------------------------- */

#header-inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#description{
	width: 980px;
	margin: 0 auto;
}

#header-inner #logo{
	width: 380px;
	height: 40px;
	position: relative;
	top:13px;
}

#header-inner #tel{
	width: 490px;
	height: 50px;
	position: absolute;
	top:35px;
	right: 0;
}

#header-inner #tel p{
	font-weight: bold;
	color: #3390B6;
}

/*-----------------------------------------------------------

	gnavi
		
---------------------------------------------------------- */

#gnavi{
	width: 100%;
	height: 28px;
	background-image: url(images/gnavi/bg.png);
	background-repeat: repeat-x;
	box-shadow: 0 4px 10px #eeeeee;
	background: #1E90FF;
}

#gnavi #inner{
	width: 100%;
	width: 980px;
	margin: 0 auto;
}

#gnavi #inner ul li{
	float: left;
}

#gnavi #inner ul li a{
	display: block;
	width: 162px;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -1px 1px #444444;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

#gnavi #inner ul li a:hover{
	background-color: #1C6ECD;
}


/* -------------------------------------- */

/*                 検索                   */

/* -------------------------------------- */


#feas-submit-button-0{
	margin: 10px 0;
	width: 98%;
	background: rgb(252,234,187); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjY2Q0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y4YjUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmRmOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-8 */
	text-align: center;
	border-radius: 4px;
	padding: 5px 0;
	text-shadow: -1px -1px 1px #888888;
	margin-bottom: 40px;
	color: #000000;
	font-weight: bold;
}

#feas-submit-button-0:hover{
	cursor: pointer;
	position: relative;
	top:1px;
}


.search-t1{
	margin-bottom: 20px;
}

.search-t1 h2{
	width: 98%;
	height: 40px;
	background-image: url(images/side/title-search.png);
	background-repeat: no-repeat;
	text-indent: -8900px;
	margin-bottom: 20px;
}

.search-t1 select{
	display: block;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.search-t1 input{
	width: 96%;
	padding: 2px 10px;
	display: block;
}

.search-t2{
	margin-top: 10px;
	padding-top:10px;
	border-top:1px dashed #39A1DC;
}

.search-t2 label{
	display: block;
}

.search-t2 input{
	margin-right: 0px;
}

#icatch{
	width: 100%;
	height: 250px;/**/
	margin-bottom: -80px;
	text-align: center;
	/* background-image: url(images/contents/top/icatch.png); */
	background-repeat: no-repeat;
	background-position: center top;
}

#icatch #message{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top:20px;
}

#icatch #message p{
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 0;
	color: #2E64FE;
	font-weight: bold;
	text-shadow:0 0 8px #fff;
}

/* 720 - 10 - 30 = 680px */

#main .main-contents{
	border: 1px solid #cacfd5;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}

#main .main-contents .main-inner{
	border: 1px solid #ebeff3;
	box-shadow: 0 0 6px #ebeff3;
}

#main .main-contents .main-inner .contents{
	padding: 15px;
}

#main .main-contents .main-inner .contents p{
	margin-bottom: 15px;
}

.title{
	/*background-image: url(images/common/title-bg.png);*/
	padding: 8px 12px;
	color: #05489b;
	font-size: 16px;
	font-weight: bold;
	/*text-shadow: 0 0 2px #FFFFFF;*/
}

.title .dotted{
	/*background-image: url(images/common/title-dotted.png);*/
	/*background-position: left center;*/
	/*background-repeat: no-repeat;*/
	padding: 4px 4px 2px;
}



/* top */

.news-list-box{
	padding: 10px;
	border-bottom: 1px dashed #eeeeee;
}

.news-list-box a{
	color: #10519a;
	font-weight: bold;
}



/* -------------------------------------- */

/*           view-list                   */

/*   一覧表示時のボックスの中でのdlのスタイル   */

/* -------------------------------------- */

#view-list{
	margin-top:5px;
}

#view-list .box{
	border-radius: 5px;
	display: block;

	width: 46%;

	height: auto;
	height: 650px;

	margin-left: calc(4% / 2);  /**** (100%-46%) /2 ****/
	margin-bottom: 25px;
	border: 1px solid #555555;
	float: left;
}

#view-list .box p{
	line-height: 1.6;
}

#view-list .box{
	text-align: center;
	text-align: left;
}

#view-list .name{
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}


#view-list .box .price{
	font-weight: bold;
	text-align: center;
	color: #191970;
}

#view-list .box-taxi{
	font-size: 13px;
	border-radius: 5px;
	display: block;
	width: 95%;
	height: auto;
	margin-left: calc(4% / 2);  /**** (100%-46%) /2 ****/
	margin-bottom: 15px;
	border: 1px solid #555555;
	float: left;
}



/* -------------------------------------------- */

/*               view-list                     */

/*   一覧表示時のボックスの中でのdlのスタイル   */
		
/* -------------------------------------------- */

dl.in-thumb {
  width:95%;
  margin:20px auto;
  border-bottom:1px solid #999;
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
}
dt.in-thumb{
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  width:30%;
  padding:3px 2% 4px;
  margin:0;
  border-top:1px solid #999;
}
dd.in-thumb {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  width:60%;
  padding:3px 2% 4px;
  margin:0;
  border-top:1px solid #999;
}
dt.in-thumb {
  margin-right:-1px;
}



/* single.php
-------------------------------------- */

#single-title{
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 25px;
}

#main .main-contents .main-inner .single-contents{
	padding: 15px;
}

.single-contents #date{
	margin: 15px 0;
	text-align: right;
	font-weight: bold;
}

#single-pager {
  position: relative;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
}
#single-pager #next a {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  padding: 10px;
  border-radius: 4px;
}
#single-pager #next a:hover {
  background-color: #FBFCFC;
}
#single-pager #prev a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
#single-pager #prev a:hover {
  background-color: #FBFCFC;
}

#hyouji{
	margin: 15px 0;
	font-weight: bold;
}



/* -------------------------------------- */

/*     single-view-list                   */

/*     個別表示時の定義 */

/* -------------------------------------- */


/* 940px */

#single-view-list-main .main-contents{
	border: 1px solid #cacfd5;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}

#single-view-list-main .main-contents .main-inner{
	border: 1px solid #ebeff3;
	box-shadow: 0 0 6px #ebeff3;
}

#single-view-list-main .main-contents .main-inner .contents{
	padding: 15px;
}

#single-view-list-main h1{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 25px;
}

#single-view-list-detail #photo-section{

	width: 50px;

	float: left;
}


#single-view-list-detail #photo-section #thumb{
	margin-top: 5px;
}

#single-view-list-detail #photo-section #thumb ul li{
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

#single-view-list-detail #photo-section #thumb ul li:nth-child(2n+1){
	margin-left: 0;
}


#single-view-list-detail #data-section{
	width: 500px;
	float: right;
}

#single-view-list-detail #data-section #explain{
	margin-top: -15px;
	margin-bottom: 25px;
	color: #2F88B0;
	font-size: 16px;
	font-weight: bold;
}

#single-view-list-detail #googlemap{
	border:4px solid #F1F6FC;
	padding: 2px;
}

#single-view-list-detail #data-section .title1{
	font-size: 14px;
	padding: 8px 8px 4px;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: 4px solid #259cdc;
}

#single-view-list-detail .important-text{
	padding: 5px;
	border: 1px solid #C3270A;
	background-color: #FCF6F5;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.table01{
	width: 100%;
	margin-bottom: 25px;
}
.table01 th{
	width: 140px;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	background-color: #f1f6fc;
	border-bottom: 2px solid #FFFFFF;
}

.table01 td{
	padding: 10px;
	border-bottom: 2px solid #FFFFFF;
	word-break: break-all;
}

/* page.php
-------------------------------------- */
/* inquiry */

.contact-table{
	width: 100%;
	margin: 25px 0;
	border-collapse: collapse;
}

.contact-table th{
	border: 1px solid #ffffff;
	background-color: #f1f1f1;
	color: #4D2711;
	width:220px;
	padding: 12px 10px;
	text-align: right;
}

.contact-table td{
	border: 1px solid #ffffff;
	background-color: #f9f9f9;
	padding: 12px 10px;
}

.contact-table tr{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.contact-table tr:hover{
	background-color: #F7F3EA;
}

.text-form{
	border:0;
	padding:4px;
	font-size:1.2em;
	font-family:Arial, sans-serif;
	color:#111111;
	border:solid 1px #EEEEEE;
}

.form-short{
	width: 100px;
}
.form-short50{
	width: 50px;
}
.form-long{
	width: 400px;
}
.form-longmax{
	width: 100%;
}
.textarea-form{
	border:0;
	padding:10px;
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #EEEEEE;
	height: 80px;
	width:430px;
}

.contact-table .link{
	font-size: 11px;
	color: #584032;π
}

.important{
	font-size: 9px;
	background-color: red;
	color: #FFFFFF;
	padding: 1px 4px;
	position: relative;
	top:-1px;
}

.send-btn{
	display: block;
	width: 300px;
	background: #F8C12A;
	border-radius: 4px;
	margin: 15px auto 0;
	border: none;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 14px;
}

.send-btn:hover{
	cursor: pointer;
	background-color: #FAD36B;
}




/*-----------------------------------------------------------

	side
		
---------------------------------------------------------- */


#side-search{
	width: 220px;
	border: 5px solid #39a1dc;
	border: 5px solid #1E90FF;
	background-color: #2994d6;
	background-color: #1E90FF;
	border-radius: 4px;
	padding: 5px;
	color: #FFFFFF;
	margin:0 0 20px 0;
}

.top-side-search{
	box-shadow: 0 0 4px #666666;
	position: absolute;
	top:-150px;
}

#side .category{
	margin:20px 0 30px;
}

#side .category h2{
	font-weight: bold;
	margin-bottom: 10px;
}

/*-----------------------------------------------------------

	footer
		
---------------------------------------------------------- */

#footer ul li{
	float: left;
	margin-left: 20px;
	line-height: 30px;
}

#footer ul li a{
	color: #FFFFFF;
}

#footer ul li a:hover{
	text-decoration: underline;
}

#copyright{
	width: 980px;
	margin: 0 auto 15px;
	text-align: center;
}

#footer .moji{
	width: 900px;
	margin: 0px auto;
	font-size: 14px;
	font-family: "Century Gothic", sans-serif;
	color:	#FFFFFF;
}

