<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/


/*//===============
*基本カラー
=================*/
/*
/////////////////
■メインカラー
テーマブルー：#0057a3
テーマブルー（暗）：#00286b
テーマブルー（濃暗）：#000527

*/

/*
レスポンシブ記載について
max-width　～まで
min-widht ～から 
*/


/*=====================================================================

*一時記入

=====================================================================*/
/*南三陸町内の取り組み*/
.torikumi-4-col {
	text-align: center;
	margin-bottom: 30px;
}

.torikumi-4-col img {
	display: block;
	margin-bottom: 10px;
}

.bnr_view-spot {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}

/*CTA：ボタン*/
.veu_cta .btn-primary {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.veu_cta .btn-primary:hover {
    background-color: #449d44;
    border-color: #398439;
}

/*編集ガイド*/
.veu_adminEdit {
	display: none;
}

/*プログラムお申込みボタン*/
.ex-apply {
	margin-top: 30px;
	margin-bottom: 35px;
}

.entry-body .ex-apply .btn-lg.btn-block {
	padding: 20px 10px;
	font-size: 1.5em;
}

/*Media postsタグ*/
.media_post .media_post_text .media_post_meta .media_post_term {
    height: 20px;
}

/*=====================================================================

*基本要素

=====================================================================*/
/*リスト*/
li {
	margin-bottom: .4em;
}

table ul {
	margin: 0px;
}

table li:last-child {
	margin-bottom: 0px;
}

/*装飾*/
.red {
	color: red;
}

/*罫線*/
hr {
	border-top: 2px dotted #afafaf;
}

/*リンク*/
a:hover {
	color: #0057a3;
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

footer a:hover,
.widget_nav_menu ul li a:hover,
.veu_postList .postList a:hover,
.popular-posts a:hover {
	color: #0057a3!important;
}

/*画像とiframe*/
img.border {
	border: 2px solid #ccc!important;
}

iframe {
	display: block;
	margin: 0 auto
}

/*テーブル*/
table {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
}

table th,
table td {
	line-height: 170%;
	padding: 10px;
	font-size: 15px;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
}

table th {
	width: 30%;
	font-weight: bold;
	background-color: #ececec;
}

table td {
	width: 70%;
	font-weight: normal;
}

table.th-blue th {
    background-color: #0057a3;
    color: #fff;
}

.form-control {
	font-size: 15px;
}

input[type="checkbox"] {
	margin-right: 3px;
}

/*テーブル スマフォ用リサイズ*/
@media screen and (max-width: 430px) {
table.regular-respo {
	border: none;
	border-bottom: 1px solid #e5e5e5;
}

table.regular-respo th,
table.regular-respo td	{
	display: block;
	width: 100%!important;
}

table.regular-respo th {
	border: none;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
    margin-bottom: 10px;
}

table.regular-respo tr:first-child th {
	margin-top: 0px;
}

table.regular-respo td {
	border: none;
	padding: 0px 10px;
    margin-top: 10px;
}

table.regular-respo tr:last-child td {
	padding-bottom: 20px;
}
}

/*ContactForm7*/
p.contact-note {
    margin-bottom: 5px;
}

table.c-form7 {
	background-color: #f3f3f3f3;
}

.list-block .wpcf7-list-item {
	display: block;
}
 
.list-inline .wpcf7-list-item {
	display: inline;
}
 
span.wpcf7-list-item{
	display: block;
	margin-bottom: 5px;
}

.wpcf7 th.req:after {
	content: "*";
	color: red;
}

.wpcf7 td input.form-control {
	display: inline;
}

.wpcf7 input.short.form-control {
	width: 100px;
}

/*ContactForm7 送信ボタン*/
.wpcf7 .confirm_btn {
    width: auto;
    text-align: center;
    margin: 20px 0px;
}

.wpcf7 .btn-primary {
    background-color: #0057a3;
    border-color: #00286b;
	width: 100%;
	font-size: 1.1em;
	max-width: 500px;
}

.wpcf7 .btn-primary:focus,
.wpcf7 .btn-primary:hover {
    background-color: #00286b;
}

/*検索フォーム*/
#search-4 {
	margin-bottom: 30px;
}

.widget_search form div input#searchsubmit {
	font-weight: bold;
	font-size: 13px;
	width: 20%;
}

.widget_search form div input#s {
	width: 77%;
}

/*目次*/
#ez-toc-container ul.ez-toc-list {
	margin-left: 10px;
}

body #ez-toc-container li {
	margin-top: 5px;
	font-weight: bold;
}

body #ez-toc-container li li {
	font-weight: normal;
	margin-top: 3px;
}


/*=====================================================================

*Lightningパーツ

=====================================================================*/
/*ぱんくずリスト*/
.breadSection {
	background: rgba(255, 255, 255, 0.5);
}

.breadcrumb {
	padding: 12px 15px;
}

.breadSection .breadcrumb li:last-child {
	font-weight: bold;
}

/*日付*/
.media_post .media_post_text .media_post_meta .media_post_date,
.veu_postList .postList_date {
	color: #00286b;
}

/*ページ内 子ページリンク*/
.veu_childPage_list .childPage_list_more {
    font-weight: bold;
    padding: 5px 15px;
}

/*お問い合わせエリア*/
.contact_txt_catch,
.contact_bt_txt {
	font-weight: bold;
}

.veu_color_txt_key {
    color: #1557a2;
}

/*Q&amp;Aリスト*/
dl.veu_qaItem dt,
dl.veu_qaItem dd {
	line-height: 170%;
}

/*フローリスト*/
.veu_flowBox dl dt,
.veu_flowBox dl dd {
	line-height: 170%;
}

.veu_flowBox dl dt {
	padding-bottom: 10px;
}

/*PRブロック*/
.prBlock {
	text-align: center;
}

.prBlock a {
	display: inline-block;
}

.prBlock a:hover,
.prBlock a:focus {
	opacity: 0.6;
}

/*全幅見出し*/
.widget_ltg_adv_full_wide_title_outer,
.widget_ltg_full_wide_title_outer {
	padding-top: 1em;
	padding-bottom: 1em;
}

.widget_ltg_adv_full_wide_title_outer {
	margin-bottom: 0px;
}

h2.widget_ltg_full_wide_title_title {
    margin-bottom: 5px;
}

.widget_ltg_adv_full_wide_title_title, .widget_ltg_full_wide_title_title {
	font-size: 2.2rem;
}

@media (min-width: 1200px) {
.widget_ltg_adv_full_wide_title_title, .widget_ltg_full_wide_title_title {
    font-size: 2.8rem;
}
}

/*新着記事*/
#ltg_media_posts_media_post-2 {
	margin-bottom: 20px;
}

.vertical_card:hover {
	border-color: #0057a3;
}

/*VKボタン*/
.widget_vkexunit_button {
	max-width: 700px;
	margin: 0 auto;
	font-weight: bold;
}

.mainSection .veu_button a {
	font-size: 1.6em;
}

/*ボタン*/
.entry-body .btn {
	margin: 5px;
	font-weight: bold;
}

.entry-body .btn-lg.btn-block {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

@media screen and (min-width: 710px) {
.entry-body .btn.btn-4col {
	width: 20%;
	margin: 10px;
}
}

@media screen and (max-width: 709px) {
.entry-body .btn.btn-4col {
	width: 36%;
	margin: 10px;
}
}

.veu_button .btn.btn-lg {
	padding-bottom: .6em;
	padding-top: .5em;
	font-weight: bold;
}


/*=====================================================================

*トップページ

=====================================================================*/
/*スライダー*/
.swiper-container {
	background-color: #0057a3;
}

.mini-content-1 .btn-ghost {
	background-color: rgba(0, 133, 200, 0.8);
	font-weight: bold;
	text-shadow: none!important;
	border: none;
}

.mini-content-1 .btn-ghost:hover {
	background-color: #00286b!important;
}

@media (min-width: 992px) {
.slide .btn-ghost {
    font-size: 1.2vw;
}
}

/*PRコンテンツ*/
.pr-content-btn a {
	font-weight: bold;
}

/*体験レポート・体験者様の声*/
#black-studio-tinymce-2 ul {
	max-width: 850px;
	margin: 0 auto;
	padding: 30px;
	border: 3px solid #0057a3;
	border-radius: 5px;
}

#black-studio-tinymce-2 ul li {
	list-style-position: inside;
	border-bottom: 1px dotted #0057a3;
	padding-bottom: .4em;
	font-size: 17px;
}

#black-studio-tinymce-2 ul li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*よくあるご質問ボタン*/
#vkexunit_button-2 {
	margin-bottom: 30px;
}


/*=====================================================================

*固定・投稿ページ

=====================================================================*/
/*サイドバー無しコンテンツ*/
body.page-template-page-onecolumn .mainSection h1 {
	text-align: center;
}

.mainSection .type-page h1.prBlock_title:first-letter {
	color: rgb(51, 51, 51);
}

@media (min-width: 768px){
.page.type-page header h1, h1.entry-title {
    font-size: 32px;
}
}

@media (max-width: 767px){
.page. type-page header h1,
h1.entry-title {
    font-size: 23px;
}
}

.entry-body h2 {
    background: #0057a3;
	color: #fff;
	border-left: none;
	font-size: 25px;
	padding: 1em 80px;
}

.entry-body h2.widget_ltg_full_wide_title_title {
	padding: .5em;
}

.entry-body h3,
h3#reply-title {
	background: none;
	border: none;
	padding: 0px;
	border-bottom: 3px solid #0057a3;
	padding-bottom: .5em;
	margin-bottom: .8em;
	font-size: 1.4em;
}

.entry-body h3::before,
h3#reply-title::before {
	display: none;
}

.entry-body h4 {
	background: none;
	padding: 0px;
	border-radius: 0px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #0057a3;
	margin-bottom: .7em;
}

.entry-body h5 {
	padding-bottom: .5em;
    margin-bottom: 0.6em;
	border-color: #0057a3;
}

.media_post .media_post_text h4.media_post_title {
	border: none;
}

/*アーカイブタイトル*/
.media .media-body .media-heading {
	font-weight: bold;
}

article.media:hover {
	background-color: #ececec;
}

/*アーカイブ カテゴリータグ*/
.entry-meta_items_term a {
	background-color: #0057a3!important;
}


/*=====================================================================

*ページ別

=====================================================================*/
/*合宿プラン*/
.post-name-gassyuku-top .media_post .media_post_text .media_post_meta .media_post_date,
.post-type-gassyuku-plan .media_post .media_post_text .media_post_meta .media_post_date {
    display: none
}

.post-name-gassyuku-top .media_post .media_post_text h4.media_post_title,
.post-type-gassyuku-plan .media_post .media_post_text h4.media_post_title {
    font-size: 15px;
}

/*モデルコース*/
#widget-page-150 .veu_childPage_list {
	margin-top: 0px;
}

@media screen and (min-width: 768px) {
#widget-page-150 .veu_childPage_list .childPage_list_box {
    width: 19%;
}
}

/*プログラム ブロック*/
.program-block {
	padding: 20px;
	border: 2px solid #0057a3;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
}

@media screen and (max-width: 430px) {
.program-block {
	padding: 15px;
}
}

table.program-detail {
	margin-bottom: 20px;
}

table.program-detail,
table.program-detail th,
table.program-detail td {
	border: none;
	vertical-align: top;
}

table.program-detail li {
	padding-bottom: .4em;
    border-bottom: 1px solid #cecece;
    list-style: inside;
}

dl.program-point {
    padding: 10px;
    background: #e6f3ff;
    margin-bottom: .5em;
}

.program-point dt,
.program-point dd {
	border: none;
	padding-left: 0px;
	display: table-cell;
    vertical-align: middle;
}

.program-point dt {
	padding-right: 10px;
    min-width: 60px;
}

.program-point dd {
	line-height: 170%;
}

/*体験メニュー 4カラム*/
.page-id-66 .veu_childPages h2.widgettitle,
.parent-pageid-66 .veu_pageList_ancestor .pageList_ancestor_title {
	display: none;
}

.parent-pageid-66 .veu_card {
	border: none;
}

.parent-pageid-66 .veu_card .veu_card_inner {
	padding: 0px;
	border: none;
}

.page-id-66 .veu_childPages .localNavi,
.parent-pageid-66 .veu_card_inner .pageList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}

.page-id-66 .veu_childPages li.page_item,
.parent-pageid-66 .veu_card_inner li.page_item {
	align-self: stretch;
	margin-bottom: 20px;
}

.page-id-66 .veu_childPages li.page_item a,
.parent-pageid-66 .veu_card_inner li.page_item a {
	border: 1px solid #0057a3;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px rgba(0,0,0,.15);
	color: #0057a3;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 165px;
	height: 100px;
	padding: 12px;
	text-align: center;
	border-radius: 5px;
}

.page-id-66 .veu_childPages li.page_item a:hover,
.parent-pageid-66 .veu_card_inner li.page_item a:hover {
	background-color: #0057a3;
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 454px) {
.page-id-66 .veu_childPages li.page_item,
.page-id-66 .veu_childPages li.page_item a,
.parent-pageid-66 .veu_card_inner li.page_item,
.parent-pageid-66 .veu_card_inner li.page_item a {
	width: 100%;
	display: inline-block;
	height: auto;
}
}


/*=====================================================================

*ヘッダー

=====================================================================*/
/*翻訳*/
.headerTop .switcher .selected a {
	background-color: #fff;
}

/*PC用*/
@media (min-width: 992px) {
/*翻訳*/
li.menu-item.menu-item-gtranslate {
    top: -5px;
    right: 280px;
}

/*ヘッダー上部のユーティリティ*/
.headerTop {
    background-color: #0057a3;
	color: #fff;
	border: none;
}

.headerTop .headerTop_description,
span.headerTop_tel_wrap {
	font-size: 1.1em!important;
	font-weight: bold;
}

.headerTop ul&gt;li&gt;a, 
.headerTop ul&gt;li&gt;span {
	padding: 0 5px;
	line-height: 100%;
}

.headerTop ul&gt;li&gt;a {
	color: #fff;
}

.headerTop .nav&gt;li&gt;a:focus,
.headerTop .nav&gt;li&gt;a:hover {
	background: none;
	color: #fff100;
	text-decoration: underline;
}

.headerTop_contactBtn .btn-primary {
	background-color: #0057a3;
	font-weight: bold;
	border: none;
}

.headerTop_contactBtn .btn-primary:hover {
	background-color: #00286b;
}

/*ナビゲーション*/
body .gMenu_outer,
.header_scrolled .gMenu_outer {
    background: #fff;
	border-top: 1px solid #1f85c8;
	border-bottom: 2px solid #1f85c8;
}

body.header_scrolled .gMenu_outer {
	border-top: none;
}

body ul.gMenu li {
	background: #fff;
}

body ul.gMenu li i.fas,
body ul.gMenu li i.far {
	display: block;
	margin-bottom: 5px;
	color: #0057a3;
	font-size: 25px;
}

ul.gMenu&gt;li:hover&gt;a:after,
ul.gMenu&gt;li.current-post-ancestor&gt;a:after,
ul.gMenu&gt;li.current-menu-item&gt;a:after, 
ul.gMenu&gt;li.current-menu-parent&gt;a:after,
ul.gMenu&gt;li.current-menu-ancestor&gt;a:after,
ul.gMenu&gt;li.current_page_parent&gt;a:after,
ul.gMenu&gt;li.current_page_ancestor&gt;a:after {
    border-top: 2px solid #00286b!important;
}

body.header_scrolled .gMenu_outer {
	border-top: none;
}

ul.gMenu&gt;li {
    border-left: 1px dotted #e2e2e2;
}

ul.gMenu&gt;li:first-child {
    border-left: none;
}

ul.gMenu&gt;li:last-child {
    border-right: none;
}

ul.gMenu li a {
	font-size: 15px;
	padding: 15px 10px;
	font-weight: 700;
	color: #444;
}

ul.gMenu li a:hover {
    background-color: rgb(228, 250, 255);
}

ul.gMenu li a .gMenu_name {
	margin-bottom: 5px;
	color: #444;
}

ul.gMenu&gt;li .gMenu_description {
	font-size: 12px;
    line-height: 18px;
	color: #0057a3;
}

ul.gMenu li a:hover,
ul.gMenu li a:hover .gMenu_name,
ul.gMenu&gt;li a:hover .gMenu_description {
	color: #00286b;
}
}

/*モバイルナビ*/
.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
	color: #444;
}

.vk-menu-acc .acc-btn {
	border: none;
}

@media (max-width: 991px) {
.header_scrolled .siteHeader {
    position: relative;
}

.siteHeader .container {
	border-top: 3px solid #0057a3;
	padding-bottom: 7px;
}
}

.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open {
	background-color: #fff;
	border: none;
	top: 11px;
}

ul.gMenu&gt;li&gt;ul.sub-menu li a {
	font-size: 14px;
}


/*=====================================================================

*フッター

=====================================================================*/
footer aside {
	margin-bottom: 30px;
}

.siteFooter {
	color: #5d5d5d;
}

.siteFooter {
	background: #fff;
}

.siteFooter .widget .widget-title {
	color: #5d5d5d;
}

.siteFooter .widget .widget-title:after {
	border-bottom: 2px solid #0057a3;
}

.siteFooter .widget_archive ul li a,
.siteFooter .widget_categories ul li a,
.siteFooter .widget_link_list ul li a,
.siteFooter .widget_nav_menu ul li a,
.siteFooter .widget_pages ul li a,
.siteFooter .widget_recent_entries ul li a {
	color: #5d5d5d;
	border-bottom: 1px dotted #0057a3;
}

footer .copySection p {
	color: #5d5d5d;
}

.page_top_btn {
	background-color: #0057a3;
	outline-color: #0057a3;
}

@media (max-width: 991px) {
.siteFooter .container  {
	padding-bottom: 1.5em;
}

.siteFooter .container.copySection {
	padding-top: 0px;
	padding-bottom: 100px;
}
}


/*=====================================================================

*サイドバー

=====================================================================*/
/*文字サイズ*/
.siteContent .subSection p {
	font-size: 14px;
}

/*iframe*/
@media (min-width: 992px) {
.sideSection iframe {
	width: 260px;
}
}

/*メニュー*/
.sideSection aside.widget ul {
	padding-left: 20px;
}

.siteContent_after .widget .subSection-title,
.subSection .widget .subSection-title {
	font-size: 17px;
}

.subSection li.current-cat&gt;a,
.subSection li.current_page_item&gt;a {
	background: none;
}


/*セレクトフォーム*/
select.form-control {
	height: 38px;
}

/*購読フォーム*/
p#subscribe-email,
p#subscribe-submit {
	display: inline-block;
}

p#subscribe-email {
	width: 77%;
}

p#subscribe-submit {
	width: 20%;
}

p#subscribe-submit button {
	width: 100%;
	background-color: #0057a3;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	border: none;
	outline: none;
	padding: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.15);
	font-size: 13px;
}

p#subscribe-submit button:hover {
	background-color: #00286b;
}


/*=====================================================================

*MyASPフォーム

=====================================================================*/
/*基本枠*/
.content_form {
	border: 1px solid #ddd;
	padding-bottom: 30px;
}

.content_form .input_unit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}

.content_form .input_unit .my_left.my_column {
	vertical-align: top!important;
}

/*見出しのラベル*/
.content_form label.form_input_label {
    font-weight: 700;
}

div.input_unit {
	margin-bottom: 15px;
}

.content_form .required_color {
	background: #fff!important;
}

label.required:after {
	content: "※";
	color: red;
}

/*チェックボックス、ラジオボタン*/
form.myForm div.radiobutton_frame,
form.myForm div.checkbox_frame  {
	vertical-align: bottom;
}

.checkbox_frame div,
.radiobutton_frame div {
	padding-bottom: 0px!important;
}

.radiobutton_label label {
	font-weight: normal;
}

.content_form form.myForm input[type=checkbox],
.content_form form.myForm input[type=radio] {
    width: 1.0em;
    height: 1.0em;
    margin-right: 3px;
	position: static;
	margin-left: 0px;
	padding-bottom: 0px;
}

.checkbox label,
.radio label {
	padding-left: 0px;
	font-weight: normal;
	font-size: 15px;
}

div.radiobutton_input,
div.radiobutton_label,
div.checkbox_input,
div.checkbox_label {
	display: inline-block;
}

input[type=radio],
input[type=checkbox] {
	vertical-align: -2px;
}

/*確認ボタン*/
.content_form .form_input_submit input {
	width: 80%;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
    background-color: #0057a3;
	border: none;
    border: 1px solid #00286b;
	color: #fff;
	border-radius: 3px;
}

.content_form .form_input_submit input:hover {
    background-color: #00286b;
}

/*非表示要素*/
input[type="hidden"] {
	display: none;
}

.content_form .select select,
.content_form .date_time1 .my_right div,
.content_form .date_time1 .my_right select {
	display: inline-block;
	width: auto;
} 
</pre></body></html>