@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	/*font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;フォントのウェイトを指定するとFirefoxで認識できない*/
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	line-height: 2;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.url-text {
  overflow-wrap: anywhere;
}

/*上の隙間を10減らす*/
.mt-10{margin-top:-10px;}

/*上の隙間を20減らす*/
.mt-20{margin-top:-20px;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #d69700;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

a:hover .overwhite{
    filter: alpha(opacity=100);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";  /* ie 8 */
    -moz-opacity:1;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;              /* Safari 1.x */
    opacity:1;
    zoom:1;
}

/*inner,contents
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}



.contents{
	max-width:900px;
	width:100%;
	margin-right: auto;
	margin-left: auto;}


.contents p {
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 10px;
}

.contents section + section {
	margin-top: 20px;
}

/*アイコン設定*/
.contents i{
	margin-right: 10px;
	color:#1E81CE;
}


/*ヘッダー＆フッター
---------------------------------------------------------------------------*/

header{
	max-width:1200px;
	width:100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;}

header img{
	width: 100%;
}

footer {
	width: 100%;
	max-width: 1200px;
	clear: both;
	font-size: 12px;	/*文字サイズ*/
	color: #b8b8b8;	/*文字色*/
	background: #03070F;	/*背景色*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
}
/*リンクテキスト*/
footer a {
	color: #b8b8b8;	/*文字色*/
	text-decoration: none;
}
/*リンクのマウスオン時*/
footer a:hover {
	color: #fff;
}
footer img{
	width: 230px;
	margin-top:30px;
	margin-bottom:20px;}

#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
	font-size: 12px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
}
/*リンクテキスト*/
#copyright a {text-decoration: none;color: #fff;}



/*各項の設定
---------------------------------------------------------------------------*/

/*タイトル大きい文字*/
.contents h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	font-weight: bold;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
}
.contents h1 span{
	font-size: 60%;}

/*プラン名*/
.contents h2 {
	font-size: 18px;
	font-weight: bold;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 15px;	
	line-height: 1.6;
}
.contents h2.blue {
	margin-top: 30px;
	color: #4472C4;
	}

.contents h2.p-name {
	font-size: 22px;
	font-weight: bold;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}

/*プレゼント*/
.contents h3 {
	font-size: 22px;
	font-weight: bold;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 20px;
	line-height: 1.6;
}

/*価格枠*/
.contents .price-box{
	width: 380px;
	border: 3px solid #C30;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.contents .price-box-l{
	width: 400px;
	border: 3px solid #C30;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.contents .price-box-l +  .price-box-l {
	margin-top: 0px!important;
}

.contents .title{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.contents .title-l{
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.contents .row{
    display:grid;
    grid-template-columns: 60px 1fr;
    align-items:center;
    margin-bottom:10px;
}

.contents .label{
    font-size:18px;
    font-weight:bold;
	white-space: nowrap;
}
.contents .label-l{
    font-size:16px;
    font-weight:bold;
	white-space: nowrap;
}

.contents .amount{
	white-space: nowrap; 
	text-align: right!important;
}

.contents .price{
    font-size:46px;
    font-weight:bold;
    line-height:1;
	color: #C30;
}

.contents .yen{
    font-size:24px;
    font-weight:bold;
	color: #C30;
}

.contents .tax{
    font-size:16px;
	color: #C30;
}
.contents .chusyaku{
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
.contents .chusyaku-l{
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}


/*問い合わせ*/
.contents .info-b-1,.contents .info-b-2{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.contents .info-b-1 img{
	width: 49%;
	padding-right:1%;
	text-align: center;	
}
.contents .info-b-2 img{
	width: 70%;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
	margin-bottom: 2em
}


/*600以下で改行（それ以上は改行しない）*/
.tm{
	display: none;}
	
.mt50{
	margin-top:30px}

.sh {display:none;}
.pc {display:block;}

.cent{
	text-align:center}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
	
body {
	line-height: 2;
}	
.contents {
	width: 94%;
	margin-right: 2%;
	margin-left: 2%;
	}	
.inner{
	width: 100%;}
	

/*contents
---------------------------------------------------------------------------*/

.contents section{
	width: 100%;
	}
	
/*各項の設定
---------------------------------------------------------------------------*/

/*場所名*/
.contents h1 {
	font-size: 32px;
}

/*改行をなくす→もっと小さい場合も改行なくしたまま*/
.tm2{
	display: none;}
	
.sh {display:block;}
.pc {display:none;}

}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 15px;
	line-height: 1.8;
}
.contents h1 {
	font-size: 26px;
	text-align: left;}

/*プラン名（青文字）*/
.contents h2 {
	font-size:17px;

}

.contents h2.p-name {
	font-size: 19px;

}

/*プレゼント*/
.contents h3 {
	font-size: 19px;
}


/*価格枠*/
.contents .price-box,.contents .price-box-l{
	width: 80%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom:15px;
	padding-left: 20px;
}

.contents .label-l{
    font-size:14px;
}

.contents .price{
    font-size:40px;
}

.contents .yen{
    font-size:20px;
}

.contents .tax{
    font-size:14px;
}
.contents .chusyaku-l{
	font-size: 13px;
}

/*問い合わせ*/
.contents .info-b-1,.contents .info-b-2{
	width: 90%;}


/*改行をなくす→もっと小さいとまた改行する*/
.tm{
	display: block;}


}

