
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#tablet {
	display: none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #4a4a4a;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
    background: url("../img/common/bg.jpg") center top repeat-y;
    background-size: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width60 {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 260%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
    font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    color: #1E7B89;
}

h1 span {
	display: block;
	font-size: 30%;
	margin-top: -10px;
	vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #4a4a4a;
}

h2 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #1E7B89;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

h2::before {
	display: inline-block;
	content:"";
	font-weight: 400;
	height: 1px;
	width: 25px;
	vertical-align: middle;
	background: #1E7B89;
	margin-right: 10px;
}

h2 span {
	display: block;
	font-size: 50%;
	margin-top: -5px;
	margin-left: 35px;
	vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #4a4a4a;
}

h3 {
	font-size: 120%;
	line-height: 160%;
	text-align: left;
	margin-bottom: 20px;
	border-left: 2px solid #1E7B89;
	padding-left: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 120%;
	line-height: 160%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    color: #1E7B89;
}

h4 span {
    display: block;
    font-size: 50%;
	font-weight: 400;
    color: #4a4a4a;
}

p + h2,
p + h3,
ul + h2,
ul + h3 {
    margin-top: 30px;
}


p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 85%;
	margin-bottom: 30px;
}

ul.text li {
	line-height: 250%;
	margin: 0 0 0 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 85%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ヘッダー
--------------------------------------------------------------------------*/

#header {
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#header_left {
	float: left;
    margin-left: 5%;
    margin-top: 18px;
}

#header_right {
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	float: left;
}

#navi ul {
	float: left;
    margin-top: 23px;
}

#navi ul li {
	margin-left: 20px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 100%;
    font-family: "Urbanist", sans-serif;
	font-weight: 600;
	font-style: normal;
	transition:all 0.5s ease;
}

#navi ul li a {
    margin-top: 10px;
	display: block;
	transition:all 0.5s ease;
    text-decoration: none !important;
}

#navi ul.sns {
    margin-left: 25px;
    margin-right: 25px;
}

#navi ul.sns li {
    margin-top: -3px;
    margin-left: 10px !important;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #105B69;
}

body#home #navi ul li a#cat-nav-1 { color: #CCCCCC; }

#navi_btn {
    float: right;
}

#navi_btn ul li {
	float: left;
    font-weight: 500;
}

#navi_btn ul li a {
    display: block;
    padding: 20px 20px;
    font-size: 80%;
    text-decoration: none !important;
}

#navi_btn ul li a span {
    display: block;
}

#navi_btn ul li a#cat-nav-10 {
    background: #1E7B89 !important;
    color: #FFF;
}

#navi_btn ul li a#cat-nav-11 {
    background: #D0A459 !important;
    color: #FFF;
}

#navi_btn ul li a#cat-nav-10 img {
    opacity: 1;
}

#navi_btn ul li a#cat-nav-11 img {
    opacity: 1;
}

#navi_btn ul li a#cat-nav-10:hover {
    background: #105B69 !important;
    text-decoration: none;
}

#navi_btn ul li a#cat-nav-11:hover {
    background: #BD873C !important;
    text-decoration: none;
}

#menu_btn {
	display: none;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	padding-top: 60px;
}

#home #container {
	padding-top: 80px;
}

section {
	margin-bottom: 100px;
}

.column2 {
	width: 46%;
	float: left;
	margin-right: 8%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
    margin-bottom: 20px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left30 {
	float: left;
	width: 32%;
}

.right70 {
	float: right;
	width: 63%;
}

.left40 {
	float: left;
	width: 40%;
}

.right60 {
	float: right;
	width: 55%;
}

.left60 {
	float: left;
	width: 60%;
}

.right40 {
	float: right;
	width: 35%;
}


/* フッター
--------------------------------------------------------------------------*/

#footer {
}

#footer_main {
	background: #1E7B89;
	padding: 60px 0 0px;
}

#footer_box {
    padding-top: 40px;
}

.footer_btn_left {
	float: left;
	width: 48%;
}

.footer_btn_right {
	float: right;
	width: 48%;
}

.footer_member span {
	background: url("../img/footer/footer_member.svg") left center no-repeat;
	padding: 20px 0 20px 30px;
}

.footer_login span {
	background: url("../img/footer/footer_login.svg") left center no-repeat;
	padding: 20px 0 20px 30px;
}

.footer_btn_left a {
	display: block;
	background: #1E7B89;
	padding: 15px;
	font-size: 100%;
	border-radius: 100px;
	text-align: center;
    color: #FFF;
	font-weight: 700;
	font-style: normal;
	transition:all 0.5s ease;
    border: 1px solid #FFF;
	text-decoration: none !important;
}

.footer_btn_left a:hover {
	background: #105B69;
	transition:all 0.5s ease;
    border: 1px solid #105B69;
}

.footer_btn_right a {
	display: block;
	background: #D0A459;
	padding: 15px;
	font-size: 100%;
	border-radius: 100px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	transition:all 0.5s ease;
    border: 1px solid #D0A459;
	text-decoration: none !important;
}

.footer_btn_right a:hover {
	background: #BD873C;
	transition:all 0.5s ease;
    border: 1px solid #BD873C;
}

#footer_link {
    text-align: center;
    margin-top: 20px;
}

#footer_link ul li {
    display: inline-block;
    font-family: "Urbanist", sans-serif;
}

#footer_link ul li a {
    color: #FFF;
    font-weight: 700;
    margin: 0 10px;
	text-decoration: none !important;
}

#footer_link ul li a:hover {
    color: yellow;
}

#footer_sns {
    text-align: center;
    margin-top: 30px;
}

#footer_sns ul li {
    display: inline-block;
    margin: 0 10px;
}

address {
	border-top: 1px dotted #FFF;
	font-size: 80%;
	color: #FFF;
    font-family: "Urbanist", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	margin-top: 40px;
	padding: 20px 0 20px;
}

#sp_menu {
	display: none;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 130px;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

#main p {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 100;
}

#main img {
	border-radius: 20px;
}

/* お知らせ
-------------------------------------*/

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
    display: block;
	font-size: 90%;
	list-style: none;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #CCCCCC;
    background: url("../img/common/btn.svg") top right no-repeat;
	color: #1E7B89;
}

.newsUl ul li span {
	font-size: 90%;
	margin-left: 20px;
	text-align: center;
	font-weight: 600;
	font-style: normal;
}

.newsUl ul li a {
    margin-top: 10px;
    display: block;
	text-decoration: none;
}

/* プロフィール
-------------------------------------*/

#profile_box {
    background: url
}

.icon {
    position: relative;
    z-index: 10;
    width: 140px;
    height: 140px;
    line-height: 100%;
    padding: 0px;
    border: 5px solid #1E7B89;
    color: #1E7B89;
    border-radius: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.box_profile {
    position: relative;
    top: -80px;
    left: 0;
    background: #FFF;
    box-sizing: border-box;
    padding: 100px 30px 20px;
    box-shadow: 0 0 5px #CCC;
    margin: 5px;
    border-radius: 20px;
}

.box_profile h3 {
    font-size: 200%;
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.box_profile h3 span {
    display: block;
    font-size: 35%;
    color: #1E7B89;
}

.box_profile h4 {
    color: #1E7B89;
    text-align: center;
    margin-bottom: 20px;
}

.box_profile h4 span {
    display: block;
    font-size: 50%;
    color: #4a4a4a;
}

.box_profile p {
    text-align: center;
}

.box_profile div {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
}

#profile_box {
    
}

/* スライダー
-------------------------------------*/

.slider {
    padding-bottom: 40px;
}

.slide_main　{
}

.slide_img {
}

.slide_img p {
	margin-bottom: 10px;
	line-height: 160%;
}

.slide_img p.day {
	margin-top: 10px;
    margin-bottom: 5px;
    color: #1E7B89;
}

.slide_img p.caption {
}

.slide_img a {
	display: block;
	color: #4a4a4a;
	text-decoration: none;
}

.slide_img a .imgWrap {
    overflow: hidden;
    border-radius: 10px;
}

.slide_img a .imgWrap img {
    width: 100%;
    transition: .3s;
    border-radius: 10px;
	object-fit: cover;
	height: 300px;
}

.slide_img a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
    border-radius: 10px;
}

.slick-slide {
	margin: 0 15px;
}

.slide-arrow {
	position: absolute;
	bottom: -30%;
	margin-top: -40px;
	z-index: 30;
}

.prev-arrow {
    left: 5%;
	width: 30px;
	height: 25px;
}

.next-arrow {
    right: 5%;
	width: 30px;
	height: 25px;
}

/* 写真
-------------------------------------*/

.picture {
	position: relative;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #a5ccd3;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
	background: #7fb3c5;
	border-radius: 100%;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
	max-height: 350px;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

.maru img {
	border-radius: 20px;
}

.map iframe {
	border-radius: 20px;
}

/* プラン
-------------------------------------*/

.box {
    position: relative;
    top: -50px;
    left: 0;
    background: #FFF;
    box-sizing: border-box;
    padding: 50px 30px 20px;
    box-shadow: 0 0 5px #CCC;
    margin: 5px;
    border-radius: 20px;
}

.number {
    position: relative;
    z-index: 10;
    width: 60px;
    height: 60px;
    padding: 20px 10px 0;
    line-height: 100%;
    font-size: 230%;
    background: #FFF;
    border: 3px solid #1E7B89;
    color: #1E7B89;
    border-radius: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.box h3 {
    text-align: center;
    border: none;
    padding: 0;
	font-size: 160%;
    margin-bottom: 10px;
}

.box h3 span {
	margin-top: -5px;
    display: block;
    font-size: 60%;
    color: #1E7B89;
}

.box dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
}

.box dl dt {
    font-size: 100%;
	font-weight: 600;
    color: #1E7B89;
    margin-right: 20px;
}

.box dl dd {
    font-size: 230%;
}

.box dl dd span {
    font-size: 40%;
}

.box div {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
}

.box div ol {
	text-align: left;
	padding: 0 20px;
}

.box div ol li {
	font-size: 80%;
}

.title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: 500;
	color: #1E7B89;
}

.pic {
	text-align: center;
	margin-bottom: 0;
}

/* 申し込みフォーム
-------------------------------------*/

#kiyaku {
	background: #FFF;
	margin-top: 40px;
	padding: 30px 50px;
	box-sizing: border-box;
	height: 300px;
	overflow: auto;
	border: 1px solid #E5E5E5;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    padding-top: 130px;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

#prt_main_bg {
    padding: 150px 0;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#profile #prt_main_bg { background: url("../img/content/profile/main.jpg") top center no-repeat; }
#plan #prt_main_bg { background: url("../img/content/plan/main.jpg") top center no-repeat; }
#photo #prt_main_bg { background: url("../img/content/photo/main.jpg") top center no-repeat; }
#notice #prt_main_bg { background: url("../img/content/notice/main.jpg") top center no-repeat; }
#story #prt_main_bg { background: url("../img/content/story/main.jpg") top center no-repeat; }
#contact #prt_main_bg { background: url("../img/content/contact/main.jpg") top center no-repeat; }
#privacy #prt_main_bg { background: url("../img/content/privacy/main.jpg") top center no-repeat; }
#form #prt_main_bg { background: url("../img/content/form/main.jpg") top center no-repeat; }
#login #prt_main_bg { background: url("../img/content/form/main.jpg") top center no-repeat; }
.error404 #prt_main_bg { background: url("../img/content/form/main.jpg") top center no-repeat; }
.archive #prt_main_bg { background: url("../img/content/form/main.jpg") top center no-repeat; }

#prt_main h1 {
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translateY(-45%);
    z-index: 100;
    padding: 0;
    margin: 0;
}

#list_navi {
	padding: 40px 0 0;
}

#list_navi div {
	text-align: left;
	font-size: 85%;
    font-weight: 500;
	line-height: 100%;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 30px;
}

#list_navi div a {
	text-decoration: none;
}

#list_navi div a:hover {
	text-decoration: underline;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#content {
	float: left;
	width: 70%;
}

.logged-out .post-content img {
    filter: blur(10px); /* ログインしていない時の画像にぼかし */
    transition: filter 0.3s;
}
.logged-in .post-content img {
    filter: blur(0); /* ログイン時はクリア */
}

/* visitor
-------------------------------------*/

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 25%;
	margin-bottom: 80px;
}

#sidebar h3 {
	font-size: 110%;
    font-family: "Akshar", sans-serif;
	font-weight: 500;
	font-style: normal;
	border: none;
	background: #D4A4AB;
	padding: 20px 0 15px;
	margin-bottom: 0;
	text-align: center;
    color: #FFF;
}

#sidebar ul li {
	list-style: none;
	font-size: 90%;
	text-align: left;
	border-bottom: 1px dashed #D4A4AB;
	background: url("../img/side/arrow.svg") right center no-repeat;
	font-family: century-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
}

#sidebar ul li a {
	display: block;
	padding: 20px 10px 20px 0;
	text-decoration: none;
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #F28989;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -63px;
	margin-left: -153px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	font-size: 100%;
	line-height: 100%;
	transition: 0.3s;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-weight: 500;
	font-style: normal;
    width: 280px;
}

.btn a {
	background: #FFF;
	text-decoration: none;
	display: block;
	color: #1E7B89;
	padding: 15px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 100px;
    border: 2px solid #1E7B89;
}

.btn a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1E7B89;
	transition: 0.3s;
}

.btn2 {
	font-size: 100%;
	line-height: 100%;
	transition: 0.3s;
    text-align: center;
	font-weight: 500;
	font-style: normal;
    width: 280px;
    margin-top: 40px;
}

.btn2 a {
	background: #FFF;
	text-decoration: none;
	display: block;
	color: #1E7B89;
	padding: 15px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 100px;
    border: 2px solid #1E7B89;
}

.btn2 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1E7B89;
	transition: 0.3s;
}

#navi_sns {
    display: none;
}

.fade {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}



/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 80%;
	z-index: 200;
}

#page-top a {
    background: #1E7B89;
    text-decoration: none;
    border: 1px solid #1E7B89;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #333;
}

#page-top a:hover img {
	opacity: 1;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	margin-top: 50px;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
	border-top: 4px solid #1E7B89 !important;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #1E7B89; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #68cbbe; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #68cbbe; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     パソコン端末（〜1100px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width: 90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

}


/* ----------------------------------------------------------------------------------------------------
     パソコン端末（〜1100px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 950px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 780px) {

.width80 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width60 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 260%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
    font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    color: #1E7B89;
}

h1 span {
	display: block;
	font-size: 30%;
	margin-top: -10px;
	vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #4a4a4a;
}

h2 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #1E7B89;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

h2::before {
	display: inline-block;
	content:"";
	font-weight: 400;
	height: 1px;
	width: 25px;
	vertical-align: middle;
	background: #1E7B89;
	margin-right: 10px;
}

h3 {
	font-size: 140%;
	line-height: 160%;
	text-align: left;
	margin-bottom: 20px;
	border-left: 2px solid #1E7B89;
	padding-left: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 120%;
	line-height: 160%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
    color: #1E7B89;
}

h4 span {
    display: block;
    font-size: 50%;
	font-weight: 400;
    color: #4a4a4a;
}

p + h2,
p + h3,
ul + h2,
ul + h3 {
    margin-top: 30px;
}


p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 85%;
	margin-bottom: 30px;
}

ul.text li {
	line-height: 250%;
	margin: 0 0 0 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 85%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ヘッダー
--------------------------------------------------------------------------*/

#header {
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#header_left {
	float: left;
    margin-left: 5%;
    margin-top: 18px;
}

#header_right {
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	float: left;
}

#navi ul {
    display: none;
	float: left;
    margin-top: 23px;
}

#navi ul li {
	margin-left: 20px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 100%;
    font-family: "Urbanist", sans-serif;
	font-weight: 600;
	font-style: normal;
	transition:all 0.5s ease;
}

#navi ul li a {
    margin-top: 10px;
	display: block;
	transition:all 0.5s ease;
    text-decoration: none !important;
}
    
#navi ul.sns {
}

#navi ul.sns {
    margin-left: 25px;
    margin-right: 25px;
}

#navi ul.sns li {
    margin-top: -3px;
    margin-left: 10px !important;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #F7889B;
}

body#home #navi ul li a#cat-nav-1 { color: #CCCCCC; }

#navi_btn {
    display: none;
    float: right;
}

#navi_btn ul li {
	float: left;
    font-weight: 500;
}

#navi_btn ul li a {
    display: block;
    padding: 20px 20px;
    font-size: 80%;
    text-decoration: none !important;
}

#navi_btn ul li a span {
    display: block;
}

#navi_btn ul li a#cat-nav-9 {
    background: #1E7B89 !important;
    color: #FFF;
}

#navi_btn ul li a#cat-nav-10 {
    background: #D0A459 !important;
    color: #FFF;
}

#navi_btn ul li a#cat-nav-9 img {
    opacity: 1;
}

#navi_btn ul li a#cat-nav-10 img {
    opacity: 1;
}

#navi_btn ul li a#cat-nav-9:hover {
    background: #105B69 !important;
    text-decoration: none;
}

#navi_btn ul li a#cat-nav-10:hover {
    background: #BD873C !important;
    text-decoration: none;
}

#menu_btn {
	display: block;
}

#menu_btn a {
	display: block;
    padding: 25px;
    background: #1E7B89;
}


/* 共通
--------------------------------------------------------------------------*/

#container {
	padding-top: 40px;
}

#home #container {
	padding-top: 40px;
}

section {
	margin-bottom: 60px;
}

.column2 {
	width: 46%;
	float: left;
	margin-right: 8%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

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

.column3:nth-child(3n) {
	margin-right: 0;
}

#photo .column3 {
	width: 48%;
	float: left;
    margin-bottom: 0px;
	margin-right: 4%;
}

#photo .column3:nth-child(3n) {
	margin-right: 4%;
}

#photo .column3:nth-child(2n) {
	margin-right: 0;
}

.column4 {
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left30 {
	float: none;
	width: 100%;
}

.right70 {
	float: none;
	width: 100%;
}

.left40 {
	float: none;
	width: 100%;
}

.right60 {
	float: none;
	width: 100%;
}

.left60 {
	float: left;
	width: 60%;
}

.right40 {
	float: right;
	width: 35%;
}


/* フッター
--------------------------------------------------------------------------*/

#footer {
}

#footer_main {
	background: #1E7B89;
	padding: 60px 0 0px;
}

#footer_box {
    padding-top: 40px;
}

.footer_btn_left {
	float: left;
	width: 48%;
}

.footer_btn_right {
	float: right;
	width: 48%;
}

.footer_member span {
	background: url("../img/footer/footer_member.svg") left center no-repeat;
	padding: 20px 0 20px 30px;
}

.footer_login span {
	background: url("../img/footer/footer_login.svg") left center no-repeat;
	padding: 20px 0 20px 30px;
}

.footer_btn_left a {
	display: block;
	background: #1E7B89;
	padding: 15px;
	font-size: 100%;
	border-radius: 100px;
	text-align: center;
    color: #FFF;
	font-weight: 700;
	font-style: normal;
	transition:all 0.5s ease;
    border: 1px solid #FFF;
	text-decoration: none !important;
}

.footer_btn_left a:hover {
	background: #105B69;
	transition:all 0.5s ease;
    border: 1px solid #105B69;
}

.footer_btn_right a {
	display: block;
	background: #D0A459;
	padding: 15px;
	font-size: 100%;
	border-radius: 100px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	transition:all 0.5s ease;
    border: 1px solid #D0A459;
	text-decoration: none !important;
}

.footer_btn_right a:hover {
	background: #BD873C;
	transition:all 0.5s ease;
    border: 1px solid #BD873C;
}

#footer_link {
    display: none;
    text-align: center;
    margin-top: 20px;
}

#footer_link ul li {
    display: inline-block;
    font-family: "Urbanist", sans-serif;
}

#footer_link ul li a {
    color: #FFF;
    font-weight: 700;
    margin: 0 10px;
	text-decoration: none !important;
}

#footer_link ul li a:hover {
    color: yellow;
}

#footer_sns {
    text-align: center;
    margin-top: 30px;
}

#footer_sns ul li {
    display: inline-block;
    margin: 0 10px;
}

address {
	border-top: 1px dotted #FFF;
	font-size: 80%;
	color: #FFF;
    font-family: "Urbanist", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	margin-top: 40px;
	padding: 20px 0 20px;
}

#sp_menu {
	display: none;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

#main p {
    position: absolute;
    top: auto;
    bottom: -10%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 100;
}

#main img {
	border-radius: 20px;
}

/* お知らせ
-------------------------------------*/

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
    display: block;
	font-size: 90%;
	list-style: none;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #CCCCCC;
    background: url("../img/common/btn.svg") top right no-repeat;
	color: #1E7B89;
}

.newsUl ul li span {
	font-size: 90%;
	margin-left: 20px;
	text-align: center;
	font-weight: 600;
	font-style: normal;
}

.newsUl ul li a {
    margin-top: 10px;
    display: block;
	text-decoration: none;
}

/* プロフィール
-------------------------------------*/

#profile_box {
    background: url
}

.icon {
    position: relative;
    z-index: 10;
    width: 140px;
    height: 140px;
    line-height: 100%;
    padding: 0px;
    border: 5px solid #1E7B89;
    color: #1E7B89;
    border-radius: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.box_profile {
    position: relative;
    top: -80px;
    left: 0;
    background: #FFF;
    box-sizing: border-box;
    padding: 100px 30px 20px;
    box-shadow: 0 0 5px #CCC;
    margin: 5px;
    border-radius: 20px;
}

.box_profile h3 {
    font-size: 200%;
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.box_profile h3 span {
    display: block;
    font-size: 35%;
    color: #1E7B89;
}

.box_profile h4 {
    color: #1E7B89;
    text-align: center;
    margin-bottom: 20px;
}

.box_profile h4 span {
    display: block;
    font-size: 50%;
    color: #4a4a4a;
}

.box_profile p {
    text-align: center;
}

.box_profile div {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
}

#profile_box {
    
}

/* スライダー
-------------------------------------*/

.slider {
    padding-bottom: 40px;
}

.slide_main　{
}

.slide_img {
}

.slide_img p {
	margin-bottom: 10px;
	line-height: 160%;
}

.slide_img p.day {
	margin-top: 10px;
    margin-bottom: 5px;
    color: #1E7B89;
}

.slide_img p.caption {
}

.slide_img a {
	display: block;
	color: #4a4a4a;
	text-decoration: none;
}

.slide_img a .imgWrap {
    overflow: hidden;
    border-radius: 10px;
}

.slide_img a .imgWrap img {
    width: 100%;
    transition: .3s;
    border-radius: 10px;
	object-fit: cover;
	height: 200px;
}

.slide_img a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
    border-radius: 10px;
}

.slick-slide {
	margin: 0 15px;
}

.slide-arrow {
	position: absolute;
	bottom: -33%;
	margin-top: -40px;
	z-index: 30;
}

.prev-arrow {
    left: 2.5%;
	width: 30px;
	height: 25px;
}

.next-arrow {
    right: 2.5%;
	width: 30px;
	height: 25px;
}

/* 写真
-------------------------------------*/

.picture {
	position: relative;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #a5ccd3;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
	background: #7fb3c5;
	border-radius: 100%;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
	max-height: 200px;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

.maru img {
	border-radius: 20px;
}

.map iframe {
	border-radius: 20px;
}

/* プラン
-------------------------------------*/

.box {
    position: relative;
    top: -40px;
    left: 0;
    background: #FFF;
    box-sizing: border-box;
    padding: 50px 30px 20px;
    box-shadow: 0 0 5px #CCC;
    margin: 5px;
    border-radius: 20px;
}

.number {
    position: relative;
    z-index: 10;
    width: 60px;
    height: 60px;
    padding: 20px 10px 0;
    line-height: 100%;
    font-size: 230%;
    background: #FFF;
    border: 3px solid #1E7B89;
    color: #1E7B89;
    border-radius: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.box h3 {
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.box h3 span {
    display: block;
    font-size: 60%;
    color: #1E7B89;
}

.box dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
}

.box dl dt {
    font-size: 100%;
    color: #1E7B89;
    margin-right: 20px;
}

.box dl dd {
    font-size: 230%;
}

.box dl dd span {
    font-size: 40%;
}

.box div {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
}
	
.title {
	line-height: 160%;
}

.title + p {
	line-height: 160%;
	font-size: 75%;
}
	
/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    padding-top: 100px;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

#prt_main_bg {
    padding: 120px 0;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-size: cover !important;
}

#profile #prt_main_bg { background: url("../img/content/profile/main_sp.jpg") top center no-repeat; }
#plan #prt_main_bg { background: url("../img/content/plan/main_sp.jpg") top center no-repeat; }
#photo #prt_main_bg { background: url("../img/content/photo/main_sp.jpg") top center no-repeat; }
#notice #prt_main_bg { background: url("../img/content/notice/main_sp.jpg") top center no-repeat; }
#contact #prt_main_bg { background: url("../img/content/contact/main_sp.jpg") top center no-repeat; }
#privacy #prt_main_bg { background: url("../img/content/privacy/main_sp.jpg") top center no-repeat; }
#form #prt_main_bg { background: url("../img/content/form/main_sp.jpg") top center no-repeat; }
#login #prt_main_bg { background: url("../img/content/form/main.jpg") top center no-repeat; }
.error404 #prt_main_bg { background: url("../img/content/form/main.jpg") top center no-repeat; }
.archive #prt_main_bg { background: url("../img/content/form/main.jpg") top center no-repeat; }

#prt_main h1 {
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translateY(-45%);
    z-index: 100;
    padding: 0;
    margin: 0;
}

#list_navi {
	padding: 40px 0 0;
}

#list_navi div {
	text-align: left;
	font-size: 85%;
    font-weight: 500;
	line-height: 100%;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 30px;
}

#list_navi div a {
	text-decoration: none;
}

#list_navi div a:hover {
	text-decoration: underline;
}


.normalTbl {
	font-size: 90%;
}

.normalTbl table {
	border-top: 1px solid #E5E5E5;
	letter-spacing: 0.2em;
}

.normalTbl table th {
	border-bottom: none;
	padding: 30px 0 20px 20px;
	font-weight: normal;
	text-align: left;
    display: block;
    width: auto;
}

.normalTbl table th {
  position: relative;
  text-align: left;
  width: auto;
}

.normalTbl table th:after{
    display: none;
}
    
.normalTbl table td {
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 30px 20px;
	font-weight: normal;
	text-align: left;
    display: block;
    width: auto;
}

.normalTbl input {
    width: 90% !important;
}

.normalTbl input[type=radio] {
	height: auto;
    height: 15px;
    width: 15px !important;
	margin: 10px 0;
	border: 1px solid #CCC;


} /* /@media */

/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 380px) {


} /* /@media */

