@charset "utf-8";


/****************************************
		css reset
*****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
 margin: 0;c
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}

ol, ul {
 list-style: none;
}

blockquote, q {
 quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

* { margin:0; padding:0;}

body,html{
 padding: 0;
 margin: 0;
 width: 100%;
 height: 100%;
 text-align: center; /* IE用 */
}

img {
 border-style:none;
 border-width: 0;
}

img a {
 border-style: none;
}

img a:focus {outline: none;}

h1,h2,h3,h4,h5,h6 {
 margin: 0;
 padding: 0;
}

address {
	font-style: normal;
}


.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}

.mplus {
    font-family: "Rounded Mplus 1c";
}

.noto {
    font-family: "Noto Sans Japanese";
}

body {
    -webkit-text-size-adjust: 100%;
/*  IE8以下の代替の背景画像  */
    width: 100%;
    height: 100%;
}

.fix {
	clear: both;
}

.w_fix {
	width: 100%;
}

.rm_fix {
	margin-right: 0 !important;
}




/*****     loading     *****/


#loading {
    display: none;
	background: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#loading_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto;
    margin-top: -110px;
    margin-left: -150px;
}

#loading_logo img {
	width: 100%;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
	font-family: 'Ubuntu', sans-serif;
	margin: 30px auto 0 -150px;
	width: 300px;
	text-align: center;
	font-size: 150%;
	color: #333333;
	}

#loader {
  animation: Flash1 1s infinite;
}

/* アニメーション */
@keyframes Flash1{
  50%{
    opacity: 0.3;
  }
}
	
#bar {
	width: 300px;
	height: 24px;
	border:1px solid #999999;
	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
	}
	
#bar span {
	display: block;
	width: 0px;
	height: 20px;
	background: #99b0c3;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}



/*****   base   *****/

#cboxCurrent {
    display: none !important;
}


/* SNSボタン全体 */
.flowbtn17{
border-radius:50%;
position:relative;
display:inline-block;
width:50px;
height:50px;
font-size:30px;
text-decoration:none;
transition:.5s;
background-color:#444;
color:#fff;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover{
text-decoration:none;
}
/* アイコンをど真ん中に */
.flowbtn17 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover{
background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}
/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;		
}
/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover{
background:-webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);	
background:linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}
/* Feedlyマウスホバー時 */
.flowbtn17.fl_fd2:hover{
background:linear-gradient(135deg, #b1ea4d 0%,#459522 100%);
font-size:28px;
}
/* Pocketマウスホバー時 */
.flowbtn17.fl_pk2:hover{
background:linear-gradient(135deg, #f36265 0%,#dd4f68 100%);
}
/* はてブアイコンのサイズ */
.flowbtn17.fl_hb2{
font-size:25px;
}
/* はてブマウスホバー時 */
.flowbtn17.fl_hb2:hover{
background:-webkit-linear-gradient(top, #1fbccd 0%, #1c91d4 84%);	
background:linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
}
/* YouTubeマウスホバー時 */
.flowbtn17.fl_yu2:hover{
background:linear-gradient(135deg, #f5515f 0%,#c9293c 100%);
}
/* LINEマウスホバー時 */
.flowbtn17.fl_li2:hover{
background: linear-gradient(135deg, #3a9278 0%,#00c300 100%);
}
/* お問い合わせマウスホバー時 */
.flowbtn17.fl_ma2:hover{
background:linear-gradient(135deg, #fad961 0%,#f76b1c 100%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti2{
padding:0!important;
}
/* ボタン全体の位置 */
.snsbtniti2{
display:flex;
flex-flow:row wrap;
}
/* ボタン同士の余白 */
.snsbtniti2 li{
flex:0 0 48%;
text-align:center !important;
}

.btn,
a.btn,
button.btn {
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn-border:hover:before {
  background: #fff;
}

.maintenance {
    width: 100%;
    padding: 200px 0;
    overflow: hidden;
}

header {
	text-align: left;
}

.Rmg {
	margin-right: 4%;
	clear: both;
}

.pages {
	margin-top: -60px;
	margin-bottom: 50px;
	padding-top: 60px;
	clear: both;
}

.page_nav {
	width: 80%;
	margin: 10px auto 0;
	overflow: hidden;
}

.page_nav a,
.page_nav a:visited,
.page_nav a:link {
	background: #e8e8e8 url(../images/page_nav_icon.png?02) left center no-repeat;
	color: #666666;
	text-align: left;
	text-indent: 3em;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.page_nav a:hover,
.page_nav a:active {
	color: #000000;
	text-decoration: none;
	font-weight: 800;
}

.four a {
	display: block;
	width: 22%;
	line-height: 35px;
	margin: 0 1% 10px;
	float: left;
}

.white_box {
	width: 90%;
	line-height: 30px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

.gray_box {
	background: #f7f7f7;
	width: 90%;
	line-height: 30px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

.g-du {
    font-family: sicgothicduex-re, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

/*****   main   *****/

#main_cover {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 95vh;
}

#main_cover h2 {
    display: block;
    width: 680px;
    position: absolute;
    top: 60vh;
    right: 0;
    text-align: left;
    letter-spacing: 0.5em;
    color: #f15a24;
    font-size: 200%;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.key-border {
  border-top: 1.5px solid #ffffff;
}


#main_slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: -1;
}

#main_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.swiper-wrapper {
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.swiper-container {
    height: 100%;
}

.swiper-container2 {
    height: 100%;
}

#home_works {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

#home_works img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.slide-img{
  display: block;
}


/*****   header   *****/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/header_bg.png);
    background-size: cover;
    width: 100vw;
    height: 100px;
}

#logo {
height: 80%;
    margin: 10px 20px 0;
    float: left;
    overflow: hidden;
}

#logo img {
    height: 100%;
}


#header_logo {
	width: 200px;
	height: 55px;
	margin: auto;
	overflow: hidden;

}

#header_logo img {
	width: 100%;
}

/*****   nav   *****/

#sns_link {
    margin-top: -7px;
}

nav {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 120;
    text-align: center;
}

.black_shadow {
    color: #ffffff !important;
    text-shadow: black 0 0 5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


#navigation {
    padding: 10px 0;
    float: right;
    overflow: hidden;
}

#navigation li {
    line-height: 35px;
    padding: 0 15px;
    float: left;
}

#navigation a {
    display: block;
    color: #000000;
    font-size: 100%;
    text-decoration: none;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

#navigation a:hover,
#navigation a:hover > .head_style-point {
    color: #ff3300 !important;
    text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;}

.head_style-point {
    display: block;
    font-size: 70%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.navToggle {
    display: none;
}

.sns_btn {
    width: 50px;
    margin-top: -10px;
}

.sns_btn a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sns_btn img {
    width: 100%;
}



/*****   contents   *****/

.one_col {
    width: 95%;
    margin: 10px 2.5%;
    overflow: hidden;
    clear: both;
}

.one_col::after {
    content:"";
    clear:both;
    overflow:hidden;
}

.two_col {
    width: 48%;
    min-width: 520px;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
}

.three_col {
    width: 31%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
}

.four_col {
    width: 23%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
}

.lh_50 {
    line-height: 50px;
}

.mt_50 {
    margin-top: 50px !important;
}

.h50 {
    height: 50px !important;
}

.h50 img {
    width: auto !important;
    margin: 0 auto !important;
    float: right;
}

#contents {
    background: url(../images/contents_top_bg.png) center top no-repeat;
    width: 100%;
    min-height: calc( 100vh - 100px);
    margin-bottom: 50px;
    overflow: hidden;
    text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
    position: relative;
    top: 100px;
}

#pages {
    width: 80%;
    height: auto;
    margin: 50px auto;
    overflow: visible;
}

#pages h2 {
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 300%;
    text-align: center;
    margin: 50px auto 0;
}

#pages h3 {
    display: block;
    width: 750px;
    line-height: 160px;
    margin: 0 auto;
    background: url(../images/title_bg.png);
    background-size: cover;
    font-family: sicgothicduex-re, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 200%;
    letter-spacing: 1px;
    text-align: center;
}

.kyotaku h2,
.houmon h2 {
    color: #009900;
}

.nozomi h2 {
    color: #ff6600;
}

.recruit h2,
.contact h2 {
    text-align: left !important;
}

#pages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text {
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-weight: 400;
    font-style: normal;
}

.effect-fade-L {
  opacity: 0;
  transform: translate(100px , 0);
  transition: all 2000ms;
}

.effect-fade-R {
  opacity: 0;
  transform: translate(-100px , 0);
  transition: all 2000ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* 以下が追加の部分 */
/* 2つ目の要素に400msのdelayをかける */
.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

#container {
    margin-top: 100vh;
    padding-top: 50px;
    background: #ffffff;
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 50;
}


.wave {
    background: url(../images/top_bg.png);
    background-size: cover;
    width: 100%;
    height: 125px;
    overflow: hidden;
    position: absolute;
    top: -125px;
}

.contents_box {
    text-align: left;
}



/*** HOME  ***/



#blog {
    background: #ffffff;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

#blog h2 {
    display: block;
    width: 750px;
    line-height: 160px;
    margin: 0 auto;
    background: url(../images/title_bg.png);
    background-size: cover;
    font-family: sicgothicduex-re, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 200%;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

#blog ul {
    width: 80%;
    height: 100%;
    margin: 20px auto;
    padding-bottom: 50px;
    overflow: hidden;
}

#blog li {
    width: 100%;
    border-top: 1px #666666 dashed;
}

#blog li:nth-child(even) {
    background: #fff9e9;
}

#blog li:last-child {
    border-bottom: 1px #666666 dashed;
}

#blog a {
    display: block;
    width: 100%;
    line-height: 100px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    text-indent: 10em;
    overflow: hidden;
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 120%;
    letter-spacing: 5px;
}

#blog a:hover {
    color: #999999;
}

#home_information {
    width: 30%;
    overflow: hidden;
    float: left;
    margin: 0 1% 0 4%;
    text-align: left;
}

#home_information h2 {
    display: block;
    width: 50%;
    margin-bottom: -20px;
}

#home_information p {
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    color: #666666;
    font-size: 150%;
    letter-spacing: 5px;
}

#home_information img {
    width: 100%;
    height: 100%;
}

#home_information h3 {
    margin-top: 10px;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 170%;
}


.kaigo_title {
    color: #009900;
}

.nozomi_title {
    color: #ff6600;
    letter-spacing: -4px;
}

#home_about {
    background: #ffffff;
    width: 100%;
    padding-bottom: 70px;
    line-height: 50px;
    font-size: 120%;
    letter-spacing: 0.1em;
    overflow: hidden;
}

#home_about_txt {
    width: 60%;
    margin: 50px 4% 0 1%;
    padding-top: 10px;
    border-top: 1px #ffcc99 solid;
    float: left;
    text-align: left;
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

#home_about_txt::after {
    content:"";
    clear:both;
    overflow:hidden;
}

#home_link {
    overflow:hidden;
    clear: both;
    width: 100%;
    margin: 70px auto;

}

#home_link ul {
    width: 100%;
    overflow: hidden;
}

#home_link li {
    width: 30%;
    margin-left: 2.5%;
    float: left;
}

#home_link a {
    width: 100%;
}

#home_link a:hover {
    opacity: 0.7;
}

#home_link img {
    width: 100%;
    object-fit: cover;
}




/*** kyotaku ***/

.contain {
    object-fit: contain !important;
}


#kyotaku_box,
#houmon_box,
#nozomi_box {
    margin-bottom: 70px;
    overflow: hidden;
}

#kyotaku_table {
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-weight: 400;
    font-style: normal;
}

#office_table table {
    border-collapse: collapse;
    width: 80%;
    margin: 20px auto;
}

#office_table th, #office_table td {
    border: 2px solid #fff;
    background-color: #e1f1ff;
    padding: 1em 1em 1em 5em;
}

#office_table th {
    background-color: #99ccff;
    text-align: left;
    width: 30%;
    min-width: 10em;
}



@media screen and (max-width: 600px) {
  .course-d_box {
    border: 0;
    width: 90%;
    margin: 50px 5%;
  }
  #course_table table th, #course_table table td {
    font-size: 80%;
 }

}


/***  houmon  ***/

.houmon_info {
    line-height: 50px;
    font-size: 150%;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #0071bc;
}

.houmon_time {
    line-height: 50px;
    font-size: 170%;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}




/***  nozomi  ***/

#price_link {
    width: 100%;
    margin: 120px auto;
    overflow: hidden;
}

#price_link a {
    display: block;
    width: 500px;
    margin: auto;
}

#price_link a:hover {
    opacity: 0.7;
}

.nozomi_info {
    line-height: 50px;
    font-size: 150%;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #0071bc;
}

#availability {
    margin: 100px 0;
}

#availability ul {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    overflow: hidden;
}

#availability li {
    height: 100%;
    background: #ffffff;
    width: 18.75%;
    margin-top: 35px;
    padding: 0 2.5%;
    border-left: 1px #000000 solid;
    float: left;
}

#availability li:first-child {
    padding-left: 2.5%;
    border: 0;
}

#availability a {
    display: block;
    float: right;
    text-decoration: none;
    overflow: hidden;
}


#availability img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ava_title {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    color: #000000;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
}

.ava_photo {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.ava_day {
    width: 100%;
    text-align: right;
    overflow: hidden;
    color: #000000;
}

.ava_text {
    width: 100%;
    text-align: right;
    overflow: hidden;
    color: #3300ff;
}


/***   recruit   ***/


.recruit_left {
    width: 38%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
}

.recruit_right {
    width: 58%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
    font-size: 130%;
}


/***   contact   ***/

#access_box {
    margin: 50px 200px;
    overflow: hidden;
}

#map {
    width: 100%;
    margin: 100px auto;
}

#map iframe {
    width: 100%;
}

.grecaptcha-badge {
    bottom: 55px!important;
    visibility: hidden;
 }

.privacy {
    text-align: center;
}

.form {
    background: url(../images/form_bg.png) top center no-repeat;
    background-size: cover;
    width: 100vw;
    margin: 70px calc(50% - 50vw);
    padding: 50px 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.contact_top_left {
    width: 68%;
    margin: 10px 1%;
    float: left;
    font-size: 150%;
    overflow: hidden;
}

.contact_top_right {
    width: 28%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
}

.contact_info_L{
    width: 28%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
}

.contact_info_R {
    width: 68%;
    min-width: 700px;
    margin: 10px 1%;
    float: left;
    font-size: 300%;
    overflow: hidden;
}

.c_tel {
    font-size: 250%;
}

.p_text {
    color: #009900;
}

.n_text {
    color: #ff6600;
}

.insta_L{
    width: 18%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
}

.insta_R {
    width: 78%;
    margin: 10px 1%;
    float: left;
    font-size: 150%;
    overflow: hidden;
    letter-spacing: 3px;
    line-height: 50px;
}

.map_title {
    margin-top: 50px
    width: 100% !important;
    line-height: 110px !important;
}


.google_map {
    width: 100vw;
    height: 700px;
    margin: 0 calc(50% - 50vw);
    padding-top: 50px;
}

.google_map iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -10px;
}


/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 90%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.inquiry {
    width: 60%;
    margin: 20px auto;
}

.wpcf7-response-output {
    width: 50%;
    margin: 20px auto !important;
}

@media(max-width:500px) {

    #footer_info a {
        color: #ffffff;
    }

    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
    .inquiry tr:first-child th {

    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px;
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    border-bottom: dashed 1px #000000;
}
.inquiry td {
    font-size: 13px;
    padding-left: 50px;
    border: none;
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7;
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #000;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #000;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.verticallist .wpcf7-list-item {
    display: block;
}
#formbtn {
    display: block;
    padding: 30px 15px;
    width: 350px;
    background: #0d3387;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
    border: 2px solid #0d3387;

}
#formbtn:hover {
    background: #fff;
    color: #0d3387;
    border: 2px solid #0d3387;
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
}
td {

    padding: 12px;
}
input,
select,
textarea {
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none;
}

#access {
    width: 100%;
    margin: 70px auto;
    overflow: hidden;
}

#access iframe {
    width: 100%;
    height: 500px;
    margin: 50px auto;
}


/*****  ava  *****/

#ava_table table {
    border-collapse: collapse;
    width: 80%;
    margin: 20px auto;
}

#ava_table th, #ava_table td {
    border: 1px solid #000000;
    background-color: #ffffff;
    text-align: center;
}

#ava_table th {
    background-color: #99ccff;

}



/*****   footer   *****/

#footer {
    background:#ffffff url(../images/header_bg.png);
    background-size: cover;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

#footer_logo {
    width: 180px;
    margin: 50px auto;
    overflow: hidden;
}

#footer_logo a {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#footer_logo a:hover {
    opacity: 0.5;
}

#footer_logo img {
    width: 100%;
}

#footer_info {
    color: #ffffff;
    letter-spacing: 0.1em;
    line-height: 50px;
    font-size: 120%;
}

#footer_sns {
    width: 200px;
    margin: 20px auto;
    overflow: hidden;
}

#footer_sns li {
    width:  60px;
    height: 60px;
    margin: 20px;
    float: left;
    overflow: hidden;
}

#footer_sns a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#footer_sns img {
    width: 100%;
}

#copyright {
    display: block;
    width: 100%;
    border-top: 0.5px solid;
    border-image: linear-gradient(to left, #ffcc99, #ffffff) 1;
    color: #000000;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 28px;
    text-align: right;
    padding: 10px 0;
}


#copyright p {
    display: inline;
    float: left;
    font-size: 80%;
    text-indent: 1em;
    color: #aaa;
}

#copyright a {
    color: #aaa;
}

/***   Post   ***/

.blog h3 {
    font-size: 130% !important;
}

.post_day {
    display: block;
    font-weight: 100 !important;
    font-size: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 5px;
    color: #006699;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}


#post_box {
    margin: 20px 200px;
    overflow: hidden;
}

.w70 {
    width: 70%;
    margin: auto;
}

.back {
    margin-bottom: 50px;
}

.back input {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #543618;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}

.back input:hover {
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    opacity: 1;
    transition: all 0.2s;
    cursor: pointer;
}

.back input:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}




/*--------------------------------------------------------------
 mobile 切り替え
--------------------------------------------------------------*/

/*  スマホ用  */
@media all and (max-width: 1024px) {

#home_about {
    padding-bottom: 0;
}

.wave {
    height: 150px;
    top: -145px;
}

#home_information {
    width: 90%;
    margin: 0 5%;
}

#home_information h3 {
    font-size: 135%;
}

#home_information p {
    font-size: 130%;
    line-height: 40px;
}

#home_about_txt {
    width: 90%;
    margin: 50px 5%;
    line-height: 35px;
}

#home_link {
    margin: 0 auto;
}

#home_link li {
    width: 90%;
    margin: 5%;
    float: none;
}

#blog h2 {
    width: 100%;
    line-height: 70px;
    font-size: 110%;
    margin: 0 auto;
}

#blog ul {
    width: 90%
}

#blog a {
    line-height: 90px;
    text-indent: 1em;
    letter-spacint: 3px;
    font-size: 80%;
}

#pages {
    width: 90%;
}

#pages h2 {
    font-size: 160%;
    margin: 0;
}


#pages h3 {
    width: 100%;
    line-height: 70px;
    font-size: 110%;
}

.one_col {
    width: 100%;
    margin: 10px 0;
}

.two_col {
    width: 100%;
    min-width: 0;
    margin: 20px 0;
    float: none;
}

.three_col {
    width: 100%;
    margin: 20px 0;
    float: none;
}

.four_col {
    width: 100%;
    margin: 20px 0;
    float: none;
}

#office_table table {
    width: 100%;
}

#office_table th {
    width: auto;
    min-width: 6em;
}

#office_table th, #office_table td {
    padding: 20px 10px;
    font-size: 80%;
}

.houmon_info,
.houmon_time {
    font-size: 110%;
}

.nozomi_info {
    font-size: 100%;
}

.recruit_left {
    width: 100%;
    margin: 10px 0;
    float: none;
}

.recruit_right {
    width: 100%;
    margin: 10px 0;
    font-size: 100%;
    line-height: 35px;
    float: none;
}


.contact_top_left {
    width: 100%;
    margin: 10px 0;
    float: none;
    font-size: 150%;
}

.contact_top_right {
    width: 100%;
    margin: 10px 0;
    float: none;
    overflow: hidden;
}

.contact_info_L {
    width: 100%;
    margin: 10px 0;
}

.contact_info_R {
    width: 100%;
    min-width: 0;
    margin: 10px 0;
    font-size: 130%;
}

.c_tel {
    font-size: 150%;
}

.insta_L {
    width: 100%;
    margin: 10px 0;
    float: none;
}

.insta_R {
    width: 100%;
    margin: 10px 0;
    float: none;
    font-size: 110%;
}

    #availability ul {
        margin: 0 auto !important;
        float: none !important;
        padding-bottom: 0;
    }

    #availability li {
        width: 90% !important;
        margin: 20px 2.5% 50px !important;
        border-top: 1px #000000 solid;
        border-left: none;
    }

.ava_photo {
    height: 220px;
}

#price_link a {
    width: 100%;
}

#ava_table table {
    width: 100%;
}

.hide {
    border-bottom: none !important;
}

#sns_link {
    position: relative;
    padding; 20px 0;
    text-align: center;
    top: 0;
    right: 0;
}

.grecaptcha-badge {
    bottom: 55px!important;
    visibility: visible;
 }

#post_box {
    margin: 20px 20px;
    overflow: hidden;
}


    #main_slide {
        height: calc( 100vh - 150px );
        top: 100px;
    }


    .btn,a.btn,button.btn {
        width: 100%;
        padding: 1rem 0;
    }


    #cate_links {
        display: block;
        width: 90%;
    }

    #cate_links li {
        width: 95%;
        margin: 10px auto;
    }

    .head_style-point {
        text-indent: 2em;
        text-align: left;
    }

    .inquiry {
        width: 100%;
    }

    .w70 {
        width: 90%;
    }



    #footer_info {
        font-size: 80%;
    }


    #main_cover h2 {
        font-size: 120%;
        width: auto;
    }


    #main_cover {
        height: 80vh !important;
    }

    #navigation li {
        margin: 15px auto !important;
    }

    #footer {
        height: auto !important;
    }

    
    header {
        width: 100% !important;
        height: 100px;
        padding: 0 !important;
        z-index: 130;
    }
    
    #logo {
        height: 70%;
        margin: 15px 0 0 10px;
    }
    
    #title_text {
        font-size: 70%;
        margin-bottom: 0;
    }
    
    h1 {
        font-size: 170%;
    }
    
    nav {
        top: 0;
        right: 0;
        width: 100%;
    }
    
    #navigation {
        display: none;
        background: rgba( 255,255,255, 0.9 );
        width: 100%;
        height: 100vh;
        padding-top: 20%;
        padding-bottom: 10px;
        box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    }
    
    #navigation li {
        text-align: left;
        margin: 25px 0;
        padding-bottom: 15px;
        border-bottom: 1px #999999 solid;
        float: none;
    }
    
    #navigation a {
        width: 70%;
        padding: 7px 15%;
        font-size: 120%;
    }
    
    .navToggle {
	    display: block !important;
	    background: rgba( 255,255,255, 0.9 );
	    position: absolute;    /* bodyに対しての絶対位置指定 */
	    right: 3.5%;
	    top: 0;
	    width: 50px;
	    height: 55px;
            margin-top: 25px;
	    cursor: pointer;
	    z-index: 200;
	    text-align: center;
	    border-radius: 5px;
	}
 
	.navToggle span {
	    display: block;
	    position: absolute;    /* .navToggleに対して */
	    width: 38px;
	    border-bottom: solid 3px #000000;
	    -webkit-transition: all 0.35s ease-in-out !important;
        -moz-transition: all 0.35s ease-in-out !important;
        -ms-transition: all 0.35s ease-in-out !important;
        -o-transition: all 0.35s ease-in-out !important;
        transition: all 0.35s ease-in-out !important;
	    left: 6px;
	}
 
	.navToggle span:nth-child(1) {
	    top: 11px;
	}
 
	.navToggle span:nth-child(2) {
	    top: 20px;
	}
 
	.navToggle span:nth-child(3) {
	    top: 29px;
	}
 
	.navToggle span:nth-child(4) {
        border: none;
        color: #000000;
   	 	font-size: 12px;
   	 	font-weight: bold;
	    font-family: 'Ubuntu', sans-serif;
   	 	top: 37px;
	}
	
	.navToggle.active span:nth-child(1) {
	    top: 18px;
	    left: 6px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
 
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
	    top: 18px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
    
    #concept {
        top: 15%;
        right: 15%;
        bottom: 39%;
        line-height: 30px;
    }
    
    /*****   contents   *****/

    #contents {
        -webkit-overflow-scrolling: touch;
    }
    
    .contents_box {
        padding-top: 5%;
        left: 5%;
        width: 100%;
    }
    
    .contents_box h2 {
    	font-size: 120%;
    }
    
    .contents_box p {

    	letter-spacing: 0;
    }
    
    .form th {
    	width: 25%;
    	font-size: 70%;
    }
    
    .form_title {
    	font-size: 120%;
    }
    
    .submit-btn {
    	margin: 30px 0 0 0;
    }

    /***   HOME   ***/
    

    
    
    #copyright p {
      display: none;
    }


    

    
    
    /***   contact   ***/
    
    #contact {
    	-webkit-overflow-scrolling: touch;
    }
    
    #contact_info {
		width: 90%;
		margin: 27% 5%;
		float: none;
	}

    #contact_info h3 {
    	font-size: 130%;
    }

    #mail-form {
	width: 100%;
	margin: 0 auto;
    }

	#contact_info p {
		font-size: 100%;
	}
	
	#map {
		width: 90%;
		margin: 0 5% 50px 5%;
		float: none;
	}

    #contact_info-page {
		width: 90%;
		margin: 27% 5%;
		float: none;
	}

    #contact_info-page h3 {
    	font-size: 130%;
    }
    

	#contact_info-page p {
		font-size: 100%;
	}
	
	#map-page {
		width: 90%;
		margin: 0 5% 50px 5%;
		float: none;
	}

	.button {
		width: 90%;
		padding: 0;
	}
	
	.form {

	}
    
    .home_footer {
		position: relative !important;
		margin-top: 50px;
		clear: both;
    }
        
    
}

/*--------------------------------------------------------------
404 error page
--------------------------------------------------------------*/

.error_page {
   height: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
   height: -webkit-calc(100vh - 345px) ;
   height: calc(100vh - 345px) ;
   padding-top: 100px;
}

.page404 h3 {

}
   
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        -moz-border-radius: 3px;     /* Firefox用 */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

