@charset "utf-8";

/* リセットCSS
------------------------------------------------------------------- *//*

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}

img {
    vertical-align:bottom;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }





/* レイアウトCSS
------------------------------------------------------------------- */

@charset "utf-8";

/*common*/

body { -webkit-text-size-adjust: none;
	font-weight:normal!important;
 	}



/* 全体構造
------------------------------------------------------------------- */
html {
	overflow-y: scroll;
	font-size:62.5%;
}

body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #000000;
	background-color: #fffee2;
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.content {
	font-size: 14px; 
	font-size: 1.4rem;
	line-height: 1.6;
	width: 100%
}

img {
max-width: 100%;
height: auto;
}

a:hover img{
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
}

.f_red {
	color: #FF0000;
}

.f_bold {
	font-weight:bold;
}

.fs_13 {
	font-size: 13px; 
	font-size: 1.3rem;
}

.fs_12 {
	font-size: 12px; 
	font-size: 1.2rem;
}

sup {
	font-size: 10px; 
	top: 0em;
	line-height: inherit;	
}

.center {
	text-align:center;
}

.lead_red {
	font-size: 21px; 
	font-size: 2.1rem;
	font-weight:bold;
	color:#e30101;
	margin-bottom:1%;
}

.button {
	clear:both;
	text-align:center;
	margin: 20px 0px;
}

.mr-btm20 {
	margin-bottom:20px;
}

#voice {
	text-align:center;
	margin-bottom:30px;
}

#riyu_box_inner {
	overflow:hidden;
}

#voice .fs_12 {
	text-align:left;
}

.youtube_wrapper {
	padding : 20px 30px;
}

.youtube_inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_inner  iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
 
.youtube_title {
	background-color:#F4E0AD;
	text-align:center;
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	padding:5px;
	margin:30px 30px 0px;
}



@media screen and (min-width: 768px) {
.content {
	margin: 0px auto;
	width: 960px;
	box-sizing: border-box;
}

.br_sp {
	display:none;
}


}

@media screen and (min-width: 768px) {


}

@media screen and (max-width: 767px) {
.content {
	width:100%;
	padding:0 2.5%;
	box-sizing: border-box;
}

.br_pc {
	display:none;
}


}



/* コンテンツ
------------------------------------------------------------------- */
#top {
	width:100%;
	position:relative;
	padding-top: 20px;
}

#top h1 img {
	position: absolute;
	right: 0px;
	top: 10px;
}

.arrow_txt {
	text-align:center;
	margin: 10px 0px;
}

.arrow_txt {
	text-align:center;
	margin: 20px 20px;
}

.arrow_txt img {
	margin-bottom: 10px;
}

#nayami {
	text-align:center;
}

#report {
	background-color:#FFF;
	padding: 2.5%;
}

#report .report_title {
	padding-bottom: 20px;
	text-align:center;
}

#riyu {
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/riyu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#99bb4e;
	margin-top: 30px;
}

#riyu h2 {
	text-align:center;
	padding: 20px 0px;
}

#riyu h3 {
	padding-bottom:15px;
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/riyu_titlebg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#riyu .riyu_box {
	padding: 20px;
	background-color:#fff;
 	margin-bottom :20px;
}

#voice {
	padding-top:20px;
}



footer {
	text-align:center;
	padding:20px;
	
}


@media screen and (min-width: 768px) {
	
.f15_pc {
	font-size: 15px; 
	font-size: 1.5rem;
}

#top {
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/top_image.png);
	background-repeat: no-repeat;
	background-position: right top;
}
	
#nayami {
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/nayami_bg.png);
	padding: 40px 0px 30px;
	background-repeat: no-repeat;
}

#report {
	padding: 0;
}

#report .report_inner {
	margin-left:50px;
	overflow:hidden;
}

#report .report_title {
	padding: 50px 0px;
}

#report  .report_txt1 {
	float:left;
	width:377px;
}

#report  #report_about {
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/report_ph1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right :480px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#report  #report_kaihatsu {
	margin-right: 50px;
	position: relative;
	padding: 0px 0px 50px 250px;
	margin-bottom: 50px;
}

#report  .kaihatsu_ph {
	position: absolute;
	top: 0px;
	left: 0px;
}

.link_box2 {
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/box2.png);
	background-repeat: no-repeat;
	width:800px;
	margin:0px auto;
	text-align:center;
	padding: 30px 0px;
}

.link_box2  .link_box_inner {
	overflow:hidden;
	width: 710px;
	margin:0px auto;
}

.link_box2  .link_box_inner p {
	float:left;
}

.link_box2_cap {
	width:800px;
	margin:0px auto;
}

#riyu .riyu_box {
margin-left :50px;
margin-right :50px;
}


#voice {
	padding:40px;
	overflow:hidden;
	background-color:#fff;
}

#voice .voice_inner p {
	float:left;
	padding: 10px;
}

#riyu .riyu_box_txt {
	width:500px;
	float:left;
	margin-right:20px;
}

.button_pc {
	text-align:center;
	padding:10px 0px;
}

.button_sp {
	display:none;
}


}

@media screen and (max-width: 767px) {
.link_box2 {
	border: 5px solid #E3D01F;
	padding: 10px;
	text-align:center;
	margin-top:10px;
}

.sp_center {
	text-align:center;
}

#top h1 img {
	width:90px;
}

#top {
	background-image: url(https://hokto.itembox.design/item/images/f/yamabushitake/top_image.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	background-size:80% auto;
	text-align:center;
}

#top .lead {
	padding-bottom:35%;
}

.report_title img,
.report_txt1 h3 img {
	width: 60%;
}

#riyu h2 img {
	width: 90%;
}

#riyu .riyu_box {
	margin-bottom:0px;
}


.button_sp {
	text-align:center;
	padding:10px 0px;
}

.button_pc {
	display:none;
}

.youtube_wrapper {
	padding : 20px 0px;
}

 
.youtube_title {
	margin:30px 0px 0px;
}

	

}
