/* CSS Document */

/*
ヘッダーのみwidth: 1024px;
コンテンツ内は960px
パンくずリストは、左端が揃うように調整
*/

/* =====　ガイドライン　====
■スマホにした時 ･･･90%で左右に余白(wrapper,tbwrapperに付与)
■遊明朝、遊ゴシック･･･font-weight: 500;は使用禁止(ﾌﾞﾗｳｻﾞ表示異なる為)
■ﾗｯﾊﾟｰ980
□font-family: "Times New Roman",attentionLeft Times, NotoSerifCJKjp, "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",serif;
□font-size: 14px;（コンテンツ内、通常文章）

}

★NEW
font-family: 'Cardo', serif;
font-family: 'Cinzel', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;


★カラーコード
サイトメインカラー　

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



/*a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:active { color:#000000; text-decoration:none }
*/

/*------------------------------------
基本設定
--------------------------------------*/
/*	font-family: 'Lato', 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif; */
/*	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/*font-family: "Cardo", 'Noto serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;　★★有力候補　　*/

body {
    font-family: 'Montserrat', "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
    color: #222222;
    font-weight: 500;
    font-feature-settings: "palt";
    text-rendering: optimizeLegibility;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: justify;
    width: 100%;
    transition: all .5s ease;/*	font-family: "Noto SansJapanese Light", "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #000000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;*/
}
h1, h2, h3, h4, h5 {
    font-weight: 200;
}
p.text {
    /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    letter-spacing: normal;
    line-height: 1.9em;
    /*   text-align: left; */
    text-align: justify;
    text-justify: inter-ideograph;
}
.serif_JP {
    font-family: 'Noto Serif JP', 'Noto Serif', serif;
}

/*★ここから★*/
.t-serif {
  font-family: 'Noto Serif JP', serif!important; }

.t-sans {
  font-family: 'Noto Sans JP', sans-serif!important; }

.t-zen {
  font-family: 'Zen Old Mincho', serif!important; }

.t-garamond {
  font-family: 'EB Garamond', serif!important; }

.t-klee {
  font-family: 'Klee One', serif!important; }
/*★ここまで★*/

@media screen and (max-width: 1024px) {
html {
    font-size: 62.5%;
}
body {
    -webkit-text-size-adjust: none;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}
}

@media screen and (max-width: 768px) {
body {
    line-height: 1.8em !important;
    color: #333;
}
/*ﾀｲﾄﾙにつけるh2はスマホにしても明朝で。*/
/*h1, h2 {
    font-family: "Times New Roman", Times, NotoSerifCJKjp, "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    font-weight: 900;
}*/
p.text {
    font-size: 14px;
}
}

.nohover:hover {
opacity: 1!important;
}
/*------------------------------------
SEO対策 - H1をページ下部に
--------------------------------------*/
.seo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-direction: column;
    margin: 110px 0 0;
    padding: 0;
    line-height: 1.3em;
}
.seo * {
    min-height: 0%;
}
h1.lead {
    order: 2;
    background: #004934;
    /*	background: #333; */
    color: #CCC;
    width: 100%;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 11px;
    padding-top: 6px;
    letter-spacing: 0.1;
    padding-bottom: 6px;
}

@media screen and (max-width: 1024px) {
h1.lead {
    text-align: justify;
    padding: 5px 15px;
    box-sizing: border-box;
}
.seo {
    margin-top: 0px;
}
}

/*------------------------------------
レスポンシブ対応
--------------------------------------*/



/*～768*/
.sp {
    display: none;
}
.pc {
    display: block;
}
/*1024～1024*/

.pctab {
    display: block;
}
.img100 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
.teikyu footer br {
    display: block;
}
br {
    display: block;
}
.br_fix {
    display: block;
}
section {
    font-size: 16px;
}
}

@media screen and (max-width: 490px) {
br {
    display: none;
}
.br_fix {
    display: block;
}
.pctab {
    display: none;
}
}
/*------------------------------------
wrapper　-　ラッパー -
--------------------------------------*/
.wrapper, .wrapper960, .wrapper600, .wrapper800, .wrapper1200, .wrapper1400 {
    width: 92%; /*90*/
    margin: 0 auto;
    overflow: hidden;
}
.wrapper {
    max-width: 1024px;
}
.wrapper600 {
    max-width: 600px;
}
.wrapper960 {
    max-width: 960px;
}
.wrapper800 {
    max-width: 800px;
}
.wrapper1200 {
    max-width: 1200px;
}
.wrapper1400 {
    max-width: 1400px;
}
.small {
    font-size: 10px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.line {
    background-image: url(../img/cmn/line.jpg);
    background-repeat: repeat-x;
    height: 2px;
}

/*------------------------------------
ロゴ
--------------------------------------*/

#logo {
    float: left;
    width: 220px;
    padding-top: 20px;
    padding-left: 10px;
}
#logo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
#logo {
    float: none;
    margin: auto;
    clear: both;
}
#logo>a>img {
    height: auto;
    width: 100%;
    max-width: 200px;
    margin-top: -12px;
}
}
/*------------------------------------
ヘッダー
--------------------------------------*/

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 110px; /*70*/
    
	/*font-family: 'Cardo', "Noto Sans JP", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
    /*font-weight: 400;*/
    background-color: rgba(255,255,255,0.95);
}

@media print {
#header {
    position: static;
}
}

@media screen and (max-width: 1024px) {
#header {
    height: 53px; /*65*/
    position: static;
    display: block;
    margin-top: 62px; /*スマホメニュー分下げる*/
    margin-bottom: 0px;
}
}
/*------------------------------------
ヘッダーナビpc
--------------------------------------*/

#hNav {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-top: 14px;
    width: 620px;
    float: right;
}
#hNav li {
    margin-left: 6px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #555;
    font-weight: 500;
}
#hNav .hNavBtn a {
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /*padding: 0 28px;*/
    padding: 0 36px;
}
#hNav .hNavBtn {
    /*border-radius: 5px;*/
    /*color: #174D6A;*/
    color: #004934;
    border: #00AD7D solid 1px;
    letter-spacing: 0.2em;
    height: 38px;
}
#hNav #reserve {
    /*background: #3092AA;*/
    background: #00AD7D;
    color: #FFFFFF;
}
#hNav .hNavBtn:hover {
    opacity: 0.6;
}
#hNav01 {
    padding-right: 0px;
    font-size: 12px;
    letter-spacing: 0.04em;
}
#hNav01 p {
    padding-top: 0px;
    padding-right: 12px;
    line-height: 1.7em;
}
#hNav01 p:hover {
    opacity: 0.8;
}
#hNav01 p i {
    margin-right: 7px;
}
#hNavArea {
    width: 92%;
    max-width: 1248px;
    margin: auto;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
/*meanmenuの妨げを消していく*/
#hNavArea {
    display: block;
    padding-bottom: 11px;
}
#hNav {
    display: none;
}
.contact img {
    display: none;
    width: 65px;
    height: auto;
    position: absolute;
    right: 140px;
    top: 20px;
}
}
/*------------------------------------
フッターナビsp　（dropmenu）
--------------------------------------*/

.dropmenu {
    padding: 0;
    width: 94%;
    max-width: 1248px;
    display: flex;
    margin: 15px auto 0px;
    /*font-weight: 500;*/
	color: #333;
}
.dropmenu>li {
    position: relative;
    width: 100%;
    /*margin: 0;
    padding: 0;*/
    text-align: center;
	font-size: 13px;
}
.dropmenu li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0 11px;
    /*color: #000;*/	
    letter-spacing: 0.02em;
    line-height: 1;
    text-decoration: none;
    position: relative;/*border-left: 1px solid #CCC;*/}

.dropmenu li a::after {
    /*hover時に出てくるアンダーバー*/
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #00AD7D;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.dropmenu li ul a::after {
    background: #ccc;
}
.dropmenu li a:hover::after, #gNav li a.current::after {
    transform: scale(1, 1);
}
.dropmenu>li>a:hover {
    color: #174D6A;
	}
.dropmenu li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0px 0 0;
    /*サブメニューの上下位置*/
    padding: 0;
    width: 100%;
}
.dropmenu li ul li {
    overflow: hidden; /*重要*/
    /*サブメニューの広がる幅*/
	width: 120%;
	height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
	text-align: left;	
}
.dropmenu>li a {
    color: #1E1E1E;
	font-weight: 500;
}
.dropmenu li ul li a {
    /*padding: 13px 15px;*/
    background: #E5F2F9;   /*中のメニューの背景*/
    z-index: 9999;
	font-size: 12px;
	font-weight: 500;
	padding-left: 1em;
}
.dropmenu li:hover ul li {
    overflow: visible;
    height: 38px;
    /*border-top: 1px solid #FFF;*/
    /*meanmenuの邪魔に*/
    /*border-bottom: 1px solid #FFF;*/
    /*meanmenuの邪魔に*/
    box-sizing: border-box;
}
.dropmenu li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}
/*NEWマーク*/
.dropmenu li {
    position: relative;
}
.dropmenu li .new:before {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75em;
    /*  background: #FF9F80;*/
    color: #FF9F80;
    padding: 0 0 3px 3px;
}

.dropmenu .special {
    line-height: 1.1em;
}
.dropmenu .special span {
    display: block;
    color: #FF9F80;
	font-size: .7em;
}
	
@media screen and (max-width: 1024px) {
.dropmenu {
    display: none;
}
}
/*------------------------------------
iナビゲーション
--------------------------------------*/

.iNav li {
    margin-bottom: 2px;
}
.iNav {
    overflow: hidden;
    float: right;
}
/*------------------------------------
フッターpc
--------------------------------------*/

#footer-area {
    background-image: url(file:///Z|/Iwata/%E2%98%85%E6%9B%B4%E6%96%B0%E7%94%A8/cpr/img/cmn/green_BG.jpg);
    background-repeat: repeat;
}
.footer {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    padding-top: 10px;
}
.fRead {
    color: #CCC;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
}
.footer_sp {
    display: none;
}
#footer {
    margin-top: -60px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 210px;
    height: 60px;
}
/*------------------------------------
フッター固定 telfix pc
--------------------------------------*/

#telfix {
    width: 100%;
    position: static;
    z-index: 9999;
    bottom: 0px;
    background: #FFF;
    /*  background: #edeae9; */
    clear: both;
    display: block;
    margin-bottom: 0;
}
#tel-sp {
    margin: auto;
    width: 90%;
    display: none;
}
#tel-sp p {
    text-align: center;
}
.fNavArea {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    width: 80%;
    max-width: 300px;
    margin: 20px auto 15px;
}
.fNavArea li {
    width: 47%;
    height: 50px;
    border: 1px solid #193378;
    color: #193378;
}
.fNavArea li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
}
/*.fNavArea li:last-child {
    background-color: #193378;
    color: #FFF;
}*/
/*.fNavArea li:hover {
	opacity: 0.8;
	border-color: #ffcb00;
	color: #ffcb00;
}*/

.tel-area {
    background: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: left;
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.tel-area .telnav {
    vertical-align: middle;
    float: left;
}
.tel-area .telnavBtn:hover {
    opacity: 0.6;
}
.tel-area p:nth-child(5) {
    width: 190px;
    padding-top: 10px;
    padding-left: 5px;
}
/* スマホ用グローバルメニュー画像?*/

.sp-icon {
    display: none;
}

@media screen and (max-width: 1024px) {
#tel-sp {
    display: block;
    margin-top: 30px;
}
#telfix {
    display: none;
}
.sp_footer_fix {
    display: block;
}
.sp-icon {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    /*	-webkit-flex-direction:row-reverse;
	flex-direction: row-reverse; */
    position: fixed;
    top: 0;
    left: 0;
    height: 62px;
    width: 100%;
    /*background: #3092AA; 七番街*/
   background: #00AD7D;
    z-index: 1000;
}
.sp-icon li {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #4BA6BC;
    height: 100%;
}
.sp-icon li:first-child {
    border: none;
}
/* 資料請求
	.sp-icon li:nth-child(3) {
    background: #CCC;
  }
  */
/*来場	
  .sp-icon li:nth-child(4) {
    background: #FC0;
  }
  */
/*メニュー	
  .sp-icon li:nth-child(5) {
    background: #FFF;
  }*/
	
  /*メニュー*/
.sp-icon li img {
    width: 35px;
    height: 45px;
    margin: 6px auto auto;
    box-sizing: border-box;
}
.sp-icon li:last-child img {
    margin-top: 0;
}
.sp-icon li a {
    display: block;
}
#nav-icon {
    position: relative;
    padding-top: 4px;
    padding-bottom: 5px;
}
}
/*------------------------------------
フッターナビsc　( accordion )
--------------------------------------*/

ul.accordion {
    display: none;
}

@media screen and (max-width: 1024px) {
/*グローバルナビゲーション（スマホフッター）
--------------------------*/
ul.accordion {
    display: none;
    position: fixed;
    top: 62px;
    /*現れる位置。*/
    left: 0;
    border-top: 1px solid #3092AA;
    border-bottom: 1px solid #3092AA;
    background-color: rgba(79,125,139,0.7);
    text-align: center;
    margin-left: 0px;
    z-index: 1000;
    text-decoration: none;	
	width: 100%;
	height: 100vh;
	font-size: 14px;
}
ul.accordion li {
    border-bottom: 1px solid #68A1AF;
	background: #FFF;
}
ul.accordion a {
    display: block;
    padding: 10px 0 8px;
    text-decoration: none;
    color: inherit;
}
/*ul.accordion ul {
    display: none;
}
ul.accordion ul li {
    border-bottom: 1px solid #E5F2F9;
    display: flex;
}
ul.accordion ul li::before {
    content: ">";
    padding: 10px 0 0 2em;
}*/
ul.accordion ul li:last-child {
    border: none;
}
ul.accordion ul li:first-child {
    border-top: 1px solid #E5F2F9;
}
ul.accordion ul li:nth-child(3) {
    clear: both;
    float: none;
}
ul.accordion ul li a {
    padding-left: 4%;
    width: 100%;
}
ul.accordion span {
    display: block;
    color: #7EAAB8;
	font-size: .7em;
	line-height: 1.2em;
}
/*ul.accordion>li>p span {
    background-image: url(../img/cmn/open.png);
}
ul.accordion>li>p span.open {
    background-image: url(../img/cmn/close.png);
}*/
}
.half {
    width: 50%;
    float: left;
    border-left: solid 1px #68A1AF;
}
.long {
    width: 100%;
    float: left;
    border-left: solid 1px #68A1AF;
    border-bottom: none;
}
.accordion_float_clear {
    float: none;
    clear: both;
}
/*ｱｺｰﾃﾞｨｵﾝ内・準備中*/
ul.accordion .no_link {
    padding: 10px;
    text-decoration: none;
    color: inherit;
    background-color: #E0E0E0;
    display: flex;
    width: 50%;
    float: left;
}
accordion ul.accordion .no_link::after {
    content: "準備中";
    font-size: .75em;
    /*  background: #FF9F80; */
    color: #fff;
    padding: 0px 0px 0px;
    margin-left: 2em;
    border-radius: 3px;
}
ul.accordion .accordion_contact {
  background-color: #CCE6ED;
	line-height: 2em;
	font-size: 1.15em;
}
ul.accordion .accordion_reserve {
  background-color: #3092AA;
	color: #FFF;
	line-height: 2em;
	font-size: 1.15em;
}
/*ｱｺｰﾃﾞｨｵﾝ内・NEW(旧)
ul.accordion .new:after {
    content: "NEW!";
    font-size: .75em;
    line-height: .75em;
    background: #FF9F80;
    color: #FFF;
    padding: 2px 5px 1px;
    margin-left: 5px;
    border-radius: 3px;
} */

/*ｱｺｰﾃﾞｨｵﾝ内・NEW*/
ul.accordion .icon_new,.footerNav .icon_new {
  position: relative;
}
ul.accordion .icon_new:before,.footerNav .icon_new:before {
  border-color: #f01 transparent transparent transparent;
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
ul.accordion .icon_new:after,.footerNav .icon_new:after {
  color: #fff;
  content: "NEW";
  font-size: 11px;
  position: absolute;
	top: 5px;
	left: 3px;
  transform: rotate(-45deg);
  z-index: 3;
}

/*------------------------------------
コピーライト
--------------------------------------*/
.copy {
    /*  float: right; */
    clear: both;
    font-size: 12px;
    color: #665E57;
    display: block;
    margin-top: -12px;
    padding-bottom: 5px;
    padding-right: 13px;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
.copy {
    margin-top: 13px;
    max-width: 90%;
    float: none;
    clear: both;
    margin-bottom: 0px;
    padding: 0;
    display: inline-block;
}
}
/*------------------------------------
ページトップ
--------------------------------------*/

div.tothetopfixed {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 99999;
    width: 65px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    display: inline;
}
div.tothetopfixed img {
    width: 65px;
    height: auto;
}
/*------------------------------------
ページナビゲーションpc
--------------------------------------*/





.sp-gclogo {
    display: none;
}

@media (max-width: 1024px) {
/*=======================レスポンシブ対応のため
============================*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
 *zoom: 1;
}
div.tothetopfixed {
    /*  display: none !important;*/
    position: absolute;
    right: 15px;
    top: 100%;
}
#pankuzu-dom {
    display: none;
}
.sp-gclogo {
    display: block;
    text-align: center;
    margin-bottom: 80px;
    padding-right: 10px;
}
.sp-gclogo img {
    width: 48%;
    height: auto;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}
.copy_bg {
    background: none;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 30px;
}
}
/*------------------------------------
★★★　各ページ共通　★★★
--------------------------------------*/

.contentsAll {
    margin-top: 0px;
    /*font-family: 'Lato', 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;*/
    color: #565656;
    line-height: 1.7em;
    position: static;
}
/*フッタ-の調整のみ*/

.contentsAll img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
.contentsAll {
    margin-top: 0px;
    padding-bottom: 0px;
}
/*フッタ-の調整のみ*/
}
/*------------------------------------
各ページ 基本 h1 に付属
--------------------------------------*/
.content-header {
    width: 100%;
    height: 360px;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
.content-header h2 {
    color: #FFFFFF;
}
.content-header::before {
    width: 100%;
    height: 360px;
    content: "";
    background: rgba(35,35,35,.4);
    /*background: rgba(0,75,80,.4);*/
  /*background-color: hsla(187,65%,20%,0.35);ひだりから色相、彩度、輝度、透過度*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.content-header .content-title {
    margin: auto;
    position: relative;
    font-size: 24px;
    text-align: center;
    line-height: 1.7em;
}
.content-title {
    margin: auto;
    position: relative;
    top: 20%;
    padding-bottom: 50px;
    /*    font-size: 27px;*/
    text-align: center;
    line-height: 1.8em;
}
/*.content-title h2 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", serif;
} */
/*.content-title img {
    max-width: 100%;
} */
.content-title:after {
    content: "";
    width: 50px;
    max-width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25px;
    /*widthの半分*/
    border-top: 2px solid #3092AA;
    background-color: #fff;
}
.content-header .content-title:after {
    border-top: none;
}
.content-header-title {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    padding-bottom: 1.5em;
    /*position: relative;
    top: 20%;*/
    font-feature-settings: "palt";
    color: #FDFFE4;
    line-height: 1.6em;
}
.content-header-title .small {
    font-size: 1.6em;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
.content-header {
    height: 40vh;
}
.content-header h2 {
    font-size: 18px;
}
.content-header::before {
    height: 40vh;
}
.content-header-title {
    text-align: center;
    letter-spacing: 0.01em;
    margin-top: 0px;
}
.content-header-title br {
    display: block;
}
.content-title {
    font-size: 18px;
    width: 95%;
    line-height: 170%;
    letter-spacing: 0;
    font-weight: bold;
    font-family: inherit;
    text-shadow: none;
}
.bg_interview {
    background-position: bottom 0% right -300px;
}
}

@media screen and (max-width: 490px) {
.content-header h2 {
    font-size: 4.5vw;
    line-height: 1.8em;
}
}
/*------------------------------------
パンくずリスト
--------------------------------------*/

#rootArea {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    box-sizing: border-box;
    padding-top: 8px;
    display: block;
    overflow: hidden;
    font-family: inherit;
}
#root {
    color: #000;
    float: left;
    width: 400px;
    font-size: 11px;
}
#root li {
    float: left;
    padding-right: 15px;
    color: #333;
}
#root .current {
    list-style-position: inside;
    list-style-image: url(../img/cmn/root.gif);
}
#root li a:link, #root li a:visited, #root li a:hover, #root li a:active {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
#rootArea {
    display: none;
}
}
/**テキスト**/
.txt-cmn {
    text-align: left;
    max-width: 750px;
    margin: auto;
    font-size: 1.0em;
    line-height: 1.9em;
}
.txt-cmn br {
    display: block;
}

@media screen and (max-width: 768px) {
.txt-cmn {
    text-align: left;
}
}

@media screen and (max-width: 490px) {
.txt-cmn br {
    display: none;
}
.txt-cmn .br_fix {
    display: block;
}
.txt-cmn .pctab {
    display: none;
}
}
/*------------------------------------
flexbox　汎用
--------------------------------------*/
.flexArea {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;/*  margin: 1% auto; */
}
.flexArea img {
    width: 100%;
    height: auto;
}
.listTwo li {
    width: 49%;
}
.listThree li {
    width: 33%;
}
.listFour li {
    width: 24%;
}
.listFive li {
    width: 19%;
}

@media screen and (max-width: 768px) {
.wrapper .listTwo li {
    width: 100%;/*ラッパ^のなかにあるやつは横いっぱいに*/
}
.listFour li {
    width: 49%;
}
.listTwo li {
    width: 95%;
    margin: 20px auto auto;
}
}

@media screen and (max-width: 490px) {
.wrapper .listThree li {
    width: 100%;/*ラッパ^のなかにあるやつは横いっぱいに*/
}
.listThree li {
    width: 95%;
    margin: 20px auto auto;
}
.wrapper .listFive li {
    width: 33%;
}
}
/*------------------------------------
ページボタン
--------------------------------------*/

.pagebtnArea {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin: auto;
    float: none;
    clear: both;
    margin-top: 50px;
}
.pagebtn {
    display: block;
    text-align: center;
    height: auto;
    background: #eee;
    width: 50%;
    color: #555;
}
/*.next {
    animation: flash 1.5s infinite linear;
    -webkit-animation: flash 1.5s infinite linear;
    -moz-animation: flash 1.5s infinite linear;
	}*/
.pagebtn.back {
    border-right: 1px solid #ccc;
}
.pagebtn a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px 0;
    transition: .25s linear;
    /*ふんわりﾎﾊﾞｰ*/
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.03em;
}
.pagebtn a:hover {
    text-decoration: none !important;
    width: 100%;
    height: 100%;
    background: #174D6A;
    /*   background: #333; */
    color: #FFF;
}

@media screen and (max-width: 768px) {
.pagebtn {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagebtn a {
    font-size: 15px;
}
}
/*------------------------------------
汎用　テキストエフェクト※トップリンクのボタンで使用
--------------------------------------*/

.cl-effect-8 a:hover, .cl-effect-8 a:focus {
    outline: none;
    color: #CABF8E;
}
.cl-effect-8 a {
    width: 90%;
    padding: 7%;
    position: relative;
    display: inline-block;
    margin: 50px 0 0;
    outline: none;
    color: #332315;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.cl-effect-8 a::before, .cl-effect-8 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #332315;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.cl-effect-8 a::after {
    border-color: #CABF8E;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}
.cl-effect-8 a:hover::before, .cl-effect-8 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}
.cl-effect-8 a:hover::after, .cl-effect-8 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}
/*------------------------------------
アテンション　汎用
--------------------------------------*/
.attentionLeft{
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-align: left;
}


@media screen and (max-width: 768px) {
.attentionLeft{
    text-align: left;
    line-height: 1.3em;
    margin-top: 15px;
    font-size: 11px;
    color: #969696;
}
}
/*------------------------------------
インフォメーション
--------------------------------------*/

.info-area {
    text-align: center;
    color: #111;
    /*background-color: #E5F2F9;*/
    background-color: #F6FFFC;
    /*z-index: 5;*/
    /*background-position: 0% 100%;*/
    padding: 10vw 0 0;
    box-sizing: border-box;
}
.info-area h2, #topcontent-concept h2 {
    letter-spacing: 0.15em;
    font-weight: normal;
    padding-bottom: 1.5em;
    color: #426E86;
}
#topcontent-concept h2 {
    color: #000;
}
/*
.info-area .bold {
    font-weight: bold;
} */
.info-area .under {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
    /* overflow: hidden; */
    padding: 0 0 2em;
    background: -moz-linear-gradient(#3092AA, #E5F2F9);
    background: -webkit-linear-gradient(#3092AA, #E5F2F9);
    background: linear-gradient(to bottom, #3092AA, #E5F2F9);
}
.info-area .under .name {
    padding-top: 2em;
    padding-bottom: 0.5em;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}
.info-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10vw;
}
.info-nav li {
    width: 80%;
    max-width: 480px;
    background: #FFF;
    margin: 5px auto;
    padding: 1.2em 10px;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    transition: .2s;
    border: #00AD7D solid 1px;/*	border-radius: 25px; */
}
.info-nav li:nth-child(2) {
    background: #FFF;
    color: #FFF;
    background: #00AD7D;
}
/*.info-nav li:nth-child(3) {
    background: #969696;
    color: #FFF;
}*/
.info-nav li:hover {
    background: #FFF;
    color: #000;
}

@media screen and (min-width: 491px) {
.info-area {
    padding: 0em;
}
.info-area .upper p {
    font-size: 28px;
    margin: 20px 0;
}
.info-area .under p {
    font-size: 22px;
}
.info-nav {
    justify-content: center;
    margin-bottom: 30px;
}
.info-nav li {
    width: 40%;
    max-width: 250px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 1.4em 10px;
    box-sizing: border-box;
}
}

@media screen and (max-width:768px) {
.info-area {
    padding: 0;
}
}
/*------------------------------------
コンタクト
--------------------------------------*/


#contact h2 {
    padding-top: 25px;
    padding-bottom: 10px;
}
.contactArea {
    /*background-position: center;
    background-size: 100%;*/
    /*  padding: 10px 0 20px;*/
    font-size: 2vw;
    width: 90%;
    margin: auto;
    max-width: 490px;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", serif;
}
.telArea {
    background: #f2f9cb;
    text-align: center;
    font-size: 1.5em;
    padding-top: 30px;
    padding-bottom: 50px;
    letter-spacing: 0;
}
.toiawase {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 500;
}
.telArea h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    letter-spacing: 0.3em;
}
.tel {
    font-size: 3.5em;
    margin-top: 15px;
    letter-spacing: 0.1em;
}
.teikyu {
    width: 350px;
    margin: auto;
    text-align: center;
    margin-top: 15px;
	color: #FF0004;
}
.gclogo {
    width: 200px;
    margin: 25px auto 10px;
}
.gccopy {
    font-size: 1.2em;
    font-family: 'Montserrat', "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
}

@media screen and (min-width: 491px) {
.contactArea {
    font-size: 10px;
    max-width: 600px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 20px;
    margin-top: 10px;
}
}
/*------------------------------------
スマホ下部インフォ
---------------------------------------*/
.footer_info {
    display: none;
}

@media screen and (max-width: 768px) {
.footer_info {
    display: block;
    position: relative;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    /*border-top: 3px solid #FFF; */
    z-index: 1000;
}
}
/*-------------------------------------
スーモ即時予約
---------------------------------------*/
#suumosoku {
    display: none;
}
#suumosoku img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 490px) {
#suumosoku {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    background-color: #FFF;
    z-index: 5;
}
}
/*-------------------------------------
下層ページ headline
---------------------------------------*/
.headline {
    font-size: 1.65em;
    padding-top: 80px;
    padding-bottom: 40px;
    line-height: 1.8em;
    color: #3F3F3F;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
	font-family: 'Noto Serif JP', 'Noto Serif', serif;
    /*font-family: 'Noto Serif JP', 'Noto Serif', serif;*/
	/*font-family: "Cardo", 'Noto serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
}

@media screen and (max-width: 768px) {
.headline {
    padding: 0px 0 15px;
    font-size: 1.5em;
    line-height: 1.8em;
    letter-spacing: normal;
	margin-top:30px;
/*    font-family: 'Noto Serif JP', 'Noto Serif', serif;*/
}
}

@media screen and (max-width: 490px) {
.headline {
    /*font-family: 'Montserrat', "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;*/
    font-weight: 600;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.8em;
}
}

/*下部ナビゲーション*/
.footerNav {
    display: none;
}
@media screen and (max-width:768px) {
.footerNav {
    display: block;
    text-align: center;
    width: 100%;
	overflow: hidden;
	border-bottom: solid 1px rgba(48,146,170,1.00);
	margin-bottom: 40px;
}
.footerNav li {
    flex: left;
    /*width: 50%;*/
    border: solid 1px rgba(48,146,170,1.00);
    border-bottom: none;
	background-color: #fff;
	font-size: 14px;
	border-right: none;
}
.footerNav li a {
    display: block;
    padding: 10px;
    border-bottom: none;
}
.footerNav li span {
    display: block;
    color: #7EAAB8;
	font-size: .7em;
	line-height: 1.2em;
}
}

/*---------------------------
attention
-----------------------------*/
.attention-area {
    font-size: 11px;
    line-height: 1.8em;
    color: #333333;
    border-top: 1px solid #B8B8B8;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
.attention-area {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
}
}
	
/* ------------------------
pagenavigation
------------------------ */
.pagenavigation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;/*position: relative;*/
}
.pagenavigation span {
    display: block;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}
.pagenavigation .left, .pagenavigation .right {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align : left;
	position: relative;
}
.pagenavigation a {
    width: 100%;
    height: 100%;
}
.pagenavigation .btn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 30%;
    align-items: center;
    height: 100%;
}
.pagenavigation .left .btn {
    flex-direction: row-reverse;
}
.pagenavigation li:hover {
    cursor: pointer;
}
.pagenavigation .left2 {
    position: relative;
    display: none;
}
.pagenavigation .right,.pagenavigation .left {
    /*position: relative;*/
    display: inline-block;
    /*text-align: center;*/
    text-decoration: none;
    transition: .3s;
}
.pagenavigation .right:before, .pagenavigation .left:before {
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 4;
    z-index: -1;
    content: '';
    background: rgba(232,238,240,1.00);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.5s;
    width: 95%;
    margin: auto;
}
.pagenavigation .left:before {
    transform-origin: left top;
}
.pagenavigation .right:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.pagenavigation .left:hover::before {
    transform-origin: right top;
    transform: scale(1, 1);
}
.arrow-left, .arrow-right {
    transition: -webkit-transform 0s linear;
    transition: transform 1.3s ease;
    transition: transform 1.3s ease,  -webkit-transform 1.3s ease;
}
.pagenavigation .left:hover .arrow-left {
    transition-delay: 0s;
    -webkit-transform: scale(1, 1) translateX(-70px);
    -ms-transform: scale(1, 1) translateX(-70px);
    transform: scale(1, 1) translateX(-70px);
}
.pagenavigation .right:hover .arrow-right {
    transition-delay: 0s;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}	
@media screen and (max-width:768px) {

.pagenavigation .btn {
    width: 100%;
    /*   display: flex;
    justify-content: space-around; */
    padding: 0 10%;
    align-items: center;
    height: 100%;
    padding-left: 45vw
}
.pagenavigation {
    display: block;
}
.pagenavigation .left::after {
    display: none;
}
.sp-top {
    color: #090000;
    width: 100%;
    border-bottom: none;
}
.pagenavigation .left {
    display: none;
}
.sub-index01 a {
    border-bottom: none;
}
.sub-index01 li a {
    border-bottom: none;
}
.sub-index li, .sub-index01 li {
    padding: 0;
}
.pagenavigation .right .btn {
    background: rgba(232,238,240,1.00);
}
.pagenavigation .right .btn::before {
    content: "NEXT";
    color: #6FA7B8;
    font-size: 0.8em;
}
}	

/*-----------------------*/	
.now {
    border-bottom: solid 2px rgba(48,146,170,1.00);
    border-bottom: none;
    background-color: #eeeeee80;
}

@media screen and (min-width:768px) {
.btn p {
    font-size: 2.0em;
}
}

	.blue {
    background-color: rgba(0,100,116,0.10);
}

@media screen and (max-width:490px) {
.blue1 {
    font-size: 2.8vw;
}
}
.color-cell {
    background-color: #F4F6F7;
}
.big {
    font-size: 15px;
}

@media screen and (max-width:768px) {
.btn, .big {
    font-size: 8px
}
.btn a {
}
}
.btn p {
    font-size: 16px;
}
.btn a {
    font-size: 14px;
}
.long-23 {
    border-bottom: solid 1px rgba(48,146,170,1.00);
    border-top: solid 1px rgba(48,146,170,1.00);
    background-color: rgba(9,129,156,0.35);
}
.recommend {
    color: #2A2A2A;
}
.flow-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    text-align: center;
    width: 90%;
}
.flow-box li {
    display: block;
    width: 30%
}
.flow {
    display: block;
    font-family: "游明朝";
    width: 80%;
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    border-image: linear-gradient(to right, rgba(98,62,17,0.80), rgba(156,134,39,1.00), rgba(183,175,72,1.00)) 1/1.5px 0 1.5px 0;
    border-style: solid;
    max-width: 1024px;
}
.flow-box.info {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
.flow-box li {
    width: 100%;
    padding: 20px 0 45px 0;
    border-image: linear-gradient(to right, rgba(98,62,17,0.80), rgba(156,134,39,1.00), rgba(183,175,72,1.00)) 1/0px 0 2.5px 0;
    border-style: solid;
    max-width: 1024px;
    margin-bottom: 2.0em;
}
.flow-box li:last-child {
    border-image: linear-gradient(to right, rgba(98,62,17,0.80), rgba(156,134,39,1.00), rgba(183,175,72,1.00)) 1/0px 0 0px 0;
    border-style: solid;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.flow-box li:first-child {
    margin-top: 20px;
    padding-bottom: 50px;
}
.flow {
    padding-top: 0px;
}
}
.flow .btn {
    margin-bottom: 0px;
}
.flow h3 {
    font-size: 2.0em;
}
.flow-title {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 2.0em;
    font-family: "游明朝";
    font-size: 1.2em;
}
.flow-ts {
    display: block;
    padding-bottom: 1.1em;
    padding-top: 1.0em;
    font-size: 1.0em;
    font-weight: bolder;
}
.flow-ts p {
    font-size: 0.8em;
    font-weight: 100;
}
.as-title {
    line-height: 1.0em;
    font-size: 1.5em;
    font-family: "MS Serif", "New York", "serif";
    color: rgba(108,108,24,1.00);
}
.sp-br2 {
    display: none;
}

@media screen and (max-width:450px) {
.sp-br2 {
    display: block;
}
}
p .btn {
    display: block;
    margin: auto;
    text-align: center;
}
.btn a {
    display: block;
    margin: auto;
    text-align: center;
}
/* 10年ロゴ */
.cprlogo {
    text-align: center;
}
.cprlogo img {
    width: 30%;
    max-width: 250px;
    height: auto;
}

@media screen and (max-width: 768px) {
.cprlogo {
    text-align: center;
}
.cprlogo img {
    width: 40%;
    max-width: 360px;
    height: auto;
}
}
