@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
	<!-- outline: solid 1px #F4070B; -->
}

body {
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

/*可変イメージ設定*/
img{
	max-width: 100%;
	height:auto;
}

/*--------------------------
	共通の設定/スマホ
-------------------------- */

/*追記*/
a {
      text-decoration: none;
}
.bold {
        font-weight:bold;
}
/*--------------------------
	フォームへジャンプボタン
-------------------------- */
.toFormBlock{
	display: block;
	max-width:500px;
        width:80%;
	margin:0 auto;
}

.toForm {
	text-decoration:none;
	display: block;
	width:100%;
	height:100%;
	padding:15px 15px;
	margin:20px auto;
	text-align:center;
        color:#FFF;
	font-weight:bold;
	font-size:130%;
	text-decoration:underline wavy 0;
	background-color:orange;
	border-radius:25px;
}
.toForm:hover {
	background-color:darkorange;
	cursor:pointer;
}
.toForm:active {
	background-color:darkorange;
	cursor:pointer;
}

.shadow {
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  position:relative;
  z-index:10;
}
/*--------------------------
	フォーム
-------------------------- */
.form-title{
	font-size:28px;
	margin:0 auto;
	background-color:orange;
	width:90%;
	max-width:1000px;
	border-radius:30px 30px 0 0;
	text-align:center;
	color:#fff;
}
.boldRed{
	font-weight:bold;
	color:red;
}
.Form{
	display:block;
	max-width:1000px;
	margin:0 auto 24px;
        width:90%;
	font-size:18px;
	border:solid 3px orange;
	border-radius:0 0 30px 30px;
	padding:0 10px;
}


.scale-up{
        transform: scale(1.4);
        margin-left:25px;
        margin-top:10px;
}

.scale-up2{
        transform: scale(1.4);
        margin-left:35px;
        margin-top:10px;
}

.sendFormButton{
	display: block;
        width:100%;
	margin:0 auto;
}
.sendFormButtonInner {
	text-decoration:none;
	display: block;
	width:100%;
	height:100%;
	margin:40px auto;
	padding:5px 0;
	text-align:center;
        color:#FFF;
	font-weight:bold;
	font-size:28px;
	text-decoration:underline wavy 0;
	background-color:orange;
	border-radius:30px;
}
.sendFormButtonInner:hover {
	background-color:darkorange;
	cursor:pointer;
}
.sendFormButtonInner:active {
	background-color:darkorange;
	cursor:pointer;
}

.color-orange{
	color:darkorange;
	font-weight:bold;
}
.font-size-60{
       font-size:60%;
}













#container{
  　　　background-color:#fdf8f1;
}

#pagetop{
    position:fixed;
    right:10px;
    bottom:-50px;
    cursor:pointer;
	width: 40px;
	height: 120px;
}

#top{
	background-image: url(../img/pixta_23246058_M_resize2.jpg);
  	background-size: cover;
	 background-position: top right;
	height: 70vh;
	display: table;
	width: 100%;
	}

#top h1{
	width: 100%;
	<!-- display: table-cell; -->
	vertical-align: middle;
	text-align: center;
}

#top img{
	width: 100%;
}
.title{
	text-align: center;
	}

.title h2{
	text-align: center;
  margin:1em 0 1em 0;
}

.title h3{
	text-align: center;
}

#main{
  background-color:#f1c944;
}

#main h2{
	text-align: center;
	margin: 1em 1em 0;
}

#news{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#news .inner{
  background-color:#f1c944;
}

#news span{
	display: block;
}

#menu span{
	display: block;
}

#menu h2{
	text-align: center;
}

#menu{
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#menu.inner{
  background-color:#f1c944;
}

.article1{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 3em;
	line-height:1em;
}


#menu2{
	width: 100%;
	text-align: center;
	overflow: hidden;
  background-color:#f1c944;

}

.article2{
	<!-- width: 50%; -->
	float: left;
  padding:0.2em;
}

#index h2{
	text-align: center;
	margin: 1em 1em 0;
	font-size: 30px;
	line-height: 1.5em;
}

#index{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5em;
}

footer{
    width: 100%;
    height: 100px;
    background-color: #cccccc;
    text-align: center;
}
ul.footer-menu li {
display: inline;
}

.banner-box {
  text-align:center;

}

#sns ul li{
	font-size: 14px;
}
#sns ul li a{
	color: #fff;
}
#sns ul li a:hover{
	color: #E93D25;
}

#sns{
	background-color:#B59873;
}

#sns p{
	padding: 2em;
	color: #fff;
}

#sns a { margin: 0; padding: 10px; }
#sns i { color: #fff; }
#sns a:hover i { color:#E93D25; }

/*nav*/
#toggle {
	display: block;
	/*background: #bcc5d8;*/
	color: #fff;
	text-align: center;
	width: 55px;
	height: 55px;
	/*  border-radius: 50%;*/
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.trigger, .trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger {
	position: relative;
	width: 28px;
	height: 19px;
}
.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #A5A5A5;
	border-radius: 4px;
}
.trigger span:nth-of-type(1) {
	top: 0;
}
.trigger span:nth-of-type(2) {
	top: 8px;
}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #3C3C3C;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger span:nth-of-type(3) {
	bottom: 0;
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}
.toggleWrap {
	background: rgba(216,216,216,0.75);
	padding: 50px 15px 10px 15px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainNav li {
	list-style-type: none;
}
.navItem {
	display: block;
	text-decoration: none;
	color: #E93D25;
	padding: 15px 0;
	text-align: center;
	font-size: 2rem;
}
.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.no-scroll {
	overflow: hidden;
}
/*.inner {
	height: 100vh;
}*/


/*
--------------------------
	タブレット / iPad 768px(横)から1023pxまでの設定 /
-------------------------- */
/* 768px以上に適応するスタイル */

@media screen and (min-width: 768px) {

/*header {
	background-image: url( ../img/top.jpg);
	background-size: cover;
	background-position: top center;
	height: 100vh;
}*/

#container{
	width: 100%;
	}

#pagetop{
    position:fixed;
    right:10px;
    bottom:-50px;
    cursor:pointer;
	width: 60px;
	height: 150px;
}

#top{
	background-image: url(../img/pixta_23246058_M_resize2.jpg);
  	background-size: cover;
	background-position: top center;
	height: 85vh;
	display: table;
	width: 100%;
	}

#top img{
	width: 70%;
}

.title{
	text-align: center;
	}

.title h2{
	text-align: center;
    margin:1em 0 1em 0;
}

.title h3{
	text-align: center;
}

#news{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	}

#news .inner{
  background-color:#f1c944;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 5em;
	margin-bottom: 5em;
	overflow: hidden;
}

.text{
	width: 33.333%;
	float: left;
}

#menu{
	width: 100%;
	overflow: hidden;
	}

  #menu.inner{
  background-color:#f1c944;
}

.article1{
	width: 25%;
	float:left;
	}

#menu2{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
  background-color:#f1c944;

	}



.article2{
	width: 50%;
	float:right;
	}

.banner-box {
  text-align:center;

}


footer{
    width: 100%;
    height: 100px;
    background-color: #cccccc;
    text-align: center;
}
ul.footer-menu li {
display: inline;
}

#toggle {
	display: none;
}
.toggleWrap {
	background: none;
	height: auto;
	position: fixed;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: rgba(21,21,21,.5);
}

/*nav float変更後の設定*/
.mainNav {
	overflow: hidden;
	width: 75%;
	margin: 0 auto;
}
.navItem {
	font-size: 1rem;
	width: 20%;
	float: left;
	padding: 5px 15px;
	color: #fff;
}

.navItem:hover {
	color:#E93D25;
}
.animation {
	-webkit-transition: none;
	transition: none;
}
/* 非表示にしていたメニューを表示させる */
.hide {
	opacity: 1;
	visibility: visible;
}

}

/*--------------------------

	PC /1024px以上の設定/

-------------------------- */

@media screen and (min-width:1024px) {
/*フォームへジャンプボタン*/
.toFormBlock{
	max-width:500px;
        width:80%;
}
.toForm {
	padding:20px 20px;
	margin:20px auto;
	font-size:130%;
	border-radius:25px;
}

.shadow {
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  position:relative;
  z-index:10;
}
/*--------------------------
	フォーム
-------------------------- */
.form-title{
	font-size:32px;
	width:70%;
	max-width:1000px;
}
.Form{
	max-width:1000px;
	margin:0 auto 20px;
        width:70%;
	font-size:24px;
}


.scale-up{
        transform: scale(1.8);
        margin-left:55px;
        margin-top:10px;
}

.scale-up2{
        transform: scale(1.8);
        margin-left:80px;
        margin-top:10px;
}

.sendFormButtonInner {
	margin:40px auto;
	padding:5px 0;
	font-size:32px;
}

}/*--------------------------

     メディアクエリPC

--------------------------*/


