@charset "utf-8";
/* CSS Document */

@media print{
   /*印刷用CSSで適用させる定義を記述*/
    .to_top{
        display: none;
    }
}

html {
    overflow-y: scroll;
	overflow-x: hidden;
	/*font-size: 62.5%;*/
	font-size:92.5%;
    scroll-behavior: smooth;
}

@media screen and (max-width: 1700px) {
  html {
	font-size:90%;
	}
}

@media screen and (max-width: 1400px) {
  html {
	font-size:87.5%;
	}
}

@media screen and (max-width: 1300px) {
  html {
	font-size:85%;
	}
}

@media screen and (max-width: 1200px) {
  html {
	font-size:72.5%;
	}
}

body {
    font-style: normal;
	font-size: 1.08rem;
	line-height: 1.5;
	color: #000000;
	background: #fff;

}

#all_wrap {
}

::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

*{
	margin: 0;
	padding: 0;
}

*:focus {
  outline: none;
}

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

a {
	outline: none;
	color: #000000;
	text-decoration:none;
	transition: 0.3s;
}

.pc_hide {
	display: none !important;
}

.sp_hide {
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;    
}

a:hover {
	opacity: 0.6;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}


/*フォント*/
.mincho{
font-family: 'Shippori Mincho', serif;
}




#page_area{
    margin: 5.0vw auto;
    overflow: hidden;
}

/*-----------------------------------------------------------*/

#footer_wrap{
    width: 100%;
    overflow: hidden;
    background-color: #774a25;
}

#footer_wrap .footer{
    padding: 1.5vw 0;
}

#footer_wrap .footer .copy{
    text-align: center;
    color: #fff;
}


/*-----------------------------------------------------------*/

.totop {
    display: none;
    width: 5.14vw;
    height: 5.14vw;
    position: fixed;
    bottom: 5.50vw;
    right: 2.50vw;
    z-index: 5;
}

.totop a{
    display: block;
    padding: 1.8vw 0;
    background-color: #FFC0CB;
    text-align: center;
}


/*-----------------------------------------------------------*/
