@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #333333;
	background: #fff;
	font-family: 'Noto Sans JP', Arial, Verdana, "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.9;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 30px;
}

#mainnav a{
	color: #FFF;
}

#mainImg{
　/*追加設定*/	
  text-align: center;
  /*設定解除
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;*/
}

#mainImg img{
　/*設定解除
　position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;*/
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 14px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}
.img_none{
	max-width: 750px;
	height: auto;
}

/*追加　SDGs画像100%解除用*/
.imgSDGs{
	max-width: 350px;
	height: auto;
}


section{
	clear:both;
	padding-top: 30px;
}

section h2{
	font-size: 1.5em;
	font-weight:bold;
	text-align: center;
	background-size: 1px 1px;
	background-color: #00a0e9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}
@media only screen and (max-width: 750px) {
section h2{
	font-size: 20px;
}
}


.inner{
	width: 94%;
	padding-bottom: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.innerS{
	width: 80%;
	padding-bottom: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.col3 li{
	line-height: 1.5;
	margin-top: 20px;
}

.col3 .img{
	line-height: 0 !important;
}
#sec04 {
	background-image: url(../images/index/menubackimg.jpg);
}
.txt_pointColor {
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: bold;
	color: #00a0e9;
	padding-bottom: 10px;
	padding-top: 5px;
}
.txt_point {
	font-size: 1.2em;
	line-height: 1.3;
	padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
.txt_point {
	font-size: 18px;
}
}

#sec04_02{
	background: url(../dream-clean.jp/images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

/*フッターリンクで追加*/
.col2half li{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:16px;/*変更*/
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
		background-color: #00a0e9;/*背景色追加*/
		margin-top: 10px;/*上・左右・下マージン追加*/
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 20px;/*調整　初期値50px 25px*/
		font-size: 18px;/*変更*/
	}
	/*追加設定*/
	#mainnav li a:hover, .active{
	color:#BAD9E8;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 55%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 40%;
		padding-right: 4%;
	}
	
	
	.col2half li{
		width: 48%;
		vertical-align: top;
		padding-left: 1%;
	}
	.col2half li:first-child{
		width: 48%;
		padding-right: 1%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.5;/*1.7*/
		padding: 30px 30px 0;/*imgについてた設定をここに追加*/
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		/*padding: 30px;画像とテキストの余白を同じにするためにli全体に同数値の余白を追加下からここのは不要*/
		margin-bottom: 20px;
	}
	/*#gallery li{
		float: none;
		width: 100%;
	}*/
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	
	/*中央寄せ追加*/
	.col2 li{
		text-align: center;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 70px;/*panel〜画像間の調整*/
		/*z-index: -100;*/
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 20px;/*spヘッダー下余白調整*/
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}




/*追加設定
------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: inline !important;
}
.sp {
	display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*改行指定 */
.br-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}
/*改行指定 //*/


/* youtubeレスポンシブ */
.video{
	position:relative;
	padding-top: 56.25%;
	height: 0;
    overflow: hidden;
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


/*マウスオーバーで透過*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*クリック発信*/
a#tel {
	position: fixed;
	width: 200px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	left:50%;
	bottom: 10px;
	margin-left:-100px;
	display: block;
	background: rgba(118,118,118,.7);/*背景色変更*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	z-index: 99;
	font-weight: bold;
}
 
a#tel:hover{
  background: rgba(118,118,118,.9);/*背景色変更*/
}
/*スマホのみ表示*/

@media screen and (min-width: 768px) {
a#tel {
	display: none;
}
}
@media screen and (min-width:960px) {
a#tel {
	display: none;
}
}
/**/

/*ページ先頭へ*/
.page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #00a0e9;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	width: 30px;
	padding: 10px;
	font-size: 18px;
	line-height: 30px;
	z-index: 99;/*画像かぶり回避のため設定*/

}
.page-top:hover{
	opacity: 0.8;
	background-color: #74C3E8;
}


/*mainImgにテキストのせる*/
.box
{
    position: relative;
}

.box div.text
{
	position: absolute;
	left: 70px;
	top: 50px;
	font-size: 1.3em;
	/*ぼかし設定*/
	color          : #0066CC;/* 文字間 */
	text-shadow    : 
       2px  2px 2px #ffffff,
      -2px  2px 2px #ffffff,
       2px -2px 2px #ffffff,
      -2px -2px 2px #ffffff,
       2px  0px 2px #ffffff,
       0px  2px 2px #ffffff,
      -2px  0px 2px #ffffff,
       0px -2px 2px #ffffff;/* 文字の影 */
	display: inline-block;
	letter-spacing: 1px;
	font-weight: normal;
}

@media only screen and (max-width: 750px) {
.box div.text
{
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 14px;
}
}

.message {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 750px) {
.message {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
}

section h1 {	/*font-family: 'Pacifico', cursive;設定解除*/
	font-size: 1.8em;
	font-weight:bold;
	text-align: center;
	background-size: 1px 1px;
	margin-right: auto;
	margin-left: auto;
	color: #00a0e9;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
section h1 {
	font-size: 22px;
}
}

/*リンクボタン1*/
a.btn-frame01 {
	border-radius: 0;
	text-decoration: none;
	background-color: #00a0e9;
	color: #FFFFFF;
	text-align: center;
	border: thin solid #00a0e9;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}

a.btn-frame01:hover {
	color: #00a0e9;
	border: thin solid #00a0e9;
	background-color: #FFFFFF;
}

/*リンクボタン2*/
.arrow_btn {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	border:1px solid #333;
	transition: transform ease .3s;
	color: #333;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 5%;
	padding-left: 5%;
	margin-left: 5px;
}
.arrow_btn:hover {
	cursor: pointer;
	text-decoration: none;
	border: thin solid #e85471;
}
.arrow_btn span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}
.arrow_btn:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}

/*リンクボタン3*/
.simple_square_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #00a0e9;
}
.simple_square_btn:hover {
	cursor: pointer;
	text-decoration: none;
	-webkit-animation: simple_square_btn 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: simple_square_btn 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: simple_square_btn 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	background-color: #74C3E8;
	color: #fff;
}
@-webkit-keyframes simple_square_btn{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-moz-keyframes simple_square_btn{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes simple_square_btn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

/*みどり*/
.simple_square_btng {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #67BA68;
	font-size:1.5em;
}
.simple_square_btng:hover {
	cursor: pointer;
	text-decoration: none;
	-webkit-animation: simple_square_btng 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: simple_square_btng 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: simple_square_btng 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	background-color: #67BA68;
	color: #fff;
}
@-webkit-keyframes simple_square_btng{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-moz-keyframes simple_square_btng{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes simple_square_btng {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}


/*ピンク*/
.simple_square_btnp {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #F3ADCB;
	font-size:1.5em;
}
.simple_square_btnp:hover {
	cursor: pointer;
	text-decoration: none;
	-webkit-animation: simple_square_btnp 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: simple_square_btnp 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: simple_square_btnp 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	background-color: #F3ADCB;
	color: #fff;
}
@-webkit-keyframes simple_square_btnp{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-moz-keyframes simple_square_btnp{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes simple_square_btngp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

/*//////////////////////////////////////////*/
.company {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 15px;
}


/*バナー上に文字のせ　センター*/
.example {
	position: relative;
	text-align: center;
  }

.example p {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #fff;/*背景色*/
	padding: 5px 10px;/*文字周りの余白*/
	background-color: #00a0e9;
	font-size: 1.2em;
  }
@media only screen and (max-width: 750px) {
.example p {
	font-size: 14px;
}
}

.example img {
	width: 100%;
  }

.imgBackShadow{
box-shadow: 0 0 5px gray;
}
.comments {
	font-size: 0.9em;
	padding-left: 44px;
	line-height: 1.4;
}
.namber {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #00a0e9;
	color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	margin-right: 10px;
}

/*会社概要テーブル設定*/
.table2 {
	border-collapse: collapse;
	width:100%;
	margin-bottom: 30px;
	margin-top: 40px;
}
.table2 th {
	width:25%;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #f0f0f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.table2 td {
	width:75%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.ul03 {
	list-style-type: circle;
	padding-left: 20px;
}

.ul02  {
	list-style-type: disc;
	padding-left: 40px;
}


/*googleカレンダー*/
.cal_wrapper {
	max-width: 960px;
	min-width: 300px;
	margin-top: 2.0833%;
	margin-right: auto;
	margin-bottom: 2.0833%;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}
hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00a0e9;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*もどるボタン*/
a.btn-frame01 {
	border-radius: 0;
	text-decoration: none;
	background-color: #fff;
	color: #00a0e9;
	text-align: center;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	border: thin solid #00a0e9;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: 300;
}

a.btn-frame01:hover {
	color: #fff;
	border: thin solid #00a0e9;
	background-color: #00a0e9;
}
.clender {
	font-size: 1.5em;
	font-weight: 600;
	padding-top: 10px;
}


/************************************************
　一般向けメニュー＆価格　2025.8.6追加
*************************************************/

#menu_price{
	text-align: center;
}

#menu_price .hr_ttl{
	border-bottom: 2px solid #00a0e9;
	margin-bottom: 20px;
}

#menu_price .menuImg{
	border-radius: 25px;
}

/* 文字　*/
.f35{
	font-size: 1.8em;
	color: #00a0e9;
}
.f33{
	font-size: 1.6em;
	color: #00a0e9;
}
.f33op{
	font-size: 1.3em;
	color: #00a0e9;
	margin-top: -10px;
}
.f24{
	font-size: 1.4em;
}


/*　囲み枠　*/
#menu_price .box01{
	display: inline-block;
	background: #00a0e9;
	color: #fff;
	padding: 0 15px;
	margin: 10px;
	font-size: 2em;
	font-weight: 600;
}
#menu_price .box02{
	border: 4px solid #00a0e9;
	border-radius: 25px;
	padding: 10px 15px;
	margin: 10px;
}

.menu_col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

/*　応急処置　*/
.indent_pconly{
	padding-top: 10px;
}

/*//////// メディアクエリ　////////*/
@media only screen and (max-width: 769px) {
	.f35{
		font-size: 22px;
		line-height: 1.5;
	}
	.f33{
		font-size: 20px;
		line-height: 1.4;
	}
	.f33op{
		font-size: 16px;
	}
	.f24{
		font-size: 18px;
		line-height: 1.5;
}
}


@media only screen and (max-width: 640px) {
	.menu_col2 li {
		margin: 5px 0; /* スマホのときに行間を詰める */
	}
}
@media only screen and (min-width: 641px){
	.menu_col2 li{
		width: 47%;
		vertical-align: top;
	}
}


