@charset "UTF-8";
/*================================================
 *  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, main, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}
body {
    line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input, select {
    vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/

html {
    font-size: 62.5%;
}
body, td, th {
    font-size: 1.6rem;
    color: #666;
    font-family: Meiryo UI, "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    line-height: 1.6;
    background: #fff;
}
.inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.resizeimage {
    width: 100%;
}
.clear {
	clear: both;
}
.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: #fcfcfc;
}
nav {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px #d0d8dc;
    ⁄zoom: 1;
}
nav:after {
    content: '';
    display: block;
    clear: both;
}
#contents {
    overflow: hidden;
    width: 980px;
    margin: 20px auto;
    background: #fff;
}
a {
    color: #1a0dab;
    text-decoration: underline;
}
a:hover {
    color: #1a0dab;
    text-decoration: none;
}
h1 {
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 150%;
    margin-bottom: 20px;
}
h2.bar_simple_black {
    background: #000000;/*背景色*/
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_simple_red {
    background: #e8383d;/*背景色*/
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_simple_pink {
    background: #e9546b;/*背景色*/
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_simple_skyblue {
    background: #87cefa;/*背景色*/
    color: #191970;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_simple_springgreen {
    background: #9cbb1c;/*背景色*/
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_simple_blue {
    background: #007bbb;/*背景色*/
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_simple_yellow {
    background: #ffd700;/*背景色*/
    color: #998200;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_simple_orange {
    background: #ff6347;/*背景色*/
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;/*文字まわり（上下左右）の余白*/
    font-weight: bold;
}
h2.bar_fukidashi_blue, h2.bar_fukidashi_pink, h2.bar_fukidashi_orange {/*fukidashiの共通設定*/
    position: relative;
    padding: 0.6em;
    font-weight: bold;
}
h2.bar_fukidashi_blue {
    background: #007bbb;
    color: #fff;
}

h2.bar_fukidashi_pink {
    background: #e9546b;
    color: #fff;
}
h2.bar_fukidashi_orange {
    background: #fc2713;
    color: #fff;
}
h2.bar_fukidashi_blue:after, h2.bar_fukidashi_pink:after, h2.bar_fukidashi_orange:after {/*fukidashiの共通設定*/
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    width: 0;
    height: 0;
}
h2.bar_fukidashi_blue:after {
    border-top: 15px solid #007bbb;
}
h2.bar_fukidashi_pink:after {
    border-top: 15px solid #e9546b;
}
h2.bar_fukidashi_orange:after {
    border-top: 15px solid #fc2713;
}
h2.bar_ribbon_blue {/*ribbonの共通設定*/
    position: relative;
    padding: 0.5em;
    font-weight: bold;
}
h2.bar_ribbon_blue {
    background: #007bbb;
    color: white;
}
h2.bar_ribbon_blue::before {/*ribbonの共通設定*/
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
}
h2.bar_ribbon_blue::before {
    border-right: solid 20px rgb(149, 158, 155);
}
h2.bar_gradation_blue {/*gradationの共通設定*/
    position: relative;
    padding: 0.5em;
    font-weight: bold;
}
h2.bar_gradation_blue {
    background: -webkit-linear-gradient(to right, rgb(9, 90, 255), #36e5ff);
    background: linear-gradient(to right, rgb(9, 90, 255), #36e5ff);
    color: white;
}
h3 {
    border-bottom: dashed 2px #737373;
    color: #505050;
    font-size: 120%;
    padding: 0.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
h4 {
    color: #505050;
    font-size: 120%;
    padding: 0.5em;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: solid 2px #737373;
}
em {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
pre {
    margin: 1em 0;
    padding: 1em;
}
blockquote {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px dotted #ddd;
    border-left: 5px solid #ddd;
}
ul, ol, dl {
    margin: 0 0 1em 0;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}
li {
    margin-left: 2em;
}
dt {
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #ddd;
}
dt:before {
    content: "\0025a0";
}
dd {
    margin-bottom: 1em;
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
}
th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #eee;
    font-weight: bold;
}
td {
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
}
.font_large {
    font-size: 120%;
}
.font_small {
    font-size: 80%;
}
.font_red {
    color: #FF0105;
}
.font_blue {
    color: #2b90d9;
}
.font_pink {
    color:#ff0066;
}
.textalign_right {
    text-align: right;
}
.textalign_left {
    text-align: left;
}
.textalign_center {
    text-align: center;
}
.margin_bottom20px {
    margin-bottom: 20px;
}
.margin_top20px {
    margin-top: 20px;
}
.margin_bottom50px {
    margin-bottom: 50px;
}
.margin_bottom100px {
    margin-bottom: 100px;
}
.margin_bottom3per {
    margin-bottom: 3%;
}
.margin_bottom5per {
    margin-bottom: 5%;
}
.text {
    display: inline-block;
}
.text_box_black {
    border: solid 1px #000000;
    padding: 2px 5px;
    margin-right: 0.5em;
	line-height: 2.2em;
}
.text_box_beta_blue {
    background: #2b90d9;
    color: #fff;
    padding: 2px 5px;
    margin-right: 0.5em;
}
.text_box_beta_red {
    background: #e2041b;
    color: #fff;
    padding: 2px 5px;
    margin-right: 0.5em;
}
.text_box_beta_pink {
    background: #ff0066;
    color: #fff;
    padding: 2px 5px;
    margin-right: 0.5em;
}
.text_box_beta_orange {
    background: #ff6347;
    color: #fff;
    padding: 2px 5px;
    margin-right: 0.5em;
}
/*================================================
 *  ボタン
 ================================================*/

.btn_end {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #736d71;
    /*背景色*/
    border-bottom: solid 2px #696969;
    /*少し濃い目の色に*/
    border-radius: 20px;
    /*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 150%;
    width: 80%;
}
.btn_orange, .btn_blue {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    font-size: 150%;
    width: 80%;
    text-align: center;
    transition: .4s;
    color: #fff;
}
.btn_orange {
    background: #fd9535;
    /*背景色*/
    border-bottom: solid 2px #d27d00;
    /*少し濃い目の色に*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.btn_orange:hover {
    background: #ee7800;
    color: #fff;
}
.btn_blue {
    background: #0068b7;
    /*背景色*/
    border-bottom: solid 2px #003f8e;
    /*少し濃い目の色に*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.btn_blue:hover {
    background: #00608d;
    color: #fff;
}
a.nodeco:hover {
    text-decoration: none;
    color: #fff;
}
.btn_small_orange {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
.btn_small_orange:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
img.btn:hover {
    opacity: 0.8;
}
/*================================================
 *  日程表
 ================================================*/
.table_schedule,.table_schedule02 {
	width: 100%;
}
.table_schedule td.info,.table_schedule02 td.info {
    text-align: right;
    border-right: solid 1px #ddd;
    border-bottom: none;
    border-top: none;
}
.table_schedule td,.table_schedule02 td {
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: none;
}
.table_schedule td.none,.table_schedule02 td.none {
    text-align: center;
    background-color: #eee;
    vertical-align: middle;
}
.table_schedule td.date,.table_schedule02 td.date {
    width: 10%;
    font-weight: bold;
    background: #eee;
    text-align: center;
    vertical-align: middle;
}
.table_schedule th.column2,.table_schedule02 th.column2 {
    width: 40%;
}
.table_schedule th.column3,.table_schedule02 th.column3 {
    width: 30%;
}
.table_schedule th.column4,.table_schedule02 th.column4 {
    width: 20%;
}
.table_schedule th.th_pink,.table_schedule02 th.th_pink {
    background-color: #ff0066; color: #FFF;
}
.table_schedule th.th_blue,.table_schedule02 th.th_blue {
    background-color: #0068b7; color: #FFF;
}
/*================================================
 *  旅行代金
 ================================================*/
.table_gross {
	width: 100%;
}
.table_gross td {
    vertical-align: middle;
    text-align: center;
}
.table_gross th.th_pink {
    background-color: #ff0066; color: #FFF;
}
.table_gross td.td_pink {
    background-color: #fff4ff;
}
.table_gross th.th_blue {
    background-color: #0068b7; color: #FFF;
}
.table_gross td.td_blue {
    background-color: #f4f9ff;
}
.table_gross caption {
    text-align: left;
}
/*================================================
 *  旅行条件
 ================================================*/

.table_joken td {
    width: 80%;
}
.table_joken th {
    width: 20%;
}
/*================================================
 *  ヘッダー
 ================================================*/

header {
    padding: 30px 10px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/

@media print, screen and (min-width:768px) {
nav {
    box-shadow: 0 1px 3px #999;
    z-index: 3;
    width: 980px;
    margin: auto;
}
/* 共通 */
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li a, nav ul li a.on {
    display: block;
    margin: 0;
    padding: 20px 0 10px 0;
    background: #007bbb;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    height: 28px;
}
nav.black ul li a, nav.black ul li a.on {
    background: #000;
    color: #fff;
}
nav.gray ul li a, nav.gray ul li a.on {
    background: #d3d3d3;
    color: #696969;
}
nav.red ul li a, nav.red ul li a.on {
    background: #ea5550;
    color: #FFFFFF;
}
nav.brown ul li a, nav.red ul li a.on {
    background: #946243;
    color: #FFFFFF;
}
nav.navy ul li a, nav.red ul li a.on {
    background: #19448e;
    color: #FFFFFF;
}
nav.skyblue ul li a, nav.skyblue ul li a.on {
    background: #87cefa;
    color: #000080;
}
nav ul li:hover>a {
    color: #fff;
    background: #006eb0;
}
nav.black ul li:hover>a {
    color: #fff;
    background: #333333;
}
nav.gray ul li:hover>a {
    color: #fff;
    background: #7d7d7d;
}
nav.red ul li:hover>a {
    color: #fff;
    background: #cc4a45;
}
nav.brown ul li:hover>a {
    color: #fff;
    background: #66432e;
}
nav.navy ul li:hover>a {
    color: #fff;
    background: #223a70;
}
nav.skyblue ul li:hover>a {
    color: #191970;
    background: #00bfff;
}
/* 1段目 */
nav ul.gnav>li {
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
nav ul.gnav>li.subnav a {
    padding-right: 20px;
}
nav ul.gnav>li.subnav>a:after {
    position: absolute;
    content: "";
    top: 20px;
    width: 0;
    height: 0;
    margin-left: 10px;
    border: 5px solid transparent;
    border-top-color: #fff;
}
/* 2段目 */
nav ul li ul {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
nav ul li ul li {
    overflow: hidden;
    width: 150%;
    height: 0;
    color: #fff;
    transition: .2s;
}
nav ul li ul li a {
    padding: 13px 15px;
    text-align: left;
    background: #7c0c0c;
    font-weight: normal;
}
nav ul li:hover>ul>li {
    overflow: visible;
    height: 40px;
    border-bottom: 1px solid #505050;
}
nav ul li:hover ul li:last-child {
    border-bottom: none;
}
nav ul.gnav>li:last-child>ul {
    left: -50%;
}
nav ul li ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: -20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
}
nav ul.gnav>li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 200%;
    margin-left: -20px;
    border: 5px solid transparent;
    border-right-color: #fff;
}
.gnav {
    display: block !important;
}
#spMenu {
    display: none;
}
.flexnav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.fnav {
    flex: 1;
    margin: 0 3px;
    text-align: center;
}
}
/*================================================
 *  BOX
 ================================================*/

.box_kadomaru_blue, .box_kadomaru_pink, .box_kadomaru_black, .box_kadomaru_green, .box_kadomaru_orange, .box_kadomaru_purple, .box_kadomaru_red , .box_kadomaru_yellow,.box_kadomaru_springgreen {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    border-radius: 10px;
    /*角の丸み*/
    position: relative;
}
.box_kadomaru_yellow {
    color: #998200;
    /*文字色*/
    background: #ffd700;
}
.box_kadomaru_springgreen {
    color: #fff;
    /*文字色*/
    background: #9cbb1c;
}
.box_kadomaru_blue {
    color: #fff;
    /*文字色*/
    background: #2b90d9;
}
.box_kadomaru_pink {
    color: #fff;
    /*文字色*/
    background: #e95464;
}
.box_kadomaru_black {
    color: #fff;
    /*文字色*/
    background: #000;
}
.box_kadomaru_red {
    color: #fff;
    /*文字色*/
    background: #e8383d;
}
.box_kadomaru_green {
    color: #fff;
    /*文字色*/
    background: #009854;
}
.box_kadomaru_orange {
    color: #fff;
    /*文字色*/
    background: #ff7f50;
}
.box_kadomaru_purple {
    color: #fff;
    /*文字色*/
    background: #7f1184;
}
.box_fukidashi_blue {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.box_fukidashi_blue:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box_fukidashi_blue p {
    margin: 0; 
    padding: 0;
}
.serviceBoxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serviceBoxWrap .serviceBox {
  width: 31.25%;
  background: #fff;
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);
  margin-bottom: 4%;
  position: relative;
}
.serviceBox figure.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.serviceBox figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.serviceBoxWrap .serviceBox .txtBox {
  padding: 3.5% 7.5% 30%;
}
.serviceBoxWrap .noLinkBtn .txtBox {
  padding: 7.5% 7.5%;
}
.serviceBoxWrap .serviceBox .txtBox h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #004098;
  line-height: 1;
  margin-bottom: 1em;
}
.serviceBoxWrap .serviceBox .txtBox h3 span.small {
  font-size: 83.33%;
}
.serviceBoxWrap .serviceBox .txtBox p, .serviceBoxWrap .serviceBox .txtBox ul.list01 li {
  font-size: 16px;
  line-height: 1.88;
}
.serviceBoxWrap .serviceBox .txtBox a {
  color: #004098;
  text-decoration: underline;
}
/*================================================
 *  DIV
 ================================================*/

.yoyaku {
    padding: 20px;
    background-color: #ffffe0;
    text-align: center;
}
.section {
    padding: 0.5em;
    margin: 0.5em 0.5em 2em 0.5em;
}

/*================================================
 *  LIST
 ================================================*/

.list_square_blue,.list_square_pink{/*list_squareの共通設定*/
    counter-reset: list-counter;
    list-style: none;
    float:left;
}
.list_square_blue li,.list_square_pink li{/*list_squareの共通設定*/
    margin: 1.5em 0;    
}
.list_square_blue li:before,.list_square_pink li:before{/*list_squareの共通設定*/
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding: .5em;
    margin-right: 1em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.list_square_blue li:before{
    border: .25em solid #ccc;
    background: #2b90d9;
    color: #fff;
}
.list_square_pink li:before{
    border: .25em solid #ccc;
    background: #e9546b;
    color: #fff;
}

/*================================================
 *  フッター
 ================================================*/

footer {
    clear: both;
}
.footmenu {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background: #efede9;
}
.footmenu ul {
    position: relative;
    float: left;
    left: 50%;
    margin: 0;
    padding: 0;
}
.footmenu li {
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
    text-align: center;
}
.footmenu a {
    color: #333;
    text-decoration: none;
}
.footmenu a:hover {
    color: #333;
    text-decoration: underline;
}
.copyright {
    clear: both;
    padding: 20px 0;
    font-size: 11px;
    text-align: center;
    color: #efede9;
    background: #2e2e2e;
}
/* table */
.tableWrap {
  overflow: auto;
  white-space: nowrap;
}
.tableWrap::-webkit-scrollbar {
  height: 5px;
}
.tableWrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tableWrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop_blue, .totop_pink {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.totop_blue a, .totop_pink a {
    display: block;
    text-decoration: none;
}
.totop_blue img {
    background: #007bbb;
}
.totop_pink img {
    background: #e9546b;
}
.totop_blue img:hover, .totop_pink img:hover {
    background: #737373;
}
/*================================================
 *  クラス
 ================================================*/

.list {
    padding: 0 0 0 0.5em;
}
.list li {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}
.info dt {
    border-bottom: none;
}
.info dd {
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.col_two_one {
    overflow: hidden;
}
.col_two_one ul {
    overflow: hidden;
    margin: 2% -2% 0 0;
}
.col_two_one li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
}
.col_two_one li.full {
    width: 100%;
}
.col_two_one li:nth-child(2n+1) {
    clear: both;
}
.col_two_one li img {
    width: 100%;
    margin-bottom: 2.5%;
}
.hight0 {
    height: auto!important;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/


/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media screen and (max-width:767px) {
.inner {
    width: 100%;
}
#contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
}
footer {
    width: 100%;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:767px) {
.lock {
    overflow: hidden;
}
header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#main {
    float: none;
    width: 100%;
}
#sub {
    float: none;
    width: 100%;
}
nav {
    background: #737373;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav .inner>ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 53px;
    right: 0;
    width: 100%;
    height: 88%;
    height: -webkit-calc(100% - 53px);
    height: calc(100% - 53px);
}
nav li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #505050;
    background: #737373;
}
nav li:first-child {
    border-top: 0;
}
nav li:last-child {
    border-bottom: 0;
}
nav li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    background: #505050;
}
nav li a:hover {
    color: #fff;
    background: #737373;
}
nav ul ul {
    display: none;
    position: relative;
}
nav li li a {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 50px;
    text-align: left;
}
nav li li li a {
    padding: 10px 30px 10px 70px;
}
.subnav>a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #f1f1f1;
}
.subnav>a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: #505050;
}
.subnav a:hover:after {
    background: #737373;
}
.active>a:before {
    margin-top: 0;
}
.active>a:after {
    margin-top: 5px;
}
.gnav {
    display: none;
}
#spMenu {
    display: block;
    z-index: 2;
    position: fixed;
    top: 10px;
    right: 10px;
}
#spMenu:hover {
    cursor: pointer;
}
#navBtn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5%;
    background: #737373;
}
#navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #f1f1f1;
    transition: .2s;
}
#navBtnIcon:before, #navBtnIcon:before, #navBtnIcon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #f1f1f1;
    transition: 0.3s;
}
#navBtnIcon:before {
    margin-top: -6px;
}
#navBtnIcon:after {
    margin-top: 4px;
}
#navBtn .close {
    background: transparent;
}
#navBtn .close:before, #navBtn .close:after {
    margin-top: 0;
}
#navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.col_two_one ul {
    margin-right: 0;
}
.col_two_one li {
    width: 100%;
}
.col_two_one li:nth-child(2n+1) {
    clear: both;
}
.hight0 {
    height: 120px !important;
    margin-bottom: 0% !important;
}
.table_joken th, .table_joken td {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.scroll {
    overflow: auto;
    white-space: nowrap;
}
.flexnav {
    flex-direction: column;
}
}
