@charset "utf-8";
/***フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans SC", sans-serif;
  font-family: "Noto Sans TC", sans-serif;
  font-family: "Noto Sans KR", sans-serif;
  font-family: "Noto Sans", sans-serif;
  font-family: "Noto Sans Tai Viet", sans-serif;
  font-family: "Noto Sans Thai", sans-serif;
***/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width:100%;
    height:100%;
    min-height: 100%;
background: #241a18;
  scroll-behavior: smooth; /* これだけ……だが…… */

}

body {
    width:100%;
    max-width: 2500px;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
    height: auto;
    min-height: 100%;
	margin: 0 auto;
    padding: 0;
    font-size: 16px;
        font-feature-settings: 'palt';
        word-break: break-word;
    color: #fff;
font-family:"Noto Sans JP,Noto Sans,Noto Sans SC,Noto Sans TC,Noto Sans KR,Noto Sans Tai Viet,Noto Sans Thai", sans-serif;
font-weight: 400;
}


a {
    color:#e90010;
text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
    opacity: 0.7;
}

form a {
    text-decoration: none;
}

ul,li {
    text-decoration: none;
	margin: 0;
}




p {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

* {
    box-sizing: border-box;
}

img {

    vertical-align: bottom;
    -webkit-user-drag: none; /* Chrome, Safari, Operaを禁止する場合 */
    -khtml-user-drag: none; /* Konquerorを禁止する場合 */
    -moz-user-drag: none; /* Firefoxを禁止する場合 */
}

.sp {
    display: none;
    margin: 0;
    padding: 0;
}

.pc {
    display: inline;
    margin: 0;
    padding: 0;
}

#wrapper{
    width:100%;
    min-height:100%;
	margin: 0 auto;
    padding:0;
        position: relative;

}






header{
    width: 100%;
    text-align: center;
    margin:0 auto 1.5em;
padding:0;
position: relative;
    z-index: 100;

}

#header a{
text-decoration: none;
}

header img{
    width: 90%;
	max-width: 800px;
	margin: 1em auto;
	text-align: center;
}

.area_visual {
    animation-name: fadein_visual;
    animation-duration: 1s;
    margin: 0 auto;
    padding: 0;
}

@keyframes fadein_visual{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}





h1 {
    width: 100%;
	margin: 0 auto;
    padding:0;

}

h2 {
    margin:0 auto ;
    padding:1em 0;
    line-height: 1;
background: #bfbfbf;


}
h1 img{
	margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 2500px;
}

h2 img{
    margin: 0;
    padding: 0;
        width: 100%;
    max-width: 900px;
    vertical-align: baseline;
}


.red{
	color: #f00!important;
}

#main {
    width:80%;
	min-width: 310px;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}

#main img {
    width:100%;
	max-width: 500px;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}

#main ul li {
  list-style: none; /* マークを消す */
  padding-left: 0;  /* 左の余白を消す */
  margin: 0.5em auto;        /* 余白をリセット */
}
#main ul {
  margin: 0;        /* 余白をリセット */
}
.btn {
  margin: 0;        /* 余白をリセット */
}
.btn li.red_b {
	display: block;
    width:40%;
    height: auto;
    margin: 1em auto 3em;
    padding:0.5em;
    text-align: center;
	background: #e70012;
	border-radius: 30px;
	color: #fff;
	font-weight: 900;
	font-size: 3em;
position: relative;
  background-image: url("../img/tobira_gfoot.png");
  background-size: 11%;
  background-repeat: no-repeat;
  background-position: center right 8%;
}
.btn li.notosc {
font-family:"Noto Sans SC", sans-serif;
}
.btn li.nototc {
font-family:"Noto Sans TC", sans-serif;
}
.btn li.notokr {
font-family:"Noto Sans KR", sans-serif;
}
.map {
	width: 100%;
	margin: 0 auto 3em;
}
.map img{
	width: 100%;
	max-width: 900px;
}
#subp {
    width:80%;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}
#subp .contents {
	display: block;
    width:100%;
	max-width: 880px;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}
#subp .contents .cont {
	display: inline-block;
	vertical-align: top;
    width:47%;
    height: auto;
    margin: 1em 1em 3em 0;
    padding:0 1em;
    text-align: center;
position: relative;
	background: #fff;
	border-radius: 30px;
	color: #000;
}
#subp .contents .googlemap {
	display: block;
    width:90%;
    height: auto;
    margin: 1em auto;
    padding:0.5em;
    text-align: center;
position: relative;
}
#subp .contents .googlemap img {
    width:90%;
    max-width:400px;
}
#subp .contents .cont .numbers {
	display: block;
    height: auto;
    margin: 0 auto;
    padding:0 ;
	z-index: 500;
position:absolute;
  top: -40px;  /* 親の上から10px */
  left: 42%; /* 親の左から20px */
}
#subp .contents .cont .numbers img {
	width: 50%;
}
#subp .contents .cont .logo {
	display: block;
	/*width: 50%;*/
    height: auto;
    margin: 2em auto 1em;
    padding:0 ;
}
#subp .contents .cont .logo img {
	max-height: 100px;
}
#subp .contents .cont .pic {
	display: block;
	width: 80%;
    height: auto;
    margin: 1em auto;
    padding:0 ;
}
#subp .contents .cont .pic img {
	width: 100%;
	margin: 0em auto 1em;
}
#subp .contents .cont .sttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 1.2em;
	color: #003a95;
}
#subp .contents .cont .ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 2em;
	line-height: 1.7;
	color: #003a95;
}
#subp .contents .cont .texts {
	font-family: 'Noto Sans JP', sans-serif;
	width: 85%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.7;
	color: #000;
}

#subp .contents .model {
	display: block;
    width:100%;
	max-width: 880px;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}

#subp .contents .model .m_ttl {
	display: block;
    width:100%;
	background: #e70012;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 3em;
	margin: 1em auto 0;
	padding: 0.3em;
}
#subp .contents .model .m_box {
	display: block;
    width:100%;
	padding: 3em 0 0;
	  /* 背景を破線に設定 */
  background-image: linear-gradient(
    to bottom,
    #e70012 0%,      /* 破線の色1 */
    #e70012 70%,     /* 50%まで描画 */
    transparent 30%, /* 残り50%は透明 */
    transparent 100%
  );
  
  /* 線の太さと間隔の調整 */
  background-size: 3px 15px; /* (太さ) (長さ+間隔) */
  background-repeat: repeat-y; /* 縦に繰り返す */
  background-position: center; /* 左側に配置（center, rightも可） */
}

#subp .contents .model .m_cont {
	display: inline-block;
	vertical-align: top;
    width:98%;
    height: auto;
    margin: 1em 1em 3em 0;
    padding:2em;
    text-align: center;
position: relative;
	background: #fff;
	border-radius: 30px;
	border: 1px dashed #e70012;
	color: #000;
	font-weight: 500;
position: relative;
}


#subp .contents .model .m_cont:last-child {
	display: inline-block;
	vertical-align: top;
    width:98%;
    height: auto;
    margin: 1em 1em 0 0;
    padding:2em;
    text-align: center;
position: relative;
	background: #fff;
	border-radius: 30px;
	border: 1px dashed #e70012;
	color: #000;
	font-weight: 500;
position: relative;
}

#subp .contents .model .m_cont .pin,#subp .contents .model .m_cont .pin2 {
	display: block;
    height: auto;
    margin: 0 auto;
    padding:0 ;
	z-index: 500;
position:absolute;
  top: 20px;  /* 親の上から10px */
  left: 120px; /* 親の左から20px */
}
#subp .contents .model .m_cont .pin img {
	width: 50%;
}
#subp .contents .model .m_cont .pin2 img {
	width: 50%;
}
#subp .contents .model .m_cont p img {
	display: block;
	width: 80%;
    margin: 1em auto;
    padding:1em;
    text-align: center;
position: relative;
}

#subp .contents .model .m_cont .fukidashi {
	display: block;
	vertical-align: top;
    width:70%;
    height: auto;
    margin: 1em auto 0;
    padding:1em;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
position: relative;
}
#subp .contents .model .m_cont .fukidashi_t {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 0 auto;
position: relative;
}
#subp .contents .model .m_cont .fukidashi_t img {
    width:7%;
}
#subp .contents .model .walk1 {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2 {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3 {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_en {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_en.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_en {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_en.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_en {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_en.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_sc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_sc.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_sc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_sc.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_sc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_sc.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_tc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_tc.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_tc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_tc.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_tc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_tc.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_ko {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_ko.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_ko {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_ko.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_ko {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_ko.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_vi {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_vi.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_vi {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_vi.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_vi {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_vi.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_th {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_th.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_th {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_th.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_th {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_th.png");
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1 .walkman,#subp .contents .model .walk2 .walkman,#subp .contents .model .walk3 .walkman {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1 .walkman2,#subp .contents .model .walk2 .walkman2,#subp .contents .model .walk3 .walkman2 {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_en .walkman,#subp .contents .model .walk2_en .walkman,#subp .contents .model .walk3_en .walkman {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_en .walkman2,#subp .contents .model .walk2_en .walkman2,#subp .contents .model .walk3_en .walkman2 {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_sc .walkman,#subp .contents .model .walk2_sc .walkman,#subp .contents .model .walk3_sc .walkman {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_sc .walkman2,#subp .contents .model .walk2_sc .walkman2,#subp .contents .model .walk3_sc .walkman2 {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_tc .walkman,#subp .contents .model .walk2_tc .walkman,#subp .contents .model .walk3_tc .walkman {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_tc .walkman2,#subp .contents .model .walk2_tc .walkman2,#subp .contents .model .walk3_tc .walkman2 {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_ko .walkman,#subp .contents .model .walk2_ko .walkman,#subp .contents .model .walk3_ko .walkman {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_ko .walkman2,#subp .contents .model .walk2_ko .walkman2,#subp .contents .model .walk3_ko .walkman2 {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_vi .walkman,#subp .contents .model .walk2_vi .walkman,#subp .contents .model .walk3_vi .walkman {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_vi .walkman2,#subp .contents .model .walk2_vi .walkman2,#subp .contents .model .walk3_vi .walkman2 {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_th .walkman,#subp .contents .model .walk2_th .walkman,#subp .contents .model .walk3_th .walkman {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_th .walkman2,#subp .contents .model .walk2_th .walkman2,#subp .contents .model .walk3_th .walkman2 {
	display: block;
	vertical-align: top;
    width:50%;
    height: auto;
    margin: 1em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}

.bnr{
	display: block;
	width: 90%;
	margin: 1em auto;
}
.bnr img{
	width: 100%;
	max-width:710px; 
}
.bnr img.bd{
	border: 2px solid #999;
}
.bnr p{
	font-size: 16px;
	color: #fff;
	margin: 0.5em;
}



#link a:hover{
opacity: 1;
}



#footer {
margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
        position: relative;
    z-index: 500;
}
#footer img {
margin: 0 auto;
    padding: 0;
    width: 100%;
	max-width: 2500px;
}


#footer a {
    text-decoration: none;
}

#footer .copyright {
    width: 100%;
    margin: 1em auto 0;
    padding: 0;
}

#footer small {
    display: block;
    font-size: 70%;
    margin: 1em auto 0;
    padding: 1em 0;
color: #000;

}

input[type="submit"] {
    display: block;
    margin: 0 auto;
    font-size: 28px;
    width: 100%;
    max-width: 400px;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    background: red;
    border: none;
    letter-spacing: 2px;
    text-decoration: none;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;


}

input[type="submit"]:hover {
    padding: 13px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
        color: #fff;
    background: red;
opacity: 1;

}

input[type="submit"][disabled] {
    opacity: 0.3;
    cursor: default;
}

input[type="submit"][disabled]:hover {
    cursor: default;
    color: #fff;
    background: rgba(255,99,99,1.00);
    border: none;
}






/**/




@media screen and (max-width: 1024px) {


h1 img{
    max-width: 100vw;
}

  h2 img{
    max-width: 90vw;
}
      


}

@media screen and (max-width: 896px) {
img{
max-width: 90%;
}
	
#lead .txt{
	display: block;
	width: 80%;
    text-align:left;
	margin: 0 auto;
	font-size: 1em;
	color: 333;
}
#attention {
    width:90%;
}




}


@media screen and (max-width:758px) {

img{
max-width: 100%;
}
    

    .sp {
        display: inline;
    }

    .pc {
        display: none;
    }

    body{

  background-size: 100%;
    }

    #header{
        padding: 0;
    }


h2{
    padding: 0.5em 0;
}




    #main {
    width:90%;
	min-width: 310px;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
    }

#main img {
    width:100%;
	min-width: 310px;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}
#main ul {
  margin: 0;        /* 余白調整*/
}
#main ul li {
  list-style: none; /* マークを消す */
  padding-left: 0;  /* 左の余白を消す */
  margin: 0.5em auto;        /* 余白をリセット */
}
.btn {
  margin: 0;        /* 余白をリセット */
}
.btn li.red_b {
	display: block;
    width:90%;
    height: auto;
    margin: 0.5em auto 1em;
    padding:0.5em;
    text-align: center;
	background: #e70012;
	border-radius: 30px;
	color: #fff;
	font-weight: 900;
	font-size: 1.7em;
position: relative;
  background-image: url("../img/tobira_gfoot.png");
  background-size: 13%;
  background-repeat: no-repeat;
  background-position: center right 10%;
}
.btn li.notosc {
font-family:"Noto Sans SC", sans-serif;
}
.btn li.nototc {
font-family:"Noto Sans TC", sans-serif;
}
.btn li.notokr {
font-family:"Noto Sans KR", sans-serif;
}
.map {
	width: 100%;
}
.map img{
	width: 100%;
	max-width: 800px;
}
    #subp {
	display: block;
    width:95%;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
    }
#subp .contents {
	display: block;
    width:100%;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}
#subp .contents .cont {
	display: block;
    width:95%;
    height: auto;
    margin: 2em auto 3em;
    padding:1em 0;
    text-align: center;
position: relative;
	background: #fff;
	border-radius: 30px;
	color: #000;
}
#subp .contents .googlemap {
	display: block;
    width:99%;
    height: auto;
    margin: 2em auto 0;
    padding:1em 0;
    text-align: center;
position: relative;
}
#subp .contents .googlemap img {
    max-width:400px;
}

#subp .contents .cont .numbers {
	display: block;
    height: auto;
    margin: 0 auto;
    padding:0 ;
	z-index: 500;
position:absolute;
  top: -35px;  /* 親の上から10px */
  left: 40%; /* 親の左から20px */
}
#subp .contents .cont .numbers img {
	width: 50%;
}
#subp .contents .cont .logo {
	display: block;
    margin: 2em auto 1em;
    padding:0 ;
}
#subp .contents .cont .logo img {
	max-height: 100px!important;
}
#subp .contents .cont .pic {
	display: block;
	width: 80%;
    height: auto;
    margin: 1em auto;
    padding:0 ;
}
#subp .contents .cont .pic img {
	width: 100%;
}
#subp .contents .cont .sttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 1.3em;
	color: #003a95;
}
#subp .contents .cont .ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 2;
	color: #003a95;
}
#subp .contents .cont .texts {
	font-family: 'Noto Sans JP', sans-serif;
	width: 85%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.7;
	color: #000;
}

#subp .contents .model {
	display: block;
    width:100%;
	max-width: 880px;
    height: auto;
    margin: 1em auto;
    padding:0;
    text-align: center;
position: relative;
}
#subp .contents .model .m_box {
	display: block;
    width:100%;
	padding: 3em 0 0;
	  /* 背景を破線に設定 */
  background-image: linear-gradient(
    to bottom,
    #e70012 0%,      /* 破線の色1 */
    #e70012 70%,     /* 50%まで描画 */
    transparent 30%, /* 残り50%は透明 */
    transparent 100%
  );
  
  /* 線の太さと間隔の調整 */
  background-size: 3px 15px; /* (太さ) (長さ+間隔) */
  background-repeat: repeat-y; /* 縦に繰り返す */
  background-position: center; /* 左側に配置（center, rightも可） */
}
#subp .contents .model .m_ttl {
    display: block;
    width: 100%;
    background: #e70012;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 2em;
    margin: 1em auto 0;
    padding: 0.3em;
}
#subp .contents .model .m_cont {
	display: block;
	vertical-align: top;
    width:98%;
    height: auto;
    margin: 1em auto 3em;
    padding:2em;
    text-align: center;
position: relative;
	background: #fff;
	border-radius: 30px;
	border: 1px dashed #e70012;
	color: #000;
	font-weight: 500;
position: relative;
}
#subp .contents .model .m_cont:last-child {
	display: block;
	vertical-align: top;
    width:98%;
    height: auto;
    margin: 1em auto 3em;
    padding:2em;
    text-align: center;
position: relative;
	background: #fff;
	border-radius: 30px;
	border: 1px dashed #e70012;
	color: #000;
	font-weight: 500;
position: relative;
}
	#subp .contents .model .m_cont .pin {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 500;
    position: absolute;
    top: 20px;
    left: 10px;
}
	#subp .contents .model .m_cont .pin2 {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 500;
    position: absolute;
    top: 20px;
    left: -10px;
}
	#subp .contents .model .m_cont .fukidashi {
    display: block;
    vertical-align: top;
    width: 90%;
    height: auto;
    margin: 1em auto 0;
    padding: 1em;
    text-align: center;
    position: relative;
    background: #c63522;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    position: relative;
	font-size: 0.9em;
}

#subp .contents .model .m_cont .fukidashi_t {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
position: relative;
}
#subp .contents .model .m_cont .fukidashi_t img {
    width:10%;
}
#subp .contents .model .m_cont p.mhole img {
    width:100%;
}
#subp .contents .model .walk1 {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2 {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3 {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_en {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_en.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_en {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_en.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_en {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_en.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_sc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_sc.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_sc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_sc.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_sc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_sc.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_tc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_tc.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_tc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_tc.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_tc {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_tc.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_ko {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_ko.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_ko {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_ko.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_ko {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_ko.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_vi {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_vi.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_vi {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_vi.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_vi {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_vi.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1_th {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g2m_th.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk2_th {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g10m_th.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top right;
}
#subp .contents .model .walk3_th {
	display: block;
	vertical-align: top;
    width:100%;
    height: auto;
    margin: 0 auto;
	padding: 1em;
position: relative;
  background-image: url("../img/g20m_th.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: top left;
}
#subp .contents .model .walk1 .walkman,#subp .contents .model .walk2 .walkman,#subp .contents .model .walk3 .walkman {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1 .walkman2,#subp .contents .model .walk2 .walkman2,#subp .contents .model .walk3 .walkman2 {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}

#subp .contents .model .walk1_en .walkman,#subp .contents .model .walk2_en .walkman,#subp .contents .model .walk3_en .walkman {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_en .walkman2,#subp .contents .model .walk2_en .walkman2,#subp .contents .model .walk3_en .walkman2 {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}

#subp .contents .model .walk1_sc .walkman,#subp .contents .model .walk2_sc .walkman,#subp .contents .model .walk3_sc .walkman {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_sc .walkman2,#subp .contents .model .walk2_sc .walkman2,#subp .contents .model .walk3_sc .walkman2 {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}

#subp .contents .model .walk1_tc .walkman,#subp .contents .model .walk2_tc .walkman,#subp .contents .model .walk3_tc .walkman {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_tc .walkman2,#subp .contents .model .walk2_tc .walkman2,#subp .contents .model .walk3_tc .walkman2 {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}

#subp .contents .model .walk1_ko .walkman,#subp .contents .model .walk2_ko .walkman,#subp .contents .model .walk3_ko .walkman {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_ko .walkman2,#subp .contents .model .walk2_ko .walkman2,#subp .contents .model .walk3_ko .walkman2 {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}

#subp .contents .model .walk1_vi .walkman,#subp .contents .model .walk2_vi .walkman,#subp .contents .model .walk3_vi .walkman {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_vi .walkman2,#subp .contents .model .walk2_vi .walkman2,#subp .contents .model .walk3_vi .walkman2 {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}

#subp .contents .model .walk1_th .walkman,#subp .contents .model .walk2_th .walkman,#subp .contents .model .walk3_th .walkman {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
	font-size: 1.5em;
position: relative;
}
#subp .contents .model .walk1_th .walkman2,#subp .contents .model .walk2_th .walkman2,#subp .contents .model .walk3_th .walkman2 {
	display: block;
	vertical-align: top;
    width:95%;
    height: auto;
    margin: 4em auto;
    padding:15px;
    text-align: center;
position: relative;
	background: #c63522;
	border-radius: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
  background-image: url("../img/man.png");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: 5% 50%;
	font-size: 1.5em;
position: relative;
}



    #link p {
        font-size: 90%;
    }


    form {
        width: 90%;
        margin: 0 auto;
    }


}





@media screen and (max-width: 320px) {



#attention{
font-size: 90%;
}

}

#pagetop {
    position: fixed;
	width: 100%;
	max-width: 200px;
    bottom: 300px;
    right: 30px;
	background: url("../img/top_01.png") no-repeat;
	z-index: 1000;
}
#pagetop a {
	text-decoration: none;
	color: rgba(255,255,255,0.2);
}
#pagetop a:hover {
    position: fixed;
	width: 100%;
	max-width: 200px;
    bottom: 300px;
    right: 30px;
	background: url("../img/top_02.png") no-repeat;
	background-size: contain;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 
@media screen and (max-width: 490px) {
	#pagetop {
	width: 100%;
	max-width: 150px;
    position: fixed;
    bottom: 80px;
    right: 1px;
	background: url("../img/top_01.png") no-repeat;
}
#pagetop a {
	text-decoration: none;
	color: rgba(255,255,255,0.0);
}
#pagetop a:hover {
    position: fixed;
	width: 100%;
	max-width: 150px;
    bottom: 80px;
    right: 1px;
	background: url("../img/top_02.png") no-repeat;
	background-size: contain;
  animation: fadeIn 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
}

.buruburu-hover:hover {
    display: block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}



.sec {
	width: 100%;
    margin: 0 auto;
    padding: 0;
    opacity : 0.2;
    transition: all 1s;
}
.sec.scrollin {
	opacity: 1;
}
