@charset "UTF-8";
/*
Theme Name:BS21_Customized theme
Theme URI:
Description:
Author:Business Station21 Corp.
Author URI:https://www.bs21.jp/
Text Domain: 
Version:1
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*    
font-family: 'Shippori Mincho B1', serif;
font-family: 'Figtree', sans-serif;

=====================================================*/




/*    micro clearfix
=====================================================*/
.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* for IE */
.clearfix{
	*zoom: 1;/* hasLayout on */
}

img {
    image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;
}

body{
margin: 0px;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 500;
font-size: 16px;
color: black;
}

.inblo {display: inline-block;}

a{
display: block;
text-decoration: none;
color: inherit;
}

a.tel{
pointer-events: none;
}

@media(max-width:650px){
a.tel{
pointer-events: auto;
}
}

h1, h2,h3,h4,p{
margin: 0px;
}

/*============================================================================================
      共通スタイル設定　Utility
=============================================================================================*/


/*    Hamberger Menu
=====================================================*/
/*-- 初期表示 --*/
#header {
background-color: #5f75c2;
color: white;
width: 100%;
box-sizing: border-box;
padding: 25px 20px 25px 30px;
}

#header .left {
float: left;
}

#header .left h1 img{
width: 235px;
float: left;
margin-right: 30px;
}

#header .left p{
font-size: 15px;
padding: 7px 0px;
white-space: nowrap;
}

#header .right {
float: right;
letter-spacing: -0.4em;
}

#header .right a{
color: white;
border-left: solid 1px rgba(255,255,255,0.50);
box-sizing: border-box;
padding: 5px 40px;
display: inline-block;
letter-spacing: normal;
font-size: 15px;
transition: 0.5s;
}

#header .right a:hover{
color: #8f8e8e;
}

#header br.orik{
display: none;
}

@media(max-width:1420px){
#header .left h1 img{
float: none;
}

#header .left p{
padding: 0px 0px;
}

#header .right a{
padding: 5px 30px;
}
}

@media(max-width:1050px){
#header .left p {
  font-size: 14px;
}
#header .right a {
  padding: 5px 25px;
  font-size: 14px;
}

#header {
padding: 20px 10px 20px 20px;
}
}

@media(max-width:900px){
#header .right {
  display: none;
}

#header .left h1 img{
float: left;
}

#header .left p {
padding: 7px 0px;
}
}

@media(max-width:670px){
#header .left h1 img{
float: none;
}

#header .left p {
padding: 0px 0px;
}
}

@media (max-width: 450px){
#header {
  padding: 15px 10px 20px 15px;
}

#header .left p {
  white-space: initial;
}
}

@media(max-width: 400px){
#header br.orik{
white-space: inherit;
}
}

/*-------------------------------ハンバーガー--------------------------------*/

#nav-drawer {
	display: none;
	position: absolute;
	top:10px;
	right:20px;
    z-index: 9999;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  box-sizing: border-box;
  line-height: 40px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 9999;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  }

@media(max-width: 900px){
#nav-drawer{
 display: block;
}
}


@media(max-width: 650px){
#nav-drawer {
  top: 15px;
  right: 20px;
}
}

@media(max-width:450px){
#nav-drawer {
  top: 10px;
  right: 10px;
}
}



#nav-open span {
  display: block;
  transition: all .2s;
  box-sizing: border-box;
}

#nav-open span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  z-index: 9999;
}
#nav-open span:nth-of-type(1) {
  top: 15px;
}
#nav-open span:nth-of-type(2) {
  top: 25px;
}
#nav-open span:nth-of-type(3) {
  top: 35px;
}

#nav-input:checked ~ #nav-open { color:black; }
#nav-input:checked ~ #nav-open span {background-color: black; }

#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(5.5px) rotate(-40deg);
  transform: translateY(10px) rotate(-40deg);
  width: 30px;
  background-color: #5f75c2;
}
#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  opacity: 0;
}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-6.5px) rotate(40deg);
  transform: translateY(-10px) rotate(40deg);
  width: 30px;
  background-color: #5f75c2;
}

#nav-input:checked ~ #nav-open span {
  height: 2px;
}


/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 998;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;

}
/*中身*/

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0px;
  transform: translateX(-50%);
  z-index: 999;/*最前面に*/
  /*max-width: 400px;最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);/*左に隠しておく*/
  box-sizing: border-box;
  text-align: left;
  width: 250px; /*右側に隙間を作る（閉じるカバーを表示）*/
}

#nav-content .inner{
max-width: 1100px;
margin: 0px auto;
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

	

/*------PC版ハンバーガーの中身----------*/

#nav-content {
/*background: url("images/back.jpg") center top;*/
padding: 70px 30px;
letter-spacing: -0.4em;
  background-color: white;
}

#nav-content .inner {
letter-spacing: normal;
}

#nav-content .inner p{
color: #5f75c2;
font-size: 24px;
}

#nav-content .inner p a{
transition: 0.5s;
}

#nav-content .inner p a{
color: #5f75c2;
font-size: 18px;
padding-left: 20px;
position: relative;
margin: 10px 0px;
transition: 0.5s;

}

#nav-content .inner p a:before{
content: "●";
position: absolute;
left: 0px;
top: 0px;
}


#nav-content .inner p a:hover{
color: #8f8e8e;
}


/*-------------------------------メイン画像-----------------------------*/

#main {
width: 100%;
letter-spacing: -0.4em;
margin-top: 40px;
position: relative;
display: flex;
}

#main .img{
width: 60vw;
position: relative;
}

#main .img img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
}

#main .txt{
letter-spacing: normal;
box-sizing: border-box;
padding:8vw 60px 17vw;
position: relative;
}

#main h1 {
font-family: 'Shippori Mincho B1', serif;
font-size: 40px;
font-weight: 500;
padding-bottom: 30px;
border-bottom: solid 2px black;
}


#main p.bold{
font-size: 20px;
padding: 10px 0px;
border-bottom: solid 1px black;
margin-bottom: 30px;
}

#main .img3 {
display: flex;
position: absolute;
bottom: -50px;
right: 35px;
}

#main .box {
position: relative;
width: calc(17vw - 10px);
max-width: 270px;
height: 16vw;
max-height: 240px;
margin: 0px 5px;
}

#main .box img{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
object-fit: cover;
}


#main .box:before {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
content: "";
z-index: 2;
position: absolute;
}

#main .box p{
color: white;
position: absolute;
bottom: 10px;
left: 10px;
z-index: 3;
letter-spacing: normal;
padding-right: 10px;
}

@media(max-width:1450px){
#main .txt{
padding:5vw min(4vw,40px) 15vw;
}

#main h1 {
  font-size: 36px;
}
}

@media(max-width:1250px){
#main h1 {
  font-size: 32px;
}
}

@media(max-width:900px){
#main {
  flex-wrap: wrap;
  margin-top: 0px;
}

#main .txt {
  padding: 40px 30px 0px;
  width: 100%;
}

#main .img {
  width: 100%;
  height: 55vw;
}

#main .img3 {
  position: initial;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 27.5px 40px;
}

#main .box {
width: 33.33%;
max-width: 100%;
max-height: 100%;
height: 29vw;
margin: 0px 2.5px;
}
}

@media(max-width:550px){
#main h1 {
  font-size: 28px;
  padding-bottom: 20px;
}

#main .txt {
  padding: 8vw 20px 0px;
  width: 100%;
}

#main p.bold {
  font-size: 16px;
  margin-bottom: 15px;
}
#main .img3 {
  padding: 0px 15px 40px;
}
#main .box p {
font-size: 14px;
}
}

/*-------------------------------ニュース-----------------------------*/
#news{
border-bottom: 1px solid black;
display: flex;
}

#news p:first-of-type{
background-color: #5f75c2;
color: white;
padding: 30px 0px;
text-align: center;
width: 125px;
box-sizing: border-box;
font-family: 'Figtree', sans-serif;
}

#news p:last-of-type{
padding: 25px 40px;
box-sizing: border-box;
width: calc(100% - 125px);
}

#news a{
width: calc(100% - 54vw);
display: flex;
padding-top: 3px;
}

#news p:last-of-type span:first-of-type{
font-family: 'Figtree', sans-serif;
padding-top: 3px;
}

#news p:last-of-type span:last-of-type{
margin-left: 30px;
}


@media(max-width:1250px){
#news p:last-of-type {
  padding: 25px 20px;
}

#news p:last-of-type span:last-of-type {
  margin-left: 20px;
}
}

@media(max-width:900px){
#news a {
  width: 100%;
}
}

@media(max-width:550px){
#news p:first-of-type {
  width: 80px;
  padding: 20px 0px;
}

#news p:last-of-type {
  padding: 15px 15px;
  width: calc(100% - 80px);
  font-size: 15px;
}

#news a {
  flex-direction: column;
}

#news p:last-of-type span:last-of-type {
  margin-left: 0px;
  margin-top: 3px;
}
}

/*------------------------------説明-----------------------------*/
#about {
text-align: center;
margin: 130px auto 120px;
box-sizing: border-box;
padding: 0px 30px;
}

#about h2 {
font-size: 27px;
font-weight: 600;
margin: 0px 0px 50px;
line-height: 160%;
}

#about hr{
border: none;
width: 115px;
height: 1px;
background-color: #535353;
margin-bottom: 50px;
}

#about p.blue {
font-size: 19px;
font-weight: 600;
color: #0f76c6;
margin-bottom: 35px;
}
@media(max-width:650px){
#about hr {
  margin-bottom: 30px;
}

#about h2 {
  font-size: 25px;
  margin: 0px 0px 30px;
}

#about hr {
  width: 95px;
}

#about {
  margin: 100px auto 90px;
}
}

@media (max-width: 650px) {
  #about {
    margin: 80px auto 60px;
  }
}

@media(max-width:450px){
#about .orik{
display: inline-block;
}
}

/*------------------------------タイトル-----------------------------*/
.common-ttl{
text-align: center;
margin-bottom: 70px;
}

#out .common-ttl{
text-align: center;
margin-bottom: 25px;
}

.common-ttl h3{
font-size: 27px;
font-weight: 600;
margin-bottom: 5px
}

.common-ttl p{
font-size: 13px;
color: #0f76c6;
letter-spacing: 5px;
font-weight: 600;
}

.sankaku {
  border-top: 90px solid #5f75c2;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  height: 0;
  width: 0;
  margin: 0 auto 10px;
}

@media(max-width:650px){
.common-ttl {
  margin-bottom: 50px;
}
}

@media(max-width:450px){
.sankaku {
  border-top: 70px solid #5f75c2;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
}

.common-ttl h3 {
  font-size: 25px;
}
}

/*------------------------------説明-----------------------------*/

#info {
background-color: #ecf1f5;
width: 100%;
padding-bottom: 125px;
}


#info .tochi{
position: relative;
max-width: 920px;
width: calc(100% - 60px);
border-radius: 10px;
margin: 0px auto;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
background-color: white;
	text-align: center;
}
.tochi .kukaku_noTXT {margin-bottom: 15px;}
.tochi .kukaku_noTXT div {
	width: 50%;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}


#info table{
max-width: 810px;
width: calc(100% - 60px);
border-radius: 10px;
border-spacing:0;
margin: 30px auto 85px;
}

#info table td{
text-align: center;
background-color: white;
padding: 15px 0px;
border-bottom: solid #5f75c2 2px;
border-right: solid #5f75c2 2px;
}

#info table tr:first-of-type td{
background-color: #5f75c2;
color: white;
}

#info table tr td:first-of-type{
border-left: solid #5f75c2 2px;
}

#info table td span{
background-color: #5f75c2;
color: white;
border-radius: 50%;
width: 25px;
height: 25px;
align-items: center;
display: flex;
justify-content: center;
margin: 0px auto;
font-size: 25px;
font-weight: 600;
padding-bottom: 4px;
box-sizing: border-box;
}

#info table tr:first-of-type td:first-of-type{
border-top-left-radius: 10px;
}

#info table tr:first-of-type td:last-of-type{
border-top-right-radius: 10px;
}

#info table tr:last-of-type td:first-of-type{
border-bottom-left-radius: 10px;
}

#info table tr:last-of-type td:last-of-type{
border-bottom-right-radius: 10px;
}


#info .kukaku{
display: flex;
max-width: 1400px;
margin: 0px auto;
padding: 0px 5px;
box-sizing: border-box;
flex-wrap: wrap;
}

#info .box{
width: calc(33.33% - 50px);
margin: 0px 25px 60px;
}


#info .box p{
padding: 10px 0px 10px 25px;
position: relative;
}

#info .box p:before{
content: "";
background-color: #5f75c2;
position: absolute;
top: 0px;
left: 0px;
width: 10px;
height: 100%;
}


#info .img{
border-bottom-left-radius: 30px;
overflow: hidden;
position: relative;
height: 21vw;
max-height: 315px;
}

#info .img img{
width: 100%;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
object-fit: cover;
}

@media(max-width:1400px){
#info .kukaku {
  padding: 0px 10px;
}
#info .box {
  margin: 0px 20px 60px;
  width: calc(33.33% - 40px);
  }
}

@media(max-width:900px){
 #info .kukaku {
    padding: 0px 15px;
  }
 #info .box {
    margin: 0px 15px 50px;
	width: calc(33.33% - 30px);
  }
   #info .kukaku {
    padding: 0px 10px;
  }
}

@media(max-width:700px){
#info .box p {
  padding: 10px 0px 10px 15px;
}
#info .box {
    margin: 0px 10px 50px;
	width: calc(50% - 20px);
  }
  
  #info .img {
  height: 38vw;
}
}

@media(max-width:550px){
#info table{
width: calc(100% - 40px);
}

#info .tochi{
width: calc(100% - 40px);
}
}

@media(max-width:450px){
 #info .kukaku {
	flex-wrap: wrap;
  }
  #info .box {
  width: 100%;
  margin: 0px 10px 50px;
}

#info .img {
  height: 250px;
}

#info {
  padding-bottom: 55px;
}


}


/* Mobile Layout: ～520px
--------------------------------*/

#info .tochi {padding: 15px;}

#info .tochi img{max-width: 100%;}


@media only screen and (min-width: 521px) {
	
#info .tochi {padding: 20px;}
#info .tochi img{max-width: 540px;}
	
}@media only screen and (min-width: 961px) {


	
	
}





/*------------------------------周辺環境-----------------------------*/
#location{
margin-bottom: 90px;
}

#location .env{
max-width: 990px;
margin: 0px auto;
display: flex;
flex-wrap: wrap;
}

#location .box{
width: calc(33.33% - 60px);
margin: 0px 30px;
text-align: center;
margin-bottom: 35px;
box-sizing: border-box;
}

#location .box2{
margin-bottom: 25px;
border-radius: 10px;
border: 1px solid #b5b5b5;
box-sizing: border-box;
padding: 20px 10px 5px;
overflow: hidden;
display: flex;
  align-items: center;
  justify-content: center;
  max-height: 120px;
}

#location .txt{
margin-bottom: 15px;
}

#location .txt p:first-of-type{
margin-bottom: 10px;
}

#location p.wiki{
font-size: 11px;
color: #646464;
text-align: left;
box-sizing: border-box;
  padding: 5px;
	 word-break: break-all;
}

#location .txt span{
background-color: #434343;
color: white;
font-size: 14px;
border-radius:4px;
padding: 0px 2px 1px;
}

#location .img{
position: relative;
height: 13vw;
max-height: 200px;
border-radius: 10px;
overflow: hidden;
min-height: 100px;
}

#location .img img{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
object-fit: cover;
}

#location br.orik{
display: none;
}

@media(max-width:900px){
#location .box {
  width: calc(33.33% - 30px);
  margin: 0px 15px 30px;
}

#location .env {
  box-sizing: border-box;
  padding: 0px 15px;
}
}

@media(max-width:768px){
#location .box {
    width: calc(50% - 20px);
    margin: 0px 10px 30px;
  }
  
  #location .img {
  position: relative;
  height: 50vw;
  max-height: 200px;
}
}

@media(max-width:650px){
 #location .env {
    padding: 0px 10px;
  }

location .box2 {
  padding: 10px 10px 0px;
}
}

@media(max-width:450px){
  #location .box {
    width: calc(100% - 20px);
    margin: 0px 10px 30px;
  }
  
   #location .box2 {
    margin: 0px 10px 30px;
  }
  
    #location br.orik{
display: none;
}

#location .img {
  position: relative;
  height: 50vw;
  max-height: 200px;
}
}

/*------------------------------物件概要-----------------------------*/
#out {
background-color: #ecf1f5;
box-sizing: border-box;
padding: 0px 30px 120px;
}

.twin_table {
	max-width: 1200px;
	margin: 25px auto;
}
.gaiyo_tableL, .gaiyo_tableR {
	margin: 0 2%;
	width: 48%;
}
.gaiyo_tableL {float: left;}
.gaiyo_tableR {float: right;}


#out .table{
max-width: 815px;
border-radius: 15px;
overflow: hidden;
margin: 25px auto 0px;
background-color: #5f75c2;
}

#out .table p:first-of-type{
color: white;
font-size: 15px;
padding: 15px 25px;
}

#out .container {
box-sizing: border-box;
padding: 40px;
background-color: white;
border-radius: 10px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border: 3px solid white;
}

#out table {
border-collapse: collapse;
width: 100%
}

#out table tr{
border-top: 1px solid #a0a0a0;
}
#out table td{
border-bottom: 1px solid #a0a0a0;
padding: 10px 0px 10px 20px;
}

#out table td:first-of-type{
background-color: #ecf1f5;
width: 145px;
box-sizing: border-box;
}


#out .gaiyo_tableL table td:first-of-type, #out .gaiyo_tableR table td:first-of-type {
width: 130px;
}


@media(max-width:650px){
#out {
  padding: 0px 20px 120px;
}

#out .container {
  padding: 30px;
}

#out {
  padding: 0px 20px 90px;
}
	
	
.gaiyo_tableL, .gaiyo_tableR {
	margin: 0;
	width: 100%;
}
.gaiyo_tableL {float: none;}
.gaiyo_tableR {float: none;}
	
	
}

@media(max-width:450px){
#out table td:first-of-type {
  width: 100%;
  border-bottom: none;
}
#out .gaiyo_tableL table td:first-of-type, #out .gaiyo_tableR table td:first-of-type {
width: 100%;
}
	
#out table td{
display: block;
}
#out table{
display: block;
}
#out .container {
    padding: 30px 20px;
  }
}


/*------------------------------周辺マップ-----------------------------*/
#access{
text-align: center;
max-width: 1000px;
box-sizing: border-box;
padding: 0px 30px;
margin: 0px auto 70px;
}

#access iframe{
width: 100%;
height: 450px;
}

#access .container {
display: flex;
margin-top: 60px;
}

#access .blue {
color: white;
display: flex;
align-items: center;
justify-content: center;
background-color: #4376d5;
border: solid 1px #4376d5;
transition: 0.5s;
}

#access .blue:first-of-type{
width: calc(50% - 30px);
margin-right: 30px;
font-size: 19px;
font-weight: 600;
}

#access .blue:first-of-type span.tel{
font-size: 35px;
font-family: 'Figtree', sans-serif;
}

#access .blue:first-of-type img{
width: 30px;
height: 40px;
margin-left: 10px;
}

#access .blue:first-of-type p:first-of-type{
display: flex;
align-items: center;
margin-bottom: 10px;
}

#access .blue:last-of-type{
width: calc(50% - 30px);
margin-left: 30px;
background-color: #4376d5;
font-size: 27px;
font-weight: 600;
}

#access .blue:last-of-type:hover{
background-color: #34599d;

}

#access .blue:last-of-type img{
width: 50px;
height: 50px;
margin-left: 15px;
}

#access .blue:last-of-type a{
display: flex;
align-items: center;
}

#access .blue a{
padding: 30px 10px;
}

@media(max-width:900px){
#access .blue:first-of-type {
  width: calc(50% - 10px);
  margin-right: 10px;
}

#access .blue:last-of-type {
  width: calc(50% - 10px);
  margin-left: 10px;
}

#access .container {
  margin-top: 20px;
}

#access .blue:first-of-type span:first-of-type{
width: 100%;
}

#access .blue:first-of-type p:first-of-type {
  flex-wrap: wrap;
  justify-content: center;
}
}

@media(max-width:768px){
#access .blue:first-of-type span.tel {
  font-size: 30px;
}

#access .blue:first-of-type {
  font-size: 16px;
}

#access .blue:first-of-type img {
  width: 25px;
  height: 35px;
}
#access .blue:last-of-type {
  font-size: 22px;
}

#access .blue a{
  padding: 20px 10px;
}
}

@media(max-width:650px){
#access iframe {
  width: 100%;
  height: 300px;
}

#access .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#access .blue:first-of-type {
  width: 315px;
  margin-right: 0px;
}

#access .blue:last-of-type {
  width: 315px;
  margin-left: 0px;
  margin-top: 20px;
}
}

@media(max-width:400px){
#access iframe {
  width: 100%;
  height: 260px;
}

#access .blue:first-of-type {
  width: 100%;
}

#access .blue:last-of-type {
  width: 100%;
}
}

/*-----------------------------------------------------------*/

#b100 {
width: 100%;
display: flex;
}

#b100 .img{
position: relative;
width: 50%;
}

#b100 .img img{
object-fit: cover;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

#b100 .right{
padding: 100px 75px 3.3vw;
box-sizing: border-box;
background-color: #5f75c2;
color: white;
width: 50%;
}

#b100 .right p:first-of-type{
font-size: 38px;
font-family: 'Shippori Mincho B1', serif;
margin-bottom: 30px;
}

#b100 .right p:last-of-type{
padding-top: 70px;
}

@media(max-width:900px){
#b100 .right {
  padding: 50px 30px 50px;
}

#b100 .right p:last-of-type {
  padding-top: 50px;
}
}

@media(max-width:650px){
#b100 {
  flex-wrap: wrap;
}

#b100 .img {
  position: relative;
  width: 100%;
  height: 315px;
}

#b100 .right {
    padding: 50px 30px 50px;
	width: 100%;
  }
  
  #b100 .right p:first-of-type {
  font-size: 32px;
}
}

@media(max-width:400px){
#b100 .right p:first-of-type {
    font-size: 30px;
	margin-bottom: 20px;
  }
}

/*-----------------------------バナー------------------------------*/

#bunner {
max-width: 1060px;
margin: 120px auto;
text-align: center;
box-sizing: border-box;
padding: 0px 30px;
}

#bunner a.blue {
background-color: #4376d5;
color: white;
padding: 25px;
border-radius: 50px;
margin: 30px auto 80px;
max-width: 470px;
font-size: 24px;
font-weight: 600;
transition: 0.5s;
}

#bunner a.blue:hover {
background-color: #34599d;
}

#bunner a.blue br.orik{
display: none;
}

#bunner a:last-of-type{
margin-top: 5px;
}

#footer {text-align: center;}
#footer p span {display: inline-block;}

@media(max-width:650px){
#bunner a.blue {
  font-size: 20px;
  padding: 15px;
}

#bunner {
  margin: 100px auto;
}
}


@media(max-width:450px){
#bunner {
  max-width: 1060px;
  margin: 100px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 20px;
}
#bunner a.blue br.orik{
display: block;
}
}

#footer {
display: flex;
justify-content: center;
padding-bottom: 20px;
}

@media(max-width:1250px){
#footer {
flex-direction: column;
align-items: center;
}

#footer p:nth-of-type(2){
margin: 10px 0px;
}
}