@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Itim);
@font-face {
	font-family: Uzura;
	src: url(../font/uzura.woff) format("woff"),url(../font/uzura.eot) format("eot"),	url(../font/uzura.woff2) format("woff2") ,url(../font/uzura.ttf) format("ttf");
}

/* !Reseting
---------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,figure{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

a{
    text-decoration:none;
}
 
a:hover,a.selected{
    text-decoration:none;
}
 
a {
/*\*/
    overflow: hidden;
/**/
}

a[href^="tel:"] {
	cursor: default;
	color: #F4637F;
}

a[href^="tel:"]:hover {
	text-decoration: none!important;
}

a img:hover {
	opacity: 0.7 ;
}

input, button, textarea, /*select*/ {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	padding: 0!important;
}

button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
	vertical-align:middle;
}

input {
	vertical-align:middle;
}

input[type=checkbox]{
	margin-right: 5px;
}

@media screen and (max-width: 35.49em) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea,
	select {
		font-size: 16px;
		/*transform: scale(0.8);*/
	}
}

section {
    counter-reset:number; /* 要素ごとに数字をリセットする */
}

img {
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}

.pc { display: inline-block !important; }
.sp { display: none !important; }

@media screen and (max-width: 47.99em) {
	.pc { display: none !important; }
    .sp { display: inline-block !important; }
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section {
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !Layout
---------------------------------------------------------- */
html { overflow:auto; }

body {
	 font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
     font-size: 14px;
	 -webkit-text-size-adjust: none;
	 line-height: 1.5;
	 color:#333;
	 background: #FDEDE8;
	 position: relative;
	 overflow: hidden;
	 -webkit-overflow-scrolling: touch;
}

@media print {
  body {
    width: 1100px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}

/* !Wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
}

/* !Header
---------------------------------------------------------- */
#header {
	margin: 0 auto 0;
	padding: 25px 0 0;
	position: fixed;
	height: 210px;
	top: 0;
  	left: 0;
	width: 100%;
	z-index: 10000;
	background: #FDEDE8;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
	
	#header h1#logo {
		text-align: center;
	}
	
	#header h1#logo a {
		margin: 0 auto;
	}
	
	#tool {
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 9999;
	}
	
	header.smaller #tool {
		display: none;
	}
	
	#google_translate_element,
	#headerFacebook,
	#headerContact {
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	
	#google_translate_element {
		margin-right: 10px;
	}
	
	#headerFacebook a {
		color: #FFF;
		display: inline-block;
		background: #33689B;
		border-radius: 10px;
		padding: 8px 12px;
		font-weight: 800;
		border-radius: 50%;
		font-size: 130%;
		margin-right: 10px;
	}
	
	#headerContact a {
		color: #FFF;
		display: inline-block;
		background: #F4637F;
		border-radius: 10px;
		padding: 18px 10px;
		line-height: 150%;
		font-weight: 800;
		border-radius: 50%;
	}
	
	#headerFacebook a:hover,
	#headerContact a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	
	#headerFacebook a svg,
	#headerContact a svg {
		display: block;
		margin: 0 auto;
	}
	
	#headerContact a svg {
		font-size: 200%;
	}
	
	#header #gNavi {
		margin-top: 10px;
	}
	
	#header #gNavi > ul {
	}
	
	
	#header #gNavi > ul {
		display: table;
		width: 100%;
	}
	
	#header #gNavi > ul > li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding: 5px 0;
	}
	
	header #gNavi > ul > li:last-of-type {
		display: none!important;
	}
	
	header.smaller #gNavi > ul > li:last-of-type {
		display: table-cell!important;
	}
	
	#header #gNavi > ul > li > a {
		text-decoration: none;
		color: #666;
		font-size: 105%;
		font-weight: 400;
		display: block;
		padding: 3px 15px;
	}
	
	#header #gNavi > ul > li > a img {
		display: block;
		margin: 0 auto 2px;
	}
	
	header.smaller {
		height: 80px!important;
		padding: 10px 0 10px!important;
		background: #FFF!important;
		box-shadow: 2px 2px 4px gray;
	}
	
	header.smaller h1#logo {
		display: none;
	}
	
	#gNaviContact a {
		color: #FFF!important;
		background: #F4637F;
		line-height: 100%;
		font-weight: 800;
		font-size: 180%!important;
		border-radius: 50%;
		padding: 15px 12px!important;
	}
	
	#gNaviContact svg {
		display: block;
		margin: 0 auto;
	}

@media print, screen and (min-width: 64em) {
	#spNavi {
		display: none;
	}
}

@media screen and (max-width: 63.99em) {
	#header {
	padding: 10px 0;
	position: relative;
	height: auto;
	background: none;
	}
	
	#header h1#logo {
		margin-top: 0;
		float: none;
	}
	
	#header h1#logo img {
		width: 70%;
		max-width: 260px;
	}
	
	#header #gNavi {
		display: none;
	}
	
	#header #tool {
		display: none;
	}
	/*#header #tool {
		right: 60px;
	}
	#headerFacebook,
	#headerContact {
		display: none;
	}*/
}

/* !Main
---------------------------------------------------------- */
main {
	margin-top: 280px;
}

main > section:last-of-type {
	padding-bottom: 100px!important;
}

#thanks main {
	margin-top: 20px;
}

@media screen and (max-width: 63.99em) {
	main { margin-top: 20px; }
	
	main > section:last-of-type {
		padding-bottom: 70px!important;
	}
}

/* !contents
---------------------------------------------------------- */
.contents {
	position: relative;
	z-index: 100;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1em;
}

.contentsN {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 1em;
}

.contentsS {
    max-width: 820px;
	margin: 0 auto;
	padding: 0 1em;
}

@media print, screen and (max-width: 63.99em) {
	.contents {
		max-width: none;
	}
}

/* !Footer
---------------------------------------------------------- */

#footer {
	/*padding-top: 100px;*/
	text-align: center;
	background: #FFF;
}

#thanks #footer {
	padding-top: 50px;
	background: none;
}

#footerTop {
	padding: 15px 0;
}

#footerBottom {
	padding: 5px 0;
	background: #F4637F;
	color: #FFF;
}

.footerNav {
	font-size: 90%;
	color: #666;
	line-height: 100%;
}

.footerNav li:first-of-type {
	border-left: 1px solid #666;
}

.footerNav li {
	display: inline-block;
	border-right: 1px solid #666;
	padding: 0 5px;
}

#copyright {
}

@media screen and (max-width: 63.99em) {
	#footerTop {
		display: none;
	}
}

@media screen and (max-width: 47.99em) {
	#footer {
		/*padding-top: 20px;*/
	}
}

/* !pure Grids
---------------------------------------------------------- */
.gridFrame {
	margin: 0 -2%;
}

.gridFrame > div,
.gridFrame > li,
.gridFrame > dt,
.gridFrame > dd {
	padding: 0 2%;
	box-sizing: border-box;
}

.gridFrame_narrow {
	margin: 0 -0.5%;
}

.gridFrame_narrow > div,
.gridFrame_narrow > li,
.gridFrame_narrow > dt,
.gridFrame_narrow > dd {
	padding: 0 0.5%;
	box-sizing: border-box;
}

@media screen and (max-width: 35.49em) {
	.gridFrame > div,
	.gridFrame > li,
	.gridFrame > dt,
	.gridFrame > dd {
		margin-bottom: 1em;
	}
	
	.gridFrame > div:last-child,
	.gridFrame > li:last-child,
	.gridFrame > dt:last-child,
	.gridFrame > dd:last-child  {
		margin-bottom: 0;
	}
	
	.gridFrame_narrow > div,
	.gridFrame_narrow > li,
	.gridFrame_narrow > dt,
	.gridFrame_narrow > dd {
		margin-bottom: 3px;
	}
	
	.gridFrame_narrow > div:last-child,
	.gridFrame_narrow > li:last-child,
	.gridFrame_narrow > dt:last-child,
	.gridFrame_narrow > dd:last-child {
		margin-bottom: 0;
	}
}

/* !pageTop
---------------------------------------------------------- */

/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:15px;
  box-sizing:border-box;
  z-index: 100;
}
.topBtn:hover {
  opacity:0.7;
  text-decoration: none;
}

.topBtn svg {
	display: block;
	margin: 0 auto;
}

/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {
	font-size: 220%;
	text-align: center;
	color: #F4637F;
	margin-bottom: 3%;
}

@media screen and (max-width: 47.99em) {
	.tit_basic01 {
		font-size: 160%;
	}
}

/* !Section
---------------------------------------------------------- */
.sectionBasic {
	width: 820px;
	padding: 50px 0;
	margin: 0 auto;
}

div[class^="section"]:last-child,
section[class^="section"]:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}

/* !Btn
---------------------------------------------------------- */
.btn_basic01 {
	/*display:block;*/
	margin:0 10px 0 0;
	padding: 5px 20px 5px 10px;
    color: #f4637f;
	text-align: center;
	background-color: #FFE1E7;
	line-height: 1;
	font-weight: 500;
	position: relative;
	border-radius: 5px;
}

.btn_basic01::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #f4637f;
  border-right: solid 2px #f4637f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

.btn_basic01:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media screen and (max-width: 63.99em) {
    .btn_basic01 {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .btn_basic01:last-child {
        margin-bottom: 0;
    }
}

.btn_basic02 {
	display:block;
	margin:0 auto;
	padding: 10px 20px 10px 10px;
    color: #fff;
	text-align: center;
	background-color: #E79109;
	line-height: 1;
	font-weight: 500;
	position: relative;
}

.btn_basic02::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

.btn_basic02:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media screen and (max-width: 47.99em) {
	.btn_basic01 {
		display:block;
		padding: 10px 20px 10px 10px;
	}
}

/* !Arrow
---------------------------------------------------------- */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
	
.arrow_basic01::before{
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #A1D21C;
    border-right: 2px solid #A1D21C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow_basic02::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}
