@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	height: 100%;
}


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: 500;
	word-wrap: break-word;
	height: 100%;
	background-color: #F0DAB0;
	font-size: 1.9rem;
	line-height: 2;
	background-position: center center;
	background-attachment: fixed;
	color: #251A0C;
}



img {
	vertical-align: top;
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

ol {
	margin-bottom: 30px;
}

ol li {
	list-style-type: decimal;
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 35px;
}

ol li ul li {
	list-style-type: disc;
	margin-left: 15px;
	margin-right: 0px;
}

a {
	color: #099;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


a.ap {
	padding-top: 30px;
	margin-top: -30px;
}


.txt_r {
	color: #F00;
}

/*
ローダー
-------------------------------------------*/

.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #FFF;
}


.loader {
	color: #412E14;
	font-size: 4.0rem;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 60px;
	width: 60px;
	text-align: center;
	position: fixed;
	z-index: 5000;
	top: 0px;
	right: 5px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}
/*
.menu_btn::before {
	content: "MENU";
	position: absolute;
	bottom: -14px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #412E14 !important;
	font-weight: bold;
}

.menu_btn.opened::before {
	content: "CLOSE";
}*/


.menu_btn span {
	width: 40px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	background-color: #412E14;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-12px);
	-webkit-transform: translateY(-12px);  
    -moz-transform: translateY(-12px);    
  }
.menu_btn span.bottom {
    transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #000;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0) !important;
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.85);
	display: none;
	padding-left: 10%;
}
#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}


#g_navi ul li a {
	color: #412E14;
	text-decoration: none;
	display: inline-block;
	line-height: 2.0;
	font-size: 1.8rem;
	font-size: 3vw;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

#g_navi ul li a::before {
	position: absolute;
	display: block;
	content: "";
	width: 0%;
	height: 3px;
	background-color: rgba(65,46,20,0.0);
	left: 0;
	bottom: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi ul li a:hover {
	color: #000;
}
#g_navi ul li a:hover::before {
	background-color: rgba(65,46,20,1);
	width: 100%;
}




/*
メインコンテンツ
-------------------------------------------*/

h1 {
	font-size: 0.5rem;
	display: none;
}


h2 {
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	display: block;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background-color: #412E14;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	border-radius: 10px;
}

h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #412E14;
}

h3 {
	font-size: 3.0rem;
	letter-spacing: 0.2em;
	margin: 30px;
}

h3 strong {
	color: #FF5015;
	font-size: 3.6rem;
}

.content {
	width: 100%;
	max-width: 1180px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
}

.cont_box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0A258;
	margin-top: 30px;
	padding-top: 30px;
}

p {
	font-weight: bold;
	font-size: 2.0rem;
	margin: 30px;
}
p strong {
	color: #FF5015;
}
p.p_s {
	font-size: 1.6rem;
}
p.p_left {
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}

.top_img {
	text-align: center;
	max-width: 1100px;
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
}

@media screen and (min-width:960px){

.menu_btn {
	display: none;
}

.top_img {
	height: 900px;
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: relative;
	width: 100%;
	height: 70px;
	top: 880px;
	display: block !important;
	padding-top: 15px;
	/*padding-right: 10px;*/
	padding-right: 8px;
	padding-bottom: 15px;
	/*padding-left: 10px*/;
	padding-left: 8px;
	border-radius: 10px;
	/*max-width: 1060px;*/
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
#g_navi ul {
    -webkit-flex-flow: row;
    flex-flow: row;
    min-height: 100%;
}

#g_navi ul li {
	width: 20%;
	text-align: center;
}

#g_navi ul li a {
	display: block;
	line-height: 30px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #412E14;
}

#g_navi ul li:last-child a {
	border-right: none;
}

#g_navi ul li a::before {
	left: 50%;
}

#g_navi ul li a:hover::before {
	left: 10%;
	width: 80%;
}


}

@media screen and (min-width:1200px){

.to_top {
	right: 50% !important;
	margin-right: -600px;
}


}





/*
グーグルマップ
-------------------------------------------*/
.access {
	padding: 30px;
}

.access p {
	font-size: 1.6rem;
	line-height: 2.2;
	margin: 20px;
}
.g_map_base {
	padding: 30px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}



/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	background-color: #412E14;
	text-align: center;
	width: 60px;
	font-size: 2.6rem;
	line-height: 60px;
}
.to_top a:hover {
	background-color: #FFF;
	color: #412E14;
}

/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	width: 100%;
	max-width: 1180px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #412E14;
	margin-top: 30px;
}

address {
	font-size: 1.4rem;
	font-style: normal;
	padding: 20px;
	letter-spacing: 1px;
}


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(50px);
	-webkit-transform: translateY(50px)
    -moz-transform: translateY(50px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/*
ランキング
-------------------------------------------*/

.rank {
	max-width: 1100px;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 30px;
}


.rank ul li {
	display: block;
	float: left;
	/*width: 250px;*/
	width: 330px;
	height: 250px;
	margin-left: 20px;
	background-color: #FFF;
	text-align: center;
	position: relative;
	font-size: 2.2rem;
	border-radius: 20%;
	padding-top: 75px;
	line-height: 1.4;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	border: 5px solid #ECCF9B;
}
.rank ul li strong {
	font-size: 5.0rem;
}
.rank ul li span {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	color: #FFF;
	background-color: #F60;
	border-radius: 50%;
	/*left: 75px;*/
	/*top: -30px;*/
	left: 110px;
	top: -50px;
	padding-top: 10px;
}


/*
ステップ
-------------------------------------------*/
.step_base {
	max-width: 900px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.step_base .step {
	float: left;
	width: 44%;
	background-color: #FFF;
	position: relative;
	padding: 20px;
	text-align: left;
	border-radius: 10px;
}

.step_base .step.right {
	float: right;
}

.s_arrow {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 90px;
	font-size: 6.8rem
}

.step_base .step span {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	color: #FFF;
	background-color: #F60;
	border-radius: 50%;
	left: 50%;
	top: -40px;
	margin-left: -40px;
	padding-top: 10px;
	text-align: center;
	line-height: 1.2;
}

.step_base .step span strong {
	font-size: 3.6rem;
}

/*
リスト
-------------------------------------------*/
.list_box {
	background-color: #FFF;
	float: left;
	width: 32%;
	margin-left: 1%;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E4BC72;
	border-bottom-color: #E4BC72;
}

.list_box .list_title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #412E14;
	padding: 5px;
}

.list_box .list_title span {
	font-size: 1.3rem;
	display: inline-block;
	background-color: #F60;
	color: #FFF;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.list_box p {
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	margin: 5px;
	line-height: 1.5;
}
.list_box .num {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	color: #FFF;
	background-color: #412E14;
	border-radius: 50%;
	left: -8px;
	top: -8px;
	text-align: center;
	line-height: 1.6;
}
.list_box .link_btn a {
	font-size: 1.6rem;
	display: block;
	position: absolute;
	width: 80px;
	height: 30px;
	color: #FFF;
	background-color: #DF6A00;
	border-radius: 5px;
	right: 10px;
	top: 20px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
.list_box .link_btn.b_2 a {
	background-color: #83AA31;
	top: 70px;
}

/*
リスト２
-------------------------------------------*/
.list_box2 {
	background-color: #FFF;
	float: left;
	/*width: 32%;*/
	width: 47%;
	margin-left: 1%;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E4BC72;
	border-bottom-color: #E4BC72;
}

.list_box2 .list_title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #412E14;
	padding: 5px;
}

.list_box2 .list_title span {
	font-size: 1.3rem;
	display: inline-block;
	background-color: #F60;
	color: #FFF;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.list_box2 p {
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	margin: 5px;
	line-height: 1.5;
}
.list_box2 .num {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	color: #FFF;
	background-color: #412E14;
	border-radius: 50%;
	left: -8px;
	top: -8px;
	text-align: center;
	line-height: 1.6;
}
.list_box2 .link_btn a {
	font-size: 1.6rem;
	display: block;
	position: absolute;
	width: 80px;
	height: 30px;
	color: #FFF;
	background-color: #DF6A00;
	border-radius: 5px;
	right: 10px;
	top: 20px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
.list_box2 .link_btn.b_2 a {
	background-color: #83AA31;
	top: 70px;
}
/*
フォーム
-------------------------------------------*/

.form_table {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.form_table th {
	text-align: left;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #F8E8C9;
	border-bottom-color: #A9916B;
	padding: 20px;
	background-color: #FFF7EA;
	color: #333;
	vertical-align: top;
	font-size: 1.5rem;
}

.form_table th div.required {
	padding-right: 50px;
	position: relative;
}
.form_table th div.required::before {
	content: "必須";
	display: inline-block;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 1.3rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	position: absolute;
	right: 0px;
	top: 0px;
}
form span.required {
	display: inline-block;
	margin-left: 15px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 1.3rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.form_table td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	color: #555;
	text-align: left;
}

form input.txt {
	word-break: break-all;
	border: 1px solid #c8c8c8;
	background: #FFFFFF;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.07);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.07);
}

form td input.txt {
	color: #333;
	font-size: 1.6rem;
}

form input.txt:focus {
	background-color: #FFFDDD;
	border-top-color: #008D99;
	border-right-color: #008D99;
	border-bottom-color: #008D99;
	border-left-color: #008D99;
}



@media screen and (max-width:1100px){

.rank {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.rank ul li {
	float: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}

.rank ul li br {
	display: none;
}

.rank ul li span {
	width: 70px;
	height: 70px;
	left: -20px;
	padding-top: 0px;
}

}

@media screen and (max-width:960px){

.content {
	padding-right: 10px;
	padding-left: 10px;
}


.list_box {
	float: none;
	width: 100%;
	margin-left: 0px;
}

.list_box2 {
	float: none;
	width: 100%;
	margin-left: 0px;
}
	
.step_base .step {
	float: none !important;
	width: 90%;
	margin: auto;
}


.s_arrow {
	position: relative;
	left: auto;
	margin-left: 0px;
	top: auto;
	text-align: center;
	transform:rotate(90deg);
	margin-top: -30px;
	padding-right: 20px;
}

header {
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	height: 60px;
	z-index: 10;
}

h1 {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
}

.top_img {
	padding-top: 100px;
}

footer {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

}


@media screen and (max-width:640px){

.form_table th {
	display: block;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #F8E8C9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_table td {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#g_navi ul li a {
	font-size: 1.6rem;
	font-size: 5vw;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2.0rem;
	letter-spacing: 0em;
	margin: 10px;
}

h3 strong {
	font-size: 2.4rem;
}

p  {
	font-size: 1.6rem;
}

p.p_s {
	font-size: 1.2rem;
}

.rank ul li strong {
	font-size: 3.6rem;
}

.rank ul li span {
	width: 60px;
	height: 60px;
	padding-top: 5px;
}

.step_base .step {
	padding: 5px;
}


address {
	font-size: 1.2rem;
}


.no_sp {
	display: none !important;
}

}

@media screen and (max-width:480px){

h2 {
	font-size: 2.2rem;
}


.access {
	padding-left: 20px;
	padding-right: 20px;
}

.g_map_base {
	padding: 20px;
}

}

.comment {
	background-color: #FAF2E4;
	width: 90%;
	max-width: 560px;
	margin: auto;
	padding: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.07);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.07);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.07);
}

.comment p {
	margin: 10px;
}

/*
モーダルウィンドウ
--------------------------------------*/
.modal_wrap input {
  display: none;

}
.modal_wrap {
  display: none;
  /*visibility: hidden; */
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
	align-self: center;
	width: 90%;
	max-width: 560px;
	padding: 30px;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	border-radius: 10px;
}

.modal_content p {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}


.modal_content p.error {
	color: #F33;
}
.modal_content p.kome {
	display: block;
	position: relative;
	padding-left: 20px;
	text-align: left;
}

.modal_content p.kome::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.btn_close {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 3.4rem;
	cursor: pointer;
	font-weight: bold;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.btn_oubo {
	color: #FFFFFF;
	background-color: #009999;
	font-weight: bold;
	text-align: center;
	cursor : pointer;
	transition: all 0.3s;
	display: block;
	max-width: 300px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2.4rem;
	border-radius: 50px;
	letter-spacing: 1px;
	border: 5px solid #F4E4C6;
}

.btn_oubo:hover {
	color: #009999;
	background-color: #FFFFFF;
	border-top-color: #099;
	border-right-color: #099;
	border-bottom-color: #099;
	border-left-color: #099;
}
.btn_close_2 {
	color: #FFFFFF;
	background-color: #009999;
	font-weight: bold;
	text-align: center;
	cursor : pointer;
	display: block;
	max-width: 160px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2.0rem;
	border-radius: 50px;
	letter-spacing: 1px;
}