@charset "UTF-8";
/****************************************
Resetting
*****************************************/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    vertical-align: baseline;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, main,hgroup, menu, nav, section {
    display: block;
}


@media only screen and (max-width:850px) {
.ura_hero{
    display: none;
}
} 

@media only screen and (min-width:851px) {
.ura_hero{
    width: 160%;
    float: left;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -10;
    text-align: left;
    clear: left;
    position: absolute;
    top: 0px;
    margin-right: 0px;
    padding-left: 0px;
}
}

body{
    margin: 0;
    color: #333333;
    width: 100%;
    left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    top: auto;
} 



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　タイトル部分の背景 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

container{
    width: 100%;
    height: 100%;
}

.underbar a {
    font-size: 100%;
    color: #e95513 !important;
    text-decoration: underline !important;
}
.underbar a:hover {
    font-size: 100%;
    color: #FFFFFF !important;
    text-decoration: underline !important;
}


html{
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 95%;
    color: #333333;
} 


h1{
    font-size: 145%;
}
h2{
    font-size: 110%;
    margin-top: 10px;
}
a:link {
	color: #333333;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	transition: 0.4s ;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #e95513;
	text-decoration: none;
}


/****************************************
Resetting
*****************************************/






/* --- 基本スタイル（PCでも自然に見える） --- */
.tel-link {
  color: inherit;
  text-decoration: none;
}

/* --- PCではクリックを無効化（スマホだけ発信可能） --- */
@media (min-width: 850px) {
  .tel-link {
    pointer-events: none; /* PCでクリックしても反応しない */
    cursor: default;      /* マウスカーソルを通常に戻す */
  }
}






@media only screen and (max-width:650px) {
.box_page_tit{
    font-family: 'Orbitron', sans-serif;
    font-size: 230%;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #e95513;
    margin-top: 100px;
}
.contents_in_overwide{
    width: 90%;
    float: left;
    margin-right: 5%;
    height: auto;
    clear: left;
    margin-left: 5%;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.box_page_tit{
    font-family: 'Orbitron', sans-serif;
    font-size: 230%;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #e95513;
    margin-top: 10px;
}
.contents_in_overwide{
    width: 80%;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
    height: 90%;
}	
}
@media only screen and (min-width:851px) {
.box_page_tit{
    font-family: 'Orbitron', sans-serif;
    font-size: 270%;
    text-align: left;
    width: 100%;
    color: #e95513;
    position: relative;
    top: 5%;
}
.contents_in_overwide{
    width: 100%;
    float: left;
    height: 90%;
}
}






@media only screen and (max-width:650px) {
.suna_con_in {
    width: 88%;
    float: left;
    margin-left: 6%;
    margin-right: 6%;
    top: 50vh;
    clear: left;
}
}
@media only screen and (min-width:651px) {
.suna_con_in {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    top: 50vh;
}
}




ul{
    margin-left: 20px;

} 

@media only screen and (max-width:850px) {
.logo{
    width: 150px;
    height: 50px;
    position: fixed;
    float: left;
    line-height: 35px;
    margin-top: 8px;
    right: 0vw;
    bottom: 0vh;
    top: 10px;
    left: 20px;
}
.logo img{
    width: 120px;
    height: auto;
}
.header{
    width: 100%;
    background-color: #FFFFFF;
    float: left;
    height: 80px;
    position: fixed;
    z-index: 3;
    margin-top: -1px;
    padding-bottom: 1px;
}
}

@media only screen and (min-width:851px) {
.logo{
    width: 150px;
    height: auto;
    float: left;
    line-height: 35px;
    right: 0vw;
    bottom: 0vh;
    margin-top: 18px;
    margin-left: 20px;
}
.logo img{
    width: 150px;
    height: auto;
}
.header{
    width: 100%;
    float: left;
    height: 70px;
    position: fixed;
    z-index: 1;
    background-color: #FFFFFF;
}
}


@media only screen and (max-width:650px) {
.contents_01{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
}
}
@media only screen and (min-width:650px) {
.contents_01{
    width: 250%;
    margin-left: 10%;
    margin-right: 10%;
}
}


.bold_txt {
    font-size: 105%;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 12px;
    width: 100%;
    float: left;
} 

/****************************************
Resetting
*****************************************/







@media only screen and (max-width:850px) {
.gotop01 {
    display: none;
}
.gotop02 {
    width: 80px;
    opacity: 1;
    clear: right;
    float: right;
}	
}	

@media only screen and (min-width:851px) {
.gotop01 {
    width: 80px;
    opacity: 1;
    clear: right;
    float: right;
}
.gotop02 {
    display: none;
}	
}	


#pagetop01 {
    position: fixed;
    bottom: 0px;
    width: 80px;
    overflow: auto;
    z-index: 800;
    height: 57px;
    text-align: center;
    float: right;
}

#pagetop02 {
    position: fixed;
    bottom: 0px;
    width: 80px;
    overflow: auto;
    z-index: 800;
    height: 57px;
    text-align: center;
    float: right;
}





 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:850px) {
.page_tit {
    width: 100%;
    font-size: 240%;
    font-family: 'Orbitron', sans-serif;
    color: #e95513;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: 40px;
    margin-top: 41px;
    float: left;
}
.page_sub{
    width: 100%;
    font-size: 95%;
    text-align: center;
    position: relative;
    margin-left: 0px;
    line-height: 33px;
    font-weight: bold;
    color: #555555;
    font-family: "M PLUS Rounded 1c", serif;
    letter-spacing: 0.5px;
    float: left;
}
}
@media only screen and (min-width:851px) {
.page_tit {
    width: 90%;
    font-size: 280%;
    font-family: 'Orbitron', sans-serif;
    color: #e95513;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-left: -1%;
    margin-bottom: auto;
    line-height: 43px;
    margin-top: auto;
    top: 39%;
    margin-right: 10%;
}
.page_sub{
    width: 90%;
    font-size: 95%;
    text-align: center;
    position: relative;
    margin-right: 9%;
    margin-left: auto;
    line-height: 40px;
    margin-top: auto;
    top: 39%;
    font-weight: bold;
    color: #555555;
    font-family: "M PLUS Rounded 1c", serif;
    letter-spacing: 0.5px;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　タイトル部分の背景 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@keyframes move-stripe2 {
    0% {  background-position-x: 0;  }
    100% {  background-position-x: -34px;  }
}

@media only screen and (max-width:650px) {
.tit_bg {
    background: url("../images/01.png");
    animation: move-stripe2 1s infinite linear;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 130px;
    margin-right: 5%;
    margin-bottom: 20px;
}
}
@media only screen and (min-width:651px)  and (max-width:850px){
.tit_bg {
    background: url("../images/01.png");
    animation: move-stripe2 1s infinite linear;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 130px;
    margin-right: 10%;
    margin-bottom: 20px;
}
}

@media only screen and (min-width:851px) {
.tit_bg {
    background: url("../images/01.png");
    animation: move-stripe2 1s infinite linear;
    float: left;
    width: 350px;
    height: 310px;
    position: absolute;
    top: 0px;
    margin-top: 167px;
    z-index: 1;
    margin-left: 15%;
}
}



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　タイトル部分の背景 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */







 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
