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

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#tablet {
	display: none;
}

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

body {
	color: #333333;
	text-align: center;
	margin: 0 auto;
    background: #ECEDEF;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 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;
}

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

h1 {
	font-size: 250%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
    font-family: "Quicksand", sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.1em;
    color: #F4A465;
	text-transform: capitalize;
}

h1 span {
	display: block;
	font-size: 35%;
	margin-top: 0px;
    color: #333;
	vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

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

h2 span {
    display: block;
    font-weight: 700;
    font-size: 50%;
    margin-top: -5px;
    color: #4A4A4A;
    padding-left: 36px;
    font-family: "Quicksand", sans-serif;
}

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

h3 {
	font-size: 130%;
	line-height: 140%;
	text-align: left;
	margin-bottom: 20px;
	border-left: 4px solid #F4A465;
	padding-left: 18px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}

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

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

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

ul.text li {
	line-height: 200%;
	margin: 0 0 10px 25px;
	list-style: outside;
}

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

ul.text2 li {
	line-height: 200%;
	margin: 0 0 15px 0;
	list-style: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 15px;
}

ul.text2 li::before {
    content: " ・ ";
    color: #F4A465;
    font-weight: 900;
    font-size: 130%;
}

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

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

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

#header {
	padding: 30px 0 60px;
}

#header_left {
	float: left;
}

#header_right {
	float: right;
}

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

nav {
}

#navi {
	width: 100%;
}

#navi ul {
    margin-top: 20px;
}

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

#navi ul li a {
    display: inline-block;
	text-decoration: none;
	transition:all 0.5s ease;
    vertical-align: bottom;
	color: #F4A465;
}

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

#cat-nav-1,
#cat-nav-2,
#cat-nav-3,
#cat-nav-4,
#cat-nav-5 {
    margin-top: 15px;
}

body#home #navi ul li a#cat-nav-1 { color: #CCC; }
body#instructor #navi ul li a#cat-nav-2 { color: #CCC; }
body#menu #navi ul li a#cat-nav-3 { color: #CCC; }
body#review #navi ul li a#cat-nav-4 { color: #CCC; }
body#schedule #navi ul li a#cat-nav-5 { color: #CCC; }


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

#container {
	margin-top: 80px;
}

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

section {
	margin-bottom: 100px;
}

article {
    margin-bottom: 40px;
}

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

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

.column3 {
	width: 31%;
	float: left;
	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%;
}

.left65 {
	float: left;
	width: 65%;
}

.right35 {
	float: right;
	width: 30%;
}

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

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


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

#mark {
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 100;
}

#footer {
    position: relative;
    margin-top: -45px;
}

#footer_contact {
	background: #FDF6EF;
	padding: 80px 0 60px;
}

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

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

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

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

.footer_contact_left p a,
.footer_contact_right p a {
	display: block;
	background: #F4A465;
	padding: 25px;
	font-size: 160%;
	border-radius: 10px;
	text-align: center;
	color: #FFF;
    font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-style: normal;
	transition:all 0.5s ease;
}

.footer_contact_left p a:hover,
.footer_contact_right p a:hover {
	text-decoration: none;
	background: #F09483;
	transition:all 0.5s ease;
}

#footer_main {
	background: #F4A465;
	padding-top: 60px;
	color: #FFF;
}

.footer_main_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.footer_main_left {
}

.footer_main_left span {
    font-size: 75%;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_main_left p.fontSSS {
    font-size: 50%;
    line-height: 150%;
    margin-bottom: 0;
}

.footer_main_center {
    border-left: 1px solid #FFF;
    padding-left: 30px;
    box-sizing: border-box;
}

.footer_main_right {
    border-left: 1px solid #FFF;
    padding-left: 30px;
    box-sizing: border-box;
}

#footer_main h4 {
	text-align: left;
	font-size: 120%;
    font-family: "Quicksand", sans-serif;
	margin-bottom: 20px;
}

.footer_main_center ul {
	float: left;
	margin-right: 40px;
}

.footer_main_center ul li {
	text-align: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 90%;
	margin-bottom: 30px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-style: normal;
	transition:all 0.5s ease;
}

.footer_main_center ul li::before {
	content: "−";
	padding-right: 10px;
	font-weight: 400;
}

.footer_main_center ul li a {
	color: #FFF;
	transition:all 0.5s ease;
}

.footer_main_center ul li a:hover {
	color: #ffe200;
	text-decoration: none;
	transition:all 0.5s ease;
}

.footer_main_right li {
    display: inline-block;
	list-style: none;
	text-align: center;
    margin-right:10px;
}

.footer_main_right li a {
	display: block;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

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

#sp_menu {
	display: none;
}

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

#main {
	position: relative;
	margin-left: 20%;
	box-sizing: border-box;
}

#main img {
	border-radius: 30px 0 0 30px;
}

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

.scrolldown1{
    position:absolute;
    left:-10%;
    bottom:0px;
    /*全体の高さ*/
    height:50px;
    z-index: 1;
}

.scrolldown1 span{
    position: absolute;
    left:-25px;
    top: -20px;
    /*テキストの形状*/
    color: #F4A465;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #F4A465;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #F4A465;
    border-radius: 20px;
}

figcaption p {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .5s ease-out .5s;
    font-family: "Quicksand", sans-serif;
    top: 50%;
    transform: translateY(-50%);
	font-size: 160%;
    font-weight: 800;
	color: #FFF;
}

figure:hover figcaption p {
    opacity: 1;
    transform: translateY(-50%);
}
 
figure img {
    opacity: .3;
    transition: all 1.2s ease-out;
    transition: .5s;
    border-radius: 20px;
}

figure:hover img {
    opacity: .8;
    border-radius: 20px;
    transform: scale(1.2);
}

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

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

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

#prt_main {
	position: relative;
	margin-left: 20%;
	box-sizing: border-box;
}

#prt_main_bg {
    background: url("../img/common/main.jpg") top center no-repeat;
    background-size: cover;
    padding: 180px 0;
	border-radius: 30px 0 0 30px;
}

#prt_main p {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateX(-45%) translateY(-50%);
	z-index: 5;
}

#list_navi {
	position: relative;
	z-index: 20;
	padding: 50px 0 0;
}

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

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

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


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

.name {
    font-size: 200%;
    font-weight: 500;
    line-height: 200%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #F4A465;
}

.name span {
    background: #F4A465;
    color: #FFF;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 45%;
    margin-left: 20px;
}

.box {
    border: 3px solid #F4A465;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
}

.box h3 {
    text-align: center;
    background: #F4A465;
    color: #FFF;
    padding: 15px;
}

.zoom {
    text-align: center;
    color: #FFF;
}

.zoom a {
    display: block;
    background: #338DFF;
    padding: 25px;
    text-align: center;
    color: #FFF;
    font-size: 110%;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.zoom a:hover {
    background: #1F6EFF;
}

.zoom a span {
    background: url("../img/content/menu/zoom.svg") center right no-repeat;
    padding: 15px 60px 15px;
}

.line {
    text-align: center;
    color: #FFF;
}

.line a {
    display: block;
    background: #24BB4F;
    padding: 25px;
    text-align: center;
    color: #FFF;
    font-size: 110%;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.line a:hover {
    background: #14A234;
}

.line a span {
    background: url("../img/content/menu/line.svg") center right no-repeat;
    padding: 15px 60px 15px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

.woman {
    width: 10%;
}

.arrow {
    width: 2%;
    padding-bottom: 50px;
}

.message {
    width: 88%;
    background: #FFF;
    padding: 30px 40px 10px;
    box-sizing: border-box;
    border-radius: 20px;
}

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


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

.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: #C32B27;
    background: #F4A465;
	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 i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

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

.btn {
    font-family: "Quicksand", sans-serif;
	font-weight: 800;
	font-size: 100%;
	line-height: 100%;
	transition: 0.3s;
	text-align: right;
	font-style: normal;
    margin-top: 40px;
}

.btn a {
	text-decoration: none;
    background: url("../img/common/arrow.svg") center right no-repeat;
    padding: 12px 50px 12px 0;
	box-sizing: border-box;
	transition: 0.3s;
    color: #F4A465;
}

.btn a:hover {
	text-decoration: underline;
    color: #F09483;
	transition: 0.3s;
}

.btn2 {
	background: #d8b448;
	margin: 30px auto 20px;
	color: #FFF;
	font-size: 120%;
	text-align: center;
	line-height: 100%;
	transition: 0.3s;
	border-radius: 5px;
}

.btn2 a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 30px 0;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 5px;
}

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

#menu_btn {
	display: none;
}

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

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

#page-top a {
    background: #333;
    text-decoration: none;
	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: #F09483;
}

#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 #fc858c !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: #fc858c; /* 通常の背景色 */
}
.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;
}
    

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

nav {
}

#navi {
    display: none;
	width: 100%;
}

#menu_btn {
	display: block;
    position: fixed;
    right: 5%;
    top: 25px;
    z-index: 1000;
}

#menu_btn a {
	display: block;
    padding: 20px;
    background: #F4A465;
}

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

#main {
	position: relative;
	margin-left: 15%;
	box-sizing: border-box;
}

#main img {
	border-radius: 30px 0 0 30px;
}

#main p {
	position: absolute;
	top: 10%;
	left: 0%;
	transform: translateX(-50%) translateY(0%);
	z-index: 5;
    width: 30%;
}

#prt_main p {
	position: absolute;
	top: 10%;
	left: 0%;
	transform: translateX(-50%) translateY(0%);
	z-index: 5;
    width: 30%;
}


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


}


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

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

h1 {
	font-size: 240%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
    font-family: "Quicksand", sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.1em;
    color: #F4A465;
	text-transform: capitalize;
}

h1 span {
	display: block;
	font-size: 35%;
	margin-top: 0px;
    color: #333;
	vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

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

h2 span {
    display: block;
    font-weight: 700;
    font-size: 50%;
    margin-top: -5px;
    color: #4A4A4A;
    padding-left: 36px;
    font-family: "Quicksand", sans-serif;
}

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

h3 {
	font-size: 110%;
	line-height: 140%;
	text-align: left;
	margin-bottom: 20px;
	border-left: 4px solid #F4A465;
	padding-left: 18px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}

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

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

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

ul.text li {
	line-height: 200%;
	margin: 0 0 10px 25px;
	list-style: outside;
}

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

ul.text2 li {
	line-height: 200%;
	margin: 0 0 15px 0;
	list-style: none;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 15px;
}

ul.text2 li::before {
    content: " ・ ";
    color: #F4A465;
    font-weight: 900;
    font-size: 130%;
}

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

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

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

#header {
	padding: 30px 0 30px;
}

#header_left {
	float: left;
    width: 75%;
}
    
#header_left div {
    text-align: left;
}

#header_right {
	float: right;
}


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

#container {
	margin-top: 80px;
}

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

section {
	margin-bottom: 60px;
}

article {
    margin-bottom: 40px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 8%;
}

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

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

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

.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%;
}

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

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

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

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


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

#mark {
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 100;
    width: 90%;
}

#footer {
    position: relative;
    margin-top: -16px;
}

#footer_contact {
	background: #FDF6EF;
	padding: 40px 0 20px;
}
    
#footer_contact h1 {
    margin-bottom: 30px;
}

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

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

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

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

.footer_contact_left p a,
.footer_contact_right p a {
	display: block;
	background: #F4A465;
	padding: 15px;
	font-size: 160%;
	border-radius: 10px;
	text-align: center;
	color: #FFF;
    font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-style: normal;
	transition:all 0.5s ease;
}

.footer_contact_left p a:hover,
.footer_contact_right p a:hover {
	text-decoration: none;
	background: #F09483;
	transition:all 0.5s ease;
}

#footer_main {
	background: #F4A465;
	padding-top: 60px;
	color: #FFF;
}

.footer_main_box {
	display: block;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.footer_main_left p {
    text-align: center;
    margin-bottom: 10px;
}

.footer_main_left span {
    font-size: 75%;
}

.footer_logo {
    margin-bottom: 20px;
    text-align: center;
}

.footer_main_left p.fontSSS {
    font-size: 50%;
    line-height: 150%;
    margin-bottom: 0;
    text-align: left;
}

.footer_main_center {
    display: none;
    border-left: 1px solid #FFF;
    padding-left: 0px;
    box-sizing: border-box;
}

.footer_main_right {
    border-left: none;
    border-top: 1px solid #FFF;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    padding-top: 20px;
}

#footer_main h4 {
    display: none;
	text-align: center;
	font-size: 120%;
    font-family: "Quicksand", sans-serif;
	margin-bottom: 20px;
    margin: 0 auto 10px;
}

.footer_main_right li {
    display: inline-block;
	list-style: none;
	text-align: center;
    margin-left:10px;
    margin-right:10px;
}

.footer_main_right li a {
	display: block;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

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

#sp_menu {
	display: none;
}

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

#main {
	position: relative;
	margin-left: 15%;
	box-sizing: border-box;
}

#main img {
	border-radius: 30px 0 0 30px;
}

#main p {
	position: absolute;
	top: 10%;
	left: 0%;
	transform: translateX(-30%) translateY(0%);
	z-index: 5;
    width: 50%;
}

.scrolldown1{
    position:absolute;
    left:-10%;
    bottom:0px;
    /*全体の高さ*/
    height:50px;
    z-index: 1;
}

.scrolldown1 span{
    position: absolute;
    left:-15px;
    top: -20px;
    /*テキストの形状*/
    color: #F4A465;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #F4A465;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #F4A465;
    border-radius: 20px;
}

figcaption p {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .5s ease-out .5s;
    font-family: "Quicksand", sans-serif;
    top: 50%;
    transform: translateY(-50%);
	font-size: 120%;
    font-weight: 800;
	color: #FFF;
}

figure:hover figcaption p {
    opacity: 1;
    transform: translateY(-50%);
}
 
figure img {
    opacity: .3;
    transition: all 1.2s ease-out;
    transition: .5s;
    border-radius: 20px;
}

figure:hover img {
    opacity: .8;
    border-radius: 20px;
    transform: scale(1.2);
}

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

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

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

#prt_main {
	position: relative;
	margin-left: 15%;
	box-sizing: border-box;
}

#prt_main_bg {
    background: url("../img/common/main.jpg") center right -80px no-repeat;
    background-size: cover;
    padding: 120px 0;
	border-radius: 30px 0 0 30px;
}

#prt_main p {
	position: absolute;
	top: 10%;
	left: 0%;
	transform: translateX(-30%) translateY(0%);
	z-index: 5;
    width: 50%;
}

#list_navi {
	position: relative;
	z-index: 20;
	padding: 30px 0 0;
}

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

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

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


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

.name {
    font-size: 200%;
    font-weight: 500;
    line-height: 200%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #F4A465;
}

.name span {
    background: #F4A465;
    color: #FFF;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 45%;
    margin-left: 20px;
}

.box {
    border: 3px solid #F4A465;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
}

.box h3 {
    text-align: center;
    background: #F4A465;
    color: #FFF;
    padding: 15px;
}

.zoom {
    text-align: center;
    color: #FFF;
}

.zoom a {
    display: block;
    background: #338DFF;
    padding: 25px 0;
    text-align: center;
    color: #FFF;
    font-size: 110%;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.zoom a:hover {
    background: #1F6EFF;
}

.zoom a span {
    background: url("../img/content/menu/zoom.svg") center right no-repeat;
    padding: 15px 60px 15px 0;
}

.line {
    text-align: center;
    color: #FFF;
}

.line a {
    display: block;
    background: #24BB4F;
    padding: 25px 0;
    text-align: center;
    color: #FFF;
    font-size: 110%;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.line a:hover {
    background: #14A234;
}

.line a span {
    background: url("../img/content/menu/line.svg") center right no-repeat;
    padding: 15px 60px 15px 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

.woman {
    width: 10%;
}

.arrow {
    width: 2%;
    padding-bottom: 50px;
}

.message {
    width: 88%;
    background: #FFF;
    padding: 30px 40px 10px;
    box-sizing: border-box;
    border-radius: 20px;
}

.normalTbl table td {
    width: auto;
    display: block;
}

.normalTbl table td input {
    width: 90% !important;
}
    
.normalTbl table th {
    width: auto;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}

.normalTbl2 table td {
    width: auto;
    display: block;
    }

.normalTbl2 table th {
	border-right: 1px solid #F4A465;
	border-bottom: 1px dotted #F4A465;
    width: auto;
    display: block;
    }

} /* /@media */
