@charset "utf-8";

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

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #444;	/*全体の文字色*/
	/*font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/	/*フォント種類*/
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #f5f4f0;	/*背景色*/
	-webkit-text-size-adjust: none;
}
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;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.fmin {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.2s;
}
a:hover {
	color: #6aabe8;
	text-decoration: none;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background: #2957B6;	/*9BCEEC 背景色　カレントと色合わせてる*/
	position: relative;z-index: 40;
}
/*トップページのヘッダー*/
#top header {
	position: relative;z-index: 10;
	/*min-height: 100%;*/
	margin-bottom: -72px;	/*メニューの高さ（「#menubar ul li aのline-height: 70px;」と「#menubarのborderの上下2px分」）を合計した数字を設定する*/
	background: #fff;/*背景色*/
}
/*h1画像（トップページ以外で使用するロゴ画像）*/
header h1 {
	visibility: hidden;
	height: 10px;
}
header h1 img {
	width: 250px;	/*画像幅*/
	padding: 10px 5%;	/*上下、左右への余白*/
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	/*text-indent: -9999px;*/
	/*position: fixed;*/	/*スクロールしても固定表示させる指定*/
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/top/mainimg_s.jpg) no-repeat center center;	/*背景画像（古いブラウザ用）*/
	/*background: url(../images/mainimg.jpg) no-repeat center center / cover;*/	/*背景画像*/
	/*add↓*/
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 44.11%;
    background: url('../images/top/mainimg.jpg') 0 0 no-repeat;
    background-size: contain;
    position: relative;
}


/*tel
---------------------------------------------------------------------------*/
#telpc {
	position: absolute; 
	z-index: 25;
	width: 100%;
	top: 0%;
	text-align: right;
	color: #000;	/*文字色*/
	background: rgba(255,255,255,0.8);
	height: 50px;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 justify-content:flex-end; /* 右寄せ*/

}
#telpc  .teltext1 {
  background-color: #FF473D;
  color: #FFF;
  padding: 2px 16px 2px 16px; /*[上][右][下][左]*/
  border-radius: 10px;
}
#telpc  .teltext2 {
	font-size: 12px;
	padding-right: 30px;
	padding-left: 20px;	
}

#telpc a {
	text-decoration:none;
	font-size: 26px;
	padding-left: 20px;	
	font-family: 'Heebo', sans-serif;
	font-weight: 800;
	color: #FF473D;	
}

.slicknav_menu #telp {
	z-index: 55;
	margin-top:3px;
}
.slicknav_menu #telp .tel-icon {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #FF473D;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  padding: 4px 16px 4px 16px; /*[上][右][下][左]*/
  border-radius: 4px;
}
.slicknav_menu #telp i {
  font-size: 16px;
  
}
/*h1　（トップページのメイン画像上に出てくるサイト名）
---------------------------------------------------------------------------*/
#top header h1 {
	visibility: visible;/*リセット*/
	height: initial;/*リセット*/
	height: auto;/*リセット*/
	color: #fff;	/*文字色*/
	text-align: center;	/*テキストを中央に*/
	/*position: fixed;*/	/*スクロールしても固定表示させる指定*/
	/*left: 0%;	*/		/*左から0%の場所に配置*/
	/*top: 60%;	*/	/*下から35%の場所に配置*/
	width: 100%;		/*幅*/
	/*animation-name: move-h1;*/	/*アニメーションのキーフレーム（下）で指定しているkeyframesの名前（move-h1）*/
	/*animation-duration: 0.5s;*/	/*アニメーションの実行時間。0.5秒。*/
	/*animation-delay: 1.5s;*/		/*1.5秒遅れて開始させる*/
	/*animation-fill-mode: both;*/	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
}
#top header h1 img {
	width: 300px;
}
.catch {
	display: block;
	font-size: 26px;
	line-height: 1.2em;
	text-shadow: #fff 0 0 2px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	margin-bottom: 40px;
}


/*トップページ
---------------------------------------------------------------------------*/
/*ボックス*/
#topics {
	/*background: #06F;*/	/*背景色*/
	background: rgba(0,102,255,0.5);
	color: #fff;		/*文字色*/
	/*position: fixed;*/	/*スクロールしても固定表示させる指定*/
	width: 100%;		/*幅*/
	text-align: center;	/*文字を中央に*/
	padding: 20px 0px;	/*上下、左右へのボックス内の余白*/
	animation-name: move-topics;	/*アニメーションのキーフレーム（下）で指定しているkeyframesの名前（move-topics）*/
	animation-duration: 0.3s;		/*アニメーションの実行時間。0.3秒。*/
	animation-delay: 2s;		/*2秒遅れて開始させる*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	top: 40%;	/*古いブラウザ用にフィニッシュの場所を指定しておく下から15%の場所でフィニッシュ*/
	position: absolute; /*add*/
}

/*アニメーションのキーフレーム*/
@keyframes move-topics {
0% {
	opacity: 0;		/*透明度0%*/
	top: 0%;		/*下から0%の場所からスタート*/
}
100% {
	opacity: 1;		/*透明度100%*/
	top: 40%;	/*下から15%の場所でフィニッシュ*/
}
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;z-index: 30;
	border-top: 1px solid #9c9c9c;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #9c9c9c;	/*下の線の幅、線種、色*/
	text-align: center;	/*文字を中央に*/
    box-sizing: border-box;
}
#menubar ul {
	background: #fff;	/*背景色*/
	overflow: hidden;
}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: left;	/*左に回り込み*/	
	width: 25%;		/*幅。100÷4=25*/
	height: 72px;
	}
#menubar ul li a {
	text-decoration: none;display: block;
	border-left: 1px dotted #131304;	/*左側の線の幅、線種、色*/
	line-height: 50px;	/*高さ（行間）*/
	margin: 10px 0;		/*上下、左右、aタグの外側にに空けるスペース。*/
	color: #131304;
}
#menubar ul .current {
	border-bottom: 5px solid #2957B6;
    box-sizing: border-box;
}
#menubar ul li:hover {
	border-bottom: 5px solid #9BCEEC;
    box-sizing: border-box;
}
#menubar ul li:first-child a {
	border-left: none;	/*１個目のメニューの左の線を消す指定*/
}
/**/
#menubar i {
	margin-right: 1.5em;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
.slicknav_menu { display:none;/*PC時は非表示*/
}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }
/*メニューブロック*/
#subnavi_w,#subnavi_c,#subnavi_e,#subnavi_d{
    display: none;
}
#subnavi_w,#subnavi_c,#subnavi_e,#subnavi_d{
	text-align: center!important;
	position: fixed;/*サブメニュー出ても高さを出さない為*/
	left: 0;/*サブメニュー出ても高さを出さない為*/
	right: 0;/*サブメニュー出ても高さを出さない為*/
	border-bottom: 1px solid #9c9c9c;	/*下の線の幅、線種、色*/
}
#menubar #subnavi_w li, #menubar #subnavi_c li,#menubar #subnavi_e li, #menubar #subnavi_d li{
	float: none;	/*左に回り込み*/
	display: inline-block;
	height: 40px;
	width: initial;/*リセット*/
	width: auto;/*リセット*/
}
#menubar #subnavi_w li a , #menubar #subnavi_c li a,#menubar #subnavi_e li a , #menubar #subnavi_d li a  {
	line-height: 40px;	/*高さ（行間）*/
	margin: 0;		/*上下、左右、aタグの外側にに空けるスペース。*/
	padding-right: 20px;
	padding-left: 20px;
}
#menubar #subnavi_w li:hover, #menubar #subnavi_c li:hover,#menubar #subnavi_e li:hover, #menubar #subnavi_d li:hover {
	background-color : #9BCEEC;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	border-bottom: 1px solid #9c9c9c;	/*下の線の幅、線種、色*/
}
body.is-fixed #menubar.nav-fix-pos ul {
	/*background: rgba(255,255,255,0.95);*/
}
body.is-fixed .inner#first {
	margin-top: 72px;	/*メニューの高さ（「#menubar ul li aのline-height: 50px;」と「marginの計20px分」と、「#menubarのborderの上下2px分」）を合計した数字を設定する*/
}
/*上の３つのスタイルの「.is-fixed」を「.is-fixed-menu」と変更して同じスタイルを設定して下さい。*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	border-bottom: 1px solid #9c9c9c;	/*下の線の幅、線種、色*/
}
body.is-fixed-menu #menubar.nav-fix-pos ul {
	/*background: rgba(255,255,255,0.95);*/
}
body.is-fixed-menu .inner#first {
	margin-top: 72px;	/*メニューの高さ（「#menubar ul li aのline-height: 50px;」と「marginの計20px分」と、「#menubarのborderの上下2px分」）を合計した数字を設定する*/
}
/*wedding*/
#ssmenu {
	font-size: 0.8em;	
}
#ssmenu a {
	text-decoration: none;
}
/*PCサブメニュー*/
#submenu {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	text-align: center;	/*文字を中央に*/
}
#submenu ul {
	/*background: rgba(255,255,255,0.5);*/
	overflow: hidden;
}
#submenu ul li {
	display: inline-block;
	width: 20%;		
	}
#submenu ul li a {
	text-decoration: none;display: block;
	border-left: 1px solid #eee;	/*左側の線の幅、線種、色*/
	line-height: 50px;	/*高さ（行間）*/
	margin: 0;	
	color: #131304;
}
#submenu ul li:hover {
	background-color : #9BCEEC;
    box-sizing: border-box;
}
#submenu ul li:first-child a {
	border-left: none;	/*１個目のメニューの左の線を消す指定*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	position: relative;z-index: 20;
	background: #F7F7F4;/*背景色*/
}
/*innerにbg1スタイルを追加した場合の背景色*/
.inner.bg1 {
	background: #fff !important;
}
/*innerにbg2スタイルを追加した場合の背景色*/
.inner.bg2 {
	background: #f3f6ef !important;
}
.inner.bg_wedd1 {
	background: #e8e3dd url(../images/wedding/bg_flower1.jpg) repeat-y center top/100% !important;
	background-size: cover;
}
.inner.bg_wedd2 {
	background: #e8e3dd url(../images/wedding/bg_flower2.jpg) repeat-y center top/100% !important;
	background-size: cover;
}
/*キービジュアル
---------------------------------------------------------------------------*/
.vp_k {background: url('../images/vp/companyvp.jpg') 0 0 no-repeat;}
.event_k {background: url('../images/event/event.jpg') 0 0 no-repeat;}
.dubb_k {background: url('../images/dubbing/dubbing.jpg') 0 0 no-repeat;}
.wedd_k {background: url('../images/wedding/wedding.jpg') 0 0 no-repeat;}
.wedd_k1 {background: url('../images/wedding/wedding01.jpg') 0 0 no-repeat;}
/*.wedd_k2 {background: url('../images/wedding/wedding02.jpg') 0 0 no-repeat;}*/
.key{
	width: 100%;
    /* 表示画像の高さ433 ÷ 表示画像の幅1500× 100 */
    padding-top: 28.86%;
    background-size: contain;
    background-position: center center;
}
/*コンテンツ内画像  800px L1453 &　コンテンツ左右分割
---------------------------------------------------------------------------*/
.vp_img1 {background: url('../images/vp/vp1.jpg') 0 0 no-repeat;}
.vp_img2 {background: url('../images/vp/vp2.jpg') 0 0 no-repeat;}
.event_img1 {background: url('../images/event/event1.jpg') 0 0 no-repeat;}
.event_img2 {background: url('../images/event/event2.jpg') 0 0 no-repeat;}
.event_img3 {background: url('../images/event/event3.jpg') 0 0 no-repeat;}
.event_img4 {background: url('../images/event/event4.jpg') 0 0 no-repeat;}
.dubb_img1 {background: url('../images/dubbing/dubbing1.jpg') 0 0 no-repeat;}

.c_left_1{
	float: left;
	width: 60%;
	padding-right: 1%;
    box-sizing: border-box;
    
}
.c_right_1{
	float: right;
	width: 40%;
    box-sizing: border-box;
    /* 表示画像の高さ700 ÷ 表示画像の幅1000 × 100 ×0.4（widthの％）*/
    padding-top: 28%;/*width:35%の時24.5%*/
    background-size: contain;
    background-position: center center;
}
.c_left_2{
	float: left;
	width: 49%;
	margin-right: 1%;
    box-sizing: border-box;    
}
.c_right_2{
	float: right;
	width: 49%;
	margin-left: 1%;
    box-sizing: border-box;
}
.c_left_2_img, .c_right_2_img {
    /* 表示画像の高さ700 ÷ 表示画像の幅1000 × 100 */
    padding-top: 70%;
    background-size: contain;
    background-position: center center;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	overflow: hidden;margin: 0 auto;
	max-width: 1200px;	/*サイトの最大幅*/
	padding: 50px 5%;	/*上下、左右へのコンテンツ内の余白*/
}
/*h2タグ*/
.contents h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 1.8em;	/*40px文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#top .contents h2 {
	font-size: 1.5em;	/*40px文字サイズ*/
	letter-spacing: 0em;
}
.contents h2 {
	position: relative;/*相対位置*/
	line-height: 1.4;/*行高*/
	/*display: inline-block;*/
	color: #000;
	display: block;
}
.contents h2:before,.contents h2:after{ 
	position: relative;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display:inline-block;
	font-size: 0.7em;	
	/*position: absolute;*/
	top: 50%;
	margin-top: -12px;
}
.contents h2:before{
	content:"\f053";/*アイコン種類*/
	padding-right: 1.5em;
}
.contents h2:after{
	content:"\f054";/*アイコン種類*/
	padding-left: 1.5em;
}

/*h2タグのspan（装飾用）タグ*/
.contents h2 span {
	/*display: block;*/
	margin-top: 0px;
	letter-spacing: 0.3em;	/*文字間隔を広くとる設定*/
}
/*type1*/
/*リセット*/
.contents h2.type1 {
	position: static;/*リセット*/
	line-height: 1;/*リセット*/
}
.contents h2.type1:before,.contents h2.type1:after{ 
	position: static;/*リセット*/
}
.contents h2.type1:before{
	content:none;/*リセット*/
	padding-right: 0em;/*リセット*/
}
.contents h2.type1:after{
	content:none;/*リセット*/
	padding-left: 0em;/*リセット*/
}
.contents h2 .ib {
	font-size: 1em;	/*文字サイズ*/
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.contents h2 .ib:before,.contents h2 .ib:after{ 
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display:inline-block;
	font-size: 0.7em;
	
	position: absolute;
	top: 50%;
	margin-top: -12px;
}
.contents h2 .ib:before{
	content:"\f053";/*アイコン種類*/
	left: 0;
}
.contents h2 .ib:after{
	content:"\f054";/*アイコン種類*/
	right: 0;
}
.contents h2 .jp {
	font-size: 0.5em;	/*文字サイズ*/
	display: block;
	color: #6aabe8;		/*文字色*/
	margin-top: 10px;
}


/*wedding*/
#wedding .contents h2 {font-family: 'Fredericka the Great', cursive;}
#wedding .contents h2 span{	letter-spacing: 0.1em;/*リセット*/}
#wedding .contents h2:before{	content:none;/*リセット*/}
#wedding .contents h2:after{	content:none;/*リセット*/}
#wedding .contents h2 .ib:before{	content:none;/*リセット*/}
#wedding .contents h2 .ib:after{	content:none;/*リセット*/}
#wedding .contents h2 .ib {
	padding-left: 0em;/*リセット*/
	padding-right: 0em;/*リセット*/
}

#wedding h2.typew {
	display: flex;
	align-items: center;
}
#wedding .white {
	color: #fff;
	border-color: #fff;
}
#wedding h2.typew:before,
#wedding h2.typew:after {
	height: 2px;
	border-top: 2px dotted;
	border-bottom: 1px solid;
	content: "";
	flex-grow: 1;
}
#wedding h2.typew:before {
	margin-right: 1em;/*1rem 余白*/
}
#wedding h2.typew:after {
	margin-left: 1em;/*1rem 余白*/
}
#wedding h2.typew .jp {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*type2*/
.contents h2.type2 {
	background: url(../images/bg_type2.jpg) no-repeat center center;	/*背景画像の読み込み（古いブラウザ用）*/
	background: url(../images/bg_type2.jpg) no-repeat center center/cover;	/*背景画像の読み込み*/
	color: #fff;	/*文字色*/
	text-align: left;	/*文字を左寄せ*/
	padding: 40px 50px;	/*上下、左右へのボックス内の余白*/
	border: 10px solid #fff;	/*枠線の幅、線種、色*/
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}	/*影。右へ、下へ、ぼかす範囲。0,0,0は黒の事で0.1は透明度10%の事*/
/*type2のspan（装飾用）タグ*/
.contents h2.type2 span {
	color: #fff;	/*文字色（古いブラウザ用）*/
	color: rgba(255,255,255,0.3);	/*文字色。255,255,255は白の事で0.3は透明度30%の事。*/
}


/*h3タグ*/
.contents h3 {
	clear: both;
	margin-bottom: 20px;
	margin-top: 50px;
	font-size: 24px;	/*文字サイズ*/
	/*border-bottom: 2px dotted #ccc;*/	/*下線の幅、線種、色*/
	/*padding-left: 20px;*/
	border-bottom: solid 3px #eee;/*グレイ #FCFAFB*/
	position: relative;
}
.contents h3:first-child {
	margin-top: 0px;
}

.contents h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #2957B6;
	bottom: -3px;
	width: 20%;
}

/*wedding*/
#wedding h3.typew {
	font-size: 24px;	/*文字サイズ*/
	border-bottom: none;/*リセット*/
	position: static;/*リセット*/
	color:#0099FF;
	border: 1px solid #0099FF;
	padding: 0 10px;
	text-align: center;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#wedding .contents h3:first-child {
	margin-top: auto;/*リセット*/
}
#wedding .contents h3:after {
	position: static;/*リセット*/
	content: none;/*リセット*/
	display: none;/*リセット*/
	border-bottom: none;/*リセット*/
	bottom: auto;/*リセット*/
	width: initial;/*リセット*/
}
/*wedding ページトップ　h4見出し*/
#wedding .wedtop{
	font-size: 38px;
	text-align: center;	
	color: #000;
	font-family: 'Fredericka the Great', cursive;
	font-weight: 400;
	width: 100%;
	background: url('../images/wedding/h4_bg.png') no-repeat;
	background-size:auto 100% ;
	background-position : 50% 50%;
	padding: 10px 0;
 	margin-top: 10px;
 	margin-bottom: 5px;
}
#wedding .wedtop_subw {
	color: #0099FF;		/*文字色*/
	font-size: 1em;
	text-align:center;
	margin-bottom: 15px;
}
/*h4タグ*/
.contents h4 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}
/*section同士の余白*/
.contents h4 + p {
	margin-top: 10px;
}
#top .contents h4 + p {
	margin-top: 0px;
}
/*段落タグ*/
.contents p {
	padding: 0 20px 0px; /*上 左右 下*/
}
/*section同士の余白*/
.contents section + section {
	margin-top: 50px;
}
/*ul vp
---------------------------------------------------------------------------*/
.ul1 {
	margin-left: 3em;
	margin-bottom: 1em;
}
.ul1 li {
  position: relative;
}
.ul1 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #3498db;
  border-radius: 100%;
}

/*youtube(VPページ用）
---------------------------------------------------------------------------*/
.video ul{
	text-align: center;
	margin:0 auto;
}
.video li{
  position:relative;
  width:40%;
  padding-top:22.5%;/*  padding-top:56.25%;*/
  display: inline-block;
  margin-right: 4%;
  margin-left: 4%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*youtube(3つ並べる用）
---------------------------------------------------------------------------*/
.videow {
  position:relative;
  padding-top:56.25%;/*  padding-top:56.25%;*/
  width:100%;
}
.videow iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*wedding 価格*/
.wp {
	color: #000;
	font-size: 1.5em;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
}
/*wedding 動画種類*/
.mk {
	color: #000;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}


/*list1（トップページ）
---------------------------------------------------------------------------*/
/*各ブロックの設定*/
.list1 {
	overflow: hidden;
	width: 28%;		/*ブロック幅 20%→24%*/
	float: left;	/*左に回り込み*/
	margin-left: 1%;	/*ボックスの外側(左側)に空けるスペース*/
	padding: 2%;		/*ボックス内の余白 2%→4%*/
	background: #FCFAFB;	/*基準となる背景色*/
}
/*h4見出し*/
.list1 h4 {
	font-size: 26px;	/*文字サイズ*/
	text-align: center;	/*文字を中央に*/
	color: #333;		/*文字色*/
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	background: linear-gradient(transparent 60%, #CBE4F3 60%, #CBE4F3 80%,transparent 80%);
}
/*figure画像*/
.list1 figure {
	/*border-radius: 50%;*/	/*角丸のサイズ。50%にすると円形になる。*/
	/*background: #fff;*/	/*背景色*/
	/*padding: 20px;*/		/*余白*/
	/*box-shadow: 2px 2px 0px 2px rgba(0,0,0,0.2);*/	/*影。右へ、下へ、ぼかす範囲、広げる範囲。0,0,0は黒の事で0.2は透明度20%の事*/
}
.list1 figure {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	border-radius: 15px;
}
.list1 figure img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	width: 100%;
}
.list1 figure img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 2.0s;	/*変化に掛かる時間*/
}
.list1 .subj {
	color: #454552;		/*文字色*/
	font-size: 0.9em;
	text-align:center;
}
.list1 .explanation {
	color: #000;		/*文字色*/
	/*font-size: 0.9em;*/
	line-height: 1.2em;
	margin-top: 10px;
	height: 4em;
}
/*listw（ウェディングページ）listw3(ページ下のサブメニュー用）
---------------------------------------------------------------------------*/
/*各ブロックの設定*/

.listw, .listw3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
 	margin-top: 40px;
}
.listw > div{
	width: 40%;		/*ブロック幅 29%→40%*/
	padding: 5%;		/*ボックス内の余白* 1%→5%/
	/*margin-left: 2%;*/	/*ボックスの外側(左側)に空けるスペース*/
    margin-bottom: 20px;
    /*border: 1px solid #0099FF;*/
}
.listw3 > div{
	width: 48%;		/*ブロック幅32%→48%*/
	margin-left: 1%;	/*ボックスの外側(左側)に空けるスペース*/
	margin-right: 1%;
    margin-bottom: 10px;
}
/*h4見出し*/
.listw h4 {
	font-size: 28px;
	text-align: left;	
	color: #000;
	font-family: 'Fredericka the Great', cursive;
	font-weight: 400;
 width: 100%;
 background: url('../images/wedding/h4_bg.png') no-repeat;
 background-size:auto 100% ;
 background-position : 0% 50%;
 	padding-left: 1em;
 	margin-top: 10px;
 	margin-bottom: 5px;
}
.listw .subw {
	color: #0099FF;		/*文字色*/
	font-size: 1.1em;
	text-align:left;
	display: block;
	text-shadow: white 0 0 2px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*figure画像*/
.listw figure img {
	display: block;
	border-radius: 30px;
}
.listw .explanation {
	color: #333;		/*文字色*/
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 10px;
	height: 5em;
}
.listw .empty {
	border: none;
}
/*お客様の声
---------------------------------------------------------------------------*/
.voice_h {
	color: #0099FF;		/*文字色*/
	font-size: 1.3em;
	text-align:left;
	display: block;
	text-shadow: white 0 0 2px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.voice_text {
	color: #333;		/*文字色*/
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 10px;
}
/*listw2（ウェディングページ）（別ページのお問合せ部分にも使用）
---------------------------------------------------------------------------*/
.listw2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.listw2 > div{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

/*figure画像*/
.listw2 figure img {
	border-radius: 10px;
}
/*お客様の声１つに修正用---*/
.listw2-1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.listw2-1 > div:first-child {
	width: 30%;
	background: url('../images/wedding/voice1.jpg') no-repeat;
	background-size: cover;
	background-position: bottom;
	
}
.listw2-1 > div:last-child {
	width: 70%;
	max-width: 550px;
	margin-left: -50px;
}

.listw2-1 > div{
	padding: 10px;
	box-sizing: border-box;
}

/*list1段落タグ指定
---------------------------------------------------------------------------*/
.list1 p {
	padding: 0 !important;
}

/*aタグにclass="btn"をつけた場合。トップページ&フッターに使用
---------------------------------------------------------------------------*/
a.btn, a.btn2 {
	display: block;text-decoration: none;
	text-align: center;	/*テキストを中央に*/
	background: #6aabe8;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#2192D7, #1571C4);/*#69A9E5, #598FC1背景グラデーション*/
	color: #fff;	/*文字色*/
	/*box-shadow: 2px 3px 2px rgba(0,0,0,0.2);*/	/*影。右へ、下へ、ぼかす範囲。0,0,0は黒の事で0.2は透明度20%の事*/
	border-radius: 3px;	/*角丸のサイズ*/
	padding: 10px 0;	/*上下、左右への余白*/
	font-size: 16px;	/*文字サイズ*/
}
a.btn {
	position: relative;
}
a.btn:after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -16px; /*表示しているテキストの高さの半分*/
}
a.btn2 {
	padding: 20px 0;	/*上下、左右への余白*/
}
a.btn3 {
	display: block;text-decoration: none;
	/*max-width: 300px;*/
	max-width: 450px;
	margin: auto;
	font-size: 18px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #333;
    color: #000;
	padding: 30px 0;	/*上下、左右への余白*/
    /* padding-bottom: 25px; */
    box-sizing: border-box;
    border-radius: 3px;
}
a.btnw,a.btnw2 {
	position: relative;
	display: block;text-decoration: none;
	text-align: center;
    border: 1px solid #333;
    color: #333;
	border-radius: 3px;	
	padding: 5px 0;	/*上下、左右への余白*/
	margin-left: 1em;
	margin-right: 1em;
}
a.btnw2 {
	margin-left: 0em;
	margin-right: 0em;
    border: 1px solid #999;
}
.fbtnw2 {
	font-family: 'Fredericka the Great', cursive;
	font-weight: 400;
	display: block;
	font-size: 1.2em;
}
a.btnw:after,a.btnw2:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f054";
	top: 50%;
	right: 10px;
	margin-top: -16px; /*表示しているテキストの高さの半分*/
}
/*マウスオン時*/
a:hover.btn {
	/*color: #6aabe8;*/		/*文字色*/
	background: #a7a7a7;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#7BBDE5, #75ABD9);/*#8d8d8d, #a7a7a7背景グラデーション*/
}
a:hover.btn2 {
	color: #131304;		/*文字色*/
	background: #CECDCE;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#CECDCE, #D8D7D8);/*背景グラデーション*/
}
a:hover.btn3 {
	color: #FFF;		/*文字色*/
	background: #0062F5;
    border: 1px solid #0062F5;
}
a:hover.btnw,a:hover.btnw2  {
    border: 1px solid #0099FF;
	color: #0099FF;	
}
/*wedding tel*/
.telw {
	font-size: 30px;
    text-align: center;
    color: #000;
	max-width: 450px;
	margin: auto;
    border-bottom: 1px solid #333;
    line-height: 1.5;
}
.telw a {
	text-decoration:none;
	color: #333;
	font-size: 30px;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer .pr {display: block;font-size: 80%;}
footer {
	position: relative;z-index: 20;
	clear: both;
	line-height: 1.5;	/*行間を基準より少し狭くする*/
	/*padding: 50px 0 0;*/	/*上、左右、下へのボックス内の余白*/
	font-size: 80%;		/*文字サイズ*/
	background: #575748;	/*背景色*/
	color: #fff;	/*文字色*/
}
footer .fcontents {
	overflow: hidden;margin: 0 auto;
	max-width: 1200px;	/*サイトの最大幅*/
	padding: 0;	/*上下、左右へのコンテンツ内の余白*/
}
footer a {
	color: #fff;	/*リンクの文字色*/
}
footer a:hover {
	color: #fff;	/*マウスオン時のリンクの文字色*/
}
/*footer内のh3タグ*/
footer h3 {
	margin-bottom: 10px;
	font-size: 24px;	/*文字サイズ*/
}
/*footer内のh3タグの１文字目*/
footer h3::first-letter {
	border-left: 2px solid #fff;	/*左側の線の幅、線種、色*/
	padding-left: 10px;				/*線とテキストの間の余白*/
}
/*footer内の段落タグ*/
footer p {
	/*padding: 0px 10px 20px;*/	/*上、左右、下への余白*/
	padding: 0px;	
}
/*フッターのロゴブロック*/
#footer-logo {
	 padding-bottom: 10px;
	 margin-bottom: 10px;
	 /*border-bottom: 1px dotted #fff;*/	/*下線の幅、線種、色*/
}
footer .fcontents {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	box-sizing: border-box;
    line-height: 1.7em;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .fadd,
footer .fadd_l, 
footer .fadd_r,
footer .footermenu {
	box-sizing: border-box;
}

footer .fadd{
	width: 40%;
	padding: 1%;
}
footer .fadd_l {
	width: 50%;
	float: left;
}
footer .fadd_r {
	width: 50%;
	float: right;
}
footer .footermenu {
	width: 20%;
	padding: 1%;		/*ボックス内の余白*/
}
footer .title {
	font-family: 'Fira Sans Condensed', sans-serif;
    text-align: center;
    font-size: 170%;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
footer .footermenu .gomail {
	font-size: 110%;
	text-align: center;
	margin-bottom: 10px;
}
footer .footermenu ul a {
	text-decoration: none;
}
footer .footermenu ul a:hover {
	color: #6aabe8;
}
/*フッター内のfacebookなどのアイコン設定
---------------------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 10px;/*add*/
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*アイコン画像１個あたりの設定*//*消す*/
#icon img {
	width: 40px;	/*アイコンの幅*/
	margin-right: 10px;	/*アイコン同士の余白*/
}

/* ボタン全体 */
.flowbtn7{
font-family:'Arial',sans-serif;
border-radius:50%;
position:relative;
display:inline-block;
width:56px;
height:55px;
font-size:30px;
line-height:58px;
color: #fff!important;
text-decoration:none;
transition:.5s;
/*box-shadow:0 0 2px #888;*/
border: 1px solid #fff;
}
/* Facebookアイコン背景*/
.fl_fb7{
background:#3b5998;
}
/* Instagramアイコン位置 */
.insta_btn7 .fa-instagram{
font-size:34px;
line-height:56px;
z-index:1;
position:relative;
left:0.6px;
bottom:0.4px;
}
/* Instagram紫グラデ背景 */
.insta_btn7{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;
}
/* Instagramオレンジグラデ背景 */
.insta_btn7:before{
content: '';
position:absolute;
top:27px;
left:-12px;
width:65px;
height:36px;
background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* Tiltok*/
.tiktok_btn7 {
background:#000;
}
/* ボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content: center;
/*justify-content:space-around;*/
/*padding-right:16px;*/
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0 0 33%;
text-align:center;
}
/* ボタンにマウスを乗せた時 */
.flowbtn7:hover{
-webkit-transform: translateY(2px);
-ms-transform: translateY(2px);
transform: translateY(2px);
}
.qr {text-align:center; margin-top:10px;}
.qr img{ 
	width:50%;
	transition: 0.7s;
}
.qr  img:hover {
	transform: scale(2, 2);
}

/*PAGE TOP設定(scroll)
---------------------------------------------------------------------------*/
#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    font-size:50px;
    width:60px;
    height:60px;
    background: #3f98ef;
    opacity: 0.6;
    text-align: center;
    line-height: 60px;
}
 
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	position: relative;z-index: 20;
	clear: both;overflow: hidden;
	padding-top: 50px;
	background: #f5f4f0;	/*背景色*/
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #6aabe8;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 100px;	/*幅*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への設定*/
	margin-right: 5%;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #a50e0e;	/*背景色*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #131304;	/*背景色*/
	padding: 1em;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding-left: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #6aabe8;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}
#newf_w{
	/*float: left;*/
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#newf_w iframe{
	width: 100%;
	/*height: 350px;*/
}
/*旧newtopic部分*/
#newf{
	float: left;
	width: 100%;
	margin-right: -520px;
	padding-right: 520px;
	box-sizing: border-box;
}
#newf iframe{
	width: 100%;
	height: 350px;
}

#sns_area {
	display: flex;
	justify-content: center;
	 flex-wrap: wrap;
}
#insta{
	width: 500px;
	box-sizing: border-box;
	text-align:center;
	overflow: hidden;
}
.insta_img_pc {
	width: 100%;
	height:350px;
  	object-fit:cover;
	object-position: right top;
	display: block;
}
.insta_img {
	width: 100%;
	display: none;
}
#tiktok {
	width: calc(100% - 500px);
	box-sizing: border-box;
	padding-left:50px;
}
.tiktok_w {
	width: 100%;
	max-width: 780px;
	min-width: 288px;
}
@media screen and (max-width:1200px){
	#insta{	width: 450px;}
	#tiktok {width: calc(100% - 450px);}
}
/*
#insta{
	float: left;
	width: 100%;
	margin-right: -520px;
	padding-right: 520px;
	box-sizing: border-box;
	text-align:center;
	overflow: hidden;
}
#fb-container {
	float: right;
}
#fb-container iframe{
	width: 500px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}
*/
/*テーブル（flow）
---------------------------------------------------------------------------*/
.flow {	
    background-color: #fff;
    padding: 40px;
    display: inline-block;
}
.flow th {
	text-align: left;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	white-space: nowrap;
	padding-right: 2em;
	font-size: 1.1em;
}/* 最後の要素にだけ指定 */
.flow tr:last-child th,.flow tr:last-child td {
	border-bottom: none;
}
.flow th span{
	display: block;
	font-family: 'Fredericka the Great', cursive;
	font-weight: 400;
	font-size: 2em;
}
.flow td {
	text-align: left;
	border-bottom: 1px solid #efefef;
	padding-left: 1em;
}
.min_btn a {	
	text-decoration: none;
    background-color: #efefef;
    color: #333;
	padding: 2px 10px;	/*上下、左右への余白*/
    box-sizing: border-box;
    border-radius: 3px;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
}
/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;	/*テーブルの下の枠線の幅、線種、色*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
/*td,th共通*/
.ta1 td, .ta1 th {
	border-top: 1px solid #ccc;	/*tdタグとthタグの上側の枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cac8c2;	/*背景色*/
	font-size: 20px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 200px;	/*幅*/
	text-align: right;	/*右寄せ*/
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*ta3（料金ページで使っているテーブル設定）
---------------------------------------------------------------------------*/
/*ta3設定*/
.ta3 {
	width: 100%;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
.ta3, .ta3 td, .ta3 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
}
/*th見出し（基準色）*/
.ta3 th {
	/*background: #2554B5;*/	/*背景色*/
	background: #F7F7F4;
	color: #333;
}
/*bgcolor0背景色*/
.bgcolor0 {
	background: #f0f0f0 !important;
}
/*bgcolor1背景色*/
.bgcolor1 {
	background: #d6edda !important;
}
/*bgcolor2背景色*/
.bgcolor2 {
	background: #eee !important;
}
/*bgcolor3背景色*/
.bgcolor3 {
	background: #F34D51 !important;
}

/*inputボタン
---------------------------------------------------------------------------*/
.contents input[type="submit"].btn,
.contents input[type="button"].btn,
.contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
.contents input[type="submit"].btn:hover,
.contents input[type="button"].btn:hover,
.contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #6aabe8 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.photo {padding: 7px;background: #fff;border: 5px solid #fff;box-shadow: 2px 4px 5px rgba(0,0,0,0.2);}
.big1 {font-size: 40px;}
.big2 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.fpc {display:block;}/*480切り替え用*/
.sh {display: none;}/*480切り替え用*/
.pc {display: block;}/*800切り替え用*/
.sp {display:none;}/*800切り替え用*/



/*画面を横向きにした場合の高さが500px以下の場合の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*h1　（トップページのメイン画像上に出てくるサイト名）
---------------------------------------------------------------------------*/
#top header h1 {
	bottom: 30%;		/*下から30%の場所に配置*/
}

/*トップページボックス設定
---------------------------------------------------------------------------*/
#topics {
	display: none;	/*画面が狭いので非表示にする*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li a {
	float: left;	/*左に回り込みさせて２列にする*/
	width: 40%;		/*幅*/
	margin-left: 4%;	/*メニューの左側に空けるスペース*/
}

}
/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
/*#topics h1:before{content:"1000px";}*/
#top header h1 img {
	width: 200px;
}
/*PCサブメニュー*/
#submenu ul li {
	font-size: 0.8em;
}

/*h4見出し*/
.list1 h4 {
	font-size: 20px;	/*文字サイズ*/
}
.list1 .subj {
	font-size: 0.8em;
}
.list1 .explanation {
	height: 5em;
}
/*wedding*/
/*
.listw > div{
width: 45%;
}
*/

.listw > div{
	width: 46%;
	padding: 2%;
}
.listw3 > div{
width: 48%;
}
/*youtube(3つ並べる用）
---------------------------------------------------------------------------*/
.videow div{
  padding-top:27%;/*  padding-top:56.25%;*/
}
/*コンテンツ
---------------------------------------------------------------------------*/
/*h2タグ*/
/*旧newtopic部分*/
#newf{
	float: none;
	width: 100%;
	margin-right: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
#newf iframe{
	width: 100%;
	height: 200px;
}
#insta {
	float: none;
	width: 100%;
	margin-right: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.insta_img_pc {	display: none;}
.insta_img {display: block;}

#tiktok {
	width: 100%;
	padding-left:0px;
}
/*
#fb-container {
	float: none;
	text-align: center;
}
#fb-container iframe{
	width: 500px;
	height: 350px;
}
*/
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: right;	/*右寄せ*/
}
/*フッター
---------------------------------------------------------------------------*/

footer .fadd{
	width: 25%;
}
footer .fadd_l {
	width: 100%;
	float: none;
}
footer .fadd_r {
	width: 100%;
	float: none;
}
footer .footermenu {
	width: 25%;
}

.ggmap {
margin-top: 0px;/*add*/
}
}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
/*#topics h1:before{content:"800px";}*/

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	 /*padding: 10px 0;*/	/*上下、左右への余白*/
	 padding: 0;
	 position: fixed;
	 width: 100%;
	 border-bottom: 1px solid #fff;
}
/*トップページのヘッダー*/
#top header {
	margin-bottom: 0px;	/*大きな端末用ではこの分にメニューが表示されていましたが、小さな端末では開閉ブロックになるので余白をリセット。*/
}
/*tel
---------------------------------------------------------------------------*/
#telpc {
	display: none;
	
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
.slicknav_menu {
 display:block;/*モバイル時は表示*/
	overflow: hidden;/*リストデザイン追加*/
	position: fixed;z-index: 50;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
}
.slicknav_menu i {margin-right: 1em;}
#menubar-s {
	/*display: block;overflow: hidden;
	position: fixed;z-index: 50;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);*/	/*背景色*/
	/*border-top: 1px solid #fff;*/		/*上の線の幅、線種、色*/
	/*animation-name: menu1;*/		/*上のkeyframesの名前*/
	/*animation-duration: 0.5s;*/	/*アニメーションの実行時間。0.5秒。*/
	/*animation-fill-mode: both;*/	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	/*margin-bottom: 30px;*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	/*display: block;text-decoration: none;*/
	/*padding: 15px;*/	/*メニュー内の余白*/
	/*border-bottom: 1px solid #fff;*/	/*下の線の幅、線種、色*/
	/*color: #fff;*/	/*文字色*/
	/*font-size: 20px;*/
}
#menubar-s li i {
	margin-right: 5px;
}

/*PC用メニューを非表示にする*/
#menubar {display: none;}



/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed .inner#first,body.is-fixed-menu .inner#first {
	margin-top: 0;
}
/*PCサブメニュー*/
#submenu ul li {
	font-size: 0.8em;	
}
#submenu ul li {
	width: 30%;		
}
/*inner
---------------------------------------------------------------------------*/
.inner#first {padding-top: 50px;}
body#top .inner#first {padding-top: 0px;}

/*キービジュアル
---------------------------------------------------------------------------*/
.key{
    /* 表示画像の高さ433 ÷ 表示画像の幅1100× 100 */
    padding-top: 39.36%;
    background-size: cover;
}
/*コンテンツ内画像
---------------------------------------------------------------------------*/
.c_left_1{
	float: none;
	width: 100%;
	padding-right: 0%;
}
.c_right_1{
	float: none;
	width: 100%;
    /* 表示画像の高さ350 ÷ 表示画像の幅1000 × 100 */
    padding-top: 35%;
    background-size: cover;
}
.c_left_2{
	float: none;
	width: 100%;
	margin-right: 0%;    
}
.c_right_2{
	float: none;
	width: 100%;
	margin-left: 0%;
}
.c_left_2_img, .c_right_2_img {
    /* 表示画像の高さ350 ÷ 表示画像の幅1000 × 100 */
    padding-top: 35%;
    background-size: cover;
}
.clearfix:after {
  clear: none;
}
/*コンテンツ
---------------------------------------------------------------------------*/
/*h2タグ*/
.contents h2 {
	font-size: 1.5em;	/*30px文字サイズ*/
}

section + section {
	padding-top: 20px;
}

/*list1
---------------------------------------------------------------------------*/
/*各ブロックの設定*/
.list1 {
	width: 44%;		/*ブロック幅*/
}
/*h4見出し*/
.list1 h4 {
	font-size: 24px;	/*文字サイズ*/
}
.list1 figure img {
	width: 100%;
}
.list1 .subj {
	font-size: 0.9em;
}
.list1 .explanation {
	height: 4em;
}

/*wedding*/
.listw > div{
width: 100%;
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
}
.listw .explanation {
	height: auto;
	margin-bottom: 10px;
}
.listw2 > div{
width: 100%;
}


.listw3 > div{
width: 100%;
margin-bottom: 5px;
}
/*youtube(3つ並べる用）
---------------------------------------------------------------------------*/
.videow div{
  padding-top:56.25%;
}
/*テーブル（flow）
---------------------------------------------------------------------------*/
.flow{
	padding: 20px;
}
.flow td, .flow th {
  width: 100%;
  padding: 8px;
  display: block;
}
.flow th {
	border-right: none;
	border-bottom: none;
}
.flow th span{
	display: inline-block;
	padding-right: 0.5em;
}
.flow table{	
  border-collapse: collapse;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer{
	padding-right: 5%;
	padding-left: 5%;
}
footer .fadd{
	width: 100%;
}
footer .fadd_l {
	width: 50%;
	float: left;
}
footer .fadd_r {
	width: 50%;
	float: right;
}
footer .footermenu {
	width: 50%;
}
.ggmap {
margin-top: 10px;/*add*/
}
/*その他
---------------------------------------------------------------------------*/
.big1 {font-size: 20px;}
.big2 {font-size: 18px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}
.pc {display:none;}
.sp {display:block;}

}

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

/*#topics h1:before{content:"500px";}*/
/*コンテンツ
---------------------------------------------------------------------------*/

#tiktok {
	width: 100%;
}
/*
#fb-container iframe{
	width: 100%;
	height: 350px;
}
*/
/*list1 コンテンツ3つに修正時追加
---------------------------------------------------------------------------*/
/*各ブロックの設定*/
.list1 {
	width: 90%;		/*ブロック幅*/
    margin-left: 0%;
    padding: 5%;
}
.listw2-1 > div:first-child {
	width: 100%;
	background: none;
}
.listw2-1 > div:last-child {
	width: 100%;
	margin-left: 0px;
}
}


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

/*#topics h1:before{content:"480px";}*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*h1画像（トップページ以外で使用するロゴ画像）*/
header h1 img {
	width: 200px;	/*画像幅*/
}

/*トップページのメイン画像
mainimg_sは古い端末用で準備した小さい画像ですが、小さな端末では大きな画像を使う必要がないので小さい方を適用しました。
---------------------------------------------------------------------------*/
#mainimg {
	background: url(../images/top/mainimg_s.jpg) no-repeat center center / cover;
}

/*トップページの「ホームページ開設キャンペーン」ボックス設定
---------------------------------------------------------------------------*/
#topics {
	padding: 5px 0px;	/*上下、左右へのボックス内の余白*/
}
/*アニメーションのキーフレーム*/
@keyframes move-topics {
0% {
	opacity: 0;		/*透明度0%*/
	top: 0%;		/*下から0%の場所からスタート*/
}
100% {
	opacity: 1;		/*透明度100%*/
	top: 40%;	/*下から15%の場所でフィニッシュ*/
}
}
.catch {
	font-size: 18px;
	margin-bottom: 5px;
}

/*PCサブメニュー*/
#submenu {
	border-bottom: none;
	font-size: 1.2em;
}
#submenu ul li {
	display: block;
	width: initial;/*リセット*/
	width: auto;/*リセット*/
	border-bottom: 1px solid #eee;
}
#submenu ul li a {
	border-left: none;	/*左側の線の幅、線種、色*/
	line-height: 4em;	/*高さ（行間）*/
}
#submenu ul li:first-child a {
	border-left: none;	/*１個目のメニューの左の線を消す指定*/
}


/*inner
---------------------------------------------------------------------------*/
.inner#first {padding-top: 70px;}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 20px 3%;	/*上下、左右へのコンテンツ内の余白*/
}
/*h2タグ*/
.contents h2 {
	font-size: 20px !important;
}
/*h2タグのspan（装飾用）タグ*/
.contents h2 span {
	margin-top: 0px;
	font-size: 10px;	/*文字サイズ*/
}
/*h3タグ*/
.contents h3 {
	font-size: 16px !important;
	/*padding-left: 10px;*/
	margin-bottom: 10px;
}
/*wedding*/
#wedding h3.typew {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*wedding ページトップ　h4見出し*/
#wedding .wedtop{
	font-size: 30px;
}
/*段落タグ*/
.contents p {
	padding: 0 10px 15px;
}
/*h4見出し*/
.list1 h4 {
	font-size: 1.5em;	/*文字サイズ*/
}
.list1 a.btn {
	font-size: 12px;	/*文字サイズ*/
}
.listw h4 {
	font-size: 26px;
}
a.btn:after {
	margin-top: -10px; /*表示しているテキストの高さの半分*/
}
a.btnw {
	padding: 10px 0;	/*上下、左右への余白*/
}
a.btnw:after {
	margin-top: -10px; /*表示しているテキストの高さの半分*/
}
/*wedding tel*/
.telw {
    line-height: 1em;
}
/*#fb-container iframe{	width: 330px;}*/

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}


/*inputボタン
---------------------------------------------------------------------------*/
.contents input[type="submit"].btn,
.contents input[type="button"].btn,
.contents input[type="reset"].btn {
	font-size: 16px;		/*文字サイズ*/
}
/*フッター設定
---------------------------------------------------------------------------*/

footer .footermenu {
	width: 100%;
}
#footer-logo {
	 width: 70%;
	 text-align: center;
}
.ggmap {
margin-top: 0px;/*add*/
}
.qr  img:hover {
	transform: none;
}
/*その他
---------------------------------------------------------------------------*/
.photo {padding: 5px;border: 2px solid #fff;}
.ws,.wl {width: 94%;}
.fl {float: none;}
img.fl {float: none;display: block;width:90%;margin: 0 auto 20px;}
.fr {float: none;}
img.fr {float: none;display: block;width:90%;margin: 0 auto 20px;}
.big1 {font-size: 16px;}
.big2 {font-size: 14px;}
.fpc {display:none;}
.sh {display:block;}

}
