/*
エージェント別
*/
.l-pc { display: block !important; }
.l-pc__inline { display: inline !important; }
.l-sp { display: none !important; }
.l-sp__inline { display: none !important; }
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-pc { display: none !important; }
.l-pc__inline { display: none !important; }
.l-sp { display: block !important; }
.l-sp__inline { display: inline !important; }
}

.l-warp {
  overflow-x: hidden;
	background-color: #01a7ff;
background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

/********* pcのみ *********/
@media only screen and (min-width: 751px) {
.l-sec--slider a:hover,
.u-ov__alpha:hover {
 -webkit-transition: 0.3s ease-in-out;  
 -moz-transition: 0.3s ease-in-out;  
 -o-transition: 0.3s ease-in-out;  
 transition: 0.3s ease-in-out;
 opacity: 0.5;  
 filter: alpha(opacity=50);
 }
}

/*--------------------------------------------
ヘッダー
--------------------------------------------*/
.l-header {
	width: 100%;	
	background-image: url("../images/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 3rem 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-header {
  background-image: url("../images/main_bg.jpg");
	padding: 2rem 0;
 }
}



.l-header-b{
	max-width: 1000px;
	margin: 0 auto !important;
	padding: 2rem 0 5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.l-header-b{
	padding: 1rem 0 2rem;
}
}

.l-header p {
  z-index: 1;
}

.l-header div.mc01 {
  width: 40%;
  max-width: 400px;
	margin: 0 auto 5rem;
	padding: 2rem 0 0
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.l-header div.mc01{
	width: 50%;
	margin: 0 auto 2rem; 
}
}

.padi{
	width: 30%;
	max-width: 300px;
	margin: 0 auto ; 
}


/* ----------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------- */
.l-visual {
  width: 100vw;
  height: 100vh;
}

.vegas-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-visual--txt {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
  text-align: center;
  opacity: 0;
  animation: logo 1s ease 1s 1 normal forwards;
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-visual--txt h1 {
  max-width: 360px;
  width: 60%;
  margin: 0 auto;
}

.l-visual--txt p {
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

.l-visual--txt p span {
  font-size: x-large;
  color: #f5d21e;
}

.sns{
	text-align: right;
	margin-bottom: 5rem
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.sns{
	margin-bottom: 2rem
}
}

.sns i {
	font-size: 4rem;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.sns i {
	font-size: 3rem;
	display: inline-block;
	margin-right: 0.8rem;
}
}


/* ----------------------------------------------------------------
プロフィール
---------------------------------------------------------------- */
.l-profile {
  width: 100%;
  height: 600px;
  background: url(../images/main.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile {
  width: 100%;
  height: 600px;
  background: url(../images/main_sp.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  align-content: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
 }
}

.l-profile--wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.l-profile--wave img {
  width: 100%;
}

.l-profile--inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}

.l-profile--txt {
  width: 1000px;
  /*background-color: rgba(31,56,108,0.4);
  padding: 25px;
  box-sizing: border-box;*/
  color: #fff;
	margin-bottom: 5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile--txt {
  width: 100%;
  padding: 15px;
	margin-bottom: 1rem;
 }
}

.mc02 {
	max-width: 1000px;
  width: 95%;
	margin: 0 auto 6rem;
  font-size: 3rem;
	font-weight: 700;
  color: #fff;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.mc02 {
  font-size: 1.4rem;
	margin: 0 auto 2rem;
 }
}

.bg {
	padding: 2rem 0 3rem;
	width: 100%;
  margin: 0 auto;
  width: 100%;
	margin-bottom: 3rem;
	background-color: #3fbeef;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

h2 {
	padding: 0 0 2rem;
	margin: 0 auto;
	width: 85%;
  margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #FFFFFF;
	max-width: 750px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h2 {
  font-size: 1rem;
 }
}


ul.wcd{
	padding: 2rem;
	color:#041145;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
ul.wcd {
	padding: 0 1rem 0 2rem;
 }
}


ul.wcd li{
	color:#fff;
	margin: 0rem 0rem 0.6rem 1.3rem;
	font-size: 1.4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
ul.wcd li {
	margin: 0rem 0rem 0.3rem 1.3rem;
	font-size: 1rem;
 }
}

.wcd li i {
	margin-right: 0.5rem;
	color:#ebd32f;
	font-size: 2rem;
	vertical-align:-3px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.wcd li i {
	margin-right: 0.5rem;
	font-size: 1.4rem;
	vertical-align:-3px;
 }
}

.wcd li{
	text-indent: -1rem;
}

/* ----------------------------------------------------------------
sec
---------------------------------------------------------------- */

#gizagiza a , #gizagiza a:after , #gizagiza a:before , #gizagiza a span {
	content: "";
	width: 50px;
	height: 50px;
	background-color: #DA090C;
	position: absolute;
	top: 0px;
}
#gizagiza , #gizagiza a , #gizagiza a:after , #gizagiza a:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
#gizagiza a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 50px;
  color: #fff;
}
#gizagiza {
  position:relative;
  width:50px;
  height:50px;
  background-color:#DA090C;
  margin:20px 0 0 40px ;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
#gizagiza {
  margin:20px 0 0 20px ;
}
}


.l-sec {
  padding: 80px 0 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec {
  padding: 40px 0;
 }
}

.pctr {
  padding: 80px 0 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.pctr {
  padding: 40px 0 0 0;
 }
}

.bk-blue {
  background-color: #e9f3fb;
}

.l-sec--inner2 {
  width: 100%;
	margin-bottom: 2rem;
	border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/ishi-bara.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 {
	margin-bottom: 1rem;
	padding: 0.8rem
 }
}

.l-sec--inner {
  width: 49.5%;
	margin-bottom: 2rem;
	border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 1rem;
	box-sizing: border-box;
	
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner {
  width: 49%;
	border: 1px solid #fff;
	padding: 0.8rem;
	margin-bottom: 1rem;
 }
}



.w100{
	width: 100%!important;
}

/*h3 {
	font-size: 3rem;
	font-weight: 700;
	margin: 0 auto 4rem;
	font-family: 'Noto Serif JP', serif;
	width: 95%;
}*/
/********* sp *********/
/*@media only screen and (max-width: 750px) {
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
 }
}*/

h3 {
	   font-family: 'Noto Serif JP', serif;
     position: relative;
     display: inline-block;
     text-align: center;
     color:#fff;
     padding: 1.5rem;
	   width: 100%;
	   box-sizing: border-box;
	   font-size:3rem;
	background-color: #009be3;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h3 {
	font-size: 1.2rem;
 }
}


h3:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #009be3 transparent;
     border-width: 10px 10px 0 10px;
     bottom: -10px;
     left: 50%;
     margin-left: -10px;
}

h3 span {
	color: #f93157;
	font-size: 3.4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h3 span {
  font-size: 1.8rem;
 }
}

.l-sec--inner h4 {
  font-size: 1.8rem;
  font-weight: 400;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h4 {
  font-size: 0.8rem;
	letter-spacing: 0.01rem;
	line-height: 1.4;
	padding: 0 0 1.5rem;
 }
}

.l-sec--inner h3 p {
	color: #4A008E;
	font-size: 9rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 p {
  font-size: 6rem;
  height: 20px;
  margin-right: 10px;
 }
}

.l-sec--inner h3 span {
	color: #4A008E;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 span {
  font-size: 1.8rem;
  height: 30px;
  margin-right: 20px;
 }
}


.l-sec--inner2 h4 {
  font-size: 2.4rem;
  font-weight: 400;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 h4 {
  font-size: 1.2rem;
	letter-spacing: 0.01rem;
	line-height: 1.4;
	padding: 0 0 0.8rem
 }
}

.l-sec--inner2 h3 p {
	color: #4A008E;
	font-size: 9rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 h3 p {
  font-size: 6rem;
  height: 20px;
  margin-right: 10px;
 }
}

.l-sec--inner2 h3 span {
	color: #4A008E;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 h3 span {
  font-size: 1.8rem;
  height: 30px;
  margin-right: 20px;
 }
}


.l-sec--c {
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	padding: 1rem 0;
	text-align: center;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--c {
	padding: 1rem 0 1.2rem;
	font-size: 1.4rem;
	font-weight: 700;
 }
}

.l-sec--c span.ttl {
	color: #003494;
	display: inline-block;
	margin-right: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--c span.ttl {
  margin-right: 0.8rem;
	font-weight: 700;
	font-size: 1.4rem;
 }
}


.l-sec--txtarea {
	margin: 0 auto 0.5rem;
  margin-bottom: 1.2rem;
	font-size: 1rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--txtarea {
	font-size: 0.8rem;
  margin-bottom: 0.8rem;
 }
}

.l-sec--txtarea span {
	font-size: 1rem;
  font-weight: 700;
}

.l-sec--slider {
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--slider {
  margin-bottom: 15px;
 }
}

/* 読み込み対応 */
.l-sec--slider {
  display: none;
}

.l-sec--slider.slick-initialized{
  display: block;
}

.l-sec--slider li {
  max-width: 320px;
  margin: 0 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--slider li {
  max-width: 100%;
  margin: 0;
 }
}

.l-sec--movie--list {
  overflow: hidden;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie--list {
  margin-bottom: 25px;
 }
}

.l-sec--movie--list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie--list li {
  width: 100%;
  margin-bottom: 10px;
 }
}

.l-sec--movie--list li:nth-child(even) {
  margin-right: 0;
}

.l-sec--movie--list li .l-sec--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.l-sec--movie--list li .l-sec--movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-sec--movie {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
 }
}

.l-sec--movie iframe {
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
 }
}

.l-sec--pdf {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf {
  margin-bottom: 25px;
 }
}

.l-sec--pdf img {
  width: auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf img {
  width: 80%;
 }
}

.l-sec--pdf--list {
  width: 80%;
  margin: 0 auto 5px;
  overflow: hidden;
}

.l-sec--pdf--list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf--list li {
  width: 100%;
  margin-bottom: 10px;
 }
.l-sec--pdf--list li:last-child {
  width: 100%;
  margin-bottom: 0;
 }
}

.l-sec--pdf--list li:nth-child(even) {
  margin-right: 0;
}

.l-sec--pdf--list img {
  width: 100%;
}

.l-sec--pdf--listtxt {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf--listtxt {
  margin-bottom: 25px;
 }
}

.l-sec--btnarea {
  overflow: hidden;
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea {
  margin-bottom: 10px;
 }
}

.l-sec--btnarea li {
  float: left;
  width: 100%;
  margin-right: 2%;
	color: #FFFFFF;
	
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
 }
}

.l-sec--btnarea li:last-child {
  margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea li:last-child {
  margin-right: 0;
  margin-bottom: 0;
 }
}

.u-btn__pink a {
  display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
	padding: 1rem 0.5rem;
	color: #fff;
	font-size: 1rem;
	border: thin solid #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__pink a {
  border-radius: 2px;
  font-size: 0.8rem;
	padding: 0.5rem 0.5rem;
 }
}

.u-btn__pink a:hover {
  color: #fff;
  background-color:#519f4b;
}

.u-btn__purple a {
  display: block;
	width: 100%;
	margin: 0 auto 1rem;
	text-align: center;
	border-radius: 2px;
	padding: 20px 25px;
	color: #fff;
	font-size: 1rem;
	background-color: #474746;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__purple a {
  border-radius: 2px;
  font-size: 1rem;
 }
}

.u-btn__purple a:hover {
  color: #fff;
  background-color:#161515;
}

.u-btn__arrow a {
  display: block;
  max-width: 360px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px #3f5392 solid;
  padding: 0 15px;
  color: #134186;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__arrow a {
  max-width: 90%;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
 }
}

.u-btn__arrow a:hover {
  color: #007bbb;
}

.u-btn__arrow a::after {
  content: "";
  background: url(../images/bk_btn.png) no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.kokuchi {
  display: inline-block;
  border-top: 1px #1e50a2 solid;
  border-bottom: 1px #1e50a2 solid;
  padding: 15px 50px;
  text-align: center;
  margin: 100px auto 0;
}

.contact{
	padding: 1rem;
	border: thin solid #061431;
	text-align: center;
	background-color: #FFFFFF;
	color: #061431;
	font-weight: 400;
	font-size: 1.8rem;
	margin: 5rem auto 5rem;
	max-width: 1000px;
	width: 90%;
}

.fbg{
	background-color: #E6E2E2;
	padding: 5% 3.5%;
	margin-bottom: 2rem;
}

label {
	display: block;
	padding: 0 0 0.3rem 0.3rem;
	font-size: 0.8rem;
}

input[type="text"], input[type="tel"], input[type="email"] {
	height: 3rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0.5rem;
	font-size: 1.1rem;
	border-radius: 3px;
	border: thin solid #B3B1B1;
}

textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0.5rem;
	font-size: 1.1rem;
	border-radius: 3px;
	border: thin solid #B3B1B1;
}

.ffd{
	margin-bottom: 0.7rem;
}

.u-btn2 {
-webkit-appearance: none;
display: inline-block;
text-align: center;
border-radius: 3px;
border: 1px 
#e2041b solid;
background-color:
#E2041B;
color:
#FFF;
padding: 1rem;
width: 100%;
margin-bottom: 20px;
font-size: 16px;
}

.itiday{
	letter-spacing: 0.01rem;
  margin-bottom: 1rem;
	font-size: 1.2rem;
	background-color: #ECECEC;
	padding: 5%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.itiday{
	font-size: 1rem;
 }
}

/* ----------------------------------------------------------------
copyright
---------------------------------------------------------------- */
.l-copyright {
	border-top: thin solid #dbdbdb;
	padding: 40px 0;
	margin: 0 auto;
	font-size: 0.7rem;
	line-height: 1rem;
	text-align: center;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-copyright {
  border-top: solid 2px #dbdbdb;
  padding: 20px 0;
  font-size: 1rem;
 }
}



.day {
	font-weight: 700;
	display: block;
}

.itiday p {
	margin-bottom: 1rem;
}



h1 {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 auto 3rem;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
	background-color:rgba(0,0,0,0.4);
	padding: 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h1 {
	margin: 0 auto 1rem;
  font-size: 1.2rem;
 }
}

h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 auto 3rem;
	width: 95%;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h2 {
	margin: 0 auto 1rem;
  font-size: 1.2rem;
 }
}


.ptype01{
	padding-bottom: 1rem;
}

.topc {
	color: #FEFEFE;
	font-size: 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.topc {
  font-size: 1rem;
 }
}

.itiarea {
	background-color: #133065;
	color: #FFFFFF;
	padding: 5%;
	font-weight: 400 !important;
	line-height: 3rem !important;
	margin-bottom: 0 !important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.itiarea  {
	line-height: 1.6rem !important;
 }
}

.mtype0 {
	margin-bottom: 0;
}

.mtype2 {
	margin-bottom: 2rem !important;
}

h1.second {
	width: 20%;
  max-width: 400px;
	margin: 0 auto 0;  
}

.l-header-b-second {
	max-width: 1000px;
	margin: 0 auto 2rem !important;
	padding: 1rem 0 1rem;
}

.pic {
	margin-bottom: 2rem;
}

.btntype01 {
	padding: 2.5rem 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.btntype01 {
  padding: 0;
 }
}


.btntype02 {
	padding: 2rem 0;
	margin: 0 1rem;
}

.ptype02 {
	width: 90%;
	color: #FFFFFF;
}

.ptype03 {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 3rem;
}








.fukidashi {
	width: 100%;
	margin: 3rem auto;
}

.logo {
	max-width: 200px;
	width: 20%;
	margin: 0 auto 3rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.logo {
	max-width: 500px;
	width: 30%;
	margin: 0 auto 1rem;
 }
}

.cright {
	text-align: right;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}



.txttype01 {
	max-width: 750px;
	width: 85%;
	padding: 0 0 2rem;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px){
.txttype01{
	font-size: 1rem;
}
}

.tokyo {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto 6rem;
	width: 95%;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
	padding: 1rem 0;
  border-bottom: thin solid;
  border-top: thin solid;
	background-color:rgba(0,0,0,0.4)
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tokyo {
	font-size: 1rem;
 }
}

.swiper-container
{
	margin-bottom: 2rem;
}

.plantype01 {
	padding: 0 0 1rem;
	font-size: 1.6rem;
}

.plantype01 p {
	display: inline-block;
	margin-right: 1rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.plantype01 p {
	display: inline;
 }
}

.plantype01 i {
	margin-right: 1rem;
	color: #135C9A;
}

.tourttl {
	padding: 0 1rem;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tourttl  {
	font-size: 1.2rem;
 }
	 }
	
.uline {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.contents {
	display:flex;
	flex-wrap:wrap;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0.5rem;
}

.bgimg01{
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/ishi-bara.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgimg02{
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/kume06.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgimg03{
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/miya02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgimg04{
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/onna06.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.boxmg01:nth-child(odd){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg01:nth-child(odd) {
	margin-right: 2%;
 }
	 }

.boxmg02:nth-child(odd){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg02:nth-child(odd) {
	margin-right: 2%;
 }
	 }

.boxmg03:nth-child(even){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg03:nth-child(even) {
	margin-right: 2%;
 }
	 }

.boxmg04:nth-child(odd){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg04:nth-child(odd) {
	margin-right: 2%;
 }
	 }


.tourttl a {
	color: #FFFFFF;
}

.l-details2 a {
  display: block;
  border-radius: 50px;
  background: #e31414;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  padding: 0.5em 0.3em 0.5em 0.3em;
  line-height: 1;
	margin: 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-details2 a {
    font-size: 1rem;
  }
}

.fcy {
	color: #ffea00;
}
