@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
/* html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html{
	overflow-x: hidden;
}
body{
  color: #353535;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
li{
	list-style: none;
}
a {
	display: block;
	color: #fff;
	text-decoration: none;
} */

html{
	overflow-x: hidden;
}
/*センター*/
.toyookacenter-block{
	display: block;
	margin: 0 auto;
}
/*clearfix*/
.toyookaclearfix {
	zoom: 1;
}
.toyookaclearfix:after {
	display: block;
	clear: both;
	content: '';
}
/*マージン微調整*/
.toyookamb10{
	margin-bottom: 10px !important;
}
.toyookamb0{
	margin-bottom: 0px !important;
}
.toyookamb24{
	margin-bottom: 24px !important;
}
.toyookamb40{
	margin-bottom: 40px !important;
}

/*フォント指定*/
.toyookamin{
	font-family :
  	YuMincho,    /* Mac用 */
  	'Yu Mincho', /* Windows用 */
		/*'Sawarabi Mincho',*/
  	serif;
	font-weight: 400;
	/* transform: rotate(.03deg); */
}
/*.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }*/
button{
		font-family :
    	YuMincho,    /* Mac用 */
    	'Yu Mincho', /* Windows用 */
			/*'Sawarabi Mincho',*/
    	serif;
		/* transform: rotate(.03deg); */
}
.toyookacontents p, .toyookacontents li, .toyookacontents dt, .toyookacontents dd {
    line-height: 1.7;
}
.toyookacontentsInr {
  width: 950px;
  margin: 0 auto;
}

#otj_header {
    background-color: #fff;
    padding: 10px 0 30px;
    text-align: center;
}
#otj_header p {
    margin-top: 5px;
}



/* toyookamv-slide */
.toyookamv-slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 63.4vh;
	background-size: cover;
}
.toyookamv-slide__slide{
	height: 63.4vh;
}
.toyookamv-slide__list{
	height: 63.4vh;
}
.toyookamv-slide__item--1,
.toyookamv-slide__item--2,
.toyookamv-slide__item--3,
.toyookamv-slide__item--4,
.toyookamv-slide__item--5,
.toyookamv-slide__item--6,
.toyookamv-slide__item--7,
.toyookamv-slide__item--8,
.toyookamv-slide__item--9,
.toyookamv-slide__item--10,
.toyookamv-slide__item--11,
.toyookamv-slide__item--12{
	background:no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 63.4vh;
}
.toyookamv-slide__item--1{
	background-image: url(../img/pic_mv_01.jpg);
}
.toyookamv-slide__item--2{
	background-image: url(../img/pic_mv_02.jpg);
}
.toyookamv-slide__item--3{
	background-image: url(../img/pic_mv_03.jpg);
}
.toyookamv-slide__item--4{
	background-image: url(../img/pic_mv_04.jpg);
}
.toyookamv-slide__item--5{
	background-image: url(../img/pic_mv_05.jpg);
}
.toyookamv-slide__item--6{
	background-image: url(../img/pic_mv_06.jpg);
}
.toyookamv-slide__item--7{
	background-image: url(../img/pic_mv_07.jpg);
}
.toyookamv-slide__item--8{
	background-image: url(../img/pic_mv_08.jpg);
}
.toyookamv-slide__item--9{
	background-image: url(../img/pic_mv_09.jpg);
}
.toyookamv-slide__item--10{
	background-image: url(../img/pic_mv_10.jpg);
}
.toyookamv-slide__item--11{
	background-image: url(../img/pic_mv_11.jpg);
}
.toyookamv-slide__item--12{
	background-image: url(../img/pic_mv_12.jpg);
}

/* pagetop */
.toyooka-pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 31px;
	height: 31px;
	cursor: pointer;
	display: none;
}


/*メインビジュアル*/
#toyookamv{
	background-position: center center;
	height: 63.4vh;
	background-size: cover;
	max-width: 1920px;
	display: block;
	margin: 0 auto;
	position: relative;
}
#toyookamv .toyookasns{
	position: relative;
	float: right;
	margin-top: 14px;
	z-index: 10;
}
#toyookamv .toyookasns ul{
	display: table;
}
#toyookamv .toyookasns ul li{
	display:table-cell;
    vertical-align:middle;
    text-align:center;
}
#toyookamv .toyookasns ul li:first-child{
	padding-right: 14px;
}
#toyookamv .toyookacenter{
	position: absolute;
  top: 23%;
  left: 50%;
  z-index: 10;
  margin-left: -242px;
  /* transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); */
}
#toyookamv .toyookascroll{
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
	transform: translateY(0%) translateX(-50%);
  	-webkit-transform: translateY(0%) translateX(-50%);
	cursor: pointer;
}
#toyookamv .toyookabn{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 6px;
}
#toyookamv .toyookascrollanimation
	{
		animation:bounce 2s ease infinite normal 0s none running;
		-webkit-animation:bounce 2s ease infinite normal 0s none running;
		-ms-animation:bounce 2s ease infinite normal 0s none running;
	}
	@keyframes bounce {
		0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  		15%  { transform: scale(1.0, 0.9) translate(0%, 5%); }
  		30%  { transform: scale(1.0, 0.8) translate(0%, 10%); }
  		50%  { transform: scale(1.0, 1.2) translate(0%, -10%); }
  		70%  { transform: scale(1.0, 0.9) translate(0%, 5%); }
  		100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	}
	@-webkit-keyframes bounce {
		0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  		15%  { transform: scale(1.0, 0.9) translate(0%, 5%); }
  		30%  { transform: scale(1.0, 0.8) translate(0%, 10%); }
  		50%  { transform: scale(1.0, 1.2) translate(0%, -10%); }
  		70%  { transform: scale(1.0, 0.9) translate(0%, 5%); }
  		100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	}
	@-ms-keyframes bounce {
		0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  		15%  { transform: scale(1.0, 0.9) translate(0%, 5%); }
  		30%  { transform: scale(1.0, 0.8) translate(0%, 10%); }
  		50%  { transform: scale(1.0, 1.2) translate(0%, -10%); }
  		70%  { transform: scale(1.0, 0.9) translate(0%, 5%); }
  		100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	}
#toyookamv .toyookabutton {
  width: 340px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  outline: none;
  display: block;
  margin-bottom: 6px;
  /* padding: 15px 56px 13px 17px; */
  font-size: 12px;
}
#toyookamv .toyookabutton::before,
#toyookamv .toyookabutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#toyookamv .toyookabutton,
#toyookamv .toyookabutton::before,
#toyookamv .toyookabutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#toyookamv .toyookabutton {
  position: relative;
  z-index: 2;
  background-color: rgba(0,0,0,0.8);
  border: none;
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
}
#toyookamv .toyookabutton a {
  display: block;
  color:#fff;
}
#toyookamv .toyookabutton a:hover {
  color: #fff;
}
#toyookamv .toyookabutton::after {
  left: -100%;
  width: 100%;
  height: 100%;
}

#toyookamv .toyookabnarrow1 a {
	    padding: 14px 56px 13px 17px;
	background-image: url(../img/Movie.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#toyookamv .toyookabnarrow2 a {
	background-image: url(../img/arrow02_hover_2.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 23px 56px 21px 17px;
}
#toyookamv .toyookabnarrow1 a:hover,
#toyookamv .toyookabnarrow2 a:hover {
	text-decoration:none;
}

#toyookamv .toyookabnarrow1:hover::after {
	top: 0;
  left: 0;
  background-color: #666666;
	background-position: center right;
	background-repeat: no-repeat;
}
#toyookamv .toyookabnarrow2:hover::after {
	top: 0;
  left: 0;
  background-color: #666666;
	background-position: center right;
	background-repeat: no-repeat;
}




#toyookasec01{
	padding-top: 103px;
  padding-bottom: 60px;
  margin-top: -43px;
}
#toyookasec01 .toyookaread{
	font-size: 18px;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 2px;
	color: #353535;
}
#toyookasec01 .toyookabg_gray{
	padding: 40px 50px 40px 90px;
	background-color: #f6f6f6;
	margin-bottom: 60px;
}
#toyookasec01 dl{
	letter-spacing: 2px;
	padding-left: 170px;
}
#toyookasec01 dt{
	font-size: 18px;
	margin: 10px 0 30px ;
}
#toyookasec01 dd{
	font-size: 14px;
}
#toyookasec01 .toyookabg_gray img{
	float: left;
	margin-right: 30px;
}
#toyookasec01 .toyookamap img{
	float: left;
	margin-right: 34px;
}
#toyookasec01 .toyookamap p{
	padding-top: 40px;
}
#toyookasec01 .toyookamap p span {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
#toyookasec02{
	overflow-x: hidden;
}
#toyookasec02 label.toyookapanel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #c2c2c2;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #c2c2c2;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
#toyookasec02 label.toyookapanel-label.toyookaorange{
  color: #f39700;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f39700;
	line-height: 1.1;
}
#toyookasec02 label.toyookapanel-label.toyookaorange a{
	color: #f39700;
	background-color: rgba(243,151,0,.15);
}
#toyookasec02 label.toyookapanel-label.toyookaorange a.current,
#toyookasec02 label.toyookapanel-label.toyookaorange a:hover {
	background-color: #f39700;
	color: #fff;
}
#toyookasec02 label.toyookapanel-label.toyookawinter{
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #26b6bf;
	line-height: 1.1;
}
#toyookasec02 label.toyookapanel-label.toyookawinter a{
	color: #26b6bf;
	background-color: rgba(38,182,191,.15);
}
#toyookasec02 label.toyookapanel-label.toyookawinter a.current,
#toyookasec02 label.toyookapanel-label.toyookawinter a:hover {
	background-color: #26b6bf;
	color: #fff;
}
#toyookasec02 label.toyookapanel-label.toyookaspring{
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e673a7;
	line-height: 1.1;
}
#toyookasec02 label.toyookapanel-label.toyookaspring a{
	color: #e673a7;
	background-color: rgba(230,115,167,.15);
}
#toyookasec02 label.toyookapanel-label.toyookaspring a.current,
#toyookasec02 label.toyookapanel-label.toyookaspring a:hover {
	background-color: #e673a7;
	color: #fff;
}
#toyookasec02 label.toyookapanel-label.toyookasummer{
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #1dc86b;
	line-height: 1.1;
}
#toyookasec02 label.toyookapanel-label.toyookasummer a{
	color: #1dc86b;
	background-color: rgba(29,200,107,.15);
}
#toyookasec02 label.toyookapanel-label.toyookasummer a.current,
#toyookasec02 label.toyookapanel-label.toyookasummer a:hover {
	background-color: #1dc86b;
	color: #fff;
}
#toyookasec02 ul#tabs-list li.season a::after{
	content: '';
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 7px;
	height: 20px;
	right: 10px;
	bottom: 50%;
	transform: translateY(50%);
}
#toyookasec02 ul#tabs-list li.season.forAutumn a::after{
	background-image: url(../img/arrow03.png);
}
#toyookasec02 ul#tabs-list li.season.forWinter a::after{
	background-image: url(../img/arrow03_winter.png);
}
#toyookasec02 ul#tabs-list li.season.forSpring a::after{
	background-image: url(../img/arrow03_spring.png);
}
#toyookasec02 ul#tabs-list li.season.forSummer a::after{
	background-image: url(../img/arrow03_summer.png);
}
#toyookasec02 ul#tabs-list li.season a.current {
	position: relative;
}
#toyookasec02 ul#tabs-list li.season a.new::before{
	content: "NEW";
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
	top: -1.5em;
	font-size: 14px;
	letter-spacing: 0.18em;
}
#toyookasec02 ul#tabs-list li.season.forWinter a.new::before{
	color: #26b6bf;
}
#toyookasec02 ul#tabs-list li.season.forSpring a.new::before{
	color: #e673a7;
}
#toyookasec02 ul#tabs-list li.season.forSummer a.new::before{
	color: #1dc86b;
}
#toyookasec02 ul#tabs-list li.season a.current::after{
	content: '';
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 20px;
	height: 7px;
  bottom: -15px;
  right: 50%;
	margin-right: -10px;
}
#toyookasec02 ul#tabs-list li.season a.currentBtm::after{
	content: '';
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 20px;
	height: 7px;
  top: -19px;
  right: 50%;
	margin-right: -10px;
}
#toyookasec02 ul#tabs-list li.season.forAutumn a.current::after{
	background-image: url(../img/arrow03_on.png);
}
#toyookasec02 ul#tabs-list li.season.forWinter a.current::after{
	background-image: url(../img/arrow03_winter_on.png);
}
#toyookasec02 ul#tabs-list li.season.forSpring a.current::after{
	background-image: url(../img/arrow03_spring_on.png);
}
#toyookasec02 ul#tabs-list li.season.forSummer a.current::after{
	background-image: url(../img/arrow03_summer_on.png);
}
#toyookasec02 ul#tabs-list li.season.forAutumn a.currentBtm::after{
	background-image: url(../img/arrow03_on2.png);
}
#toyookasec02 ul#tabs-list li.season.forWinter a.currentBtm::after{
	background-image: url(../img/arrow03_winter_on2.png);
}
#toyookasec02 ul#tabs-list li.season.forSpring a.currentBtm::after{
	background-image: url(../img/arrow03_spring_on2.png);
}
#toyookasec02 ul#tabs-list li.season.forSummer a.currentBtm::after{
	background-image: url(../img/arrow03_summer_on2.png);
}
#toyookasec02 ul#tabs-list li label.toyookapanel-label a:hover {
  text-decoration: none;
}
#toyookasec02 label.toyookatoyookapanel-label:hover {
}

#toyookasec02 #panels {
  background-color: white;
}
#toyookasec02 #panels .toyookacontainer {
	position: relative;
  margin: 0 auto;
  width: 100%;
}
#toyookasec02 #panels section header label.toyookapanel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#toyookasec02 #panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}
#panel-1 main:not(:last-child),
#panel-2 main:not(:last-child),
#panel-3 main:not(:last-child),
#panel-4 main:not(:last-child){
  border-bottom: solid 3px #000;
}

#toyookasec02 #panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: none;
  opacity: 1;
}

#toyookasec02 #panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: none;
  opacity: 1;
}

#toyookasec02 #panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: none;
  opacity: 1;
}
#toyookasec02 #panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: none;
  opacity: 1;
}
#toyookasec02 #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#toyookasec02 #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.toyookalast {
  border-right: 1px solid transparent;
}
#toyookasec02 #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}
#toyookasec02 #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.toyookapanel-label {
  background-color: white;
  color: #003399;
  padding-top: 24px;
}
#toyookasec02 #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.toyookapanel-label::after {
  height: 6px;
}

#toyookasec02 #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#toyookasec02 #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.toyookalast {
  border-right: 1px solid transparent;
}
#toyookasec02 #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}
#toyookasec02 #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.toyookapanel-label {
  background-color: white;
  color: #003399;
  padding-top: 24px;
}
#toyookasec02 #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.toyookapanel-label::after {
  height: 6px;
}

#toyookasec02 #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#toyookasec02 #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.toyookalast {
  border-right: 1px solid transparent;
}
#toyookasec02 #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #dfdfdf;
}
#toyookasec02 #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.toyookapanel-label {
  background-color: white;
  color: #003399;
  padding-top: 24px;
}
#toyookasec02 #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.toyookapanel-label::after {
  height: 6px;
}

#toyookasec02 #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#toyookasec02 #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.toyookalast {
  border-right: 1px solid transparent;
}
#toyookasec02 #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
  border-left: 1px solid #dfdfdf;
}
#toyookasec02 #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.toyookapanel-label {
  background-color: white;
  color: #003399;
  padding-top: 24px;
}
#toyookasec02 #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.toyookapanel-label::after {
  height: 6px;
}


#li-for-panel-2 label:hover,
#li-for-panel-3 label:hover,
#li-for-panel-4 label:hover {
  cursor: initial;
}



#toyookasec02 ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  margin-bottom: 32px;
  padding-top: 32px !important;
  width: 950px;
}
#toyookasec02 ul#tabs-list li {
  text-align: center;
  font-size: 20px;
  width: 224px;
  position: relative;
  margin-right: 18px;
  line-height: 0.6;
}
#toyookasec02 ul#tabs-list li:last-child {
  text-align: center;
  font-size: 20px;
  width: 224px;
  height: 40px;
  position: relative;
  margin-right: 0;
}
ul#tabs-list li small{
	font-size: 14px;
	color: #111;
}
#toyookasec02 ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
  opacity: 0.8;
}
#toyookasec02 ul#tabs-list li:hover.toyookalast {
  border-right: 1px solid transparent;
}
#toyookasec02 ul#tabs-list li label.toyookapanel-label {
  position: relative;
}
#toyookasec02 ul#tabs-list li label.toyookapanel-label a,
#toyookasec02 ul#tabs-list li label.toyookapanel-label span{
	display: block;
  padding: 10px 0;
  height: 24px;
}
/* #toyookasec02 ul#tabs-list li label.toyookapanel-label:hover {
  padding-top: 10px;
} */

#toyookasec02 main {
    max-width: 1920px;
    margin: 0 auto;
}
#toyookasec02 .toyookapanel-radios {
  display: none;
}
.toyookabox{
}
/* 秋 */
#toyookasec02 #panel-1 .toyookabox1{
    background: url(../img/pic01.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-1 .toyookabox2{
    background: url(../img/pic02.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-1 .toyookabox3{
    background: url(../img/pic03.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-1 .toyookabox4{
    background: url(../img/pic04.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-1 .toyookabox5{
    background: url(../img/pic05.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
/* 冬 */
#toyookasec02 #panel-2 .toyookabox1{
    background: url(../img/pic01_winter.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-2 .toyookabox2{
    background: url(../img/pic02_winter.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-2 .toyookabox3{
    background: url(../img/pic03_winter.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-2 .toyookabox4{
    background: url(../img/pic04_winter.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-2 .toyookabox5{
    background: url(../img/pic05_winter.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
/* 春 */
#toyookasec02 #panel-3 .toyookabox1{
    background: url(../img/pic01_spring.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-3 .toyookabox2{
    background: url(../img/pic02_spring.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-3 .toyookabox3{
    background: url(../img/pic03_spring.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-3 .toyookabox4{
    background: url(../img/pic04_spring.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-3 .toyookabox5{
    background: url(../img/pic05_spring.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
/* 夏 */
#toyookasec02 #panel-4 .toyookabox1{
    background: url(../img/pic01_summer.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-4 .toyookabox2{
    background: url(../img/pic02_summer.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-4 .toyookabox3{
    background: url(../img/pic03_summer.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-4 .toyookabox4{
    background: url(../img/pic04_summer.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 #panel-4 .toyookabox5{
    background: url(../img/pic05_summer.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
  position: relative;
  overflow: hidden;
}
#toyookasec02 .toyookaimgon{
	/* padding-top: 130px; */
  color: #fff;
  width: 575px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.46);
}
#toyookasec02 .toyookaimgon h2{
	font-size: 40px;
	letter-spacing: 8px;
  margin-bottom: 30px;
  /* text-shadow: 4px 3px 5px #333, -1px 3px 5px #333; */
}
#toyookasec02 .toyookaimgon p{
	letter-spacing: 4px;
	margin-bottom: 36px;
  line-height: 1.8;
  /* text-shadow: 2px 3px 4px #000, -4px 3px 4px #000; */
}
#toyookasec02 .toyookaimgon p span {
	font-size: 83%;
}
#toyookasec02 .toyooka-photobtn_box {
  display: inline-block;
  vertical-align: top;
}
#toyookasec02 .toyookaphotobtn {
  width: 220px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  outline: none;
  display: block;
  margin-bottom: 6px;
  /* padding: 10px 0; */
  padding: 10px 0 10px 10px;
  font-size: 14px;
  border: 1px solid #fff;
}
#toyookasec02 .toyookaphotobtn::before{
	background-image: url(../img/camera.png);
	display: block;
	width: 16px;
	height: 12px;
	margin-right: 4px;
	/* margin-left: 50px; */
  margin-left: 43px;
  margin-top: 3px;
}
#toyookasec02 .toyookaphotobtn::before,
#toyookasec02 .toyookaphotobtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#toyookasec02 .toyookaphotobtn,
#toyookasec02 .toyookaphotobtn::before,
#toyookasec02 .toyookaphotobtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#toyookasec02 .toyookaphotobtn {
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
}
#toyookasec02 .toyookaphotobtn:hover {
  color: #fff;
	cursor: pointer;
}
#toyookasec02 .toyookaphotobtn::after {
  left: -100%;
  width: 100%;
  height: 100%;
}
#toyookasec02 .toyookaphotobtn:hover::after {
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.6);
}
#toyookasec02 .toyookaphotobtn.toyookaplace::before {
  background-image: none;
}
/* #toyookasec02 #toggle1::before {
  position: absolute;
  left: 3px;
  top: 4px;
} */

#toyookasec02 .toyookamapbtn{
	display: inline-block;
	font-size: 14px;
	margin-top: 86px;
}
#toyookasec02 .toyookamapbtn::before{
	content: url(../img/pin.png);
	margin-right: 6px;
}
.toyookatimes{
  z-index: 106;
	padding: 12px 12px 6px;
	position: absolute;
	top: 42px;
	right: 25px;
	cursor: pointer;
}

.toyooka-photo{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	width: 100%;
  height: 100%;
  padding-top: 42px;
  overflow: hidden;
  text-align: center;
}
.toyooka-photo__img {
  z-index: 105;
  position: relative;
  height: calc(100vh - 5.45em);
}
/*.toyooka-photo__img.case01 {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.toyooka-photo__inner {
	position: relative;
	padding-top: calc(100vh - 5.45em);
}*/



.toyooka-photo__pix{
	/* position: absolute; */
	/* top: 43%; */
	/* left: 50%; */
	/* max-width: 1233px; */
	/* transform: translate(-50%,-50%); */
	/* padding: 20px; */
	/* width: 132vh;
	margin: 42px auto 0; */
}
.toyooka-photo__pix img{
  /* position: relative; */
  /* max-width: 100%; */
  /* height: 100%; */
}

#toyookasec02 .toyookapaging{
	width: 20px;
	height: 200px;
	color: #fff;
	background-image: url(../img/paging.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	position: fixed;
	right: 50px;
	top: 0%;
	bottom: 0;
	margin: auto;
	z-index: 100;
	opacity: 0;
	transition: opacity ease-out .5s;
}
#toyookasec02 .toyookapaging.on{
	opacity: 1;
}
#toyookasec02 .toyookapaging.on.end{
	opacity: 0;
}

#toyookasec02 .toyookapaging ul {
    margin-top: 5px;
}
#toyookasec02 .toyookapaging ul li {
    margin-bottom: 24px;
		width: 20px;
    height: 20px;
    /* line-height: 1.7; */
    /* font-size: 16px; */
    /* margin-top: 6px; */
    line-height: 1;
}
#toyookasec02 .toyookapaging ul li a{
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
}
#toyookasec02 .toyookapaging ul li span {
    display: block;
    font-weight: 900;
}
#toyookasec02 .toyookapaging ul li span::after {
    content: '';
    background-image: url(../img/circle.png);
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
		opacity: 0;
		transition: opacity .5s;
}
#toyookasec02 .toyookapaging ul li.toyookapaging-active span::after{
	opacity: 1;
}

@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
  }
  50% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}
#toyookasec02  #menu1 {
      position: absolute;
      top: 0;
      width: 680px; /* メニューのwidth */
      height: calc(100vh - 142px);
      padding: 70px 40px;;
      transition: left .5s, right .5s; /* アニメーション */
      background-color: rgba(0, 0, 0, 0.7);
	  display: none;
	z-index: 100;
    }

.toyooka_info-box {
  width: 1100px;
  margin: 0 auto;
  padding-top: 110px;
}

#toyookasec02 #toggle1,
#toyookasec02 #toggle2,
#toyookasec02 #toggle3,
#toyookasec02 #toggle4,
#toyookasec02 #toggle5 {
  font-size: 14px;
  cursor: pointer;
  /* margin-top: 86px;
  display: block; */
  display: inline-block;
  padding: 11px 0 9px 10px;
  vertical-align: sub;
  margin-left: 50px;
}
#toyookasec02 #toggle1::before,
#toyookasec02 #toggle2::before,
#toyookasec02 #toggle3::before,
#toyookasec02 #toggle4::before,
#toyookasec02 #toggle5::before {
	/* content: url(../img/pin.png);
  margin-right: 6px; */
  position: absolute;
  left: 3px;
  top: 4px;
  background-image: url(../img/pin.png);
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

#toyookasec02  #toggle1:hover {
      text-decoration: none;
    }

#toyookasec02  #open1 {
      display: none;
    }
#toyookasec02  #close1 {
      display: none;
    }
#toyookasec02  #open1:checked + #menu1 {
      right: 0;
	display: block;
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
    }
#toyookasec02  #toggleclose1 {
    font-size: 11px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 6%;
    right: 5%;
	color: #fff;
	background-image: url(../img/times.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 75px;
	height: 75px;
    }
#toyookasec02  #close1:checked + #menu1 {
     display: none;
    }
.toyookamap_wrap {
  display: table;
  height: 100%;
}
.toyookamap_wrap-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.toyookamap_wrap-inner img {
  margin-bottom: 10px;
  width: 460px;
}
.toyookaicon-blank a {
  padding: 5px 10px 2px 25px;
  background: url(../img/icon_blank.png) no-repeat left center;
  color:#ffffff;
}
.toyookaicon-blank a:hover {
  text-decoration: none;
}

#toyookasec02 #menu2 {
      position: absolute;
      top: 0;
      width: 680px; /* メニューのwidth */
      height: calc(100vh - 142px);
      padding: 70px 40px;;
      transition: left .5s, right .5s; /* アニメーション */
      background-color: rgba(0, 0, 0, 0.7);
	  display: none;
	z-index: 100;
    }
/* #toyookasec02 #toggle2 {
  font-size: 14px;
  cursor: pointer;
  margin-top: 86px;
  display: block;
} */
/* #toyookasec02 #toggle2::before{
	content: url(../img/pin.png);
	margin-right: 6px;
} */

#toyookasec02  #toggle2:hover {
      text-decoration: none;
    }

#toyookasec02  #open2 {
      display: none;
    }
#toyookasec02  #close2 {
      display: none;
    }
#toyookasec02  #open2:checked + #menu2 {
      right: 0;
	display: block;
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
    }
#toyookasec02  #toggleclose2 {
    font-size: 11px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 6%;
    right: 5%;
	color: #fff;
	background-image: url(../img/times.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 75px;
	height: 75px;
    }
#toyookasec02  #menu3 {
      position: absolute;
      top: 0;
      width: 680px; /* メニューのwidth */
      height: calc(100vh - 142px);
      padding: 70px 40px;;
      transition: left .5s, right .5s; /* アニメーション */
      background-color: rgba(0, 0, 0, 0.7);
	  display: none;
		z-index: 100;
    }
/* #toyookasec02 #toggle3 {
      font-size: 14px;
      cursor: pointer;
	margin-top: 86px;
		display: block;
    } */
/* #toyookasec02 #toggle3::before{
	content: url(../img/pin.png);
	margin-right: 6px;
} */

#toyookasec02  #toggle3:hover {
      text-decoration: none;
    }

#toyookasec02  #open3 {
      display: none;
    }
#toyookasec02  #close3 {
      display: none;
    }
#toyookasec02  #open3:checked + #menu3 {
      right: 0;
	display: block;
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
    }
#toyookasec02  #toggleclose3 {
    font-size: 11px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 6%;
    right: 5%;
	color: #fff;
	background-image: url(../img/times.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 75px;
	height: 75px;
    }
#toyookasec02  #menu4 {
      position: absolute;
      top: 0;
      width: 680px; /* メニューのwidth */
      height: calc(100vh - 142px);
      padding: 70px 40px;;
      transition: left .5s, right .5s; /* アニメーション */
      background-color: rgba(0, 0, 0, 0.7);
	  display: none;
		z-index: 100;
    }
/* #toyookasec02 #toggle4 {
      font-size: 14px;
      cursor: pointer;
	margin-top: 86px;
		display: block;
    } */
/* #toyookasec02 #toggle4::before{
	content: url(../img/pin.png);
	margin-right: 6px;
} */

#toyookasec02  #toggle4:hover {
      text-decoration: none;
    }

#toyookasec02  #open4 {
      display: none;
    }
#toyookasec02  #close4 {
      display: none;
    }
#toyookasec02  #open4:checked + #menu4 {
      right: 0;
	display: block;
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
    }
#toyookasec02  #toggleclose4 {
    font-size: 11px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 6%;
    right: 5%;
	color: #fff;
	background-image: url(../img/times.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 75px;
	height: 75px;
    }
#toyookasec02  #menu5 {
      position: absolute;
      top: 0;
      width: 680px; /* メニューのwidth */
      height: calc(100vh - 142px);
      padding: 70px 40px;;
      transition: left .5s, right .5s; /* アニメーション */
      background-color: rgba(0, 0, 0, 0.7);
	  display: none;
		z-index: 100;
    }
/* #toyookasec02 #toggle5 {
      font-size: 14px;
      cursor: pointer;
	margin-top: 86px;
		display: block;
    } */
/* #toyookasec02 #toggle5::before{
	content: url(../img/pin.png);
	margin-right: 6px;
} */

#toyookasec02  #toggle5:hover {
      text-decoration: none;
    }

#toyookasec02  #open5 {
      display: none;
    }
#toyookasec02  #close5 {
      display: none;
    }
#toyookasec02  #open5:checked + #menu5 {
      right: 0;
	display: block;
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
    }
#toyookasec02 #toggleclose5 {
    font-size: 11px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 6%;
    right: 5%;
	color: #fff;
	background-image: url(../img/times.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 75px;
	height: 75px;
    }
#toyookasec03{
	background: #e9e9e9;
	padding: 100px 0;
}
#toyookasec03 h2{
	font-size: 40px;
	padding: 24px;
	line-height: 1.6;
	border-top: 1px solid #870717;
	border-bottom: 1px solid #870717;
	color: #4c4c4c;
	text-align: center;
	letter-spacing: 4px;
	font-weight: 500;
	margin-bottom: 26px;
}
#toyookasec03 p{
	text-align: center;
	font-size: 20px;
	color: #6b6b6b;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#toyookasec03 p strong{
	font-size: 24px;
	letter-spacing: 3px;
	color: #870717;
	margin-bottom: 40px;
}
#toyookasec03 .toyookaphotoimg{
	background: #fff;
	padding: 5px;
	display: inline-block;
	box-shadow:0px 5px 10px -4px #aaaaaa;
}
#toyookasec03 .toyookaphotoimg img{
	margin-bottom: 46px;
}
#toyookasec03 .toyookaphotoimg p{
	font-size: 18px;
	color: #313131;
	display: inline-block;
	border-bottom: 1px solid #870717;
	padding-bottom: 10px;
	margin-bottom: 40px;
	line-height: 1;
	text-underline-position: under;
}
.toyookatextcenter{
	text-align: center;
}
#toyookasec03 .toyookabutton2 {
  display: inline-block;
  width: 310px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
#toyookasec03 .toyookabutton2::before,
#toyookasec03 .toyookabutton2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#toyookasec03 .toyookabutton2,
#toyookasec03 .toyookabutton2::before,
#toyookasec03 .toyookabutton2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  margin: 0 auto;
  background-image: url(../img/arrow02.png);
  background-repeat: no-repeat;
  background-position: center right;
}
#toyookasec03 .toyookabutton2 {
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 2px solid #870717;
  color: #870717;
  line-height: 50px;
  overflow: hidden;
}
#toyookasec03 .toyookabutton2:hover {
  color: #fff;
}
#toyookasec03 .toyookabutton2::after {
  left: -100%;
  width: 100%;
  height: 100%;
}
#toyookasec03 .toyookabutton2:hover::after {
  top: 0;
  left: 0;
  background-color: #870717;
	opacity: 0.8;
	background-image: url(../img/arrow02_hover.png);
  background-repeat: no-repeat;
  background-position: center right;
}
#toyookasec04{
	padding: 68px 0;
}
#toyookasec04 h2{
	font-size: 40px;
	color: #5b5b5b;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 46px;
}
#toyookasec04 p{
	color: #5b5b5b;
	letter-spacing: 2px;
	font-size: 20px;
	text-align: center;
}
#toyookasec04 a{
	display: inline-block;
	margin-bottom: 20px;
}
#toyookasec04 a:hover{
	opacity: 0.8;
}
#toyookasec04 ul{
}
#toyookasec04 ul li{
	width: 32%;
	float: left;
	margin-right: 2%
}
#toyookasec04 ul li:last-child{
	margin-right: 0;
}
#toyookasec04 li p{
	font-size: 14px;
	letter-spacing: 0;
	color: #313131;
	text-align: left;
}
.toyookajs-box{
		min-height: 100vh;
	}

.header-nav a{
	display: inline;
}
.toyooka-photo__txt{
  position: relative;
  z-index: 105;
	color: #fff;
	font-size: 14px;
	/* padding: 5px 3%; */
  /* width: 950px; */
  padding: 5px 0;
  text-align: center;
	font-family: auto;
}
.toyooka-photo__txt .fontS{
	font-size: 55%;
}
.toyooka-photo__close{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.toyooka-detail__close{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.copyright .inline-link a {
  display: inline;
}
/* .toyookacontents + .global-footer .copyright {
	height: auto;
	text-align: center;
} */
/* .toyookacontents + .global-footer .copyright small{
	float: none;
} */
.toyooka-photo__pixbox{
	overflow: hidden;
	position: relative;
	width: 100%;
	/* height: calc(100vh - 5.45em - 42px); */
	height: calc(100vh - 5.45em);
}
.toyooka-photo__pixbox img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.toyooka-photo__pix{
	width: auto;
}
.toyookamap_wrap{
	display: block;
	height: auto;
}
#toyookasec02 #open1:checked + #menu1,
#toyookasec02 #open2:checked + #menu2,
#toyookasec02 #open3:checked + #menu3,
#toyookasec02 #open4:checked + #menu4,
#toyookasec02 #open5:checked + #menu5{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
