@charset "UTF-8";
/*
Theme Name: nurse
Description:nurse
Author: Ann Tachibana
Version: 1.0
*/






/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
 
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
	
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}


/* default */

html{
	width:100%;
	overflow:auto;
	word-break: normal;
    word-wrap: break-word;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
    text-align: left;
	background:#fff;
	font-family:Shuei MaruGo B;	/*typesquare*/
	color:#383838;
	font-feature-settings : "palt";
	font-size:16px;
	line-height:1.6em;
}

body{
	width:100%;
	max-height: 100%;
	margin:0 auto;
	overflow:hidden;
	-webkit-text-size-adjust: 100%;
	}

img{
	width:100%;
	max-width:100%;
	height: auto;
    border-style:none;
}
a img {
    border-style:none;
}

a:focus {
	outline: none!important;
}

iframe{
	width:100%;
}

article,section{
	width:100%;
	margin:0 auto;
	padding:0;
	overflow-x:hidden
}

.wrap{
	width:95%;
	max-width:1000px;
	margin:0 auto;
}

/*.inner{
	background: rgba(255,255,255,0.7);
	width:85%;
    padding: 20px;
    color: #000;
}
*/

.column{
	width:100%;
}
.column2{
}
.column3{
}
@media screen and (min-width:769px)  {
.column{
	display: flex;
		display: -webkit-flex; /* Safari */
	align-items:stretch;
		-webkit-align-items:stretch; /* Safari */
	flex-wrap:wrap;
		-webkit-flex-wrap:wrap; /* Safari */
	justify-content: center;
		-webkit-justify-content: center;
}
.column2{
	width:calc(50% - 20px);
	margin-right:20px;
}
.column3{
	width:calc(30% - 20px);
	margin-right:20px;
}
.column2:nth-of-type(2n),
.column3:nth-of-type(3n){
	margin-right:0;
}
}

h1,h2,h3,h4,h5,h6{
	font-feature-settings : "palt";
	font-family: Shuei MaruGo B;
}
h1{	font-size:300%;
	letter-spacing:10px;
	color:#383838;
	text-align:center;
}
h2{	font-size:250%;	letter-spacing:5px;	color:#383838;}
h3{	font-size:200%;	letter-spacing:5px;	color:#383838;	}
h4{	font-size:180%;	}
h5{	font-size:100%;	}
h6{	font-size:100%;	}

p{
}

a{
	color:#383838;
	text-decoration:none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.none{
	display:none
}

.caption{
	font-size:75%;
}
.marugo{
	font-family:Shuei MaruGo B;
	font-feature-settings : "palt";
}
.gothic{
	font-feature-settings : "palt";
	font-family: "游ゴシック Medium", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.font-feature{
	font-feature-settings : "palt";
}





/*Plugin=====================================================================*/
#scroll-to-top{
	display:none !important;
}

#page-top {
    position: fixed;
    bottom: -10px;
    right: 20px;
}
#page-top a {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: rgba(137,201,219,0.7);
}
#page-top a:after {
    position: absolute;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    border: 0px;
    border: solid 2px #fff;
    border-bottom: transparent;
    border-right: transparent;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -11px;
}
#page-top a span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


/*background*/

/*header*/


	


/*footer*/
footer{
	text-align:center;
	margin-top:50px;
	font-size:50%;
	padding:30px 0;
	border-top:2px solid rgba(137,201,219,1);
}

/*LP-contents*/

#LP01 #content-area{
	/*background:#ccc;
	height:500px;*/
}



/*responsible=============*/

@media screen and (max-width:567px){
html{
	font-size:3.7vw !important;
}
.sp{display:block;}
.tab{display:none;}
.pc{display:none;}
.wrap{
	width:90%;
	margin:0 auto;
}
}



@media screen and (min-width:568px) {
.sp{display:none;}
.tab{display:block;}
.pc{display:block;}
html{
	font-size:3vw !important;
}

}




@media screen and (min-width:769px)  {
.tab{display:none;}
html{
	font-size:1.454vw !important;
}
footer{
	font-size:75%;
}
}


@media screen and (min-width:1100px) {
html{
	font-size:16px !important;
}
}



/*======================================
serif font-feature
gothic

width:calc(75% - 10px);

font-feature-settings : "palt";
font-feature-settings : "pkna";

broun//	rgba(95,66,48,1);
		#604330
		#7a1109

green//	rgba(122,158,86,0.7);

beige-01//	rgba(244,236,224,1)
beige-02//	#9e9478		rgba(158,148,120,1)
			rgba(122,118,112,1)


transition: all  0.3s ease;
	-o-transition: all 0.3s ease;

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