@charset "utf-8";

@import url('header.css');
@import url('side.css');
@import url('footer.css');

/*---------------------------------
  contents > Layout
---------------------------------*/

#content {
	width:980px;
	margin:0 auto;
	text-align:left;
}

.contents_box {
	width:660px;
	float:left;
}

/*---------------------------------
  breadcrumb
---------------------------------*/

.breadcrumb {
	font-size: 12px;
	margin: 10px auto 5px;
	height: 15px;
    width: 980px;
}

.breadcrumb li{
	float: left;
	list-style: none;
}

.breadcrumb span {
	margin: 0 5px;
}

.breadcrumb a {
	color: #0070ad;
	font-size: 12px;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #28b8ff;
}

/*---------------------------------
  listBox
---------------------------------*/
.listBox {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 12px;
}

.listBox a {
	text-decoration:none;
	color:inherit;
}

.listBox ul li {
	list-style-type:none;
	overflow:hidden;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}

.listBox p.img {
	float:left;
	margin-right:10px;
}

section .titArea {
	background-color:#0070ad;
	border-top:2px solid #333;
	padding:8px 10px;
}

section .titArea h2 {
	color:#28b8ff;
	font-size:12px;
}

section .titArea h2 img {
	margin-right:15px;
}

section .detail {
	font-size:10px;
	margin-top:15px;
	text-align:right;
}

section .detail a {
	color:#fff;
	background-color:#0070ad;
	background-image:url(../imgs/ico_arrow-w.png);
	background-repeat:no-repeat;
	background-position:90% 50%;
	border:1px solid transparent;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 24px 4px 12px;
	display:inline-block;
}

section .detail a:hover {
	color:#0070ad;
	background-color:#efefef;
	background-image:url(../imgs/ico_arrow-b2.png);
	background-repeat:no-repeat;
	background-position:right 12px center;
	border:1px solid #0070ad;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 24px 4px 12px;
	display:inline-block;
}

/*---------------------------------
  page
---------------------------------*/

.c_b {
    color: #0070ad;
}

.page h2 {
    background-color: #f5f5f5;
    border-bottom: 1px solid #333;
    border-top: 2px solid #333;
    color: #0070ad;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 10px 10px;
}

.page h3 {
    border-left: 5px solid #01a9db;
    margin-bottom: 15px;
    margin-top: 20px;
}

.page h3 span {
    border-left: 3px solid #333;
    color: #0070ad;
    display: inline-block;
    padding-left: 8px;
}

.page p {
    margin-bottom: 10px;
}
.page a {
    color: #01a9db;
}

.page a:hover {
    text-decoration: none;
}

.page .logo {
    margin: 20px auto 30px;
    text-align: center;
}

.page ul {
    list-style: disc;
    padding-left: 1em;
}

.page li {
    color: #0070ad;
    margin-bottom: 8px;
}

.page li span {
    color: #3e3e3e;
}

.page table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 30px;
	box-sizing:border-box;
	width:100%;
    border-collapse: collapse;
}

.page tr {
	width: 100%;
}

.page th {
	background-image: url(../imgs/bg_line1.gif) , url(../imgs/bg_line2.gif) ;
	background-position: top right, top left;
	background-repeat: repeat-y, repeat-x;
	background-color: #f5f5f5;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}

.page th span {
	margin: 0 0 0 10px;
	font-size: 12px;
    font-weight: normal;
    display: inline-block;
}

.page td {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

.page td p, .page td ul {
	margin: 10px;
	font-size: 12px;
	min-height: 18px;
	padding: 0;
}

/* 会社概要 */
.company_t th {
	width: 20%;
}

.company_t td {
	width: 80%;
}

.company_t td p, .company_t th span {
    font-size: 14px;
    line-height: 1.5;
}

/* お問い合わせ */
.contact_t th {
	width: 20%;
}

.contact_t td {
	width: 80%;
}

.contact_t .person {
	width: 15%;
}

.contact_t .p_item {
    width: 25%;
}

.contact_t .p_status {
	width: 60%;
}

.contact_t th .c_r {
    margin-left: 0;
}

/* ご旅行条件書 */
dl.accordion {
    width:100%;
    margin:0 auto 30px;
    font-size: 16px;
}
dl.accordion dt {
    border-left: 5px solid #01a9db;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 20px;
    cursor: pointer;
}

dl.accordion dt span {
    border-left: 3px solid #333;
    color: #0070ad;
    display: inline-block;
    padding-left: 8px;
}

dl.accordion dt span:hover {
    color: #28b8ff;
}

dl.accordion dd {
    background: #fff;
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
    display: none;
}

dl.accordion table {
    margin-bottom: 20px;
}

dl.accordion .app_fee th {
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
    width: 50%;
}

.app_fee td {
    padding: 10px;
    width: 50%;
}

.app {
    border-right: 1px solid #ccc;
}

dl.accordion .cancel th {
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
}

.cancel .cancel_date {
    width: 85%;
}

.cancel .cancel_rates {
    width: 15%;
}

.cancel td {
    padding: 10px;
}

.c_date {
    border-right: 1px solid #ccc;
}

.accordion .songai th {
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
}

.songai .table_a {
    width: 70%;
}

.songai .songai_rates {
    width: 30%;
}

.songai td {
    padding: 10px;
    line-height: 1.5;
}

.songai .t_before {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: auto;
    text-align: center;
}

.songai .t_after {
    width: auto;
    text-align: center;
}

.songai .a_change {
    text-align: center;
}

/* よくあるご質問 - アコーディオン */
ul.accordion {
    list-style: none;
    padding-left: 0;
}

ul.accordion ul {
    display: none;
}

ul.accordion > li > p {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

ul.accordion .outer {
    border-left: 5px solid #01a9db;
    margin: 20px 0 10px;
    line-height: 1;
    display: block;
}

ul.accordion .inner {
    border-left: 3px solid #333;
    color: #0070ad;
    display: inline-block;
    padding-left: 8px;
    font-size: 16px;
    cursor: pointer;
}

ul.accordion .inner:hover {
    color: #28b8ff;
}

ul.accordion > li > ul {
    margin: 0 0 30px 10px;
}

ul.accordion > li >  ul > li > p:hover {
    background: #f5f5f5;
}

.inner_q:hover {
    color: #28b8ff;
}

ul.accordion > li >  ul > li > p > span {
    cursor: pointer;
}

ul.accordion > li > ul > li > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

ul.accordion > li > ul > li > ul > li {
    font-weight: bold;
    text-indent: -1em;
}

/* お問い合わせ */
.planname select {
    width: 490px;
    overflow: hidden;
}

.contact_t input, .contact_t select, .contact_t textarea {
    padding: 5px;
    font-size: 12px;
}

.contact_t td p {
    line-height: 1.5;
}

/*---------------------------
　アンケート
---------------------------*/
#questionnaire p, #questionnaire ul , #questionnaire li {
	margin: 0;
	padding: 0;
}

#questionnaire label:hover{
	background: #E8FBFF;
	cursor: pointer;
}

#questionnaire input[type="checkbox"] {
	cursor: pointer;
}

#questionnaire .red {
	color: #ff0000;
	border: none;
    display: inline;
}

#questionnaire strong{
	color: #3e3e3e;
}

#questionnaire h3{
	font-size: 16px;
	font-weight: bold;
}

#questionnaire > div:nth-of-type(1) {
	padding: 0px 10px 15px 20px;
	margin-bottom: 40px;
}

#questionnaire > div:nth-of-type(1) h3:nth-of-type(1){
	margin-top: 30px;
	border-left: 15px solid #3e3e3e;
	padding-left: 10px;
}

#questionnaire > h3:nth-of-type(1){
	font-size: 20px;
	border: 1px solid #cccccc;
	background:linear-gradient(#F9F9F9, #E2E1E1);
	padding: 15px 10px 10px;
	margin: 0px 0 15px 0 ;
}

#questionnaire_box > div:nth-of-type(1){
	padding: 0 20px;
}

#questionnaire_box > div:nth-of-type(1) p:nth-of-type(1) {
	margin: 10px 0 10px;
	font-weight: bold;
}

#questionnaire_box > div:nth-of-type(1) ul {
	margin: 0 0 30px 13px;
}

#questionnaire_box > div:nth-of-type(1) li {
	margin: 0px 10px;
	color: #3e3e3e;
}

#questionnaire_box h3 {
	font-size: 13px;
	font-weight: bold;
	background: #E4EAFA;
	margin: 0px 0 20px 0;
	line-height: 30px;
}

#questionnaire_box h3 > span {
    padding: 8px 8px 8px 45px;
    line-height: 1.5;
    text-indent: -3em;
}

#q1 {
	margin-bottom: 60px;
}

#q1 ul {
	padding: 0;
}

#q1 li {
	list-style: none;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #3e3e3e;
}

#q1 li:nth-last-of-type(n+4) p {
	display: inline;
}

#q1 li:nth-last-of-type(n+4) .wpcf7-list-item {
	margin-left: 30px;
}

#q1 li:nth-of-type(n+4) {
	padding-left: 10px;
}

#q1 li:nth-of-type(4) > span:nth-of-type(1) {
	margin: 0 20px 0 30px;
}

#q1 li:nth-of-type(4) > span:nth-of-type(2) {
	margin: 0 0 0 20px;
}

#q1 li:nth-of-type(n+4) p {
	margin: 10px 0 0 15px;
}

#q1 li:nth-of-type(6) > div p:nth-of-type(1) {
	border-bottom: 2px dotted #D0D0D0;
}

#q1 li:nth-of-type(6) > div p .wpcf7-list-item {
	margin-left: 30px;
}

#q1 .basictheme {
    display: block;
}

input#q1_travel_number_time {
	ime-mode: disabled;
}

input#q1_length_stay {
	ime-mode: disabled;
}

#q2 {
	margin-bottom: 60px;
}

#q2 p:nth-of-type(1) {
	margin-bottom: 30px;
}

#q2 span.wpcf7-list-item{
	display: block;
	float: left;
	width: 210px;
	padding-bottom: 10px;
}

#q2 div {
	margin-left: 10px;
}

#q2 li p:nth-of-type(2) input{
	width: 545px;
}

#q2 div > p:nth-of-type(1) {
	margin-bottom: 10px;
	display: inline-block;
	background: #E8EEFF;
	width: 100%;
	border-bottom: 1px solid #DBE5FF;
}

#q2 div > p:nth-of-type(2) strong {
	display: inline-block;
}

#q2 div > p:nth-of-type(2) input{
	width: 100%;
    box-sizing: border-box;
    height: 22px;
}

span#q2_transportation {
	display: inline-block;
}

#q3_transportation .wpcf7-list-item label {
    width: 220px;
}

#q3_transportation .wpcf7-list-item span {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    word-wrap: break-word;
    word-break: keep-all;
}

#q3 {
	margin-bottom: 60px;
}

#q3 span.wpcf7-list-item {
	display: block;
	float: left;
	width: 320px;
	padding-bottom: 10px;
}

#q3_area .wpcf7-list-item span {
    display: inline-block;
    width: 280px;
    vertical-align: top;
    word-wrap: break-word;
    word-break: keep-all;
}

#q4 {
	margin-bottom: 60px;
}

#q4 p:nth-of-type(1){
	margin-bottom: 10px;
}

#q4 p:nth-of-type(2){
	margin-bottom: 30px;
}

#q4 p:nth-of-type(2) strong {
	display: inline-block;
}

#q4 span.wpcf7-list-item{
	display: block;
	float: left;
	width: 220px;
	padding-bottom: 10px;
}

#q4 span.wpcf7-list-item:nth-of-type(3n-1){
	width: 240px;
}

#q4 span.wpcf7-list-item:nth-of-type(3n){
	width: auto;
}

#q4 > div {
	margin-left: 10px;
}

#q4 li{
	list-style: none;
	margin-bottom: 25px;
}

#q4 li p:nth-of-type(1) {
	margin-bottom: 10px;
	display: inline-block;
	background: #E8EEFF;
	width: 100%;
	border-bottom: 1px solid #DBE5FF;
}

#q4 li p:nth-of-type(2) input{
	width: 100%;
	height: 22px;
	font-size: 16px;
    box-sizing: border-box;
}

.q4_access_info {
	display: inline-block;
}

.q4_access_info .wpcf7-list-item span {
    display: inline-block;
    width: 144px;
    vertical-align: top;
    word-wrap: break-word;
    word-break: keep-all;
}

#q5 {
	margin-bottom: 60px;
}

#q5 span.wpcf7-list-item:nth-last-of-type(n+2) {
	margin-right: 30px;
}

span#q5_schedule {
	margin-bottom: 10px;
	display: inline-block;
}

#q5_schedule .wpcf7-list-item span {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    word-wrap: break-word;
    word-break: keep-all;
}

#q6 {
	margin-bottom: 60px;
}

span#q6_theme {
	display: inline-block;
}
textarea#q6_epidemic_tour {
	width: 99%;
}


#q7 {
	margin-bottom: 60px;
}

#q7 ul {
	margin-bottom: 30px;
}

#q7 li {
	list-style: none;
	float: left;
	width: 165px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}

#q7 li:nth-child(9), #q7 li:nth-child(10), #q7 li:nth-child(11), #q7 li:nth-child(12) {
 	height: 163px;
}

#q7 span.wpcf7-list-item {
	display: block;
	float: left;
	width: 210px;
	padding-bottom: 10px;
}

#q7_optional_tour .wpcf7-list-item span {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    word-wrap: break-word;
    word-break: keep-all;
}

#q8 {
	margin-bottom: 60px;
}
span#q8_point {
	display: inline-block;
}
textarea#q8_epidemic_tour {
	width: 99%;
}

#q9 {
	margin-bottom: 60px;
}

#q9 span.wpcf7-list-item {
	display: block;
	float: left;
	width: 320px;
	padding-bottom: 10px;
}

#q10 {
	margin-bottom: 60px;
}

textarea#q10_epidemic_tour {
	width: 99%;
}

input.wpcf7-form-control.wpcf7-submit {
	height: 40px;
}

img.ajax-loader {
	width: 30px;
	height: auto;
}

#questionnaire span.wpcf7-not-valid-tip {
	display: inline-block;
	width: 100%;
}

#q1 span.wpcf7-not-valid-tip {
	color: #ff0000;
	display: inline-block;
}

.page > h2:nth-of-type(1) + p {
	margin-bottom: 30px;
}

/*---------------------------
　お問合せマニュアル
---------------------------*/
.manual h2 {
    background-color: #e4fffd;
    /*border-bottom: 1px solid #333;*/
    /*border-top: 2px solid #333;*/
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 20px 10px;
 }

 .manual h3 {
    background-color: #fff;
    border-bottom: 3px solid #0070ad;
    margin-bottom: 10px;
    padding: 0 8px 5px;
    color: #0070ad;
    font-size: 18px;
 }

 .manual ul {
    padding-left: 1em;
    margin: 0 10px;
 }
 .manual li {
    color: #0070ad;
    margin: 0 0 10px;
 }
 .manual a {
    color: #333;
    text-decoration: none;
 }
  .manual a:hover {
    color: #28b8ff;
  }

/*******************************************************************************
 max-width:750px
*******************************************************************************/
@media screen and (max-width: 750px) {

#content {
    width: 100%;
}

.contents_box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
}

.breadcrumb {
	font-size: 14px;
	padding: 10px 5px;
	height: auto;
	margin: 0;
    width: 90%;
}

.breadcrumb a {
    font-size: 14px;
}

.page h2 {
    font-size: 22px;
}

.page h3 {
    border-left: 5px solid #01a9db;
    margin:20px 10px 15px;
    font-size: 20px;
}

.page p {
    margin: 10px;
    font-size: 14px;
}

.page ul {
    font-size: 14px;
}

.page td p, .page td ul {
    font-size: 14px;
}

.page th {
    background-image: url(../imgs/bg_line2.gif);
    background-position: top left;
    background-repeat: repeat-x;
    border-right: none;
}

.page th span {
    font-size: 14px;
}

.page ul {
    margin: 0 10px;
}

/* 会社概要 */
.logo img {
    width: 95%;
}

table.company_t {
    border-top: 2px solid #ccc;
    border-left: none;
    border-right: none;
}

.company_t th {
    display: block;
    width: auto;
    border-right: none;
}

.company_t td {
    font-size: 14px;
    display: block;
    width: auto;
    border-bottom: 2px solid #ccc;
}

/* ご旅行条件書 アコーディオン */
dl.accordion dt {
    border-left: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    background-color: #d9f3ff;
    padding: 15px 10px;
    margin: 0;
    display: block;
    background-image: url(../imgs/icon_down1.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

dl.accordion dt span {
    border-left: none;
    color: #0070ad;
    padding-left: 0;
    width: 95%;
    line-height: 1.2;
}

dl.accordion dt.open {
    display: block;
    background-image: url(../imgs/icon_up1.png);
}

dl.accordion dd {
    font-size: 14px;
}

dl.accordion dt span:hover {
    color: #0070ad;
}

dl.accordion .app_fee th:first-of-type {
    border-right: 1px solid #ccc;
}

.app_fee td {
    font-size: 14px;
}

/* よくあるご質問 アコーディオン */
ul.accordion {
    margin: 0;
}

ul.accordion > li > p {
    border-left: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    background-color: #d9f3ff;
    padding: 15px 10px;
    margin: 0;
}

ul.accordion .outer {
    border-left: none;
    margin: 0;
    line-height: 1;
    background-image: url(../imgs/icon_down1.png);
    background-repeat: no-repeat;
    background-position: right center;
}

ul.accordion > li > p > .open {
    border-left: none;
    margin: 0;
    line-height: 1;
    background-image: url(../imgs/icon_up1.png);
    background-repeat: no-repeat;
    background-position: right center;
}

ul.accordion .inner {
    border-left: none;
    padding-left: 0;
    font-size: 16px;
    width: 90%;
}

ul.accordion .inner:hover {
    color: #0070ad;
}

ul.accordion > li {
    margin: 0;
}

ul.accordion > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.accordion > li > ul > li {
    margin: 0;
    font-size: 14px;
}

ul.accordion > li > ul > li > p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin: 0;
}

ul.accordion > li > ul > li > p > span {
    display: block;
    background-image: url(../imgs/icon_down2.png);
    background-repeat: no-repeat;
    background-position: right center;
}

ul.accordion > li > ul > li > p > .open {
    background-image: url(../imgs/icon_up2.png);
}

.inner_q {
    display: block;
    width: 93%;
}

ul.accordion > li >  ul > li > p > span:hover {
    color: #3e3e3e;
}

ul.accordion > li > ul > li > ul {
    margin: 10px 10px 0 35px;
}

/* お問い合わせ */

contact_t input {
  font-size: 14px;
}

.contact_t th {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.contact_t td {
    display: block;
    width: 100%;
}

.planname select {
    width: 90%;
}

.contact_t .person {
    width: 100%;
    background: #bbb;
}

.contact_t .p_item {
    width: 100%;
}

.contact_t .p_status {
    width: 100%;
}

.contact_t input, .contact_t select, .contact_t textarea {
  font-size: 14px;
}

.message textarea ,.plan_name textarea{
    width: 90%;
}

}
/*******************************************************************************
 max-width:420px
*******************************************************************************/
@media screen and (max-width: 420px) {
/* よくあるご質問 */
ul.accordion .inner {
    width: 85%;
}

.inner_q {
    width: 90%;
}

/* お問い合わせ */
.name input, .kana input {
    width: 50%;
}

.email input, .hotel input, .address input, .planname select {
    width: 90%;
}

/* ご旅行条件書 */
dl.accordion dt span {
    width: 90%;
}




/*---------------------------
　アンケート
---------------------------*/

#questionnaire_box .wpcf7-list-item{
	margin-bottom: 15px;
}

#q1 li:nth-last-of-type(n+4) p:nth-of-type(1) {
	float: left;
}

#q1 li:nth-last-of-type(n+4) .wpcf7-list-item {
	display: block;
	float: left;
	width: 95px;
}

#q1 li:nth-last-of-type(n+4) .wpcf7-list-item:nth-of-type(3) {
	margin-left: 100px;
}

#q1 li:nth-last-of-type(n+4) .wpcf7-list-item:nth-of-type(5) {
	margin-left: 100px;
}

#q1 li:nth-of-type(6) > div p .wpcf7-list-item {
	margin-left: 25px;
}

#q1 li:nth-of-type(n+4) p {
	margin: 10px 0 0 0px;
}

#questionnaire_box h3 {
	font-size: 15px;
	height: auto;
}

#q2 li p:nth-of-type(2) input {
	width: 280px;
	height: 20px;
}

input#q1_travel_number_time {
	height: 20px;
}

input#q1_length_stay {
	height: 20px;
}

#q2 span.wpcf7-list-item:nth-of-type(3n-1) {
	width: 280px;
}

#q3 div > p:nth-of-type(2) input {
	width: 250px;
}

#q4 span.wpcf7-list-item {
	width: 310px;
}

#q5_schedule span.wpcf7-list-item {
	width: 280px;
	display: block;
	margin-bottom: 25px;
}

#q6 span.wpcf7-list-item {
	width: 310px;
}

#q7 li {
	width: 160px;
}

#q9 span.wpcf7-list-item {
	width: 310px;
}

#questionnaire .red {
	font-size: 14px;
}


textarea#q10_epidemic_tour {
	width: 98%;
}

}