﻿@charset "utf-8";
@import (
  "https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap"
);

/*ボタンの基本設定*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
  scroll-behavior: smooth;/*スマートスクロール*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*ここまで*/

body{
	background:#fff;
	margin:0;
	padding:0;
}

.full{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url("../img/top_bg3.jpg");
	background-size: cover;
	background-position: top center;
    
}

.full_order{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url("../img/order_bg.jpg");
	background-size: cover;
	background-position: top center;
}

#titlebox{
	position:absolute;
	top:40%;
	left:100px;
	bottom:auto;
}

.title2{
	font-size:1.5rem;
	color:#000000;
	margin-top:0;
	margin-bottom:0;	
}

h1{
	font-size:6rem;
	color:#000000;
	margin-bottom:0;
	}


a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: blue;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}
.push{
	margin-top:10px;
}

#content_fav{
    margin:auto;
    padding:100px 0 0 0;
    width:800px;
    text-align:center;
    background-color:#fff;
}

#content_banner{
    margin:auto;
    padding:0;
    width:800px;
    text-align:center;
    background-color:#fff;
}

#content_link{
    margin:auto;
    width:800px;
    text-align:center;
    background-color:#fff;
}

#content_gallery{
    margin:auto;
    width:800px;
    text-align:center;
    background-color:#fff;
}

.line{
    font-size:0.5rem;
    color:#999999;
}

h2{
    font-size:3rem;
}

.h2_gallery{
    text-align:center;
}

.h3_gallery{
    text-align:left;
    font-size:2rem;
    border-bottom:1px solid #000;
    width:750px;
    margin:10px auto;
}

.h3_youtube{
    text-align: center;
    font-size:2rem;
    border-bottom:1px solid #000;
    width:750px;
    margin:20px auto;
}

.hr_fav{
    width:780px;
    border-top: 3px double #000;
    margin-bottom:50px;
}

.hr_fav_bottom{
    width:780px;
    border-top: 3px double #000;
    margin-top:50px;
}

.hr_tem_bottom{
    width:500px;
    border-top: 3px double #000;
    margin-top:0;
}

/*link nav*/
nav {
    padding:20px 0;
}
 
nav ul {
    margin: 0 ;
    padding: 0 ;
}
 
nav ul li{
    text-align:center;
    list-style: none;
    display: inline-block;
    width: 100px; /* ここで項目の幅を指定します */
}
 
nav ul li::after{
    content: "";
    padding-left: 5px; /* li要素のwidthと調整が必要 */
    color: #888;
 
}
 
nav ul li:last-child::after {
    content: ""; /* 最後のli要素の「/」をなくします */
}
 
nav ul li a {
    font-size:1.0rem;
    text-decoration: none;
    color: #333;
}

/*オーダーページCSS*/

#order_container{
    position:absolute;
    width:1000px;
    top:0;
    color:#fff;
    font-size:2rem;
    margin:auto;
    padding:10px 30px;
}

#textbox{
    width:800px;
    border:1px #ffffff dotted;
    background-color:rgba(0,0,0,0.7);
    
}

.order_p{
    font-size:1.5rem;
    width:730px;
    padding:5px 50px;
}

#order_contents a {
color:#fff;
text-decoration:none;
}

#order_contents a:hover {
color:#333333;
position:relative;
top:1px;
text-decoration:none;
}

#order_contents a:visited {
color:#fff;
text-decoration:none;
}

/**似顔絵のオーダーページ**/
#n_order_p{
    font-size:1.5rem;
}

span{
    letter-spacing: 0.2rem;
}

.red{
    color:red;
}

.n_container01{
    padding-top:10px;
}

h3.order_title{
    font-size:3.0rem;
    margin:0;
    padding:10px 0;
}

#template{
	display:none;
}

#form{
	display:none;
}

#sns{
	display:none;
}

#portrait_textbox{
    display:none;
    font-size:1.7rem;
    padding:0 0 0 50px;
}

label,
#tem_textbox{
	width:800px;
	font-size:2.0rem;
}

input[type="checkbox"]{
	display:block;
}

#template:checked + #portrait_textbox{
	display:block;
}

#form:checked + #portrait_textbox{
	display:block;
}

#sns:checked + #portrait_textbox{
	display:block;
}

#n_container{
    margin:auto;
    width:1000px;
}

.n_order_left{
    display:inline-block;
    width:400px;
    margin:5px;
    margin-top:20px;
}

.n_order_right{
    display:inline-block;
    width:500px;
    vertical-align: top;
    padding-top:50px;
    margin:5px;
}

/*トップにもどる　ボタンcss*/
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #000;
  text-decoration:none;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #cccccc;
}

.button03 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

#n_back{
    display: flex;
    position:absolute;
    bottom:10px;
    right:20px;
}

#container_gallery{
    padding:10px 0;
}

/*トップにもどる*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 180%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding:30px 0;
    text-align: center;
    display: block;
    border-radius: 100px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*youtube css*/
.youtube_ul{

}

.youtube_li{
    display:inline-block;
    list-style: none;
}

.empty{
    padding:30px;
}

#footer{
    background-color:#FCCECE;
    text-align: center;
    padding:20px;
}

#footer a{
    color:darkcyan;
}

#footer a:hover{
    color:beige;
}

#footer a:active{
    color:darkcyan;
}

#footer a:visited{
    color:darkcyan;
}

.f_p{
    font-size:0.5rem;
}

.copy{
    font-size:0.5rem;
}