@charset "utf-8";
/*
Theme Name: MY THEME
Author: nagai-net
Description: This is my original theme.
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Monda);
@import url(https://fonts.googleapis.com/css?family=Lato:900&display=swap);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,600&display=swap');
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);

/************************************
** お問い合わせフォームの入力
************************************/
/*input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}*/
/************************************
** お問い合わせフォームの入力
************************************/


/************************************
** お問い合わせフォームの入力
************************************/
/*#cf-tbl{
width: 800px;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}*/
/*「必須」文字デザイン*/
/*.required{
font-size:.8em;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}*/

/*「任意」文字デザイン*/
/*.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}*/

/* 入力項目を見やすく */
/*input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}*/

/* 「送信する」ボタン */
/*#cf7-btn {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
}#cf7-btn {
width: 250px;
}


#cf7-btn:hover {
    background: #fff280;
    color: #ffaa56;
    border: 2px solid #ffaa56
}*/
/* エラーメッセージを見やすく */
/* span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}*/

/************************************
** お問い合わせフォームの入力
************************************/

/* ワードプレス画像レスポンシブ化 */
img {
    max-width: 100%;
    height: auto;
}

/* ワードプレス画像配置 */
.aligncenter {
    display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 改行クリア */
.cb {
    clear: both;
}

/* リンク色をtext-dangerに変える（カテゴリのテキストリンク色に直接クラスが反映されないため囲う処理） */
.atd a {
    color: #dc3545;
}

.atd a:hover {
    color: #bd2130;
}


/* ページャー */
.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 16px;
	font-family: 'Roboto','Lato','Monda', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	text-align: center;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #dc3545;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #c82333;
    color: #fff;
	text-decoration: none;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}
/* ページャー */


/* 斜め配置 clip-path */
.naname {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  background-color:#022773;
  /* color:#ccc;
  padding: 60px 0 10px 0; */
}

@media screen and (max-width: 480px) {
.naname {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  background-color:#022773;
}
}


/*ニュースティッカー*/
.ticker {
        display: flex;
    }
    /* ティッカー本体 */
    .ticker-body {
        flex: 1 0 auto;
    }
    /* ティッカー項目一覧 */
    .ticker-list {
        margin: 0;
        padding: 0;
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    /* 高さ確保用 */
    .ticker-list::before {
        content: " ";
        display: block;
        white-space: pre-wrap;
    }
    /* ティッカー項目 */
    .ticker-item {
        position: absolute;
        top: 0;
        /* margin-left: 10px; */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
		width:100%; /* 横幅を設定しないと...が表示されない */
    }
    .ticker-item a {
        /*color: black;*/
    }

    /* フェード */
    .ticker-fade .ticker-item {
        opacity: 0;
        transition: 1s all;
    }
    .ticker-fade .ticker-item.active {
        opacity: 1;
    }
    /* スライド */
    .ticker-slide .ticker-item {
        left: 100%;
        transform: translateX(100%);
        transition: 0.5s all;
    }
    .ticker-slide .ticker-item.active {
        left: 0;
        transform: none;
    }
    /* ライズ */
    .ticker-rise .ticker-item {
        top: 100%;
        transform: translateY(100%);
        transition: 1s all;
    }
    .ticker-rise .ticker-item.active {
        top: 0;
        transform: none;
    }
/*ニュースティッカー*/

/*z-index指定*/
.zind10 {
  z-index: 10;
}

/*ナンバー*/
.display-num {
  font-size:12rem;
}

/*右上配置*/
.top-right {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.60; /* 60％不透明度(＝40％透過) */
  z-index: -1;
}

/*右下配置*/
.bottom-right {
  position: absolute;
  bottom: 25px;
  right: 25px;
  opacity: 0.60; /* 60％不透明度(＝40％透過) */
  z-index: -1;
}

/*フローチャート*/
:root {
  --flowchart-size: 60px;/* 番号のサイズ 変更可 */
  --flowchart-border: 5px;/* 縦線太さ 変更可 */
}
.flowchart {
  list-style: none !important;
  counter-reset: flownum;/* リストアイテムの名称(任意) */
  margin: 1em 0;/* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}
.flowchart li {
  position: relative;
  padding: 0 0 4em calc(var(--flowchart-size) + 20px);/* 6px がタイトルとの距離であり余白 */
}

/* 番号部位デザイン */
.flowchart li::before {
  content: counter(flownum);
  counter-increment: flownum;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;/* 通常は 0, 横に並ぶタイトルとのバランスを見て調整 */
  left: 0;
  z-index: 2;
  width: var(--flowchart-size);
  height: var(--flowchart-size);
  border-radius: 50%;/* 番号円形, 四角形で良ければこの一行削除 */
  background: rgb(44,182,150);/* 番号背景 */
  color: white;/* 番号文字色 */
  font-family: 'Roboto','Lato','Monda', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.75rem;
}

/* 縦線部位デザイン */
.flowchart li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) / 2 - calc(var(--flowchart-border) / 2));
  z-index: 1;
  width: var(--flowchart-border);
  height: 100%;
  background: rgb(200,200,200);/* 線の色 */
}

/* 工程タイトル */
.flowchart-title {
  margin: 0 0 .6em;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.4;/* 大きめの文字は 1.2 〜 1.4 程度で調整すると良い */
}

/* 最終工程の縦線が必要な方ここから削除 */
.flowchart li:last-of-type::after {
  content: none;
}
/* 最終工程の縦線が必要な方ここまで削除 */

/* p要素を利用した場合の調整 */
.flowchart li p {
  margin: 1em 0 !important;
}
.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}
/*フローチャート*/


/*横の半分こ*/
.oneArea {
  background: linear-gradient(90deg, #fdf1cb 0%, #f0bc68 50%, #c4d7d1 50%, #e4f6f1 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
　padding: 0px;
　margin: 0px;
}
/*横の半分こ*/

/*-------
擬似要素テキストが流れる
-------*/
.flowimg {
  position: relative;
  /*padding: 10vw 10vw;*/
  padding: 0px;
  overflow: hidden;
}
.flowimg::before,
.flowimg::after {
  content: "Home Page";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  color: #b1d7f4;
  font-size: 16vw;
  font-family: 'Poppins', serif;
  line-height: 1.0;
  text-align: center;
  z-index: -1;
　opacity: 0.6;
　white-space: nowrap;
}
.flowimg::before {
  left: 0;
  animation: flowimg 15s linear infinite;
}
.flowimg::after {
  left: 100%;
  animation: flowimg 15s linear infinite;
}
@keyframes flowimg {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
@media screen and (max-width: 480px) {
.flowimg {
    /*padding: 40px 10vw;*/
	padding: 0px;
}
}
/*--------擬似要素テキストが流れる-------*/

.b {
    font-weight: bolder;
}

.border-3{
	border-width: 3px !important;
}

.border-5{
	border-width: 5px !important;
}


/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:50px 20px;
}

.sort-btn li{/*ALL用*/
	background:#eee;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	border: 1px solid #e6e6e6;
}

.sort-btn li:hover{
	background:#2853c1;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	color: #fff;
	transition: 0.5s;
}


.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#022773;
	color: #fff;
}



.sort-btn li.warning{/*Seminar用*/
	background:#fef7c4;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	border: 1px solid #fce68d;
}

.sort-btn li.warning:hover{
	background:#ffc107;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	color: #fff;
	transition: 0.5s;
}

.sort-btn li.warning.active{/*ボタンに現在地＝warning activeというクラス名がついたら背景色を変更*/
	background:#ffa507;
	color: #fff;
}


.sort-btn li.success{/*New item用*/
	background:#e3fce9;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	border: 1px solid #b8fcc7;
}

.sort-btn li.success:hover{
	background:#28a745;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	color: #fff;
	transition: 0.5s;
}

.sort-btn li.success.active{/*ボタンに現在地＝warning activeというクラス名がついたら背景色を変更*/
	background:#13902f;
	color: #fff;
}


.sort-btn li.info{/*HOT item用2*/
	background:#d0f7fd;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	border: 1px solid #aff1fc;
}

.sort-btn li.info:hover{
	background:#17a2b8;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	color: #fff;
	transition: 0.5s;
}

.sort-btn li.info.active{/*ボタンに現在地＝warning activeというクラス名がついたら背景色を変更*/
	background:#088396;
	color: #fff;
}


.sort-btn li.danger{/*New item用2*/
	background:#fda3ac;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	border: 1px solid #fc5f6e;
}

.sort-btn li.danger:hover{
	background:#dc3545;
list-style:none;
	border-radius:30px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
	color: #fff;
	transition: 0.5s;
}

.sort-btn li.danger.active{/*ボタンに現在地＝warning activeというクラス名がついたら背景色を変更*/
	background:#c91c2d;
	color: #fff;
}



/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
	justify-content: space-between;
}
	
.sort-btn li{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
.sort-btn li:hover{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
	
.sort-btn li.warning{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
.sort-btn li.warning:hover{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
.sort-btn li.success{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
.sort-btn li.success:hover{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
.sort-btn li.info{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
.sort-btn li.info:hover{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
	.sort-btn li.danger{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
.sort-btn li.danger:hover{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}
	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
list-style:none;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}
/*==================================================
ギャラリーのためのcss
===================================*/


/*====================================================================
.s_01 .accordion_one　アコーディオン
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #1c63d8;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #1c85d8;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c63d8;
}
.s_01 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #1c85d8;
}
.s_01 .accordion_one:nth-of-type(5) .accordion_header {
    background-color: #1c63d8;
}
.s_01 .accordion_one:nth-of-type(6) .accordion_header {
    background-color: #db0f2f;
}
.s_01 .accordion_one:nth-of-type(7) .accordion_header {
    background-color: #ff9a05;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 0px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #1c63d8;
  border-right: 2px solid #1c63d8;
  border-bottom: 2px solid #1c63d8;
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c63d8;
  border-right: 2px solid #1c63d8;
  border-bottom: 2px solid #1c63d8;
}
.s_01 .accordion_one:nth-of-type(4) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one:nth-of-type(5) .accordion_inner {
  border-left: 2px solid #1c63d8;
  border-right: 2px solid #1c63d8;
  border-bottom: 2px solid #1c63d8;
}
.s_01 .accordion_one:nth-of-type(6) .accordion_inner {
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
}
.s_01 .accordion_one:nth-of-type(7) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}




.bg-navy {
    background-color: #060273;
}

/* 拡大スライド */
.Opening {
position:relative;
background-color: #FFF;
margin: 0;
}
.Opening ul {
  margin: 0;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li .Opening__text{
  color: #FFFFFF;
  text-shadow:1px 2px 3px #808080;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
	width: 80%;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}
/* 拡大スライド */


.item img {
width:100%;}

.fluid2 {
padding:0;
margin: 0;
overflow: hidden;
}

/* GoogleMap埋め込みレスポンシブ対応 */
.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
  
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* GoogleMap埋め込みレスポンシブ対応 */

.kosugi {font-family: 'Kosugi Maru', sans-serif;}

.mincho { font-family: "Noto Serif JP"; }

a:link  {
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.text-green {
color: #71b267;
}

.text-navy {
color: #022252;
}

footer {
    background-color:#022773;
    color: #fff;
}


.footer-copyright {
	color: #fff;
    background-color:#011e5a;
}

/* 縦書き */
.vertical {
    writing-mode: vertical-lr;
　-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
transform:translate(-20%, -30%);
    }
/* 縦書き */

/* コンテンツをスライド */
#slideR {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	top: 40%;
	right: -240px;
	background-color: rgba(1,30,90,0.8); /* 106,152,79 */
	width: 280px;
    height:auto;
	color: #fff;
	font-size: 14px;
}
#slideR a {
	color: #fff;
	display: block;
	padding: 5px 10px;
}
#slideR ul {
	position: relative;
	padding: 10px 10px 10px 40px;
    text-align: center;
}

#slideR ul li {
    list-style-type: none;
}   

#slideR .nav-icon {
	position: absolute;
	left: 10px;
	top: 40%;
	font-size: 20px;
    text-align: center;
}
/* コンテンツをスライド */

/* アンダーライン赤色 */
.under-red {
  background: linear-gradient(transparent 60%, #fef1f4 60%);
}

/* アンダーライン緑色 */
.under-green {
  background: linear-gradient(transparent 60%, #f3fdea 60%);
}

/* アンダーライン黄色 */
.under-yellow {
  background: linear-gradient(transparent 60%, #fdffe9 60%);
}

.ccf {
	font-size: 2.5rem;
	line-height: 180%;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1 {
	line-height: 180%;
}

h2 {
	line-height: 180%;
}

h3 {
	line-height: 180%;
}

.h3 {
	line-height: 180%;
    margin-bottom: 20px;
}

h4 {
	line-height: 180%;
}

.h4 {
	line-height: 180%;
}

h5 {
	line-height: 180%;
}

.h5 {
	line-height: 180%;
}

.small {
	line-height: 100%;
    font-size:95%;
}

.x-small {
	line-height: 100%;
    font-size:50%;
}

.sp {
    display: none;
}

.splh {
    line-height: 100%;
}

.medium {
	font-size: 1.25rem;
	margin-bottom: 0.8rem;
	font-weight: 500;
	line-height: 180%;
}

.display-5{
    font-size: 3rem;
}

.pc {
    display: block;
}


.tel {
    font-family:  'Roboto','Lato','Monda', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
    line-height: 100%;
}

.f-rb {
    font-family: 'Roboto','Lato','Monda', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
 

/* バーガーメニューアニメーション */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
	outline: none;
}
.navbar-light .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #333;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:7px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:21px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:13px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:13px;
transform: rotate(-45deg);
}


/* ハンバーガーメニューの枠線を消すCSS */
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}

/* 文字をフワッと表示のCSS */
.fadein {
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/* cover背景画像のCSS */
.cover-img {
	height: 300px;
	display: table;
	width: 100%;
	background-size: cover;
}

.cover-text {
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}

body {
	line-height: 200%; /*"Noto Serif JP" 明朝体*/
	font-family: 'Monda',"Noto Sans Japanese", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size:16px;
	animation: fadeIn 2s ease 0s 1 normal; /* ここから下の行は読み込み時にフェードイン */
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.contents { /* 背景を全体的に斜めにして右傾斜 */
	position: relative;
	overflow: hidden;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 70%;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
	margin-top: 3%;
	margin-right: -15%;
	margin-bottom: 0;
	margin-left: -15%;
	background-color: #6699CC;
}
.contents_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 100px 20px 120px;
	color: #fff;
	text-align: center;
}
.contents_inner h1 {
	margin-bottom: 20px;
	font-size: 2em;
}


.contents2 { /* 背景を全体的に斜めにして左傾斜 */
	position: relative;
	overflow: hidden;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
.contents2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 70%;
	background: #011931;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
	margin-top: 3%;
	margin-right: -15%;
	margin-bottom: 0;
	margin-left: -15%;
}
.contents2_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 100px 20px 120px;
	color: #fff;
	text-align: center;
}
.contents2_inner h1 {
	margin-bottom: 20px;
	font-size: 2em;
}


#scrollUp { /* スクロールアップ */
	bottom: 10px;
	right: 10px;
	background-image: url("../image/up.png");
    background-size:45px 45px;
	width: 45px;
	height: 45px;
}
#scrollUp:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.nav-item{ /* 各ナビ間隔の余白調整のCSS */
	/*padding-left: 10px;*/
	padding-left: 5px;
	padding-right: 5px;
}

.navbar-text{ /* 各ナビテキスト間隔の余白調整のCSS */
	padding-left: 10px;
}


/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ------------- スクロールフェードインDown用 END ------------- */
   
    
/* ------------- クロールすると下からスふわっとコンテンツがフェードイン ------------- */
 .fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}   
/* ------------- クロールすると下からスふわっとコンテンツがフェードイン ------------- */



/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	
	/* リンク　ホバー下線表示 */
.udl-parts {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.udl-parts::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #3F51B5;
	transition: all .3s ease 0s;
}
.udl-parts:hover{
	cursor: pointer;
}
.udl-parts:hover::after {
	width: 100%;
}
/* リンク　ホバー下線表示 */
	
	.cover-img {
		height: 400px;
	}
	

.navbar{ /* ナビバー背景を不透過のCSS */
    border-radius: 0;
    border: none;
    background-color: rgba(255,255,255,0.0);
}
    
    


footer{ /* フッターの上下余白調整のCSS */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}


.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #022773;
  color: #022773;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #022773;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #022773;
}



.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
	border-radius: 30px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #022773;
  color: #022773;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #022773;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	border-radius: 30px;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #2853c1;
  border-color: #2853c1;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}

    

.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}



a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}

.nav-item{ /* 各ナビ間隔の余白調整のCSS */
	/*padding-left: 10px;*/
	padding-left: 5px;
	padding-right: 5px;
}


}

/* タブレットからワイド用のリンクホバー時下線CSS */
@media only screen and (min-width : 992px) and (max-width : 1499px) {

.nav-item{ /* 各ナビ間隔の余白調整のCSS */
	/*padding-left: 10px;*/
	padding-left: 5px;
	padding-right: 5px;
}
	
	/* リンク　ホバー下線表示 */
.udl-parts {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.udl-parts::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #3F51B5;
	transition: all .3s ease 0s;
}
.udl-parts:hover{
	cursor: pointer;
}
.udl-parts:hover::after {
	width: 100%;
}
/* リンク　ホバー下線表示 */

.nav-item{ /* 各ナビ間隔の余白調整のCSS */
	/*padding-left: 10px;*/
	padding-left: 5px;
	padding-right: 5px;
}
}


/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1499px) {　/*変更前 max-width: 1200px */
	
	.cover-img {
		height: 200px;
	}
	
.fs90 {
		font-size: 90%;
	}

.toggler__txt{ /* 3本線の下文字表示 */
	display: block;
	font-size : 0.5em;
	margin-top: 5px;
	color: #000;
  }

.navbar{ /* ナビバー背景を不透過のCSS */
    border-radius: 0;
    border: none;
    background-color: rgba(255,255,255,0.0);
}

footer{ /* フッターの上下余白調整のCSS */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #022773;
  color: #022773;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #022773;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #022773;
}


.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
	border-radius: 30px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #022773;
  color: #022773;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #022773;
  -webkit-transform: scale(1);
  transform: scale(1);
}

	.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
		border-radius: 30px;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #2853c1;
  border-color: #2853c1;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}
	

.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}


a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}

.tb {
    display: none;
}
    
.tb-font {
	line-height: 100%;
    font-size:80%;
}

}

/* スマホからタブレット（トグル）用ナビバーのみ調整CSS */
@media only screen and (min-width : 768px) and (max-width : 991px) {
.navbar{ /* ナビバー背景を不透過のCSS */
    border-radius: 0!important;
    border: none!important;
    background-color: rgba(255,255,255,0.95)!important;
}
}

/* スマホ用のCSS */
@media only screen and (max-width: 767px) {　/*変更前 max-width: 479px */
	.cover-img {
		height: 140px;
	}

.toggler__txt{ /* 3本線の下文字表示 */
	display: block;
	font-size : 0.5em;
	margin-top: 5px;
	color: #000;
  }
	
	.sph1 { /* スマホ時のh1の文字縮小のCSS */
    font-size: 2.3rem;
}
	
	.sph2{
	font-size: 1.8rem;
}
    
.navbar{ /* ナビバー背景を不透過のCSS */
    border-radius: 0;
    border: none;
    background-color: rgba(255,255,255,0.95);
}

footer{ /* フッターの上下余白調整のCSS */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #022773;
  color: #022773;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #022773;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #022773;
}


.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
	border-radius: 30px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #022773;
  color: #022773;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #022773;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	border-radius: 30px;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #2853c1;
  border-color: #2853c1;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}
	

.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}


a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}


/* カルーセル高さの確保 */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: auto; /* ピクセルにすると最低高さが確保される */

} 
    
    
    #scrollUp { /* スクロールアップ */
	bottom: 90px;
	right: 10px;
	background-image: url("../image/up.png");
	width: 45px;
	height: 45px;
}
#scrollUp:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.sp {
    display: block;
}

.sp-font {
	line-height: 180%;
    font-size:80%;
}
	
    .pc {
    display: none;
}
    
}


/* 印刷用のCSS */
@media print {
		.cover-img {
		height: 400px;
	}
	

.navbar{ /* ナビバー背景を不透過のCSS */
    border-radius: 0;
    border: none;
    background-color: rgba(255,255,255,0.0);
}


footer{ /* フッターの上下余白調整のCSS */
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}


.button { /* 中央から左右に開くボタンのCSS */
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #022773;
  color: #022773;
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #022773;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #022773;
}



.button2 { /* 奥から背景をふわっと表示させる */
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  text-shadow: none;
	border-radius: 30px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #022773;
  color: #022773;
  line-height: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .2);
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button2:hover::after {
  background: #022773;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button3 {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	border-radius: 30px;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #022773;
  border: 2px solid #022773;
  color: #fff;
  line-height: 50px;
}
.button3:hover {
  background-color: #2853c1;
  border-color: #2853c1;
  color: #fff;
	text-decoration: none;
text-shadow: none;
}

.breadcrumb{ /* パンくずリスト背景色のCSS */
  background-color: white;
}



a.thumnail { /* マウスオーバーで画像がにゅるっと拡大 */
    display: block;
    overflow: hidden;
    width: 100%;
}
 
.thumnail img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>figure img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>figure figcaption {
    opacity: 1;
}
    

}